mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Add preset for building=semidetached_house (closes #2776)
This commit is contained in:
+10
-2
@@ -1655,8 +1655,9 @@ en:
|
||||
terms: "<translate with synonyms or related terms for 'Building Under Construction', separated by commas>"
|
||||
building/detached:
|
||||
# building=detached
|
||||
name: Detached Home
|
||||
terms: "<translate with synonyms or related terms for 'Detached Home', separated by commas>"
|
||||
name: Detached House
|
||||
# 'terms: home,single,family,residence,dwelling'
|
||||
terms: "<translate with synonyms or related terms for 'Detached House', separated by commas>"
|
||||
building/dormitory:
|
||||
# building=dormitory
|
||||
name: Dormitory
|
||||
@@ -1688,6 +1689,7 @@ en:
|
||||
building/house:
|
||||
# building=house
|
||||
name: House
|
||||
# 'terms: home,family,residence,dwelling'
|
||||
terms: "<translate with synonyms or related terms for 'House', separated by commas>"
|
||||
building/hut:
|
||||
# building=hut
|
||||
@@ -1723,6 +1725,11 @@ en:
|
||||
name: School Building
|
||||
# 'terms: academy,elementary school,middle school,high school'
|
||||
terms: "<translate with synonyms or related terms for 'School Building', separated by commas>"
|
||||
building/semidetached_house:
|
||||
# building=semidetached_house
|
||||
name: Semi-Detached Houses
|
||||
# 'terms: home,double,duplex,twin,family,residence,dwelling'
|
||||
terms: "<translate with synonyms or related terms for 'Semi-Detached Houses', separated by commas>"
|
||||
building/shed:
|
||||
# building=shed
|
||||
name: Shed
|
||||
@@ -1738,6 +1745,7 @@ en:
|
||||
building/terrace:
|
||||
# building=terrace
|
||||
name: Row Houses
|
||||
# 'terms: home,terrace,brownstone,family,residence,dwelling'
|
||||
terms: "<translate with synonyms or related terms for 'Row Houses', separated by commas>"
|
||||
building/train_station:
|
||||
# building=train_station
|
||||
|
||||
@@ -2376,7 +2376,14 @@
|
||||
"tags": {
|
||||
"building": "detached"
|
||||
},
|
||||
"name": "Detached Home"
|
||||
"terms": [
|
||||
"home",
|
||||
"single",
|
||||
"family",
|
||||
"residence",
|
||||
"dwelling"
|
||||
],
|
||||
"name": "Detached House"
|
||||
},
|
||||
"building/dormitory": {
|
||||
"icon": "building",
|
||||
@@ -2492,6 +2499,12 @@
|
||||
"tags": {
|
||||
"building": "house"
|
||||
},
|
||||
"terms": [
|
||||
"home",
|
||||
"family",
|
||||
"residence",
|
||||
"dwelling"
|
||||
],
|
||||
"name": "House"
|
||||
},
|
||||
"building/hut": {
|
||||
@@ -2620,6 +2633,30 @@
|
||||
},
|
||||
"name": "School Building"
|
||||
},
|
||||
"building/semidetached_house": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "semidetached_house"
|
||||
},
|
||||
"terms": [
|
||||
"home",
|
||||
"double",
|
||||
"duplex",
|
||||
"twin",
|
||||
"family",
|
||||
"residence",
|
||||
"dwelling"
|
||||
],
|
||||
"name": "Semi-Detached Houses"
|
||||
},
|
||||
"building/shed": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
@@ -2678,6 +2715,14 @@
|
||||
"tags": {
|
||||
"building": "terrace"
|
||||
},
|
||||
"terms": [
|
||||
"home",
|
||||
"terrace",
|
||||
"brownstone",
|
||||
"family",
|
||||
"residence",
|
||||
"dwelling"
|
||||
],
|
||||
"name": "Row Houses"
|
||||
},
|
||||
"building/train_station": {
|
||||
|
||||
@@ -11,5 +11,12 @@
|
||||
"tags": {
|
||||
"building": "detached"
|
||||
},
|
||||
"name": "Detached Home"
|
||||
"terms": [
|
||||
"home",
|
||||
"single",
|
||||
"family",
|
||||
"residence",
|
||||
"dwelling"
|
||||
],
|
||||
"name": "Detached House"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,11 @@
|
||||
"tags": {
|
||||
"building": "house"
|
||||
},
|
||||
"terms": [
|
||||
"home",
|
||||
"family",
|
||||
"residence",
|
||||
"dwelling"
|
||||
],
|
||||
"name": "House"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "semidetached_house"
|
||||
},
|
||||
"terms": [
|
||||
"home",
|
||||
"double",
|
||||
"duplex",
|
||||
"twin",
|
||||
"family",
|
||||
"residence",
|
||||
"dwelling"
|
||||
],
|
||||
"name": "Semi-Detached Houses"
|
||||
}
|
||||
@@ -11,5 +11,13 @@
|
||||
"tags": {
|
||||
"building": "terrace"
|
||||
},
|
||||
"terms": [
|
||||
"home",
|
||||
"terrace",
|
||||
"brownstone",
|
||||
"family",
|
||||
"residence",
|
||||
"dwelling"
|
||||
],
|
||||
"name": "Row Houses"
|
||||
}
|
||||
|
||||
@@ -593,6 +593,10 @@
|
||||
"key": "building",
|
||||
"value": "school"
|
||||
},
|
||||
{
|
||||
"key": "building",
|
||||
"value": "semidetached_house"
|
||||
},
|
||||
{
|
||||
"key": "building",
|
||||
"value": "shed"
|
||||
|
||||
Vendored
+8
-4
@@ -1992,8 +1992,8 @@
|
||||
"terms": ""
|
||||
},
|
||||
"building/detached": {
|
||||
"name": "Detached Home",
|
||||
"terms": ""
|
||||
"name": "Detached House",
|
||||
"terms": "home,single,family,residence,dwelling"
|
||||
},
|
||||
"building/dormitory": {
|
||||
"name": "Dormitory",
|
||||
@@ -2025,7 +2025,7 @@
|
||||
},
|
||||
"building/house": {
|
||||
"name": "House",
|
||||
"terms": ""
|
||||
"terms": "home,family,residence,dwelling"
|
||||
},
|
||||
"building/hut": {
|
||||
"name": "Hut",
|
||||
@@ -2059,6 +2059,10 @@
|
||||
"name": "School Building",
|
||||
"terms": "academy,elementary school,middle school,high school"
|
||||
},
|
||||
"building/semidetached_house": {
|
||||
"name": "Semi-Detached Houses",
|
||||
"terms": "home,double,duplex,twin,family,residence,dwelling"
|
||||
},
|
||||
"building/shed": {
|
||||
"name": "Shed",
|
||||
"terms": ""
|
||||
@@ -2073,7 +2077,7 @@
|
||||
},
|
||||
"building/terrace": {
|
||||
"name": "Row Houses",
|
||||
"terms": ""
|
||||
"terms": "home,terrace,brownstone,family,residence,dwelling"
|
||||
},
|
||||
"building/train_station": {
|
||||
"name": "Train Station",
|
||||
|
||||
Reference in New Issue
Block a user