Changeset 13217 in josm


Ignore:
Timestamp:
2017-12-17T22:44:00+01:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #15642 - Warn about turn restrictions on ways

File:
1 edited

Legend:

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

    r13083 r13217  
    112112}
    113113
    114 /* {0} on a way, should be a relation; see #10252, #14288 */
     114/* {0} on a way, should be a relation; see #15642, #10252, #14288 */
     115way[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)$/],
    115116way[type=multipolygon],
    116117way[route=bus] {
Note: See TracChangeset for help on using the changeset viewer.