Changeset 11146 in josm for trunk/data/validator/geometry.mapcss
- Timestamp:
- 2016-10-18T20:32:20+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r11138 r11146 103 103 node[leisure=park][natural=tree] { 104 104 throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}"); 105 group: tr("suspicious tag combination"); 105 106 fixRemove: "leisure"; 106 107 } … … 289 290 throwError: tr("Coastline inside {1}", "{0.tag}"); 290 291 } 292 293 /* #10471 */ 294 way[waterway] > node[ford?] { set ford_on_waterway; } 295 way[highway] > node[ford?] { set ford_on_highway; } 296 node[ford?]:in-downloaded-area!.ford_on_waterway, node[ford?]:in-downloaded-area!.ford_on_highway { 297 throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway"); 298 }
Note:
See TracChangeset
for help on using the changeset viewer.