Changeset 14712 in josm


Ignore:
Timestamp:
2019-01-20T21:35:56+01:00 (5 years ago)
Author:
simon04
Message:

see #17225 - Allow Key:interval only on relations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/geometry.mapcss

    r14593 r14712  
    8787/* {0} on a node, should be a relation; Error level; see #10252, #10769, #14288 */
    8888node[type=multipolygon],
     89node[interval],
    8990node[route],
    9091node[restriction] {
     
    124125way[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)$/],
    125126way[type=multipolygon],
     127way[interval][route!=ferry],
    126128way[route=bus] {
    127129  throwError: tr("{0} on a way. Should be used in a relation", "{0.tag}");
Note: See TracChangeset for help on using the changeset viewer.