Create a basemap for Overture Maps
Drabble opened this issue · 1 comments
Drabble commented
To follow up on the simple Overture Maps example for Overture Maps data to a MVT Rest service we could now start working on a full Overture basemap.
Some questions to answer:
- How much data is there to download and how long does it take?
- What are the storage requirements for the PostGIS database?
- How many simplifications should we do so that the map loads fast?
- How do we map the styles from the OSM basemap to Overture?
- Maybe we can use the Overture categories mapping.
Here is a proposition for the roadmap:
- Copy the example into a folder called basemap-overture.
- Improve the style for the administrative boundaries which are already used in the overture example.
- Add support in order for all the sub-themes https://docs.overturemaps.org/schema/reference/. It means creating spatial indexes, mapping styles from the OSM basemap and creating materialized views for simplifications.
- Administrative Boundary
- Locality
- Locality Area
- Infrastructure
- Land
- Land Cover
- Land Use
- Water
- Building
- Building Part
- Boundary
- Division
- Division Area
- Place
- Connector
- Segment
bchapuis commented
@Drabble The roadmap is great, and I think it is a good idea to proceed step by step. I would simply name the folder overturemaps as we already have basemap and daylight without prefix. Also, depending on the size of the data, we may need some beefy hardware to do this. We can synchronize in private if you need some resources for this.