Changeset 10026 in josm for trunk/data
- Timestamp:
- 2016-03-22T18:09:48+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r9985 r10026 222 222 } 223 223 224 /*see #11128*/ 225 way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/], 226 way[highway] > node[building][!entrance], 227 way[highway] > node[leisure][!entrance], 228 way[highway] > node[office][!entrance], 229 way[highway] > node[shop][!entrance], 230 way[highway] > node[tourism][!entrance][tourism!=viewpoint] { 231 throwWarning: tr("{0} node connected to a highway", "{0.key}"); 232 } 233 224 234 way[junction=roundabout]:righthandtraffic:clockwise, 225 235 way[junction=roundabout]!:righthandtraffic:anticlockwise {
Note:
See TracChangeset
for help on using the changeset viewer.