Changeset 16382 in josm


Ignore:
Timestamp:
2020-04-25T18:33:44+02:00 (6 years ago)
Author:
Klumbumbus
Message:
  • Add automated check to car wash presets
  • Don't warn about "Unknown source:maxspeed context" for zone 10 and zone 60
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r16340 r16382  
    23502350            <key key="amenity" value="car_wash" />
    23512351            <reference ref="name_brand_operator_oh_wheelchair" />
    2352             <check key="self_service" text="Self Service" />
     2352            <checkgroup columns="2">
     2353                <check key="automated" text="Automated" text_context="car_wash" />
     2354                <check key="self_service" text="Self Service" />
     2355            </checkgroup>
    23532356            <reference ref="link_contact_address_payment" />
    23542357        </item> <!-- Wash -->
  • trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java

    r16333 r16382  
    5858
    5959    private static final Set<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = new HashSet<>(Arrays.asList(
    60             "urban", "rural", "zone", "zone20", "zone:20", "zone30", "zone:30", "zone40",
     60            "urban", "rural", "zone", "zone10", "zone:10", "zone20", "zone:20", "zone30", "zone:30", "zone40", "zone:40", "zone60", "zone:60",
    6161            "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road"));
    6262
Note: See TracChangeset for help on using the changeset viewer.