mirror of
https://github.com/systemed/tilemaker.git
synced 2026-05-06 16:30:00 -04:00
fc927be300
* 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.