Changeset 19570 in josm for trunk/resources/data/validator


Ignore:
Timestamp:
2026-04-22T13:36:11+02:00 (25 hours ago)
Author:
GerdP
Message:

fix #24710:JOSM produces an incorrect error message at loading ramps

  • don't complain about amenity=loading_dock connected to a highway
File:
1 edited

Legend:

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

    r19467 r19570  
    333333}
    334334
    335 /* #11128, #14812, #15032 */
     335/* #11128, #14812, #15032, #24710 */
    336336way[highway] > node[tourism=information][information=guidepost] {
    337337  set guidepost;
     
    342342  set first_last_node;
    343343}
    344 way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge|taxi|toilets|ticket_validator)$/],
     344way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge|taxi|toilets|ticket_validator|loading_dock)$/],
    345345way[highway] > node[building][!entrance],
    346346way[highway] > node[leisure][!entrance][leisure!=slipway][leisure!=fitness_station],
Note: See TracChangeset for help on using the changeset viewer.