mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Merge pull request #7584 from animesh-007/7580
Added automated field in car_wash preset
This commit is contained in:
@@ -235,6 +235,9 @@ en:
|
||||
attraction:
|
||||
# attraction=*
|
||||
label: Type
|
||||
automated:
|
||||
# automated=*
|
||||
label: Automated
|
||||
baby_feeding:
|
||||
# baby_feeding=*
|
||||
label: Baby Nursing Area
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
"artwork_type": {"key": "artwork_type", "type": "combo", "label": "Type"},
|
||||
"atm": {"key": "atm", "type": "check", "label": "ATM"},
|
||||
"attraction": {"key": "attraction", "type": "typeCombo", "label": "Type"},
|
||||
"automated": {"key": "automated", "type": "check", "label": "Automated"},
|
||||
"baby_feeding": {"key": "baby_feeding", "type": "combo", "label": "Baby Nursing Area", "strings": {"options": {"room": "Dedicated Room", "yes": "Marked Space", "no": "None"}}, "terms": ["baby feeding", "breastfeeding", "lactation", "mothers", "nursing"]},
|
||||
"baby_seat": {"key": "baby", "type": "check", "label": "Baby Seat"},
|
||||
"backcountry": {"key": "backcountry", "type": "check", "label": "Backcountry"},
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "automated",
|
||||
"type": "check",
|
||||
"label": "Automated"
|
||||
}
|
||||
@@ -84,7 +84,7 @@
|
||||
"amenity/car_pooling": {"icon": "temaki-car_pool", "fields": ["name", "operator", "operator/type", "capacity", "address", "opening_hours", "opening_hours/covid19", "lit"], "moreFields": ["email", "fax", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "car_pooling"}, "terms": ["car sharing", "carpooling", "lift sharing", "ride sharing"], "name": "Car Pooling Station"},
|
||||
"amenity/car_rental": {"icon": "maki-car-rental", "fields": ["name", "operator", "address", "opening_hours", "opening_hours/covid19", "payment_multi"], "moreFields": ["brand", "email", "fax", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "car_rental"}, "name": "Car Rental"},
|
||||
"amenity/car_sharing": {"icon": "temaki-sign_and_car", "fields": ["name", "operator", "operator/type", "capacity", "address", "payment_multi", "supervised"], "moreFields": ["brand", "email", "fax", "lit", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "car_sharing"}, "name": "Car Sharing Station"},
|
||||
"amenity/car_wash": {"icon": "temaki-car_wash", "fields": ["name", "operator", "address", "building_area", "opening_hours", "opening_hours/covid19", "payment_multi", "self_service"], "moreFields": ["email", "fax", "gnis/feature_id", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "car_wash"}, "name": "Car Wash"},
|
||||
"amenity/car_wash": {"icon": "temaki-car_wash", "fields": ["name", "operator", "address", "building_area", "opening_hours", "opening_hours/covid19", "payment_multi", "self_service", "automated"], "moreFields": ["email", "fax", "gnis/feature_id", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "car_wash"}, "name": "Car Wash"},
|
||||
"amenity/casino": {"icon": "maki-casino", "fields": ["name", "operator", "address", "building_area", "opening_hours", "opening_hours/covid19", "gambling", "smoking"], "moreFields": ["air_conditioning", "email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "min_age", "payment_multi", "phone", "ref/vatin", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["gambling", "roulette", "craps", "poker", "blackjack"], "tags": {"amenity": "casino"}, "name": "Casino"},
|
||||
"amenity/charging_station": {"icon": "fas-charging-station", "fields": ["name", "operator", "capacity", "access_simple", "fee", "payment_multi_fee", "charge_fee"], "moreFields": ["brand", "covered", "level", "manufacturer"], "geometry": ["point"], "tags": {"amenity": "charging_station"}, "terms": ["EV", "Electric Vehicle", "Supercharger"], "name": "Charging Station"},
|
||||
"amenity/childcare": {"icon": "fas-child", "fields": ["name", "operator", "operator/type", "address", "building_area", "opening_hours", "opening_hours/covid19", "website"], "moreFields": ["baby_feeding", "email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "max_age", "min_age", "not/name", "payment_multi", "phone", "wheelchair"], "geometry": ["point", "area"], "terms": ["daycare", "orphanage", "playgroup"], "tags": {"amenity": "childcare"}, "name": "Nursery/Childcare"},
|
||||
|
||||
@@ -8,7 +8,9 @@
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"self_service"
|
||||
"self_service",
|
||||
"automated"
|
||||
|
||||
],
|
||||
"moreFields": [
|
||||
"email",
|
||||
|
||||
@@ -1348,6 +1348,7 @@
|
||||
{"key": "artist_name", "description": "🄵 Artist"},
|
||||
{"key": "artwork_type", "description": "🄵 Type"},
|
||||
{"key": "atm", "description": "🄵 ATM"},
|
||||
{"key": "automated", "description": "🄵 Automated"},
|
||||
{"key": "baby_feeding", "value": "room", "description": "🄵 Baby Nursing Area"},
|
||||
{"key": "baby_feeding", "value": "yes", "description": "🄵 Baby Nursing Area"},
|
||||
{"key": "baby_feeding", "value": "no", "description": "🄵 Baby Nursing Area"},
|
||||
|
||||
Vendored
+3
@@ -2818,6 +2818,9 @@
|
||||
"attraction": {
|
||||
"label": "Type"
|
||||
},
|
||||
"automated": {
|
||||
"label": "Automated"
|
||||
},
|
||||
"baby_feeding": {
|
||||
"label": "Baby Nursing Area",
|
||||
"terms": "baby feeding,breastfeeding,lactation,mothers,nursing",
|
||||
|
||||
Reference in New Issue
Block a user