mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
added new preset
This commit is contained in:
@@ -795,6 +795,16 @@ en:
|
||||
faces:
|
||||
# faces=*
|
||||
label: Faces
|
||||
facility:
|
||||
# facility=*
|
||||
label: Facilities
|
||||
options:
|
||||
# facility=arm
|
||||
arm: Arm
|
||||
# facility=face
|
||||
face: Face
|
||||
# facility=foot
|
||||
foot: Foot
|
||||
fax:
|
||||
# fax=*
|
||||
label: Fax
|
||||
@@ -3175,6 +3185,10 @@ en:
|
||||
name: Preschool/Kindergarten Grounds
|
||||
# 'terms: kindergarden,pre-school'
|
||||
terms: '<translate with synonyms or related terms for ''Preschool/Kindergarten Grounds'', separated by commas>'
|
||||
amenity/kneipp_water_cure:
|
||||
# amenity=kneipp_water_cure
|
||||
name: Kneipp Water Cure
|
||||
terms: '<translate with synonyms or related terms for ''Kneipp Water Cure'', separated by commas>'
|
||||
amenity/language_school:
|
||||
# amenity=language_school
|
||||
name: Language School
|
||||
|
||||
@@ -138,6 +138,7 @@
|
||||
"entrance": {"key": "entrance", "type": "typeCombo", "label": "Type"},
|
||||
"except": {"key": "except", "type": "combo", "label": "Exceptions"},
|
||||
"faces": {"key": "faces", "type": "number", "minValue": 0, "label": "Faces"},
|
||||
"facility": {"key": "facility", "type": "multiCombo", "label": "Facilities", "strings": {"options": {"foot": "Foot", "arm": "Arm", "face": "Face"}}},
|
||||
"fax": {"key": "fax", "type": "tel", "label": "Fax", "placeholder": "+31 42 123 4567"},
|
||||
"fee": {"key": "fee", "type": "check", "label": "Fee"},
|
||||
"fence_type": {"key": "fence_type", "type": "combo", "label": "Type"},
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "facility",
|
||||
"type": "multiCombo",
|
||||
"label": "Facilities",
|
||||
"strings": {
|
||||
"options": {
|
||||
"foot": "Foot",
|
||||
"arm": "Arm",
|
||||
"face": "Face"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -136,6 +136,7 @@
|
||||
"amenity/internet_cafe": {"icon": "temaki-antenna", "fields": ["name", "operator", "operator/type", "address", "building_area", "internet_access", "internet_access/fee", "internet_access/ssid"], "moreFields": ["air_conditioning", "email", "fax", "gnis/feature_id", "level", "min_age", "opening_hours", "outdoor_seating", "payment_multi", "phone", "ref/vatin", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["cybercafe", "taxiphone", "teleboutique", "coffee", "cafe", "net", "lanhouse"], "tags": {"amenity": "internet_cafe"}, "name": "Internet Cafe"},
|
||||
"amenity/karaoke_box": {"icon": "maki-karaoke", "fields": ["name", "operator", "address", "building_area", "opening_hours", "website"], "moreFields": ["air_conditioning", "email", "fax", "gnis/feature_id", "level", "min_age", "payment_multi", "phone", "ref/vatin", "smoking", "wheelchair"], "geometry": ["point", "area"], "terms": ["karaoke club", "karaoke room", "karaoke television", "KTV"], "tags": {"amenity": "karaoke_box"}, "name": "Karaoke Box"},
|
||||
"amenity/kindergarten": {"icon": "temaki-school", "fields": ["name", "operator", "address", "phone", "preschool"], "moreFields": ["email", "fax", "gnis/feature_id", "level", "max_age", "min_age", "opening_hours", "payment_multi", "website", "wheelchair"], "geometry": ["area", "point"], "terms": ["kindergarden", "pre-school"], "tags": {"amenity": "kindergarten"}, "name": "Preschool/Kindergarten Grounds"},
|
||||
"amenity/kneipp_water_cure": {"icon": "maki-hospital", "fields": ["facility", "opening_hours", "fee"], "geometry": ["point", "area"], "terms": [], "tags": {"amenity": "kneipp_water_cure"}, "reference": {"key": "amenity", "value": "kneipp_water_cure"}, "name": "Kneipp Water Cure"},
|
||||
"amenity/language_school": {"icon": "temaki-school", "fields": ["name", "operator", "operator/type", "address", "building_area", "opening_hours", "language_multi"], "moreFields": ["email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "payment_multi", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["esl"], "tags": {"amenity": "language_school"}, "name": "Language School"},
|
||||
"amenity/letter_box": {"icon": "temaki-letter_box", "fields": ["post", "access_simple", "collection_times", "height"], "moreFields": ["covered", "indoor", "level", "lit", "lockable", "manufacturer", "material", "operator", "wheelchair"], "geometry": ["point", "vertex"], "tags": {"amenity": "letter_box"}, "terms": ["curbside delivery box", "home delivery box", "direct-to-door delivery box", "letter hole", "letter plate", "letter slot", "letterbox", "letterhole", "letterplate", "letterslot", "mail box", "mail hole", "mail slot", "mailbox", "mailhole", "mailslot", "through-door delivery box"], "name": "Letter Box"},
|
||||
"amenity/library": {"icon": "maki-library", "fields": ["name", "operator", "operator/type", "building_area", "address", "ref/isil", "internet_access", "internet_access/fee", "internet_access/ssid"], "moreFields": ["access_simple", "air_conditioning", "email", "fax", "gnis/feature_id", "level", "opening_hours", "payment_multi", "phone", "polling_station", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["book"], "tags": {"amenity": "library"}, "name": "Library"},
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"icon": "maki-hospital",
|
||||
"fields": [
|
||||
"facility",
|
||||
"opening_hours",
|
||||
"fee"
|
||||
|
||||
|
||||
|
||||
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"amenity": "kneipp_water_cure"
|
||||
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "kneipp_water_cure"
|
||||
},
|
||||
"name": "Kneipp Water Cure"
|
||||
}
|
||||
@@ -138,6 +138,7 @@
|
||||
{"key": "amenity", "value": "internet_cafe", "description": "🄿 Internet Cafe", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/antenna.svg"},
|
||||
{"key": "amenity", "value": "karaoke_box", "description": "🄿 Karaoke Box", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/karaoke-15.svg"},
|
||||
{"key": "amenity", "value": "kindergarten", "description": "🄿 Preschool/Kindergarten Grounds", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/school.svg"},
|
||||
{"key": "amenity", "value": "kneipp_water_cure", "description": "🄿 Kneipp Water Cure", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/hospital-15.svg"},
|
||||
{"key": "amenity", "value": "language_school", "description": "🄿 Language School", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/school.svg"},
|
||||
{"key": "amenity", "value": "letter_box", "description": "🄿 Letter Box", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/letter_box.svg"},
|
||||
{"key": "amenity", "value": "library", "description": "🄿 Library", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/library-15.svg"},
|
||||
@@ -1458,6 +1459,9 @@
|
||||
{"key": "enforcement", "description": "🄵 Type"},
|
||||
{"key": "except", "description": "🄵 Exceptions"},
|
||||
{"key": "faces", "description": "🄵 Faces"},
|
||||
{"key": "facility", "value": "foot", "description": "🄵 Facilities"},
|
||||
{"key": "facility", "value": "arm", "description": "🄵 Facilities"},
|
||||
{"key": "facility", "value": "face", "description": "🄵 Facilities"},
|
||||
{"key": "fax", "description": "🄵 Fax"},
|
||||
{"key": "fee", "description": "🄵 Fee"},
|
||||
{"key": "fence_type", "description": "🄵 Type"},
|
||||
|
||||
Vendored
+20
-1
@@ -3249,6 +3249,14 @@
|
||||
"faces": {
|
||||
"label": "Faces"
|
||||
},
|
||||
"facility": {
|
||||
"label": "Facilities",
|
||||
"options": {
|
||||
"foot": "Foot",
|
||||
"arm": "Arm",
|
||||
"face": "Face"
|
||||
}
|
||||
},
|
||||
"fax": {
|
||||
"label": "Fax",
|
||||
"terms": "",
|
||||
@@ -5321,6 +5329,10 @@
|
||||
"name": "Preschool/Kindergarten Grounds",
|
||||
"terms": "kindergarden,pre-school"
|
||||
},
|
||||
"amenity/kneipp_water_cure": {
|
||||
"name": "Kneipp Water Cure",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/language_school": {
|
||||
"name": "Language School",
|
||||
"terms": "esl"
|
||||
@@ -9919,7 +9931,7 @@
|
||||
},
|
||||
"MAPNIK": {
|
||||
"attribution": {
|
||||
"text": "© OpenStreetMap contributors, CC-BY-SA"
|
||||
"text": "© OpenStreetMap contributors, CC-BY-SA 2.0"
|
||||
},
|
||||
"description": "The default OpenStreetMap layer.",
|
||||
"name": "OpenStreetMap (Standard)"
|
||||
@@ -10118,6 +10130,13 @@
|
||||
"description": "GSI Kiban 2500 via finds.jp. Good for tracing, but a bit older.",
|
||||
"name": "Japan GSI KIBAN 2500"
|
||||
},
|
||||
"gothenburg-citymap": {
|
||||
"attribution": {
|
||||
"text": "© Gothenburg municipality, CC0"
|
||||
},
|
||||
"description": "The city map is an overview map that describes Gothenburg. It contains general information about land, communications, hydrography, buildings, address numbers and street names, administrative division and other orientation text.",
|
||||
"name": "Gothenburg City map"
|
||||
},
|
||||
"gsi.go.jp": {
|
||||
"attribution": {
|
||||
"text": "GSI Japan"
|
||||
|
||||
Reference in New Issue
Block a user