add preset to amenity=coworking_space

This commit is contained in:
Wille Marcel
2016-08-28 11:24:42 -03:00
parent 12b06f0583
commit 84de65e316
5 changed files with 53 additions and 0 deletions
+5
View File
@@ -1368,6 +1368,11 @@ en:
# amenity=courthouse
name: Courthouse
terms: '<translate with synonyms or related terms for ''Courthouse'', separated by commas>'
amenity/coworking_space:
# amenity=coworking_space
name: Coworking Space
# 'terms: coworking,office'
terms: '<translate with synonyms or related terms for ''Coworking Space'', separated by commas>'
amenity/dentist:
# amenity=dentist
name: Dentist
+20
View File
@@ -980,6 +980,26 @@
},
"name": "Courthouse"
},
"amenity/coworking_space": {
"icon": "commercial",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"coworking",
"office"
],
"tags": {
"amenity": "coworking_space"
},
"name": "Coworking Space"
},
"amenity/dentist": {
"icon": "dentist",
"fields": [
@@ -0,0 +1,20 @@
{
"icon": "commercial",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"coworking",
"office"
],
"tags": {
"amenity": "coworking_space"
},
"name": "Coworking Space"
}
+4
View File
@@ -227,6 +227,10 @@
"key": "amenity",
"value": "courthouse"
},
{
"key": "amenity",
"value": "coworking_space"
},
{
"key": "amenity",
"value": "dentist"
+4
View File
@@ -1815,6 +1815,10 @@
"name": "Courthouse",
"terms": ""
},
"amenity/coworking_space": {
"name": "Coworking Space",
"terms": "coworking,office"
},
"amenity/dentist": {
"name": "Dentist",
"terms": "tooth,teeth"