mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Merge pull request #5451 from hikemaniac/dive_centre
Add preset for amenity=dive_centre
This commit is contained in:
@@ -2328,6 +2328,11 @@ en:
|
||||
name: Dentist
|
||||
# 'terms: tooth,teeth'
|
||||
terms: '<translate with synonyms or related terms for ''Dentist'', separated by commas>'
|
||||
amenity/dive_centre:
|
||||
# amenity=dive_centre
|
||||
name: Dive Center
|
||||
# 'terms: diving'
|
||||
terms: '<translate with synonyms or related terms for ''Dive Center'', separated by commas>'
|
||||
amenity/doctors:
|
||||
# amenity=doctors
|
||||
name: Doctor
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
"amenity/courthouse": {"icon": "maki-town-hall", "fields": ["name", "operator", "address", "building_area"], "geometry": ["point", "area"], "tags": {"amenity": "courthouse"}, "name": "Courthouse"},
|
||||
"amenity/crematorium": {"icon": "maki-cemetery", "fields": ["name", "website", "phone", "opening_hours", "wheelchair"], "geometry": ["area", "point"], "tags": {"amenity": "crematorium"}, "terms": ["cemetery", "funeral"], "name": "Crematorium"},
|
||||
"amenity/dentist": {"icon": "maki-dentist", "fields": ["name", "operator", "healthcare/speciality", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["tooth", "teeth"], "tags": {"amenity": "dentist"}, "addTags": {"amenity": "dentist", "healthcare": "dentist"}, "removeTags": {"amenity": "dentist", "healthcare": "dentist"}, "reference": {"key": "amenity", "value": "dentist"}, "name": "Dentist"},
|
||||
"amenity/dive_centre": {"icon": "maki-swimming", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["diving"], "tags": {"amenity": "dive_centre"}, "name": "Dive Center"},
|
||||
"amenity/doctors": {"icon": "maki-doctor", "fields": ["name", "operator", "healthcare/speciality", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["medic*", "physician"], "tags": {"amenity": "doctors"}, "addTags": {"amenity": "doctors", "healthcare": "doctor"}, "removeTags": {"amenity": "doctors", "healthcare": "doctor"}, "reference": {"key": "amenity", "value": "doctors"}, "name": "Doctor"},
|
||||
"amenity/dojo": {"icon": "maki-pitch", "fields": ["name", "sport", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["martial arts", "dojang"], "tags": {"amenity": "dojo"}, "name": "Dojo / Martial Arts Academy"},
|
||||
"amenity/drinking_water": {"icon": "maki-drinking-water", "geometry": ["point"], "tags": {"amenity": "drinking_water"}, "terms": ["fountain", "potable"], "name": "Drinking Water"},
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "maki-swimming",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"diving"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "dive_centre"
|
||||
},
|
||||
"name": "Dive Center"
|
||||
}
|
||||
@@ -513,6 +513,13 @@
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/dentist-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "dive_centre",
|
||||
"description": "Dive Center",
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/swimming-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "doctors",
|
||||
|
||||
Vendored
+4
@@ -3466,6 +3466,10 @@
|
||||
"name": "Dentist",
|
||||
"terms": "tooth,teeth"
|
||||
},
|
||||
"amenity/dive_centre": {
|
||||
"name": "Dive Center",
|
||||
"terms": "diving"
|
||||
},
|
||||
"amenity/doctors": {
|
||||
"name": "Doctor",
|
||||
"terms": "medic*,physician"
|
||||
|
||||
Reference in New Issue
Block a user