Files
Nakaner fc927be300 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.
2023-11-17 16:33:26 +00:00
..