source:
josm/trunk/data/validator/geometry.mapcss@
6576
| Last change on this file since 6576 was 6550, checked in by , 12 years ago | |
|---|---|
| File size: 280 bytes | |
| Line | |
|---|---|
| 1 | /* {0} on a node */ |
| 2 | node[oneway], |
| 3 | node[bridge?], |
| 4 | node[source:geometry], |
| 5 | node[source:outline] { |
| 6 | throwWarning: tr("{0} on a node", "{0.key}"); |
| 7 | assertMatch: "node oneway=-1"; |
| 8 | assertNoMatch: "way oneway=-1"; |
| 9 | assertMatch: "node bridge=yes"; |
| 10 | assertNoMatch: "node bridge=13"; |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
