From 4ba11985b574369a56a53e351d33dfca7a24cc98 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Thu, 7 Mar 2013 14:35:57 -0500 Subject: [PATCH] remove old preset files --- data/presets/convert_josm.py | 83 - data/presets/convert_potlatch.py | 47 - data/presets/editors/bus.json | 2 - data/presets/editors/cycle_route.json | 20 - data/presets/editors/cycling.json | 12 - data/presets/editors/rail.json | 11 - data/presets/editors/road.json | 11 - data/presets/josm.xml | 5819 ------ data/presets/mapzen-license.txt | 25 - data/presets/node.json | 2 - data/presets/potlatch.xml | 693 - data/presets/prefs.json | 3 - data/presets/presets_josm.json | 18179 ----------------- data/presets/presets_potlatch.json | 1265 -- data/presets/way.json | 131 - data/presets/ways/highway__bridleway.png | Bin 5283 -> 0 bytes data/presets/ways/highway__cycleway.png | Bin 2807 -> 0 bytes data/presets/ways/highway__footway.png | Bin 2730 -> 0 bytes data/presets/ways/highway__light_rail.png | Bin 4643 -> 0 bytes data/presets/ways/highway__living_street.png | Bin 2532 -> 0 bytes data/presets/ways/highway__motorway.png | Bin 2184 -> 0 bytes data/presets/ways/highway__pedestrian.png | Bin 3337 -> 0 bytes data/presets/ways/highway__primary.png | Bin 2972 -> 0 bytes data/presets/ways/highway__residential.png | Bin 2418 -> 0 bytes data/presets/ways/highway__secondary.png | Bin 2687 -> 0 bytes data/presets/ways/highway__service.png | Bin 4123 -> 0 bytes data/presets/ways/highway__tertiary.png | Bin 2867 -> 0 bytes data/presets/ways/highway__track.png | Bin 2986 -> 0 bytes data/presets/ways/highway__trunk.png | Bin 3070 -> 0 bytes data/presets/ways/highway__unclassified.png | Bin 2292 -> 0 bytes data/presets/ways/railway__abandoned.png | Bin 4680 -> 0 bytes data/presets/ways/railway__construction.png | Bin 4833 -> 0 bytes data/presets/ways/railway__disused.png | Bin 4450 -> 0 bytes data/presets/ways/railway__monorail.png | Bin 3598 -> 0 bytes data/presets/ways/railway__narrow_gauge.png | Bin 4564 -> 0 bytes data/presets/ways/railway__preserved.png | Bin 5435 -> 0 bytes data/presets/ways/railway__rail.png | Bin 4943 -> 0 bytes data/presets/ways/railway__spur.png | Bin 5541 -> 0 bytes data/presets/ways/railway__tram.png | Bin 4612 -> 0 bytes data/presets/ways/waterway__canal.png | Bin 6048 -> 0 bytes data/presets/ways/waterway__river.png | Bin 5251 -> 0 bytes data/presets/ways/waterway__stream.png | Bin 5653 -> 0 bytes 42 files changed, 26303 deletions(-) delete mode 100644 data/presets/convert_josm.py delete mode 100644 data/presets/convert_potlatch.py delete mode 100644 data/presets/editors/bus.json delete mode 100644 data/presets/editors/cycle_route.json delete mode 100644 data/presets/editors/cycling.json delete mode 100644 data/presets/editors/rail.json delete mode 100644 data/presets/editors/road.json delete mode 100755 data/presets/josm.xml delete mode 100644 data/presets/mapzen-license.txt delete mode 100644 data/presets/node.json delete mode 100644 data/presets/potlatch.xml delete mode 100644 data/presets/prefs.json delete mode 100644 data/presets/presets_josm.json delete mode 100644 data/presets/presets_potlatch.json delete mode 100644 data/presets/way.json delete mode 100644 data/presets/ways/highway__bridleway.png delete mode 100644 data/presets/ways/highway__cycleway.png delete mode 100644 data/presets/ways/highway__footway.png delete mode 100644 data/presets/ways/highway__light_rail.png delete mode 100644 data/presets/ways/highway__living_street.png delete mode 100644 data/presets/ways/highway__motorway.png delete mode 100644 data/presets/ways/highway__pedestrian.png delete mode 100644 data/presets/ways/highway__primary.png delete mode 100644 data/presets/ways/highway__residential.png delete mode 100644 data/presets/ways/highway__secondary.png delete mode 100644 data/presets/ways/highway__service.png delete mode 100644 data/presets/ways/highway__tertiary.png delete mode 100644 data/presets/ways/highway__track.png delete mode 100644 data/presets/ways/highway__trunk.png delete mode 100644 data/presets/ways/highway__unclassified.png delete mode 100644 data/presets/ways/railway__abandoned.png delete mode 100644 data/presets/ways/railway__construction.png delete mode 100644 data/presets/ways/railway__disused.png delete mode 100644 data/presets/ways/railway__monorail.png delete mode 100644 data/presets/ways/railway__narrow_gauge.png delete mode 100644 data/presets/ways/railway__preserved.png delete mode 100644 data/presets/ways/railway__rail.png delete mode 100644 data/presets/ways/railway__spur.png delete mode 100644 data/presets/ways/railway__tram.png delete mode 100644 data/presets/ways/waterway__canal.png delete mode 100644 data/presets/ways/waterway__river.png delete mode 100644 data/presets/ways/waterway__stream.png diff --git a/data/presets/convert_josm.py b/data/presets/convert_josm.py deleted file mode 100644 index b9b353264..000000000 --- a/data/presets/convert_josm.py +++ /dev/null @@ -1,83 +0,0 @@ -from xml.dom.minidom import parse - -import json -import os -import re - -dirr = os.path.dirname(__file__) - - -def relative(x): - return os.path.join(dirr, x) - -prefs = json.load(open(relative('prefs.json'))) -dom1 = parse(relative('./josm.xml')) - -jsonOutput = [] - - -def isemail(x): - return re.search('email', x, flags=re.IGNORECASE) - - -def iswebsite(x): - return re.search('web', x, flags=re.IGNORECASE) - - -def istel(x): - return re.search('phone|tel|fax', x, flags=re.IGNORECASE) - - -def isfav(x): - return x in prefs - -for item in dom1.getElementsByTagName('item'): - - tags = {} - for elem in item.getElementsByTagName('key'): - tags[elem.getAttribute('key')] = elem.getAttribute('value') - - jitem = { - "name": item.getAttribute('name'), - "type": item.getAttribute('type').replace('closedway', 'area').replace('way', 'line').split(','), - "tags": tags, - "main": [] - } - - if isfav(jitem['name']): - jitem['favorite'] = True - - for n in item.getElementsByTagName('text'): - txt = n.getAttribute('text') - type = 'text' - if isemail(txt): - type = 'email' - elif iswebsite(txt): - type = 'url' - elif istel(txt): - type = 'tel' - jitem['main'].append({ - 'type': type, - 'key': n.getAttribute('key'), - 'text': n.getAttribute('text') - }) - - for n in item.getElementsByTagName('combo'): - jitem['main'].append({ - 'type': 'select', - 'key': n.getAttribute('key'), - 'text': n.getAttribute('text'), - 'values': n.getAttribute('values').split(',') - }) - - for n in item.getElementsByTagName('check'): - jitem['main'].append({ - 'type': 'check', - 'key': n.getAttribute('key'), - 'text': n.getAttribute('text'), - 'default': (n.getAttribute('check') == 'true') - }) - - jsonOutput.append(jitem) - -json.dump(jsonOutput, open(relative('presets_josm.json'), 'w'), indent=4) diff --git a/data/presets/convert_potlatch.py b/data/presets/convert_potlatch.py deleted file mode 100644 index 521081429..000000000 --- a/data/presets/convert_potlatch.py +++ /dev/null @@ -1,47 +0,0 @@ -from xml.dom.minidom import parse -import json - -dom1 = parse('potlatch.xml') - -inputSets = dom1.getElementsByTagName('inputSet') - -jsonOutput = [] - -for inputSet in inputSets: - setId = inputSet.getAttribute('id') - inputs = inputSet.getElementsByTagName('input') - for i in inputs: - jsonInput = {} - inputType = i.getAttribute('type') - if inputType == 'choice': - choices = i.getElementsByTagName('choice') - jsonInput['type'] = 'choice' - jsonInput['description'] = i.getAttribute('description') - jsonInput['name'] = i.getAttribute('name') - jsonInput['key'] = i.getAttribute('key') - jsonInput['choices'] = [] - for c in choices: - jsonInput['choices'].append({ - "value": c.getAttribute('value'), - "text": c.getAttribute('text') - }) - elif inputType == 'freetext': - jsonInput['type'] = 'freetext' - jsonInput['description'] = i.getAttribute('description') - jsonInput['name'] = i.getAttribute('name') - jsonInput['key'] = i.getAttribute('key') - elif inputType == 'checkbox': - jsonInput['type'] = 'checkbox' - jsonInput['description'] = i.getAttribute('description') - jsonInput['name'] = i.getAttribute('name') - jsonInput['key'] = i.getAttribute('key') - elif inputType == 'number': - jsonInput['type'] = 'number' - jsonInput['description'] = i.getAttribute('description') - jsonInput['name'] = i.getAttribute('name') - jsonInput['minimum'] = i.getAttribute('minimum') - jsonInput['maximum'] = i.getAttribute('maximum') - jsonInput['key'] = i.getAttribute('key') - jsonOutput.append(jsonInput) - -json.dump(jsonOutput, open('presets_potlatch.json', 'w'), indent=4) diff --git a/data/presets/editors/bus.json b/data/presets/editors/bus.json deleted file mode 100644 index 2c63c0851..000000000 --- a/data/presets/editors/bus.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} diff --git a/data/presets/editors/cycle_route.json b/data/presets/editors/cycle_route.json deleted file mode 100644 index 0d17e182d..000000000 --- a/data/presets/editors/cycle_route.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - '1': { key: 'type', value: 'route', type: 'hidden' }, - '2': { key: 'route', value: 'bicycle', type: 'hidden' }, - - 'Route name': { - key: 'name', - type: 'text' - }, - - 'Route number': { - key: 'ref', - type: 'text' - }, - - 'Network': { - key: 'network', - type: 'dropdown', - value: { 'National': 'ncn', 'Regional': 'rcn', 'Local': 'lcn' } - } -} diff --git a/data/presets/editors/cycling.json b/data/presets/editors/cycling.json deleted file mode 100644 index e9635690a..000000000 --- a/data/presets/editors/cycling.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - 'Bikes allowed?': { - key: 'bicycle', - type: 'dropdown', - value: { 'Yes': 'yes', 'No': 'no', 'Permissive': 'permissive' } - }, - - 'Cycle routes': { - type: 'relation', - editor: 'cycle_route' - } -} diff --git a/data/presets/editors/rail.json b/data/presets/editors/rail.json deleted file mode 100644 index d8baa8439..000000000 --- a/data/presets/editors/rail.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - 'Station name': { - key: 'name', - type: 'text' - }, - - 'No. passenger platforms': { - key: 'platform', - type: 'text' - } -} \ No newline at end of file diff --git a/data/presets/editors/road.json b/data/presets/editors/road.json deleted file mode 100644 index f28986ffa..000000000 --- a/data/presets/editors/road.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - 'Road name': { - key: 'name', - type: 'text' - }, - - 'Road number': { - key: 'ref', - type: 'text' - } -} diff --git a/data/presets/josm.xml b/data/presets/josm.xml deleted file mode 100755 index c6d8952fc..000000000 --- a/data/presets/josm.xml +++ /dev/null @@ -1,5819 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/presets/mapzen-license.txt b/data/presets/mapzen-license.txt deleted file mode 100644 index 9dc7d259e..000000000 --- a/data/presets/mapzen-license.txt +++ /dev/null @@ -1,25 +0,0 @@ -'Mapzen' lets you create and maintain OpenStreetMap maps. -Copyright (C) 2012 Cloud Made Ltd (CloudMade) mapzen@cloudmade.com -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name of the nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/data/presets/node.json b/data/presets/node.json deleted file mode 100644 index 2c63c0851..000000000 --- a/data/presets/node.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} diff --git a/data/presets/potlatch.xml b/data/presets/potlatch.xml deleted file mode 100644 index ed01d3e1a..000000000 --- a/data/presets/potlatch.xml +++ /dev/null @@ -1,693 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://wiki.openstreetmap.org/wiki/Key:cuisine - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${ref}
- ${name} -
- - - - - - - ${ref}
- ${name} -
- - - - - - - ${ref}
- ${name} -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${operator} ${ref} - - - - - - - - - - ${operator} ${ref} - - - - - - - - - - ${name|operator} (${ref}) - - - - - - - - - - - - ${ref}
- ${name} -
- - - - - - - ${ref}
- ${name} -
- - - - - - - ${ref}
- ${name} -
- - - - - - ${ref}
- ${name} -
- -
- - - - - - - - - http://wiki.openstreetmap.org/wiki/Key:access - - - - - - - - - - - - http://wiki.openstreetmap.org/wiki/Key:cycleway - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://wiki.openstreetmap.org/wiki/Key:building - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - advanced - - - - - -
diff --git a/data/presets/prefs.json b/data/presets/prefs.json deleted file mode 100644 index 11195ea01..000000000 --- a/data/presets/prefs.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "Cafe", "Restaurant", "Bus Station", "Hospital", "Bar", "Place of Worship" -] diff --git a/data/presets/presets_josm.json b/data/presets/presets_josm.json deleted file mode 100644 index e9ed3f9fd..000000000 --- a/data/presets/presets_josm.json +++ /dev/null @@ -1,18179 +0,0 @@ -[ - { - "main": [ - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Motorway", - "tags": { - "highway": "motorway" - } - }, - { - "main": [ - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Motorway Link", - "tags": { - "highway": "motorway_link" - } - }, - { - "main": [ - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Motorroad", - "type": "check", - "key": "motorroad" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Trunk", - "tags": { - "highway": "trunk" - } - }, - { - "main": [ - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Motorroad", - "type": "check", - "key": "motorroad" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Trunk Link", - "tags": { - "highway": "trunk_link" - } - }, - { - "main": [ - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Motorroad", - "type": "check", - "key": "motorroad" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Primary", - "tags": { - "highway": "primary" - } - }, - { - "main": [ - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Motorroad", - "type": "check", - "key": "motorroad" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Primary Link", - "tags": { - "highway": "primary_link" - } - }, - { - "main": [ - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Secondary", - "tags": { - "highway": "secondary" - } - }, - { - "main": [ - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Secondary Link", - "tags": { - "highway": "secondary_link" - } - }, - { - "main": [ - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Tertiary", - "tags": { - "highway": "tertiary" - } - }, - { - "main": [ - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Tertiary Link", - "tags": { - "highway": "tertiary_link" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - }, - { - "default": false, - "text": "Passing Places", - "type": "check", - "key": "passing_places" - } - ], - "type": [ - "line" - ], - "name": "Unclassified", - "tags": { - "highway": "unclassified" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Residential", - "tags": { - "highway": "residential" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Living Street", - "tags": { - "highway": "living_street" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line", - "area", - "relation" - ], - "name": "Pedestrian", - "tags": { - "highway": "pedestrian" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "alley", - "driveway", - "parking_aisle" - ], - "text": "Serviceway type", - "type": "select", - "key": "service" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - }, - { - "default": false, - "text": "Passing Places", - "type": "check", - "key": "passing_places" - } - ], - "type": [ - "line" - ], - "name": "Service", - "tags": { - "highway": "service" - } - }, - { - "main": [ - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Parking Aisle", - "tags": { - "service": "parking_aisle", - "highway": "service" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Road (Unknown Type)", - "tags": { - "highway": "road" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "roundabout", - "jughandle", - "yes" - ], - "text": "Junction", - "type": "select", - "key": "junction" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Construction", - "tags": { - "highway": "construction" - } - }, - { - "main": [ - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "text": "Min. speed (km/h)", - "type": "text", - "key": "minspeed" - }, - { - "text": "Max. weight (tonnes)", - "type": "text", - "key": "maxweight" - }, - { - "text": "Max. axleload (tonnes)", - "type": "text", - "key": "maxaxleload" - }, - { - "text": "Max. height (meters)", - "type": "text", - "key": "maxheight" - }, - { - "text": "Max. width (meters)", - "type": "text", - "key": "maxwidth" - }, - { - "text": "Max. length (meters)", - "type": "text", - "key": "maxlength" - }, - { - "values": [ - "yes", - "destination", - "delivery", - "permissive", - "private", - "agricultural", - "forestry", - "no" - ], - "text": "General Access", - "type": "select", - "key": "access" - }, - { - "values": [ - "yes", - "official", - "designated", - "permissive", - "destination", - "delivery", - "private", - "no" - ], - "text": "Foot", - "type": "select", - "key": "foot" - }, - { - "values": [ - "yes", - "official", - "designated", - "permissive", - "destination", - "delivery", - "private", - "no" - ], - "text": "Horse", - "type": "select", - "key": "horse" - }, - { - "values": [ - "yes", - "destination", - "delivery", - "permissive", - "private", - "agricultural", - "forestry", - "no" - ], - "text": "All vehicles", - "type": "select", - "key": "vehicle" - }, - { - "values": [ - "yes", - "official", - "designated", - "permissive", - "destination", - "delivery", - "private", - "no" - ], - "text": "Bicycle", - "type": "select", - "key": "bicycle" - }, - { - "values": [ - "yes", - "destination", - "delivery", - "permissive", - "private", - "agricultural", - "forestry", - "no" - ], - "text": "Motor vehicles", - "type": "select", - "key": "motor_vehicle" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "delivery", - "permissive", - "private", - "agricultural", - "forestry", - "no" - ], - "text": "Motorcycle", - "type": "select", - "key": "motorcycle" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "delivery", - "permissive", - "private", - "agricultural", - "forestry", - "no" - ], - "text": "Motorcar", - "type": "select", - "key": "motorcar" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "delivery", - "permissive", - "private", - "agricultural", - "forestry", - "no" - ], - "text": "Light Commercial Vehicles (goods)", - "type": "select", - "key": "goods" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "delivery", - "permissive", - "private", - "agricultural", - "forestry", - "no" - ], - "text": "Heavy Goods Vehicles (hgv)", - "type": "select", - "key": "hgv" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "permissive", - "private", - "no" - ], - "text": "Agricultural", - "type": "select", - "key": "agricultural" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "permissive", - "private", - "no" - ], - "text": "Emergency vehicles", - "type": "select", - "key": "emergency" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "permissive", - "private", - "no" - ], - "text": "High-occupancy vehicles (hov)", - "type": "select", - "key": "hov" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "permissive", - "private", - "no" - ], - "text": "Public Service Vehicles (psv)", - "type": "select", - "key": "psv" - }, - { - "values": [ - "yes", - "both", - "forward", - "backward", - "no" - ], - "text": "Overtaking", - "type": "select", - "key": "overtaking" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Toll", - "type": "check", - "key": "toll" - }, - { - "default": false, - "text": "No exit (cul-de-sac)", - "type": "check", - "key": "noexit" - } - ], - "type": [ - "node", - "line" - ], - "name": "Road Restrictions", - "tags": {} - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "motorway", - "motorway_link", - "trunk", - "trunk_link", - "primary", - "primary_link", - "secondary", - "tertiary", - "unclassified", - "residential", - "living_street", - "service", - "bus_guideway", - "construction" - ], - "text": "Type", - "type": "select", - "key": "highway" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5" - ], - "text": "Lanes", - "type": "select", - "key": "lanes" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - } - ], - "type": [ - "node", - "area" - ], - "name": "Roundabout", - "tags": { - "junction": "roundabout" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "text": "Max. weight (tonnes)", - "type": "text", - "key": "maxweight" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "yes", - "viaduct", - "swing", - "aqueduct" - ], - "text": "Bridge", - "type": "select", - "key": "bridge" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - } - ], - "type": [ - "line" - ], - "name": "Bridge", - "tags": {} - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - } - ], - "type": [ - "line" - ], - "name": "Tunnel", - "tags": { - "tunnel": "yes" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - } - ], - "type": [ - "node", - "line" - ], - "name": "Ford", - "tags": { - "ford": "yes" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "grade1", - "grade2", - "grade3", - "grade4", - "grade5" - ], - "text": "Tracktype", - "type": "select", - "key": "tracktype" - }, - { - "values": [ - "paved", - "concrete", - "cobblestone", - "gravel", - "ground", - "grass", - "sand" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "0", - "1", - "2", - "3", - "4", - "5" - ], - "text": "MTB Scale", - "type": "select", - "key": "mtb:scale" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "delivery", - "permissive", - "private", - "agricultural", - "forestry", - "no" - ], - "text": "General access", - "type": "select", - "key": "access" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "delivery", - "permissive", - "private", - "agricultural", - "forestry", - "no" - ], - "text": "Motor vehicles", - "type": "select", - "key": "motor_vehicle" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "delivery", - "permissive", - "private", - "agricultural", - "forestry", - "no" - ], - "text": "Motorcycle", - "type": "select", - "key": "motorcycle" - }, - { - "values": [ - "yes", - "official", - "designated", - "destination", - "delivery", - "permissive", - "private", - "agricultural", - "forestry", - "no" - ], - "text": "Motorcar", - "type": "select", - "key": "motorcar" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - } - ], - "type": [ - "line" - ], - "name": "Track", - "tags": { - "highway": "track" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "" - ], - "text": "SAC Scale", - "type": "select", - "key": "sac_scale" - }, - { - "values": [ - "0", - "1", - "2", - "3", - "4", - "5" - ], - "text": "MTB Scale", - "type": "select", - "key": "mtb:scale" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "excellent", - "good", - "intermediate", - "bad", - "horrible", - "no" - ], - "text": "Visibility", - "type": "select", - "key": "trail_visibility" - }, - { - "values": [ - "yes", - "official", - "designated", - "permissive", - "destination", - "delivery", - "private", - "no" - ], - "text": "Foot", - "type": "select", - "key": "foot" - }, - { - "values": [ - "yes", - "official", - "designated", - "permissive", - "destination", - "delivery", - "private", - "no" - ], - "text": "Bicycle", - "type": "select", - "key": "bicycle" - }, - { - "values": [ - "yes", - "official", - "designated", - "permissive", - "destination", - "delivery", - "private", - "no" - ], - "text": "Horse", - "type": "select", - "key": "horse" - }, - { - "values": [ - "unknown", - "yes", - "official", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - }, - { - "values": [ - "yes", - "official", - "designated", - "permissive", - "private", - "no" - ], - "text": "Ski", - "type": "select", - "key": "ski" - }, - { - "values": [ - "yes", - "official", - "designated", - "permissive", - "destination", - "delivery", - "private", - "no" - ], - "text": "Snowmobile", - "type": "select", - "key": "snowmobile" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - } - ], - "type": [ - "line" - ], - "name": "Path", - "tags": { - "highway": "path" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Dedicated Bridleway", - "tags": { - "highway": "bridleway" - } - }, - { - "main": [ - { - "values": [ - "lane", - "track", - "opposite_lane", - "opposite_track", - "opposite", - "share_busway", - "shared_lane" - ], - "text": "Cycleway", - "type": "select", - "key": "cycleway" - }, - { - "values": [ - "lane", - "track", - "opposite_lane", - "opposite_track", - "opposite", - "share_busway", - "shared_lane" - ], - "text": "Cycleway left", - "type": "select", - "key": "cycleway:left" - }, - { - "values": [ - "lane", - "track", - "opposite_lane", - "opposite_track", - "opposite", - "share_busway", - "shared_lane" - ], - "text": "Cycleway right", - "type": "select", - "key": "cycleway:right" - }, - { - "values": [ - "motorway", - "motorway_link", - "trunk", - "trunk_link", - "primary", - "primary_link", - "secondary", - "tertiary", - "unclassified", - "residential", - "living_street", - "service", - "bus_guideway", - "construction" - ], - "text": "Highway", - "type": "select", - "key": "highway" - }, - { - "default": false, - "text": "Oneway (bicycle)", - "type": "check", - "key": "oneway:bicycle" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - } - ], - "type": [ - "line" - ], - "name": "Cycle Lane", - "tags": {} - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "unknown", - "yes", - "no" - ], - "text": "Pedestrians", - "type": "select", - "key": "foot" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Dedicated Cycleway", - "tags": { - "highway": "cycleway" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Segregated Foot- and Cycleway", - "tags": { - "foot": "designated", - "bicycle": "designated", - "segregated": "yes", - "highway": "path" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - }, - { - "default": false, - "text": "Passing Places", - "type": "check", - "key": "passing_places" - } - ], - "type": [ - "line" - ], - "name": "Combined Foot- and Cycleway", - "tags": { - "foot": "designated", - "bicycle": "designated", - "segregated": "no", - "highway": "path" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - }, - { - "default": false, - "text": "Passing Places", - "type": "check", - "key": "passing_places" - } - ], - "type": [ - "line" - ], - "name": "Dedicated Footway", - "tags": { - "highway": "footway" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "text": "Amount of Steps", - "type": "text", - "key": "step_count" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "line" - ], - "name": "Steps", - "tags": { - "highway": "steps" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Number", - "type": "text", - "key": "ref" - }, - { - "text": "Exit to", - "type": "text", - "key": "exit_to" - } - ], - "type": [ - "node" - ], - "name": "Motorway Junction", - "tags": { - "highway": "motorway_junction" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "default": false, - "text": "Toilets", - "type": "check", - "key": "toilets" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Services", - "tags": { - "highway": "services" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "default": false, - "text": "Toilets", - "type": "check", - "key": "toilets" - } - ], - "type": [ - "node", - "area" - ], - "name": "Rest Area", - "tags": { - "highway": "rest_area" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Emergency Phone", - "tags": { - "amenity": "emergency_phone" - } - }, - { - "main": [ - { - "values": [ - "uncontrolled", - "traffic_signals", - "island", - "unmarked", - "no", - "unknown" - ], - "text": "Pedestrian crossing type", - "type": "select", - "key": "crossing" - }, - { - "values": [ - "zebra", - "pelican", - "toucan", - "puffin", - "pegasus", - "tiger" - ], - "text": "Crossing type name (UK)", - "type": "select", - "key": "crossing_ref" - }, - { - "default": false, - "text": "Cross on horseback", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Cross by bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Crossing attendant", - "type": "check", - "key": "supervised" - } - ], - "type": [ - "node" - ], - "name": "Traffic Signal", - "tags": { - "highway": "traffic_signals" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Stop", - "tags": { - "highway": "stop" - } - }, - { - "main": [ - { - "values": [ - "clockwise" - ], - "text": "Direction", - "type": "select", - "key": "direction" - } - ], - "type": [ - "node" - ], - "name": "Mini-roundabout", - "tags": { - "highway": "mini_roundabout" - } - }, - { - "main": [ - { - "values": [ - "uncontrolled", - "traffic_signals", - "island", - "unmarked", - "no", - "unknown" - ], - "text": "Type", - "type": "select", - "key": "crossing" - }, - { - "values": [ - "zebra", - "pelican", - "toucan", - "puffin", - "pegasus", - "tiger" - ], - "text": "Type name (UK)", - "type": "select", - "key": "crossing_ref" - }, - { - "default": false, - "text": "Cross by bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Cross on horseback", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Crossing attendant", - "type": "check", - "key": "supervised" - } - ], - "type": [ - "node" - ], - "name": "Pedestrian Crossing", - "tags": { - "highway": "crossing" - } - }, - { - "main": [ - { - "values": [ - "yes", - "bump", - "chicane", - "choker", - "cushion", - "hump", - "table" - ], - "text": "Type", - "type": "select", - "key": "traffic_calming" - } - ], - "type": [ - "node" - ], - "name": "Traffic Calming", - "tags": {} - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Passing Place", - "tags": { - "highway": "passing_place" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Turning Circle", - "tags": { - "highway": "turning_circle" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Second Name", - "type": "text", - "key": "alt_name" - } - ], - "type": [ - "node" - ], - "name": "City Limit", - "tags": { - "traffic_sign": "city_limit" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Speed Camera", - "tags": { - "highway": "speed_camera" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Grit Bin", - "tags": { - "amenity": "grit_bin" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Elevation", - "type": "text", - "key": "ele" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node" - ], - "name": "Mountain Pass", - "tags": { - "mountain_pass": "yes" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Horse", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - } - ], - "type": [ - "node", - "line" - ], - "name": "Bollard", - "tags": { - "barrier": "bollard" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Horse", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - } - ], - "type": [ - "node" - ], - "name": "Cycle Barrier", - "tags": { - "barrier": "cycle_barrier" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Horse", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - } - ], - "type": [ - "node", - "line", - "area" - ], - "name": "Block", - "tags": { - "barrier": "block" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - }, - { - "default": false, - "text": "Motorcar", - "type": "check", - "key": "motorcar" - } - ], - "type": [ - "node" - ], - "name": "Cattle Grid", - "tags": { - "barrier": "cattle_grid" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Bus Trap", - "tags": { - "barrier": "bus_trap" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Horse", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - }, - { - "default": false, - "text": "Motorcar", - "type": "check", - "key": "motorcar" - } - ], - "type": [ - "node" - ], - "name": "Spikes", - "tags": { - "barrier": "spikes" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - } - ], - "type": [ - "node", - "area" - ], - "name": "Toll Booth", - "tags": { - "barrier": "toll_booth" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Horse", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - }, - { - "default": false, - "text": "Motorcar", - "type": "check", - "key": "motorcar" - } - ], - "type": [ - "node" - ], - "name": "Border Control", - "tags": { - "barrier": "border_control" - } - }, - { - "main": [], - "type": [ - "line", - "area", - "relation" - ], - "name": "Hedge", - "tags": { - "barrier": "hedge" - } - }, - { - "main": [ - { - "values": [ - "barbed_wire", - "chain", - "electric", - "hedge", - "pole", - "split_rail", - "wood" - ], - "text": "Type", - "type": "select", - "key": "fence_type" - } - ], - "type": [ - "line", - "area" - ], - "name": "Fence", - "tags": { - "barrier": "fence" - } - }, - { - "main": [], - "type": [ - "line", - "area" - ], - "name": "Wall", - "tags": { - "barrier": "wall" - } - }, - { - "main": [], - "type": [ - "line", - "area" - ], - "name": "City Wall", - "tags": { - "barrier": "city_wall" - } - }, - { - "main": [], - "type": [ - "line", - "area" - ], - "name": "Retaining Wall", - "tags": { - "barrier": "retaining_wall" - } - }, - { - "main": [ - { - "text": "Width (meters)", - "type": "text", - "key": "width" - } - ], - "type": [ - "line" - ], - "name": "Ditch", - "tags": { - "barrier": "ditch" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Horse", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - }, - { - "default": false, - "text": "Motorcar", - "type": "check", - "key": "motorcar" - } - ], - "type": [ - "node" - ], - "name": "Entrance", - "tags": { - "barrier": "entrance" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Horse", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - }, - { - "default": false, - "text": "Motorcar", - "type": "check", - "key": "motorcar" - } - ], - "type": [ - "node" - ], - "name": "Gate", - "tags": { - "barrier": "gate" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Horse", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - }, - { - "default": false, - "text": "Motorcar", - "type": "check", - "key": "motorcar" - } - ], - "type": [ - "node" - ], - "name": "Lift Gate", - "tags": { - "barrier": "lift_gate" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Horse", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - }, - { - "default": false, - "text": "Motorcar", - "type": "check", - "key": "motorcar" - } - ], - "type": [ - "node" - ], - "name": "Hampshire Gate", - "tags": { - "barrier": "hampshire_gate" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Horse", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - }, - { - "default": false, - "text": "Motorcar", - "type": "check", - "key": "motorcar" - } - ], - "type": [ - "node" - ], - "name": "Bump Gate", - "tags": { - "barrier": "bump_gate" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - } - ], - "type": [ - "node" - ], - "name": "Kissing Gate", - "tags": { - "barrier": "kissing_gate" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - } - ], - "type": [ - "node" - ], - "name": "Stile", - "tags": { - "barrier": "stile" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - } - ], - "type": [ - "node" - ], - "name": "Turnstile", - "tags": { - "barrier": "turnstile" - } - }, - { - "main": [ - { - "default": false, - "text": "Foot", - "type": "check", - "key": "foot" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Horse", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Motorcycle", - "type": "check", - "key": "motorcycle" - }, - { - "default": false, - "text": "Motorcar", - "type": "check", - "key": "motorcar" - } - ], - "type": [ - "node" - ], - "name": "Sally Port", - "tags": { - "barrier": "sally_port" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - } - ], - "type": [ - "line" - ], - "name": "Drain", - "tags": { - "waterway": "drain" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - } - ], - "type": [ - "line" - ], - "name": "Ditch", - "tags": { - "waterway": "ditch" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - } - ], - "type": [ - "line" - ], - "name": "Stream", - "tags": { - "waterway": "stream" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - } - ], - "type": [ - "line" - ], - "name": "Canal", - "tags": { - "waterway": "canal" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - } - ], - "type": [ - "line" - ], - "name": "River", - "tags": { - "waterway": "river" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Spring", - "tags": { - "natural": "spring" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "line" - ], - "name": "Waterfall", - "tags": { - "waterway": "waterfall" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "line" - ], - "name": "Weir", - "tags": { - "waterway": "weir" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "line", - "area" - ], - "name": "Dam", - "tags": { - "waterway": "dam" - } - }, - { - "main": [], - "type": [ - "node", - "line", - "area" - ], - "name": "Groyne", - "tags": { - "man_made": "groyne" - } - }, - { - "main": [ - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "line", - "area" - ], - "name": "Breakwater", - "tags": { - "man_made": "breakwater" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Basin", - "tags": { - "landuse": "basin" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Reservoir", - "tags": { - "landuse": "reservoir" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Covered Reservoir", - "tags": { - "man_made": "reservoir_covered" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Water", - "tags": { - "natural": "water" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Land", - "tags": { - "natural": "land" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "line", - "area", - "relation" - ], - "name": "Coastline", - "tags": { - "natural": "coastline" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "area", - "relation" - ], - "name": "Riverbank", - "tags": { - "waterway": "riverbank" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "swamp", - "bog", - "marsh", - "reedbed", - "saltmarsh", - "tidalflat", - "mangrove" - ], - "text": "Type", - "type": "select", - "key": "wetland" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Wetland", - "tags": { - "natural": "wetland" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Mud", - "tags": { - "natural": "mud" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Beach", - "tags": { - "natural": "beach" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Bay", - "tags": { - "natural": "bay" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "line", - "area", - "relation" - ], - "name": "Cliff", - "tags": { - "natural": "cliff" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "passengers", - "vehicle", - "bicycle", - "hgv", - "passengers;vehicle" - ], - "text": "Cargo", - "type": "select", - "key": "cargo" - } - ], - "type": [ - "node", - "area" - ], - "name": "Ferry Terminal", - "tags": { - "amenity": "ferry_terminal" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "line", - "area" - ], - "name": "Ferry Route", - "tags": { - "route": "ferry" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Marina", - "tags": { - "leisure": "marina" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "line", - "area" - ], - "name": "Pier", - "tags": { - "man_made": "pier" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Lock Gate", - "tags": { - "waterway": "lock_gate" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Turning Point", - "tags": { - "waterway": "turning_point" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node" - ], - "name": "Slipway", - "tags": { - "leisure": "slipway" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Boatyard", - "tags": { - "waterway": "boatyard" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Dock", - "tags": { - "waterway": "dock" - } - }, - { - "main": [ - { - "values": [ - "main", - "branch", - "industrial", - "military", - "tourism" - ], - "text": "Usage", - "type": "select", - "key": "usage" - }, - { - "values": [ - "yard", - "siding", - "spur" - ], - "text": "Service/Type", - "type": "select", - "key": "service" - }, - { - "values": [ - "1668", - "1676", - "1674", - "1600", - "1524", - "1520", - "1495", - "1435", - "1067", - "1000", - "914", - "762", - "760", - "750" - ], - "text": "Gauge (mm)", - "type": "select", - "key": "gauge" - }, - { - "values": [ - "contact_line", - "no", - "yes", - "rail" - ], - "text": "Electrified", - "type": "select", - "key": "electrified" - }, - { - "values": [ - "600", - "650", - "750", - "1500", - "3000", - "15000", - "25000" - ], - "text": "Voltage", - "type": "select", - "key": "voltage" - }, - { - "values": [ - "0", - "16.7", - "50", - "60" - ], - "text": "Frequency (Hz)", - "type": "select", - "key": "frequency" - } - ], - "type": [ - "line" - ], - "name": "Rail", - "tags": { - "railway": "rail" - } - }, - { - "main": [ - { - "values": [ - "1668", - "1676", - "1674", - "1600", - "1524", - "1520", - "1495", - "1435", - "1067", - "1000", - "914", - "762", - "760", - "750" - ], - "text": "Gauge (mm)", - "type": "select", - "key": "gauge" - }, - { - "values": [ - "yard", - "siding", - "spur" - ], - "text": "Types", - "type": "select", - "key": "service" - }, - { - "values": [ - "contact_line", - "no", - "yes", - "rail" - ], - "text": "Electrified", - "type": "select", - "key": "electrified" - }, - { - "values": [ - "600", - "650", - "750", - "1500", - "3000", - "15000", - "25000" - ], - "text": "Voltage", - "type": "select", - "key": "voltage" - }, - { - "values": [ - "0", - "16.7", - "50", - "60" - ], - "text": "Frequency (Hz)", - "type": "select", - "key": "frequency" - } - ], - "type": [ - "line" - ], - "name": "Narrow Gauge Rail", - "tags": { - "railway": "narrow_gauge" - } - }, - { - "main": [ - { - "values": [ - "yard", - "siding", - "spur" - ], - "text": "Types", - "type": "select", - "key": "service" - }, - { - "values": [ - "contact_line", - "no", - "yes", - "rail" - ], - "text": "Electrified", - "type": "select", - "key": "electrified" - }, - { - "values": [ - "600", - "650", - "750", - "1500", - "3000", - "15000", - "25000" - ], - "text": "Voltage", - "type": "select", - "key": "voltage" - }, - { - "values": [ - "0", - "16.7", - "50", - "60" - ], - "text": "Frequency (Hz)", - "type": "select", - "key": "frequency" - } - ], - "type": [ - "line" - ], - "name": "Monorail", - "tags": { - "railway": "monorail" - } - }, - { - "main": [ - { - "values": [ - "1668", - "1676", - "1674", - "1600", - "1524", - "1520", - "1495", - "1435", - "1067", - "1000", - "914", - "762", - "760", - "750" - ], - "text": "Gauge (mm)", - "type": "select", - "key": "gauge" - }, - { - "values": [ - "yard", - "siding", - "spur" - ], - "text": "Types", - "type": "select", - "key": "service" - }, - { - "values": [ - "contact_line", - "no", - "yes", - "rail" - ], - "text": "Electrified", - "type": "select", - "key": "electrified" - }, - { - "values": [ - "600", - "650", - "750", - "1500", - "3000", - "15000", - "25000" - ], - "text": "Voltage", - "type": "select", - "key": "voltage" - }, - { - "values": [ - "0", - "16.7", - "50", - "60" - ], - "text": "Frequency (Hz)", - "type": "select", - "key": "frequency" - } - ], - "type": [ - "line" - ], - "name": "Preserved", - "tags": { - "railway": "preserved" - } - }, - { - "main": [ - { - "values": [ - "1668", - "1676", - "1674", - "1600", - "1524", - "1520", - "1495", - "1435", - "1067", - "1000", - "914", - "762", - "760", - "750" - ], - "text": "Gauge (mm)", - "type": "select", - "key": "gauge" - }, - { - "values": [ - "yard", - "siding", - "spur" - ], - "text": "Types", - "type": "select", - "key": "service" - }, - { - "values": [ - "contact_line", - "no", - "yes", - "rail" - ], - "text": "Electrified", - "type": "select", - "key": "electrified" - }, - { - "values": [ - "600", - "650", - "750", - "1500", - "3000", - "15000", - "25000" - ], - "text": "Voltage", - "type": "select", - "key": "voltage" - }, - { - "values": [ - "0", - "16.7", - "50", - "60" - ], - "text": "Frequency (Hz)", - "type": "select", - "key": "frequency" - } - ], - "type": [ - "line" - ], - "name": "Light Rail", - "tags": { - "railway": "light_rail" - } - }, - { - "main": [ - { - "values": [ - "1668", - "1676", - "1674", - "1600", - "1524", - "1520", - "1495", - "1435", - "1067", - "1000", - "914", - "762", - "760", - "750" - ], - "text": "Gauge (mm)", - "type": "select", - "key": "gauge" - }, - { - "values": [ - "yard", - "siding", - "spur" - ], - "text": "Types", - "type": "select", - "key": "service" - }, - { - "values": [ - "contact_line", - "no", - "yes", - "rail" - ], - "text": "Electrified", - "type": "select", - "key": "electrified" - }, - { - "values": [ - "600", - "650", - "750", - "1500", - "3000", - "15000", - "25000" - ], - "text": "Voltage", - "type": "select", - "key": "voltage" - }, - { - "values": [ - "0", - "16.7", - "50", - "60" - ], - "text": "Frequency (Hz)", - "type": "select", - "key": "frequency" - } - ], - "type": [ - "line" - ], - "name": "Subway", - "tags": { - "railway": "subway" - } - }, - { - "main": [ - { - "values": [ - "1668", - "1676", - "1674", - "1600", - "1524", - "1520", - "1495", - "1435", - "1067", - "1000", - "914", - "762", - "760", - "750" - ], - "text": "Gauge (mm)", - "type": "select", - "key": "gauge" - }, - { - "values": [ - "yard", - "siding", - "spur" - ], - "text": "Types", - "type": "select", - "key": "service" - }, - { - "values": [ - "contact_line", - "no", - "yes", - "rail" - ], - "text": "Electrified", - "type": "select", - "key": "electrified" - }, - { - "values": [ - "600", - "650", - "750", - "1500", - "3000", - "15000", - "25000" - ], - "text": "Voltage", - "type": "select", - "key": "voltage" - }, - { - "values": [ - "0", - "16.7", - "50", - "60" - ], - "text": "Frequency (Hz)", - "type": "select", - "key": "frequency" - } - ], - "type": [ - "line" - ], - "name": "Tram", - "tags": { - "railway": "tram" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Max. speed (km/h)", - "type": "text", - "key": "maxspeed" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "10%", - "-10%", - "10\u00b0", - "-10\u00b0", - "up", - "down" - ], - "text": "Incline", - "type": "select", - "key": "incline" - }, - { - "default": false, - "text": "Oneway", - "type": "check", - "key": "oneway" - }, - { - "default": false, - "text": "Bridge", - "type": "check", - "key": "bridge" - }, - { - "default": false, - "text": "Tunnel", - "type": "check", - "key": "tunnel" - }, - { - "default": false, - "text": "Cutting", - "type": "check", - "key": "cutting" - }, - { - "default": false, - "text": "Embankment", - "type": "check", - "key": "embankment" - } - ], - "type": [ - "line" - ], - "name": "Bus Guideway", - "tags": { - "highway": "bus_guideway" - } - }, - { - "main": [ - { - "values": [ - "yard", - "siding", - "spur" - ], - "text": "Optional Types", - "type": "select", - "key": "service" - } - ], - "type": [ - "line" - ], - "name": "Disused Rail", - "tags": { - "railway": "disused" - } - }, - { - "main": [], - "type": [ - "line" - ], - "name": "Abandoned Rail", - "tags": { - "railway": "abandoned" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Level Crossing", - "tags": { - "railway": "level_crossing" - } - }, - { - "main": [ - { - "values": [ - "uncontrolled", - "traffic_signals", - "island", - "unmarked", - "no", - "unknown" - ], - "text": "Crossing type", - "type": "select", - "key": "crossing" - }, - { - "default": false, - "text": "Cross on horseback", - "type": "check", - "key": "horse" - }, - { - "default": false, - "text": "Cross by bicycle", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Crossing attendant", - "type": "check", - "key": "supervised" - } - ], - "type": [ - "node" - ], - "name": "Crossing", - "tags": { - "railway": "crossing" - } - }, - { - "main": [], - "type": [ - "node", - "area" - ], - "name": "Turntable", - "tags": { - "railway": "turntable" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Buffer Stop", - "tags": { - "railway": "buffer_stop" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Number of people per hour", - "type": "text", - "key": "aerialway:capacity" - }, - { - "text": "Number of people per chair", - "type": "text", - "key": "aerialway:occupancy" - }, - { - "text": "Typical journey time in minutes", - "type": "text", - "key": "aerialway:duration" - }, - { - "default": false, - "text": "Has bubble?", - "type": "check", - "key": "aerialway:bubble" - }, - { - "default": false, - "text": "Has heating?", - "type": "check", - "key": "aerialway:heating" - } - ], - "type": [ - "line" - ], - "name": "Chair Lift", - "tags": { - "aerialway": "chair_lift" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Number of people per hour", - "type": "text", - "key": "aerialway:capacity" - }, - { - "text": "Typical journey time in minutes", - "type": "text", - "key": "aerialway:duration" - } - ], - "type": [ - "line" - ], - "name": "Drag Lift", - "tags": { - "aerialway": "drag_lift" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Number of people per hour", - "type": "text", - "key": "aerialway:capacity" - }, - { - "text": "Number of people per car", - "type": "text", - "key": "aerialway:occupancy" - }, - { - "text": "Typical journey time in minutes", - "type": "text", - "key": "aerialway:duration" - }, - { - "default": false, - "text": "Has heating?", - "type": "check", - "key": "aerialway:heating" - } - ], - "type": [ - "line" - ], - "name": "Cable Car", - "tags": { - "aerialway": "cable_car" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Number of people per hour", - "type": "text", - "key": "aerialway:capacity" - }, - { - "text": "Number of people per gondola", - "type": "text", - "key": "aerialway:occupancy" - }, - { - "text": "Typical journey time in minutes", - "type": "text", - "key": "aerialway:duration" - }, - { - "default": false, - "text": "Has heating?", - "type": "check", - "key": "aerialway:heating" - } - ], - "type": [ - "line" - ], - "name": "Gondola", - "tags": { - "aerialway": "gondola" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Number of people per hour", - "type": "text", - "key": "aerialway:capacity" - }, - { - "text": "Number of people per gondola/chair", - "type": "text", - "key": "aerialway:occupancy" - }, - { - "text": "Typical journey time in minutes", - "type": "text", - "key": "aerialway:duration" - }, - { - "default": false, - "text": "Has bubble?", - "type": "check", - "key": "aerialway:bubble" - }, - { - "default": false, - "text": "Has heating?", - "type": "check", - "key": "aerialway:heating" - } - ], - "type": [ - "line" - ], - "name": "Mixed Lift", - "tags": { - "aerialway": "mixed_lift" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Number of people per hour", - "type": "text", - "key": "aerialway:capacity" - }, - { - "text": "Typical journey time in minutes", - "type": "text", - "key": "aerialway:duration" - } - ], - "type": [ - "line" - ], - "name": "T-bar Lift", - "tags": { - "aerialway": "t-bar" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Number of people per hour", - "type": "text", - "key": "aerialway:capacity" - }, - { - "text": "Typical journey time in minutes", - "type": "text", - "key": "aerialway:duration" - } - ], - "type": [ - "line" - ], - "name": "J-bar Lift", - "tags": { - "aerialway": "j-bar" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Number of people per hour", - "type": "text", - "key": "aerialway:capacity" - }, - { - "text": "Typical journey time in minutes", - "type": "text", - "key": "aerialway:duration" - } - ], - "type": [ - "line" - ], - "name": "Platter Lift", - "tags": { - "aerialway": "platter" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Number of people per hour", - "type": "text", - "key": "aerialway:capacity" - }, - { - "text": "Typical journey time in minutes", - "type": "text", - "key": "aerialway:duration" - } - ], - "type": [ - "line" - ], - "name": "Rope Tow", - "tags": { - "aerialway": "rope_tow" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Number of people per hour", - "type": "text", - "key": "aerialway:capacity" - }, - { - "text": "Typical journey time in minutes", - "type": "text", - "key": "aerialway:duration" - } - ], - "type": [ - "line" - ], - "name": "Magic Carpet", - "tags": { - "aerialway": "magic_carpet" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Typical journey time in minutes", - "type": "text", - "key": "aerialway:duration" - } - ], - "type": [ - "line" - ], - "name": "Goods", - "tags": { - "aerialway": "goods" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Station", - "tags": { - "aerialway": "station" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node" - ], - "name": "Pylon", - "tags": { - "aerialway": "pylon" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Max. height (meters)", - "type": "text", - "key": "maxheight" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Capacity (overall)", - "type": "text", - "key": "capacity" - }, - { - "values": [ - "multi-storey", - "surface", - "underground" - ], - "text": "Type", - "type": "select", - "key": "parking" - }, - { - "values": [ - "yes", - "private", - "customers", - "permissive", - "no" - ], - "text": "Access", - "type": "select", - "key": "access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Park and Ride", - "type": "select", - "key": "park_ride" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Fee", - "type": "select", - "key": "fee" - }, - { - "values": [ - "yes", - "no", - "unknown", - "1", - "2", - "3" - ], - "text": "Spaces for Disabled", - "type": "select", - "key": "capacity:disabled" - }, - { - "values": [ - "yes", - "no", - "unknown", - "1", - "2", - "3" - ], - "text": "Spaces for Women", - "type": "select", - "key": "capacity:women" - }, - { - "values": [ - "yes", - "no", - "unknown", - "1", - "2", - "3" - ], - "text": "Spaces for Parents", - "type": "select", - "key": "capacity:parent" - } - ], - "type": [ - "node", - "area" - ], - "name": "Parking", - "tags": { - "amenity": "parking" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Capacity", - "type": "text", - "key": "capacity" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "multi-storey", - "surface", - "underground", - "rooftop" - ], - "text": "Type", - "type": "select", - "key": "parking" - }, - { - "values": [ - "yes", - "private", - "customers", - "permissive", - "no" - ], - "text": "Access", - "type": "select", - "key": "access" - }, - { - "values": [ - "yes", - "no", - "interval" - ], - "text": "Fee", - "type": "select", - "key": "fee" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Covered (with roof)", - "type": "select", - "key": "covered" - }, - { - "values": [ - "0", - "30-60", - "30-180", - "30+" - ], - "text": "Time Limit (minutes)", - "type": "select", - "key": "stay" - }, - { - "values": [ - "yes", - "no", - "interval" - ], - "text": "Supervised", - "type": "select", - "key": "supervised" - }, - { - "values": [ - "yes", - "no", - "interval" - ], - "text": "Lit", - "type": "select", - "key": "lit" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Parking space", - "tags": { - "amenity": "parking_space" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "multi-storey", - "surface", - "underground", - "rooftop" - ], - "text": "Type", - "type": "select", - "key": "parking" - }, - { - "values": [ - "yes", - "private", - "customers", - "permissive", - "no" - ], - "text": "Access", - "type": "select", - "key": "access" - }, - { - "values": [ - "yes", - "no", - "interval" - ], - "text": "Fee", - "type": "select", - "key": "fee" - }, - { - "values": [ - "paved", - "unpaved", - "asphalt", - "concrete", - "metal", - "wood", - "paving_stones", - "cobblestone", - "gravel", - "pebblestone", - "compacted", - "grass_paver", - "grass", - "sand", - "ground" - ], - "text": "Surface", - "type": "select", - "key": "surface" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Covered (with roof)", - "type": "select", - "key": "covered" - }, - { - "values": [ - "0", - "30-60", - "30-180", - "30+" - ], - "text": "Time Limit (minutes)", - "type": "select", - "key": "stay" - }, - { - "values": [ - "yes", - "no", - "interval" - ], - "text": "Supervised", - "type": "select", - "key": "supervised" - }, - { - "values": [ - "yes", - "no", - "interval" - ], - "text": "Lit", - "type": "select", - "key": "lit" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node" - ], - "name": "Parking entrance", - "tags": { - "amenity": "parking_entrance" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "Agip", - "Aral", - "Avia", - "BP", - "Chevron", - "Citgo", - "Esso", - "Exxon", - "Gulf", - "Mobil", - "OMV", - "Petro-Canada", - "Pioneer", - "Q8", - "Repsol", - "Shell", - "Sunoco", - "Statoil", - "Tamoil", - "Texaco", - "Total", - "Independent" - ], - "text": "Brand", - "type": "select", - "key": "brand" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "values": [ - "yes", - "convenience", - "kiosk", - "no" - ], - "text": "With shop", - "type": "select", - "key": "shop" - }, - { - "default": false, - "text": "Diesel", - "type": "check", - "key": "fuel:diesel" - }, - { - "default": false, - "text": "Bio Diesel", - "type": "check", - "key": "fuel:biodiesel" - }, - { - "default": false, - "text": "Diesel (Gas To Liquid - ultimate diesel)", - "type": "check", - "key": "fuel:GTL_diesel" - }, - { - "default": false, - "text": "Diesel for Heavy Good Vehicles", - "type": "check", - "key": "fuel:HGV_diesel" - }, - { - "default": false, - "text": "Octane 80", - "type": "check", - "key": "fuel:octane_80" - }, - { - "default": false, - "text": "Octane 91", - "type": "check", - "key": "fuel:octane_91" - }, - { - "default": false, - "text": "Octane 92", - "type": "check", - "key": "fuel:octane_92" - }, - { - "default": false, - "text": "Octane 95", - "type": "check", - "key": "fuel:octane_95" - }, - { - "default": false, - "text": "Octane 98", - "type": "check", - "key": "fuel:octane_98" - }, - { - "default": false, - "text": "Octane 100", - "type": "check", - "key": "fuel:octane_100" - }, - { - "default": false, - "text": "E10 (10% Ethanol mix)", - "type": "check", - "key": "fuel:e10" - }, - { - "default": false, - "text": "E85 (85% Ethanol mix)", - "type": "check", - "key": "fuel:e85" - }, - { - "default": false, - "text": "LPG (Liquefied petroleum gas)", - "type": "check", - "key": "fuel:lpg" - }, - { - "default": false, - "text": "CNG (Compressed Natural Gas)", - "type": "check", - "key": "fuel:cng" - }, - { - "default": false, - "text": "1/25 mix (mofa/moped)", - "type": "check", - "key": "fuel:1_25" - }, - { - "default": false, - "text": "1/50 mix (mofa/moped)", - "type": "check", - "key": "fuel:1_50" - } - ], - "type": [ - "node", - "area" - ], - "name": "Fuel", - "tags": { - "amenity": "fuel" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Voltage", - "type": "text", - "key": "voltage" - }, - { - "text": "Amperage", - "type": "text", - "key": "amperage" - } - ], - "type": [ - "node" - ], - "name": "Charging Station", - "tags": { - "amenity": "charging_station" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Brand", - "type": "text", - "key": "brand" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Wash", - "tags": { - "amenity": "car_wash" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - } - ], - "type": [ - "node", - "area" - ], - "name": "Car Dealer", - "tags": { - "shop": "car" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Brand", - "type": "text", - "key": "brand" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Repair", - "tags": { - "shop": "car_repair" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Brand", - "type": "text", - "key": "brand" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Tyres", - "tags": { - "shop": "tyres" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Brand", - "type": "text", - "key": "brand" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Rental", - "tags": { - "amenity": "car_rental" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Capacity", - "type": "text", - "key": "capacity" - }, - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Sharing", - "tags": { - "amenity": "car_sharing" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Capacity", - "type": "text", - "key": "capacity" - }, - { - "values": [ - "multi-storey", - "surface", - "underground" - ], - "text": "Type", - "type": "select", - "key": "parking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Fee", - "type": "select", - "key": "fee" - } - ], - "type": [ - "node", - "area" - ], - "name": "Parking", - "tags": { - "amenity": "motorcycle_parking" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Other", - "type": "text", - "key": "services" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "independent" - ], - "text": "Brand", - "type": "select", - "key": "brand" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "values": [ - "yes", - "brand", - "used", - "no" - ], - "text": "Sale", - "type": "select", - "key": "sale" - }, - { - "values": [ - "yes", - "brand", - "no" - ], - "text": "Rental", - "type": "select", - "key": "rental" - }, - { - "values": [ - "yes", - "brand", - "oldtimer", - "no" - ], - "text": "Repair", - "type": "select", - "key": "repair" - }, - { - "values": [ - "yes", - "DEKRA", - "GT\u00dc", - "MOT", - "T\u00dcV", - "no" - ], - "text": "Safety inspection", - "type": "select", - "key": "safety_inspection" - }, - { - "values": [ - "yes", - "brand", - "oldtimer", - "no" - ], - "text": "Parts", - "type": "select", - "key": "parts" - }, - { - "values": [ - "yes", - "brand", - "no" - ], - "text": "Clothes", - "type": "select", - "key": "clothes" - } - ], - "type": [ - "node", - "area" - ], - "name": "Motorcycle Dealer", - "tags": { - "shop": "motorcycle" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Capacity", - "type": "text", - "key": "capacity" - }, - { - "values": [ - "anchors", - "building", - "ground_slots", - "informal", - "lockers", - "shed", - "stands", - "wall_loops" - ], - "text": "Type", - "type": "select", - "key": "bicycle_parking" - }, - { - "default": false, - "text": "Covered", - "type": "check", - "key": "covered" - }, - { - "default": false, - "text": "Supervised", - "type": "check", - "key": "supervised" - } - ], - "type": [ - "node", - "area" - ], - "name": "Parking", - "tags": { - "amenity": "bicycle_parking" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "default": false, - "text": "Bicycles are sold", - "type": "check", - "key": "service:bicycle:retail" - }, - { - "default": false, - "text": "Second-hand bicycles are sold", - "type": "check", - "key": "service:bicycle:second_hand" - }, - { - "default": false, - "text": "Bicycles are repaired", - "type": "check", - "key": "service:bicycle:repair" - }, - { - "default": false, - "text": "Bicycles are rented", - "type": "check", - "key": "service:bicycle:rental" - }, - { - "default": false, - "text": "Free bicycle pump", - "type": "check", - "key": "service:bicycle:pump" - }, - { - "default": false, - "text": "Tools for do-it-yourself repair (may be a bike co-operative)", - "type": "check", - "key": "service:bicycle:diy" - }, - { - "default": false, - "text": "Bicycles are washed (for a fee)", - "type": "check", - "key": "service:bicycle:cleaning" - } - ], - "type": [ - "node", - "area" - ], - "name": "Bike Dealer", - "tags": { - "shop": "bicycle" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Rental", - "tags": { - "amenity": "bicycle_rental" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "UIC-Reference", - "type": "text", - "key": "uic_ref" - } - ], - "type": [ - "node", - "area" - ], - "name": "Station", - "tags": { - "railway": "station" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node" - ], - "name": "Railway Halt", - "tags": { - "railway": "halt" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node" - ], - "name": "Tram Stop", - "tags": { - "railway": "tram_stop" - } - }, - { - "main": [ - { - "text": "Reference (track number)", - "type": "text", - "key": "ref" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "default": false, - "text": "Area", - "type": "check", - "key": "area" - } - ], - "type": [ - "line", - "area" - ], - "name": "Railway Platform", - "tags": { - "railway": "platform" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "default": false, - "text": "Wheelchair", - "type": "check", - "key": "wheelchair" - }, - { - "default": false, - "text": "Bicycle", - "type": "check", - "key": "bicycle" - } - ], - "type": [ - "node" - ], - "name": "Subway Entrance", - "tags": { - "railway": "subway_entrance" - } - }, - { - "favorite": true, - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Bus Station", - "tags": { - "amenity": "bus_station" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Shelter", - "type": "select", - "key": "shelter" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Bench", - "type": "select", - "key": "bench" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Tactile Paving", - "type": "select", - "key": "tactile_paving" - } - ], - "type": [ - "node" - ], - "name": "Bus Stop", - "tags": { - "highway": "bus_stop" - } - }, - { - "main": [ - { - "text": "Reference (track number)", - "type": "text", - "key": "ref" - }, - { - "text": "Width (meters)", - "type": "text", - "key": "width" - }, - { - "default": false, - "text": "Area", - "type": "check", - "key": "area" - } - ], - "type": [ - "node", - "area" - ], - "name": "Bus Platform", - "tags": { - "highway": "platform" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Reference Number", - "type": "text", - "key": "ref" - }, - { - "default": false, - "text": "Coins", - "type": "check", - "key": "payment:coins" - }, - { - "default": false, - "text": "Notes", - "type": "check", - "key": "payment:notes" - }, - { - "default": false, - "text": "Electronic purses and Charge cards", - "type": "check", - "key": "payment:electronic_purses" - }, - { - "default": false, - "text": "Debit cards", - "type": "check", - "key": "payment:debit_cards" - }, - { - "default": false, - "text": "Credit cards", - "type": "check", - "key": "payment:credit_cards" - }, - { - "default": false, - "text": "Account or loyalty cards", - "type": "check", - "key": "payment:account_cards" - } - ], - "type": [ - "node" - ], - "name": "Ticket Machine", - "tags": { - "amenity": "vending_machine", - "vending": "public_transport_tickets" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Taxi", - "tags": { - "amenity": "taxi" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "IATA", - "type": "text", - "key": "iata" - }, - { - "text": "ICAO", - "type": "text", - "key": "icao" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "Airport Ground", - "tags": { - "aeroway": "aerodrome" - } - }, - { - "main": [ - { - "text": "Reference", - "type": "text", - "key": "ref" - } - ], - "type": [ - "line" - ], - "name": "Runway", - "tags": { - "aeroway": "runway" - } - }, - { - "main": [ - { - "text": "Reference", - "type": "text", - "key": "ref" - } - ], - "type": [ - "line" - ], - "name": "Taxiway", - "tags": { - "aeroway": "taxiway" - } - }, - { - "main": [ - { - "text": "Reference", - "type": "text", - "key": "ref" - } - ], - "type": [ - "node", - "area" - ], - "name": "Helipad", - "tags": { - "aeroway": "helipad" - } - }, - { - "main": [], - "type": [ - "area" - ], - "name": "Apron", - "tags": { - "aeroway": "apron" - } - }, - { - "main": [], - "type": [ - "node", - "area" - ], - "name": "Hangar", - "tags": { - "building": "hangar" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Beacon", - "tags": { - "man_made": "beacon" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Windsock", - "tags": { - "aeroway": "windsock" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Terminal", - "tags": { - "aeroway": "terminal" - } - }, - { - "main": [ - { - "text": "Reference", - "type": "text", - "key": "ref" - } - ], - "type": [ - "node" - ], - "name": "Gate", - "tags": { - "aeroway": "gate" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "text": "Stars", - "type": "select", - "key": "stars" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Hotel", - "tags": { - "tourism": "hotel" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "text": "Stars", - "type": "select", - "key": "stars" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Motel", - "tags": { - "tourism": "motel" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "text": "Stars", - "type": "select", - "key": "stars" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Guest House", - "tags": { - "tourism": "guest_house" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "text": "Stars", - "type": "select", - "key": "stars" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Chalet", - "tags": { - "tourism": "chalet" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "text": "Stars", - "type": "select", - "key": "stars" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Hostel", - "tags": { - "tourism": "hostel" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Elevation", - "type": "text", - "key": "ele" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Alpine Hut", - "tags": { - "tourism": "alpine_hut" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Number of places", - "type": "text", - "key": "capacity" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "text": "Stars", - "type": "select", - "key": "stars" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - }, - { - "values": [ - "yes", - "no", - "interval" - ], - "text": "Requires a fee", - "type": "select", - "key": "fee" - }, - { - "default": false, - "text": "Power supply", - "type": "check", - "key": "power_supply" - }, - { - "default": false, - "text": "Tents allowed", - "type": "check", - "key": "tents" - } - ], - "type": [ - "node", - "area" - ], - "name": "Caravan Site", - "tags": { - "tourism": "caravan_site" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "text": "Stars", - "type": "select", - "key": "stars" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Camping Site", - "tags": { - "tourism": "camp_site" - } - }, - { - "favorite": true, - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "text": "Stars", - "type": "select", - "key": "stars" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - }, - { - "default": false, - "text": "Microbrewery", - "type": "check", - "key": "microbrewery" - } - ], - "type": [ - "node", - "area" - ], - "name": "Restaurant", - "tags": { - "amenity": "restaurant" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "italian", - "chinese", - "pizza", - "burger", - "greek", - "german", - "indian", - "regional", - "kebab", - "turkish", - "asian", - "thai", - "mexican", - "japanese", - "french", - "sandwich", - "sushi", - "fish_and_chips", - "chicken" - ], - "text": "Cuisine", - "type": "select", - "key": "cuisine" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Fast Food", - "tags": { - "amenity": "fast_food" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Food Court", - "tags": { - "amenity": "food_court" - } - }, - { - "favorite": true, - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "ice_cream" - ], - "text": "Cuisine", - "type": "select", - "key": "cuisine" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Cafe", - "tags": { - "amenity": "cafe" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - }, - { - "default": false, - "text": "Microbrewery", - "type": "check", - "key": "microbrewery" - } - ], - "type": [ - "node", - "area" - ], - "name": "Pub", - "tags": { - "amenity": "pub" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Biergarten", - "tags": { - "amenity": "biergarten" - } - }, - { - "favorite": true, - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "values": [ - "yes", - "wlan", - "wired", - "terminal", - "no" - ], - "text": "Internet access", - "type": "select", - "key": "internet_access" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Internet access fee", - "type": "select", - "key": "internet_access:fee" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Bar", - "tags": { - "amenity": "bar" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "values": [ - "yes", - "dedicated", - "separated", - "isolated", - "no" - ], - "text": "Smoking", - "type": "select", - "key": "smoking" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Wheelchairs", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Nightclub", - "tags": { - "amenity": "nightclub" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Opening Hours", - "type": "text", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Attraction", - "tags": { - "tourism": "attraction" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Viewpoint", - "tags": { - "tourism": "viewpoint" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Information Office", - "tags": { - "information": "office", - "tourism": "information" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Closer Description", - "type": "text", - "key": "description" - }, - { - "values": [ - "topo", - "street", - "scheme" - ], - "text": "Detail Grade", - "type": "select", - "key": "map_type" - }, - { - "values": [ - "site", - "city", - "region" - ], - "text": "Shown Area", - "type": "select", - "key": "map_size" - }, - { - "default": false, - "text": "Hiking", - "type": "check", - "key": "hiking" - }, - { - "default": false, - "text": "Cycling", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Mountainbiking", - "type": "check", - "key": "mtb" - }, - { - "default": false, - "text": "Skiing", - "type": "check", - "key": "ski" - }, - { - "default": false, - "text": "Riding", - "type": "check", - "key": "horse" - } - ], - "type": [ - "node" - ], - "name": "Map", - "tags": { - "information": "map", - "tourism": "information" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Closer Description", - "type": "text", - "key": "description" - }, - { - "values": [ - "notice", - "history", - "nature", - "wildlife", - "plants" - ], - "text": "Board Content", - "type": "select", - "key": "board_type" - } - ], - "type": [ - "node" - ], - "name": "Information Board", - "tags": { - "information": "board", - "tourism": "information" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Elevation", - "type": "text", - "key": "ele" - }, - { - "default": false, - "text": "Hiking", - "type": "check", - "key": "hiking" - }, - { - "default": false, - "text": "Cycling", - "type": "check", - "key": "bicycle" - }, - { - "default": false, - "text": "Mountainbiking", - "type": "check", - "key": "mtb" - }, - { - "default": false, - "text": "Skiing", - "type": "check", - "key": "ski" - }, - { - "default": false, - "text": "Riding", - "type": "check", - "key": "horse" - } - ], - "type": [ - "node" - ], - "name": "Guidepost", - "tags": { - "information": "guidepost", - "tourism": "information" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Closer description", - "type": "text", - "key": "description" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Fee", - "type": "select", - "key": "fee" - } - ], - "type": [ - "node" - ], - "name": "Information Terminal", - "tags": { - "information": "terminal", - "tourism": "information" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Closer description", - "type": "text", - "key": "description" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Phone number", - "type": "tel", - "key": "phone" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Fee", - "type": "select", - "key": "fee" - } - ], - "type": [ - "node" - ], - "name": "Audioguide", - "tags": { - "information": "audioguide", - "tourism": "information" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Closer Description", - "type": "text", - "key": "description" - } - ], - "type": [ - "node", - "area" - ], - "name": "Other Information Points", - "tags": { - "tourism": "information" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Cinema", - "tags": { - "amenity": "cinema" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Zoo", - "tags": { - "tourism": "zoo" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "fence", - "wall" - ], - "text": "Barrier", - "type": "select", - "key": "barrier" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "default": false, - "text": "Area", - "type": "check", - "key": "area" - }, - { - "default": false, - "text": "Lit", - "type": "check", - "key": "lit" - } - ], - "type": [ - "node", - "area" - ], - "name": "Dog Park", - "tags": { - "leisure": "dog_park" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Theme Park", - "tags": { - "tourism": "theme_park" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Water Park", - "tags": { - "leisure": "water_park" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "values": [ - "yes", - "permissive", - "private", - "unknown" - ], - "text": "Access", - "type": "select", - "key": "access" - } - ], - "type": [ - "node", - "area" - ], - "name": "Sauna", - "tags": { - "leisure": "sauna" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Playground", - "tags": { - "leisure": "playground" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "default": false, - "text": "Fireplace", - "type": "check", - "key": "fireplace" - } - ], - "type": [ - "node", - "area" - ], - "name": "Picnic Site", - "tags": { - "tourism": "picnic_site" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Covered", - "type": "select", - "key": "covered" - }, - { - "values": [ - "charcoal", - "electric", - "wood" - ], - "text": "Fuel", - "type": "select", - "key": "fuel" - } - ], - "type": [ - "node" - ], - "name": "Public Grill", - "tags": { - "amenity": "bbq" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Fishing", - "tags": { - "leisure": "fishing" - } - }, - { - "main": [], - "type": [ - "node", - "area" - ], - "name": "Private Swimming Pool", - "tags": { - "access": "private", - "leisure": "swimming_pool" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Museum", - "tags": { - "tourism": "museum" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Theatre", - "tags": { - "amenity": "theatre" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Library", - "tags": { - "amenity": "library" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Arts Centre", - "tags": { - "amenity": "arts_centre" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "line", - "area" - ], - "name": "Artwork", - "tags": { - "tourism": "artwork" - } - }, - { - "favorite": true, - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "bahai", - "buddhist", - "christian", - "hindu", - "jain", - "jewish", - "muslim", - "sikh", - "spiritualist", - "taoist", - "unitarian", - "zoroastrian" - ], - "text": "Religion", - "type": "select", - "key": "religion" - }, - { - "values": [ - "anglican", - "baptist", - "catholic", - "evangelical", - "jehovahs_witness", - "lutheran", - "methodist", - "mormon", - "orthodox", - "pentecostal", - "presbyterian", - "protestant", - "quaker", - "shia", - "sunni" - ], - "text": "Denomination", - "type": "select", - "key": "denomination" - }, - { - "values": [ - "Su 10:00", - "Su 10:30", - "Su 11:00" - ], - "text": "Service Times", - "type": "select", - "key": "service_times" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours for visiting", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Place of Worship", - "tags": { - "amenity": "place_of_worship" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "values": [ - "audio", - "video" - ], - "text": "Type", - "type": "select", - "key": "type" - } - ], - "type": [ - "node" - ], - "name": "Recording Studio", - "tags": { - "amenity": "studio" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Public Building", - "tags": { - "amenity": "public_building" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Town hall", - "tags": { - "amenity": "townhall" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Community Centre", - "tags": { - "amenity": "community_centre" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Embassy", - "tags": { - "amenity": "embassy" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Courthouse", - "tags": { - "amenity": "courthouse" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Prison", - "tags": { - "amenity": "prison" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Police", - "tags": { - "amenity": "police" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Fire Station", - "tags": { - "amenity": "fire_station" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Post Office", - "tags": { - "amenity": "post_office" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Kindergarten", - "tags": { - "amenity": "kindergarten" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "School", - "tags": { - "amenity": "school" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "University", - "tags": { - "amenity": "university" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "College", - "tags": { - "amenity": "college" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "License Classes", - "type": "text", - "key": "license_classes" - } - ], - "type": [ - "node", - "area" - ], - "name": "Driving School", - "tags": { - "amenity": "driving_school" - } - }, - { - "favorite": true, - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Hospital", - "tags": { - "amenity": "hospital" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Doctors", - "tags": { - "amenity": "doctors" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Dentist", - "tags": { - "amenity": "dentist" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - } - ], - "type": [ - "node", - "area" - ], - "name": "Nursing Home", - "tags": { - "amenity": "nursing_home" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Dispensing", - "type": "select", - "key": "dispensing" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Pharmacy", - "tags": { - "amenity": "pharmacy" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Hearing Aids", - "tags": { - "shop": "hearing_aids" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Opening Hours", - "type": "text", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Baby Hatch", - "tags": { - "amenity": "baby_hatch" - } - }, - { - "main": [ - { - "text": "Point Number", - "type": "text", - "key": "ref" - }, - { - "text": "Point Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - } - ], - "type": [ - "node", - "area" - ], - "name": "Emergency Access Point", - "tags": { - "highway": "emergency_access_point" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Veterinary", - "tags": { - "amenity": "veterinary" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Note", - "type": "text", - "key": "note" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Fee", - "type": "select", - "key": "fee" - }, - { - "values": [ - "no", - "limited", - "yes" - ], - "text": "Wheelchair", - "type": "select", - "key": "wheelchair" - } - ], - "type": [ - "node", - "area" - ], - "name": "Toilets", - "tags": { - "amenity": "toilets" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - } - ], - "type": [ - "node" - ], - "name": "Post Box", - "tags": { - "amenity": "post_box" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "default": false, - "text": "Coins", - "type": "check", - "key": "payment:coins" - }, - { - "default": false, - "text": "Notes", - "type": "check", - "key": "payment:notes" - }, - { - "default": false, - "text": "Electronic purses and Charge cards", - "type": "check", - "key": "payment:electronic_purses" - }, - { - "default": false, - "text": "Debit cards", - "type": "check", - "key": "payment:debit_cards" - }, - { - "default": false, - "text": "Credit cards", - "type": "check", - "key": "payment:credit_cards" - }, - { - "default": false, - "text": "Telephone cards", - "type": "check", - "key": "payment:telephone_cards" - } - ], - "type": [ - "node" - ], - "name": "Telephone", - "tags": { - "amenity": "telephone" - } - }, - { - "main": [ - { - "values": [ - "analog", - "digital", - "sundial", - "unorthodox" - ], - "text": "Display", - "type": "select", - "key": "display" - }, - { - "values": [ - "pole", - "wall_mounted", - "billboard", - "ground" - ], - "text": "Support", - "type": "select", - "key": "support" - }, - { - "values": [ - "house", - "street", - "area" - ], - "text": "Visibility/readability", - "type": "select", - "key": "visibility" - }, - { - "default": false, - "text": "Shows current date", - "type": "check", - "key": "date" - }, - { - "default": false, - "text": "Shows temperature", - "type": "check", - "key": "thermometer" - }, - { - "default": false, - "text": "Shows barometric pressure", - "type": "check", - "key": "barometer" - }, - { - "default": false, - "text": "Shows humidity", - "type": "check", - "key": "hygrometer" - } - ], - "type": [ - "node" - ], - "name": "Clock", - "tags": { - "amenity": "clock" - } - }, - { - "main": [ - { - "values": [ - "container", - "centre" - ], - "text": "Type", - "type": "select", - "key": "recycling_type" - }, - { - "default": false, - "text": "Batteries", - "type": "check", - "key": "recycling:batteries" - }, - { - "default": false, - "text": "Cans", - "type": "check", - "key": "recycling:cans" - }, - { - "default": false, - "text": "Clothes", - "type": "check", - "key": "recycling:clothes" - }, - { - "default": false, - "text": "Glass", - "type": "check", - "key": "recycling:glass" - }, - { - "default": false, - "text": "Paper", - "type": "check", - "key": "recycling:paper" - }, - { - "default": false, - "text": "Scrap Metal", - "type": "check", - "key": "recycling:scrap_metal" - } - ], - "type": [ - "node", - "area" - ], - "name": "Recycling", - "tags": { - "amenity": "recycling" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Waste Basket", - "tags": { - "amenity": "waste_basket" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Waste Disposal", - "tags": { - "amenity": "waste_disposal" - } - }, - { - "main": [ - { - "values": [ - "yes", - "no" - ], - "text": "Backrest", - "type": "select", - "key": "backrest" - }, - { - "values": [ - "stone", - "metal", - "wood", - "plastic" - ], - "text": "Material", - "type": "select", - "key": "material" - }, - { - "values": [ - "black", - "brown", - "green", - "red", - "blue", - "gray", - "white" - ], - "text": "Colour", - "type": "select", - "key": "colour" - }, - { - "values": [ - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10" - ], - "text": "Amount of Seats", - "type": "select", - "key": "seats" - } - ], - "type": [ - "node" - ], - "name": "Bench", - "tags": { - "amenity": "bench" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "weather_shelter", - "public_transport", - "picnic_shelter", - "wildlife_hide" - ], - "text": "Type of shelter", - "type": "select", - "key": "shelter_type" - }, - { - "default": false, - "text": "Fireplace", - "type": "check", - "key": "fireplace" - } - ], - "type": [ - "node", - "area" - ], - "name": "Shelter", - "tags": { - "amenity": "shelter" - } - }, - { - "main": [ - { - "values": [ - "low", - "half", - "full", - "5", - "10", - "15", - "20" - ], - "text": "Height", - "type": "select", - "key": "height" - }, - { - "values": [ - "yes", - "no", - "unknown" - ], - "text": "Shelter", - "type": "select", - "key": "shelter" - }, - { - "values": [ - "yes", - "no", - "unknown" - ], - "text": "Hide", - "type": "select", - "key": "hide" - }, - { - "values": [ - "yes", - "no", - "unknown" - ], - "text": "Lock", - "type": "select", - "key": "lock" - } - ], - "type": [ - "node" - ], - "name": "Hunting Stand", - "tags": { - "amenity": "hunting_stand" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node" - ], - "name": "Drinking Water", - "tags": { - "amenity": "drinking_water" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Count", - "type": "text", - "key": "fire_hydrant:count" - }, - { - "values": [ - "underground", - "pillar", - "wall", - "pond" - ], - "text": "Type", - "type": "select", - "key": "fire_hydrant:type" - }, - { - "values": [ - "50", - "80", - "100", - "150", - "200", - "250", - "300", - "400" - ], - "text": "Diameter (in mm)", - "type": "select", - "key": "fire_hydrant:diameter" - }, - { - "values": [ - "lane", - "parking_lot", - "sidewalk", - "green" - ], - "text": "Position", - "type": "select", - "key": "fire_hydrant:position" - }, - { - "values": [ - "5", - "6", - "8", - "suction" - ], - "text": "Pressure (in bar)", - "type": "select", - "key": "fire_hydrant:pressure" - } - ], - "type": [ - "node" - ], - "name": "Fire Hydrant", - "tags": { - "emergency": "fire_hydrant" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "multi", - "archery", - "athletics", - "american_football", - "australian_football", - "baseball", - "basketball", - "boules", - "bowls", - "canadian_football", - "canoe", - "climbing", - "cricket", - "cricket_nets", - "croquet", - "cycling", - "dog_racing", - "equestrian", - "gaelic_games", - "golf", - "gymnastics", - "hockey", - "horse_racing", - "motor", - "pelota", - "racquet", - "rugby_league", - "rugby_union", - "shooting", - "skateboard", - "skating", - "skiing", - "soccer", - "swimming", - "table_tennis", - "tennis" - ], - "text": "sport", - "type": "select", - "key": "sport" - } - ], - "type": [ - "node", - "area" - ], - "name": "Stadium", - "tags": { - "leisure": "stadium" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "multi", - "archery", - "athletics", - "american_football", - "australian_football", - "baseball", - "basketball", - "boules", - "bowls", - "canadian_football", - "canoe", - "climbing", - "cricket", - "cricket_nets", - "croquet", - "cycling", - "dog_racing", - "equestrian", - "gaelic_games", - "golf", - "gymnastics", - "hockey", - "horse_racing", - "motor", - "pelota", - "racquet", - "rugby_league", - "rugby_union", - "shooting", - "skateboard", - "skating", - "skiing", - "soccer", - "swimming", - "table_tennis", - "tennis" - ], - "text": "sport", - "type": "select", - "key": "sport" - } - ], - "type": [ - "node", - "area" - ], - "name": "Sports Centre", - "tags": { - "leisure": "sports_centre" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "multi", - "archery", - "athletics", - "american_football", - "australian_football", - "baseball", - "basketball", - "boules", - "bowls", - "canadian_football", - "canoe", - "climbing", - "cricket", - "cricket_nets", - "croquet", - "cycling", - "dog_racing", - "equestrian", - "gaelic_games", - "golf", - "gymnastics", - "hockey", - "horse_racing", - "motor", - "pelota", - "racquet", - "rugby_league", - "rugby_union", - "shooting", - "skateboard", - "skating", - "skiing", - "soccer", - "table_tennis", - "tennis" - ], - "text": "sport", - "type": "select", - "key": "sport" - } - ], - "type": [ - "node", - "area" - ], - "name": "Pitch", - "tags": { - "leisure": "pitch" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "multi", - "archery", - "athletics", - "american_football", - "australian_football", - "baseball", - "basketball", - "boules", - "bowls", - "canadian_football", - "canoe", - "climbing", - "cricket", - "cricket_nets", - "croquet", - "cycling", - "dog_racing", - "equestrian", - "gaelic_games", - "golf", - "gymnastics", - "hockey", - "horse_racing", - "motor", - "pelota", - "racquet", - "rugby_league", - "rugby_union", - "shooting", - "skateboard", - "skating", - "skiing", - "soccer", - "table_tennis", - "tennis" - ], - "text": "sport", - "type": "select", - "key": "sport" - } - ], - "type": [ - "node", - "line", - "area", - "relation" - ], - "name": "Racetrack", - "tags": { - "leisure": "track" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Golf Course", - "tags": { - "leisure": "golf_course" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Miniature Golf", - "tags": { - "leisure": "miniature_golf" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Multi", - "tags": { - "sport": "multi" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "9pin", - "tags": { - "sport": "9pin" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "10pin", - "tags": { - "sport": "10pin" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Archery", - "tags": { - "sport": "archery" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Athletics", - "tags": { - "sport": "athletics" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "sports_centre" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Climbing", - "tags": { - "sport": "climbing" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "line", - "area" - ], - "name": "Canoeing", - "tags": { - "sport": "canoe" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Cycling", - "tags": { - "sport": "cycling" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Dog Racing", - "tags": { - "sport": "dog_racing" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "horse_riding", - "pitch", - "sports_centre", - "stadium", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Equestrian", - "tags": { - "sport": "equestrian" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Horse Racing", - "tags": { - "sport": "horse_racing" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Gymnastics", - "tags": { - "sport": "gymnastics" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "ice_rink", - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Skating", - "tags": { - "sport": "skating" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Skateboard", - "tags": { - "sport": "skateboard" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "sports_centre", - "stadium", - "swimming_pool", - "water_park" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Swimming", - "tags": { - "sport": "swimming" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "downhill", - "nordic", - "skitour", - "snow_park" - ], - "text": "Piste type", - "type": "select", - "key": "piste:type" - }, - { - "values": [ - "novice", - "easy", - "intermediate", - "advanced", - "expert", - "freeride" - ], - "text": "Difficulty", - "type": "select", - "key": "piste:difficulty" - }, - { - "values": [ - "classic", - "mogul", - "skating", - "classic;skating", - "scooter", - "backcountry" - ], - "text": "Grooming", - "type": "select", - "key": "piste:grooming" - } - ], - "type": [ - "node", - "line", - "area" - ], - "name": "Skiing", - "tags": { - "sport": "skiing" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Shooting", - "tags": { - "sport": "shooting" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Soccer", - "tags": { - "sport": "soccer" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Australian Football", - "tags": { - "sport": "australian_football" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "American Football", - "tags": { - "sport": "american_football" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Canadian Football", - "tags": { - "sport": "canadian_football" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - }, - { - "default": false, - "text": "Hurling", - "type": "check", - "key": "gaelic_games:hurling" - }, - { - "default": false, - "text": "Football", - "type": "check", - "key": "gaelic_games:football" - }, - { - "default": false, - "text": "Camogie", - "type": "check", - "key": "gaelic_games:camogie" - }, - { - "default": false, - "text": "Rounders", - "type": "check", - "key": "gaelic_games:rounders" - } - ], - "type": [ - "node", - "area" - ], - "name": "Gaelic Games", - "tags": { - "sport": "gaelic_games" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Rugby League", - "tags": { - "sport": "rugby_league" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Rugby Union", - "tags": { - "sport": "rugby_union" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Baseball", - "tags": { - "sport": "baseball" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Basketball", - "tags": { - "sport": "basketball" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "stadium", - "pitch", - "sports_centre" - ], - "text": "Type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Volleyball", - "tags": { - "sport": "volleyball" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "stadium", - "pitch", - "sports_centre" - ], - "text": "Type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Beachvolleyball", - "tags": { - "sport": "beachvolleyball" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "golf_course", - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Golf", - "tags": { - "sport": "golf" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Boule", - "tags": { - "sport": "boules" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Bowls", - "tags": { - "sport": "bowls" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Cricket", - "tags": { - "sport": "cricket" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Cricket Nets", - "tags": { - "sport": "cricket_nets" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Croquet", - "tags": { - "sport": "croquet" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "ice_rink", - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Hockey", - "tags": { - "sport": "hockey" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Pelota", - "tags": { - "sport": "pelota" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Racquet", - "tags": { - "sport": "racquet" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Table Tennis", - "tags": { - "sport": "table_tennis" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Tennis", - "tags": { - "sport": "tennis" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "stadium", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Motorsport", - "tags": { - "sport": "motor" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Karting", - "tags": { - "sport": "karting" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Motocross", - "tags": { - "sport": "motocross" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Safety Training", - "tags": { - "sport": "safety_training" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "Model Aerodrome", - "tags": { - "sport": "model_aerodrome" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "pitch", - "sports_centre", - "track" - ], - "text": "type", - "type": "select", - "key": "leisure" - } - ], - "type": [ - "node", - "area" - ], - "name": "RC Car", - "tags": { - "sport": "rc_car" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "yes", - "roof", - "garage", - "industrial", - "church", - "school", - "hangar", - "commercial", - "farm", - "transportation", - "greenhouse", - "office", - "university" - ], - "text": "Building", - "type": "select", - "key": "building" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Building", - "tags": {} - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "residential", - "apartments", - "house", - "hut", - "terrace", - "detached", - "roof" - ], - "text": "Building", - "type": "select", - "key": "building" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Residential Building", - "tags": {} - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Height (meters)", - "type": "text", - "key": "height" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "communication", - "observation" - ], - "text": "Tower type", - "type": "select", - "key": "tower:type" - } - ], - "type": [ - "node", - "area" - ], - "name": "Tower", - "tags": { - "man_made": "tower" - } - }, - { - "main": [], - "type": [ - "node" - ], - "name": "Flagpole", - "tags": { - "man_made": "flagpole" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Works", - "tags": { - "man_made": "works" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Height (meters)", - "type": "text", - "key": "height" - } - ], - "type": [ - "node" - ], - "name": "Chimney", - "tags": { - "man_made": "chimney" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Windmill", - "tags": { - "man_made": "windmill" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Gasometer", - "tags": { - "man_made": "gasometer" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "water", - "gas", - "heat", - "oil", - "sewage" - ], - "text": "Type", - "type": "select", - "key": "type" - }, - { - "values": [ - "underground", - "underwater", - "overground" - ], - "text": "Location", - "type": "select", - "key": "location" - } - ], - "type": [ - "line" - ], - "name": "Pipeline", - "tags": { - "man_made": "pipeline" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Crane", - "tags": { - "man_made": "crane" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Depth in meters", - "type": "text", - "key": "depth" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "winding", - "air" - ], - "text": "Function", - "type": "select", - "key": "mineshaft_type" - }, - { - "values": [ - "aggregate", - "bauxite", - "coal", - "copper", - "dimension_stone", - "gold", - "ilmenite", - "iron_ore", - "lead", - "limestone", - "nickel", - "rutile", - "salt", - "silver", - "tin", - "zinc", - "zircon" - ], - "text": "Resource", - "type": "select", - "key": "resource" - }, - { - "values": [ - "yes", - "no" - ], - "text": "Visible Headframe", - "type": "select", - "key": "headframe" - }, - { - "default": false, - "text": "Disused", - "type": "check", - "key": "disused" - } - ], - "type": [ - "node", - "area" - ], - "name": "Mineshaft", - "tags": { - "man_made": "mineshaft" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Length in meters", - "type": "text", - "key": "length" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "aggregate", - "bauxite", - "coal", - "copper", - "dimension_stone", - "gold", - "ilmenite", - "iron_ore", - "lead", - "limestone", - "nickel", - "rutile", - "salt", - "silver", - "tin", - "zinc", - "zircon" - ], - "text": "Resource", - "type": "select", - "key": "resource" - }, - { - "default": false, - "text": "Disused", - "type": "check", - "key": "disused" - } - ], - "type": [ - "node" - ], - "name": "Adit", - "tags": { - "man_made": "adit" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Water Tower", - "tags": { - "man_made": "water_tower" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - } - ], - "type": [ - "node", - "area" - ], - "name": "Water Works", - "tags": { - "man_made": "water_works" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Wastewater Plant", - "tags": { - "man_made": "wastewater_plant" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node" - ], - "name": "Watermill", - "tags": { - "man_made": "watermill" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Fountain", - "tags": { - "amenity": "fountain" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node" - ], - "name": "Water Well", - "tags": { - "man_made": "water_well" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Lighthouse", - "tags": { - "man_made": "lighthouse" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node" - ], - "name": "Beacon", - "tags": { - "man_made": "beacon" - } - }, - { - "main": [ - { - "values": [ - "Mo-Fr 22:00-05:00" - ], - "text": "Operation times", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node" - ], - "name": "Street Lamp", - "tags": { - "highway": "street_lamp" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "particulate_matter", - "seismic", - "water_level", - "weather" - ], - "text": "Measurement", - "type": "select", - "key": "measurement" - }, - { - "values": [ - "manually", - "automated", - "remote", - "no" - ], - "text": "Recording", - "type": "select", - "key": "recording" - }, - { - "values": [ - "analog", - "digital", - "no" - ], - "text": "Display", - "type": "select", - "key": "display" - } - ], - "type": [ - "node", - "area" - ], - "name": "Measurement Station", - "tags": { - "man_made": "measurement_station" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node" - ], - "name": "Survey Point", - "tags": { - "man_made": "survey_point" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "indoor", - "outdoor", - "public" - ], - "text": "Type", - "type": "select", - "key": "surveillance" - } - ], - "type": [ - "node", - "area" - ], - "name": "Surveillance", - "tags": { - "man_made": "surveillance" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "biofuel", - "biogas", - "biomass", - "coal", - "diesel", - "gas", - "gasoline", - "geothermal", - "hydro", - "nuclear", - "oil", - "osmotic", - "solar", - "tidal", - "waste", - "wave", - "wind" - ], - "text": "Source", - "type": "select", - "key": "generator:source" - }, - { - "values": [ - "anaerobic_digestion", - "combustion", - "dam", - "fission", - "fusion", - "gasification", - "photovoltaic", - "pumped-storage", - "pumping", - "pyrolysis", - "run-of-the-river", - "thermal" - ], - "text": "Method", - "type": "select", - "key": "generator:method" - }, - { - "values": [ - "yes", - "2 W", - "3 kW", - "5 MW", - "7 GW" - ], - "text": "electricity", - "type": "select", - "key": "generator:output:electricity" - }, - { - "values": [ - "yes", - "2 W", - "3 kW", - "5 MW", - "7 GW" - ], - "text": "hot water", - "type": "select", - "key": "generator:output:hot_water" - }, - { - "values": [ - "yes", - "2 W", - "3 kW", - "5 MW", - "7 GW" - ], - "text": "hot air", - "type": "select", - "key": "generator:output:hot_air" - }, - { - "values": [ - "yes", - "2 W", - "3 kW", - "5 MW", - "7 GW" - ], - "text": "cold water", - "type": "select", - "key": "generator:output:cold_water" - }, - { - "values": [ - "yes", - "2 W", - "3 kW", - "5 MW", - "7 GW" - ], - "text": "cold air", - "type": "select", - "key": "generator:output:cold_air" - }, - { - "values": [ - "yes", - "2 W", - "3 kW", - "5 MW", - "7 GW" - ], - "text": "compressed air", - "type": "select", - "key": "generator:output:compressed_air" - }, - { - "values": [ - "yes", - "2 W", - "3 kW", - "5 MW", - "7 GW" - ], - "text": "steam", - "type": "select", - "key": "generator:output:steam" - }, - { - "values": [ - "yes", - "2 W", - "3 kW", - "5 MW", - "7 GW" - ], - "text": "vacuum", - "type": "select", - "key": "generator:output:vacuum" - }, - { - "values": [ - "yes", - "2 W", - "3 kW", - "5 MW", - "7 GW" - ], - "text": "battery charging", - "type": "select", - "key": "generator:output:battery_charging" - } - ], - "type": [ - "node", - "area" - ], - "name": "Power Generator", - "tags": { - "power": "generator" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Reference", - "type": "text", - "key": "ref" - } - ], - "type": [ - "node", - "area" - ], - "name": "Power Station", - "tags": { - "power": "station" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Line reference", - "type": "text", - "key": "ref" - } - ], - "type": [ - "node", - "area" - ], - "name": "Power Sub Station", - "tags": { - "power": "sub_station" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Reference", - "type": "text", - "key": "ref" - } - ], - "type": [ - "node" - ], - "name": "Cable Distribution Cabinet", - "tags": { - "power": "cable_distribution_cabinet" - } - }, - { - "main": [ - { - "text": "Tower reference", - "type": "text", - "key": "ref" - } - ], - "type": [ - "node" - ], - "name": "Power Tower", - "tags": { - "power": "tower" - } - }, - { - "main": [ - { - "text": "Pole reference", - "type": "text", - "key": "ref" - } - ], - "type": [ - "node" - ], - "name": "Pole", - "tags": { - "power": "pole" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Line reference", - "type": "text", - "key": "ref" - }, - { - "text": "Amount of Cables", - "type": "text", - "key": "cables" - }, - { - "values": [ - "line", - "minor_line" - ], - "text": "Line type", - "type": "select", - "key": "power" - }, - { - "values": [ - "3000", - "10000", - "15000", - "20000", - "25000", - "110000", - "220000", - "380000" - ], - "text": "Voltage", - "type": "select", - "key": "voltage" - }, - { - "values": [ - "single", - "double", - "triple", - "quad" - ], - "text": "Number of wires (better: conductors) per power cable", - "type": "select", - "key": "wires" - } - ], - "type": [ - "line" - ], - "name": "Power Line", - "tags": {} - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "Castle", - "tags": { - "historic": "castle" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Ruins", - "tags": { - "historic": "ruins" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Archaeological Site", - "tags": { - "historic": "archaeological_site" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Battlefield", - "tags": { - "historic": "battlefield" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Palaeontological Site", - "tags": { - "geological": "palaeontological_site" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Monument", - "tags": { - "historic": "monument" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Memorial", - "tags": { - "historic": "memorial" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Wayside Cross", - "tags": { - "historic": "wayside_cross" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Wayside Shrine", - "tags": { - "historic": "wayside_shrine" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area" - ], - "name": "Boundary Stone", - "tags": { - "historic": "boundary_stone" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Supermarket", - "tags": { - "shop": "supermarket" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Convenience Store", - "tags": { - "shop": "convenience" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Kiosk", - "tags": { - "shop": "kiosk" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Baker", - "tags": { - "shop": "bakery" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Butcher", - "tags": { - "shop": "butcher" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Seafood", - "tags": { - "shop": "seafood" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Deli (Fine Food)", - "tags": { - "shop": "deli" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Confectionery", - "tags": { - "shop": "confectionery" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "line", - "area" - ], - "name": "Marketplace", - "tags": { - "amenity": "marketplace" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Greengrocer", - "tags": { - "shop": "greengrocer" - } - }, - { - "main": [ - { - "values": [ - "no", - "yes", - "only" - ], - "text": "Organic/Bio", - "type": "select", - "key": "organic" - } - ], - "type": [ - "node", - "area" - ], - "name": "Organic", - "tags": {} - }, - { - "main": [ - { - "values": [ - "no", - "yes", - "only" - ], - "text": "Fair Trade", - "type": "select", - "key": "fair_trade" - } - ], - "type": [ - "node", - "area" - ], - "name": "Fair Trade", - "tags": {} - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Alcohol", - "tags": { - "shop": "alcohol" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Beverages", - "tags": { - "shop": "beverages" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Clothes", - "tags": { - "shop": "clothes" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Boutique", - "tags": { - "shop": "boutique" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Shoes", - "tags": { - "shop": "shoes" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Outdoor", - "tags": { - "shop": "outdoor" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Sports", - "tags": { - "shop": "sports" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Dry Cleaning", - "tags": { - "shop": "dry_cleaning" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Laundry", - "tags": { - "shop": "laundry" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Tailor", - "tags": { - "shop": "tailor" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Fabric", - "tags": { - "shop": "fabric" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Computer", - "tags": { - "shop": "computer" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Electronics", - "tags": { - "shop": "electronics" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Mobile Phone", - "tags": { - "shop": "mobile_phone" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Vacuum Cleaner", - "tags": { - "shop": "vacuum_cleaner" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Hifi", - "tags": { - "shop": "hifi" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Video", - "tags": { - "shop": "video" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - }, - { - "default": false, - "text": "Automated Teller Machine", - "type": "check", - "key": "atm" - } - ], - "type": [ - "node", - "area" - ], - "name": "Bank", - "tags": { - "amenity": "bank" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Money Exchange", - "tags": { - "amenity": "bureau_de_change" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - } - ], - "type": [ - "node" - ], - "name": "Automated Teller Machine", - "tags": { - "amenity": "atm" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Department Store", - "tags": { - "shop": "department_store" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Mall", - "tags": { - "shop": "mall" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Chemist", - "tags": { - "shop": "chemist" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Hairdresser", - "tags": { - "shop": "hairdresser" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Optician", - "tags": { - "shop": "optician" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Jewelry", - "tags": { - "shop": "jewelry" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Erotic", - "tags": { - "shop": "erotic" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Florist", - "tags": { - "shop": "florist" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Garden Centre", - "tags": { - "shop": "garden_centre" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Do-it-yourself-store", - "tags": { - "shop": "doityourself" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Hardware", - "tags": { - "shop": "hardware" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Paint", - "tags": { - "shop": "paint" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Furniture", - "tags": { - "shop": "furniture" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Kitchen", - "tags": { - "shop": "kitchen" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Curtain", - "tags": { - "shop": "curtain" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Frame", - "tags": { - "shop": "frame" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Stationery", - "tags": { - "shop": "stationery" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Copyshop", - "tags": { - "shop": "copyshop" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Book Store", - "tags": { - "shop": "books" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Travel Agency", - "tags": { - "shop": "travel_agency" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Musical Instrument", - "tags": { - "shop": "musical_instrument" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00;Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Toys", - "tags": { - "shop": "toys" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "24/7", - "Mo-Fr 08:30-20:00", - "Tu-Su 08:00-15:00; Sa 08:00-12:00" - ], - "text": "Opening Hours", - "type": "select", - "key": "opening_hours" - } - ], - "type": [ - "node", - "area" - ], - "name": "Variety Store", - "tags": { - "shop": "variety_store" - } - }, - { - "main": [ - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Reference number", - "type": "text", - "key": "ref" - }, - { - "text": "Note", - "type": "text", - "key": "note" - }, - { - "default": false, - "text": "Coins", - "type": "check", - "key": "payment:coins" - }, - { - "default": false, - "text": "Notes", - "type": "check", - "key": "payment:notes" - }, - { - "default": false, - "text": "Electronic purses and Charge cards", - "type": "check", - "key": "payment:electronic_purses" - }, - { - "default": false, - "text": "Debit cards", - "type": "check", - "key": "payment:debit_cards" - }, - { - "default": false, - "text": "Credit cards", - "type": "check", - "key": "payment:credit_cards" - }, - { - "default": false, - "text": "Account or loyalty cards", - "type": "check", - "key": "payment:account_cards" - } - ], - "type": [ - "node" - ], - "name": "Vending machine", - "tags": { - "amenity": "vending_machine" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "area", - "relation" - ], - "name": "National", - "tags": { - "boundary": "national" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "area", - "relation" - ], - "name": "Administrative", - "tags": { - "boundary": "administrative" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "area", - "relation" - ], - "name": "Civil", - "tags": { - "boundary": "civil" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "area", - "relation" - ], - "name": "Political", - "tags": { - "boundary": "political" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "area", - "relation" - ], - "name": "National park", - "tags": { - "boundary": "national_park" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "Continent", - "tags": { - "place": "continent" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "Country", - "tags": { - "place": "country" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "State", - "tags": { - "place": "state" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "Region", - "tags": { - "place": "region" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "text": "Population", - "type": "text", - "key": "population" - }, - { - "text": "Post code", - "type": "text", - "key": "addr:postcode" - }, - { - "text": "Website", - "type": "url", - "key": "website" - } - ], - "type": [ - "node", - "area" - ], - "name": "County", - "tags": { - "place": "county" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "text": "Population", - "type": "text", - "key": "population" - }, - { - "text": "Post code", - "type": "text", - "key": "addr:postcode" - }, - { - "text": "Website", - "type": "url", - "key": "website" - } - ], - "type": [ - "node", - "area" - ], - "name": "City", - "tags": { - "place": "city" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "text": "Population", - "type": "text", - "key": "population" - }, - { - "text": "Post code", - "type": "text", - "key": "addr:postcode" - }, - { - "text": "Website", - "type": "url", - "key": "website" - } - ], - "type": [ - "node", - "area" - ], - "name": "Town", - "tags": { - "place": "town" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "text": "Population", - "type": "text", - "key": "population" - }, - { - "text": "Post code", - "type": "text", - "key": "addr:postcode" - }, - { - "text": "Website", - "type": "url", - "key": "website" - } - ], - "type": [ - "node", - "area" - ], - "name": "Suburb", - "tags": { - "place": "suburb" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "text": "Population", - "type": "text", - "key": "population" - }, - { - "text": "Post code", - "type": "text", - "key": "addr:postcode" - }, - { - "text": "Website", - "type": "url", - "key": "website" - } - ], - "type": [ - "node", - "area" - ], - "name": "Village", - "tags": { - "place": "village" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "text": "Population", - "type": "text", - "key": "population" - }, - { - "text": "Post code", - "type": "text", - "key": "addr:postcode" - }, - { - "text": "Website", - "type": "url", - "key": "website" - } - ], - "type": [ - "node", - "area" - ], - "name": "Hamlet", - "tags": { - "place": "hamlet" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "text": "Population", - "type": "text", - "key": "population" - }, - { - "text": "Post code", - "type": "text", - "key": "addr:postcode" - }, - { - "text": "Website", - "type": "url", - "key": "website" - } - ], - "type": [ - "node", - "area" - ], - "name": "Isolated Dwelling", - "tags": { - "place": "isolated_dwelling" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "text": "Population", - "type": "text", - "key": "population" - }, - { - "text": "Website", - "type": "url", - "key": "website" - } - ], - "type": [ - "node", - "area" - ], - "name": "Neighbourhood", - "tags": { - "place": "neighbourhood" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "Locality", - "tags": { - "place": "locality" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Elevation", - "type": "text", - "key": "ele" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node" - ], - "name": "Peak", - "tags": { - "natural": "peak" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Elevation", - "type": "text", - "key": "ele" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "Glacier", - "tags": { - "natural": "glacier" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Elevation", - "type": "text", - "key": "ele" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "Volcano", - "tags": { - "natural": "volcano" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "Cave Entrance", - "tags": { - "natural": "cave_entrance" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "Island", - "tags": { - "place": "island" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - } - ], - "type": [ - "node", - "area" - ], - "name": "Islet", - "tags": { - "place": "islet" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Type", - "type": "text", - "key": "type" - }, - { - "text": "Height", - "type": "text", - "key": "height" - }, - { - "text": "Botanical Name", - "type": "text", - "key": "name:botanical" - } - ], - "type": [ - "node" - ], - "name": "Tree", - "tags": { - "natural": "tree" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "coniferous", - "deciduous", - "mixed" - ], - "text": "Type", - "type": "select", - "key": "wood" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Wood", - "tags": { - "natural": "wood" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "coniferous", - "deciduous", - "mixed" - ], - "text": "Type", - "type": "select", - "key": "wood" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Forest", - "tags": { - "landuse": "forest" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Nature Reserve", - "tags": { - "leisure": "nature_reserve" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Scree", - "tags": { - "natural": "scree" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Fell", - "tags": { - "natural": "fell" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Scrub", - "tags": { - "natural": "scrub" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Heath", - "tags": { - "natural": "heath" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "area", - "relation" - ], - "name": "Farmyard", - "tags": { - "landuse": "farmyard" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "area", - "relation" - ], - "name": "Farmland", - "tags": { - "landuse": "farmland" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Meadow", - "tags": { - "landuse": "meadow" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Vineyard", - "tags": { - "landuse": "vineyard" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - } - ], - "type": [ - "area" - ], - "name": "Greenhouse Horticulture", - "tags": { - "landuse": "greenhouse_horticulture" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Allotments", - "tags": { - "landuse": "allotments" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Garden", - "tags": { - "leisure": "garden" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Grass", - "tags": { - "landuse": "grass" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Village Green", - "tags": { - "landuse": "village_green" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Common", - "tags": { - "leisure": "common" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Park", - "tags": { - "leisure": "park" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Recreation Ground", - "tags": { - "landuse": "recreation_ground" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "area", - "relation" - ], - "name": "Residential area", - "tags": { - "landuse": "residential" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "bahai", - "buddhist", - "christian", - "hindu", - "jain", - "jewish", - "muslim", - "sikh", - "spiritualist", - "taoist", - "unitarian", - "zoroastrian" - ], - "text": "Religion", - "type": "select", - "key": "religion" - }, - { - "values": [ - "anglican", - "baptist", - "catholic", - "evangelical", - "jehovahs_witness", - "lutheran", - "methodist", - "mormon", - "orthodox", - "pentecostal", - "presbyterian", - "protestant", - "quaker", - "shia", - "sunni" - ], - "text": "Denomination", - "type": "select", - "key": "denomination" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Graveyard", - "tags": { - "amenity": "grave_yard" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "bahai", - "buddhist", - "christian", - "hindu", - "jain", - "jewish", - "muslim", - "sikh", - "spiritualist", - "taoist", - "unitarian", - "zoroastrian" - ], - "text": "Religion", - "type": "select", - "key": "religion" - }, - { - "values": [ - "anglican", - "baptist", - "catholic", - "evangelical", - "jehovahs_witness", - "lutheran", - "methodist", - "mormon", - "orthodox", - "pentecostal", - "presbyterian", - "protestant", - "quaker", - "shia", - "sunni" - ], - "text": "Denomination", - "type": "select", - "key": "denomination" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Cemetery", - "tags": { - "landuse": "cemetery" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Retail", - "tags": { - "landuse": "retail" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Commercial", - "tags": { - "landuse": "commercial" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Industrial", - "tags": { - "landuse": "industrial" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - } - ], - "type": [ - "area" - ], - "name": "Garages", - "tags": { - "landuse": "garages" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "area", - "relation" - ], - "name": "Railway land", - "tags": { - "landuse": "railway" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Military", - "tags": { - "landuse": "military" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Construction area", - "tags": { - "landuse": "construction" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Brownfield", - "tags": { - "landuse": "brownfield" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Greenfield", - "tags": { - "landuse": "greenfield" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Landfill", - "tags": { - "landuse": "landfill" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "node", - "area", - "relation" - ], - "name": "Quarry", - "tags": { - "landuse": "quarry" - } - }, - { - "main": [ - { - "text": "House number", - "type": "text", - "key": "addr:housenumber" - }, - { - "text": "House name", - "type": "text", - "key": "addr:housename" - }, - { - "text": "Street name", - "type": "text", - "key": "addr:street" - }, - { - "text": "City name", - "type": "text", - "key": "addr:city" - }, - { - "text": "Post code", - "type": "text", - "key": "addr:postcode" - }, - { - "values": [ - "AT", - "CH", - "DE", - "FR", - "GB", - "IT", - "RS", - "US" - ], - "text": "Country code", - "type": "select", - "key": "addr:country" - } - ], - "type": [ - "node", - "line", - "area" - ], - "name": "Addresses", - "tags": {} - }, - { - "main": [ - { - "values": [ - "odd", - "even", - "all", - "alphabetic" - ], - "text": "Numbering scheme", - "type": "select", - "key": "addr:interpolation" - } - ], - "type": [ - "line" - ], - "name": "Address Interpolation", - "tags": {} - }, - { - "main": [ - { - "text": "Phone Number", - "type": "tel", - "key": "phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "fax" - }, - { - "text": "Website", - "type": "url", - "key": "website" - }, - { - "text": "Email Address", - "type": "email", - "key": "email" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "text": "Image", - "type": "text", - "key": "image" - } - ], - "type": [ - "node", - "line", - "area", - "relation" - ], - "name": "Contact (common schema)", - "tags": {} - }, - { - "main": [ - { - "text": "Phone Number", - "type": "tel", - "key": "contact:phone" - }, - { - "text": "Fax Number", - "type": "tel", - "key": "contact:fax" - }, - { - "text": "Website", - "type": "url", - "key": "contact:website" - }, - { - "text": "Email Address", - "type": "email", - "key": "contact:email" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "text": "Image", - "type": "text", - "key": "image" - } - ], - "type": [ - "node", - "line", - "area", - "relation" - ], - "name": "Contact (schema with 'contact:*' prefix)", - "tags": {} - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "relation" - ], - "name": "Multipolygon", - "tags": { - "type": "multipolygon" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "administrative", - "national", - "civil", - "political" - ], - "text": "Boundary type", - "type": "select", - "key": "boundary" - }, - { - "values": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10" - ], - "text": "Administrative level", - "type": "select", - "key": "admin_level" - } - ], - "type": [ - "relation" - ], - "name": "Boundary", - "tags": { - "type": "boundary" - } - }, - { - "main": [ - { - "text": "Site name", - "type": "text", - "key": "name" - } - ], - "type": [ - "relation" - ], - "name": "Site", - "tags": { - "type": "site" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "values": [ - "no_left_turn", - "no_right_turn", - "no_straight_on", - "no_u_turn", - "only_right_turn", - "only_left_turn", - "only_straight_on" - ], - "text": "Restriction", - "type": "select", - "key": "restriction" - } - ], - "type": [ - "relation" - ], - "name": "Turn restriction", - "tags": { - "type": "restriction" - } - }, - { - "main": [ - { - "text": "Max. height (meters, only if enforcement=maxheight)", - "type": "text", - "key": "maxheight" - }, - { - "text": "Max. weight (tonnes, only if enforcement=maxweight)", - "type": "text", - "key": "maxweight" - }, - { - "text": "Max. speed (km/h, only if enforcement=maxspeed)", - "type": "text", - "key": "maxspeed" - }, - { - "values": [ - "maxheight", - "maxweight", - "maxspeed", - "mindistance", - "traffic_signals", - "check " - ], - "text": "Type of enforcement", - "type": "select", - "key": "enforcement" - } - ], - "type": [ - "relation" - ], - "name": "Enforcement", - "tags": { - "type": "enforcement" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Symbol description", - "type": "text", - "key": "symbol" - }, - { - "text": "Description", - "type": "text", - "key": "description" - }, - { - "text": "From (initial stop)", - "type": "text", - "key": "from" - }, - { - "text": "To (terminal stop)", - "type": "text", - "key": "to" - }, - { - "text": "Network", - "type": "text", - "key": "network" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Color (hex)", - "type": "text", - "key": "color" - }, - { - "values": [ - "bicycle", - "bus", - "road", - "ferry", - "ski", - "foot", - "hiking", - "tram", - "detour", - "railway", - "subway" - ], - "text": "Route type", - "type": "select", - "key": "route" - }, - { - "values": [ - "proposed", - "alternate", - "temporary", - "connection" - ], - "text": "Route state", - "type": "select", - "key": "state" - } - ], - "type": [ - "relation" - ], - "name": "Route", - "tags": { - "type": "route" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Network", - "type": "text", - "key": "network" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Color (hex)", - "type": "text", - "key": "color" - }, - { - "values": [ - "train", - "subway", - "monorail", - "tram", - "bus", - "trolleybus", - "aerialway", - "ferry" - ], - "text": "Route type", - "type": "select", - "key": "route" - } - ], - "type": [ - "relation" - ], - "name": "Route master", - "tags": { - "type": "route_master" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Symbol description", - "type": "text", - "key": "symbol" - }, - { - "text": "Description", - "type": "text", - "key": "description" - }, - { - "text": "Network", - "type": "text", - "key": "network" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "text": "Color (hex)", - "type": "text", - "key": "color" - }, - { - "values": [ - "bicycle", - "bus", - "road", - "ferry", - "ski", - "foot", - "hiking", - "tram", - "detour", - "railway", - "subway" - ], - "text": "Route type", - "type": "select", - "key": "route" - }, - { - "values": [ - "proposed", - "alternate", - "temporary", - "connection" - ], - "text": "Route state", - "type": "select", - "key": "state" - } - ], - "type": [ - "relation" - ], - "name": "Directional Route (North America)", - "tags": { - "type": "route" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Network", - "type": "text", - "key": "network" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - } - ], - "type": [ - "relation" - ], - "name": "Route network", - "tags": { - "type": "network" - } - }, - { - "main": [ - { - "text": "Street name", - "type": "text", - "key": "name" - } - ], - "type": [ - "relation" - ], - "name": "Associated street", - "tags": { - "type": "associatedStreet" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - } - ], - "type": [ - "relation" - ], - "name": "Street", - "tags": { - "type": "street" - } - }, - { - "main": [ - { - "text": "Destination written on sign (w/o distance)", - "type": "text", - "key": "destination" - }, - { - "text": "Distance (km)", - "type": "text", - "key": "distance" - }, - { - "text": "Time (hh:mm, for trekking)", - "type": "text", - "key": "time" - }, - { - "text": "Colour of background", - "type": "text", - "key": "colour:back" - }, - { - "text": "Colour of text", - "type": "text", - "key": "colour:text" - }, - { - "text": "Colour of border/arrow", - "type": "text", - "key": "colour:arrow" - } - ], - "type": [ - "relation" - ], - "name": "Destination sign", - "tags": { - "type": "destination_sign" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Name of river/sea/ocean", - "type": "text", - "key": "destination" - }, - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Reference Sandre (FR)", - "type": "text", - "key": "ref:sandre" - }, - { - "text": "Reference FGKZ (DE)", - "type": "text", - "key": "ref:fgkz" - }, - { - "text": "Reference REGINE (NO)", - "type": "text", - "key": "ref:regine" - }, - { - "text": "Reference GNIS (USA)", - "type": "text", - "key": "ref:gnis" - }, - { - "text": "Reference GNBC (CA)", - "type": "text", - "key": "ref:gnbc" - }, - { - "text": "Wikipedia", - "type": "text", - "key": "wikipedia" - }, - { - "values": [ - "river", - "stream", - "canal", - "drain", - "ditch" - ], - "text": "Subtype of waterway (largest one of members)", - "type": "select", - "key": "waterway" - } - ], - "type": [ - "relation" - ], - "name": "Waterway", - "tags": { - "type": "waterway" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Height (meters)", - "type": "text", - "key": "height" - }, - { - "text": "Length (meters)", - "type": "text", - "key": "length" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - } - ], - "type": [ - "relation" - ], - "name": "Bridge", - "tags": { - "type": "bridge" - } - }, - { - "main": [ - { - "text": "Name", - "type": "text", - "key": "name" - }, - { - "text": "Reference", - "type": "text", - "key": "ref" - }, - { - "text": "Length (meters)", - "type": "text", - "key": "length" - }, - { - "text": "Operator", - "type": "text", - "key": "operator" - }, - { - "values": [ - "5", - "4", - "3", - "2", - "1", - "0", - "-1", - "-2", - "-3", - "-4", - "-5" - ], - "text": "Layer", - "type": "select", - "key": "layer" - } - ], - "type": [ - "relation" - ], - "name": "Tunnel", - "tags": { - "type": "tunnel" - } - } -] \ No newline at end of file diff --git a/data/presets/presets_potlatch.json b/data/presets/presets_potlatch.json deleted file mode 100644 index ac674d5cc..000000000 --- a/data/presets/presets_potlatch.json +++ /dev/null @@ -1,1265 +0,0 @@ -[ - { - "type": "freetext", - "description": "The name", - "key": "name", - "name": "Name" - }, - { - "type": "freetext", - "description": "A reference number or code used to identify this thing.", - "key": "ref", - "name": "Reference number" - }, - { - "type": "freetext", - "description": "Brand, i.e. Acme", - "key": "brand", - "name": "Brand" - }, - { - "type": "freetext", - "description": "Operator, i.e. Acme Springfield Ltd", - "key": "operator", - "name": "Operator" - }, - { - "type": "freetext", - "description": "The primary source of information for this object (GPS, survey, Bing, ...)", - "key": "source", - "name": "Source" - }, - { - "type": "freetext", - "description": "The official designation or classification (if any). Only use this if the organisation that runs it has its own classification system.", - "key": "designation", - "name": "Official classification" - }, - { - "type": "freetext", - "description": "The most common name", - "key": "name", - "name": "Name" - }, - { - "type": "freetext", - "description": "The internationally recognised name", - "key": "int_name", - "name": "International Name" - }, - { - "type": "freetext", - "description": "The historic or previous name", - "key": "old_name", - "name": "Historical Name" - }, - { - "type": "freetext", - "description": "An alternative, currently used, name", - "key": "alt_name", - "name": "Alternative Name" - }, - { - "choices": [ - { - "text": "Free", - "value": "free" - }, - { - "text": "Yes", - "value": "yes" - }, - { - "text": "No", - "value": "no" - } - ], - "type": "choice", - "description": "", - "key": "wifi", - "name": "Wifi" - }, - { - "type": "freetext", - "description": "The number of the house, e.g. 156 or 10-12", - "key": "addr:housenumber", - "name": "House Number" - }, - { - "type": "freetext", - "description": "The name of the house, e.g. Riverbank Cottage", - "key": "addr:housename", - "name": "Building Name" - }, - { - "type": "freetext", - "description": "The Street Name (optional)", - "key": "addr:street", - "name": "Street Name" - }, - { - "type": "freetext", - "description": "The postcode", - "key": "addr:postcode", - "name": "Postcode" - }, - { - "type": "freetext", - "description": "The URL of the website", - "key": "website", - "name": "Website" - }, - { - "choices": [ - { - "text": "Burger", - "value": "burger" - }, - { - "text": "Chicken", - "value": "chicken" - }, - { - "text": "Chinese", - "value": "chinese" - }, - { - "text": "Coffee Shop", - "value": "coffee_shop" - }, - { - "text": "Greek", - "value": "greek" - }, - { - "text": "Pizza", - "value": "pizza" - }, - { - "text": "Sandwich", - "value": "sandwich" - }, - { - "text": "Sea Food", - "value": "seafood" - }, - { - "text": "Regional", - "value": "regional" - }, - { - "text": "Italian", - "value": "italian" - }, - { - "text": "German", - "value": "german" - }, - { - "text": "Kebab/souvlaki/gyro", - "value": "kebab" - }, - { - "text": "Indian", - "value": "indian" - }, - { - "text": "Asian", - "value": "asian" - }, - { - "text": "Mexican", - "value": "mexican" - }, - { - "text": "Thai", - "value": "thai" - }, - { - "text": "Japanese", - "value": "japanese" - }, - { - "text": "Ice-cream", - "value": "ice_cream" - }, - { - "text": "Fish & Chips", - "value": "fish_and_chips" - }, - { - "text": "Turkish", - "value": "turkish" - }, - { - "text": "French", - "value": "french" - }, - { - "text": "Sushi", - "value": "sushi" - }, - { - "text": "American", - "value": "american" - }, - { - "text": "Steak House", - "value": "steak_house" - }, - { - "text": "International", - "value": "international" - }, - { - "text": "Spanish", - "value": "spanish" - }, - { - "text": "Vietnamese", - "value": "vietnamese" - }, - { - "text": "Fish", - "value": "fish" - }, - { - "text": "Bavarian", - "value": "bavarian" - }, - { - "text": "Vegetarian", - "value": "vegetarian" - } - ], - "type": "choice", - "description": "The type of food that they serve", - "key": "cuisine", - "name": "Cuisine" - }, - { - "type": "freetext", - "description": "The official reference number", - "key": "ref", - "name": "Reference" - }, - { - "type": "freetext", - "description": "The official international reference number", - "key": "int_ref", - "name": "International Reference" - }, - { - "type": "freetext", - "description": "The historic or previous reference number", - "key": "old_ref", - "name": "Old Reference" - }, - { - "type": "freetext", - "description": "Width of the road", - "key": "width", - "name": "Width" - }, - { - "choices": [ - { - "text": "Unpaved", - "value": "unpaved" - }, - { - "text": "Paved", - "value": "paved" - }, - { - "text": "Asphalt", - "value": "asphalt" - }, - { - "text": "Concrete", - "value": "concrete" - }, - { - "text": "Paving stones", - "value": "paving_stones" - }, - { - "text": "Cobblestone", - "value": "cobblestone" - }, - { - "text": "Sand", - "value": "sand" - }, - { - "text": "Gravel", - "value": "gravel" - }, - { - "text": "Dirt", - "value": "dirt" - }, - { - "text": "Grass", - "value": "grass" - } - ], - "type": "choice", - "description": "Type of road surface", - "key": "surface", - "name": "Surface" - }, - { - "type": "checkbox", - "description": "The way is a large open space, like at a dock, where vehicles can move anywhere within the space, rather than just along the edge.", - "key": "area", - "name": "Open area" - }, - { - "description": "Total number of lanes, counting both directions", - "maximum": 10.0, - "minimum": 1.0, - "key": "lanes", - "type": "number", - "name": "Lanes" - }, - { - "choices": [ - { - "text": "Generic Bridge", - "value": "yes" - }, - { - "text": "Viaduct", - "value": "viaduct" - }, - { - "text": "Suspension bridge", - "value": "suspension" - } - ], - "type": "choice", - "description": "Road goes over a bridge", - "key": "bridge", - "name": "Bridge" - }, - {}, - { - "choices": [ - { - "text": "Tunnel", - "value": "yes" - } - ], - "type": "choice", - "description": "Road goes into a tunnel", - "key": "tunnel", - "name": "Tunnel" - }, - { - "choices": [ - { - "text": "Embankment", - "value": "yes" - } - ], - "type": "choice", - "description": "Road supported on a raised bed of earth and rock.", - "key": "embankment", - "name": "Embankment" - }, - { - "choices": [ - { - "text": "Cutting", - "value": "yes" - } - ], - "type": "choice", - "description": "Road carved out of hill on one or both sides.", - "key": "cutting", - "name": "Cutting" - }, - { - "choices": [ - { - "text": "Yes", - "value": "yes" - }, - { - "text": "Overhead line", - "value": "contact_line" - }, - { - "text": "Third rail", - "value": "rail" - }, - { - "text": "No", - "value": "no" - } - ], - "type": "choice", - "description": "Is the track electrified (whether by 3rd rail, overhead wires, etc)?", - "key": "electrified", - "name": "Electrified" - }, - { - "choices": [ - { - "text": "600V", - "value": "600" - }, - { - "text": "750V", - "value": "750" - }, - { - "text": "1500V", - "value": "1500" - }, - { - "text": "3000V", - "value": "3000" - }, - { - "text": "12kV", - "value": "12000" - }, - { - "text": "15kV", - "value": "15000" - }, - { - "text": "25kV", - "value": "25000" - } - ], - "type": "choice", - "description": "Nominal voltage of electric wires", - "key": "voltage", - "name": "Voltage" - }, - { - "choices": [ - { - "text": "DC", - "value": "0" - }, - { - "text": "16.67 Hz", - "value": "16.67" - }, - { - "text": "16.7 Hz", - "value": "16.7" - }, - { - "text": "25 Hz", - "value": "25" - }, - { - "text": "50 Hz", - "value": "50" - }, - { - "text": "60 Hz", - "value": "60" - } - ], - "type": "choice", - "description": "Frequency in Hertz of alternating current power supply", - "key": "frequency", - "name": "Frequency" - }, - { - "type": "freetext", - "description": "The charge/cost of using this amenity", - "key": "fee", - "name": "Fee" - }, - { - "choices": [ - { - "text": "One way", - "value": "yes" - }, - { - "text": "Two way", - "value": "no" - }, - { - "text": "One way reverse", - "value": "-1" - } - ], - "type": "choice", - "description": "Oneway roads", - "key": "oneway", - "name": "Oneway" - }, - {}, - { - "choices": [ - { - "text": "Yes", - "value": "roundabout" - } - ], - "type": "choice", - "description": "Whether this road is a roundabout. Make the way face the direction appropriate for the country.", - "key": "junction", - "name": "Roundabout" - }, - {}, - { - "choices": [ - { - "text": "Yes", - "value": "traffic_signals" - } - ], - "type": "choice", - "description": "Intersection controlled by traffic lights", - "key": "highway", - "name": "Traffic signals" - }, - { - "choices": [ - { - "text": "Allowed", - "value": "yes" - }, - { - "text": "Prohibited", - "value": "no" - }, - { - "text": "Designated", - "value": "designated" - } - ], - "type": "choice", - "description": "Can pedestrians use this road, including footpaths if any?", - "key": "foot", - "name": "Pedestrians permitted" - }, - { - "choices": [ - { - "text": "Both", - "value": "both" - }, - { - "text": "Left", - "value": "left" - }, - { - "text": "Right", - "value": "right" - }, - { - "text": "Separate", - "value": "separate" - }, - { - "text": "None", - "value": "none" - } - ], - "type": "choice", - "description": "Whether there is a sidewalk at the side of the street", - "key": "sidewalk", - "name": "Sidewalks" - }, - {}, - {}, - {}, - { - "type": "freetext", - "description": "12 character internal Naptan ID", - "key": "naptan:AtcoCode", - "name": "Atco Code" - }, - { - "choices": [ - { - "text": "N", - "value": "N" - }, - { - "text": "NE", - "value": "NE" - }, - { - "text": "E", - "value": "E" - }, - { - "text": "SE", - "value": "SE" - }, - { - "text": "S", - "value": "S" - }, - { - "text": "SW", - "value": "SW" - }, - { - "text": "W", - "value": "W" - }, - { - "text": "NW", - "value": "NW" - } - ], - "type": "choice", - "description": "The eight-point compass bearning", - "key": "naptan:Bearing", - "name": "Naptan Bearing" - }, - { - "type": "freetext", - "description": "The naptan common name", - "key": "naptan:CommonName", - "name": "Naptan Common Name (read-only)" - }, - { - "type": "freetext", - "description": "", - "key": "naptan:Indicator", - "name": "Naptan Indicator (read-only)" - }, - { - "type": "freetext", - "description": "", - "key": "naptan:Street", - "name": "Naptan Street (read-only)" - }, - { - "type": "freetext", - "description": "Delete this when the details have been verified on-the-ground", - "key": "naptan:verified", - "name": "Naptan Verified?" - }, - { - "type": "freetext", - "description": "The name of the bus stop", - "key": "name", - "name": "Stop Name" - }, - { - "type": "freetext", - "description": "The local reference of the stop, usually one or two letters above the main flag, used at bus interchanges, e.g. L, BX", - "key": "local_ref", - "name": "Local Ref" - }, - {}, - {}, - {}, - {}, - {}, - {}, - {}, - { - "choices": [ - { - "text": "Allowed", - "value": "yes" - }, - { - "text": "Prohibited", - "value": "no" - }, - { - "text": "Private", - "value": "private" - }, - { - "text": "Cyclists dismount", - "value": "dismount" - }, - { - "text": "Designated", - "value": "designated" - } - ], - "type": "choice", - "description": "Are bicyles allowed to use this road (regardless of physical suitability)?", - "key": "bicycle", - "name": "Bicycles permitted" - }, - { - "choices": [ - { - "text": "No bike lanes", - "value": "no" - }, - { - "text": "On-road bike lane", - "value": "lane" - }, - { - "text": "Parallel track", - "value": "track" - }, - { - "text": "Contraflow lane", - "value": "opposite_lane" - }, - { - "text": "Contraflow track", - "value": "opposite_track" - }, - { - "text": "Contraflow unmarked", - "value": "opposite" - } - ], - "type": "choice", - "description": "Road has bike lanes within the road surface", - "key": "cycleway", - "name": "Bike lanes" - }, - { - "type": "freetext", - "description": "The width in metres", - "key": "width", - "name": "Width" - }, - { - "choices": [ - { - "text": "Allowed", - "value": "yes" - }, - { - "text": "Prohibited", - "value": "no" - }, - { - "text": "Permissive", - "value": "permissive" - }, - { - "text": "Private", - "value": "private" - }, - { - "text": "Designated", - "value": "designated" - } - ], - "type": "choice", - "description": "Are boats allowed to use this waterway?", - "key": "boat", - "name": "Boat permission" - }, - { - "choices": [ - { - "text": "Allowed", - "value": "yes" - }, - { - "text": "Prohibited", - "value": "no" - }, - { - "text": "Permissive", - "value": "permissive" - }, - { - "text": "Private", - "value": "private" - }, - { - "text": "Designated", - "value": "designated" - } - ], - "type": "choice", - "description": "Is there a general right of access, regardless of mode of transport?", - "key": "access", - "name": "General access" - }, - { - "choices": [ - { - "text": "Allowed", - "value": "yes" - }, - { - "text": "Prohibited", - "value": "no" - }, - { - "text": "Permissive", - "value": "permissive" - }, - { - "text": "Private", - "value": "private" - }, - { - "text": "Designated", - "value": "designated" - } - ], - "type": "choice", - "description": "Are cars and other private vehicles allowed?", - "key": "motor_vehicle", - "name": "Motor vehicles" - }, - { - "choices": [ - { - "text": "Allowed", - "value": "yes" - }, - { - "text": "Prohibited", - "value": "no" - }, - { - "text": "Permissive", - "value": "permissive" - }, - { - "text": "Private", - "value": "private" - }, - { - "text": "Designated", - "value": "designated" - } - ], - "type": "choice", - "description": "Are horses allowed?", - "key": "horse", - "name": "Horses" - }, - { - "choices": [ - { - "text": "Locality", - "value": "locality" - }, - { - "text": "Hamlet", - "value": "hamlet" - }, - { - "text": "Village", - "value": "village" - }, - { - "text": "Suburb", - "value": "suburb" - }, - { - "text": "Town", - "value": "town" - }, - { - "text": "City", - "value": "city" - }, - { - "text": "County", - "value": "county" - }, - { - "text": "Region", - "value": "region" - }, - { - "text": "State", - "value": "state" - }, - { - "text": "Country", - "value": "country" - }, - { - "text": "Continent", - "value": "continent" - }, - { - "text": "Island", - "value": "island" - }, - { - "text": "Islet", - "value": "islet" - } - ], - "type": "choice", - "description": "", - "key": "place", - "name": "Type of Place" - }, - { - "choices": [ - { - "text": "Generic building", - "value": "yes" - }, - { - "text": "Generic residential", - "value": "residential" - }, - { - "text": "Big apartments house", - "value": "apartments" - }, - { - "text": "Terraced house", - "value": "terrace" - }, - { - "text": "Family house", - "value": "house" - }, - { - "text": "Small hut", - "value": "hut" - }, - { - "text": "A garage", - "value": "garage" - }, - { - "text": "Block of garages", - "value": "garages" - }, - { - "text": "Office building", - "value": "office" - }, - { - "text": "Public building", - "value": "public" - }, - { - "text": "Generic industrial", - "value": "industrial" - }, - { - "text": "Manufacture", - "value": "manufacture" - }, - { - "text": "Warehouse", - "value": "warehouse" - }, - { - "text": "Hangar", - "value": "hangar" - }, - { - "text": "Fluids storage tank", - "value": "storage_tank" - }, - { - "text": "Retail", - "value": "retail" - }, - { - "text": "Supermarket", - "value": "supermarket" - }, - { - "text": "Train station", - "value": "train_station" - }, - { - "text": "Church", - "value": "church" - }, - { - "text": "School", - "value": "school" - }, - { - "text": "Military bunker", - "value": "bunker" - }, - { - "text": "Collapsed building", - "value": "collapsed" - }, - { - "text": "Just a roof", - "value": "roof" - } - ], - "type": "choice", - "description": "", - "key": "building", - "name": "Building type, if it is one" - }, - { - "choices": [ - { - "text": "2", - "value": "2" - }, - { - "text": "3", - "value": "3" - }, - { - "text": "4", - "value": "4" - }, - { - "text": "6", - "value": "6" - }, - { - "text": "8", - "value": "8" - }, - { - "text": "10", - "value": "10" - }, - { - "text": "12", - "value": "12" - } - ], - "type": "choice", - "description": "", - "key": "cables", - "name": "Cables" - }, - { - "choices": [ - { - "text": "400 V", - "value": "400" - }, - { - "text": "600 V", - "value": "600" - }, - { - "text": "750 V", - "value": "750" - }, - { - "text": "1500 V", - "value": "1500" - }, - { - "text": "3000 V", - "value": "3000" - }, - { - "text": "15 kV", - "value": "15000" - }, - { - "text": "20 kV", - "value": "20000" - }, - { - "text": "35 kV", - "value": "35000" - }, - { - "text": "110 kV", - "value": "110000" - }, - { - "text": "132 kV", - "value": "132000" - }, - { - "text": "138 kV", - "value": "138000" - }, - { - "text": "220 kV", - "value": "220000" - }, - { - "text": "380 kV", - "value": "380000" - }, - { - "text": "500 kV", - "value": "500000" - } - ], - "type": "choice", - "description": "", - "key": "voltage", - "name": "Voltage" - }, - { - "choices": [ - { - "text": "9 pin bowling", - "value": "9pin" - }, - { - "text": "10 pin bowling", - "value": "10pin" - }, - { - "text": "American football", - "value": "american_football" - }, - { - "text": "Archery", - "value": "archery" - }, - { - "text": "Athletics", - "value": "athletics" - }, - { - "text": "Australian Rules Football", - "value": "australian_football" - }, - { - "text": "Baseball", - "value": "baseball" - }, - { - "text": "Basketball", - "value": "basketball" - }, - { - "text": "Beach volleyball", - "value": "beachvolleyball" - }, - { - "text": "Boules/petanque/bocci", - "value": "boules" - }, - { - "text": "Lawn bowls", - "value": "bowls" - }, - { - "text": "Canadian football", - "value": "canadian_football" - }, - { - "text": "Chess", - "value": "chess" - }, - { - "text": "Cricket", - "value": "cricket" - }, - { - "text": "Cricket nets", - "value": "cricket_nets" - }, - { - "text": "Croquet", - "value": "croquet" - }, - { - "text": "Equestrian", - "value": "equestrian" - }, - { - "text": "Gaelic football", - "value": "gaelic_football" - }, - { - "text": "Gymnastics", - "value": "gymnastics" - }, - { - "text": "(Team) handball", - "value": "team_handball" - }, - { - "text": "(Field) hockey", - "value": "hockey" - }, - { - "text": "Korball", - "value": "korfball" - }, - { - "text": "Pelota", - "value": "pelota" - }, - { - "text": "Rugby league", - "value": "rugby_league" - }, - { - "text": "Rugby union", - "value": "rugby_union" - }, - { - "text": "Shooting", - "value": "shooting" - }, - { - "text": "Ice skating", - "value": "skating" - }, - { - "text": "Skateboarding", - "value": "skateboard" - }, - { - "text": "Soccer/football", - "value": "soccer" - }, - { - "text": "Swimming", - "value": "swimming" - }, - { - "text": "Table tennis", - "value": "table_tennis" - }, - { - "text": "Tennis", - "value": "tennis" - }, - { - "text": "Volleyball", - "value": "volleyball" - } - ], - "type": "choice", - "description": "The sport that is predominantly played here.", - "key": "sport", - "name": "Sport" - }, - { - "choices": [ - { - "text": "Yes: ramps/elevators/etc", - "value": "yes" - }, - { - "text": "No: inaccessible to wheelchairs", - "value": "no" - }, - { - "text": "Limited accessibility", - "value": "limited" - } - ], - "type": "choice", - "description": "", - "key": "wheelchair", - "name": "Wheelchair" - } -] \ No newline at end of file diff --git a/data/presets/way.json b/data/presets/way.json deleted file mode 100644 index 819ea3979..000000000 --- a/data/presets/way.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "Roads": [ - { - "name": "Motorway", - "description": "a large highway, linking states or provinces", - "tags": { - "highway": "motorway" - }, - "implied": { - "oneway": "yes", - "bicycle": "no", - "foot": "no", - "horse": "no" - }, - "icon": "ways/highway__motorway.png", - "editors": [ - "road" - ] - }, - { - "name": "Trunk road", - "description": "a highway, linking states or provinces", - "tags": { - "highway": "secondary" - }, - "icon": "ways/highway__secondary.png", - "editors": [ - "road", - "cycling", - "bus" - ] - }, - { - "name": "Primary road", - "description": "a highway linking large towns", - "tags": { - "highway": "primary" - }, - "icon": "ways/highway__primary.png", - "editors": [ - "road", - "cycling", - "bus" - ] - }, - { - "name": "Secondary road", - "description": "Multi-lane roads that lead to residential roads. Usually they have stop lights and feed in to larger streets.", - "tags": { - "highway": "secondary" - }, - "icon": "ways/highway__secondary.png", - "editors": [ - "road", - "cycling", - "bus" - ] - }, - { - "name": "Tertiary road", - "description": "Roads that connect to residential roads. Typically feature stop lights and connect to larger streets.", - "tags": { - "highway": "tertiary" - }, - "icon": "ways/highway__tertiary.png", - "editors": [ - "road", - "cycling", - "bus" - ] - }, - { - "name": "Residential", - "description": "a typically paved road that connects other roads to housing, and usually to driveways", - "tags": { - "highway": "residential" - }, - "icon": "ways/highway__unclassified.png", - "editors": [ - "road", - "cycling", - "bus" - ] - }, - { - "name": "Minor road", - "description": "Minor connecting roads", - "tags": { - "highway": "unclassified" - }, - "icon": "ways/highway__unclassified.png", - "editors": [ - "road", - "cycling", - "bus" - ] - } - ], - "Railways": [ - { - "name": "Railway", - "tags": { - "railway": "rail" - }, - "icon": "ways/railway__rail.png", - "editors": [ - "rail" - ] - }, - { - "name": "Disused tracks", - "tags": { - "railway": "disused" - }, - "icon": "ways/railway__disused.png", - "editors": [ - "rail" - ] - }, - { - "name": "Abandoned trackbed", - "tags": { - "railway": "abandoned" - }, - "icon": "ways/railway__abandoned.png", - "editors": [ - "rail" - ] - } - ] -} diff --git a/data/presets/ways/highway__bridleway.png b/data/presets/ways/highway__bridleway.png deleted file mode 100644 index 8b53a9d28bd445054c194f37756df6973ab5097f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5283 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 diff --git a/data/presets/ways/highway__cycleway.png b/data/presets/ways/highway__cycleway.png deleted file mode 100644 index a24fc628824a5233a1f85a6e40db524f8f1e9655..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2807 zcmVQrx_i2(=gQ3FAb|iO5hMo*$R)4}6xV_Wh3l@XrNz3s{;`y0x#fwnmh0A1 zwQdzv*19SRi(G;tpae-)7QzwOtRW_lkc%87lVm27Il8Cse)}eY;R=iY>8qZpKEC(; ze*Jsj_r0&-GoRNHKczvFCZtIsBfsd!W^!$WTWX<=Bshuy0Q}fwk^>>cQYguZPjdRP z=?o8q2$m!u3keSXlsI9XXh1OJPlyu)2#yDTnFM?zoB#n3fo?Y;EQ-ByyDTx93LP9f zC3_4_QTV={8F%8adfy6vRB5=Q@tp>sKoH7_ge1k2oKj@)1ty%jGkh`>7t1d+1hq)s zI4a!@>icM~jdk-J08kDx?TrDK2jmuViWbDyL(zD7~YZQjAP7 z%&<-)>xZtHB+rxc`lMh`iK|L@Y_<)Hd#T^BWMq(WinZ+Q#LC0%Sl~0qI;WIQHb6H* zMqCY>>R^5zZ?l77Tqg)KCS33bo-&%m*@@Y!j$aV>}`2buFPGQ57Rb0l}?V zW7!A`-#=Z;%(%--5VC{KsrsrNQXnBqyp5@=4$i)Rn%#l0j3tGxx)!~=SMKOh7(iV& zH(?VJH{zg_Y?v12gX2k-L|ih_EqVgOuv$8T6Z7qy&oR(NR90!B0aJiBngl_ATwoai zWYwOkb#P8a)fGi%Aw0Od;ejXeqvGlRKbOa;J{m2&c9;*0$K=Qm8s>B@*erxXqUaNZ zY!Ba78yj29l+9uxNg9x9u2$?ktxB?;99MOu6B(4DX(WN9giKRpxK;_w%eFYDqy$oP zXWpCCNGHjLs;I|p$8$9)Nx(31c-B(2xY_KDz84o6BjAaZTLv?OB>|L=BB0DZ?-!AUsZP|E}-WZ7AuDbj|d! zPPf(Gp&q>uk0vad)9q<$e?UAF2~#u`W} zRn2k;oM{;l;_#y&g!{L(7L_d;3i%UC{~di^&k6H^H`S!fbXZnw>*~=v&zfQrH5fC7 z7Yh~S(GHMIV7D+yj>Goz(F|`Ic48VR+4QiitY|Dl%8HKTRN(O?cVvIl;s@uq^n7tg zpEnJdo(-}mkcx&vQ8P1*q9MLy34$GYY$1ZYp`3!To@skOZbc@M=FQ9+lPN1kS67!9 zk1kuWa^d3TIDzu=3ij;Uvi;L76$jcL`gQ)@Q;H&T{q;UmLsqYWrgSn*1f@8NMo?!^ zYv@pMG{nM?KqLam9|p+skxS>&DKAbgPm{QlM*?oQd-0MLiqm3u&R_Z9n(D@lg;VDAL=Glft0C*yZrPtl z^33R<9Bws-E?c>CHG39G(Ws{phPz2gGZC&hG})beF`}iz@_Q*elgm)9SSlYHP4sf7373GHx9eDr4PxpMbbKl;bk3F&W--jkZ6Qj34BZ{q$q<7gbiFmqy5QEC_kOD+klfF$I_mP{bxK*JH9!4*6efNpL<}* zTwEzOZ~Odc<>6HiJ%VfH#ik25(g*r`y}tBdU*NTu)|r}GTsi|nYX6SL!m>pfp0eJ- z(`gQ2Q2=xBv%&8SCA6UKS z(N8|uWF+9JqnG9_x+@&NsA%DNb8LloGnm$`pp(Zl$(lKC5>;3Vr_W^0oK#yHO;$if zCCvNKqziv@O~sJ34RYEON>jI`u8@4+_> zfy?$F-|>nzmf|Q1Wcbr?r=@C|+sWyML6OM~E}qcrJc~Vu3Eky%x?KWA;V0y+mPfwm zy7&G98($Xa>9j2UR=6AXV04==O~0!IKRQ{_W#002ov JPDHLkV1kQSa037U diff --git a/data/presets/ways/highway__footway.png b/data/presets/ways/highway__footway.png deleted file mode 100644 index a5d6adb41578fc3c6cada1a260464259aa2cf6a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2730 zcmV;b3RU%qP)5m&{8K2{w!{d8>ti86^*}Ki=Xp$xs>G=VvNKmyv1yYNkQYEVPF92~!NFbmpNd16H z0SO^cNk0_IA(GNSNH%Gb&C<;_yV+z9uf5(~ukRUq#&gfhV{hWku`T`9zOt=%W}f5s zKKB@X^Q{@;)3g}MMhr#tj_m!Uk!-Kp;xytZ!bKA#Nq*8`+6!aM(YTFCXk+@M;dB

&8P}%=*a8h?oISD zG_5o-PY%tV#rq%jYQ!8tTD(Ah81ctIMbcy$sjZfxG~1ZEVBi7(ckgsI^`?CM>TKB% zhx+MgfV{HFgm{i4To8>)ov2qEbCdeOeF4SHS`HyLn#bqo?jQ~buAB02le~SiV<%N@ zA(~ZbmhISS%YS&Aq`hzRZ7Sum*3`9HD#3$sSBjRSVvA~0rWN+5E>4tn&CX}kfxS_e zKx#&_sn=}1Ix-~iZnE4o3BoR`Ws~GVBBH6V*L71qafe38JDO2ZQ*MbOeQP}3FjMCj zK7XEBWIc-CPgONm-NY@$5g2?R?x9RuQ}MY=)vK3lHYQvw^TzABC!gyti-ka#O?#r{ zY-QOXgCX1#ApSD7Ah^kvf_H^{kB_Ixn^xIU*9|6EfCsTImG{s)#&}CLXBI1US(im? zlyE)$w8Ik)+&@3f-ai(qSCmw0G&@E3y&jOq^PHv|iby3=ep%btzsEnbXy!N6?7GI1 z^ewzC-qX5W5AK=`U;!S8CsmQ5Wa7K*Nm`b(m@N;ExLsjyX_YuRVN^=C2k{I=mLpA5 z=BNInOq|LCv4b5%(Kg2QW91jVy*pRT_`~)`@CuOXJHZ0q0Up$BsA3&=Fl`5$gKCt1L^AZ_@VvjS6==x#?Drja4f%+$3J@g=fyy&>^q%Iso-vVy{WRxFLXc^A4$LN<;b0^?HU99_?F%?9CS z5j>AYa4c;B&E~=`N5^gJIFb8~obu)nVt3J=F|!Eo;@ufF!e^Iyx%R=xg#-u@|w z)Q=;xi^(u;R9eS0?Q}7XB)PK})a-mZK3`D-;$ps~|ye@ngJK5ZohUyMOn~x1M=%_wxHmS5NN$%Dfd5;6ZoPq*xRk z+{dr3o4H9_zD8FY?L)v>M~4_M*-l{6*yZzhm6~Qn)HZ!AZt3dSa2kTi>v4bY`#*r2 z&pi9}sq<&#G7}jXwyDinl=x_wcPtc5kck0GGjK(+V?8v3;F2QpX z_ntnnJil08%C7(LC&Wr-`O>Ay+*-l3Oa?Jqr36C$+Tu!nqwvTRy^nrj+z~F{Dzm#( zeOqbQPPUB^G<+UL;Jom zGd;e0+%~k9run_zU@+Lum8R4e?~O;p0nS^_+uoGNw41l0v7NU1Y-tCjas{L1tnwoOaf@Z! z=JE0Zq3Z<0kiC5*bOb&?MnaHPRG7QxufP3Z=>u8U4coC>s`}rlODEnvkscf_Rw|`( ztx^+Zxzk@sYIUtp7aJb8i&;UHrst*a94RWBm~iTK=k%LuWQY>jot3&^)U2;L>7#}_ zPSFfrpGUPkr5H9gD9lj#Vq5-V)`^5@4?mn+X!W?GV?zXl%Sx@RA{cEyU08}8T+N~Ib` zZKShKSaXtxh{IpBHJP+@$O1=~iH*xx=%K>`T3^9q$vsnNb5g18R7Gh;!#$4URBE+Q zz_(pn2*Ts>b{y2+^Bmh~Dm_8JDv|H}Y4xkm?&u1I+S@xua55 zBG7^ToXgK;vgYhnV`7|E0!|&P60<620 z-m{Bs*UbK5dd~rL=m>l9oW3}3a~`~RKl|__9E|Be=Vo_B+=1n}Wr1^d>Y+~2RJWpb z7rwcV#p5h@qdY=&Xti2ij|X7ouFH*vG=A^l4e2;MN)XieeRnE-=wWVi)!FVXi3I(n zuL#6lE8yCD=G~>qvw04207BC>$me3Y1|yd!Nejykj01+{K>gGW9k3POJhrrw3kCfQ zqM`MI2Vpq2Yzw%4|BK7t{n=w4Zcx@Uw48;x> z)^m-LmS$K6fU>Y8HDJ63H`PU{T5q&tkffSQE0bIEc?A}shOEN71J80iOUo@|dQRPa kDCF_SDpelp!j5|X2VNK;dK@x}1^@s607*qoM6N<$f|Q?C)&Kwi diff --git a/data/presets/ways/highway__light_rail.png b/data/presets/ways/highway__light_rail.png deleted file mode 100644 index e57acb08aee6703e315c80c82b37103bc1b7f3bd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4643 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 Z{{ZX0>^2%;jI;m%002ovPDHLkV1g?L#ytQ4 diff --git a/data/presets/ways/highway__living_street.png b/data/presets/ways/highway__living_street.png deleted file mode 100644 index da5cf22df23477b1369554c18ce5fe1964c84948..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2532 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 KMNUMnLSTZEB_rVg diff --git a/data/presets/ways/highway__pedestrian.png b/data/presets/ways/highway__pedestrian.png deleted file mode 100644 index b8bab85b60247514404f36d0a47d828256ec86da..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3337 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 diff --git a/data/presets/ways/highway__secondary.png b/data/presets/ways/highway__secondary.png deleted file mode 100644 index 77a08485b9f5b33bdf570ed236d80f8c2a2f3fd3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2687 zcmV-_3V`*AP)H2MNy<4`SxWx6lIE9Ea!q4%)7jE z&w2OWxigRM{pv5EC>Q{^HdYFJqz9WPl?Elj@~X$>&2QG@N`syL+Igf+OK#iWum!(T z@FO+cs^4&LX?$!LH8utruCSTNIucyd;mz-{oi&+{-H+3jEn9X0LRj`f*5gNBw(+we zRuRG$mMj}ms0so^^h@&|RaH}Sj%bTiX=Y>Dv_aYIiGndEd}zazbz>{1ZE*r6rD#l4 z^Q|TjF~l^*E*Ay`x&vY%{xEBrwk%8j8iW{evzeo0w!7!`SYS-}&^C}Qkl!&X+hs-? z$x?CF_SqO{_G&>(9T4hP=0f?rh!C=Ed;X!jrY*mt*>{Q)z=RL28M3MtAc7=t>;J&V z%mGL*nq$+G6k-_8QdK?Vids%;Y zmen+ktV%xgH44q+wxnm*{=HbnksMbc5g_sctTJ*WwoUS@a zpD}?$G2@2ja=A>FX1aTh1)EGo5&gW=l51zC5+$F4Ac&$^Tq}d+`B3}e+0b6j>pIjN z=~k`yW+#+KXe!`kS($QD(aIJ{ zd|qZ$Yls(|7O$lBQJ21F^uIYpQA(@G1h3Tu2}l3UrPE<%E7d|x5=*5;_|U9V;rLCQbgX$?;RmU^v+l8Ke>F$>q-+>+53tFxzTEAx7#GZ^{Uid1Y*8y!{0`rz!ar`l!# z7@eK2_qBTXTv{Gs5ic!dl2cZ_Rwb`g-Fu+QvQmDN$;rveV(tIZP!Hep1g%}1NGpC4 zH51z9eoo$p@S*dflFQ;XPV2>HW6UZ-JeC6n8}jTMoQ|=cNtc(Uu`1;ph?nDY`6m8Q zU+}iO#qd5#UVndosYR7F%7c9c=aj<8 zJ34Xb;M7aJ$EBA+*VaOE2+*0d%<&AWbO(WD;6~OxIt^FyI$p;4lr`m>;T*u$V8q3K zzvs-YD+yiKE0cBh?Acp4KKbhJ6o_Pip5`dey#naW=dx?h|~ zzL8vB%;t1Wwdi1tS>KGh>i@*j0fb;c_!Ys5L|P%9d8*^0l)aLCI7_L^4h97T9BqIH z_aFYIH)*X&C8vuQFJ6A@Z)#RD3|CqC+^Mwd{$8<=5)%lifMZb53%U+H*VWb8+}IS3 zoFG_!s#!M&JDYwR30y7c(|y+0v?Q9x8r~3%zTA=&u5kl<-Cb3bW8Lvkez^l~rr+JCjoqb};r!KYJzAu*iGH z*fVl=NFyLOlU12&i$3LcZ@s}K1oPX8NrAHsKAzU+ABW`)a1Z>CIhE>(l=(uARTTxnt(?C79~L`bH#LB2-yx5W#TqKM0~#}6VgQ8O zz{(sbWO5gNaQ@xC*9ikL1%&W8S&vx&c_0m)@`vx;UD@bKm4t|p`x6;ctE{4`+bDt0 zKbfjF_~_BXIKkStD;5RlkuSmF7r>n>pr`$(bK&>@{?^-dPl2U{qN70J(BRj@(F4Ut zMgG#bvv0?&mE`4@UnXOc#Azo^OAF@Hp(8gxyw!YiD^_};c#&Mk+7B|bfDVLEe8hGH zz?GZthuT3l1(;cIp!W0^y*E!*KIZFB zRL4is+ptbmVomk}+OM;zWh0%i@(Tbv0dRteTOieNgG`9UN(|U0IM7*N=-UfybxYPN z$z8vGog6Q!fzG`+m&@h4ySpihB7JpWV8G||wYRs&#c*7YXn2S2?czXR@@dc9EW*p4|<=+TI);N*?GwEat!1j^z!&+9pI!QF8Z% zRpH_pPky`?&ZW_tG3w2j&PS+l*mvYWXJSSIn4)OviI7helFEtE?3oM4_jiuQz3CFx zU#AR$6{v>cIuwi`5*m7Go&aKog4^a# zmGtVXulDuzeFsjU@5c1`7cR8!Ysf2!N`1Mj6*(=$?d>bw(ax#K)W83AyYxx9yO5*| t4-d<0@phcN{ykxUlmTY9WAMS=Y;?O002ovPDHLkV1k|zR?`3g diff --git a/data/presets/ways/highway__service.png b/data/presets/ways/highway__service.png deleted file mode 100644 index 87209623b666200bd6244c38b146f66c01be6b8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4123 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 Rev|+J002ovPDHLkV1h_qfKvbf diff --git a/data/presets/ways/highway__track.png b/data/presets/ways/highway__track.png deleted file mode 100644 index bde6cf4f2733a57b80a7dad07395420287febc0f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2986 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 diff --git a/data/presets/ways/highway__trunk.png b/data/presets/ways/highway__trunk.png deleted file mode 100644 index 720fb879a902181340fbd9d2da88848d6ca6c989..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3070 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 M07*qoM6N<$f<30xCIA2c diff --git a/data/presets/ways/highway__unclassified.png b/data/presets/ways/highway__unclassified.png deleted file mode 100644 index 428550b45c5de9b09c0397e4d14e36d07951d243..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2292 zcmV&?C@Cq}6{OT@?S{&i*!5-Oc(d_d&t=bL zhHqxhIlEr(rZ93&#^=m@^L@YX_g%*9-NoNy;&F~J76=g`1csS$%Kug9~`cF@ZPmFCd7D{!;YlJWJ1+Cn{%8pQ1Fuxlah;pdCWbP)Kc~YRX}bFh_y~ z?%?{en3;KwrA%cKRuTvo4#7+=i)41rdkSCubdLqx;m8(&i?AOA0@Q+U0q4=d-2=pN z5lAplQXmf_iPFK|V5{XF?6HZ{4U7`-9?7E#2nmD}9oTtzUxPWfnCIIqw+^bv!=x&q z_dsHwZ5jgr$m8}#IGFW;y)2<1Fr#jWh*xn02%z)_&o|Emy^E@}c!j_uUd%MdC;C_wnk z&47?(l@Ml-#Bo6$oX)tR5h7p zHBHM)Wg(>kd=v<6 zi^9HBt*#-JGi+9CSk+qMxE*~{6!w87JU|1}88OfwQ&Q88~>#gNh%O=E#bYjE9Bd%*H{6Pf|Ao=LtqgO7!SP@&Y zx>E&AoY^~gebfn}QWgw|X_?Sn=yrfc(I?_X@dnL_!AxOiExTWoMa}oMvp^3&kx00% zuY3es7$kAny>RF0mo5$4&QpP0-7g%&hDXA~qg^{-qZ6%(Qwba<4&F}lvIhz+(`6Tf zUpSdN@wMOndd>6fjv$a+934I3d0yum7#}R`e*1^7R7b92D(e-7jtbf#RU>eB%?T6) z$aMpDutz8jyD$kULLCz(yAh?X)D_X8?DV6`$(8#{NEnc)B11trGB7Z3+!sL*ym!+) z^Oc#3xh;_aK0#ANl5$sMKZ?_#kZdazF^fD&+Ryfg5((sDa0hk^qu;o7ZB6P(Jmms{OaYeSM7&LB;;43@-viYL6thnanVG7Vq*n=YSzG!^CALK zwNe%bctI8NX=65*n7a4=eU&m@MH&ew^e6yxE|&vT;yx@2F$4)>ZCRX~f8KP8${SiN zLq|t+G=aX7SxpS3Q&;HdiKQJfi`MS6p*!mkdg<3$pZ1_ z-u=sU@StvL6|_3@_(?TVsg!A&vC;AI&6>0H9?H#*Rn2`BEL=f_d-ADK6Mgxl*7@Ld zC}o_p!r1(W|J|!UUf~nas7j*RQG(uiRZN`|G969s5-`tLL)d>tMz(4_ia4-v>ve|62+0;h2 z$u7f_KYm;<7l+QCD>PesQh3zJ#jcAciciOh)``3lOY?&lHvaQuck588LVH~Sjvz~$)w{os~CRAfi5^5T^>0oau)ug(|*h+ zsg|cSr?V%oJUOU8_;?o#QWw(hMpRKs$_3-JirR4<%5lXx@Ai%LAHQ~~zVipD2igge z*)o6PNHc|#3VRy<+JTeo$~n$uriZdK*Ka<6>ye6l((@tiUBsPG7YiZi zkh&&xU5ro|gNC~J15{|?&ch$Qc4h17A2Ctolmo6*1)hqGK(1$zK}RSe(-NmCV`?xx zcl+i;%XHveUD`12?hiqV_F8-U(QZQji2-~E+ZXR{{@^Fy%_Ju*w+ICkV2YDd+$qQ! z%oq<-v%0szQY5dG!TG{`?NGe)=Zy#$f;#S4ad^TclgYpvU4}Kiy7IMvi~xZ|F!T;L zuC2|#dTD+8s%*336XlSUFFg`0%q2v*RJv0}AjlX@Pv!txaG6 diff --git a/data/presets/ways/railway__abandoned.png b/data/presets/ways/railway__abandoned.png deleted file mode 100644 index 8ee3062647e071ecaaf79c05f90d12285f3cc263..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4680 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 KMNUMnLSTYl8tr%h diff --git a/data/presets/ways/railway__construction.png b/data/presets/ways/railway__construction.png deleted file mode 100644 index 34df1edb5a9741754d7a2849e8ac37f132645794..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4833 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�Ma z-5qo2hRwxdu^0#h(&_X(+4NBUcB`ezjf!f~bv+yo4*@!{=(=7}EvnpTw^|-LFz0Tj z(`mooUn~}3bFq{mPx+!ckK@_zuH3tKkD@4sVXC&O42#W#-08q{DhYug#xpT+u zc8@L;MUkSY((2~`R7HWK{h>hqaBiA@@Zdop5a2j&b&cu3m*;RCq2Zs*`3*TvQB;@R zWGipBSeyhY)Hnoy1YBOP7sD_#PB0Afdc6{GApnFL=Ojq8#X`37U8YkMWytXc8yMa6 z9mh*Yol(fCuZde9g$@o5+U@q%))u8Qii13?H1>`v?G|7)T-WtnE@!n`N7uI7ZC%${ z4QCpFKdP8L4aG!SRAy^yD-;S@t=3Q|wEEO_=_jSJocZqnes1PD(uL)&00000NkvXX Hu0mjfqGcz3 diff --git a/data/presets/ways/railway__disused.png b/data/presets/ways/railway__disused.png deleted file mode 100644 index b0ea32f4dada0e6f8867d22c683d4e8d216a5a34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4450 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 diff --git a/data/presets/ways/railway__monorail.png b/data/presets/ways/railway__monorail.png deleted file mode 100644 index 2c22dc91ad8bd66c3060ca23582f3a1dcb109293..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3598 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 N002ovPDHLkV1j0SWnTaQ diff --git a/data/presets/ways/railway__spur.png b/data/presets/ways/railway__spur.png deleted file mode 100644 index 75b941975f81bad2a2ea446e0424727f3f992217..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5541 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 JPDHLkV1hCZ=)C{{ diff --git a/data/presets/ways/waterway__stream.png b/data/presets/ways/waterway__stream.png deleted file mode 100644 index bd246ba59e789993ecd0dc2f7c93f0c31c5e075c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5653 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 v7ApG9|2NSg@_zz0r00000NkvXXu0mjfPR+f_