mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-29 15:16:07 +02:00
+3
-3
@@ -466,6 +466,9 @@ en:
|
||||
internet_access/fee:
|
||||
# 'internet_access:fee=*'
|
||||
label: Internet Access Fee
|
||||
kerb:
|
||||
# kerb=*
|
||||
label: Curb Ramp
|
||||
lamp_type:
|
||||
# lamp_type=*
|
||||
label: Type
|
||||
@@ -868,9 +871,6 @@ en:
|
||||
site:
|
||||
# site=*
|
||||
label: Type
|
||||
sloped_curb:
|
||||
# sloped_curb=*
|
||||
label: Sloped Curb
|
||||
smoking:
|
||||
# smoking=*
|
||||
label: Smoking
|
||||
|
||||
@@ -640,6 +640,11 @@
|
||||
"type": "check",
|
||||
"label": "Internet Access Fee"
|
||||
},
|
||||
"kerb": {
|
||||
"key": "kerb",
|
||||
"type": "combo",
|
||||
"label": "Curb Ramp"
|
||||
},
|
||||
"lamp_type": {
|
||||
"key": "lamp_type",
|
||||
"type": "combo",
|
||||
@@ -1155,11 +1160,6 @@
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"sloped_curb": {
|
||||
"key": "sloped_curb",
|
||||
"type": "combo",
|
||||
"label": "Sloped Curb"
|
||||
},
|
||||
"smoking": {
|
||||
"key": "smoking",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "kerb",
|
||||
"type": "combo",
|
||||
"label": "Curb Ramp"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "sloped_curb",
|
||||
"type": "combo",
|
||||
"label": "Sloped Curb"
|
||||
}
|
||||
@@ -4041,7 +4041,7 @@
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"sloped_curb",
|
||||
"kerb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -4060,7 +4060,7 @@
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"sloped_curb",
|
||||
"kerb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -4289,7 +4289,7 @@
|
||||
"highway/crossing": {
|
||||
"fields": [
|
||||
"crossing",
|
||||
"sloped_curb",
|
||||
"kerb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -4304,7 +4304,7 @@
|
||||
"highway/crosswalk": {
|
||||
"fields": [
|
||||
"crossing",
|
||||
"sloped_curb",
|
||||
"kerb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"sloped_curb",
|
||||
"kerb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"crossing",
|
||||
"access",
|
||||
"surface",
|
||||
"sloped_curb",
|
||||
"kerb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"fields": [
|
||||
"crossing",
|
||||
"sloped_curb",
|
||||
"kerb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"fields": [
|
||||
"crossing",
|
||||
"sloped_curb",
|
||||
"kerb",
|
||||
"tactile_paving"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Vendored
+3
-3
@@ -1042,6 +1042,9 @@
|
||||
"internet_access/fee": {
|
||||
"label": "Internet Access Fee"
|
||||
},
|
||||
"kerb": {
|
||||
"label": "Curb Ramp"
|
||||
},
|
||||
"lamp_type": {
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -1365,9 +1368,6 @@
|
||||
"site": {
|
||||
"label": "Type"
|
||||
},
|
||||
"sloped_curb": {
|
||||
"label": "Sloped Curb"
|
||||
},
|
||||
"smoking": {
|
||||
"label": "Smoking",
|
||||
"placeholder": "No, Separated, Yes...",
|
||||
|
||||
Reference in New Issue
Block a user