Adding more layers for overture derived tiles #976
Replies: 2 comments 3 replies
-
Just an FYI, there is also https://github.com/onthegomap/planetiler-examples/blob/main/OvertureLandcover.java that has landcover layers from overture. Based on https://gist.github.com/dschep/9a4c875715e62c6b8e7d5697e33780d4 I used this code in my style.
You can see this landcover mixed with OSM data at In the past alpha version of overture I had started to make a rough style that was a mix between osm basic and protomaps |
Beta Was this translation helpful? Give feedback.
-
Hello! There are a couple of different options here that I can think of:
Thinking long-term I think (1) would be ideal to start to give people more options than just openmaptiles. You could also imagine an OSM.pbf-to-Overture translation tool that would let you plug live data into a pipeline instead of Overture snapshots, which would also be more straighforward to build as Overture publishes their translation rules in a machine-readable format. For my own purposes, I'd probably continue on the path of (2) since it's the fastest way to start getting incremental benefit from incorporating bits of Overture data. I could contribute changes from my fork upstream. But if someone else were willing to help then any of these options would be possible. What do you think? |
Beta Was this translation helpful? Give feedback.
-
We currently use planetiler to generate tiles for headway (a self hosted map stack) using osm.pbf as input.
For https://maps.earth (our headway deployment) that input data comes from https://daylightmap.org 's planet.pbf.
With the pending shutdown of https://daylightmap.org (https://daylightmap.org/2024/05/03/sunsetting-daylight.html), I've been looking at overture as a potential successor for QA'd source data.
I've successfully used https://github.com/onthegomap/planetiler-examples/blob/main/Overture.java as a starting point, but that example profile includes only a few layers - e.g. it doesn't have a POI layer or land use layer. Similar data exists in overture in some form or another (though I think there may be some significant differences in the data).
Is there an existing effort to implement more of the openmaptiles schema from overture? Or interest in incorporating such a thing?
Beta Was this translation helpful? Give feedback.
All reactions