mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-29 07:06:04 +02:00
Add Building Presets
This commit is contained in:
@@ -645,15 +645,60 @@ en:
|
||||
building/apartments:
|
||||
name: Apartments
|
||||
terms: "<translate with synonyms or related terms for 'Apartments', separated by commas>"
|
||||
building/barn:
|
||||
name: Barn
|
||||
terms: "<translate with synonyms or related terms for 'Barn', separated by commas>"
|
||||
building/bunker:
|
||||
name: Bunker
|
||||
terms: "<translate with synonyms or related terms for 'Bunker', separated by commas>"
|
||||
building/cabin:
|
||||
name: Cabin
|
||||
terms: "<translate with synonyms or related terms for 'Cabin', separated by commas>"
|
||||
building/cathedral:
|
||||
name: Cathedral
|
||||
terms: "<translate with synonyms or related terms for 'Cathedral', separated by commas>"
|
||||
building/chapel:
|
||||
name: Chapel
|
||||
terms: "<translate with synonyms or related terms for 'Chapel', separated by commas>"
|
||||
building/church:
|
||||
name: Church
|
||||
terms: "<translate with synonyms or related terms for 'Church', separated by commas>"
|
||||
building/commercial:
|
||||
name: Commercial Building
|
||||
terms: "<translate with synonyms or related terms for 'Commercial Building', separated by commas>"
|
||||
building/construction:
|
||||
name: Building Under Construction
|
||||
terms: "<translate with synonyms or related terms for 'Building Under Construction', separated by commas>"
|
||||
building/detached:
|
||||
name: Detached Home
|
||||
terms: "<translate with synonyms or related terms for 'Detached Home', separated by commas>"
|
||||
building/dormitory:
|
||||
name: Dormitory
|
||||
terms: "<translate with synonyms or related terms for 'Dormitory', separated by commas>"
|
||||
building/entrance:
|
||||
name: Entrance
|
||||
terms: "<translate with synonyms or related terms for 'Entrance', separated by commas>"
|
||||
building/farm_auxilary:
|
||||
name: Farm Building
|
||||
terms: "<translate with synonyms or related terms for 'Farm Building', separated by commas>"
|
||||
building/garage:
|
||||
name: Garage
|
||||
terms: "<translate with synonyms or related terms for 'Garage', separated by commas>"
|
||||
building/garages:
|
||||
name: Garages
|
||||
terms: "<translate with synonyms or related terms for 'Garages', separated by commas>"
|
||||
building/greenhouse:
|
||||
name: Greenhouse
|
||||
terms: "<translate with synonyms or related terms for 'Greenhouse', separated by commas>"
|
||||
building/hanger:
|
||||
name: Hanger
|
||||
terms: "<translate with synonyms or related terms for 'Hanger', separated by commas>"
|
||||
building/hospital:
|
||||
name: Hospital Building
|
||||
terms: "<translate with synonyms or related terms for 'Hospital Building', separated by commas>"
|
||||
building/hotel:
|
||||
name: Hotel Building
|
||||
terms: "<translate with synonyms or related terms for 'Hotel Building', separated by commas>"
|
||||
building/house:
|
||||
name: House
|
||||
terms: "<translate with synonyms or related terms for 'House', separated by commas>"
|
||||
@@ -663,9 +708,42 @@ en:
|
||||
building/industrial:
|
||||
name: Industrial Building
|
||||
terms: "<translate with synonyms or related terms for 'Industrial Building', separated by commas>"
|
||||
building/public:
|
||||
name: Public Building
|
||||
terms: "<translate with synonyms or related terms for 'Public Building', separated by commas>"
|
||||
building/residential:
|
||||
name: Residential Building
|
||||
terms: "<translate with synonyms or related terms for 'Residential Building', separated by commas>"
|
||||
building/retail:
|
||||
name: Retail Building
|
||||
terms: "<translate with synonyms or related terms for 'Retail Building', separated by commas>"
|
||||
building/roof:
|
||||
name: Roof
|
||||
terms: "<translate with synonyms or related terms for 'Roof', separated by commas>"
|
||||
building/school:
|
||||
name: School Building
|
||||
terms: "<translate with synonyms or related terms for 'School Building', separated by commas>"
|
||||
building/shed:
|
||||
name: Shed
|
||||
terms: "<translate with synonyms or related terms for 'Shed', separated by commas>"
|
||||
building/stable:
|
||||
name: Stable
|
||||
terms: "<translate with synonyms or related terms for 'Stable', separated by commas>"
|
||||
building/static_caravan:
|
||||
name: Static Caravan
|
||||
terms: "<translate with synonyms or related terms for 'Static Caravan', separated by commas>"
|
||||
building/terrace:
|
||||
name: Terraced Houses
|
||||
terms: "<translate with synonyms or related terms for 'Terraced Houses', separated by commas>"
|
||||
building/train_station:
|
||||
name: Train Station
|
||||
terms: "<translate with synonyms or related terms for 'Train Station', separated by commas>"
|
||||
building/university:
|
||||
name: University Building
|
||||
terms: "<translate with synonyms or related terms for 'University Building', separated by commas>"
|
||||
building/warehouse:
|
||||
name: Warehouse
|
||||
terms: "<translate with synonyms or related terms for 'Warehouse', separated by commas>"
|
||||
craft/basket_maker:
|
||||
name: Basket Maker
|
||||
terms: "<translate with synonyms or related terms for 'Basket Maker', separated by commas>"
|
||||
|
||||
@@ -1916,6 +1916,102 @@
|
||||
},
|
||||
"name": "Apartments"
|
||||
},
|
||||
"building/barn": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "barn"
|
||||
},
|
||||
"name": "Barn"
|
||||
},
|
||||
"building/bunker": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "bunker"
|
||||
},
|
||||
"name": "Bunker"
|
||||
},
|
||||
"building/cabin": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "cabin"
|
||||
},
|
||||
"name": "Cabin"
|
||||
},
|
||||
"building/cathedral": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "cathedral"
|
||||
},
|
||||
"name": "Cathedral"
|
||||
},
|
||||
"building/chapel": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "chapel"
|
||||
},
|
||||
"name": "Chapel"
|
||||
},
|
||||
"building/church": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "church"
|
||||
},
|
||||
"name": "Church"
|
||||
},
|
||||
"building/commercial": {
|
||||
"icon": "commercial",
|
||||
"geometry": [
|
||||
@@ -1928,6 +2024,54 @@
|
||||
},
|
||||
"name": "Commercial Building"
|
||||
},
|
||||
"building/construction": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "construction"
|
||||
},
|
||||
"name": "Building Under Construction"
|
||||
},
|
||||
"building/detached": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "detached"
|
||||
},
|
||||
"name": "Detached Home"
|
||||
},
|
||||
"building/dormitory": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "dormitory"
|
||||
},
|
||||
"name": "Dormitory"
|
||||
},
|
||||
"building/entrance": {
|
||||
"icon": "entrance",
|
||||
"geometry": [
|
||||
@@ -1939,6 +2083,22 @@
|
||||
"name": "Entrance",
|
||||
"searchable": false
|
||||
},
|
||||
"building/farm_auxilary": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "farm_auxilary"
|
||||
},
|
||||
"name": "Farm Building"
|
||||
},
|
||||
"building/garage": {
|
||||
"fields": [
|
||||
"capacity"
|
||||
@@ -1954,6 +2114,85 @@
|
||||
"name": "Garage",
|
||||
"icon": "warehouse"
|
||||
},
|
||||
"building/garages": {
|
||||
"icon": "warehouse",
|
||||
"fields": [
|
||||
"capacity"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "garages"
|
||||
},
|
||||
"name": "Garages"
|
||||
},
|
||||
"building/greenhouse": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "greenhouse"
|
||||
},
|
||||
"name": "Greenhouse"
|
||||
},
|
||||
"building/hanger": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "hanger"
|
||||
},
|
||||
"name": "Hanger"
|
||||
},
|
||||
"building/hospital": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "hospital"
|
||||
},
|
||||
"name": "Hospital Building"
|
||||
},
|
||||
"building/hotel": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "hotel"
|
||||
},
|
||||
"name": "Hotel Building"
|
||||
},
|
||||
"building/house": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
@@ -1996,6 +2235,22 @@
|
||||
},
|
||||
"name": "Industrial Building"
|
||||
},
|
||||
"building/public": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "public"
|
||||
},
|
||||
"name": "Public Building"
|
||||
},
|
||||
"building/residential": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
@@ -2012,6 +2267,166 @@
|
||||
},
|
||||
"name": "Residential Building"
|
||||
},
|
||||
"building/retail": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "retail"
|
||||
},
|
||||
"name": "Retail Building"
|
||||
},
|
||||
"building/roof": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "roof"
|
||||
},
|
||||
"name": "Roof"
|
||||
},
|
||||
"building/school": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "school"
|
||||
},
|
||||
"name": "School Building"
|
||||
},
|
||||
"building/shed": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "shed"
|
||||
},
|
||||
"name": "Shed"
|
||||
},
|
||||
"building/stable": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "stable"
|
||||
},
|
||||
"name": "Stable"
|
||||
},
|
||||
"building/static_caravan": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "static_caravan"
|
||||
},
|
||||
"name": "Static Caravan"
|
||||
},
|
||||
"building/terrace": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "terrace"
|
||||
},
|
||||
"name": "Terraced Houses"
|
||||
},
|
||||
"building/train_station": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "train_station"
|
||||
},
|
||||
"name": "Train Station"
|
||||
},
|
||||
"building/university": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "university"
|
||||
},
|
||||
"name": "University Building"
|
||||
},
|
||||
"building/warehouse": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "warehouse"
|
||||
},
|
||||
"name": "Warehouse"
|
||||
},
|
||||
"craft/basket_maker": {
|
||||
"name": "Basket Maker",
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "barn"
|
||||
},
|
||||
"name": "Barn"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "bunker"
|
||||
},
|
||||
"name": "Bunker"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "cabin"
|
||||
},
|
||||
"name": "Cabin"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "place-of-worship",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "cathedral"
|
||||
},
|
||||
"name": "Cathedral"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "place-of-worship",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "chapel"
|
||||
},
|
||||
"name": "Chapel"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "place-of-worship",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "church"
|
||||
},
|
||||
"name": "Church"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "construction"
|
||||
},
|
||||
"name": "Building Under Construction"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "detached"
|
||||
},
|
||||
"name": "Detached Home"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "dormitory"
|
||||
},
|
||||
"name": "Dormitory"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "farm_auxilary"
|
||||
},
|
||||
"name": "Farm Building"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "warehouse",
|
||||
"fields": [
|
||||
"capacity"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "garages"
|
||||
},
|
||||
"name": "Garages"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "greenhouse"
|
||||
},
|
||||
"name": "Greenhouse"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "hanger"
|
||||
},
|
||||
"name": "Hanger"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "hospital"
|
||||
},
|
||||
"name": "Hospital Building"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "hotel"
|
||||
},
|
||||
"name": "Hotel Building"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "public"
|
||||
},
|
||||
"name": "Public Building"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "retail"
|
||||
},
|
||||
"name": "Retail Building"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "roof"
|
||||
},
|
||||
"name": "Roof"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "school"
|
||||
},
|
||||
"name": "School Building"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "shed"
|
||||
},
|
||||
"name": "Shed"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "stable"
|
||||
},
|
||||
"name": "Stable"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "static_caravan"
|
||||
},
|
||||
"name": "Static Caravan"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "terrace"
|
||||
},
|
||||
"name": "Terraced Houses"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "train_station"
|
||||
},
|
||||
"name": "Train Station"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "university"
|
||||
},
|
||||
"name": "University Building"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "warehouse"
|
||||
},
|
||||
"name": "Warehouse"
|
||||
}
|
||||
Vendored
+104
@@ -1290,18 +1290,78 @@
|
||||
"name": "Apartments",
|
||||
"terms": ""
|
||||
},
|
||||
"building/barn": {
|
||||
"name": "Barn",
|
||||
"terms": ""
|
||||
},
|
||||
"building/bunker": {
|
||||
"name": "Bunker",
|
||||
"terms": ""
|
||||
},
|
||||
"building/cabin": {
|
||||
"name": "Cabin",
|
||||
"terms": ""
|
||||
},
|
||||
"building/cathedral": {
|
||||
"name": "Cathedral",
|
||||
"terms": ""
|
||||
},
|
||||
"building/chapel": {
|
||||
"name": "Chapel",
|
||||
"terms": ""
|
||||
},
|
||||
"building/church": {
|
||||
"name": "Church",
|
||||
"terms": ""
|
||||
},
|
||||
"building/commercial": {
|
||||
"name": "Commercial Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/construction": {
|
||||
"name": "Building Under Construction",
|
||||
"terms": ""
|
||||
},
|
||||
"building/detached": {
|
||||
"name": "Detached Home",
|
||||
"terms": ""
|
||||
},
|
||||
"building/dormitory": {
|
||||
"name": "Dormitory",
|
||||
"terms": ""
|
||||
},
|
||||
"building/entrance": {
|
||||
"name": "Entrance",
|
||||
"terms": ""
|
||||
},
|
||||
"building/farm_auxilary": {
|
||||
"name": "Farm Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/garage": {
|
||||
"name": "Garage",
|
||||
"terms": ""
|
||||
},
|
||||
"building/garages": {
|
||||
"name": "Garages",
|
||||
"terms": ""
|
||||
},
|
||||
"building/greenhouse": {
|
||||
"name": "Greenhouse",
|
||||
"terms": ""
|
||||
},
|
||||
"building/hanger": {
|
||||
"name": "Hanger",
|
||||
"terms": ""
|
||||
},
|
||||
"building/hospital": {
|
||||
"name": "Hospital Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/hotel": {
|
||||
"name": "Hotel Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/house": {
|
||||
"name": "House",
|
||||
"terms": ""
|
||||
@@ -1314,10 +1374,54 @@
|
||||
"name": "Industrial Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/public": {
|
||||
"name": "Public Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/residential": {
|
||||
"name": "Residential Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/retail": {
|
||||
"name": "Retail Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/roof": {
|
||||
"name": "Roof",
|
||||
"terms": ""
|
||||
},
|
||||
"building/school": {
|
||||
"name": "School Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/shed": {
|
||||
"name": "Shed",
|
||||
"terms": ""
|
||||
},
|
||||
"building/stable": {
|
||||
"name": "Stable",
|
||||
"terms": ""
|
||||
},
|
||||
"building/static_caravan": {
|
||||
"name": "Static Caravan",
|
||||
"terms": ""
|
||||
},
|
||||
"building/terrace": {
|
||||
"name": "Terraced Houses",
|
||||
"terms": ""
|
||||
},
|
||||
"building/train_station": {
|
||||
"name": "Train Station",
|
||||
"terms": ""
|
||||
},
|
||||
"building/university": {
|
||||
"name": "University Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/warehouse": {
|
||||
"name": "Warehouse",
|
||||
"terms": ""
|
||||
},
|
||||
"craft/basket_maker": {
|
||||
"name": "Basket Maker",
|
||||
"terms": "basket,basketry,basket maker,basket weaver"
|
||||
|
||||
Reference in New Issue
Block a user