Changeset 15312 in josm for trunk/data/validator
- Timestamp:
- 2019-08-22T15:28:24+02:00 (5 years ago)
- Location:
- trunk/data/validator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r15151 r15312 4 4 node[bridge], 5 5 node[sidewalk], 6 node[footway] ,6 node[footway][footway!=crossing], /* footway=crossing has own warning in highway.mapcss */ 7 7 node[man_made=embankment], 8 8 node[man_made=groyne], -
trunk/data/validator/highway.mapcss
r15285 r15312 44 44 assertMatch: "way highway=crossing"; 45 45 assertNoMatch: "node highway=crossing"; 46 } 47 48 /* #18060 */ 49 node[footway=crossing] { 50 throwWarning: tr("{0} on a node", "{0.tag}"); 51 suggestAlternative: "highway=crossing"; 52 suggestAlternative: "railway=crossing"; 53 } 54 node[cycleway=crossing] { 55 throwWarning: tr("{0} on a node", "{0.tag}"); 56 suggestAlternative: "highway=crossing + bicycle=yes"; 57 suggestAlternative: "railway=crossing + bicycle=yes"; 46 58 } 47 59
Note:
See TracChangeset
for help on using the changeset viewer.