improve class=path styling (#1450)

This PR addresses that by:

* rendering oneway arrows on more than `subclass=cycleway`
* less opacity for path/footway casing
* adding the thin black casing to bridges
* adding `subclass=steps` & `subclass=bridleway` rendering
* render `bicycle=designated` as `subclass=cycleway` and `horse=designated` as `subclass=bridleway` (bike taking priority)
* improved tunnel rendering with double casing & adding main line
* made casing min zoom consistent across subclasses

All of these changes were made to mimic OSM Carto.
This commit is contained in:
Daniel Schep
2023-01-06 04:08:03 -05:00
committed by GitHub
parent 4d5fa84184
commit cd77b07e46
13 changed files with 959 additions and 265 deletions

View File

@@ -157,7 +157,7 @@
"taxiway"
]
],
"order": 182
"order": 191
},
{
"id": "airport_gate",
@@ -197,7 +197,7 @@
"gate"
]
],
"order": 183
"order": 192
}
]
}