mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Merge pull request #3727 from M1dgard/amenity-coworkingspace
Add amenity=coworking_space as non-searchable preset
This commit is contained in:
@@ -1503,6 +1503,9 @@ en:
|
||||
# amenity=courthouse
|
||||
name: Courthouse
|
||||
terms: '<translate with synonyms or related terms for ''Courthouse'', separated by commas>'
|
||||
amenity/coworking_space:
|
||||
# office=coworking
|
||||
name: Coworking Space
|
||||
amenity/crematorium:
|
||||
# amenity=crematorium
|
||||
name: Crematorium
|
||||
|
||||
@@ -445,6 +445,26 @@
|
||||
},
|
||||
"name": "Airport terminal"
|
||||
},
|
||||
"amenity/coworking_space": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "coworking"
|
||||
},
|
||||
"name": "Coworking Space",
|
||||
"searchable": false
|
||||
},
|
||||
"amenity/register_office": {
|
||||
"icon": "town-hall",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "coworking"
|
||||
},
|
||||
"name": "Coworking Space",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -115,6 +115,10 @@
|
||||
"key": "aeroway",
|
||||
"value": "terminal"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "coworking"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "register_office"
|
||||
|
||||
Vendored
+4
@@ -1909,6 +1909,10 @@
|
||||
"name": "Airport terminal",
|
||||
"terms": "airport,aerodrome"
|
||||
},
|
||||
"amenity/coworking_space": {
|
||||
"name": "Coworking Space",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/register_office": {
|
||||
"name": "Register Office",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user