Changeset 7793 in josm
- Timestamp:
- 2014-12-11T23:41:28+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r7744 r7793 107 107 throwWarning: tr("{0} inside {1}", concat("power=", tag("power")), concat("power=", tag("power"))); 108 108 } 109 110 /* isolated nodes which should be part of a way, see ticket:#10825 */ 111 node:unconnected[barrier=entrance], 112 node:unconnected[entrance], 113 node:unconnected[traffic_calming], 114 node:unconnected[highway=passing_place], 115 node:unconnected[highway=mini_roundabout], 116 node:unconnected[highway=motorway_junction], 117 node:unconnected[highway=turning_loop], 118 node:unconnected[highway=turning_circle], 119 node:unconnected[highway=traffic_signals], 120 node:unconnected[highway=crossing], 121 node:unconnected[crossing], 122 node:unconnected[railway=crossing], 123 node:unconnected[railway=level_crossing], 124 node:unconnected[railway=buffer_stop], 125 node:unconnected[noexit], 126 node:unconnected[waterway=dam], 127 node:unconnected[waterway=weir], 128 node:unconnected[waterway=waterfall], 129 node:unconnected[amenity=ferry_terminal], 130 node:unconnected[mountain_pass=yes] { 131 throwWarning: tr("{0} must be connected to a way", "{1.tag}"); 132 }
Note:
See TracChangeset
for help on using the changeset viewer.