Changeset 16830 in josm for trunk


Ignore:
Timestamp:
2020-08-03T18:23:40+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19570, see #10391 - Move hangar outside aeroway warning to external France specific rules

File:
1 edited

Legend:

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

    r16783 r16830  
    399399  throwWarning: tr("Ferry route is not connected to a ferry terminal or branches.");
    400400}
    401 
    402 /* #10391 - Many misuses of building=hangar instead of building=barn/industrial/warehouse */
    403 area:closed2[aeroway] ⊉ way[building=hangar][!aeroway] {
    404   throwWarning: tr("{0} outside of {1}", "{0.tag}", "aeroway");
    405   suggestAlternative: "building=barn";
    406   suggestAlternative: "building=industrial";
    407   suggestAlternative: "building=warehouse";
    408 }
Note: See TracChangeset for help on using the changeset viewer.