Refine Information preset (fixes #2016)

This commit is contained in:
John Firebaugh
2013-11-26 13:43:29 -08:00
parent db065b6d77
commit 49c8acdbde
6 changed files with 21 additions and 2 deletions
+2
View File
@@ -145,6 +145,8 @@ en:
label: ICAO
incline:
label: Incline
information:
label: Type
internet_access:
label: Internet Access
options:
+5
View File
@@ -329,6 +329,11 @@
"type": "combo",
"label": "Incline"
},
"information": {
"key": "information",
"type": "typeCombo",
"label": "Type"
},
"internet_access": {
"key": "internet_access",
"type": "combo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "information",
"type": "typeCombo",
"label": "Type"
}
+3 -1
View File
@@ -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",
+3
View File
@@ -600,6 +600,9 @@
"incline": {
"label": "Incline"
},
"information": {
"label": "Type"
},
"internet_access": {
"label": "Internet Access",
"options": {