Changes between Version 16 and Version 17 of Styles/SidewalksAndFootways


Ignore:
Timestamp:
2026-08-16T13:18:56+02:00 (9 days ago)
Author:
JeroenHoek
Comment:

Highlighting for odd path/footway=sidewalk combination used in some places.

Legend:

Unmodified
Added
Removed
Modified
  • Styles/SidewalksAndFootways

    v16 v17  
    2727{{{
    2828#!style type="mapcss"
     29
    2930
    3031meta {
     
    4041/*
    4142    This style is a fork of https://josm.openstreetmap.de/wiki/Styles/Sidewalks
    42    
    43     Because this style introduces more features than the above I have forked it. If the author of the original is willing the two may be combined in the future.
    4443*/
    4544
     
    290289}
    291290
    292 way[highway=footway][footway=sidewalk] {
     291way[highway=footway][footway=sidewalk],
     292way[highway=path][footway=sidewalk] {
    293293    width: 3;
    294294}