mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Remove unnecessary building_yes preset
Most uses of it should have been building_area instead. The exception is the building preset itself -- but it can use the plain `building` field, because it will automatically produce building=yes.
This commit is contained in:
+1
-3
@@ -46,7 +46,7 @@ en:
|
||||
destination:
|
||||
title: Destination
|
||||
description: Access permitted only to reach a destination
|
||||
access_toilets:
|
||||
access_simple:
|
||||
label: Access
|
||||
address:
|
||||
label: Address
|
||||
@@ -80,8 +80,6 @@ en:
|
||||
label: Building
|
||||
building_area:
|
||||
label: Building
|
||||
building_yes:
|
||||
label: Building
|
||||
capacity:
|
||||
label: Capacity
|
||||
placeholder: "50, 100, 200..."
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"access_toilets": {
|
||||
"access_simple": {
|
||||
"key": "access",
|
||||
"type": "combo",
|
||||
"label": "Access",
|
||||
@@ -141,12 +141,6 @@
|
||||
"geometry": "area",
|
||||
"label": "Building"
|
||||
},
|
||||
"building_yes": {
|
||||
"key": "building",
|
||||
"type": "combo",
|
||||
"default": "yes",
|
||||
"label": "Building"
|
||||
},
|
||||
"capacity": {
|
||||
"key": "capacity",
|
||||
"type": "number",
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"key": "building",
|
||||
"type": "combo",
|
||||
"default": "yes",
|
||||
"label": "Building"
|
||||
}
|
||||
@@ -555,7 +555,7 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_yes"
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -681,6 +681,7 @@
|
||||
"parking",
|
||||
"capacity",
|
||||
"fee",
|
||||
"access_simple",
|
||||
"supervised",
|
||||
"park_ride",
|
||||
"address"
|
||||
@@ -761,7 +762,7 @@
|
||||
"icon": "place-of-worship",
|
||||
"fields": [
|
||||
"denomination",
|
||||
"building_yes",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -788,7 +789,7 @@
|
||||
"icon": "religious-christian",
|
||||
"fields": [
|
||||
"denomination",
|
||||
"building_yes",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -830,7 +831,7 @@
|
||||
"icon": "religious-jewish",
|
||||
"fields": [
|
||||
"denomination",
|
||||
"building_yes",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -852,7 +853,7 @@
|
||||
"icon": "religious-muslim",
|
||||
"fields": [
|
||||
"denomination",
|
||||
"building_yes",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -1171,7 +1172,8 @@
|
||||
"toilets/disposal",
|
||||
"operator",
|
||||
"building_area",
|
||||
"access_toilets"
|
||||
"fee",
|
||||
"access_simple"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -1493,7 +1495,7 @@
|
||||
"building": {
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"building_yes",
|
||||
"building",
|
||||
"levels",
|
||||
"address"
|
||||
],
|
||||
@@ -1666,6 +1668,7 @@
|
||||
},
|
||||
"fields": [
|
||||
"entrance",
|
||||
"access_simple",
|
||||
"address"
|
||||
],
|
||||
"name": "Entrance"
|
||||
@@ -2947,6 +2950,9 @@
|
||||
"name": "Stadium"
|
||||
},
|
||||
"leisure/swimming_pool": {
|
||||
"fields": [
|
||||
"access_simple"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_yes"
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"icon": "place-of-worship",
|
||||
"fields": [
|
||||
"denomination",
|
||||
"building_yes",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"icon": "religious-christian",
|
||||
"fields": [
|
||||
"denomination",
|
||||
"building_yes",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"icon": "religious-jewish",
|
||||
"fields": [
|
||||
"denomination",
|
||||
"building_yes",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"icon": "religious-muslim",
|
||||
"fields": [
|
||||
"denomination",
|
||||
"building_yes",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"fields": [
|
||||
"building_yes",
|
||||
"building",
|
||||
"levels",
|
||||
"address"
|
||||
],
|
||||
|
||||
Vendored
+1
-4
@@ -455,7 +455,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"access_toilets": {
|
||||
"access_simple": {
|
||||
"label": "Access"
|
||||
},
|
||||
"address": {
|
||||
@@ -504,9 +504,6 @@
|
||||
"building_area": {
|
||||
"label": "Building"
|
||||
},
|
||||
"building_yes": {
|
||||
"label": "Building"
|
||||
},
|
||||
"capacity": {
|
||||
"label": "Capacity",
|
||||
"placeholder": "50, 100, 200..."
|
||||
|
||||
Reference in New Issue
Block a user