Changeset 17218 in josm for trunk/resources/data
- Timestamp:
- 2020-10-17T00:52:48+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r17209 r17218 123 123 way[railway=construction][!construction], 124 124 way[highway=construction][!construction], 125 node[traffic_sign=maxspeed][!maxspeed] ,125 node[traffic_sign=maxspeed][!maxspeed][!/^maxspeed:.+/], 126 126 node[actuator=manual][!handle], 127 127 node[emergency=fire_hydrant][!fire_hydrant:type], … … 144 144 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}"); 145 145 group: tr("missing tag"); 146 assertNoMatch: "node traffic_sign=maxspeed maxspeed:hgv:conditional=\"80 @ (weight>7.5 AND 22:00-05:00)\""; 146 147 } 147 148
Note:
See TracChangeset
for help on using the changeset viewer.