Changeset 10037 in josm for trunk/data
- Timestamp:
- 2016-03-24T20:46:34+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r10030 r10037 223 223 224 224 /*see #11128*/ 225 way[highway] > node[tourism=information][information=guidepost] { 226 set guidepost; 227 throwOther: tr("{0} node connected to a highway", "{1.tag}"); 228 } 225 229 way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station)$/], 226 230 way[highway] > node[building][!entrance], … … 228 232 way[highway] > node[office][!entrance], 229 233 way[highway] > node[shop][!entrance], 230 way[highway] > node [tourism][!entrance][tourism!=viewpoint] {234 way[highway] > node!.guidepost[tourism][!entrance][tourism!=viewpoint] { 231 235 throwWarning: tr("{0} node connected to a highway", "{0.key}"); 232 236 }
Note:
See TracChangeset
for help on using the changeset viewer.