Changeset 7767 in josm


Ignore:
Timestamp:
2014-12-07T00:24:53+01:00 (9 years ago)
Author:
Klumbumbus
Message:

see #10804 - fix parking validator

File:
1 edited

Legend:

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

    r7762 r7767  
    9191
    9292/* {0.key} without {1.tag} */
    93 *[parking                      ][amenity!=parking],
    9493*[fence_type                   ][barrier!=fence],
    9594*[recycling_type               ][amenity!=recycling],
     
    118117*[intermittent                 ][!waterway][natural!=water] {
    119118  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
     119}
     120
     121/* {0.key} without {1.tag} or {2.tag} */
     122*[parking                      ][amenity!=parking][amenity!=parking_entrance] {
     123  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.tag}", "{2.tag}");
    120124}
    121125
Note: See TracChangeset for help on using the changeset viewer.