-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenMapTiles implementation: Add missing attributes to transportation…
… and places layer (#542) * Add missing attributes to transportation layer This adds following attributes according to the documentation: surface, mtb_scale, expressway, access, bicycle, foot, horse, toll, layer * Add rank and capital attribute to places layer Original OpenMapTiles joins ne_10m_populated_places and OSM places by their Wikidata ID (and names as fallback). We do not use NaturalEarth, therefore we rely on population and capital only to calculate the rank. * Simplify code Make use of the new way:Attribute(name, value, minzoom) function.
- Loading branch information
Showing
1 changed file
with
109 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters