Changeset 16382 in josm
- Timestamp:
- 2020-04-25T18:33:44+02:00 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
resources/data/defaultpresets.xml (modified) (1 diff)
-
src/org/openstreetmap/josm/data/validation/tests/Highways.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r16340 r16382 2350 2350 <key key="amenity" value="car_wash" /> 2351 2351 <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> 2353 2356 <reference ref="link_contact_address_payment" /> 2354 2357 </item> <!-- Wash --> -
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r16333 r16382 58 58 59 59 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", 61 61 "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road")); 62 62
Note:
See TracChangeset
for help on using the changeset viewer.
