Changeset 7819 in josm for trunk/data/validator
- Timestamp:
- 2014-12-17T15:17:17+01:00 (10 years ago)
- Location:
- trunk/data/validator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r7818 r7819 140 140 } 141 141 142 /* {0.tag} together with {1.tag}, see #10851 */ 143 *[sidewalk=yes][foot=no], 144 *[sidewalk=left][foot=no], 145 *[sidewalk=right][foot=no], 146 *[sidewalk=both][foot=no] { 147 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); 148 } 149 142 150 /* {0} on suspicious object */ 143 151 *[tunnel ][!highway][!railway][!waterway][public_transport != platform][man_made != pipeline], -
trunk/data/validator/highway.mapcss
r7814 r7819 64 64 way[highway=footway][maxspeed], 65 65 way[highway=steps][maxspeed], 66 way[highway=cycleway][bicycle ?!],67 way[highway=footway][foot ?!],66 way[highway=cycleway][bicycle=no], 67 way[highway=footway][foot=no], 68 68 way[highway=cycleway][cycleway=lane] { 69 69 throwWarning: tr("{0} used with {1}", "{0.value}", "{1.tag}");
Note:
See TracChangeset
for help on using the changeset viewer.