Changes between Version 15 and Version 16 of Styles/SidewalksAndFootways
- Timestamp:
- 2023-12-17T13:02:30+01:00 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/SidewalksAndFootways
v15 v16 308 308 dashes: none; 309 309 } 310 way|z19-[highway=footway][footway=crossing]::sidewalks_left { 310 /* Don't show the dashes on the side for continous crossings, because there the road crosses the sidewalk, rather than the other way around. */ 311 way|z19-[highway=footway][footway=crossing]["crossing:continuous"!=yes]::sidewalks_left { 311 312 offset: 11.5; 312 313 width: 2; … … 314 315 dashes: 5; 315 316 } 316 way|z19-[highway=footway][footway=crossing]::sidewalks_right { 317 way|z19-[highway=footway][footway=crossing]["crossing:continuous"!=yes]::sidewalks_right { 317 318 offset: -11.5; 318 319 width: 2; … … 356 357 width: 2; 357 358 dashes: 5, 10; 359 } 360 361 /* 362 highway=crossing, minimal extensions. 363 */ 364 365 node|z21-[highway=crossing]["crossing:continuous"=yes]::crossing_bg { 366 symbol-shape: hexagon; 367 symbol-fill-color: none; 368 symbol-size: 40; 369 symbol-stroke-width: 2; 370 symbol-stroke-color: #00aa80; 371 object-z-index: -0.9; 358 372 } 359 373