Changeset 7735 in josm for trunk/data/validator/geometry.mapcss
- Timestamp:
- 2014-11-19T21:18:32+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r7707 r7735 1 /* {0} on a node */ 1 /* {0} on a node, should be a way */ 2 2 node[oneway], 3 3 node[bridge?], 4 node[landuse],5 4 node[sidewalk], 6 node[source:outline] { 7 throwWarning: tr("{0} on a node", "{0.key}"); 5 node[natural=coastline], 6 node[natural=ridge], 7 node[natural=tree_row] { 8 throwWarning: tr("{0} on a node. Should be used on a way.", "{0.key}"); 8 9 assertMatch: "node oneway=-1"; 9 10 assertNoMatch: "way oneway=-1"; … … 12 13 } 13 14 14 node[natural=wood] { 15 throwOther: tr("{0} on a node. Should be drawn as an area", "{0.tag}"); 15 /* {0} on a node, should be an area; see ticket #10679 */ 16 node[landuse], 17 node[natural=scree], 18 node[natural=scrub], 19 node[natural=fell], 20 node[natural=heath], 21 node[natural=wood], 22 node[natural=grassland], 23 node[natural=wetland], 24 node[natural=water], 25 node[natural=mud], 26 node[natural=beach], 27 node[natural=sand], 28 node[natural=wood], 29 node[natural=bare_rock], 30 node[waterway=riverbank], 31 node[source:outline] { 32 throwWarning: tr("{0} on a node. Should be drawn as an area.", "{0.tag}"); 16 33 } 17 34
Note:
See TracChangeset
for help on using the changeset viewer.