mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Run build for preset
This commit is contained in:
+5
-5
@@ -1500,11 +1500,6 @@ 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/crematorium:
|
||||
# amenity=crematorium
|
||||
name: Crematorium
|
||||
@@ -3252,6 +3247,11 @@ en:
|
||||
# office=company
|
||||
name: Company Office
|
||||
terms: '<translate with synonyms or related terms for ''Company Office'', separated by commas>'
|
||||
office/coworking:
|
||||
# office=coworking
|
||||
name: Coworking Space
|
||||
# 'terms: coworking,office'
|
||||
terms: '<translate with synonyms or related terms for ''Coworking Space'', separated by commas>'
|
||||
office/educational_institution:
|
||||
# office=educational_institution
|
||||
name: Educational Institution
|
||||
|
||||
+23
-23
@@ -1015,29 +1015,6 @@
|
||||
},
|
||||
"name": "Courthouse"
|
||||
},
|
||||
"amenity/coworking_space": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"coworking",
|
||||
"office"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "coworking_space"
|
||||
},
|
||||
"name": "Coworking Space"
|
||||
},
|
||||
"amenity/crematorium": {
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
@@ -8168,6 +8145,29 @@
|
||||
"terms": [],
|
||||
"name": "Company Office"
|
||||
},
|
||||
"office/coworking": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"coworking",
|
||||
"office"
|
||||
],
|
||||
"tags": {
|
||||
"office": "coworking"
|
||||
},
|
||||
"name": "Coworking Space"
|
||||
},
|
||||
"office/educational_institution": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
|
||||
+4
-4
@@ -231,10 +231,6 @@
|
||||
"key": "amenity",
|
||||
"value": "courthouse"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "coworking_space"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "crematorium"
|
||||
@@ -1796,6 +1792,10 @@
|
||||
"key": "office",
|
||||
"value": "company"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "coworking"
|
||||
},
|
||||
{
|
||||
"key": "office",
|
||||
"value": "educational_institution"
|
||||
|
||||
Vendored
+4
-4
@@ -2022,10 +2022,6 @@
|
||||
"name": "Courthouse",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/coworking_space": {
|
||||
"name": "Coworking Space",
|
||||
"terms": "coworking,office"
|
||||
},
|
||||
"amenity/crematorium": {
|
||||
"name": "Crematorium",
|
||||
"terms": "cemetery,funeral"
|
||||
@@ -3602,6 +3598,10 @@
|
||||
"name": "Company Office",
|
||||
"terms": ""
|
||||
},
|
||||
"office/coworking": {
|
||||
"name": "Coworking Space",
|
||||
"terms": "coworking,office"
|
||||
},
|
||||
"office/educational_institution": {
|
||||
"name": "Educational Institution",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user