Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix layering order for "construction=*" highway categories (#3646)
* Add "construction=" values to z-order table so highway=construction layers properly This change is in openstreetmap-carto.lua, so it will take effect for new features and after database reload * Order roads-fill by osm_id last, when all else is equal This will cause roads to layer consistently between different zoom level, though this will only be visible for highway=construction Also adjust uncategorized construciton z-order and modify z-order for minor highways * Remove construction types from z-order lua table Pending database reload, we cannot yet make changes to the openstreetmap-carto.lua file
- Loading branch information