- Timestamp:
- 2017-01-25T19:55:01+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r11477 r11500 75 75 } 76 76 77 /* {0} on a node, should be a relation; Error level; see #10252, #10769 */ 77 /* {0} on a node, should be a relation; Error level; see #10252, #10769, #14288 */ 78 node[type=multipolygon], 78 79 node[route], 79 80 node[restriction] { 80 throwError: tr("{0} =* on a node. Should be used in a relation", "{0.key}");81 throwError: tr("{0} on a node. Should be used in a relation", "{0.tag}"); 81 82 } 82 83 … … 97 98 } 98 99 99 /* {0} on a way, should be a relation; see #10252 */ 100 /* {0} on a way, should be a relation; see #10252, #14288 */ 101 way[type=multipolygon], 100 102 way[route=bus] { 101 throw Warning: tr("{0} on a way. Should be used in a relation", "{0.tag}");103 throwError: tr("{0} on a way. Should be used in a relation", "{0.tag}"); 102 104 } 103 105
Note:
See TracChangeset
for help on using the changeset viewer.