Combine POI from Overture and OSM
Bike shops from the Overture Places dataset and OpenStreetMap combined in a single map using MapLibre symbol collision logic as a sort of run-time conflation.
---
title: Combine POI from Overture and OSM
description: Bike shops from the Overture Places dataset and OpenStreetMap combined in a single map using MapLibre symbol collision logic as a sort of run-time conflation.
querySources: [ultra, overture]
options:
zoom: 13.63
center: [4.89824, 52.37592]
style:
sources:
overture:
type: vector
url: pmtiles://https://data.source.coop/protomaps/overture/2024-05-16-beta.0/places.pmtiles
layers:
- type: symbol
source: overture
source-layer: place
filter:
- all
- [==, [get, '@category'], bicycle_shop]
- ['>', [get, confidence], 0.6]
icon-image: maki:bicycle
icon-color: darkblue
- type: symbol
icon-image: maki:bicycle
icon-color: darkgreen
---
[bbox:{{bbox}}];
nwr[shop=bicycle];
out center;