mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Add apartments preset (fixes #1199)
This commit is contained in:
@@ -749,6 +749,10 @@ locale.en = {
|
||||
"name": "Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/apartments": {
|
||||
"name": "Apartments",
|
||||
"terms": ""
|
||||
},
|
||||
"building/entrance": {
|
||||
"name": "Entrance",
|
||||
"terms": ""
|
||||
|
||||
@@ -318,6 +318,9 @@ en:
|
||||
building:
|
||||
name: Building
|
||||
terms: ""
|
||||
building/apartments:
|
||||
name: Apartments
|
||||
terms: ""
|
||||
building/entrance:
|
||||
name: Entrance
|
||||
terms: ""
|
||||
|
||||
@@ -1021,6 +1021,22 @@
|
||||
"terms": [],
|
||||
"name": "Building"
|
||||
},
|
||||
"building/apartments": {
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "apartments"
|
||||
},
|
||||
"name": "Apartments"
|
||||
},
|
||||
"building/entrance": {
|
||||
"geometry": [
|
||||
"vertex"
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "apartments"
|
||||
},
|
||||
"name": "Apartments"
|
||||
}
|
||||
Reference in New Issue
Block a user