- Timestamp:
- 2019-01-20T21:35:56+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r14593 r14712 87 87 /* {0} on a node, should be a relation; Error level; see #10252, #10769, #14288 */ 88 88 node[type=multipolygon], 89 node[interval], 89 90 node[route], 90 91 node[restriction] { … … 124 125 way[restriction][restriction =~ /^(no_right_turn|no_left_turn|no_u_turn|no_straight_on|only_right_turn|only_left_turn|only_straight_on|no_entry|no_exit)$/], 125 126 way[type=multipolygon], 127 way[interval][route!=ferry], 126 128 way[route=bus] { 127 129 throwError: tr("{0} on a way. Should be used in a relation", "{0.tag}");
Note:
See TracChangeset
for help on using the changeset viewer.