protomaps / basemaps

Basemap PMTiles generation and cartographic styles for OpenStreetMap data and more
https://maps.protomaps.com/
Other
347 stars 44 forks source link

Question - option to save pmtiles with other naming schema? #186

Closed hrecht closed 10 months ago

hrecht commented 10 months ago

Description Hello, thank you for the amazing work on this project. I've successfully built basemap tiles using this repo but I'm making the move from other mapping schema and would to be able to keep my styling jsons without too many changes. Is there some way to specify the output features' ids to either use custom mappings or preferably match ids used in other projects, like OpenMapTiles naming schema? I'd appreciate any advice but totally understand if this question is out of scope for the project.

hrecht commented 10 months ago

Never mind - answered my own question, I now see the pmtiles output option built in to planetiler. Thanks again for the great work on protomaps!

bdon commented 10 months ago

Yeah, a schema like OpenMapTiles vs the Protomaps basemap has many more differences than just the renaming of layers, it's also the tags used and the appearance of features at certain zoom levels. But the Planetiler build that uses the planetiler-openmaptiles build should be sufficient for those use cases.