mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 20:01:33 +00:00
Use "building_area" field for all amenities
This field will preserve a building=yes tag when switching to from the Building preset. Refs #1408.
This commit is contained in:
@@ -551,7 +551,7 @@
|
||||
"amenity": "marketplace"
|
||||
},
|
||||
"fields": [
|
||||
"building"
|
||||
"building_area"
|
||||
],
|
||||
"name": "Marketplace"
|
||||
},
|
||||
@@ -599,7 +599,7 @@
|
||||
"fields": [
|
||||
"religion",
|
||||
"denomination",
|
||||
"building",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -881,7 +881,7 @@
|
||||
"icon": "school",
|
||||
"fields": [
|
||||
"operator",
|
||||
"building",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -962,7 +962,7 @@
|
||||
"amenity/toilets": {
|
||||
"fields": [
|
||||
"operator",
|
||||
"building"
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"amenity": "marketplace"
|
||||
},
|
||||
"fields": [
|
||||
"building"
|
||||
"building_area"
|
||||
],
|
||||
"name": "Marketplace"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"fields": [
|
||||
"religion",
|
||||
"denomination",
|
||||
"building",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"icon": "school",
|
||||
"fields": [
|
||||
"operator",
|
||||
"building",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"building"
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user