Changeset 14767 in josm
- Timestamp:
- 2019-02-07T22:20:35+01:00 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r14736 r14767 3273 3273 <text key="name" text="Name" /> 3274 3274 <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" /> 3275 <combo key="denomination" text="Denomination" values="anglican,baptist,catholic, evangelical,greek_catholic,greek_orthodox,jehovahs_witness,lutheran,methodist,mormon,new_apostolic,orthodox,pentecostal,presbyterian,protestant,quaker,roman_catholic,russian_orthodox,seventh_day_adventist,spiritist" values_context="christian" values_searchable="true" />3275 <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,church_of_scotland,evangelical,greek_catholic,greek_orthodox,iglesia_ni_cristo,jehovahs_witness,lutheran,methodist,mormon,new_apostolic,nondenominational,orthodox,pentecostal,presbyterian,protestant,quaker,reformed,roman_catholic,romanian_orthodox,russian_orthodox,serbian_orthodox,seventh_day_adventist,spiritist,united,united_methodist" values_context="christian" values_searchable="true" /> 3276 3276 <reference ref="service_times" /> 3277 3277 <reference ref="oh_wheelchair" /> … … 3286 3286 <text key="name" text="Name" /> 3287 3287 <combo key="building" text="Building type" values="mosque" values_searchable="true" /> 3288 <combo key="denomination" text="Denomination" values="ibadi, shia,sunni" values_searchable="true" />3288 <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" /> 3289 3289 <reference ref="service_times" /> 3290 3290 <reference ref="oh_wheelchair" /> … … 3299 3299 <text key="name" text="Name" /> 3300 3300 <combo key="building" text="Building type" values="synagogue" values_searchable="true" /> 3301 <combo key="denomination" text="Denomination" values="orthodox,conservative, reform" values_context="jewish" values_searchable="true" />3301 <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> 3302 3302 <reference ref="service_times" /> 3303 3303 <reference ref="oh_wheelchair" /> … … 3311 3311 <key key="religion" value="buddhist" /> 3312 3312 <text key="name" text="Name" /> 3313 <combo key="denomination" text="Denomination" values="t heravada,mahayana,vajrayana" values_searchable="true" />3313 <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" /> 3314 3314 <reference ref="service_times" /> 3315 3315 <reference ref="oh_wheelchair" /> -
trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java
r14455 r14767 32 32 "fee", "restriction")); 33 33 private static final Set<String> RESTRICTION_VALUES = new HashSet<>(Arrays.asList("yes", "official", "designated", "destination", 34 "delivery", " permissive", "private", "agricultural", "forestry", "no"));34 "delivery", "customer", "permissive", "private", "agricultural", "forestry", "no")); 35 35 private static final Set<String> TRANSPORT_MODES = new HashSet<>(Arrays.asList("access", "foot", "ski", "inline_skates", "ice_skates", 36 36 "horse", "vehicle", "bicycle", "carriage", "trailer", "caravan", "motor_vehicle", "motorcycle", "moped", "mofa",
Note:
See TracChangeset
for help on using the changeset viewer.