From 49c8acdbde827a2ee1d903349767137d5188b1b8 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 26 Nov 2013 13:43:29 -0800 Subject: [PATCH] Refine Information preset (fixes #2016) --- data/presets.yaml | 2 ++ data/presets/fields.json | 5 +++++ data/presets/fields/information.json | 5 +++++ data/presets/presets.json | 4 +++- data/presets/presets/tourism/information.json | 4 +++- dist/locales/en.json | 3 +++ 6 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 data/presets/fields/information.json diff --git a/data/presets.yaml b/data/presets.yaml index dc2df65cb..8695972c4 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -145,6 +145,8 @@ en: label: ICAO incline: label: Incline + information: + label: Type internet_access: label: Internet Access options: diff --git a/data/presets/fields.json b/data/presets/fields.json index 212e82076..c18b7af81 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -329,6 +329,11 @@ "type": "combo", "label": "Incline" }, + "information": { + "key": "information", + "type": "typeCombo", + "label": "Type" + }, "internet_access": { "key": "internet_access", "type": "combo", diff --git a/data/presets/fields/information.json b/data/presets/fields/information.json new file mode 100644 index 000000000..b5fc7a981 --- /dev/null +++ b/data/presets/fields/information.json @@ -0,0 +1,5 @@ +{ + "key": "information", + "type": "typeCombo", + "label": "Type" +} \ No newline at end of file diff --git a/data/presets/presets.json b/data/presets/presets.json index fce82a80c..16df708f1 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -5483,8 +5483,10 @@ }, "tourism/information": { "fields": [ + "infomation", "building_area", - "address" + "address", + "operator" ], "geometry": [ "point", diff --git a/data/presets/presets/tourism/information.json b/data/presets/presets/tourism/information.json index 3b7ec2738..dc7aa7194 100644 --- a/data/presets/presets/tourism/information.json +++ b/data/presets/presets/tourism/information.json @@ -1,7 +1,9 @@ { "fields": [ + "infomation", "building_area", - "address" + "address", + "operator" ], "geometry": [ "point", diff --git a/dist/locales/en.json b/dist/locales/en.json index 98ceccaa0..102bf3f52 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -600,6 +600,9 @@ "incline": { "label": "Incline" }, + "information": { + "label": "Type" + }, "internet_access": { "label": "Internet Access", "options": {