mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Refine Information preset (fixes #2016)
This commit is contained in:
@@ -145,6 +145,8 @@ en:
|
||||
label: ICAO
|
||||
incline:
|
||||
label: Incline
|
||||
information:
|
||||
label: Type
|
||||
internet_access:
|
||||
label: Internet Access
|
||||
options:
|
||||
|
||||
@@ -329,6 +329,11 @@
|
||||
"type": "combo",
|
||||
"label": "Incline"
|
||||
},
|
||||
"information": {
|
||||
"key": "information",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"internet_access": {
|
||||
"key": "internet_access",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "information",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -5483,8 +5483,10 @@
|
||||
},
|
||||
"tourism/information": {
|
||||
"fields": [
|
||||
"infomation",
|
||||
"building_area",
|
||||
"address"
|
||||
"address",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"fields": [
|
||||
"infomation",
|
||||
"building_area",
|
||||
"address"
|
||||
"address",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Vendored
+3
@@ -600,6 +600,9 @@
|
||||
"incline": {
|
||||
"label": "Incline"
|
||||
},
|
||||
"information": {
|
||||
"label": "Type"
|
||||
},
|
||||
"internet_access": {
|
||||
"label": "Internet Access",
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user