mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
add preset to amenity=coworking_space
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -227,6 +227,10 @@
|
||||
"key": "amenity",
|
||||
"value": "courthouse"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "coworking_space"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "dentist"
|
||||
|
||||
Vendored
+4
@@ -1815,6 +1815,10 @@
|
||||
"name": "Courthouse",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/coworking_space": {
|
||||
"name": "Coworking Space",
|
||||
"terms": "coworking,office"
|
||||
},
|
||||
"amenity/dentist": {
|
||||
"name": "Dentist",
|
||||
"terms": "tooth,teeth"
|
||||
|
||||
Reference in New Issue
Block a user