mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-08 04:11:23 +00:00
@@ -298,6 +298,9 @@ en:
|
||||
label: Capacity
|
||||
# capacity field placeholder
|
||||
placeholder: '50, 100, 200...'
|
||||
cash_in:
|
||||
# cash_in=*
|
||||
label: Cash In
|
||||
castle_type:
|
||||
# castle_type=*
|
||||
label: Type
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"camera/mount": {"key": "camera:mount", "type": "combo", "label": "Camera Mount"},
|
||||
"camera/type": {"key": "camera:type", "type": "combo", "label": "Camera Type", "strings": {"options": {"fixed": "Fixed", "panning": "Panning", "dome": "Dome"}}},
|
||||
"capacity": {"key": "capacity", "type": "number", "minValue": 0, "label": "Capacity", "placeholder": "50, 100, 200..."},
|
||||
"cash_in": {"key": "cash_in", "type": "check", "label": "Cash In"},
|
||||
"castle_type": {"key": "castle_type", "type": "combo", "label": "Type"},
|
||||
"clothes": {"key": "clothes", "type": "semiCombo", "label": "Clothes"},
|
||||
"club": {"key": "club", "type": "typeCombo", "label": "Type"},
|
||||
|
||||
5
data/presets/fields/cash_in.json
Normal file
5
data/presets/fields/cash_in.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "cash_in",
|
||||
"type": "check",
|
||||
"label": "Cash In"
|
||||
}
|
||||
@@ -45,7 +45,7 @@
|
||||
"amenity/animal_breeding": {"icon": "maki-veterinary", "fields": ["name", "operator", "address", "building_area", "opening_hours", "animal_breeding"], "geometry": ["point", "area"], "terms": ["breeding", "bull", "cat", "cow", "dog", "horse", "husbandry", "kitten", "livestock", "pet breeding", "puppy", "reptile"], "tags": {"amenity": "animal_breeding"}, "name": "Animal Breeding Facility"},
|
||||
"amenity/animal_shelter": {"icon": "maki-veterinary", "fields": ["name", "operator", "address", "building_area", "opening_hours", "animal_shelter"], "geometry": ["point", "area"], "terms": ["adoption", "aspca", "cat", "dog", "horse", "kitten", "pet care", "pet rescue", "puppy", "raptor", "reptile", "rescue", "spca"], "tags": {"amenity": "animal_shelter"}, "name": "Animal Shelter"},
|
||||
"amenity/arts_centre": {"icon": "maki-theatre", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": [], "tags": {"amenity": "arts_centre"}, "name": "Arts Center"},
|
||||
"amenity/atm": {"icon": "maki-bank", "fields": ["operator", "currency_multi", "drive_through"], "geometry": ["point", "vertex"], "terms": ["money", "cash", "machine"], "tags": {"amenity": "atm"}, "name": "ATM"},
|
||||
"amenity/atm": {"icon": "maki-bank", "fields": ["operator", "cash_in", "currency_multi", "drive_through"], "geometry": ["point", "vertex"], "terms": ["money", "cash", "machine"], "tags": {"amenity": "atm"}, "name": "ATM"},
|
||||
"amenity/bank": {"icon": "maki-bank", "fields": ["name", "atm", "operator", "address", "building_area", "opening_hours", "drive_through"], "geometry": ["point", "area"], "terms": ["credit union", "check", "deposit", "fund", "investment", "repository", "reserve", "safe", "savings", "stock", "treasury", "trust", "vault"], "tags": {"amenity": "bank"}, "name": "Bank"},
|
||||
"amenity/bar": {"icon": "maki-bar", "fields": ["name", "operator", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "brewery"], "geometry": ["point", "area"], "terms": ["dive", "beer", "bier", "booze"], "tags": {"amenity": "bar"}, "name": "Bar"},
|
||||
"amenity/bbq": {"icon": "maki-bbq", "fields": ["covered", "fuel"], "geometry": ["point"], "terms": ["bbq", "grill"], "tags": {"amenity": "bbq"}, "name": "Barbecue/Grill"},
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"icon": "maki-bank",
|
||||
"fields": [
|
||||
"operator",
|
||||
"cash_in",
|
||||
"currency_multi",
|
||||
"drive_through"
|
||||
],
|
||||
|
||||
@@ -6373,6 +6373,7 @@
|
||||
{"key": "camera:type", "value": "panning", "description": "Camera Type"},
|
||||
{"key": "camera:type", "value": "dome", "description": "Camera Type"},
|
||||
{"key": "capacity", "description": "Capacity"},
|
||||
{"key": "cash_in", "description": "Cash In"},
|
||||
{"key": "castle_type", "description": "Type"},
|
||||
{"key": "clothes", "description": "Clothes"},
|
||||
{"key": "collection_times", "description": "Collection Times"},
|
||||
|
||||
3
dist/locales/en.json
vendored
3
dist/locales/en.json
vendored
@@ -1629,6 +1629,9 @@
|
||||
"label": "Capacity",
|
||||
"placeholder": "50, 100, 200..."
|
||||
},
|
||||
"cash_in": {
|
||||
"label": "Cash In"
|
||||
},
|
||||
"castle_type": {
|
||||
"label": "Type"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user