summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <philippe colliot>2015-12-07 15:09:31 +0100
committer <philippe colliot>2015-12-07 15:09:31 +0100
commit0a00affdc77ed4fb1865a421b87bc6a61d8b983f (patch)
tree55ae33f2ec02c9f8de3710e49d2549f4f6137d99
parentec98b346ff5570c52fdd609c154271e4df93e24a (diff)
downloadpoi-service-0a00affdc77ed4fb1865a421b87bc6a61d8b983f.tar.gz
add cmake files to generate the common api stuff
-rw-r--r--api/franca/CMakeLists.txt35
-rw-r--r--api/franca/README13
-rw-r--r--api/franca/hmi/CMakeLists.txt27
-rw-r--r--api/franca/hmi/speechservice/CMakeLists.txt64
-rw-r--r--api/franca/navigation/CMakeLists.txt30
-rw-r--r--api/franca/navigation/freetextsearchservice/CMakeLists.txt64
-rw-r--r--api/franca/navigation/mapviewer/CMakeLists.txt64
-rw-r--r--api/franca/navigation/navigationcore/CMakeLists.txt64
-rw-r--r--api/franca/navigation/poiservice/CMakeLists.txt10
-rwxr-xr-xapi/generate_all.sh20
-rwxr-xr-xtest/poi-service/prepare24
-rwxr-xr-xtest/poi-service/script/switzerland/bicycle.xml3981
-rwxr-xr-xtest/poi-service/script/switzerland/fuel-station.xml12648
-rwxr-xr-xtest/poi-service/script/switzerland/museum-and-hotel.xml15520
-rw-r--r--test/poi-service/script/switzerland/poi-client.conf39
-rwxr-xr-xtest/poi-service/script/switzerland/station.xml12665
16 files changed, 45205 insertions, 63 deletions
diff --git a/api/franca/CMakeLists.txt b/api/franca/CMakeLists.txt
index 6efc9ef..95c72fc 100644
--- a/api/franca/CMakeLists.txt
+++ b/api/franca/CMakeLists.txt
@@ -29,44 +29,19 @@ option(COMMONAPI_TOOL_DIR
option(COMMONAPI_DBUS_TOOL_DIR
"Absolute path to CommonAPI-DBus tool" "")
-execute_process(COMMAND uname -i OUTPUT_VARIABLE OS_VERSION)
-if("${OS_VERSION}" MATCHES "i686")
- set(OS_VERSION "x86")
-endif()
-message(STATUS "OS_VERSION = ${OS_VERSION}")
-
-set(COMMONAPI_FIDL_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
-set(COMMONAPI_FIDL_DIR_NAVIGATION "${COMMONAPI_FIDL_DIR}/navigation")
-set(COMMONAPI_FIDL_DIR_HMI "${COMMONAPI_FIDL_DIR}/hmi")
-set(COMMONAPI_GEN_DIR "${CMAKE_CURRENT_BINARY_DIR}/src-gen")
-
-find_package(PkgConfig REQUIRED)
-
-include(FindPkgConfig)
-
-# generate code from fidl files of navigation
-file(GLOB FIDL_FILES
-${COMMONAPI_FIDL_DIR}/*.fidl
-${COMMONAPI_FIDL_DIR_NAVIGATION}/*.fidl
-${COMMONAPI_FIDL_DIR_NAVIGATION}/freetextsearchservice/*.fidl
-${COMMONAPI_FIDL_DIR_NAVIGATION}/mapviewer/*.fidl
-${COMMONAPI_FIDL_DIR_NAVIGATION}/navigationcore/*.fidl
-${COMMONAPI_FIDL_DIR_NAVIGATION}/poiservice/*.fidl
-${COMMONAPI_FIDL_DIR_HMI}/*.fidl
-${COMMONAPI_FIDL_DIR_HMI}/speechservice/*.fidl
-)
+set(COMMONAPI_GEN_DIR ${CMAKE_CURRENT_BINARY_DIR})
if (COMMONAPI_TOOL_DIR)
- execute_process(WORKING_DIRECTORY ${COMMONAPI_FIDL_DIR}
- COMMAND ${COMMONAPI_TOOL_DIR}/org.genivi.commonapi.core.cli.product/target/products/org.genivi.commonapi.core.cli.product/linux/gtk/${OS_VERSION}/commonapi-generator-linux-${OS_VERSION} -sk -d ${COMMONAPI_GEN_DIR} ${FIDL_FILES})
+ message(STATUS "COMMONAPI_TOOL_DIR ${COMMONAPI_TOOL_DIR}")
else ()
message (FATAL_ERROR "Set the variable -DCOMMONAPI_TOOL_DIR=<path>")
endif ()
if (COMMONAPI_DBUS_TOOL_DIR)
- execute_process(WORKING_DIRECTORY ${COMMONAPI_FIDL_DIR}
- COMMAND ${COMMONAPI_DBUS_TOOL_DIR}/org.genivi.commonapi.dbus.cli.product/target/products/org.genivi.commonapi.dbus.cli.product/linux/gtk/${OS_VERSION}/commonapi-dbus-generator-linux-${OS_VERSION} -d ${COMMONAPI_GEN_DIR} ${FIDL_FILES})
+ message(STATUS "COMMONAPI_DBUS_TOOL_DIR ${COMMONAPI_DBUS_TOOL_DIR}")
else ()
message (FATAL_ERROR "Set the variable -DCOMMONAPI_DBUS_TOOL_DIR=<path>")
endif ()
+add_subdirectory(hmi)
+add_subdirectory(navigation)
diff --git a/api/franca/README b/api/franca/README
index 33bff67..c09d1e4 100644
--- a/api/franca/README
+++ b/api/franca/README
@@ -7,3 +7,16 @@ Please note that the franca interfaces defined in the fidl files contained in t
The conversion of the navigation D-Bus interfaces into franca-IDL interfaces has not been completed yet.
The official GENIVI navigation interfaces are those defined in the D-Bus XML files.
+
+---------------------------------------------------------------------------------------------------------------------------------
+HOW TO GENERATE THE COMMON API FILES
+---------------------------------------------------------------------------------------------------------------------------------
+First you need to have generated the common api tools and the common api dbus tools.
+For example, to generate the whole set of stubs:
+
+mkdir build
+cd build
+cmake -DCOMMONAPI_TOOL_DIR=<tools path> -DCOMMONAPI_DBUS_TOOL_DIR=<dbus tools path> ../
+
+To generate part of the stubs, for example the stubs for poi service:
+cmake -DCOMMONAPI_TOOL_DIR=<tools path> -DCOMMONAPI_DBUS_TOOL_DIR=<dbus tools path> ../
diff --git a/api/franca/hmi/CMakeLists.txt b/api/franca/hmi/CMakeLists.txt
new file mode 100644
index 0000000..5da841e
--- /dev/null
+++ b/api/franca/hmi/CMakeLists.txt
@@ -0,0 +1,27 @@
+###########################################################################
+# @licence app begin@
+# SPDX-License-Identifier: MPL-2.0
+#
+# Component Name: franca hmi generation
+#
+# Author: Philippe Colliot
+#
+# Copyright (C) 2015, PCA Peugeot Citroen
+#
+# Note:
+# The current file is an adaptation of the example file
+# http://git.projects.genivi.org/?p=ipc/common-api-tools.git;a=blob;f=CommonAPI-Examples/E01HelloWorld/CMakeLists.txt
+#
+# License:
+# This Source Code Form is subject to the terms of the
+# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
+# this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# @licence end@
+###########################################################################
+
+cmake_minimum_required (VERSION 2.8.1)
+
+project(franca-hmi)
+
+add_subdirectory(speechservice)
diff --git a/api/franca/hmi/speechservice/CMakeLists.txt b/api/franca/hmi/speechservice/CMakeLists.txt
new file mode 100644
index 0000000..94ec064
--- /dev/null
+++ b/api/franca/hmi/speechservice/CMakeLists.txt
@@ -0,0 +1,64 @@
+###########################################################################
+# @licence app begin@
+# SPDX-License-Identifier: MPL-2.0
+#
+# Component Name: franca speech output generation
+#
+# Author: Philippe Colliot
+#
+# Copyright (C) 2015, PCA Peugeot Citroen
+#
+# Note:
+# The current file is an adaptation of the example file
+# http://git.projects.genivi.org/?p=ipc/common-api-tools.git;a=blob;f=CommonAPI-Examples/E01HelloWorld/CMakeLists.txt
+#
+# License:
+# This Source Code Form is subject to the terms of the
+# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
+# this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# @licence end@
+###########################################################################
+
+cmake_minimum_required (VERSION 2.8.1)
+
+project(franca-speechoutput)
+
+option(COMMONAPI_TOOL_DIR
+ "Absolute path to CommonAPI tool" "")
+option(COMMONAPI_DBUS_TOOL_DIR
+ "Absolute path to CommonAPI-DBus tool" "")
+
+execute_process(COMMAND uname -i OUTPUT_VARIABLE OS_VERSION)
+if("${OS_VERSION}" MATCHES "i686")
+ set(OS_VERSION "x86")
+endif()
+message(STATUS "OS_VERSION = ${OS_VERSION}")
+
+set(COMMONAPI_FIDL_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
+
+find_package(PkgConfig REQUIRED)
+
+include(FindPkgConfig)
+
+# generate code from fidl
+if(NOT COMMONAPI_GEN_DIR)
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_GEN_DIR=<path>")
+endif()
+
+file(GLOB FIDL_FILES "${COMMONAPI_FIDL_DIR}/*.fidl")
+
+if (COMMONAPI_TOOL_DIR)
+ execute_process(WORKING_DIRECTORY ${COMMONAPI_FIDL_DIR}
+ COMMAND ${COMMONAPI_TOOL_DIR}/org.genivi.commonapi.core.cli.product/target/products/org.genivi.commonapi.core.cli.product/linux/gtk/${OS_VERSION}/commonapi-generator-linux-${OS_VERSION} -sk -d ${COMMONAPI_GEN_DIR} ${FIDL_FILES})
+else ()
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_TOOL_DIR=<path>")
+endif ()
+
+if (COMMONAPI_DBUS_TOOL_DIR)
+ execute_process(WORKING_DIRECTORY ${COMMONAPI_FIDL_DIR}
+ COMMAND ${COMMONAPI_DBUS_TOOL_DIR}/org.genivi.commonapi.dbus.cli.product/target/products/org.genivi.commonapi.dbus.cli.product/linux/gtk/${OS_VERSION}/commonapi-dbus-generator-linux-${OS_VERSION} -d ${COMMONAPI_GEN_DIR} ${FIDL_FILES})
+else ()
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_DBUS_TOOL_DIR=<path>")
+endif ()
+
diff --git a/api/franca/navigation/CMakeLists.txt b/api/franca/navigation/CMakeLists.txt
new file mode 100644
index 0000000..44b854e
--- /dev/null
+++ b/api/franca/navigation/CMakeLists.txt
@@ -0,0 +1,30 @@
+###########################################################################
+# @licence app begin@
+# SPDX-License-Identifier: MPL-2.0
+#
+# Component Name: franca navigation generation
+#
+# Author: Philippe Colliot
+#
+# Copyright (C) 2015, PCA Peugeot Citroen
+#
+# Note:
+# The current file is an adaptation of the example file
+# http://git.projects.genivi.org/?p=ipc/common-api-tools.git;a=blob;f=CommonAPI-Examples/E01HelloWorld/CMakeLists.txt
+#
+# License:
+# This Source Code Form is subject to the terms of the
+# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
+# this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# @licence end@
+###########################################################################
+
+cmake_minimum_required (VERSION 2.8.1)
+
+project(franca-navigation)
+
+add_subdirectory(freetextsearchservice)
+add_subdirectory(mapviewer)
+add_subdirectory(navigationcore)
+add_subdirectory(poiservice)
diff --git a/api/franca/navigation/freetextsearchservice/CMakeLists.txt b/api/franca/navigation/freetextsearchservice/CMakeLists.txt
new file mode 100644
index 0000000..06c73c7
--- /dev/null
+++ b/api/franca/navigation/freetextsearchservice/CMakeLists.txt
@@ -0,0 +1,64 @@
+###########################################################################
+# @licence app begin@
+# SPDX-License-Identifier: MPL-2.0
+#
+# Component Name: franca free text search generation
+#
+# Author: Philippe Colliot
+#
+# Copyright (C) 2015, PCA Peugeot Citroen
+#
+# Note:
+# The current file is an adaptation of the example file
+# http://git.projects.genivi.org/?p=ipc/common-api-tools.git;a=blob;f=CommonAPI-Examples/E01HelloWorld/CMakeLists.txt
+#
+# License:
+# This Source Code Form is subject to the terms of the
+# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
+# this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# @licence end@
+###########################################################################
+
+cmake_minimum_required (VERSION 2.8.1)
+
+project(franca-freetextsearch)
+
+option(COMMONAPI_TOOL_DIR
+ "Absolute path to CommonAPI tool" "")
+option(COMMONAPI_DBUS_TOOL_DIR
+ "Absolute path to CommonAPI-DBus tool" "")
+
+execute_process(COMMAND uname -i OUTPUT_VARIABLE OS_VERSION)
+if("${OS_VERSION}" MATCHES "i686")
+ set(OS_VERSION "x86")
+endif()
+message(STATUS "OS_VERSION = ${OS_VERSION}")
+
+set(COMMONAPI_FIDL_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
+
+find_package(PkgConfig REQUIRED)
+
+include(FindPkgConfig)
+
+# generate code from fidl
+if(NOT COMMONAPI_GEN_DIR)
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_GEN_DIR=<path>")
+endif()
+
+file(GLOB FIDL_FILES "${COMMONAPI_FIDL_DIR}/*.fidl")
+
+if(COMMONAPI_TOOL_DIR)
+ execute_process(WORKING_DIRECTORY ${COMMONAPI_FIDL_DIR}
+ COMMAND ${COMMONAPI_TOOL_DIR}/org.genivi.commonapi.core.cli.product/target/products/org.genivi.commonapi.core.cli.product/linux/gtk/${OS_VERSION}/commonapi-generator-linux-${OS_VERSION} -sk -d ${COMMONAPI_GEN_DIR} ${FIDL_FILES})
+else()
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_TOOL_DIR=<path>")
+endif()
+
+if(COMMONAPI_DBUS_TOOL_DIR)
+ execute_process(WORKING_DIRECTORY ${COMMONAPI_FIDL_DIR}
+ COMMAND ${COMMONAPI_DBUS_TOOL_DIR}/org.genivi.commonapi.dbus.cli.product/target/products/org.genivi.commonapi.dbus.cli.product/linux/gtk/${OS_VERSION}/commonapi-dbus-generator-linux-${OS_VERSION} -d ${COMMONAPI_GEN_DIR} ${FIDL_FILES})
+else()
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_DBUS_TOOL_DIR=<path>")
+endif()
+
diff --git a/api/franca/navigation/mapviewer/CMakeLists.txt b/api/franca/navigation/mapviewer/CMakeLists.txt
new file mode 100644
index 0000000..c8e9247
--- /dev/null
+++ b/api/franca/navigation/mapviewer/CMakeLists.txt
@@ -0,0 +1,64 @@
+###########################################################################
+# @licence app begin@
+# SPDX-License-Identifier: MPL-2.0
+#
+# Component Name: franca map viewer generation
+#
+# Author: Philippe Colliot
+#
+# Copyright (C) 2015, PCA Peugeot Citroen
+#
+# Note:
+# The current file is an adaptation of the example file
+# http://git.projects.genivi.org/?p=ipc/common-api-tools.git;a=blob;f=CommonAPI-Examples/E01HelloWorld/CMakeLists.txt
+#
+# License:
+# This Source Code Form is subject to the terms of the
+# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
+# this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# @licence end@
+###########################################################################
+
+cmake_minimum_required (VERSION 2.8.1)
+
+project(franca-mapviewer)
+
+option(COMMONAPI_TOOL_DIR
+ "Absolute path to CommonAPI tool" "")
+option(COMMONAPI_DBUS_TOOL_DIR
+ "Absolute path to CommonAPI-DBus tool" "")
+
+execute_process(COMMAND uname -i OUTPUT_VARIABLE OS_VERSION)
+if("${OS_VERSION}" MATCHES "i686")
+ set(OS_VERSION "x86")
+endif()
+message(STATUS "OS_VERSION = ${OS_VERSION}")
+
+set(COMMONAPI_FIDL_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
+
+find_package(PkgConfig REQUIRED)
+
+include(FindPkgConfig)
+
+# generate code from fidl
+if(NOT COMMONAPI_GEN_DIR)
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_GEN_DIR=<path>")
+endif()
+
+file(GLOB FIDL_FILES "${COMMONAPI_FIDL_DIR}/*.fidl")
+
+if (COMMONAPI_TOOL_DIR)
+ execute_process(WORKING_DIRECTORY ${COMMONAPI_FIDL_DIR}
+ COMMAND ${COMMONAPI_TOOL_DIR}/org.genivi.commonapi.core.cli.product/target/products/org.genivi.commonapi.core.cli.product/linux/gtk/${OS_VERSION}/commonapi-generator-linux-${OS_VERSION} -sk -d ${COMMONAPI_GEN_DIR} ${FIDL_FILES})
+else ()
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_TOOL_DIR=<path>")
+endif ()
+
+if (COMMONAPI_DBUS_TOOL_DIR)
+ execute_process(WORKING_DIRECTORY ${COMMONAPI_FIDL_DIR}
+ COMMAND ${COMMONAPI_DBUS_TOOL_DIR}/org.genivi.commonapi.dbus.cli.product/target/products/org.genivi.commonapi.dbus.cli.product/linux/gtk/${OS_VERSION}/commonapi-dbus-generator-linux-${OS_VERSION} -d ${COMMONAPI_GEN_DIR} ${FIDL_FILES})
+else ()
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_DBUS_TOOL_DIR=<path>")
+endif ()
+
diff --git a/api/franca/navigation/navigationcore/CMakeLists.txt b/api/franca/navigation/navigationcore/CMakeLists.txt
new file mode 100644
index 0000000..5e0fc22
--- /dev/null
+++ b/api/franca/navigation/navigationcore/CMakeLists.txt
@@ -0,0 +1,64 @@
+###########################################################################
+# @licence app begin@
+# SPDX-License-Identifier: MPL-2.0
+#
+# Component Name: franca navigation core generation
+#
+# Author: Philippe Colliot
+#
+# Copyright (C) 2015, PCA Peugeot Citroen
+#
+# Note:
+# The current file is an adaptation of the example file
+# http://git.projects.genivi.org/?p=ipc/common-api-tools.git;a=blob;f=CommonAPI-Examples/E01HelloWorld/CMakeLists.txt
+#
+# License:
+# This Source Code Form is subject to the terms of the
+# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
+# this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# @licence end@
+###########################################################################
+
+cmake_minimum_required (VERSION 2.8.1)
+
+project(franca-navigationcore)
+
+option(COMMONAPI_TOOL_DIR
+ "Absolute path to CommonAPI tool" "")
+option(COMMONAPI_DBUS_TOOL_DIR
+ "Absolute path to CommonAPI-DBus tool" "")
+
+execute_process(COMMAND uname -i OUTPUT_VARIABLE OS_VERSION)
+if("${OS_VERSION}" MATCHES "i686")
+ set(OS_VERSION "x86")
+endif()
+message(STATUS "OS_VERSION = ${OS_VERSION}")
+
+set(COMMONAPI_FIDL_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
+
+find_package(PkgConfig REQUIRED)
+
+include(FindPkgConfig)
+
+# generate code from fidl
+if(NOT COMMONAPI_GEN_DIR)
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_GEN_DIR=<path>")
+endif()
+
+file(GLOB FIDL_FILES "${COMMONAPI_FIDL_DIR}/*.fidl")
+
+if (COMMONAPI_TOOL_DIR)
+ execute_process(WORKING_DIRECTORY ${COMMONAPI_FIDL_DIR}
+ COMMAND ${COMMONAPI_TOOL_DIR}/org.genivi.commonapi.core.cli.product/target/products/org.genivi.commonapi.core.cli.product/linux/gtk/${OS_VERSION}/commonapi-generator-linux-${OS_VERSION} -sk -d ${COMMONAPI_GEN_DIR} ${FIDL_FILES})
+else ()
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_TOOL_DIR=<path>")
+endif ()
+
+if (COMMONAPI_DBUS_TOOL_DIR)
+ execute_process(WORKING_DIRECTORY ${COMMONAPI_FIDL_DIR}
+ COMMAND ${COMMONAPI_DBUS_TOOL_DIR}/org.genivi.commonapi.dbus.cli.product/target/products/org.genivi.commonapi.dbus.cli.product/linux/gtk/${OS_VERSION}/commonapi-dbus-generator-linux-${OS_VERSION} -d ${COMMONAPI_GEN_DIR} ${FIDL_FILES})
+else ()
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_DBUS_TOOL_DIR=<path>")
+endif ()
+
diff --git a/api/franca/navigation/poiservice/CMakeLists.txt b/api/franca/navigation/poiservice/CMakeLists.txt
index f057935..758c224 100644
--- a/api/franca/navigation/poiservice/CMakeLists.txt
+++ b/api/franca/navigation/poiservice/CMakeLists.txt
@@ -2,11 +2,11 @@
# @licence app begin@
# SPDX-License-Identifier: MPL-2.0
#
-# Component Name: poi-manager-server
+# Component Name: franca navigation poi service generation
#
-# Author: Marco Residori
+# Author: Philippe Colliot
#
-# Copyright (C) 2015, XS Embedded GmbH
+# Copyright (C) 2015, PCA Peugeot Citroen
#
# Note:
# The current file is an adaptation of the example file
@@ -42,6 +42,10 @@ find_package(PkgConfig REQUIRED)
include(FindPkgConfig)
# generate code from fidl
+if(NOT COMMONAPI_GEN_DIR)
+ message (FATAL_ERROR "Set the variable -DCOMMONAPI_GEN_DIR=<path>")
+endif()
+
file(GLOB FIDL_FILES "${COMMONAPI_FIDL_DIR}/*.fidl")
if (COMMONAPI_TOOL_DIR)
diff --git a/api/generate_all.sh b/api/generate_all.sh
deleted file mode 100755
index c1258c2..0000000
--- a/api/generate_all.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-if [ ! $COMMON_API_ROOT_DIR ]
-then
- echo 'Set the root dir of the common api tools'
- echo 'export COMMON_API_ROOT_DIR=<path>'
- echo 'COMMON_API_ROOT_DIR/common-api-dbus-tools'
- echo 'COMMON_API_ROOT_DIR/common-api-tools'
- exit 1
-fi
-
-echo 'delete the build folder'
-rm -rf build
-
-mkdir build
-cd build
-
-echo 'generate all the templates for CommonAPI'
-cmake -DCOMMONAPI_DBUS_TOOL_GENERATOR=$COMMON_API_ROOT_DIR/common-api-dbus-tools/org.genivi.commonapi.dbus.cli.product/target/products/org.genivi.commonapi.dbus.cli.product/linux/gtk/x86/commonapi-dbus-generator-linux-x86 -DCOMMONAPI_TOOL_GENERATOR=$COMMON_API_ROOT_DIR/common-api-tools/org.genivi.commonapi.core.cli.product/target/products/org.genivi.commonapi.core.cli.product/linux/gtk/x86/commonapi-generator-linux-x86 ../franca/
-
diff --git a/test/poi-service/prepare b/test/poi-service/prepare
index b7ffadd..ed1e3d7 100755
--- a/test/poi-service/prepare
+++ b/test/poi-service/prepare
@@ -36,8 +36,8 @@ CHK_DIR_EXISTS='test -d'
MKDIR='mkdir -p'
echo '------------------------localize the project and prepare the database------------------------'
-#by default city set to paris
-city="paris"
+#by default area set to paris
+area="paris"
language='en'
while getopts c:h opt
@@ -45,35 +45,39 @@ do
case $opt in
c)
case "$OPTARG" in
+ switzerland)
+ area="switzerland"
+ language='en'
+ ;;
paris)
- city="paris"
+ area="paris"
language='en'
;;
tokyo)
- city="tokyo"
+ area="tokyo"
language='jp'
;;
san-diego)
- city="san-diego"
+ area="san-diego"
language='en'
;;
*)
- echo "Unsupported city $OPTARG" >&2
+ echo "Unsupported area $OPTARG" >&2
exit 1
;;
esac
;;
h)
echo "Usage:"
- echo "$0 [-c city]"
- echo "-c: Set city area (supported values: paris,tokyo,san-diego). Default is paris"
+ echo "$0 [-c area]"
+ echo "-c: Set area (supported values: paris,tokyo,san-diego). Default is paris"
echo "-h: Help"
exit 1
esac
done
echo 'generate the databases'
-$SCRIPT_DIR/make-database $city
+$SCRIPT_DIR/make-database $area
echo 'set the config file'
if [ ! -d $CONFIG_DIR ]
@@ -81,7 +85,7 @@ then
echo create config directory
mkdir -p $CONFIG_DIR
fi
-CONFIG_FILE=$SCRIPT_DIR/$city/poi-client.conf
+CONFIG_FILE=$SCRIPT_DIR/$area/poi-client.conf
cp $CONFIG_FILE $CONFIG_DIR/poi-client.conf
echo 'set the language for the content access module'
diff --git a/test/poi-service/script/switzerland/bicycle.xml b/test/poi-service/script/switzerland/bicycle.xml
new file mode 100755
index 0000000..bb9ab4f
--- /dev/null
+++ b/test/poi-service/script/switzerland/bicycle.xml
@@ -0,0 +1,3981 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<osm version="0.6" generator="Overpass API">
+<note>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.</note>
+<meta osm_base="2015-12-04T10:19:02Z" areas="2015-12-03T14:13:01Z"/>
+
+ <node id="248003886" lat="47.1917156" lon="7.7037763" version="3" timestamp="2013-04-24T15:50:30Z" changeset="15844580" uid="290680" user="wheelmap_visitor">
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Velo Rapp"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="248973260" lat="47.1968893" lon="9.3083410" version="3" timestamp="2013-10-28T12:55:46Z" changeset="18583960" uid="1788315" user="gigsch">
+ <tag k="addr:city" v="Unterwasser"/>
+ <tag k="addr:housename" v="Dorf"/>
+ <tag k="addr:postcode" v="9657"/>
+ <tag k="name" v="Velo-Metzg"/>
+ <tag k="phone" v="+41 71 999 94 90"/>
+ <tag k="service:bicycle:rental" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velometzg.ch/"/>
+ </node>
+ <node id="251332265" lat="47.5151498" lon="9.0325053" version="3" timestamp="2010-09-19T15:46:00Z" changeset="5820767" uid="65148" user="tixuwuoz">
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Flo's Bike und Rollershop"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.flos-bike-shop.ch/"/>
+ </node>
+ <node id="260945076" lat="46.5626149" lon="7.3784593" version="3" timestamp="2013-06-18T21:10:33Z" changeset="16609365" uid="34507" user="wartburgritter">
+ <tag k="name" v="Sputnik-Bike-Shop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="269549738" lat="47.3513770" lon="8.7181259" version="3" timestamp="2014-09-26T22:44:58Z" changeset="25696477" uid="69380" user="Mathias Wittwer">
+ <tag k="addr:city" v="Uster"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="8610"/>
+ <tag k="addr:street" v="Industriestrasse"/>
+ <tag k="name" v="Flatera Radsport"/>
+ <tag k="opening_hours" v="Tu,Th,Fr 09:00-12:00, 14:00-18:00; We 09:00-12:00; Sa 09:00-13:30"/>
+ <tag k="phone" v="+41 44 941 63 32"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.rvu.ch/flatera-radsport/index.html"/>
+ </node>
+ <node id="269549758" lat="47.3477197" lon="8.7236782" version="2" timestamp="2009-03-29T13:28:14Z" changeset="868129" uid="44327" user="Oli Sennhauser">
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Waller"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="277300720" lat="47.1748148" lon="8.8990895" version="4" timestamp="2013-02-10T12:25:27Z" changeset="14979982" uid="605646" user="old_toby">
+ <tag k="name" v="Velo Wildhaber"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="277368852" lat="47.2543771" lon="8.6159662" version="3" timestamp="2009-11-20T10:30:21Z" changeset="3167237" uid="35946" user="Horgner">
+ <tag k="name" v="Thrill"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="277394983" lat="47.0738287" lon="8.2849881" version="7" timestamp="2013-07-17T21:17:49Z" changeset="16992580" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Emmenbrücke"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="6020"/>
+ <tag k="addr:street" v="Oberhofstrasse"/>
+ <tag k="name" v="Veloplus Emmenbrücke"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.veloplus.ch/"/>
+ </node>
+ <node id="278732553" lat="47.3479335" lon="8.1618300" version="9" timestamp="2015-11-04T18:51:12Z" changeset="35085817" uid="465052" user="hecktor">
+ <tag k="name" v="Fischer Bike"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="279802736" lat="46.9571176" lon="7.4446244" version="11" timestamp="2014-12-26T02:37:51Z" changeset="27700941" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="21"/>
+ <tag k="addr:postcode" v="3013"/>
+ <tag k="addr:street" v="Lorrainestrasse"/>
+ <tag k="addr:suburb" v="Lorraine"/>
+ <tag k="contact:email" v="info@velokurierladen.ch"/>
+ <tag k="contact:fax" v="+41 31 3330521"/>
+ <tag k="contact:phone" v="+41 31 3330520"/>
+ <tag k="name" v="Velokurierladen"/>
+ <tag k="opening_hours" v="Mo off; Tu-Fr 10:00-12:30, 14:00-18:30; Sa 10:00-16:00; Su off"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.velokurierladen.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="281041507" lat="47.2034876" lon="8.6875663" version="3" timestamp="2012-03-04T19:02:49Z" changeset="10872541" uid="595514" user="dan34">
+ <tag k="name" v="Reichmuth Velos Motos"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="281284781" lat="46.2830875" lon="7.0724299" version="1" timestamp="2008-07-26T21:12:29Z" changeset="600207" uid="19799" user="daveemtb">
+ <tag k="amenity" v="bicycle_rental"/>
+ <tag k="name" v="The Bike Shop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="283103692" lat="47.3936416" lon="8.5264684" version="6" timestamp="2015-09-07T05:26:28Z" changeset="33847094" uid="3012156" user="eagleeye_zh">
+ <tag k="name" v="Velotech"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velotech.ch/"/>
+ </node>
+ <node id="286906436" lat="47.5440703" lon="7.5891518" version="5" timestamp="2015-03-26T18:29:15Z" changeset="29760225" uid="351422" user="stibe">
+ <tag k="name" v="vitelli"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="287021102" lat="47.1748697" lon="8.4254889" version="4" timestamp="2013-07-14T16:39:53Z" changeset="16951479" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Hünenberg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="6331"/>
+ <tag k="addr:street" v="Dorfgässli"/>
+ <tag k="name" v="Bikegarage"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikegarage.ch"/>
+ </node>
+ <node id="287464844" lat="47.5501172" lon="7.5766356" version="6" timestamp="2015-02-08T15:53:22Z" changeset="28705146" uid="351422" user="stibe">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="28"/>
+ <tag k="addr:postcode" v="4054"/>
+ <tag k="addr:street" v="Therwilerstrasse"/>
+ <tag k="name" v="Speichä 36"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="290889770" lat="47.4249826" lon="9.3834240" version="3" timestamp="2011-08-08T19:31:17Z" changeset="8960849" uid="441118" user="Geosign">
+ <tag k="name" v="Velo-Pfiffner"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="293114363" lat="47.5581199" lon="8.5043116" version="1" timestamp="2008-09-02T10:53:32Z" changeset="497032" uid="61077" user="ykuendig">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="298175718" lat="47.4723488" lon="8.3065728" version="6" timestamp="2015-03-11T22:20:39Z" changeset="29415882" uid="257555" user="rene78">
+ <tag k="addr:city" v="Baden"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="5400"/>
+ <tag k="addr:street" v="Cordulaplatz"/>
+ <tag k="email" v="info@velo-mueller.ch"/>
+ <tag k="fax" v="+41 56 222 50 72"/>
+ <tag k="name" v="Velo Müller"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,13:30-18:00; Sa 08:00-12:00,13:30-16:00"/>
+ <tag k="phone" v="+41 56 222 76 77"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velo-mueller.ch/"/>
+ </node>
+ <node id="300693112" lat="47.3637988" lon="8.5490252" version="1" timestamp="2008-09-28T20:35:28Z" changeset="711174" uid="56287" user="RalpH_himself">
+ <tag k="created_by" v="Potlatch 0.10c"/>
+ <tag k="name" v="Velo Elsener"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="302374152" lat="47.3701331" lon="8.6384373" version="5" timestamp="2015-02-18T10:10:19Z" changeset="28928502" uid="93481" user="Corti">
+ <tag k="addr:city" v="Fällanden"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="8117"/>
+ <tag k="addr:street" v="Bergstrasse"/>
+ <tag k="name" v="2Rad Shop"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.2rad-shop.ch"/>
+ </node>
+ <node id="304824609" lat="46.7424199" lon="7.6142053" version="3" timestamp="2011-09-19T21:58:53Z" changeset="9347225" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Velo Schneiter"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="305473588" lat="46.7396532" lon="7.6142270" version="4" timestamp="2010-09-21T17:50:36Z" changeset="5838968" uid="68360" user="bjc">
+ <tag k="name" v="bürki"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="307446932" lat="47.5576458" lon="7.9044330" version="3" timestamp="2012-11-02T16:48:34Z" changeset="13724648" uid="288206" user="Dieter Dennler">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="308235140" lat="47.4026592" lon="8.4991082" version="5" timestamp="2014-06-18T23:22:29Z" changeset="23015023" uid="11461" user="rulli">
+ <tag k="amenity" v="vending_machine"/>
+ <tag k="name" v="Velo Lukas"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,15:00-18:00;Sa 10:00-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="vending" v="bicycle_tube"/>
+ </node>
+ <node id="309454775" lat="47.2514563" lon="7.6452766" version="3" timestamp="2014-02-04T21:33:48Z" changeset="20381607" uid="151069" user="romanh">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="309455045" lat="47.2347721" lon="7.6555434" version="4" timestamp="2013-06-15T13:10:08Z" changeset="16562240" uid="524500" user="wheelmap_android">
+ <tag k="name" v="Velocenter Wangen"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="309681544" lat="47.4012253" lon="8.5453004" version="2" timestamp="2010-05-17T20:36:14Z" changeset="4733111" uid="288775" user="JeanJean">
+ <tag k="name" v="Cycle Shark"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="310383383" lat="47.0338536" lon="8.2800331" version="3" timestamp="2008-11-07T12:15:47Z" changeset="709915" uid="74900" user="FischersFritz">
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Velociped"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="310860679" lat="47.4802318" lon="8.4846514" version="3" timestamp="2015-11-18T18:35:39Z" changeset="35415112" uid="359735" user="The_Raven">
+ <tag k="name" v="Maag Velos-Motos AG"/>
+ <tag k="opening_hours" v="Mo-Sa 08:00-12:00,13:30-18:30; Tu 08:00-12:00, Sa 13:00-16:00"/>
+ <tag k="phone" v="+41 44 850 16 07"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velos-motos.ch/"/>
+ </node>
+ <node id="311978207" lat="47.3793494" lon="8.5286926" version="4" timestamp="2014-06-18T23:23:12Z" changeset="23015031" uid="11461" user="rulli">
+ <tag k="amenity" v="vending_machine"/>
+ <tag k="name" v="City Cycles Zürich"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="vending" v="bicycle_tube"/>
+ </node>
+ <node id="313232173" lat="47.5002685" lon="8.4716010" version="4" timestamp="2015-05-27T18:01:07Z" changeset="31510560" uid="257555" user="rene78">
+ <tag k="addr:city" v="Riedt"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="8173"/>
+ <tag k="addr:street" v="Wehntalerstrasse"/>
+ <tag k="name" v="Charlis Bike Shop"/>
+ <tag k="opening_hours" v="13:00-18:00; Sa 10:00-15:00; Th,Su off"/>
+ <tag k="phone" v="+41 79 666 69 72"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.charlisbikeshop.ch/"/>
+ </node>
+ <node id="313295650" lat="47.4256469" lon="9.3819650" version="2" timestamp="2011-02-16T21:00:35Z" changeset="7307623" uid="334389" user="ueliw0">
+ <tag k="name" v="ElioRacing"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="313295651" lat="47.4257791" lon="9.3731319" version="1" timestamp="2008-11-20T12:18:42Z" changeset="773744" uid="44456" user="twalter">
+ <tag k="name" v="Giro Sport Factory"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="317217569" lat="47.4139157" lon="8.4789474" version="3" timestamp="2013-05-27T12:43:28Z" changeset="16309140" uid="102755" user="wicking">
+ <tag k="name" v="Jomes Bike-Shop"/>
+ <tag k="service:bicycle:pump" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="319463995" lat="47.4206437" lon="9.3669585" version="3" timestamp="2008-12-17T08:41:31Z" changeset="433287" uid="35407" user="gigu">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Velo Stern"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="321461477" lat="47.1405171" lon="7.3020359" version="2" timestamp="2008-12-25T01:03:01Z" changeset="601980" uid="33155" user="webrian">
+ <tag k="name" v="Bike Impuls"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="321490659" lat="47.1434775" lon="7.2752631" version="2" timestamp="2011-08-22T17:04:38Z" changeset="9095078" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Two Bikes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="321805137" lat="47.1388920" lon="7.3071035" version="1" timestamp="2008-12-26T17:38:07Z" changeset="611409" uid="33155" user="webrian">
+ <tag k="name" v="One 80"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="325223854" lat="47.3318574" lon="8.8095097" version="2" timestamp="2013-11-23T16:37:46Z" changeset="19075175" uid="324188" user="ponte1112">
+ <tag k="addr:city" v="Wetzikon"/>
+ <tag k="addr:housenumber" v="272"/>
+ <tag k="addr:postcode" v="8620"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Merkli 2-Rad Sport"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="335959216" lat="47.3880017" lon="8.4907607" version="2" timestamp="2010-11-15T13:37:18Z" changeset="6377436" uid="186651" user="Teddych">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="338135150" lat="47.2788144" lon="8.8428318" version="2" timestamp="2014-02-17T03:39:30Z" changeset="20608479" uid="89150" user="Gerd Prümm">
+ <tag k="name" v="Biketrend Rechsteiner"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="340230178" lat="47.4254216" lon="8.5466726" version="1" timestamp="2009-02-03T15:26:33Z" changeset="104624" uid="32765" user="niekbergboer">
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Velofabrik"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="355228653" lat="47.3443029" lon="8.6987934" version="2" timestamp="2009-03-29T15:15:38Z" changeset="868129" uid="44327" user="Oli Sennhauser">
+ <tag k="name" v="Dany's Bike-Shop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="356056468" lat="47.1241044" lon="7.2804722" version="2" timestamp="2014-08-23T15:25:18Z" changeset="24958186" uid="481380" user="Nzara">
+ <tag k="name" v="Möschler Zweiräder"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="364806048" lat="47.0423856" lon="7.2712026" version="3" timestamp="2014-10-06T08:12:09Z" changeset="25891240" uid="2380137" user="duffsimpson">
+ <tag k="name" v="Bicyle Obsession"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="366037095" lat="46.6899446" lon="7.6714024" version="4" timestamp="2015-11-04T18:23:26Z" changeset="35085340" uid="361648" user="raceface">
+ <tag k="addr:city" v="Spiez"/>
+ <tag k="addr:housenumber" v="32"/>
+ <tag k="addr:postcode" v="3700"/>
+ <tag k="addr:street" v="Thunstrasse"/>
+ <tag k="name" v="Velolade Bici-Baci.ch Rolf Egli"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.bici-baci.ch"/>
+ </node>
+ <node id="366916001" lat="47.3586890" lon="8.7093747" version="4" timestamp="2014-09-25T17:58:08Z" changeset="25670252" uid="69380" user="Mathias Wittwer">
+ <tag k="addr:city" v="Uster"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="8610"/>
+ <tag k="addr:street" v="Loren-Allee"/>
+ <tag k="name" v="Urs Freuler Shop"/>
+ <tag k="opening_hours" v="Tu-Fr 10:00-18:30; Sa 09:00-16:00"/>
+ <tag k="phone" v="+41-44-9406262"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="url" v="http://www.ursfreuler.ch/"/>
+ </node>
+ <node id="366922224" lat="47.3444835" lon="8.7023460" version="3" timestamp="2010-12-18T09:57:07Z" changeset="6693985" uid="13840" user="mcdmx">
+ <tag k="name" v="BoBike"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="367417094" lat="46.0215010" lon="8.9585201" version="3" timestamp="2013-03-15T13:51:01Z" changeset="15371695" uid="893327" user="mcheckimport">
+ <tag k="addr:housenumber" v="95"/>
+ <tag k="addr:street" v="Via trevano"/>
+ <tag k="name" v="Biker web"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="370444745" lat="46.6032411" lon="7.1006071" version="1" timestamp="2009-04-06T22:11:44Z" changeset="271033" uid="40577" user="guggis">
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="371237899" lat="47.2346197" lon="8.7343885" version="4" timestamp="2014-03-09T17:55:09Z" changeset="21010415" uid="1855676" user="barbe45">
+ <tag k="name" v="Veloteria"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.veloteria.ch/"/>
+ </node>
+ <node id="371238047" lat="47.2387021" lon="8.7208118" version="5" timestamp="2014-03-22T13:26:32Z" changeset="21243704" uid="1855676" user="barbe45">
+ <tag k="name" v="Martens"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="371238075" lat="47.2343491" lon="8.7386651" version="3" timestamp="2014-03-09T17:52:51Z" changeset="21010358" uid="1855676" user="barbe45">
+ <tag k="name" v="Velo - Motos - Günthart"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.guenthart-velo-motos.ch/"/>
+ </node>
+ <node id="371775350" lat="47.1071131" lon="8.3432790" version="1" timestamp="2009-04-10T21:58:03Z" changeset="389269" uid="75217" user="aMuTeX">
+ <tag k="name" v="Interbike"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="377102376" lat="46.9732798" lon="7.2021898" version="1" timestamp="2009-04-15T23:13:51Z" changeset="573339" uid="40577" user="guggis">
+ <tag k="name" v="Velo Galerie"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="377104326" lat="46.9743525" lon="7.1942155" version="3" timestamp="2015-04-06T15:00:00Z" changeset="30017431" uid="65044" user="hugi">
+ <tag k="name" v="Tomi"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="382989339" lat="47.4970804" lon="8.7271938" version="3" timestamp="2011-06-05T16:06:03Z" changeset="8350822" uid="178186" user="mdk">
+ <tag k="addr:city" v="Winterthur"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="8400"/>
+ <tag k="addr:street" v="Turmhaldenstrasse"/>
+ <tag k="name" v="fateba"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.fateba.ch/"/>
+ </node>
+ <node id="388471010" lat="46.1723396" lon="6.1260327" version="1" timestamp="2009-05-02T06:20:33Z" changeset="1044012" uid="82717" user="oliviers">
+ <tag k="name" v="TriBike"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="392312200" lat="46.7980711" lon="6.6283170" version="2" timestamp="2012-03-30T06:47:43Z" changeset="11147654" uid="225842" user="schnelli">
+ <tag k="name" v="Roth Cycles"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="393767489" lat="47.5517982" lon="7.5801152" version="7" timestamp="2015-04-15T17:09:27Z" changeset="30244815" uid="255141" user="Souchong">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="78"/>
+ <tag k="addr:postcode" v="4051"/>
+ <tag k="addr:street" v="Leimenstrasse"/>
+ <tag k="name" v="Veloplus Basel"/>
+ <tag k="opening_hours" v="Mo-Fr 09:00-18:30; Sa 09:00-17:00"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.veloplus.ch/"/>
+ </node>
+ <node id="401585842" lat="47.3520013" lon="8.3467345" version="2" timestamp="2010-12-20T21:00:48Z" changeset="6720066" uid="8296" user="kuede">
+ <tag k="name" v="Willis Zweiradhaus"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="409182000" lat="47.3725209" lon="8.7819913" version="1" timestamp="2009-05-21T20:42:37Z" changeset="1280158" uid="13840" user="mcdmx">
+ <tag k="name" v="Bike 28"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="409482528" lat="47.1996165" lon="7.5815324" version="2" timestamp="2012-06-04T21:38:24Z" changeset="11801246" uid="481380" user="Nzara">
+ <tag k="name" v="Kurth Velos-Motos"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="409497128" lat="47.5034484" lon="8.7217595" version="3" timestamp="2013-01-13T23:05:07Z" changeset="14642526" uid="178186" user="mdk">
+ <tag k="addr:city" v="Winterthur"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="61"/>
+ <tag k="addr:postcode" v="8400"/>
+ <tag k="addr:street" v="Neuwiesenstrasse"/>
+ <tag k="name" v="Bikestop"/>
+ <tag k="phone" v="+41-52-2142525"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikestop.ch/"/>
+ </node>
+ <node id="412533316" lat="47.3899663" lon="8.0678853" version="6" timestamp="2014-04-26T19:00:56Z" changeset="21961516" uid="8296" user="kuede">
+ <tag k="entrance" v="yes"/>
+ <tag k="name" v="Zweiradsport Fischer"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="413370655" lat="46.2913275" lon="7.8839815" version="2" timestamp="2009-06-25T20:40:38Z" changeset="1625851" uid="124231" user="renner">
+ <tag k="name" v="Henzen Sport"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="413990462" lat="47.1916430" lon="8.6802334" version="2" timestamp="2010-12-06T20:16:49Z" changeset="6568172" uid="52015" user="rockcreek">
+ <tag k="name" v="Rad 'n' Roll"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="416670236" lat="47.3505671" lon="8.3424739" version="2" timestamp="2014-03-16T10:58:17Z" changeset="21133375" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Bremgarten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="5620"/>
+ <tag k="addr:street" v="Antonigasse"/>
+ <tag k="name" v="Josef Stutz, Velos Motos"/>
+ <tag k="phone" v="+41 (56) 633 12 76"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="417721120" lat="46.5109757" lon="6.4989871" version="4" timestamp="2011-12-20T13:09:49Z" changeset="10163392" uid="510390" user="obitus">
+ <tag k="name" v="Guibert Bike"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="417721121" lat="46.5088975" lon="6.4971377" version="2" timestamp="2010-12-10T15:43:17Z" changeset="6606583" uid="382123" user="Mëlaes">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="417721128" lat="46.5049056" lon="6.4856034" version="3" timestamp="2014-07-17T22:22:51Z" changeset="24211057" uid="1856092" user="StreetAv">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:street" v="Riond-Bosson"/>
+ <tag k="name" v="Cycles Dotti"/>
+ <tag k="opening_hours" v="Mo-We 08:00-12:00,13:30-18:30;Th 13:30-18:30;Fr 08:00-12:00,13:30-18:30;Sa 08:00-15:00"/>
+ <tag k="phone" v="+41 (0) 21 801 73 51"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://cyclesdotti.ch"/>
+ </node>
+ <node id="419779302" lat="47.0182102" lon="7.6599524" version="2" timestamp="2015-02-12T22:42:00Z" changeset="28810066" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Gerber"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="420125187" lat="47.2084789" lon="8.0872321" version="1" timestamp="2009-06-14T11:12:48Z" changeset="1512435" uid="52789" user="rene moser">
+ <tag k="name" v="Zweirad Waller"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="428996485" lat="47.3940598" lon="8.0437190" version="3" timestamp="2015-08-20T19:15:42Z" changeset="33469283" uid="190676" user="highbuilder">
+ <tag k="addr:city" v="Aarau"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="5000"/>
+ <tag k="addr:street" v="Hammer"/>
+ <tag k="email" v="info@grassibikes.ch"/>
+ <tag k="fax" v="062 822 54 46"/>
+ <tag k="name" v="Grassi"/>
+ <tag k="opening_hours" v="Tu-Fr 07:30-12:00,13:30-18:30; Sa 07:30-16:00"/>
+ <tag k="phone" v="062 822 22 14"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.grassibikes.ch/"/>
+ </node>
+ <node id="429340443" lat="46.2916582" lon="7.8858934" version="1" timestamp="2009-06-25T20:40:27Z" changeset="1625851" uid="124231" user="renner">
+ <tag k="name" v="Velo Paci"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="432939186" lat="47.3879989" lon="8.5359119" version="1" timestamp="2009-07-03T14:43:27Z" changeset="1721081" uid="33155" user="webrian">
+ <tag k="name" v="Veloatelier"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="435179668" lat="47.1170056" lon="8.3917337" version="5" timestamp="2011-01-13T23:52:29Z" changeset="6963102" uid="75217" user="aMuTeX">
+ <tag k="addr:city" v="Root"/>
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:postcode" v="6037"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Zweirad Brügger"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,13:30-18:30; Sa 08:00-12:00,13:30-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="435482044" lat="47.6590304" lon="8.8511021" version="3" timestamp="2014-09-19T01:39:21Z" changeset="25532345" uid="13944" user="bass">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="436601442" lat="47.0377369" lon="8.3084171" version="3" timestamp="2011-03-24T13:42:20Z" changeset="7655974" uid="426750" user="Atschi">
+ <tag k="name" v="Velos Motos Rüedisüli &amp; Knöpfli"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="444364422" lat="47.6093446" lon="8.2366897" version="8" timestamp="2010-08-13T18:35:21Z" changeset="5484471" uid="70696" user="xybot">
+ <tag k="addr:city" v="Koblenz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="5322"/>
+ <tag k="addr:street" v="Landstrasse"/>
+ <tag k="name" v="Bikesport Matter GmbH"/>
+ <tag k="operator" v="Roland Matter"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey"/>
+ <tag k="website" v="http://www.bikesport-matter.ch/"/>
+ </node>
+ <node id="448575278" lat="47.5726926" lon="8.5233478" version="1" timestamp="2009-07-26T19:40:50Z" changeset="1948072" uid="71477" user="mental_backfire">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="449204897" lat="47.0427378" lon="7.3841928" version="1" timestamp="2009-07-27T19:14:17Z" changeset="1958263" uid="29762" user="Jose Riha">
+ <tag k="name" v="Velo-Lade"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="450567018" lat="47.4417381" lon="8.4394719" version="1" timestamp="2009-07-29T09:28:57Z" changeset="1973293" uid="68934" user="_kendell">
+ <tag k="name" v="Ruprecht"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="462256716" lat="47.1415481" lon="7.2461902" version="4" timestamp="2012-10-21T10:16:28Z" changeset="13577727" uid="397527" user="Stans">
+ <tag k="name" v="47 Grad Nord"/>
+ <tag k="operator" v="47Grad Nord GmbH"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="463189739" lat="46.8122160" lon="9.3990730" version="7" timestamp="2011-08-02T14:55:48Z" changeset="8900485" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Bieler Sport"/>
+ <tag k="operator" v="Norbert Bieler"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="465239073" lat="47.3001610" lon="8.4482940" version="1" timestamp="2009-08-14T11:00:11Z" changeset="2140826" uid="91822" user="joshx">
+ <tag k="name" v="Obrist Radsport AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="url" v="http://www.obrist-radsport.ch/"/>
+ </node>
+ <node id="465239074" lat="47.3263759" lon="8.4692720" version="5" timestamp="2010-12-12T15:17:14Z" changeset="6637278" uid="91822" user="joshx">
+ <tag k="addr:city" v="Bonstetten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1b"/>
+ <tag k="addr:postcode" v="8906"/>
+ <tag k="addr:street" v="Stallikerstrasse"/>
+ <tag k="contact:phone" v="+41 (0)43 818 78 10"/>
+ <tag k="contact:website" v="http://www.chirivi.ch/"/>
+ <tag k="name" v="Radsport Chirivi"/>
+ <tag k="opening_hours" v="Mo 13:30-18:30; Tu-Fr 08:30-12:00,13:30-18:30; Sa 09:00-15:00"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="469708191" lat="47.4696290" lon="8.3016046" version="2" timestamp="2015-05-27T18:59:13Z" changeset="31512203" uid="257555" user="rene78">
+ <tag k="addr:city" v="Baden"/>
+ <tag k="addr:housenumber" v="58"/>
+ <tag k="addr:postcode" v="5400"/>
+ <tag k="addr:street" v="Mellingerstrasse"/>
+ <tag k="email" v="info@bikezone.ch"/>
+ <tag k="name" v="Bike Zone Baden"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-12:00,13:30-18:30; Sa 09:00-16:00"/>
+ <tag k="phone" v="+41 56 221 20 23"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikezone.ch/"/>
+ </node>
+ <node id="470530970" lat="47.1504370" lon="7.2662693" version="1" timestamp="2009-08-18T19:47:09Z" changeset="2193589" uid="29762" user="Jose Riha">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="471867460" lat="46.9852050" lon="6.8831194" version="2" timestamp="2009-10-24T18:44:42Z" changeset="2940155" uid="13840" user="mcdmx">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="473429872" lat="47.5014544" lon="8.7232873" version="4" timestamp="2012-11-03T01:01:26Z" changeset="13729569" uid="178186" user="mdk">
+ <tag k="addr:city" v="Winterthur"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="8400"/>
+ <tag k="addr:street" v="Konradstrasse"/>
+ <tag k="name" v="dynamoo"/>
+ <tag k="phone" v="+41-052-2138515"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.dynamoo.ch"/>
+ </node>
+ <node id="474658592" lat="47.5095148" lon="8.7226268" version="1" timestamp="2009-08-26T17:23:59Z" changeset="2269178" uid="27293" user="demi">
+ <tag k="addr:city" v="Winterthur"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="73"/>
+ <tag k="addr:postcode" v="8400"/>
+ <tag k="addr:street" v="Schaffhauserstrasse"/>
+ <tag k="name" v="Velo-Maier"/>
+ <tag k="phone" v="+41-052-2139272"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="474732272" lat="46.8182474" lon="8.4127944" version="2" timestamp="2015-06-26T08:18:23Z" changeset="32220538" uid="67515" user="threefoursixninefour">
+ <tag k="addr:city" v="Engelberg"/>
+ <tag k="addr:housenumber" v="42"/>
+ <tag k="addr:postcode" v="6390"/>
+ <tag k="addr:street" v="Wydenstrasse"/>
+ <tag k="name" v="Robi Amstutz"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="474732275" lat="46.8208472" lon="8.4044387" version="2" timestamp="2015-04-30T08:14:03Z" changeset="30651347" uid="67515" user="threefoursixninefour">
+ <tag k="name" v="Bike'n'Roll"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikenroll.ch/"/>
+ </node>
+ <node id="474733717" lat="47.5405441" lon="8.0441147" version="3" timestamp="2012-08-08T18:15:46Z" changeset="12660121" uid="8296" user="kuede">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="474743071" lat="46.8888906" lon="8.6311632" version="1" timestamp="2009-08-26T20:07:50Z" changeset="2271015" uid="152809" user="GP4Flo">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="476300899" lat="46.9970388" lon="6.9472090" version="3" timestamp="2013-03-17T21:18:02Z" changeset="15400989" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Carolillo"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="476302198" lat="46.9946420" lon="6.9275984" version="3" timestamp="2013-08-24T09:44:56Z" changeset="17481479" uid="103273" user="HB9DTX">
+ <tag k="name" v="Cyclerc"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="no"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.cyclerc.ch/"/>
+ </node>
+ <node id="477574013" lat="46.8272974" lon="6.9521517" version="1" timestamp="2009-08-30T17:20:50Z" changeset="2315621" uid="160605" user="pimpon">
+ <tag k="name" v="Cycles Tesag"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="481443876" lat="47.3755667" lon="8.4849037" version="1" timestamp="2009-09-02T22:48:13Z" changeset="2354283" uid="16008" user="Tric">
+ <tag k="name" v="OC. Velo - Börse"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="501607485" lat="47.5553512" lon="7.7954201" version="2" timestamp="2014-03-11T20:19:51Z" changeset="21051054" uid="179581" user="Geofreund1">
+ <tag k="name" v="Bike Store Rheinfelden"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="504484392" lat="47.3638846" lon="8.5334810" version="1" timestamp="2009-09-21T18:12:02Z" changeset="2559903" uid="118858" user="dschaedl">
+ <tag k="name" v="Backyard"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="506638520" lat="46.9561426" lon="7.4532331" version="10" timestamp="2015-01-11T01:30:19Z" changeset="28052942" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="50"/>
+ <tag k="addr:postcode" v="3013"/>
+ <tag k="addr:street" v="Spitalackerstrasse"/>
+ <tag k="addr:suburb" v="Breitenrain"/>
+ <tag k="alt_name" v="City Cycles Bern"/>
+ <tag k="brand" v="CityCycles"/>
+ <tag k="contact:email" v="ccb@citycycles.ch"/>
+ <tag k="contact:fax" v="+41 31 3338737"/>
+ <tag k="contact:phone" v="+41 31 3338733"/>
+ <tag k="name" v="CityCycles"/>
+ <tag k="opening_hours" v="Mo 14:00-18:30; Tu-Fr 09:00-18:30; Sa 09:00-16:00; Su off"/>
+ <tag k="operator" v="City Cycles AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.citycycles.ch/home/city-cycles-bern"/>
+ </node>
+ <node id="506770334" lat="46.8125239" lon="7.1146723" version="2" timestamp="2010-11-14T14:46:02Z" changeset="6367227" uid="54697" user="Freebourg">
+ <tag k="name" v="Intershop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="516391527" lat="47.6939720" lon="8.6329745" version="4" timestamp="2013-06-24T11:18:19Z" changeset="16682770" uid="1455075" user="Beat Laederach">
+ <tag k="name" v="Pedale GmbH"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.pedale.net"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="516391530" lat="47.6988109" lon="8.6358626" version="1" timestamp="2009-10-01T18:03:04Z" changeset="2702625" uid="128551" user="kaivi">
+ <tag k="name" v="Kobler Velos Motos"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="528135813" lat="47.1207529" lon="7.9939940" version="3" timestamp="2013-03-23T15:30:53Z" changeset="15467196" uid="505667" user="Bullroarer">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="530777423" lat="47.3515335" lon="7.9033784" version="2" timestamp="2010-04-06T08:26:31Z" changeset="4341355" uid="210639" user="OSMfan">
+ <tag k="name" v="Velowerk Olten"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="532377831" lat="47.2431077" lon="8.4639225" version="3" timestamp="2011-07-18T20:48:55Z" changeset="8762911" uid="83934" user="sCHtreetmapper">
+ <tag k="name" v="Moto Fuchs"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="547946897" lat="46.9556508" lon="7.4769736" version="4" timestamp="2015-02-10T13:39:31Z" changeset="28750399" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3006"/>
+ <tag k="addr:street" v="Breiteweg"/>
+ <tag k="alt_name" v="Lerch Velo - Moto - Roller"/>
+ <tag k="contact:email" v="vml@bluewin.ch"/>
+ <tag k="contact:fax" v="+41 31 9324036"/>
+ <tag k="contact:phone" v="+41 31 9324020"/>
+ <tag k="contact:website" v="http://www.lerch-zweirad.ch/kontakt.html"/>
+ <tag k="name" v="Lerch"/>
+ <tag k="opening_hours" v="Mo-Fr 08:00-12:00, 14:00-18:00; Sa 09:00-12:00; Su off"/>
+ <tag k="operator" v="Kurt Lerch"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.lerch-zweirad.ch"/>
+ </node>
+ <node id="554970760" lat="47.5352109" lon="7.7164176" version="3" timestamp="2013-11-19T11:22:40Z" changeset="18991701" uid="47978" user="Christoph Lotz">
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="4302"/>
+ <tag k="addr:street" v="Hauptsrasse"/>
+ <tag k="name" v="Alexander's Bikeshop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="558579575" lat="47.5492475" lon="7.7777053" version="2" timestamp="2010-05-07T18:57:22Z" changeset="4632749" uid="86889" user="kowoma">
+ <tag k="name" v="Füchter"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="563868589" lat="47.5828216" lon="9.0622453" version="3" timestamp="2014-05-02T15:28:45Z" changeset="22087613" uid="79025" user="mstock">
+ <tag k="name" v="Bike Station"/>
+ <tag k="service:bicycle:rental" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bike-station.info/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="564930045" lat="46.9555365" lon="7.4281548" version="8" timestamp="2014-11-09T14:44:38Z" changeset="26663166" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="74"/>
+ <tag k="addr:postcode" v="3012"/>
+ <tag k="addr:street" v="Länggassstrasse"/>
+ <tag k="addr:suburb" v="Länggasse"/>
+ <tag k="contact:email" v="info@veloterra.ch"/>
+ <tag k="contact:phone" v="+41 31 3013366"/>
+ <tag k="contact:website" v="http://www.veloterra.ch/kontakt.html"/>
+ <tag k="name" v="Veloterra"/>
+ <tag k="opening_hours" v="Mo off; Tu-Fr 08:00-12:00,14:00-18:00; Sa 08:30-12:00; Su off"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.veloterra.ch"/>
+ </node>
+ <node id="564939211" lat="47.3852815" lon="9.6564193" version="4" timestamp="2012-04-14T08:24:45Z" changeset="11295869" uid="122406" user="hanskuster">
+ <tag k="name" v="Velo-Hangar"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="567954638" lat="47.4120063" lon="8.5252707" version="3" timestamp="2015-09-04T18:01:33Z" changeset="33800135" uid="3204626" user="Faer">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="322"/>
+ <tag k="addr:postcode" v="8050"/>
+ <tag k="addr:street" v="Regensbergstrasse"/>
+ <tag k="name" v="Herger Sport"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="587737209" lat="46.9552483" lon="7.4489824" version="1" timestamp="2009-12-12T15:19:17Z" changeset="3356417" uid="46071" user="samot">
+ <tag k="name" v="BikeCorner"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="601453274" lat="46.9926174" lon="6.9353787" version="2" timestamp="2013-08-24T09:48:48Z" changeset="17481479" uid="103273" user="HB9DTX">
+ <tag k="name" v="Ocobike"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.ocobike.ch"/>
+ </node>
+ <node id="606970804" lat="46.9585637" lon="7.4477150" version="4" timestamp="2014-12-20T21:27:55Z" changeset="27597464" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="3013"/>
+ <tag k="addr:street" v="Turnweg"/>
+ <tag k="contact:email" v="bern@velowerkstatt.ch"/>
+ <tag k="contact:fax" v="+41 31 3313165"/>
+ <tag k="contact:phone" v="+41 31 3314067"/>
+ <tag k="name" v="Velowerkstatt Bern"/>
+ <tag k="opening_hours" v="Mo off; Tu-Fr 10:00-18:30; Sa 10:00-16:00; Su off"/>
+ <tag k="operator" v="Velowerkstatt Bern Edelmann + Scheidegger (Kollektivgesellschaft)"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="https://www.velowerkstatt.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="608495479" lat="46.9602079" lon="7.4490858" version="1" timestamp="2010-01-07T17:34:43Z" changeset="3563843" uid="46071" user="samot">
+ <tag k="name" v="Velos / Motos M. Hermann"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="616430238" lat="46.1926230" lon="6.1462724" version="2" timestamp="2012-09-28T10:16:49Z" changeset="13281974" uid="707890" user="prston">
+ <tag k="name" v="Bike Store"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="617168044" lat="47.0402681" lon="7.3031633" version="2" timestamp="2013-03-20T22:58:34Z" changeset="15437441" uid="937694" user="uroeth">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="3267"/>
+ <tag k="addr:street" v="Bernstrasse"/>
+ <tag k="name" v="Bachmann Velo &amp; Mofa"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="617989903" lat="46.9613245" lon="7.4487516" version="2" timestamp="2015-02-05T14:49:48Z" changeset="28631957" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="3014"/>
+ <tag k="addr:street" v="Wylerfeldstrasse"/>
+ <tag k="contact:email" v="info@velocitta.ch"/>
+ <tag k="contact:facebook" v="https://www.facebook.com/pages/Velocittà/384600168320564"/>
+ <tag k="contact:phone" v="+41 31 3319424"/>
+ <tag k="name" v="Velocittà"/>
+ <tag k="opening_hours" v="Mo off; Tu-Fr 08:00-12:30, 14:00-18:30; Sa 08:00-14:00; Su off"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.velocitta.ch"/>
+ </node>
+ <node id="621581355" lat="46.7427343" lon="7.2813304" version="2" timestamp="2011-10-21T08:47:55Z" changeset="9613553" uid="290680" user="wheelmap_visitor">
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="624626800" lat="47.2661424" lon="8.6763480" version="3" timestamp="2010-12-12T20:41:17Z" changeset="6641530" uid="126246" user="mocoohay">
+ <tag k="name" v="Bike Home Service"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="635570288" lat="47.3985257" lon="8.6190301" version="2" timestamp="2010-02-12T12:52:42Z" changeset="3856106" uid="194843" user="feuerstein">
+ <tag k="name" v="Gebr. E. + R. Fricker"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="637023315" lat="47.3991146" lon="8.6169513" version="1" timestamp="2010-02-12T12:52:41Z" changeset="3856106" uid="194843" user="feuerstein">
+ <tag k="name" v="Phasuk"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="660640043" lat="47.5653048" lon="7.5954514" version="1" timestamp="2010-03-05T12:29:53Z" changeset="4040408" uid="43515" user="RickH86">
+ <tag k="name" v="Kunz &amp; Kaiser"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="660640154" lat="47.5665354" lon="7.5951886" version="2" timestamp="2012-10-21T11:59:35Z" changeset="13577053" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="CycleX"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="662435049" lat="47.2404159" lon="7.7707339" version="1" timestamp="2010-03-07T18:23:54Z" changeset="4064494" uid="22971" user="Schlossberg">
+ <tag k="name" v="Piaggio Center Trösch"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="662757547" lat="46.9348858" lon="7.4376243" version="2" timestamp="2015-03-22T13:21:48Z" changeset="29654349" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="3007"/>
+ <tag k="addr:street" v="Seftigenstrasse"/>
+ <tag k="contact:fax" v="+41 31 3710220"/>
+ <tag k="contact:phone" v="+41 31 3710225"/>
+ <tag k="name" v="Koller Velo"/>
+ <tag k="note" v="Closed business at Seftigenstrasse 83. 2015-04-07 re-opening at Seftigenstrasse 226, 3084 Wabern"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.kollervelo.ch"/>
+ </node>
+ <node id="663576452" lat="46.9412854" lon="7.4317777" version="1" timestamp="2010-03-10T10:10:43Z" changeset="4087818" uid="46071" user="samot">
+ <tag k="name" v="Bikeline"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="666998626" lat="46.9354284" lon="7.4350133" version="6" timestamp="2015-03-26T19:35:35Z" changeset="29761330" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="57"/>
+ <tag k="addr:postcode" v="3007"/>
+ <tag k="addr:street" v="Seftigenstrasse"/>
+ <tag k="addr:suburb" v="Weissenbühl"/>
+ <tag k="contact:email" v="info@schaller-radrennsport.ch"/>
+ <tag k="contact:fax" v="+41 31 9916595"/>
+ <tag k="contact:phone" v="+41 31 9916575"/>
+ <tag k="name" v="Schaller Radrennsport"/>
+ <tag k="opening_hours" v="Mo off; Tu-Th 9:00-12:00, 14:00-18:30; Fr 9:00-12:00, 14:00-21:00; Sa 09:00-16:00; Su off"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.schaller-radrennsport.ch"/>
+ </node>
+ <node id="684190205" lat="47.6447114" lon="9.1798707" version="3" timestamp="2011-03-24T22:27:47Z" changeset="7660603" uid="70696" user="xybot">
+ <tag k="name" v="2 Rad-Shop Brunner"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="693867613" lat="46.9290799" lon="7.5647920" version="4" timestamp="2015-03-31T19:27:33Z" changeset="29887956" uid="65044" user="hugi">
+ <tag k="addr:city" v="Worb"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1b"/>
+ <tag k="addr:postcode" v="3076"/>
+ <tag k="addr:street" v="Schulhaussstrasse"/>
+ <tag k="alt_name" v="Mr. Feelgood Worb"/>
+ <tag k="brand" v="Mr. Feelgood"/>
+ <tag k="contact:email" v="worb@mr-feelgood.ch"/>
+ <tag k="contact:facebook" v="https://www.facebook.com/pages/Mr-Feelgood-Worb/176890335758359"/>
+ <tag k="contact:phone" v="+41 31 8396633"/>
+ <tag k="name" v="Mr. Feelgood"/>
+ <tag k="note" v="bikes, skates, boards"/>
+ <tag k="opening_hours" v="Mo off; Tu-Fr 09:00-12:00, 13:30-18:30; Sa 09:00-14:00; Su off"/>
+ <tag k="operator" v="Mr. Feelgood Martin Knöpfel (Einzelunternehmen)"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://mr-feelgood.ch/mr-feelgood-worb"/>
+ </node>
+ <node id="698065954" lat="47.3994687" lon="8.6140764" version="4" timestamp="2015-10-30T11:14:06Z" changeset="34970113" uid="3347774" user="andreasrohnerdotnet">
+ <tag k="addr:city" v="Dübendorf"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="8600"/>
+ <tag k="addr:street" v="Birchlenstrasse"/>
+ <tag k="name" v="Velos Brugnoli"/>
+ <tag k="opening_hours" v="Mo-Fr 07:00-19:00; Sa 07:00-12:00"/>
+ <tag k="operator" v="Bruno Brugnoli"/>
+ <tag k="phone" v="+41 44 821 68 23"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="http://www.velo-brugnoli.ch/"/>
+ <tag k="website" v="http://www.velo-brugnoli.ch/"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="699608615" lat="46.9452633" lon="7.4236020" version="8" timestamp="2015-01-04T23:45:10Z" changeset="27923201" uid="1416503" user="asdf2">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="103"/>
+ <tag k="addr:postcode" v="3008"/>
+ <tag k="addr:street" v="Effingerstrasse"/>
+ <tag k="alt_name" v="Krea Velo"/>
+ <tag k="contact:email" v="info@velokrea.ch"/>
+ <tag k="contact:phone" v="+41 31 3811900"/>
+ <tag k="contact:website" v="http://www.velokrea.ch/k-o-n-t-a-k-t.html"/>
+ <tag k="name" v="VeloKrea"/>
+ <tag k="opening_hours" v="Mo off; Tu-Fr 08:00-12:30, 14:00-18:00; Sa 08:00-13:00; Su off"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.velokrea.ch"/>
+ </node>
+ <node id="700826416" lat="47.4948328" lon="8.3401032" version="5" timestamp="2015-03-04T21:30:16Z" changeset="29253261" uid="257555" user="rene78">
+ <tag k="addr:housenumber" v="33"/>
+ <tag k="addr:street" v="Landstrasse"/>
+ <tag k="email" v="bikeshop@gmx.ch"/>
+ <tag k="name" v="Landhus BikeShop"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,13:30-18:00; Sa 08:00-16:00"/>
+ <tag k="phone" v="+41 56 222 35 86"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikeshop-ehrendingen.ch/"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="708885606" lat="46.5958735" lon="7.9073377" version="3" timestamp="2014-10-10T14:05:28Z" changeset="25983579" uid="481380" user="Nzara">
+ <tag k="name" v="Imboden Bike"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="732255151" lat="47.2412197" lon="8.9368560" version="4" timestamp="2010-06-14T15:12:19Z" changeset="4988760" uid="201962" user="Kirschbaum">
+ <tag k="name" v="Kalberer Motos"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="738901497" lat="47.2126100" lon="7.9892548" version="1" timestamp="2010-05-18T20:02:58Z" changeset="4742085" uid="289293" user="corvette1984">
+ <tag k="name" v="Brun Rudolf Velos/Motos"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="749913751" lat="47.4986134" lon="8.7272547" version="3" timestamp="2012-11-03T01:01:24Z" changeset="13729569" uid="178186" user="mdk">
+ <tag k="name" v="Flickwerk Velowerkstatt"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="752221411" lat="46.5139219" lon="6.6540882" version="1" timestamp="2010-05-28T07:53:12Z" changeset="4828283" uid="17835" user="Stéphane Brunner">
+ <tag k="name" v="The Bike"/>
+ <tag k="opening_hours" v="Mo-Fr 08:00-19:00; Sa 7:30-17:00; Su off"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="752221418" lat="46.5045502" lon="6.6806599" version="6" timestamp="2010-12-11T16:05:22Z" changeset="6625968" uid="17835" user="Stéphane Brunner">
+ <tag k="description" v="Velos - VTT - e-bike"/>
+ <tag k="name" v="Zim's Bike"/>
+ <tag k="opening_hours" v="Nov-Feb: Tu-Fr 14:00-18:30; Sa 08:30-12:00; Mar-Oct: Tu-Fr 08:30-12:00,14:00-18:30; Sa 08:30-15:00;Mo off"/>
+ <tag k="phone" v="021 791 64 03"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://zimsbike.ch/"/>
+ </node>
+ <node id="778935690" lat="47.5205638" lon="7.6066919" version="1" timestamp="2010-06-21T08:00:48Z" changeset="5040256" uid="40112" user="zapfen">
+ <tag k="name" v="Pete's Bike-Shop"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.petesbikeshop.ch/"/>
+ </node>
+ <node id="800193271" lat="47.5017775" lon="8.7198495" version="1" timestamp="2010-07-04T10:29:31Z" changeset="5131464" uid="178186" user="mdk">
+ <tag k="name" v="Bike-Corner"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="806608206" lat="47.0258295" lon="7.4458122" version="2" timestamp="2011-04-27T06:18:49Z" changeset="7981731" uid="116207" user="cholero">
+ <tag k="name" v="Velo Virus"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="806655566" lat="47.0192142" lon="7.4523529" version="2" timestamp="2014-08-26T19:03:16Z" changeset="25036289" uid="75487" user="abonino">
+ <tag k="name" v="Bravin Velos"/>
+ <tag k="opening_hours" v="Mi u Sa nami zu"/>
+ <tag k="operator" v="Sascha Bravin"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="836513219" lat="47.4525995" lon="9.0500530" version="2" timestamp="2013-06-23T17:17:09Z" changeset="16666419" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="2-Rad Bossi"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="842044157" lat="47.3814960" lon="8.4217814" version="5" timestamp="2015-05-09T15:31:56Z" changeset="30939973" uid="311771" user="skl1">
+ <tag k="addr:city" v="Urdorf"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="8902"/>
+ <tag k="addr:street" v="Im Spitzler"/>
+ <tag k="name" v="Bike Shop Chlösterli"/>
+ <tag k="opening_hours" v="Tu-Fr 13:30-18:30; Sa 09:00-16:00"/>
+ <tag k="phone" v="+41 44 777 20 15"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bike-shop.ch"/>
+ </node>
+ <node id="848761305" lat="47.3771977" lon="8.5218891" version="3" timestamp="2013-09-18T10:34:04Z" changeset="17901799" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="velohenderson"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="848761340" lat="47.3770183" lon="8.5218424" version="2" timestamp="2013-09-18T10:34:05Z" changeset="17901799" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="2"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="855341114" lat="47.3738500" lon="8.5259376" version="2" timestamp="2013-04-10T05:32:30Z" changeset="15673500" uid="1234273" user="d_berger">
+ <tag k="name" v="Moon Rider"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="858766803" lat="47.6980545" lon="8.6357311" version="3" timestamp="2014-07-19T17:22:44Z" changeset="24241762" uid="287306" user="Matthias Frank">
+ <tag k="name" v="2-rad service"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="858766809" lat="47.6956351" lon="8.6428646" version="3" timestamp="2014-08-02T12:21:00Z" changeset="24497114" uid="287306" user="Matthias Frank">
+ <tag k="addr:city" v="Schaffhausen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="18a"/>
+ <tag k="addr:postcode" v="8200"/>
+ <tag k="addr:street" v="Fischerhäuserstrasse"/>
+ <tag k="contact:phone" v="076 427 66 54"/>
+ <tag k="contact:website" v="www.velowerk.ch"/>
+ <tag k="name" v="Velowerk"/>
+ <tag k="opening_hours" v="Tu-Fr 13:30-18:30; Sa 12:00-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="858840917" lat="47.5725825" lon="8.5229207" version="2" timestamp="2010-08-13T18:36:21Z" changeset="5484471" uid="70696" user="xybot">
+ <tag k="addr:city" v="Eglisau"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:postcode" v="8193"/>
+ <tag k="addr:street" v="Zürcherstrasse"/>
+ <tag k="contact:phone" v="(41) 44 8671940"/>
+ <tag k="name" v="P. Hebeisen Velos Motos"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="883846036" lat="46.2111570" lon="6.1492379" version="1" timestamp="2010-08-28T04:08:41Z" changeset="5612915" uid="82717" user="oliviers">
+ <tag k="name" v="Hot Point"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="883846043" lat="46.2106867" lon="6.1483111" version="1" timestamp="2010-08-28T04:08:41Z" changeset="5612915" uid="82717" user="oliviers">
+ <tag k="name" v="Flyer Centre"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="890980771" lat="46.9572392" lon="7.4375412" version="4" timestamp="2014-11-04T21:17:04Z" changeset="26558242" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="72"/>
+ <tag k="addr:postcode" v="3012"/>
+ <tag k="addr:street" v="Neubrückstrasse"/>
+ <tag k="contact:email" v="info@diespeiche.ch"/>
+ <tag k="contact:phone" v="+41 31 3013855"/>
+ <tag k="name" v="Die Speiche"/>
+ <tag k="opening_hours" v="Mo 13:00-18:30; Tu-Fr 09:00-12:00, 13:00-18:30; Sa 09:00-16:00"/>
+ <tag k="operator" v="Stefan Czaja"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.diespeiche.ch"/>
+ </node>
+ <node id="895556711" lat="47.3966237" lon="9.5804533" version="4" timestamp="2012-11-24T22:26:40Z" changeset="14020631" uid="334389" user="ueliw0">
+ <tag k="name" v="Pele's Bike-Shop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="897677778" lat="46.0117000" lon="8.9361680" version="1" timestamp="2010-09-05T17:49:59Z" changeset="5690372" uid="79307" user="StePedro83">
+ <tag k="name" v="Ciclorama"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="903623278" lat="46.7745093" lon="7.6200397" version="1" timestamp="2010-09-08T22:23:15Z" changeset="5728690" uid="7412" user="mjulius">
+ <tag k="name" v="Bikecenter"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="904185718" lat="47.4265467" lon="9.3821657" version="2" timestamp="2011-11-12T22:57:45Z" changeset="9809569" uid="44456" user="twalter">
+ <tag k="addr:city" v="St. Gallen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="41"/>
+ <tag k="addr:postcode" v="9000"/>
+ <tag k="addr:street" v="Rorschacherstrasse"/>
+ <tag k="name" v="FS Hot Wheels"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="907840495" lat="47.3863041" lon="8.5276055" version="3" timestamp="2014-02-28T11:29:34Z" changeset="20825247" uid="50044" user="arx">
+ <tag k="name" v="velogarage"/>
+ <tag k="opening_hours" v="Tu-Fr 10:00-18:00; Sa 10:00-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="926957921" lat="47.4075972" lon="8.5484154" version="4" timestamp="2015-05-30T15:24:38Z" changeset="31586386" uid="2953054" user="sky-blue">
+ <tag k="name" v="Velo Lukas Oerlikon"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="927288335" lat="47.4417370" lon="8.8030662" version="2" timestamp="2010-12-06T00:25:37Z" changeset="6558610" uid="178186" user="mdk">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="951283271" lat="46.2477114" lon="7.0053809" version="4" timestamp="2013-03-26T05:43:25Z" changeset="15499221" uid="134112" user="Pan">
+ <tag k="email" v="info@newbike.ch"/>
+ <tag k="name" v="New Bike"/>
+ <tag k="phone" v="+41 24 463 22 38"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="956481725" lat="46.1937367" lon="6.1431435" version="3" timestamp="2012-09-12T10:08:35Z" changeset="13080525" uid="195875" user="inisheer">
+ <tag k="name" v="Bike Passion"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="956488039" lat="46.2449282" lon="6.1417466" version="1" timestamp="2010-10-18T22:27:30Z" changeset="6087798" uid="360336" user="s6eric">
+ <tag k="name" v="Velosophe"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="982718332" lat="47.5405085" lon="7.5952106" version="7" timestamp="2015-03-26T20:19:14Z" changeset="29762699" uid="351422" user="stibe">
+ <tag k="name" v="HILITE-Bikes Concept Store"/>
+ <tag k="operator" v="hilite-bikes.com"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="993244942" lat="46.7629545" lon="7.5979031" version="2" timestamp="2013-03-08T21:15:03Z" changeset="15295326" uid="7412" user="mjulius">
+ <tag k="name" v="Velo Zehr"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1005690783" lat="47.0420360" lon="7.0967385" version="2" timestamp="2015-04-06T19:30:04Z" changeset="30024134" uid="65044" user="hugi">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1008618388" lat="46.4720285" lon="7.1262612" version="2" timestamp="2010-11-27T21:33:45Z" changeset="6473578" uid="124134" user="beni">
+ <tag k="name" v="global cycles &amp; streetwear shop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1027144016" lat="46.2034857" lon="6.1378366" version="1" timestamp="2010-12-07T20:39:51Z" changeset="6579417" uid="199791" user="bergamote">
+ <tag k="name" v="Hors Piste"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1027880757" lat="46.9382005" lon="7.7878197" version="3" timestamp="2015-11-11T21:41:28Z" changeset="35248835" uid="22684" user="Mr_Israel">
+ <tag k="name" v="Velo Garage"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1057395161" lat="47.4025829" lon="8.5360235" version="1" timestamp="2010-12-22T18:52:21Z" changeset="6738561" uid="334389" user="ueliw0">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="200"/>
+ <tag k="addr:postcode" v="8057"/>
+ <tag k="addr:street" v="Hofwiesenstrasse"/>
+ <tag k="name" v="Fahrradbau Stolz"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-18:30; Sa 09:00-15:00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.fahrradbaustolz.ch"/>
+ </node>
+ <node id="1073126174" lat="47.2380157" lon="8.7456702" version="2" timestamp="2014-03-09T17:52:51Z" changeset="21010358" uid="1855676" user="barbe45">
+ <tag k="name" v="Velo - Motos - Günthart"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.guenthart-velo-motos.ch/"/>
+ </node>
+ <node id="1082453922" lat="47.5609659" lon="7.5790242" version="1" timestamp="2011-01-04T16:59:30Z" changeset="6862941" uid="391503" user="manu3d">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1098614682" lat="47.3643736" lon="8.7961794" version="2" timestamp="2014-01-30T20:17:36Z" changeset="20289604" uid="172867" user="AmiFritz">
+ <tag k="addr:city" v="Pfäffikon ZH"/>
+ <tag k="addr:postcode" v="8330"/>
+ <tag k="addr:street" v="Geenstrasse"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1101377476" lat="47.0827235" lon="8.3086929" version="1" timestamp="2011-01-13T07:21:08Z" changeset="6954484" uid="74900" user="FischersFritz">
+ <tag k="name" v="müller 2 rad"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="url" v="http://www.mueller-2rad.ch"/>
+ </node>
+ <node id="1111145310" lat="47.5676193" lon="9.1078844" version="4" timestamp="2015-03-27T21:52:22Z" changeset="29790520" uid="135562" user="Seetroll">
+ <tag k="addr:city" v="Weinfelden"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="8570"/>
+ <tag k="addr:street" v="Schulstrasse"/>
+ <tag k="name" v="Müller"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1123313062" lat="46.2087753" lon="6.1373492" version="2" timestamp="2012-09-01T17:50:56Z" changeset="12945115" uid="69418" user="TAA">
+ <tag k="name" v="BOS Bikes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1132639644" lat="47.4534992" lon="8.3218541" version="3" timestamp="2015-05-27T19:04:07Z" changeset="31512353" uid="257555" user="rene78">
+ <tag k="addr:city" v="Neuenhof"/>
+ <tag k="addr:housenumber" v="80"/>
+ <tag k="addr:postcode" v="5432"/>
+ <tag k="addr:street" v="Zürcherstrasse"/>
+ <tag k="name" v="Marquart Radsport"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,13:30-18:30; Sa 08:00-17:00"/>
+ <tag k="phone" v="+41 56 406 10 25"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.marquart-radsport.ch"/>
+ </node>
+ <node id="1142205965" lat="47.4370527" lon="9.6384069" version="3" timestamp="2015-06-29T20:21:51Z" changeset="32293943" uid="580542" user="miklas">
+ <tag k="name" v="Radsport Frei"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.radsportfrei.ch"/>
+ </node>
+ <node id="1156333228" lat="47.0518303" lon="8.2980208" version="4" timestamp="2013-05-20T06:51:44Z" changeset="16203150" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Bike City"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="url" v="http://bike-city.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1167839741" lat="47.1428472" lon="7.2476721" version="2" timestamp="2011-11-16T23:51:58Z" changeset="9850119" uid="28048" user="swissoptimist">
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="2502"/>
+ <tag k="addr:street" v="Juravorstadt"/>
+ <tag k="name" v="Veloatelier Biel"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.veloatelier-biel.ch"/>
+ </node>
+ <node id="1174882155" lat="47.4562539" lon="8.7745144" version="1" timestamp="2011-02-26T15:13:56Z" changeset="7400693" uid="178186" user="mdk">
+ <tag k="name" v="Morof 2-Rad Sport"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1197613144" lat="47.3796264" lon="8.0748542" version="1" timestamp="2011-03-11T22:51:50Z" changeset="7528380" uid="34507" user="wartburgritter">
+ <tag k="name" v="Redspoke"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1215803231" lat="47.6473722" lon="9.1700296" version="4" timestamp="2015-11-21T09:35:22Z" changeset="35482662" uid="3403639" user="Velo Rüegger">
+ <tag k="addr:housename" v="Velo Rüegger AG"/>
+ <tag k="addr:housenumber" v="28"/>
+ <tag k="addr:postcode" v="8280"/>
+ <tag k="addr:street" v="Löwenstrasse "/>
+ <tag k="name" v="Velo Rüegger AG"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1215913824" lat="47.0358716" lon="8.3228248" version="3" timestamp="2011-07-07T06:20:29Z" changeset="8654249" uid="177686" user="Cho">
+ <tag k="addr:housenumber" v="37"/>
+ <tag k="addr:postcode" v="6005"/>
+ <tag k="addr:street" v="Studhaldenstrasse"/>
+ <tag k="name" v="Veloflick Paul Grätzer"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1217171301" lat="47.5402416" lon="7.5990529" version="3" timestamp="2015-03-26T20:50:00Z" changeset="29763491" uid="351422" user="stibe">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1217171303" lat="47.5522400" lon="7.5658051" version="5" timestamp="2015-02-07T17:04:01Z" changeset="28686206" uid="351422" user="stibe">
+ <tag k="addr:housenumber" v="65"/>
+ <tag k="addr:street" v="Wanderstrasse"/>
+ <tag k="name" v="Walti Schoch"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1229165227" lat="47.5015435" lon="8.7529869" version="1" timestamp="2011-04-02T12:39:37Z" changeset="7743742" uid="430962" user="los5">
+ <tag k="name" v="Velo Winterthur"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1230801015" lat="46.5156651" lon="6.6253154" version="3" timestamp="2014-11-23T17:14:41Z" changeset="26977909" uid="691314" user="H@mlet">
+ <tag k="name" v="Delacombaz"/>
+ <tag k="opening_hours" v="Mo-We,Fr 8:00-12:00,13:30-18:00;Th 8:00-14:00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.delacombaz-velos.ch"/>
+ </node>
+ <node id="1232388406" lat="47.5730477" lon="8.2410673" version="2" timestamp="2014-09-28T18:38:52Z" changeset="25731689" uid="257555" user="rene78">
+ <tag k="addr:housenumber" v="58"/>
+ <tag k="addr:postcode" v="5314"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="name" v="KEWA-RAD"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="Survey"/>
+ <tag k="website" v="http://www.kewa-rad.ch/"/>
+ </node>
+ <node id="1233127348" lat="47.3802014" lon="8.5050948" version="1" timestamp="2011-04-04T23:02:46Z" changeset="7770593" uid="334389" user="ueliw0">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="437"/>
+ <tag k="addr:postcode" v="8040"/>
+ <tag k="addr:street" v="Badenerstrasse"/>
+ <tag k="fax" v="+4144 404 78 40"/>
+ <tag k="man_made" v="works"/>
+ <tag k="name" v="Velowerkstatt"/>
+ <tag k="opening_hours" v="Mo-Fr 13:00-18:30; Sa 10:00-16:00"/>
+ <tag k="phone" v="+4144 404 78 00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.stadt-zuerich.ch/velowerkstatt"/>
+ </node>
+ <node id="1234819954" lat="47.4688920" lon="7.8073755" version="1" timestamp="2011-04-06T15:59:38Z" changeset="7786333" uid="423110" user="mesel888">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1241205926" lat="47.3715760" lon="8.5205250" version="2" timestamp="2013-03-15T08:49:23Z" changeset="15370613" uid="1234273" user="d_berger">
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="8003"/>
+ <tag k="addr:street" v="Erikastrasse"/>
+ <tag k="name" v="FlammeRouge"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.flammerouge.ch/"/>
+ </node>
+ <node id="1249802773" lat="47.4786625" lon="8.2214464" version="2" timestamp="2011-05-03T15:34:51Z" changeset="8040624" uid="306862" user="keimo">
+ <tag k="addr:housenumber" v="33"/>
+ <tag k="addr:postcode" v="5210"/>
+ <tag k="addr:street" v="Zürcherstrasse"/>
+ <tag k="name" v="Bike Zone Windisch"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikezone.ch/"/>
+ </node>
+ <node id="1252911222" lat="46.7237022" lon="6.5313057" version="4" timestamp="2014-11-15T08:19:57Z" changeset="26793601" uid="171657" user="yvecai">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1252973481" lat="46.9919936" lon="7.4561082" version="1" timestamp="2011-04-20T19:42:57Z" changeset="7919594" uid="116207" user="cholero">
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:street" v="Reichenbachstrasse"/>
+ <tag k="name" v="Veloladen Leuthold"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.veloladen-leuthold.ch"/>
+ </node>
+ <node id="1261916070" lat="46.1989914" lon="9.0292815" version="3" timestamp="2015-09-23T20:36:15Z" changeset="34214428" uid="2265854" user="G4rp">
+ <tag k="name" v="Fratelli Carmine"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1261916076" lat="46.1921452" lon="9.0183368" version="2" timestamp="2015-09-23T17:58:08Z" changeset="34211460" uid="2265854" user="G4rp">
+ <tag k="name" v="Cicli Rivolta"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1261916079" lat="46.2003128" lon="9.0315798" version="2" timestamp="2015-09-29T19:23:59Z" changeset="34333528" uid="2265854" user="G4rp">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1263103453" lat="46.5250694" lon="6.6339145" version="1" timestamp="2011-04-28T07:26:05Z" changeset="7991788" uid="195875" user="inisheer">
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="1005"/>
+ <tag k="addr:street" v="Rue des Deux-Marchés"/>
+ <tag k="name" v="Cycles Ricca"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1272541111" lat="46.5113728" lon="6.6366068" version="2" timestamp="2011-05-04T22:39:16Z" changeset="8053348" uid="287341" user="Shernott">
+ <tag k="name" v="Tandem"/>
+ <tag k="opening_hours" v="Tu-Fr 11:00-18:30; Sa 10:00-17:00; Su-Mo off"/>
+ <tag k="phone" v="021 601 50 36"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.onemoretandem.ch"/>
+ </node>
+ <node id="1278222633" lat="47.2367985" lon="7.2880175" version="2" timestamp="2013-06-29T06:45:34Z" changeset="16747861" uid="712931" user="nevadacowboy">
+ <tag k="name" v="Alouette Cycles"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1279236470" lat="47.0346681" lon="8.2798536" version="1" timestamp="2011-05-10T14:08:14Z" changeset="8102625" uid="451927" user="Nnd">
+ <tag k="name" v="Veloberger"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1282878160" lat="47.4456060" lon="8.3608721" version="3" timestamp="2015-05-27T18:42:30Z" changeset="31511753" uid="257555" user="rene78">
+ <tag k="addr:city" v="Würenlos"/>
+ <tag k="addr:housenumber" v="39"/>
+ <tag k="addr:postcode" v="5436"/>
+ <tag k="addr:street" v="Landstrasse"/>
+ <tag k="email" v="info@bikecorner.ch"/>
+ <tag k="name" v="Bike Corner Würenlos GmbH"/>
+ <tag k="opening_hours" v="Tu-Fr 10:00-12:00,13:00-19:30; Sa 09:30-16:00"/>
+ <tag k="phone" v="+41 56 424 37 47"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikecorner.ch/"/>
+ </node>
+ <node id="1298248281" lat="47.4652123" lon="8.3285147" version="2" timestamp="2015-05-27T18:09:58Z" changeset="31510798" uid="257555" user="rene78">
+ <tag k="addr:city" v="Wettingen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="109"/>
+ <tag k="addr:postcode" v="5430"/>
+ <tag k="addr:street" v="Landstrasse"/>
+ <tag k="email" v="info@bauersport.ch"/>
+ <tag k="name" v="Bauer Sport AG"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-12:00,13:30-18:30; Sa 09:00-16:00"/>
+ <tag k="phone" v="+41 56 426 15 17"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bauersport.ch/"/>
+ </node>
+ <node id="1300473575" lat="47.3983288" lon="8.4543736" version="1" timestamp="2011-05-26T08:22:41Z" changeset="8251274" uid="62456" user="Damir Perisa">
+ <tag k="name" v="Velo Lade Schlieren"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1319874353" lat="47.2445866" lon="8.4572401" version="1" timestamp="2011-06-11T10:05:29Z" changeset="8404478" uid="334389" user="ueliw0">
+ <tag k="name" v="simpel.ch"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.simpel.ch/"/>
+ </node>
+ <node id="1327225944" lat="47.0558862" lon="8.3115289" version="6" timestamp="2014-08-29T18:54:02Z" changeset="25103438" uid="1416503" user="asdf2">
+ <tag k="alt_name" v="Boardlocal"/>
+ <tag k="contact:email" v="luzern@boardlocal.ch"/>
+ <tag k="contact:phone" v="+41 (41) 420 16 04"/>
+ <tag k="contact:website" v="www.boardlocal.ch"/>
+ <tag k="name" v="Bikelocal"/>
+ <tag k="note" v="tagged solely as bicycle-shop (fixed rendering in cyclemap)"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="sport" v="cycling;snowboard"/>
+ </node>
+ <node id="1327375918" lat="47.4868654" lon="8.2929315" version="2" timestamp="2015-05-27T18:35:53Z" changeset="31511538" uid="257555" user="rene78">
+ <tag k="addr:city" v="Nussbaumen bei Baden"/>
+ <tag k="addr:housenumber" v="136"/>
+ <tag k="addr:postcode" v="5415"/>
+ <tag k="addr:street" v="Landstrasse"/>
+ <tag k="email" v="velo@vik-schraner.ch"/>
+ <tag k="name" v="Vik Schraner"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-12:00,13:30-18:30; Sa 08:00-16:00"/>
+ <tag k="phone" v="+41 56 282 35 60"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.vik-schraner.ch/"/>
+ </node>
+ <node id="1327375942" lat="47.4888991" lon="8.2878943" version="2" timestamp="2015-05-27T18:35:53Z" changeset="31511538" uid="257555" user="rene78">
+ <tag k="addr:city" v="Nussbaumen bei Baden"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="5415"/>
+ <tag k="addr:street" v="Feldstrasse"/>
+ <tag k="email" v="velomeier@bluewin.ch"/>
+ <tag k="name" v="Velo Meier"/>
+ <tag k="opening_hours" v="Tu,We,Fr 08:00-12:00,13:30-18:00; Sa 08:30-14:00"/>
+ <tag k="phone" v="+41 56 282 14 40"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velo-meier.ch/"/>
+ </node>
+ <node id="1328631115" lat="47.3872071" lon="9.6597001" version="2" timestamp="2011-06-19T15:08:30Z" changeset="8484963" uid="122406" user="hanskuster">
+ <tag k="name" v="W&amp;W Bikes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1337527627" lat="47.0047715" lon="9.4992023" version="2" timestamp="2014-04-06T08:55:22Z" changeset="21527642" uid="125687" user="tubeli">
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="7310"/>
+ <tag k="addr:street" v="Sarganserstrasse"/>
+ <tag k="name" v="Radsport Bislin"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bislin.ch/"/>
+ </node>
+ <node id="1340939721" lat="47.0940542" lon="8.2707067" version="3" timestamp="2015-11-18T09:53:02Z" changeset="35400060" uid="3322894" user="cannondalestore">
+ <tag k="addr:city" v="Rothenburg"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="6023"/>
+ <tag k="addr:street" v="Grabenweg"/>
+ <tag k="ele" v="489"/>
+ <tag k="name" v="Pedros Bikeshop Cannondalestore"/>
+ <tag k="note" v="Bosch Experte, Cannondale Store, Cube Store"/>
+ <tag k="opening_hours" v="Montag Geschlossen (sind wir selber als Radsportler unterwegs),Dienstag, Mittwoch und Freitag 08:00 - 12:00 Uhr 14:00 - 18:30 Uhr, Donnerstag  08:00 - 18:30 Uhr, Samstag 08:00 - 16:00 Uhr"/>
+ <tag k="operator" v="Pedro Nyffenegger"/>
+ <tag k="phone" v="+41412520505"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="https://www.pedrosbikeshop.ch/"/>
+ </node>
+ <node id="1340940869" lat="47.0985452" lon="8.2702451" version="1" timestamp="2011-06-27T09:36:17Z" changeset="8560035" uid="476272" user="Redcastle">
+ <tag k="name" v="Pius Röösli AG"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1350475328" lat="47.0555440" lon="6.7477607" version="1" timestamp="2011-07-05T17:32:41Z" changeset="8641099" uid="216101" user="kalymnos77">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1361985826" lat="47.5087163" lon="8.6917401" version="1" timestamp="2011-07-14T19:05:35Z" changeset="8724988" uid="390170" user="chewiebug">
+ <tag k="addr:housenumber" v="42b"/>
+ <tag k="addr:street" v="Wieshofstrasse"/>
+ <tag k="name" v="BikeDoc"/>
+ <tag k="phone" v="+41 (0) 52 222 00 26"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikedoc.ch/"/>
+ </node>
+ <node id="1363777343" lat="47.5298160" lon="8.1405220" version="3" timestamp="2013-11-28T15:56:34Z" changeset="19162741" uid="1802276" user="JonathanSenn">
+ <tag k="addr:city" v="Gansingen"/>
+ <tag k="addr:housenumber" v="67"/>
+ <tag k="addr:postcode" v="5272"/>
+ <tag k="addr:street" v="Büren"/>
+ <tag k="alt_name" v="Geisseler Fredy Exklusiv-Zweiradzubehör"/>
+ <tag k="name" v="GFEZ"/>
+ <tag k="opening_hours" v="Tu-Fr 14:30-18:30; Sa 10:00-16:00"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.gfez.ch"/>
+ </node>
+ <node id="1364931569" lat="47.4062291" lon="8.5812842" version="3" timestamp="2013-10-26T21:19:48Z" changeset="18558078" uid="30566" user="Pascal Mages">
+ <tag k="name" v="Zweirad-Shop Minder"/>
+ <tag k="service:bicycle:cleaning" v="yes"/>
+ <tag k="service:bicycle:pump" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1367113799" lat="47.4146904" lon="8.5895706" version="3" timestamp="2014-04-29T17:24:11Z" changeset="22027320" uid="211162" user="skorbut">
+ <tag k="addr:city" v="Wallisellen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="8304"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="fax" v="+41 44 830 34 86"/>
+ <tag k="name" v="Hafner's Rad"/>
+ <tag k="phone" v="+41 44 830 34 43"/>
+ <tag k="service:bicycle:cleaning" v="yes"/>
+ <tag k="service:bicycle:pump" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1370921171" lat="47.4149297" lon="8.6208497" version="1" timestamp="2011-07-23T10:39:57Z" changeset="8805009" uid="36216" user="RMN">
+ <tag k="name" v="Ochsner Sport"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1370921188" lat="47.4118550" lon="8.6144339" version="2" timestamp="2015-02-19T12:27:44Z" changeset="28955198" uid="2110714" user="captain_slow">
+ <tag k="name" v="Squadra Mondo"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1371097711" lat="47.1408409" lon="7.2459990" version="2" timestamp="2011-07-23T21:43:16Z" changeset="8810456" uid="28048" user="swissoptimist">
+ <tag k="name" v="FALTBAR folding bicycles and bar"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.faltbar.ch"/>
+ </node>
+ <node id="1371105019" lat="47.1326573" lon="7.2542226" version="5" timestamp="2014-12-31T11:24:11Z" changeset="27820392" uid="1514673" user="amilopowers">
+ <tag k="addr:city" v="Biel/Bienne"/>
+ <tag k="addr:housenumber" v="44"/>
+ <tag k="addr:postcode" v="2503"/>
+ <tag k="addr:street" v="Zionsweg"/>
+ <tag k="addr:street_1" v="Chemin de Sion"/>
+ <tag k="name" v="Velowerkstatt Grüens Huus"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.gruenshuus.ch/"/>
+ </node>
+ <node id="1373475832" lat="47.2158956" lon="7.5429362" version="1" timestamp="2011-07-25T06:01:09Z" changeset="8823157" uid="481380" user="Nzara">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1389612420" lat="46.9535583" lon="7.4322703" version="11" timestamp="2014-12-25T14:40:26Z" changeset="27690156" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="32a"/>
+ <tag k="addr:postcode" v="3012"/>
+ <tag k="addr:street" v="Länggassstrasse"/>
+ <tag k="addr:suburb" v="Länggasse"/>
+ <tag k="contact:email" v="info@crashcycles.ch"/>
+ <tag k="contact:phone" v="+41 31 3028383"/>
+ <tag k="name" v="CrashCycles"/>
+ <tag k="opening_hours" v="Mo off; Tu-Fr 09:00-12:00,13:30-18:30; Sa 09:00-16:00; Su off"/>
+ <tag k="operator" v="CrashCycles GmbH"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.crashcycles.ch"/>
+ </node>
+ <node id="1411264268" lat="47.0816468" lon="8.4395696" version="1" timestamp="2011-08-24T13:59:58Z" changeset="9112820" uid="500096" user="kubi42">
+ <tag k="name" v="Aebi"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1411264273" lat="47.0811098" lon="8.4414633" version="2" timestamp="2014-03-16T10:58:17Z" changeset="21133375" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Küssnacht am Rigi"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="6403"/>
+ <tag k="addr:street" v="Grepperstrasse"/>
+ <tag k="name" v="Camenzind 2-Radsport AG"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1412289482" lat="47.5675280" lon="7.8389980" version="4" timestamp="2011-09-10T18:22:40Z" changeset="9264446" uid="89943" user="Bengatzer">
+ <tag k="addr:city" v="Möhlin"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="4313"/>
+ <tag k="addr:street" v="Salinenstrasse"/>
+ <tag k="name" v="Trek Bicycle, G. Manna"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-12:00,13:30-18:30; Sa 09:00-16:00"/>
+ <tag k="phone" v="+4161 851 45 77"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1413602815" lat="46.2307931" lon="7.3528681" version="1" timestamp="2011-08-26T19:11:40Z" changeset="9132267" uid="512593" user="asas881">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="1950"/>
+ <tag k="addr:street" v="rue des Amandiers"/>
+ <tag k="name" v="RK Scooter &amp; Cycle"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1413623497" lat="46.2523267" lon="7.4143679" version="2" timestamp="2011-08-27T17:35:32Z" changeset="9139990" uid="70696" user="xybot">
+ <tag k="addr:postcode" v="1958"/>
+ <tag k="addr:street" v="route d'Italie"/>
+ <tag k="name" v="Seppey Michel"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://seppey.ch/"/>
+ </node>
+ <node id="1413624163" lat="46.2716938" lon="7.5194655" version="1" timestamp="2011-08-26T19:27:54Z" changeset="9132267" uid="512593" user="asas881">
+ <tag k="addr:housenumber" v="47"/>
+ <tag k="addr:postcode" v="3966"/>
+ <tag k="addr:street" v="route de Chippis"/>
+ <tag k="name" v="Cyclo-Sport"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1414986804" lat="47.0282102" lon="7.7474650" version="2" timestamp="2014-06-10T14:09:06Z" changeset="22851216" uid="1957560" user="waleburg">
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="3454"/>
+ <tag k="addr:street" v="Martkgasse"/>
+ <tag k="name" v="Velo Sommer"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1422987441" lat="46.1643307" lon="8.7586016" version="2" timestamp="2015-06-13T10:57:17Z" changeset="31941104" uid="2917713" user="chrisanter">
+ <tag k="addr:city" v="Losone"/>
+ <tag k="addr:housenumber" v="29"/>
+ <tag k="addr:postcode" v="6616"/>
+ <tag k="addr:street" v="Via ai Mulini"/>
+ <tag k="name" v="Moreno Bike"/>
+ <tag k="operator" v="Moreno Tasca"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1435670342" lat="47.6552227" lon="9.1324000" version="1" timestamp="2011-09-17T18:26:10Z" changeset="9326104" uid="523448" user="virtulex">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1456988110" lat="47.0397614" lon="8.3233695" version="2" timestamp="2014-04-28T20:58:32Z" changeset="22010875" uid="211162" user="skorbut">
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:street" v="Langensandstrasse"/>
+ <tag k="name" v="Velobude"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.velobude.org"/>
+ </node>
+ <node id="1457076800" lat="47.2092750" lon="7.5305514" version="2" timestamp="2015-09-05T19:26:53Z" changeset="33820405" uid="65804" user="Ronny Standtke">
+ <tag k="name" v="Keller"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-12:00,13:30-18:30; Sa 09:00-12:00,13:30-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1457076808" lat="47.2098222" lon="7.5306398" version="3" timestamp="2015-09-05T18:51:22Z" changeset="33819875" uid="65804" user="Ronny Standtke">
+ <tag k="contact:email" v="reto@tropical.ch"/>
+ <tag k="contact:phone" v="+41 32 623 31 41"/>
+ <tag k="contact:website" v="http://www.tropical.ch"/>
+ <tag k="name" v="tropical"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-12:00,13:45-18:30; Th 09:00-12:00,13:45-21:00;Sa 09:00-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1460272513" lat="47.3744649" lon="8.5018678" version="2" timestamp="2015-04-08T16:29:30Z" changeset="30068267" uid="52921" user="t-i">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1460900981" lat="46.5823164" lon="7.6506778" version="2" timestamp="2015-04-12T13:56:46Z" changeset="30163869" uid="65044" user="hugi">
+ <tag k="addr:city" v="Frutigen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="3714"/>
+ <tag k="addr:street" v="Dammweg"/>
+ <tag k="contact:email" v="info@fuhrer-radsport.ch"/>
+ <tag k="contact:fax" v="+41 33 6712640"/>
+ <tag k="contact:phone" v="+41 33 671 1676"/>
+ <tag k="name" v="Fuhrer Radsport"/>
+ <tag k="opening_hours" v="Mo-Fr 07:30-12:00, 13:15-18:00; Sa 07:30-14:00; Su off"/>
+ <tag k="operator" v="Fuhrer Radsport AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.fuhrer-radsport.ch"/>
+ </node>
+ <node id="1480895153" lat="46.9331468" lon="8.3907945" version="2" timestamp="2014-02-26T18:44:19Z" changeset="20796153" uid="397527" user="Stans">
+ <tag k="name" v="2-Rad Barmettler"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1483096183" lat="46.1060961" lon="7.0705395" version="1" timestamp="2011-10-28T03:51:29Z" changeset="9673405" uid="254549" user="Tempus">
+ <tag k="name" v="Comte"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1504082699" lat="47.5361979" lon="8.7358619" version="3" timestamp="2012-01-01T12:44:59Z" changeset="10261007" uid="577816" user="martin0203">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1504084490" lat="47.5641488" lon="8.6850601" version="1" timestamp="2011-11-15T16:18:32Z" changeset="9836057" uid="178186" user="mdk">
+ <tag k="name" v="veloservice dynamoo"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1508922873" lat="47.4741325" lon="8.3058312" version="3" timestamp="2015-05-27T18:20:33Z" changeset="31511093" uid="257555" user="rene78">
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="5400"/>
+ <tag k="addr:street" v="Hahnrainweg"/>
+ <tag k="email" v="info@marvelos.ch"/>
+ <tag k="name" v="Marvelos"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-12:30,13:30-18:30; Sa 10:00-16:00"/>
+ <tag k="phone" v="+41 56 221 24 30"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.marvelos.ch/"/>
+ </node>
+ <node id="1528866215" lat="46.2029549" lon="6.1604776" version="1" timestamp="2011-12-02T22:08:28Z" changeset="10020497" uid="563710" user="topofoly">
+ <tag k="name" v="Velo service"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1552052768" lat="47.2036746" lon="8.8887263" version="2" timestamp="2011-12-25T16:57:12Z" changeset="10201245" uid="358807" user="ianmccallahan">
+ <tag k="name" v="Jäggi Velos-Motos"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="1564395219" lat="47.6594518" lon="8.8591216" version="6" timestamp="2014-10-31T19:08:32Z" changeset="26468184" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:street" v="Rathausplatz"/>
+ <tag k="name" v="River Bike"/>
+ <tag k="phone" v="+41 52 741 55 41"/>
+ <tag k="service:bicycle:rental" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1564834617" lat="47.5044069" lon="9.4286944" version="3" timestamp="2015-07-06T20:51:24Z" changeset="32458540" uid="1567756" user="Triguni">
+ <tag k="name" v="Velos Herzog AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1578223684" lat="46.9584359" lon="8.3642999" version="4" timestamp="2015-04-26T08:51:23Z" changeset="30495509" uid="397527" user="Stans">
+ <tag k="amenity" v="compressed_air"/>
+ <tag k="name" v="bike-atelier.ch"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,13:30-18:00; Sa 08:00-12:00,13:30-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.bike-atelier.ch"/>
+ </node>
+ <node id="1578223704" lat="46.9586498" lon="8.3645889" version="2" timestamp="2014-09-26T06:38:02Z" changeset="25678996" uid="481380" user="Nzara">
+ <tag k="name" v="Molk"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1578223733" lat="46.9572640" lon="8.3643073" version="2" timestamp="2012-01-05T18:49:45Z" changeset="10303904" uid="70696" user="xybot">
+ <tag k="name" v="Mountainbike Adventures"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1581271963" lat="47.4976933" lon="8.7207621" version="3" timestamp="2015-05-13T21:20:40Z" changeset="31115426" uid="390170" user="chewiebug">
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:street" v="Bahnmeisterweg"/>
+ <tag k="name" v="Veloplus"/>
+ <tag k="opening_hours" v="Mo-Fr 09:00-18:30; Sa 09:00-17:00; Jun-Aug: Th 09:00-20:00; PH off"/>
+ <tag k="phone" v="0840 444 777"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.veloplus.ch"/>
+ </node>
+ <node id="1598176947" lat="47.5441429" lon="7.5750760" version="1" timestamp="2012-01-19T21:38:43Z" changeset="10441545" uid="178186" user="mdk">
+ <tag k="name" v="Velos Motos Peter Kobel"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1603483972" lat="46.3452897" lon="6.1533860" version="2" timestamp="2012-06-11T17:51:29Z" changeset="11867062" uid="151526" user="Philetjosie">
+ <tag k="name" v="Funny Bikes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1607696650" lat="47.3788099" lon="8.5439328" version="5" timestamp="2015-05-23T08:21:20Z" changeset="31391605" uid="65804" user="Ronny Standtke">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:postcode" v="8001"/>
+ <tag k="addr:street" v="Weinbergstrasse"/>
+ <tag k="contact:email" v="info@gorillabicycles.com"/>
+ <tag k="contact:phone" v="+41 79 948 79 68"/>
+ <tag k="contact:website" v="http://gorillabicycles.com"/>
+ <tag k="name" v="GOrilla urban cycling"/>
+ <tag k="opening_hours" v="Mo-Fr 10:30-19:30; Sa 11:00-17:00"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1610225957" lat="47.2676440" lon="8.6428328" version="2" timestamp="2013-05-15T19:44:54Z" changeset="16133620" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="ciclosport"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1613995603" lat="47.1846476" lon="7.5569673" version="2" timestamp="2012-02-01T08:09:19Z" changeset="10556589" uid="147368" user="Ecthelias">
+ <tag k="name" v="Bike Plaza Biberist"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="http://www.bike-plaza.ch/"/>
+ </node>
+ <node id="1637668809" lat="47.5698176" lon="9.1052629" version="5" timestamp="2015-03-23T12:50:53Z" changeset="29678075" uid="2777962" user="raphaelschwarz">
+ <tag k="addr:city" v="Weinfelden"/>
+ <tag k="addr:housenumber" v="61"/>
+ <tag k="addr:postcode" v="8570"/>
+ <tag k="addr:street" v="Frauenfelderstrasse"/>
+ <tag k="name" v="Velo Schwarz AG"/>
+ <tag k="opening_hours" v="Mo-Fr 08:00-12:00,13:30-18:30;Sa 08:00-12:00,13:30-16:00"/>
+ <tag k="phone" v="+41 71 622 49 69"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.velo-schwarz.ch"/>
+ </node>
+ <node id="1637937307" lat="46.2132643" lon="6.0818716" version="3" timestamp="2014-08-18T11:23:22Z" changeset="24829766" uid="64255" user="look4book">
+ <tag k="addr:housenumber" v="49"/>
+ <tag k="addr:postcode" v="1214"/>
+ <tag k="addr:street" v="Rue du Village"/>
+ <tag k="name" v="Vélo Serge Demierre"/>
+ <tag k="phone" v="+41 22 3416444"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1639974913" lat="47.5615283" lon="7.5664211" version="1" timestamp="2012-02-20T00:09:24Z" changeset="10736404" uid="111577" user="c-gps">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1671830559" lat="46.5869575" lon="7.6464814" version="1" timestamp="2012-03-12T11:42:44Z" changeset="10953787" uid="125339" user="efred">
+ <tag k="addr:city" v="Frutigen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="3714"/>
+ <tag k="addr:street" v="Kanderstegstrasse"/>
+ <tag k="name" v="Veloschöpfli Zürcher"/>
+ <tag k="phone" v="+41 33 671 3646"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey"/>
+ <tag k="url" v="http://www.bike1a.ch"/>
+ </node>
+ <node id="1674242435" lat="47.0128409" lon="6.9854387" version="4" timestamp="2015-11-26T15:26:04Z" changeset="35593377" uid="225842" user="schnelli">
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:street" v="Avenue Bachelin"/>
+ <tag k="name" v="Cycles PROF Lüthi"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.prof.ch"/>
+ </node>
+ <node id="1696251260" lat="47.4085676" lon="8.3924443" version="4" timestamp="2014-02-12T17:22:16Z" changeset="20526440" uid="161619" user="FvGordon">
+ <tag k="addr:city" v="Dietikon"/>
+ <tag k="addr:housename" v="Im Dreispitz"/>
+ <tag k="addr:housenumber" v="62"/>
+ <tag k="addr:postcode" v="8953"/>
+ <tag k="addr:street" v="Badenerstrasse"/>
+ <tag k="name" v="V-Sport AG"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-18:30; Sa 09:00-16:00"/>
+ <tag k="phone" v="+41 44 740 19 19"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.v-sport.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1701114182" lat="47.3701055" lon="8.5526647" version="2" timestamp="2014-01-19T11:04:13Z" changeset="20082465" uid="1199303" user="wolfv">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="30"/>
+ <tag k="addr:postcode" v="8032"/>
+ <tag k="addr:street" v="Steinwiesstrasse"/>
+ <tag k="name" v="Cyclone"/>
+ <tag k="phone" v="+41 (0)44 261 77 00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://cyclonebikes.ch"/>
+ </node>
+ <node id="1711191300" lat="46.5267065" lon="6.6518785" version="2" timestamp="2014-08-27T06:58:10Z" changeset="25044847" uid="40504" user="mathieuS">
+ <tag k="name" v="Ride &amp; Slide"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.ride-slide.ch/"/>
+ </node>
+ <node id="1711191301" lat="46.5214486" lon="6.6411398" version="2" timestamp="2014-09-07T19:45:28Z" changeset="25294153" uid="40504" user="mathieuS">
+ <tag k="name" v="Aux cycles et motos de l'Ours Cantini"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1712472619" lat="47.3352408" lon="8.5286055" version="1" timestamp="2012-04-12T09:19:33Z" changeset="11274106" uid="635808" user="darkoma">
+ <tag k="name" v="AMW Bike"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1712594810" lat="46.2063695" lon="6.1397478" version="2" timestamp="2013-04-06T21:05:36Z" changeset="15632356" uid="120583" user="x-pab">
+ <tag k="addr:housenumber" v="4bis"/>
+ <tag k="addr:postcode" v="1201"/>
+ <tag k="addr:street" v="boulevard James-Fazy"/>
+ <tag k="name" v="Moto-Cycles Secours"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1727927322" lat="47.0813367" lon="8.2719297" version="1" timestamp="2012-04-23T14:15:36Z" changeset="11395692" uid="476272" user="Redcastle">
+ <tag k="name" v="Schürch 2-Rad-Center"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1728548578" lat="47.4203384" lon="9.3565108" version="1" timestamp="2012-04-23T23:05:41Z" changeset="11400512" uid="665974" user="l-i-n-k">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1732760616" lat="46.2351979" lon="6.1251572" version="1" timestamp="2012-04-27T09:01:15Z" changeset="11430784" uid="151526" user="Philetjosie">
+ <tag k="name" v="Eco-Ride"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1733781938" lat="46.9869984" lon="8.3110909" version="2" timestamp="2013-12-30T08:31:58Z" changeset="19710257" uid="660903" user="Rog007">
+ <tag k="addr:city" v="Hergiswil (NW)"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="6052"/>
+ <tag k="addr:street" v="Schulhausstrasse"/>
+ <tag k="name" v="Martin Niederberger Velos Motos"/>
+ <tag k="phone" v="+41 41 630 01 40"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1734179745" lat="47.1744808" lon="8.5163813" version="2" timestamp="2013-01-03T17:04:09Z" changeset="14514846" uid="180389" user="zugersee">
+ <tag k="name" v="Cycling Lounge"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1743117028" lat="47.2467875" lon="8.4937530" version="2" timestamp="2013-04-07T22:35:17Z" changeset="15641420" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Fro Shop"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1743977339" lat="46.9313330" lon="7.4212910" version="5" timestamp="2015-09-24T07:59:59Z" changeset="34220233" uid="15671" user="habi">
+ <tag k="addr:city" v="Köniz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="145"/>
+ <tag k="addr:postcode" v="3097"/>
+ <tag k="addr:street" v="Schwarzenburgstrasse"/>
+ <tag k="addr:suburb" v="Liebefeld"/>
+ <tag k="alt_name" v="Velo Kretschmann"/>
+ <tag k="contact:email" v="info@kretschmann.ch"/>
+ <tag k="contact:phone" v="+41 31 9712514"/>
+ <tag k="designation" v="bike shop and repair"/>
+ <tag k="name" v="Kretschmann"/>
+ <tag k="opening_hours:url" v="http://kretschmann.ch/wp/?page_id=2"/>
+ <tag k="service:bicycle:pump" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://kretschmann.ch"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1744716955" lat="47.3614595" lon="8.5518497" version="3" timestamp="2015-03-22T12:55:27Z" changeset="29656047" uid="228995" user="Wuzzy">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="38"/>
+ <tag k="addr:postcode" v="8008"/>
+ <tag k="addr:street" v="Florastrasse"/>
+ <tag k="name" v="Rad-Los! Seefeld"/>
+ <tag k="opening_hours" v="Tu-Fr 10:00-12:30, 13:30-18:30; Sa 10:00-16:00"/>
+ <tag k="phone" v="+41 44 381 07 26"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.radlos.ch"/>
+ </node>
+ <node id="1744841401" lat="47.2491289" lon="8.5299360" version="1" timestamp="2012-05-08T00:02:37Z" changeset="11534905" uid="666560" user="Heime">
+ <tag k="name" v="El Pédal"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1747842229" lat="47.2595866" lon="8.8539271" version="4" timestamp="2015-10-07T14:57:11Z" changeset="34492708" uid="2963467" user="rütner">
+ <tag k="addr:city" v="Rüti (ZH)"/>
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="8630"/>
+ <tag k="addr:street" v="Schlossbergstrasse"/>
+ <tag k="name" v="Schmid Velo und E-Bike"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1762168114" lat="47.1381932" lon="7.2485028" version="1" timestamp="2012-05-22T13:55:55Z" changeset="11671858" uid="247587" user="rikun">
+ <tag k="addr:city" v="Biel/Bienne"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="2503"/>
+ <tag k="addr:street" v="Gartenstrasse"/>
+ <tag k="name" v="Action Sports"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1764482147" lat="47.1063834" lon="7.6680052" version="1" timestamp="2012-05-24T19:14:33Z" changeset="11692661" uid="481380" user="Nzara">
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1764522732" lat="47.1531939" lon="7.6963349" version="2" timestamp="2013-05-23T13:40:44Z" changeset="16252550" uid="1478503" user="Celly">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1769293966" lat="47.5686416" lon="7.5950586" version="1" timestamp="2012-05-29T09:14:26Z" changeset="11735448" uid="180451" user="ebu">
+ <tag k="name" v="Reemo Velo"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1771918305" lat="47.1794644" lon="8.1280632" version="2" timestamp="2012-09-08T18:36:43Z" changeset="13036645" uid="505667" user="Bullroarer">
+ <tag k="addr:postcode" v="6214"/>
+ <tag k="addr:street" v="Zellfeld"/>
+ <tag k="name" v="Radsport Thalmann"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.radsport-thalmann.ch/"/>
+ </node>
+ <node id="1780794188" lat="47.6112730" lon="9.2583055" version="2" timestamp="2013-12-16T00:35:38Z" changeset="19474629" uid="1843364" user="sigizigfire">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1788426992" lat="47.3052583" lon="8.7579912" version="3" timestamp="2013-03-24T17:29:25Z" changeset="15482178" uid="395255" user="MWE">
+ <tag k="name" v="Windrad"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1792420989" lat="46.8187206" lon="7.3409642" version="1" timestamp="2012-06-17T21:30:55Z" changeset="11930990" uid="68360" user="bjc">
+ <tag k="name" v="Extrabike"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="url" v="www.extra-bike.ch"/>
+ </node>
+ <node id="1795354334" lat="47.4802452" lon="7.7408681" version="1" timestamp="2012-06-20T08:39:27Z" changeset="11956031" uid="52921" user="t-i">
+ <tag k="addr:city" v="Liestal"/>
+ <tag k="addr:housenumber" v="52"/>
+ <tag k="addr:postcode" v="4410"/>
+ <tag k="addr:street" v="Kasernenstrasse"/>
+ <tag k="name" v="Bike Center Frey"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bike-center.ch/"/>
+ </node>
+ <node id="1798350752" lat="47.4429619" lon="8.4647555" version="5" timestamp="2015-08-16T16:04:00Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Regensdorf"/>
+ <tag k="addr:housenumber" v="220"/>
+ <tag k="addr:postcode" v="8105"/>
+ <tag k="addr:street" v="Althardstrasse"/>
+ <tag k="designation" v="V-Sport AG"/>
+ <tag k="name" v="V-Sport AG"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-18:30; Sa 09:00-16:00"/>
+ <tag k="operator" v="V-Sport AG"/>
+ <tag k="phone" v="+41 44 840 07 00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="local_knowledge"/>
+ <tag k="website" v="www.v-sport.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1803431085" lat="47.4120019" lon="8.5251206" version="2" timestamp="2015-09-04T18:01:33Z" changeset="33800135" uid="3204626" user="Faer">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="322"/>
+ <tag k="addr:postcode" v="8050"/>
+ <tag k="addr:street" v="Regensbergstrasse"/>
+ <tag k="name" v="Herger Sport"/>
+ <tag k="operator" v="Continental"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="vending" v="bicycle_tube"/>
+ </node>
+ <node id="1803766393" lat="47.3358360" lon="8.5180781" version="3" timestamp="2015-11-15T10:36:29Z" changeset="35324569" uid="92387" user="SimonPoole">
+ <tag k="addr:housenumber" v="28"/>
+ <tag k="addr:postcode" v="8041"/>
+ <tag k="addr:street" v="Leimbachstrasse"/>
+ <tag k="name" v="Isi's Velo Lade"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.isis-velolade.ch"/>
+ </node>
+ <node id="1804876716" lat="46.2138651" lon="6.1358513" version="1" timestamp="2012-06-28T10:13:07Z" changeset="12045023" uid="304871" user="Damos">
+ <tag k="name" v="Sold Sport"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1804876738" lat="46.2103249" lon="6.1382162" version="7" timestamp="2015-07-28T12:36:15Z" changeset="32931297" uid="3089265" user="Borderline6">
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="1201"/>
+ <tag k="addr:street" v="Rue de l'Industrie"/>
+ <tag k="name" v="Péclôt 13"/>
+ <tag k="opening_hours" v="Mo-Fr 13:00-19:00; Sa 13:00-18:00"/>
+ <tag k="service:bicycle:pump" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.peclot13.ch"/>
+ </node>
+ <node id="1804876748" lat="46.2107228" lon="6.1390834" version="2" timestamp="2015-07-28T12:33:18Z" changeset="32931204" uid="3089265" user="Borderline6">
+ <tag k="addr:city" v="Geneva"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="1201"/>
+ <tag k="addr:street" v="Rue des Grottes"/>
+ <tag k="name" v="Bike Switzerland"/>
+ <tag k="opening_hours" v="Tu-Fr 10:00-18:00; Sa 09:00-18:00"/>
+ <tag k="phone" v="+41 78 601 69 57"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikeswitzerland.com"/>
+ </node>
+ <node id="1808470981" lat="46.4883458" lon="9.8357285" version="2" timestamp="2013-09-28T16:11:48Z" changeset="18079097" uid="199058" user="pegeka">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1815329307" lat="47.5081258" lon="8.0149178" version="2" timestamp="2013-04-13T11:19:24Z" changeset="15708938" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Bugmann"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="no"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1829131392" lat="47.0527999" lon="7.5106532" version="1" timestamp="2012-07-17T20:54:30Z" changeset="12272210" uid="481380" user="Nzara">
+ <tag k="name" v="Graf"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1830715872" lat="46.9515926" lon="7.4416008" version="16" timestamp="2014-12-11T15:10:42Z" changeset="27399371" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="39"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Bollwerk"/>
+ <tag k="alt_name" v="CityCycles Velo Service"/>
+ <tag k="brand" v="CityCycles"/>
+ <tag k="contact:email" v="veloservice@citycycles.ch"/>
+ <tag k="contact:fax" v="+41 31 3116116"/>
+ <tag k="contact:phone" v="+41 31 3116116"/>
+ <tag k="name" v="CityCycles"/>
+ <tag k="opening_hours" v="Mo-Fr 08:00-12:30,15:00-19:00"/>
+ <tag k="operator" v="City Cycles AG"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.citycycles.ch"/>
+ </node>
+ <node id="1834165629" lat="47.5222998" lon="8.7912166" version="1" timestamp="2012-07-22T13:28:44Z" changeset="12432110" uid="214764" user="Lirum Larum">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1835614809" lat="47.4418246" lon="8.2923536" version="1" timestamp="2012-07-23T18:14:49Z" changeset="12454538" uid="16405" user="Fabian">
+ <tag k="name" v="Velo Franz"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1840804027" lat="47.3732664" lon="8.5328487" version="8" timestamp="2015-02-14T10:15:58Z" changeset="28837785" uid="1218134" user="Sarob">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8001"/>
+ <tag k="addr:street" v="Gessnerallee"/>
+ <tag k="name" v="Athleticum"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.athleticum.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1843084136" lat="47.2230140" lon="7.7796946" version="1" timestamp="2012-07-29T18:31:33Z" changeset="12538642" uid="97547" user="datendelphin">
+ <tag k="addr:housenumber" v="85"/>
+ <tag k="addr:street" v="Aarwangenstrasse"/>
+ <tag k="name" v="Fankhauser"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1843084144" lat="47.2223236" lon="7.7809489" version="1" timestamp="2012-07-29T18:31:33Z" changeset="12538642" uid="97547" user="datendelphin">
+ <tag k="addr:housenumber" v="70"/>
+ <tag k="addr:street" v="Aarwangenstrasse"/>
+ <tag k="name" v="Jenzer"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1844338281" lat="47.3893618" lon="8.4209979" version="2" timestamp="2015-04-19T21:33:33Z" changeset="30342306" uid="311771" user="skl1">
+ <tag k="addr:city" v="Urdorf"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="8902"/>
+ <tag k="addr:street" v="Neumattstrasse"/>
+ <tag k="email" v="nfo@radreisenkunz.ch"/>
+ <tag k="name" v="Radreisen Kunz"/>
+ <tag k="phone" v="+41 43 455 99 90"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.radreisenkunz.ch"/>
+ </node>
+ <node id="1845738548" lat="46.7399139" lon="9.5567870" version="3" timestamp="2014-04-07T20:03:58Z" changeset="21559619" uid="125687" user="tubeli">
+ <tag k="name" v="Pesko Rental AG"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1845738600" lat="46.7281277" lon="9.5535445" version="2" timestamp="2013-08-15T07:13:01Z" changeset="17355458" uid="125687" user="tubeli">
+ <tag k="name" v="Activ Sport Baselgia"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1853060113" lat="47.2135096" lon="7.7838076" version="1" timestamp="2012-08-05T16:33:08Z" changeset="12622951" uid="97547" user="datendelphin">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:street" v="Krippenstrasse"/>
+ <tag k="name" v="J. Minder"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1853060159" lat="47.2109443" lon="7.7895096" version="2" timestamp="2015-04-15T19:48:45Z" changeset="30248038" uid="22971" user="Schlossberg">
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:street" v="Spitalgasse"/>
+ <tag k="name" v="Velorama"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1855233172" lat="47.1284602" lon="8.7427080" version="7" timestamp="2014-03-29T10:25:36Z" changeset="21380159" uid="110450" user="gosausee">
+ <tag k="addr:city" v="Einsiedeln"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="8840"/>
+ <tag k="addr:street" v="Spitalstrasse"/>
+ <tag k="contact:email" v="info@veloeggae.ch"/>
+ <tag k="contact:phone" v="079 859 59 60"/>
+ <tag k="name" v="Veloeggä"/>
+ <tag k="opening_hours" v="Tu-Fr 13:30-19:30; Sa 09:00-16:00"/>
+ <tag k="operator" v="Philipp Kälin &amp; Roland Kälin"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.veloeggae.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1856729059" lat="47.5848385" lon="7.6517489" version="2" timestamp="2012-08-18T19:14:43Z" changeset="12776294" uid="47978" user="Christoph Lotz">
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="23"/>
+ <tag k="addr:postcode" v="4125"/>
+ <tag k="addr:street" v="Schmiedgasse"/>
+ <tag k="designation" v="Sports &amp; Bikes"/>
+ <tag k="name" v="CENCI Sport GmbH"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.cencisport.ch"/>
+ </node>
+ <node id="1857199302" lat="47.5290828" lon="9.0296881" version="1" timestamp="2012-08-08T13:55:33Z" changeset="12657607" uid="7260" user="studerap">
+ <tag k="name" v="Bike-Shop Pfändler"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1869643845" lat="46.2292300" lon="6.0713866" version="3" timestamp="2015-11-22T09:57:23Z" changeset="35504733" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Meyrin"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="1217"/>
+ <tag k="addr:street" v="Avenue de Vaudagne"/>
+ <tag k="amenity" v="bicycle_rental"/>
+ <tag k="name" v="Meyrin Roule"/>
+ <tag k="phone" v="+41 22 740 10 70"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1884032677" lat="46.9021414" lon="7.6586598" version="2" timestamp="2012-08-27T06:17:49Z" changeset="12874837" uid="516861" user="Zäziboulder">
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="bing"/>
+ </node>
+ <node id="1888550042" lat="47.3817794" lon="8.5308639" version="1" timestamp="2012-08-29T16:45:35Z" changeset="12907591" uid="440793" user="Imperator_Mundi">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1891495172" lat="47.0765067" lon="8.2773728" version="2" timestamp="2012-10-25T21:10:41Z" changeset="13632140" uid="710959" user="evh1960">
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:postcode" v="6020"/>
+ <tag k="addr:street" v="Rüeggisingerstrasse"/>
+ <tag k="name" v="Velo Sager Motos"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.sager-2rad.ch"/>
+ </node>
+ <node id="1894195590" lat="47.4994628" lon="8.4110109" version="3" timestamp="2015-03-11T22:10:40Z" changeset="29415711" uid="257555" user="rene78">
+ <tag k="addr:housename" v="René Hurler Velos"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="8165"/>
+ <tag k="addr:street" v="Wehntalerstrasse"/>
+ <tag k="email" v="info@velohurler.ch"/>
+ <tag k="name" v="René Hurler Velos"/>
+ <tag k="opening_hours" v="Mo-Fr 15:00-20:30; Sa 09:00-17:00"/>
+ <tag k="phone" v="+41 44 856 02 68"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.velohurler.ch"/>
+ </node>
+ <node id="1905916502" lat="47.1724510" lon="8.1032573" version="3" timestamp="2015-08-16T16:03:43Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Sursee"/>
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:postcode" v="6210"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="opening_hours" v="Mo-Fr 08:00-12:00,13:30-18:30; Sa 08:15-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velosursee.ch/"/>
+ </node>
+ <node id="1905916506" lat="47.1702886" lon="8.1029192" version="2" timestamp="2014-08-15T08:32:44Z" changeset="24761961" uid="397527" user="Stans">
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="6210"/>
+ <tag k="addr:street" v="Christoph-Schnyder-Strasse"/>
+ <tag k="amenity" v="compressed_air"/>
+ <tag k="name" v="Velo 3000"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velo3000.ch/"/>
+ </node>
+ <node id="1917040299" lat="46.9583231" lon="7.4886746" version="4" timestamp="2015-04-15T17:09:27Z" changeset="30244815" uid="255141" user="Souchong">
+ <tag k="addr:city" v="Ostermundigen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="65"/>
+ <tag k="addr:postcode" v="3072"/>
+ <tag k="addr:street" v="Bernstrasse"/>
+ <tag k="name" v="Veloplus Ostermundigen"/>
+ <tag k="opening_hours" v="Mo-Fr 09:00-18:30; Sa 09:00-17:00"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.veloplus.ch/"/>
+ </node>
+ <node id="1924110557" lat="47.3702056" lon="8.5206590" version="2" timestamp="2013-03-15T07:55:51Z" changeset="15370214" uid="1234273" user="d_berger">
+ <tag k="name" v="Velofix"/>
+ <tag k="opening_hours" v="Apr-Sep Tu-Fr 09:00-18:30; Apr-Sep Sa 09:00-16:00;Oct-Mar Tu-Fr 09:00-12:00,13:30-18:30; Oct-Mar Sa 09:00-12:00,13:00-16:00"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1927844202" lat="46.8408464" lon="7.6192850" version="1" timestamp="2012-09-22T19:54:42Z" changeset="13211257" uid="516861" user="Zäziboulder">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1933894079" lat="47.3671766" lon="8.5351770" version="3" timestamp="2013-08-07T15:03:47Z" changeset="17255066" uid="1707566" user="leo club">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="48"/>
+ <tag k="addr:postcode" v="8002"/>
+ <tag k="addr:street" v="Tödistrasse"/>
+ <tag k="name" v="Velofabrik"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1936927241" lat="47.1592313" lon="9.4681861" version="2" timestamp="2013-10-18T19:01:07Z" changeset="18424358" uid="73792" user="danli">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1941072021" lat="46.8466134" lon="7.1916972" version="4" timestamp="2013-04-28T08:24:55Z" changeset="15891998" uid="125339" user="efred">
+ <tag k="email" v="office@velomichael.ch"/>
+ <tag k="fax" v="+41 26 493 35 35"/>
+ <tag k="name" v="velomichael"/>
+ <tag k="opening_hours" v="Tu-Fr 07:30-12:00,13:30-18:30; Sa 7:30-12:00,13:30-16:00; Su-Mo off"/>
+ <tag k="phone" v="+41 26 493 16 60"/>
+ <tag k="service:bicycle:rental" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velomichael.ch"/>
+ </node>
+ <node id="1946746349" lat="46.9354508" lon="7.4981529" version="1" timestamp="2012-10-04T21:14:12Z" changeset="13365948" uid="948180" user="eltomello">
+ <tag k="addr:housenumber" v="155"/>
+ <tag k="addr:postcode" v="3073"/>
+ <tag k="addr:street" v="Worbstrasse"/>
+ <tag k="name" v="Hene's Veloshop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1982797818" lat="47.3590538" lon="7.9021139" version="1" timestamp="2012-10-25T11:39:44Z" changeset="13626209" uid="998416" user="seo55">
+ <tag k="name" v="Geb. Widmer"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="1998786160" lat="47.7614039" lon="8.6081045" version="1" timestamp="2012-11-05T15:22:30Z" changeset="13762089" uid="551776" user="fdsp">
+ <tag k="name" v="Velo-Sport Russenberger"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2008223769" lat="47.1394179" lon="7.3723984" version="3" timestamp="2013-06-24T07:41:41Z" changeset="16679934" uid="1575125" user="Robert Sutter">
+ <tag k="addr:city" v="Büren an der Aare"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="name" v="Tutto Bene"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="2011451401" lat="46.9541358" lon="6.8568796" version="1" timestamp="2012-11-12T21:29:34Z" changeset="13852636" uid="48488" user="ne9218">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="2015"/>
+ <tag k="addr:street" v="Clos-Roset"/>
+ <tag k="name" v="Frenetic Bikes Sàrl"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2011454293" lat="46.9602210" lon="6.8625227" version="1" timestamp="2012-11-12T21:31:56Z" changeset="13852636" uid="48488" user="ne9218">
+ <tag k="name" v="Pro 2 Roues"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2017346512" lat="47.5068769" lon="8.5934801" version="1" timestamp="2012-11-16T23:45:22Z" changeset="13900658" uid="712885" user="metaodi">
+ <tag k="name" v="Lienhard 2-Rad-Sport"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2026433030" lat="47.0351369" lon="9.0737200" version="1" timestamp="2012-11-22T14:40:46Z" changeset="13986382" uid="989564" user="Thomas Rast">
+ <tag k="name" v="bikestop station"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2030250542" lat="47.4292670" lon="8.5576815" version="2" timestamp="2014-09-19T21:04:10Z" changeset="25549630" uid="92387" user="SimonPoole">
+ <tag k="name" v="Velo Mächler"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2035070321" lat="47.0836088" lon="9.0557879" version="1" timestamp="2012-11-26T17:39:51Z" changeset="14047883" uid="8590" user="Jiuka">
+ <tag k="name" v="Bike Fischli"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2035556239" lat="47.4995114" lon="7.5530969" version="1" timestamp="2012-11-26T22:25:51Z" changeset="14052175" uid="380211" user="roki">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2037406149" lat="47.5372301" lon="7.5716161" version="1" timestamp="2012-11-27T23:07:09Z" changeset="14066212" uid="380211" user="roki">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2037406273" lat="47.5382514" lon="7.5712243" version="1" timestamp="2012-11-27T23:07:11Z" changeset="14066212" uid="380211" user="roki">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2039170286" lat="47.4638023" lon="8.9878601" version="4" timestamp="2014-04-22T19:01:36Z" changeset="21869761" uid="211162" user="skorbut">
+ <tag k="addr:housename" v="Velo Peter"/>
+ <tag k="addr:housenumber" v="45"/>
+ <tag k="addr:postcode" v="8370"/>
+ <tag k="addr:street" v="Winterthurerstrasse"/>
+ <tag k="name" v="Velo Peter GmbH"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="Survey"/>
+ <tag k="website" v="http://www.velopeter.ch"/>
+ </node>
+ <node id="2045968303" lat="47.1690627" lon="8.5166190" version="2" timestamp="2012-12-03T06:55:25Z" changeset="14135160" uid="397527" user="Stans">
+ <tag k="name" v="Radsport Zwahlen"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2067232737" lat="47.3677446" lon="8.8179259" version="2" timestamp="2014-06-16T21:13:57Z" changeset="22973115" uid="69380" user="Mathias Wittwer">
+ <tag k="addr:housenumber" v="37"/>
+ <tag k="addr:postcode" v="8335"/>
+ <tag k="addr:street" v="Pfäffikerstrasse"/>
+ <tag k="name" v="Velo Lade Hittnau"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="local_source"/>
+ <tag k="website" v="www.velolade-hittnau.ch"/>
+ </node>
+ <node id="2070309687" lat="47.5009004" lon="8.7377469" version="1" timestamp="2012-12-16T18:30:03Z" changeset="14297157" uid="178186" user="mdk">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2071988044" lat="46.9670000" lon="6.8577431" version="2" timestamp="2015-09-26T17:02:06Z" changeset="34268111" uid="3113214" user="St-Lettre">
+ <tag k="name" v="Zanetta Sports succ. Olivier Vernier"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2074297741" lat="47.5350223" lon="7.5716720" version="1" timestamp="2012-12-19T09:23:05Z" changeset="14328349" uid="380211" user="roki">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2084845348" lat="47.5542393" lon="8.9014343" version="1" timestamp="2012-12-27T17:34:54Z" changeset="14428432" uid="79025" user="mstock">
+ <tag k="name" v="Zweirad Gamper"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2087691980" lat="47.3984470" lon="7.6915217" version="1" timestamp="2012-12-29T20:51:50Z" changeset="14456286" uid="950321" user="thexrock">
+ <tag k="name" v="Nöggis Bike Shop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2093320038" lat="46.9456312" lon="7.4368019" version="4" timestamp="2014-12-12T09:42:49Z" changeset="27416993" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Effingerstrasse"/>
+ <tag k="alt_name" v="Thömus Shop Bern"/>
+ <tag k="contact:email" v="bern@thoemus.ch"/>
+ <tag k="contact:fax" v="+41 31 8482201"/>
+ <tag k="contact:phone" v="+41 31 9921144"/>
+ <tag k="name" v="Thömus Shop"/>
+ <tag k="opening_hours" v="Mo off; Tu-Fr 07:00-19:00; Sa 09:00-17:00; Su off"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.thoemus.ch"/>
+ </node>
+ <node id="2093673062" lat="47.1738755" lon="8.5166223" version="2" timestamp="2013-01-03T17:04:09Z" changeset="14514846" uid="180389" user="zugersee">
+ <tag k="name" v="Welcome"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2096431963" lat="47.3679014" lon="8.3627565" version="2" timestamp="2013-01-05T16:09:52Z" changeset="14538435" uid="97890" user="Superpixel">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:street" v="Bremgarterstrasse"/>
+ <tag k="name" v="Chilli Sport GmbH"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="http://www.chillisport.ch"/>
+ <tag k="website" v="http://www.chillisport.ch"/>
+ </node>
+ <node id="2097960701" lat="47.3986237" lon="8.4480367" version="1" timestamp="2013-01-06T13:13:55Z" changeset="14548719" uid="311771" user="skl1">
+ <tag k="addr:city" v="Schlieren"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="addr:postcode" v="8952"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Bike Baumann"/>
+ <tag k="phone" v="+41 43 4338917"/>
+ <tag k="service:bicycle:cleaning" v="yes"/>
+ <tag k="service:bicycle:rental" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikebaumann.ch/"/>
+ </node>
+ <node id="2118033521" lat="47.1915747" lon="8.8337591" version="1" timestamp="2013-01-18T18:05:53Z" changeset="14699245" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="addr:postcode" v="8852"/>
+ <tag k="addr:street" v="Churerstrasse"/>
+ <tag k="name" v="Squadra Mondo"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.squadramondo.ch/"/>
+ </node>
+ <node id="2118941730" lat="46.2147510" lon="6.1298505" version="2" timestamp="2014-01-06T14:53:40Z" changeset="19845049" uid="117036" user="hallovelo">
+ <tag k="name" v="D. Girard"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2150869477" lat="47.5161405" lon="8.5421717" version="1" timestamp="2013-02-11T20:22:25Z" changeset="14998909" uid="479871" user="pfrauenf">
+ <tag k="name" v="Mäge's Zweirad Shop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2159692687" lat="47.4652526" lon="7.8563731" version="1" timestamp="2013-02-17T17:05:57Z" changeset="15066411" uid="92417" user="Andrew Lunn">
+ <tag k="name" v="Stevens Bikes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2176926183" lat="47.1899870" lon="8.5157805" version="2" timestamp="2013-05-20T18:07:34Z" changeset="16212367" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Bikecorner Baar"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2186282693" lat="47.2344892" lon="8.4266223" version="1" timestamp="2013-03-04T21:24:41Z" changeset="15251923" uid="97547" user="datendelphin">
+ <tag k="name" v="simpel.ch"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://simpel.ch"/>
+ </node>
+ <node id="2189324407" lat="47.2539342" lon="8.6895209" version="1" timestamp="2013-03-07T06:16:29Z" changeset="15278487" uid="105050" user="Männedorf">
+ <tag k="name" v="Elektrovelo"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2189326319" lat="47.2526673" lon="8.6918917" version="1" timestamp="2013-03-07T06:24:29Z" changeset="15278487" uid="105050" user="Männedorf">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2198511181" lat="47.2799609" lon="7.3767111" version="1" timestamp="2013-03-12T21:26:33Z" changeset="15345482" uid="79025" user="mstock">
+ <tag k="name" v="Bobillier Cycles"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2211967571" lat="47.4103053" lon="9.0400982" version="1" timestamp="2013-03-20T20:56:56Z" changeset="15436580" uid="1285237" user="dbraendle">
+ <tag k="name" v="2-rad Schweizer"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2213465906" lat="47.4281900" lon="8.6908289" version="1" timestamp="2013-03-21T19:08:15Z" changeset="15445642" uid="62440" user="dominicventus">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2216005480" lat="46.9491825" lon="7.4465103" version="9" timestamp="2014-12-11T15:10:41Z" changeset="27399371" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1a"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Nägeligasse"/>
+ <tag k="contact:email" v="visionen@citycycles.ch"/>
+ <tag k="contact:fax" v="+41 31 3116922"/>
+ <tag k="contact:phone" v="+41 31 3122585"/>
+ <tag k="name" v="CityCycles Visionen"/>
+ <tag k="opening_hours" v="Mo 12:00-18:30; Tu-We 10:00-18:30; Th 10:00-21:00; Fr 10:00-18:30; Sa 10:00-17:00; Su off"/>
+ <tag k="operator" v="City Cycles AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.citycycles.ch/home/visionen"/>
+ </node>
+ <node id="2216411800" lat="47.5028156" lon="8.7185955" version="3" timestamp="2014-02-05T22:32:58Z" changeset="20402929" uid="178186" user="mdk">
+ <tag k="name" v="Velo Mohr"/>
+ <tag k="opening_hours" v="Mo-Fr 08:00-12:00,13:30-18:30, Sa 08:00-15:00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://velomohr.ch/"/>
+ </node>
+ <node id="2240223372" lat="46.7463631" lon="7.6429733" version="1" timestamp="2013-03-31T22:55:32Z" changeset="15560854" uid="126246" user="mocoohay">
+ <tag k="name" v="Radsport Gross"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2245285454" lat="46.7616658" lon="7.6277986" version="1" timestamp="2013-04-02T19:49:05Z" changeset="15586156" uid="126246" user="mocoohay">
+ <tag k="name" v="Rad Sport Bachmann"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2247849937" lat="47.3564014" lon="9.0765150" version="1" timestamp="2013-04-04T09:22:55Z" changeset="15604947" uid="1310627" user="roumen">
+ <tag k="addr:housename" v="Soorpark"/>
+ <tag k="name" v="Velothek AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velothek.ch"/>
+ </node>
+ <node id="2272754622" lat="47.2292945" lon="8.8280935" version="1" timestamp="2013-04-19T15:12:33Z" changeset="15786580" uid="481380" user="Nzara">
+ <tag k="name" v="Gertsch"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2272754628" lat="47.2270895" lon="8.8220204" version="4" timestamp="2014-10-11T16:17:09Z" changeset="26007450" uid="2393297" user="AnnelieseFuchs">
+ <tag k="addr:city" v="Rapperswil SG"/>
+ <tag k="addr:housenumber" v="46"/>
+ <tag k="addr:postcode" v="8640"/>
+ <tag k="addr:street" v="Neue Jonastrasse"/>
+ <tag k="name" v="Wemar"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2272754669" lat="47.2271694" lon="8.8209849" version="2" timestamp="2014-06-24T06:52:33Z" changeset="23115682" uid="1195766" user="rangehrn">
+ <tag k="name" v="Tower Sports"/>
+ <tag k="operator" v="Tower Sports"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2272950871" lat="47.2303050" lon="8.8387481" version="2" timestamp="2013-06-20T14:14:36Z" changeset="16630499" uid="1558978" user="CH-OSMler">
+ <tag k="name" v="Büsser Velos Motos"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="local knowledge"/>
+ <tag k="url" v="http://www.buesser-velos-motos.ch/"/>
+ </node>
+ <node id="2275767390" lat="47.2406583" lon="8.1869509" version="1" timestamp="2013-04-21T17:48:38Z" changeset="15814020" uid="465052" user="hecktor">
+ <tag k="addr:city" v="Menziken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="5737"/>
+ <tag k="addr:street" v="Sagiweg"/>
+ <tag k="name" v="Steiger Velo + Sportshop AG"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2295680547" lat="47.7182021" lon="8.6540130" version="1" timestamp="2013-05-08T10:12:46Z" changeset="16026684" uid="653802" user="Podvalov">
+ <tag k="name" v="Bike Café"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bike-cafe.ch/"/>
+ </node>
+ <node id="2295912647" lat="47.1424586" lon="8.4298237" version="2" timestamp="2013-10-07T21:07:51Z" changeset="18237524" uid="32700" user="pfuender_666">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="6343"/>
+ <tag k="addr:street" v="Mühlematt"/>
+ <tag k="name" v="Cycling Lounge"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.cycling-lounge.ch"/>
+ </node>
+ <node id="2297099319" lat="47.0043250" lon="9.5002771" version="2" timestamp="2014-04-06T08:57:33Z" changeset="21527642" uid="125687" user="tubeli">
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="7310"/>
+ <tag k="addr:street" v="Sarganserstrasse"/>
+ <tag k="name" v="Bigger &amp; Co."/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.biggerzweirad.ch"/>
+ </node>
+ <node id="2302913440" lat="46.9293696" lon="7.1196369" version="3" timestamp="2015-04-12T22:04:30Z" changeset="30174732" uid="65044" user="hugi">
+ <tag k="contact:email" v="reto@bikecornermurten.ch"/>
+ <tag k="contact:fax" v="+41 26 6705771"/>
+ <tag k="contact:phone" v="+41 26 6705733"/>
+ <tag k="contact:website" v="http://www.bikecornermurten.ch"/>
+ <tag k="name" v="Bike Corner Murten"/>
+ <tag k="opening_hours" v="Mo off; Tu-Fr 08:00-18:00; Sa 08:00-12:00"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2322101574" lat="47.3853091" lon="8.5210853" version="1" timestamp="2013-05-27T16:33:30Z" changeset="16312170" uid="359735" user="The_Raven">
+ <tag k="addr:housenumber" v="87"/>
+ <tag k="addr:street" v="Viaduktstrasse"/>
+ <tag k="email" v="zuerich@stilrad.com"/>
+ <tag k="name" v="Stilrad"/>
+ <tag k="phone" v="+41 (0) 44 559 43 03"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.stilrad.com/"/>
+ </node>
+ <node id="2336631599" lat="47.1316790" lon="7.5437764" version="1" timestamp="2013-06-08T00:32:30Z" changeset="16463665" uid="457680" user="konir">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2351353023" lat="47.2238178" lon="6.9635533" version="1" timestamp="2013-06-18T16:41:18Z" changeset="16605975" uid="438441" user="Chrigel">
+ <tag k="name" v="Boillat Cycles"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2351356627" lat="47.2560642" lon="6.9980546" version="2" timestamp="2014-04-28T20:33:26Z" changeset="22010443" uid="97547" user="datendelphin">
+ <tag k="name" v="Velo passion"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2351885137" lat="47.2654905" lon="8.8161663" version="1" timestamp="2013-06-19T06:48:06Z" changeset="16613025" uid="1561743" user="Cyrano99">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2354407687" lat="46.1970639" lon="6.1377280" version="1" timestamp="2013-06-21T05:37:07Z" changeset="16639015" uid="917520" user="iGormilhit">
+ <tag k="addr:housenumber" v="71"/>
+ <tag k="addr:postcode" v="1205"/>
+ <tag k="addr:street" v="Boulevard Carl-Vogt"/>
+ <tag k="name" v="Tech-bike"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.tech-bike.com/"/>
+ </node>
+ <node id="2358298943" lat="47.0675072" lon="7.1999102" version="1" timestamp="2013-06-24T08:32:58Z" changeset="16680571" uid="147368" user="Ecthelias">
+ <tag k="addr:housenumber" v="90"/>
+ <tag k="addr:postcode" v="2575"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="name" v="Freitag"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2363152035" lat="47.0734759" lon="8.3265972" version="1" timestamp="2013-06-27T15:23:25Z" changeset="16728051" uid="530922" user="lukas fleischli">
+ <tag k="name" v="Fischer Bike and Parts"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2384491436" lat="47.1821264" lon="8.4666046" version="3" timestamp="2015-08-16T16:03:31Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Cham"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="47"/>
+ <tag k="addr:postcode" v="6330"/>
+ <tag k="addr:street" v="Zugerstrasse"/>
+ <tag k="name" v="Bikecorner Cham"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,13:30-18:30; Sa 08:00-16:00; Mo off"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://bikecorner-cham.ch/"/>
+ </node>
+ <node id="2384491437" lat="47.1966466" lon="8.4816218" version="1" timestamp="2013-07-14T16:39:53Z" changeset="16951479" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Steinhausen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="38"/>
+ <tag k="addr:postcode" v="6312"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Velo A. Rüegg"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.ruegg-steinhausen.ch"/>
+ </node>
+ <node id="2384491438" lat="47.1815417" lon="8.4624867" version="1" timestamp="2013-07-14T16:39:53Z" changeset="16951479" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Cham"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="6330"/>
+ <tag k="addr:street" v="Zugerstrasse"/>
+ <tag k="name" v="Velo Arnold J"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2384491439" lat="47.1913996" lon="8.4832127" version="1" timestamp="2013-07-14T16:39:53Z" changeset="16951479" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Steinhausen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="51"/>
+ <tag k="addr:postcode" v="6312"/>
+ <tag k="addr:street" v="Industriestrasse"/>
+ <tag k="name" v="Velorado AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velorado.ch"/>
+ </node>
+ <node id="2386844894" lat="47.1920707" lon="8.5267923" version="2" timestamp="2015-07-22T10:28:27Z" changeset="32798060" uid="261703" user="Hamid">
+ <tag k="addr:city" v="Baar"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="6340"/>
+ <tag k="addr:street" v="Inwilerstrasse"/>
+ <tag k="name" v="Velo Oase"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2386844895" lat="47.1937394" lon="8.5236627" version="1" timestamp="2013-07-16T20:40:40Z" changeset="16979678" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Baar"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="6340"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Velos Heinz Sägesser"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2387895688" lat="47.4324756" lon="9.3826031" version="4" timestamp="2015-06-22T22:55:54Z" changeset="32148946" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="St. Gallen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="87"/>
+ <tag k="addr:postcode" v="9000"/>
+ <tag k="addr:street" v="St. Jakob-Strasse"/>
+ <tag k="name" v="Veloplus"/>
+ <tag k="service:bicycle:diy" v="yes"/>
+ <tag k="service:bicycle:pump" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.veloplus.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2392081640" lat="47.5465388" lon="7.5621113" version="2" timestamp="2015-02-06T13:25:29Z" changeset="28651828" uid="351422" user="stibe">
+ <tag k="name" v="Velo Osky"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2392554134" lat="47.5553339" lon="7.6203163" version="1" timestamp="2013-07-22T08:51:53Z" changeset="17045525" uid="1667456" user="martingr">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2392649987" lat="47.3787638" lon="8.5455711" version="1" timestamp="2013-07-22T10:33:31Z" changeset="17046596" uid="1637453" user="P1r4nh4">
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="8001"/>
+ <tag k="addr:street" v="Leonhardstrasse"/>
+ <tag k="name" v="Biroma"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.biroma.ch/"/>
+ </node>
+ <node id="2399329034" lat="46.1904093" lon="6.1325809" version="2" timestamp="2015-08-03T18:58:15Z" changeset="33076238" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Geneva"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="1227"/>
+ <tag k="addr:street" v="Rue Eugène-Marziano"/>
+ <tag k="name" v="Veloland"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velolandgeneve.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2399459341" lat="47.2216302" lon="8.2517923" version="2" timestamp="2014-03-16T10:58:17Z" changeset="21133375" uid="32700" user="pfuender_666">
+ <tag k="email" v="info@a-team-achermann.ch"/>
+ <tag k="name" v="A-Team Achermann GmbH"/>
+ <tag k="phone" v="+41 (41) 917 05 79"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.a-team-achermann.ch/"/>
+ </node>
+ <node id="2404839180" lat="47.5195858" lon="8.2307670" version="1" timestamp="2013-08-02T09:37:46Z" changeset="17189699" uid="64255" user="look4book">
+ <tag k="name" v="Veloservice"/>
+ <tag k="note" v="please fix position"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2406353636" lat="46.9088412" lon="7.3605545" version="1" timestamp="2013-08-03T20:26:24Z" changeset="17208248" uid="16549" user="schmidi2">
+ <tag k="name" v="Stromer-Campus"/>
+ <tag k="service:bicycle:cleaning" v="yes"/>
+ <tag k="service:bicycle:rental" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.stromer.ch"/>
+ </node>
+ <node id="2407208414" lat="46.9763384" lon="8.4225054" version="1" timestamp="2013-08-04T19:02:05Z" changeset="17218868" uid="397527" user="Stans">
+ <tag k="amenity" v="compressed_air"/>
+ <tag k="name" v="Velo Frank"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2407300158" lat="47.2048744" lon="7.5379894" version="1" timestamp="2013-08-04T20:07:16Z" changeset="17219766" uid="481380" user="Nzara">
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2413213843" lat="46.7883448" lon="6.6316308" version="1" timestamp="2013-08-10T13:16:53Z" changeset="17291052" uid="84054" user="fredjunod">
+ <tag k="name" v="Version Originale Cycles"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://vo-cycles.ch/"/>
+ </node>
+ <node id="2415246340" lat="46.1962186" lon="6.1399009" version="1" timestamp="2013-08-11T20:59:01Z" changeset="17309207" uid="840408" user="Aikiko">
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="1205"/>
+ <tag k="addr:street" v="Rue des Pavillons"/>
+ <tag k="name" v="Peclôt 13"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.peclot13.ch"/>
+ </node>
+ <node id="2424760915" lat="47.5044077" lon="8.7662325" version="7" timestamp="2014-08-08T11:00:33Z" changeset="24612866" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:housename" v="Giesserei"/>
+ <tag k="addr:housenumber" v="69"/>
+ <tag k="addr:postcode" v="8404"/>
+ <tag k="addr:street" v="Ida-Sträuli-Strasse"/>
+ <tag k="name" v="Velo Stahlross AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.stahlross-velo.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2429975642" lat="47.4503386" lon="8.5935043" version="1" timestamp="2013-08-24T11:28:47Z" changeset="17482650" uid="163622" user="pneff">
+ <tag k="name" v="2Rad-Shop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2449136235" lat="47.1716409" lon="8.2864896" version="3" timestamp="2014-03-16T10:58:17Z" changeset="21133375" uid="32700" user="pfuender_666">
+ <tag k="name" v="Velo-Moto Stadelmann"/>
+ <tag k="service:bicycle:pump" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.stadi.ch/"/>
+ </node>
+ <node id="2460183375" lat="47.7019046" lon="8.6381504" version="1" timestamp="2013-09-16T08:42:08Z" changeset="17863494" uid="1730190" user="kartenmaus">
+ <tag k="name" v="Fahrrad und Motorrad Fachgeschäft"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2469918320" lat="47.5106841" lon="8.6917979" version="1" timestamp="2013-09-24T11:20:37Z" changeset="18007166" uid="178186" user="mdk">
+ <tag k="entrance" v="yes"/>
+ <tag k="name" v="Werner Wullschleger Velos-Motos"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2478785447" lat="47.1621031" lon="7.7952185" version="2" timestamp="2013-10-01T10:06:17Z" changeset="18124330" uid="261703" user="Hamid">
+ <tag k="addr:city" v="Lafranchi"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="36"/>
+ <tag k="addr:postcode" v="4934"/>
+ <tag k="addr:street" v="Obergasse"/>
+ <tag k="name" v="Lafranchi Radsport"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2510326018" lat="46.8616803" lon="7.1250670" version="2" timestamp="2015-05-14T09:41:20Z" changeset="31132698" uid="2911977" user="anjoco">
+ <tag k="name" v="Centre Deux Roues"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2516052192" lat="47.4644814" lon="9.5919976" version="2" timestamp="2013-11-01T10:33:03Z" changeset="18649125" uid="1754577" user="RasRaf">
+ <tag k="name" v="Tobler Velos-Motos"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2526440513" lat="47.1373127" lon="8.5812854" version="4" timestamp="2015-11-28T21:07:51Z" changeset="35636158" uid="83934" user="sCHtreetmapper">
+ <tag k="addr:city" v="Unterägeri"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6314"/>
+ <tag k="addr:street" v="Zugerstrasse"/>
+ <tag k="name" v="Bike Werkstatt &amp; Shop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2528440029" lat="47.3802825" lon="8.5362546" version="3" timestamp="2015-04-15T16:09:52Z" changeset="30242902" uid="255141" user="Souchong">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="CH-8005"/>
+ <tag k="addr:street" v="Konradstrasse"/>
+ <tag k="name" v="Veloplus"/>
+ <tag k="opening_hours" v="Mo-Fr 09:00-19:00; Sa 09:00-18:00"/>
+ <tag k="service:bicycle:diy" v="yes"/>
+ <tag k="service:bicycle:pump" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.veloplus.ch"/>
+ </node>
+ <node id="2540372840" lat="47.4425866" lon="9.0774717" version="1" timestamp="2013-11-19T21:25:12Z" changeset="19002265" uid="1798946" user="p@schi">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2541770921" lat="47.1351450" lon="8.5857442" version="3" timestamp="2013-12-25T13:37:13Z" changeset="19629672" uid="1811841" user="h-vetterli">
+ <tag k="addr:city" v="Unterägeri"/>
+ <tag k="addr:postcode" v="6314"/>
+ <tag k="addr:street" v="Sonnmattliweg"/>
+ <tag k="name" v="Lex Bike Shop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2541771882" lat="47.1361902" lon="8.5847766" version="5" timestamp="2013-12-23T16:13:52Z" changeset="19602828" uid="1811841" user="h-vetterli">
+ <tag k="name" v="Trailraider Bike Shop"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2549599527" lat="47.3918573" lon="8.5424540" version="3" timestamp="2015-01-10T07:24:00Z" changeset="28034725" uid="1218134" user="Sarob">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="65"/>
+ <tag k="addr:postcode" v="8006"/>
+ <tag k="addr:street" v="Langmauerstrasse"/>
+ <tag k="name" v="Radzfaz"/>
+ <tag k="opening_hours" v="Tu-Fr 11:00-19:00; Sa 10:00-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://radzfaz.ch/"/>
+ </node>
+ <node id="2550669076" lat="46.9447237" lon="7.3752618" version="3" timestamp="2015-05-01T17:16:49Z" changeset="30698020" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="3027"/>
+ <tag k="addr:street" v="Gilberte-de-Courgenay-Platz"/>
+ <tag k="addr:suburb" v="Bethlehem"/>
+ <tag k="alt_name" v="m-way E-Bike Store"/>
+ <tag k="bicycletype" v="e-bike"/>
+ <tag k="brand" v="m-way"/>
+ <tag k="contact:email" v="westside@m-way.ch"/>
+ <tag k="contact:phone" v="+41 31 5335010"/>
+ <tag k="name" v="m-way"/>
+ <tag k="opening_hours" v="Mo-Th 09:00-20:00; Fr 09:00-22:00; Sa 08:00-17:00; Su off"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://m-way.ch/de/shops/m-way-shop-bern-westside.html"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2559592477" lat="47.2332696" lon="8.6613618" version="2" timestamp="2015-11-03T22:31:57Z" changeset="35067934" uid="88740" user="Wieseltux">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="8820"/>
+ <tag k="addr:street" v="Stoffelweg"/>
+ <tag k="name" v="Marty Bike"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.marty-bike.ch"/>
+ </node>
+ <node id="2570468654" lat="47.4949601" lon="8.7405648" version="1" timestamp="2013-12-07T21:20:47Z" changeset="19330022" uid="79025" user="mstock">
+ <tag k="email" v="winterthur@m-way.ch"/>
+ <tag k="name" v="m-way"/>
+ <tag k="opening_hours" v="Tu-Fr 10:00-19:00; Sa 10:00-16:00"/>
+ <tag k="service:bicycle:rental" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://m-way.ch/de/shops/m-way-shop-winterthur.html"/>
+ </node>
+ <node id="2577144460" lat="47.5250877" lon="7.6462540" version="1" timestamp="2013-12-12T15:19:41Z" changeset="19415537" uid="1802129" user="remo ackermann">
+ <tag k="name" v="Aebin Zweirad"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2577144567" lat="47.5242032" lon="7.6457417" version="1" timestamp="2013-12-12T15:19:46Z" changeset="19415537" uid="1802129" user="remo ackermann">
+ <tag k="name" v="Velos Motos Zeltner"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2577276006" lat="47.1923830" lon="7.7909534" version="1" timestamp="2013-12-12T18:09:56Z" changeset="19418006" uid="261703" user="Hamid">
+ <tag k="name" v="Bike-Dr Oskar&amp;Toni Steffen"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2583522712" lat="46.9239501" lon="7.3769157" version="8" timestamp="2015-03-20T11:49:50Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Köniz"/>
+ <tag k="addr:housenumber" v="571"/>
+ <tag k="addr:postcode" v="3172"/>
+ <tag k="addr:street" v="Freiburgstrasse"/>
+ <tag k="addr:suburb" v="Niederwangen"/>
+ <tag k="alt_name" v="SVC Ski und Velo Center"/>
+ <tag k="brand" v="Ski+Velo-Center"/>
+ <tag k="contact:email" v="niederwangen@ski-velo-center.ch"/>
+ <tag k="contact:phone" v="+41 31 9813411"/>
+ <tag k="name" v="Ski+Velo-Center"/>
+ <tag k="opening_hours" v="Mo-Fr 08:00-12:00; 13:30-18:30; Sa 08:00-16:00; Su off"/>
+ <tag k="operator" v="Straub Velo- und Ski-Center AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="short_name" v="SVC"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.ski-velo-center.ch/de/niederwangen"/>
+ </node>
+ <node id="2592674925" lat="47.4640207" lon="9.5693801" version="1" timestamp="2013-12-24T12:26:01Z" changeset="19616576" uid="1754577" user="RasRaf">
+ <tag k="name" v="Zweirad Signer"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2608579317" lat="47.4157574" lon="9.2658794" version="2" timestamp="2014-01-04T19:30:57Z" changeset="19811084" uid="213831" user="Josef73">
+ <tag k="addr:city" v="Gossau"/>
+ <tag k="addr:housename" v="Störi René AG"/>
+ <tag k="addr:housenumber" v="197"/>
+ <tag k="addr:postcode" v="9200"/>
+ <tag k="addr:street" v="St. Gallerstrasse"/>
+ <tag k="name" v="Störi René AG"/>
+ <tag k="opening_hours" v="Mo-Fr 08:00-12:00,13:30-18:30; Sa 08:00-12:00,13:30-16:00"/>
+ <tag k="phone" v="+41 71 385 57 67"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="http://www.stadtgossau.ch/de/gewerbe/firmenverzeichnis/?action=showunternehmen&amp;unternehmen_id=3855"/>
+ <tag k="website" v="http://www.stoeri.ch"/>
+ </node>
+ <node id="2608839964" lat="47.5410865" lon="8.0980886" version="1" timestamp="2014-01-03T23:39:48Z" changeset="19797510" uid="92387" user="SimonPoole">
+ <tag k="name" v="Radsport Schumacher"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.radsport-schumacher.ch/"/>
+ </node>
+ <node id="2610776668" lat="46.7685661" lon="10.1109039" version="1" timestamp="2014-01-05T11:51:24Z" changeset="19820759" uid="397527" user="Stans">
+ <tag k="name" v="Reparatura da velos"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2623614777" lat="47.3809003" lon="8.4944182" version="1" timestamp="2014-01-15T16:21:41Z" changeset="20017267" uid="365237" user="Klapper">
+ <tag k="name" v="Velo Zürich"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2627112117" lat="46.6253153" lon="6.2789486" version="4" timestamp="2015-08-16T16:03:42Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Les Bioux"/>
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="1346"/>
+ <tag k="addr:street" v="Vers-Chez-Grosjean"/>
+ <tag k="contact:email" v="petermachines@bluewin.ch"/>
+ <tag k="contact:phone" v="+4121 845 68 27"/>
+ <tag k="name" v="Garage Peter"/>
+ <tag k="opening_hours" v="Mo-Fr 08:00-12:00,13:30-18:00; Sa 08:00-12:00"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2627112123" lat="46.5971142" lon="6.2177321" version="2" timestamp="2015-05-24T09:05:51Z" changeset="31414650" uid="2278038" user="etbane">
+ <tag k="name" v="Rochat Cycles"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2634189291" lat="47.1682847" lon="8.2878707" version="1" timestamp="2014-01-23T19:36:40Z" changeset="20165916" uid="397527" user="Stans">
+ <tag k="name" v="Sidler"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2646067958" lat="46.9416911" lon="7.3904460" version="3" timestamp="2014-09-29T07:10:46Z" changeset="25739672" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="112"/>
+ <tag k="addr:postcode" v="3018"/>
+ <tag k="addr:street" v="Bümplizstrasse"/>
+ <tag k="addr:suburb" v="Bümpliz"/>
+ <tag k="contact:email" v="velomania@bluewin.ch"/>
+ <tag k="contact:fax" v="+41 31 9920707"/>
+ <tag k="contact:phone" v="+41 31 9920707"/>
+ <tag k="contact:website" v="http://www.velomania.ch/index.php?DE&amp;t=kontakt"/>
+ <tag k="name" v="Velomania"/>
+ <tag k="opening_hours" v="Mo off; Tu-Fr 08:00-12:00, 13:30-18:00; Sa 08:00-12:00; Su off"/>
+ <tag k="operator" v="Velomania GmbH"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="website"/>
+ <tag k="website" v="http://www.velomania.ch"/>
+ </node>
+ <node id="2647645210" lat="47.3862908" lon="8.1767423" version="2" timestamp="2014-11-15T08:54:02Z" changeset="26794023" uid="290680" user="wheelmap_visitor">
+ <tag k="email" v="lenzburg@emotion-technologies.ch"/>
+ <tag k="name" v="e-motion"/>
+ <tag k="opening_hours" v="Tu-Fr 10:00-18:30;Sa 9:00-17:00"/>
+ <tag k="phone" v="+41 (0)62 891 47 31"/>
+ <tag k="service:bicycle:rental" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.emotion-technologies.ch/e-bike-shops/lenzburg/schn%C3%A4ppchen/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2651626206" lat="46.9466812" lon="7.4382548" version="7" timestamp="2014-11-20T10:52:11Z" changeset="26905136" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Hirschengraben"/>
+ <tag k="alt_name" v="SVC Ski und Velo Center"/>
+ <tag k="brand" v="Ski+Velo-Center"/>
+ <tag k="contact:email" v="bern@ski-velo-center.ch"/>
+ <tag k="contact:phone" v="+41 31 3120031"/>
+ <tag k="name" v="Ski+Velo-Center"/>
+ <tag k="opening_hours" v="Mo-We 09:00-18:30; Th 09:00-21:00; Fr 09:00-18:30; Sa 09:00-17:00; Su off"/>
+ <tag k="operator" v="Straub Velo- und Ski-Center AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="short_name" v="SVC"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.ski-velo-center.ch/de/bern"/>
+ </node>
+ <node id="2651627824" lat="46.9497775" lon="7.4411140" version="6" timestamp="2015-01-13T11:36:23Z" changeset="28108320" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="61"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Aarbergergasse"/>
+ <tag k="alt_name" v="m-way E-Bike Store"/>
+ <tag k="brand" v="m-way"/>
+ <tag k="contact:email" v="bern@m-way.ch"/>
+ <tag k="contact:phone" v="+41 31 5335000"/>
+ <tag k="name" v="m-way"/>
+ <tag k="opening_hours" v="Mo off; Tu-We 10:00-18:30; Th 10:00-21:00; Fr 10:00-18:30; Sa 09:00-16:00; Su off"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://m-way.ch/de/shops/m-way-shop-bern-city.html"/>
+ </node>
+ <node id="2653546454" lat="46.9745488" lon="7.4765818" version="9" timestamp="2015-03-20T11:49:51Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Ittigen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="159"/>
+ <tag k="addr:postcode" v="3063"/>
+ <tag k="addr:street" v="Papiermühlestrasse"/>
+ <tag k="alt_name" v="SVC Ski und Velo Center"/>
+ <tag k="brand" v="Ski+Velo-Center"/>
+ <tag k="contact:email" v="ittigen@ski-velo-center.ch"/>
+ <tag k="contact:phone" v="+41 31 9212221"/>
+ <tag k="name" v="Ski+Velo-Center"/>
+ <tag k="opening_hours" v="Mo off; Tu-Fr 09:00-18:30; Sa 09:00-16:00; Su off"/>
+ <tag k="operator" v="Straub Velo- und Ski-Center AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="short_name" v="SVC"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.ski-velo-center.ch/de/ittigen"/>
+ </node>
+ <node id="2695169514" lat="46.7335947" lon="7.2933316" version="2" timestamp="2014-06-19T10:31:58Z" changeset="23021018" uid="157550" user="Lepto">
+ <tag k="name" v="MAHU Bike &amp; Sport"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.mahu.ch/"/>
+ </node>
+ <node id="2699687719" lat="46.7820790" lon="6.6357839" version="1" timestamp="2014-03-03T10:07:51Z" changeset="20884773" uid="225842" user="schnelli">
+ <tag k="name" v="Tyloo"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2705430983" lat="47.4295502" lon="8.6965302" version="1" timestamp="2014-03-07T12:03:53Z" changeset="20968016" uid="110004" user="ynrmut7mu5ret">
+ <tag k="name" v="Velobude"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2721389952" lat="46.5272420" lon="6.6159584" version="1" timestamp="2014-03-16T15:26:39Z" changeset="21138042" uid="13303" user="sissou">
+ <tag k="name" v="Vaucher Cycles"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2735807182" lat="47.4300851" lon="8.5639348" version="3" timestamp="2015-11-20T18:33:02Z" changeset="35468178" uid="1802043" user="AMedlhammer">
+ <tag k="addr:city" v="Glattbrugg"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="8152"/>
+ <tag k="addr:street" v="Lindenstrasse"/>
+ <tag k="name" v="Velo Point"/>
+ <tag k="opening_hours" v="Mo-Th 14:00-18:00; Sa 09:00-12:00"/>
+ <tag k="operator" v="Erich Temperli"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="velo-point.ch"/>
+ </node>
+ <node id="2778215143" lat="47.2570179" lon="8.7961464" version="2" timestamp="2014-07-03T22:03:26Z" changeset="23909503" uid="1416503" user="asdf2">
+ <tag k="addr:city" v="Wolfhausen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="8633"/>
+ <tag k="addr:street" v="Oberwolfhauserstrasse"/>
+ <tag k="contact:email" v="info@veloshop-wetli.ch"/>
+ <tag k="contact:fax" v="+41 55 243 43 93"/>
+ <tag k="contact:phone" v="+41 55 243 12 93"/>
+ <tag k="contact:website" v="http://www.veloshop-wetli.ch/"/>
+ <tag k="name" v="Veloshop Wetli"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,14:00-18:00; Sa 08:00-16:00; Mo off"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2781338852" lat="46.4582614" lon="6.8507337" version="3" timestamp="2015-10-20T14:36:01Z" changeset="34756800" uid="225842" user="schnelli">
+ <tag k="addr:housenumber" v="26"/>
+ <tag k="addr:street" v="Rue d'Italie"/>
+ <tag k="name" v="le cyclocampeur"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://lecyclocampeur.ch"/>
+ </node>
+ <node id="2795103023" lat="47.5145590" lon="8.5323669" version="1" timestamp="2014-04-16T18:50:59Z" changeset="21735712" uid="633940" user="femler">
+ <tag k="name" v="B2RS - Birrer 2-Rad Sport"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.b2rs.ch/"/>
+ </node>
+ <node id="2800727743" lat="47.1972240" lon="8.4859536" version="1" timestamp="2014-04-19T10:26:25Z" changeset="21794316" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Steinhausen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="6312"/>
+ <tag k="addr:street" v="Blickensdorferstrasse"/>
+ <tag k="email" v="team@febru.ch"/>
+ <tag k="name" v="Febru Radsport AG"/>
+ <tag k="phone" v="+41 (41) 741 67 42"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.febru.ch"/>
+ </node>
+ <node id="2801669468" lat="47.0622072" lon="8.3096515" version="1" timestamp="2014-04-19T17:49:48Z" changeset="21802209" uid="32700" user="pfuender_666">
+ <tag k="contact:email" v="info@bikeshop-luzern.ch"/>
+ <tag k="contact:phone" v="+41 (41) 420 37 70"/>
+ <tag k="contact:website" v="http://www.bikeshop-luzern.ch"/>
+ <tag k="name" v="BIKE SHOP-LUZERN- Medler GmbH"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2811026133" lat="47.0614547" lon="7.6102012" version="1" timestamp="2014-04-23T13:43:57Z" changeset="21886873" uid="1855495" user="P_ev">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2831212475" lat="46.5184227" lon="6.5642487" version="2" timestamp="2014-05-15T07:16:28Z" changeset="22346999" uid="167945" user="Xinfe">
+ <tag k="name" v="Point Vélo"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="Survey"/>
+ <tag k="website" v="http://developpement-durable.epfl.ch/cms/site/developpementdurable/lang/fr/point-velo"/>
+ </node>
+ <node id="2862006497" lat="46.9840395" lon="6.8783978" version="2" timestamp="2014-05-17T05:23:28Z" changeset="22383006" uid="2079161" user="Mchavaillaz">
+ <tag k="addr:city" v="Corcelles-Cormondrèche"/>
+ <tag k="addr:housenumber" v="10c"/>
+ <tag k="addr:postcode" v="2035"/>
+ <tag k="addr:street" v="Avenue Soguel"/>
+ <tag k="name" v="LocoEmotion"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2895260162" lat="46.6788214" lon="7.8647874" version="1" timestamp="2014-06-02T13:25:33Z" changeset="22693914" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Matten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="40"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="name" v="Velo-Center Amacher"/>
+ <tag k="phone" v="+41 33 823 18 81"/>
+ <tag k="service:bicycle:rental" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2897043402" lat="47.4022742" lon="8.4002805" version="2" timestamp="2015-11-01T06:06:03Z" changeset="35005560" uid="3325479" user="Schelker">
+ <tag k="name" v="e-motion e-Bike Welt Dietikon"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2909056857" lat="47.2276345" lon="8.8253421" version="2" timestamp="2014-06-23T09:17:19Z" changeset="23096506" uid="1195766" user="rangehrn">
+ <tag k="name" v="Höfliger Bike Sport"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2928924112" lat="47.2283183" lon="8.8202109" version="3" timestamp="2015-05-31T19:51:11Z" changeset="31617634" uid="257555" user="rene78">
+ <tag k="addr:city" v="Rapperswil-Jona"/>
+ <tag k="addr:housenumber" v="64"/>
+ <tag k="addr:postcode" v="8640"/>
+ <tag k="addr:street" v="Obere Bahnhofstrasse"/>
+ <tag k="name" v="Stromvelo"/>
+ <tag k="opening_hours" v="Tu-Fr 10:00-12:30,13:15-18:15; Sa 10:00-16:00"/>
+ <tag k="phone" v="+41 55 511 28 11"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="https://www.stromvelo.ch/"/>
+ </node>
+ <node id="2934007521" lat="47.1383704" lon="8.7464015" version="1" timestamp="2014-06-26T09:21:39Z" changeset="23172752" uid="110450" user="gosausee">
+ <tag k="addr:city" v="Einsiedeln"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="72"/>
+ <tag k="addr:postcode" v="8840"/>
+ <tag k="addr:street" v="Zürichstrasse"/>
+ <tag k="name" v="Sport Raphael"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2942625617" lat="47.2960152" lon="8.2430427" version="1" timestamp="2014-07-01T21:26:48Z" changeset="23421496" uid="92387" user="SimonPoole">
+ <tag k="name" v="Radsport Stutz"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2943904886" lat="46.1974071" lon="6.2083575" version="1" timestamp="2014-07-02T16:31:17Z" changeset="23589146" uid="719047" user="sinux">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2946346759" lat="46.1956670" lon="6.1924865" version="1" timestamp="2014-07-03T18:13:21Z" changeset="23856547" uid="719047" user="sinux">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2975441041" lat="47.3987350" lon="8.4186082" version="1" timestamp="2014-07-23T10:20:12Z" changeset="24308203" uid="92387" user="SimonPoole">
+ <tag k="name" v="Schlemmer"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="2999819744" lat="46.8494861" lon="6.8455600" version="2" timestamp="2014-08-06T19:53:11Z" changeset="24582722" uid="92387" user="SimonPoole">
+ <tag k="name" v="Zanone Bikes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3009128760" lat="47.2752110" lon="8.7568970" version="1" timestamp="2014-08-10T18:26:09Z" changeset="24660821" uid="1236913" user="KK4NAE">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3014029088" lat="46.8476758" lon="9.5322276" version="2" timestamp="2014-08-13T10:26:04Z" changeset="24719987" uid="125687" user="tubeli">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:street" v="Jochstr."/>
+ <tag k="name" v="Arcas Tretmaschinen Minsch"/>
+ <tag k="phone" v="+41812520176"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.arcas-tretmaschinen.ch/"/>
+ </node>
+ <node id="3022489525" lat="46.9598647" lon="7.4888220" version="2" timestamp="2015-08-16T16:04:03Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Ostermundigen"/>
+ <tag k="addr:housenumber" v="1A"/>
+ <tag k="addr:postcode" v="3072"/>
+ <tag k="addr:street" v="Paracelsussstrasse"/>
+ <tag k="name" v="sigiMOTION"/>
+ <tag k="opening_hours" v="Tu,Th 08:30-10:00,13:30-18:30; Fr 13:30-18:30; Sa 08:30-14:00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.sigimotion.ch/"/>
+ </node>
+ <node id="3022502464" lat="45.8379130" lon="9.0225174" version="3" timestamp="2014-12-22T18:20:38Z" changeset="27635719" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Chiasso"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="104"/>
+ <tag k="addr:postcode" v="6830"/>
+ <tag k="addr:street" v="Corso San Gottardo"/>
+ <tag k="name" v="Pelle Gino"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="website"/>
+ </node>
+ <node id="3035879191" lat="47.1399319" lon="7.2440550" version="2" timestamp="2015-08-16T16:04:03Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Biel/Bienne"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="2502"/>
+ <tag k="addr:street" v="Mühlebrücke"/>
+ <tag k="email" v="biel@m-way.ch"/>
+ <tag k="name" v="m-way Shop Biel"/>
+ <tag k="opening_hours" v="Tu-Fr 10:00-19:00; Mo off; Sa 10:00-16:00"/>
+ <tag k="phone" v="+41325332400"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://m-way.ch/"/>
+ </node>
+ <node id="3052583162" lat="47.4794927" lon="8.2074575" version="2" timestamp="2015-03-04T21:45:47Z" changeset="29254430" uid="257555" user="rene78">
+ <tag k="addr:housename" v="Dampfschiff"/>
+ <tag k="addr:housenumber" v="26"/>
+ <tag k="addr:postcode" v="5200"/>
+ <tag k="addr:street" v="Aarauerstrasse"/>
+ <tag k="email" v="hunziker@no-limit.ch"/>
+ <tag k="name" v="No Limit"/>
+ <tag k="opening_hours" v="Tu-Th 10:00-12:00,13:30-18:30; Fr 10:00-12:00,13:30-19:00; Sa 09:00-16:00"/>
+ <tag k="phone" v="+41 56 441 77 11"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.no-limit.ch/"/>
+ </node>
+ <node id="3053943944" lat="45.8342346" lon="9.0216981" version="2" timestamp="2014-12-23T10:43:29Z" changeset="27647726" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Chiasso"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="6830"/>
+ <tag k="addr:street" v="Via Generale Enrico Guisan"/>
+ <tag k="name" v="Camponovo Bike"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="3067204247" lat="47.1392333" lon="7.3715288" version="1" timestamp="2014-09-08T18:35:31Z" changeset="25313654" uid="481380" user="Nzara">
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3068074387" lat="47.0976558" lon="8.2063006" version="3" timestamp="2015-11-03T10:53:38Z" changeset="35053200" uid="3356857" user="chregi1985">
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="6206"/>
+ <tag k="addr:street" v="Luzernstrasse"/>
+ <tag k="brand" v="Trek, Diamant, Flyer, Aprilia, Yamaha"/>
+ <tag k="fee" v="no"/>
+ <tag k="name" v="Velos, Motos Wicki Gmbh"/>
+ <tag k="opening_hours" v="07.30-12.00 14.00-18.30"/>
+ <tag k="service:bicycle:chain_tool" v="yes"/>
+ <tag k="service:bicycle:pump" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3077045097" lat="47.4080823" lon="8.5580759" version="1" timestamp="2014-09-14T16:36:41Z" changeset="25436534" uid="2230554" user="Tangresh">
+ <tag k="name" v="Buchegger Velos-Motos GmbH"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3101310481" lat="47.6571400" lon="8.8579237" version="2" timestamp="2014-10-11T04:32:00Z" changeset="25996171" uid="13944" user="bass">
+ <tag k="name" v="Zollinger"/>
+ <tag k="service:bicycle:pump" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="no"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3114484007" lat="47.0441476" lon="7.2753708" version="1" timestamp="2014-10-06T08:46:08Z" changeset="25891240" uid="2380137" user="duffsimpson">
+ <tag k="name" v="Thomet"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3126115197" lat="47.3822114" lon="8.2408466" version="1" timestamp="2014-10-12T15:33:40Z" changeset="26028042" uid="769696" user="lionls1">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3128355357" lat="46.7702002" lon="7.5809099" version="2" timestamp="2014-10-13T19:58:21Z" changeset="26057671" uid="2398148" user="friedlitom">
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="3661"/>
+ <tag k="addr:street" v="Thunstrasse 22"/>
+ <tag k="name" v="Bike-Corner Uetendorf"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.bike-corner-uetendorf.ch"/>
+ </node>
+ <node id="3152773177" lat="46.3842932" lon="6.2323657" version="3" timestamp="2015-07-22T08:43:48Z" changeset="32796040" uid="129299" user="RBA">
+ <tag k="addr:city" v="Nyon"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="1260"/>
+ <tag k="addr:street" v="Rue de la Morâche"/>
+ <tag k="name" v="Cycles Hubacher"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3166746182" lat="47.5326698" lon="9.1887981" version="1" timestamp="2014-11-04T16:10:22Z" changeset="26551481" uid="79025" user="mstock">
+ <tag k="motorcycle" v="yes"/>
+ <tag k="name" v="Cycle World"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.cycleworld.ch/"/>
+ </node>
+ <node id="3169072019" lat="47.3434278" lon="8.5361591" version="1" timestamp="2014-11-05T19:36:21Z" changeset="26578609" uid="1990878" user="CNL-Fan">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housename" v="Rote Fabrik"/>
+ <tag k="addr:housenumber" v="395"/>
+ <tag k="addr:postcode" v="8038"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="name" v="Rad-Los! Rote Fabrik"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.radlos.ch"/>
+ </node>
+ <node id="3181656710" lat="47.5695347" lon="8.4808936" version="1" timestamp="2014-11-11T20:32:18Z" changeset="26721433" uid="56778" user="manankanchu">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3189274884" lat="47.6005166" lon="9.0974093" version="1" timestamp="2014-11-15T23:08:11Z" changeset="26811539" uid="79025" user="mstock">
+ <tag k="name" v="Velowerkstatt"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3195317365" lat="46.8764968" lon="9.5365453" version="1" timestamp="2014-11-19T10:00:22Z" changeset="26882875" uid="125687" user="tubeli">
+ <tag k="FIXME" v="approximate locaiton"/>
+ <tag k="addr:housenumber" v="36"/>
+ <tag k="addr:street" v="Deutsche Strasse"/>
+ <tag k="name" v="Exclusive Bikes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="url" v="http://www.exclusivebikes.ch"/>
+ </node>
+ <node id="3210925376" lat="47.3703874" lon="8.5153670" version="1" timestamp="2014-11-29T16:09:21Z" changeset="27114437" uid="30566" user="Pascal Mages">
+ <tag k="email" v="info@bikehub.ch"/>
+ <tag k="name" v="Bike Hub"/>
+ <tag k="phone" v="+41 43 811 5748"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikehub.ch/"/>
+ </node>
+ <node id="3216133565" lat="47.1350481" lon="8.1921121" version="1" timestamp="2014-12-02T18:06:13Z" changeset="27185212" uid="1742934" user="Pudu">
+ <tag k="name" v="Graber's Rad Ecke"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3216542020" lat="47.4899355" lon="8.9012979" version="3" timestamp="2015-04-20T11:19:59Z" changeset="30351868" uid="66398" user="rubliexpress">
+ <tag k="addr:city" v="Aadorf"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="8533"/>
+ <tag k="addr:street" v="Chatelstrasse"/>
+ <tag k="name" v="Bikeshop Studer"/>
+ <tag k="opening_hours" v="Tu,Fr 09:00-12:00,14:00-18:15; We 08:00-12:00,14:00-18:15; Sa 08:00-15:00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey"/>
+ <tag k="website" v="http://www.bikeshop-studer.ch"/>
+ </node>
+ <node id="3226976239" lat="47.3823796" lon="8.5449098" version="1" timestamp="2014-12-09T19:07:56Z" changeset="27363365" uid="1218134" user="Sarob">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="74"/>
+ <tag k="addr:postcode" v="8006"/>
+ <tag k="addr:street" v="Sonneggstrasse"/>
+ <tag k="name" v="Metropolitan - urban bike store"/>
+ <tag k="opening_hours" v="tu-fr 11:00-14:00, 15:00-19:00, sa 9:00-16:00"/>
+ <tag k="phone" v="043 255 00 90"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://metropolitan-bike.ch"/>
+ </node>
+ <node id="3228744298" lat="47.5471471" lon="8.7070478" version="1" timestamp="2014-12-10T20:54:07Z" changeset="27386234" uid="2503488" user="cbroenni">
+ <tag k="addr:city" v="Hettlingen"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="8442"/>
+ <tag k="addr:street" v="Burgtrottenweg"/>
+ <tag k="name" v="Veloflicki"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3228758472" lat="47.5468080" lon="8.7082377" version="2" timestamp="2015-08-04T06:19:05Z" changeset="33088315" uid="666" user="ThePacki">
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:street" v="Stationsstrasse"/>
+ <tag k="name" v="Velo Fino"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3237840975" lat="46.7455349" lon="7.6439249" version="1" timestamp="2014-12-16T12:35:30Z" changeset="27506243" uid="2523585" user="Vision Bike">
+ <tag k="addr:city" v="Hünibach"/>
+ <tag k="addr:housenumber" v="149"/>
+ <tag k="addr:postcode" v="3626"/>
+ <tag k="addr:street" v="Staatsstrasse"/>
+ <tag k="name" v="Vision Bike"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.vision-bike.ch"/>
+ </node>
+ <node id="3248988678" lat="47.0556254" lon="8.0815736" version="1" timestamp="2014-12-23T10:09:07Z" changeset="27647098" uid="2534611" user="tandemcyclists">
+ <tag k="addr:city" v="Wolhusen"/>
+ <tag k="addr:housename" v="Zollhaus"/>
+ <tag k="addr:housenumber" v="37"/>
+ <tag k="addr:postcode" v="6110"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Tandem Schweiz AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.tandemschweizag.ch"/>
+ </node>
+ <node id="3257302152" lat="45.8562827" lon="8.9910099" version="3" timestamp="2015-10-24T12:07:38Z" changeset="34839857" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Coldrerio"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="6877"/>
+ <tag k="addr:street" v="Via San Gottardo"/>
+ <tag k="name" v="Wild Horses"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-12:00,14:00-18:30; Sa 09:00-12:00,14:00-17:00"/>
+ <tag k="phone" v="+41 91 646 60 26"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="website and survey"/>
+ <tag k="website" v="http://www.wildhorses.ch"/>
+ </node>
+ <node id="3267503461" lat="46.9277120" lon="7.4475060" version="3" timestamp="2015-06-09T15:34:01Z" changeset="31847471" uid="65044" user="hugi">
+ <tag k="addr:city" v="Wabern"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="3084"/>
+ <tag k="addr:street" v="Gurtendorfstrasse"/>
+ <tag k="contact:email" v="info@velostatt.ch"/>
+ <tag k="contact:phone" v="+41 31 991 21 48 "/>
+ <tag k="name" v="Velostatt"/>
+ <tag k="opening_hours" v="Mo-Tu off; We-Fr 11:00-17:00; Sa-Su off"/>
+ <tag k="operator" v="Manfred &quot;Mani&quot; Grau"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://velostatt.ch"/>
+ </node>
+ <node id="3340097446" lat="47.4782402" lon="9.4928536" version="1" timestamp="2015-02-09T16:45:49Z" changeset="28731889" uid="229491" user="DanielLanz">
+ <tag k="name" v="Bischibikes"/>
+ <tag k="phone" v="+4171 534 16 80"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bischibikes.ch/"/>
+ </node>
+ <node id="3340160924" lat="47.3935687" lon="8.4195712" version="1" timestamp="2015-02-09T17:22:12Z" changeset="28732643" uid="92387" user="SimonPoole">
+ <tag k="name" v="Velo Lade Urdorf"/>
+ <tag k="phone" v="+41 (0)44 735 22 44"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velo-lade.ch"/>
+ </node>
+ <node id="3344853708" lat="47.3676488" lon="8.5337961" version="1" timestamp="2015-02-11T22:34:24Z" changeset="28785174" uid="2110714" user="captain_slow">
+ <tag k="addr:housenumber" v="48"/>
+ <tag k="addr:street" v="Tödistrasse"/>
+ <tag k="name" v="velomaerkte.ch"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3344853709" lat="47.3668389" lon="8.5339821" version="1" timestamp="2015-02-11T22:34:24Z" changeset="28785174" uid="2110714" user="captain_slow">
+ <tag k="addr:housenumber" v="33"/>
+ <tag k="addr:street" v="Bleicherweg"/>
+ <tag k="name" v="velomaerkte.ch"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3351699378" lat="47.3984998" lon="8.5376108" version="1" timestamp="2015-02-15T11:49:11Z" changeset="28861112" uid="1218134" user="Sarob">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="121"/>
+ <tag k="addr:postcode" v="8057"/>
+ <tag k="addr:street" v="Bucheggstrasse"/>
+ <tag k="name" v="stromvelo.ch"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://stromvelo.ch/"/>
+ </node>
+ <node id="3351763833" lat="47.4768183" lon="9.4866209" version="1" timestamp="2015-02-15T12:29:29Z" changeset="28861977" uid="229491" user="DanielLanz">
+ <tag k="name" v="Meier Velos Motos"/>
+ <tag k="phone" v="+4171 841 23 51"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3358635763" lat="47.4764459" lon="9.4806347" version="2" timestamp="2015-07-27T14:31:35Z" changeset="32911110" uid="229491" user="DanielLanz">
+ <tag k="name" v="Rad9 GmbH"/>
+ <tag k="phone" v="+4171 841 80 00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://rad9.ch/"/>
+ </node>
+ <node id="3363584493" lat="47.4959750" lon="7.6190210" version="2" timestamp="2015-11-06T23:18:37Z" changeset="35138396" uid="2137840" user="rza31">
+ <tag k="addr:city" v="Arlesheim"/>
+ <tag k="addr:postcode" v="4144"/>
+ <tag k="addr:street" v="Neumattstrasse"/>
+ <tag k="name" v="CICLI-Patrik"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3368022485" lat="47.5520084" lon="7.5396520" version="2" timestamp="2015-08-16T16:03:53Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Allschwil"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="4123"/>
+ <tag k="addr:street" v="Binningerstrasse"/>
+ <tag k="name" v="Radsport Huber"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,14:00-18:30; Sa 08:00-16:00"/>
+ <tag k="phone" v="+41 61 483 88 88"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.radsporthuber.ch"/>
+ </node>
+ <node id="3384503523" lat="46.1851116" lon="6.1003078" version="1" timestamp="2015-03-05T16:22:19Z" changeset="29270305" uid="565577" user="Pleclown">
+ <tag k="addr:city" v="Onex"/>
+ <tag k="addr:housenumber" v="106"/>
+ <tag k="addr:postcode" v="1213"/>
+ <tag k="addr:street" v="Avenue du Bois-de-la-Chapelle"/>
+ <tag k="name" v="Ezee Suisse"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.ezeesuisse.ch/"/>
+ </node>
+ <node id="3391354623" lat="46.0159619" lon="8.9587363" version="1" timestamp="2015-03-09T19:50:53Z" changeset="29369977" uid="2649006" user="Mappino">
+ <tag k="addr:city" v="Molino Nuovo (Lugano)"/>
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:postcode" v="6900"/>
+ <tag k="addr:street" v="Via Vignola"/>
+ <tag k="name" v="Z-Bike"/>
+ <tag k="opening_hours" v="Lun-Ven: 09:00-13:00 /14:00-18:00 Sa: 10:00-15:00"/>
+ <tag k="phone" v="+91 975 05 45"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.z-bike.ch"/>
+ </node>
+ <node id="3405393353" lat="47.4984812" lon="8.9518300" version="4" timestamp="2015-04-01T10:47:26Z" changeset="29901457" uid="485074" user="Chrysopras">
+ <tag k="amenity" v="bicycle_repair_station"/>
+ <tag k="name" v="Veloveloladä Wängi"/>
+ <tag k="opening_hours" v="Tu-Fr 09:00-12:00, 13:30-18:30;Sa 09:00-16:00;Su-Mo off"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3411580278" lat="47.4214230" lon="8.5579765" version="1" timestamp="2015-03-21T20:51:56Z" changeset="29644159" uid="908746" user="dulix9">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:postcode" v="8152"/>
+ <tag k="addr:street" v="Thurgauerstrasse"/>
+ <tag k="name" v="M-Way"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3427419027" lat="47.5513249" lon="8.1307696" version="1" timestamp="2015-03-30T19:40:24Z" changeset="29859977" uid="8296" user="kuede">
+ <tag k="name" v="Hüsler"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3463503421" lat="47.1253280" lon="7.2398314" version="2" timestamp="2015-04-19T18:12:57Z" changeset="30337573" uid="79025" user="mstock">
+ <tag k="name" v="V-Werk"/>
+ <tag k="opening_hours" v="Tu-We 08:30-12:30, 14:00-18:00; Th 08:30-12:30; Fr 08:30-12:30, 14:00-18:00; Sa 09:00-14:00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.v-werk.ch/"/>
+ </node>
+ <node id="3471398290" lat="46.2000903" lon="6.1305070" version="3" timestamp="2015-04-22T14:04:34Z" changeset="30405017" uid="2850869" user="kay dottt">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="1205"/>
+ <tag k="addr:street" v="Rue du Vélodrome"/>
+ <tag k="name" v="Cyclopolis"/>
+ <tag k="opening_hours" v="Mo-Fr 09:00-19:00"/>
+ <tag k="phone" v="0225471007"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="3471872598" lat="47.4212956" lon="9.3741000" version="1" timestamp="2015-04-22T19:10:12Z" changeset="30412895" uid="2845199" user="photonikus">
+ <tag k="addr:city" v="St. Gallen"/>
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="addr:postcode" v="9000"/>
+ <tag k="addr:street" v="Wassergasse"/>
+ <tag k="name" v="VeloFlicki&amp;FeiniVelos"/>
+ <tag k="service:bicycle:diy" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3483539452" lat="46.8540120" lon="7.2501021" version="2" timestamp="2015-04-28T09:52:08Z" changeset="30575464" uid="2868522" user="Schmitt22">
+ <tag k="addr:city" v="Schmitten"/>
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:postcode" v="3185"/>
+ <tag k="addr:street" v="Franz Xaver Müllerstrasse"/>
+ <tag k="name" v="Sportello Gauch Max"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3497129029" lat="47.5692324" lon="7.5767259" version="1" timestamp="2015-05-04T14:31:19Z" changeset="30780962" uid="2889577" user="Flybyei">
+ <tag k="name" v="Velo Paul"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3513419987" lat="46.2112993" lon="9.0392198" version="1" timestamp="2015-05-12T21:11:37Z" changeset="31067471" uid="480300" user="nighto">
+ <tag k="name" v="Dream Bike"/>
+ <tag k="opening_hours" v="Tu-Su"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3521088166" lat="47.2232025" lon="9.2009145" version="1" timestamp="2015-05-16T06:04:54Z" changeset="31193702" uid="2395427" user="schoen6">
+ <tag k="name" v="2Rad Eugster"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3522052005" lat="47.4242404" lon="8.5534289" version="1" timestamp="2015-05-16T15:20:52Z" changeset="31203885" uid="136546" user="fr6">
+ <tag k="name" v="Velo Palast"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3528449588" lat="46.7795352" lon="6.6381266" version="1" timestamp="2015-05-19T13:52:15Z" changeset="31284439" uid="367022" user="Puma_">
+ <tag k="addr:city" v="Yverdon-les-Bains"/>
+ <tag k="addr:housenumber" v="7-9"/>
+ <tag k="addr:postcode" v="1400"/>
+ <tag k="addr:street" v="Rue du Collège"/>
+ <tag k="name" v="Favre cycles &amp; motos"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://favre-cycles-motos.ch/"/>
+ </node>
+ <node id="3528458095" lat="47.3704858" lon="8.5250239" version="1" timestamp="2015-05-19T13:57:33Z" changeset="31284715" uid="367022" user="Puma_">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="8004"/>
+ <tag k="addr:street" v="Schimmelstrasse"/>
+ <tag k="name" v="Teodor Velos"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.teodor.ch/"/>
+ </node>
+ <node id="3561808169" lat="47.2256994" lon="8.8199950" version="1" timestamp="2015-05-31T19:46:46Z" changeset="31617520" uid="257555" user="rene78">
+ <tag k="addr:city" v="Rapperswil"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8640"/>
+ <tag k="addr:street" v="Tiefenaustrasse"/>
+ <tag k="email" v="rapperswil@m-way.ch"/>
+ <tag k="name" v="m-way"/>
+ <tag k="opening_hours" v="Tu-Fr 10:00-19:00; Sa 10:00-16:00"/>
+ <tag k="phone" v="+41 55 505 21 00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://m-way.ch/de/shops/m-way-shop-rapperswil.html"/>
+ </node>
+ <node id="3564044008" lat="47.3464432" lon="8.7280434" version="1" timestamp="2015-06-01T17:48:36Z" changeset="31642828" uid="324188" user="ponte1112">
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3577470947" lat="46.9325828" lon="7.3865682" version="3" timestamp="2015-06-06T20:41:05Z" changeset="31776585" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="101"/>
+ <tag k="addr:postcode" v="3018"/>
+ <tag k="addr:street" v="Wangenstrasse"/>
+ <tag k="addr:suburb" v="Bümpliz"/>
+ <tag k="contact:email" v="info@kocher-bike.ch"/>
+ <tag k="contact:fax" v="+41 31 9918434"/>
+ <tag k="contact:phone" v="+41 31 9910418"/>
+ <tag k="name" v="Kocher BIKE.ch"/>
+ <tag k="opening_hours:url" v="http://www.kocher-bike.ch/joomla3/oeffnungszeiten3.html"/>
+ <tag k="operator" v="Kocher BIKE.ch (Einzelunternehmen)"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.kocher-bike.ch"/>
+ </node>
+ <node id="3589149052" lat="47.1544099" lon="8.3166611" version="2" timestamp="2015-08-16T16:04:04Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Ballwil"/>
+ <tag k="addr:postcode" v="6275"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="2-Radegge"/>
+ <tag k="opening_hours" v="Tu-Fr 07:30-12:00,13:30-18:30; Sa 07:30-12:00,13:30-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3591968269" lat="46.1639858" lon="8.7679211" version="2" timestamp="2015-07-19T10:08:28Z" changeset="32729978" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Losone"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="6616"/>
+ <tag k="addr:street" v="Via Emmaus"/>
+ <tag k="name" v="Passion Bike Sagl"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.passionbike.ch/"/>
+ </node>
+ <node id="3591975690" lat="46.1674670" lon="8.7793554" version="3" timestamp="2015-06-13T15:50:34Z" changeset="31946111" uid="2917713" user="chrisanter">
+ <tag k="addr:city" v="Locarno"/>
+ <tag k="addr:housenumber" v="76"/>
+ <tag k="addr:postcode" v="6600"/>
+ <tag k="addr:street" v="Via Bartolomeo Varenna"/>
+ <tag k="name" v="981 NINE EIGHT ONE BIKESHOP"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3597258813" lat="47.4663650" lon="8.2110596" version="2" timestamp="2015-06-15T21:26:15Z" changeset="31993877" uid="257555" user="rene78">
+ <tag k="addr:city" v="Hausen"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="5212"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="email" v="info@crameribike.ch"/>
+ <tag k="name" v="crameri Velo &amp; Bike"/>
+ <tag k="opening_hours" v="We-Fr 08:00-12:00,14:00-18:00; Sa 09:00-12:00,13:00-16:00; PH off"/>
+ <tag k="phone" v="+41 56 441 10 44"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.crameribike.ch/"/>
+ </node>
+ <node id="3607350083" lat="47.3501557" lon="8.7201906" version="1" timestamp="2015-06-20T14:44:24Z" changeset="32098266" uid="2110714" user="captain_slow">
+ <tag k="name" v="m-way"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3620863229" lat="47.3749624" lon="8.4840489" version="1" timestamp="2015-06-26T22:20:08Z" changeset="32233938" uid="92387" user="SimonPoole">
+ <tag k="name" v="Happy Sport"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="service:bicycle:second_hand" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.happysport.net/"/>
+ </node>
+ <node id="3622441986" lat="46.1668105" lon="8.7902063" version="1" timestamp="2015-06-27T20:15:46Z" changeset="32250212" uid="2917713" user="chrisanter">
+ <tag k="name" v="PREMIUM BIKE"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3622445758" lat="46.1660972" lon="8.7959141" version="1" timestamp="2015-06-27T20:20:44Z" changeset="32250385" uid="2917713" user="chrisanter">
+ <tag k="addr:city" v="Locarno"/>
+ <tag k="addr:housenumber" v="14b"/>
+ <tag k="addr:postcode" v="6600"/>
+ <tag k="addr:street" v="Via Stefano Franscini"/>
+ <tag k="name" v="Cicli Outlet Locarno Sagl"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3622917254" lat="46.1693530" lon="8.7931698" version="1" timestamp="2015-06-28T07:29:02Z" changeset="32256949" uid="2917713" user="chrisanter">
+ <tag k="name" v="Belotti Sport Bici"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3634245148" lat="47.3428481" lon="7.8672162" version="1" timestamp="2015-07-04T13:19:56Z" changeset="32409166" uid="2110714" user="captain_slow">
+ <tag k="name" v="DBikes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.dbikes.ch/"/>
+ </node>
+ <node id="3638854463" lat="46.7590476" lon="6.6423507" version="1" timestamp="2015-07-07T09:09:26Z" changeset="32466857" uid="225842" user="schnelli">
+ <tag k="name" v="Vélocouché"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velocouche.ch/"/>
+ </node>
+ <node id="3639863871" lat="47.4827421" lon="8.4532771" version="1" timestamp="2015-07-07T20:55:04Z" changeset="32483146" uid="257555" user="rene78">
+ <tag k="addr:city" v="Dielsdorf"/>
+ <tag k="addr:housenumber" v="28"/>
+ <tag k="addr:postcode" v="8157"/>
+ <tag k="addr:street" v="Wehntalerstrasse"/>
+ <tag k="email" v="info@2-rad-jackmueller.ch"/>
+ <tag k="name" v="2-Rad Jack Müller AG"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,13:30-18:30; Sa 08:00-16:00"/>
+ <tag k="phone" v="+41 44 853 13 44"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.2-rad-jackmueller.ch/"/>
+ </node>
+ <node id="3650941630" lat="46.1965562" lon="7.8396101" version="1" timestamp="2015-07-14T16:28:53Z" changeset="32631929" uid="92387" user="SimonPoole">
+ <tag k="name" v="one"/>
+ <tag k="service:bicycle:rental" v="yes"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3654567559" lat="47.1175381" lon="8.1941366" version="1" timestamp="2015-07-16T16:47:08Z" changeset="32678959" uid="1742934" user="Pudu">
+ <tag k="name" v="Velomenal Radsport AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velomenal.ch/"/>
+ </node>
+ <node id="3656472356" lat="47.1782508" lon="8.5910079" version="1" timestamp="2015-07-18T11:01:02Z" changeset="32715454" uid="438170" user="HealthCycler">
+ <tag k="addr:city" v="Menzingen"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="6313"/>
+ <tag k="addr:street" v="Neudorfstrasse"/>
+ <tag k="name" v="MARTIN’S ROAD- &amp; MOUNTAINBIKES"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="source" v="Observation"/>
+ </node>
+ <node id="3656734733" lat="47.2836448" lon="8.5457591" version="1" timestamp="2015-07-18T15:04:42Z" changeset="32718748" uid="438170" user="HealthCycler">
+ <tag k="addr:city" v="Gattikon"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="8136"/>
+ <tag k="addr:street" v="Sonnenmatt"/>
+ <tag k="name" v="Lerch Cycle Sport AG"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.lerchcyclesport.ch"/>
+ </node>
+ <node id="3662567329" lat="47.5541573" lon="8.8976325" version="1" timestamp="2015-07-23T05:38:33Z" changeset="32816987" uid="607136" user="butl">
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="8500"/>
+ <tag k="addr:street" v="Schlossmühlestrasse"/>
+ <tag k="name" v="Pedalerie"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3668882110" lat="46.2065537" lon="6.1306055" version="2" timestamp="2015-07-28T14:35:05Z" changeset="32933846" uid="3089265" user="Borderline6">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="1203"/>
+ <tag k="addr:street" v="Rue des Charmilles"/>
+ <tag k="name" v="Garuffi Cycles &amp; Scooter"/>
+ <tag k="phone" v="+41 22 344 07 02"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3701218813" lat="47.1994495" lon="8.1072740" version="1" timestamp="2015-08-17T14:43:50Z" changeset="33392550" uid="3150817" user="fritz57">
+ <tag k="name" v="Radsport Schär"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3703478832" lat="47.0294888" lon="8.6295510" version="3" timestamp="2015-08-18T19:17:22Z" changeset="33423812" uid="2812153" user="zerzal">
+ <tag k="addr:city" v="Seewen"/>
+ <tag k="addr:housenumber" v="178"/>
+ <tag k="addr:postcode" v="6423"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Velotrend"/>
+ <tag k="note" v="Best Bike shop"/>
+ <tag k="phone" v="+41418119339"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3708163008" lat="46.7990509" lon="7.1503860" version="1" timestamp="2015-08-21T14:47:52Z" changeset="33485330" uid="1514673" user="amilopowers">
+ <tag k="contact:email" v="mobikes@bluewin.ch"/>
+ <tag k="contact:phone" v="+4126 321 31 24"/>
+ <tag k="contact:phone_1" v="+4178 790 04 16"/>
+ <tag k="contact:website" v="http://www.mobikes-fribourg.ch/"/>
+ <tag k="name" v="Mobikes"/>
+ <tag k="opening_hours" v="Mo-Fr 08:00-12:00, 13:30-18:30; Sa 08:00-16:00; Su off"/>
+ <tag k="repair" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3727121842" lat="46.2111040" lon="6.1396597" version="1" timestamp="2015-09-03T05:29:59Z" changeset="33765562" uid="136859" user="archiws">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="1201"/>
+ <tag k="addr:street" v="Rue de la Faucille"/>
+ <tag k="name" v="bikes2fold"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3730883524" lat="47.2100827" lon="7.5302646" version="1" timestamp="2015-09-05T18:51:21Z" changeset="33819875" uid="65804" user="Ronny Standtke">
+ <tag k="contact:email" v="solothurn@m-way.ch"/>
+ <tag k="contact:phone" v="+41 32 521 24 00"/>
+ <tag k="contact:website" v="http://m-way.ch/de/shops/m-way-shop-solothurn.html"/>
+ <tag k="name" v="mway"/>
+ <tag k="opening_hours" v="Tu-Fr 10:00-18:30; Th 10:00-21:00; Sa 10:00-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3731497069" lat="47.2120654" lon="7.5203548" version="1" timestamp="2015-09-06T11:25:41Z" changeset="33830648" uid="65804" user="Ronny Standtke">
+ <tag k="contact:email" v="info@friedli-bikestyle.ch"/>
+ <tag k="contact:fax" v="+41 32 623 80 45"/>
+ <tag k="contact:phone" v="+41 32 623 44 22"/>
+ <tag k="contact:website" v="http://www.friedli-bikestyle.ch"/>
+ <tag k="name" v="Friedli Bike Style"/>
+ <tag k="opening_hours" v="Mo 14:00-18:30; Tu-Fr 09:00-11:45,14:00-18:30; Sa 09:00-12:00"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3736946797" lat="47.3592923" lon="8.5270099" version="1" timestamp="2015-09-10T06:49:44Z" changeset="33925155" uid="257555" user="rene78">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="47"/>
+ <tag k="addr:postcode" v="8002"/>
+ <tag k="addr:street" v="Waffenplatzstrasse"/>
+ <tag k="email" v="enge@bikehub.ch"/>
+ <tag k="facebook" v="https://www.facebook.com/Velo-Rietberg-1583844805183830"/>
+ <tag k="name" v="Velo Rietberg"/>
+ <tag k="opening_hours" v="09:00-13:00,14:00-19:00; Sa 09:00-16:00; Su,Mo off"/>
+ <tag k="phone" v="+41 44 201 46 50"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.bikehub.ch/uber-uns/velo-rietberg/"/>
+ </node>
+ <node id="3747735391" lat="47.3725662" lon="8.5242450" version="1" timestamp="2015-09-17T13:10:29Z" changeset="34083544" uid="3244691" user="akelai">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="56"/>
+ <tag k="addr:postcode" v="8004"/>
+ <tag k="addr:street" v="Zweierstrasse"/>
+ <tag k="name" v="Phoenix Cycles"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://phoenix-cycles.ch/"/>
+ </node>
+ <node id="3748351424" lat="47.4021880" lon="8.4070423" version="3" timestamp="2015-11-02T18:48:07Z" changeset="35040583" uid="311771" user="skl1">
+ <tag k="addr:city" v="Dietikon"/>
+ <tag k="addr:housenumber" v="65"/>
+ <tag k="addr:postcode" v="8951"/>
+ <tag k="addr:street" v="Zürcherstrasse"/>
+ <tag k="name" v="m-way"/>
+ <tag k="opening_hours" v="Mo-Fr 10-19; Sa 10-16"/>
+ <tag k="operator" v="m-way AG"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://m-way.ch"/>
+ </node>
+ <node id="3752045765" lat="46.2214409" lon="7.2973655" version="1" timestamp="2015-09-20T20:26:40Z" changeset="34149049" uid="2195153" user="AmaroM">
+ <tag k="name" v="Veloland"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3754971844" lat="47.2276046" lon="8.9735254" version="1" timestamp="2015-09-22T19:59:42Z" changeset="34191957" uid="289690" user="michael247">
+ <tag k="addr:city" v="Uznach"/>
+ <tag k="addr:housenumber" v="63"/>
+ <tag k="addr:postcode" v="8730"/>
+ <tag k="addr:street" v="Zürcherstrasse"/>
+ <tag k="name" v="Velocenter Rüdlinger GmbH"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,13:30-18:30; Sa 08:00-12:00,13:30-16:00; PH off"/>
+ <tag k="operator" v="Velocenter Rüdlinger GmbH"/>
+ <tag k="phone" v="+41 55 2804949"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velocenter-ruedlinger.ch/"/>
+ </node>
+ <node id="3758771958" lat="47.2699765" lon="8.8201372" version="1" timestamp="2015-09-25T12:26:31Z" changeset="34243468" uid="1416503" user="asdf2">
+ <tag k="email" v="info@zweiradshop-hintermann.ch"/>
+ <tag k="name" v="zweirad-shop Harry Hintermann GmbH"/>
+ <tag k="opening_hours" v="Tu-Fr 08:00-12:00,14:00-18:30; Sa 08:00-16:00; Mo off"/>
+ <tag k="phone" v="+41 55 243 26 10"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.zweiradshop-hintermann.ch/"/>
+ </node>
+ <node id="3784184399" lat="46.8259091" lon="8.6492798" version="1" timestamp="2015-10-13T05:03:11Z" changeset="34603468" uid="618919" user="msg132e">
+ <tag k="name" v="Lischer"/>
+ <tag k="operator" v="Franz Lischer"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3784668597" lat="46.8756763" lon="8.6497623" version="1" timestamp="2015-10-13T13:09:53Z" changeset="34611296" uid="54687" user="Granjow">
+ <tag k="name" v="Zweirad Bike + Motos Affentranger"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3793843900" lat="47.1684643" lon="8.7254906" version="2" timestamp="2015-10-24T09:57:06Z" changeset="34838111" uid="1199303" user="wolfv">
+ <tag k="contact:phone" v="+41 44 784 80 80"/>
+ <tag k="contact:website" v="http://www.roleto-langlauf-shop.ch/"/>
+ <tag k="name" v="Roleto Bikes &amp; Sports"/>
+ <tag k="opening_hours" v="Mo 13:15-18:30; Tu-Fr 08:00-12:00,13:15-18:00; Sa 09:00-16:00"/>
+ <tag k="service:bicycle:repair" v="yes"/>
+ <tag k="service:bicycle:retail" v="yes"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3794315363" lat="47.3074877" lon="8.0515316" version="1" timestamp="2015-10-20T13:35:32Z" changeset="34755329" uid="2098541" user="lluki">
+ <tag k="name" v="Bike + Rollershop Sommerhalder"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3808140224" lat="47.2894058" lon="8.5686268" version="3" timestamp="2015-11-26T09:58:15Z" changeset="35587658" uid="452231" user="balducien">
+ <tag k="addr:housenumber" v="83"/>
+ <tag k="addr:street" v="Alte Landstrasse"/>
+ <tag k="name" v="Velo Memo"/>
+ <tag k="opening_hours" v="Mo-Fr 07:30-18:30; Sa 09:00-16:00"/>
+ <tag k="phone" v="+41 44 720 41 03"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="http://www.velomemo.ch/"/>
+ </node>
+ <node id="3815680138" lat="47.2946136" lon="8.5653300" version="2" timestamp="2015-11-27T16:13:56Z" changeset="35614227" uid="452231" user="balducien">
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:street" v="Gotthardstrasse"/>
+ <tag k="name" v="Tempo Sport"/>
+ <tag k="opening_hours" v="Mo 11:00-18:30; Tu-Fr 09:00-18:30; Sa 09:00-16:00"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="https://www.tempo-sport.ch/"/>
+ </node>
+ <node id="3822276440" lat="47.1696320" lon="7.9902852" version="1" timestamp="2015-11-07T07:52:14Z" changeset="35143914" uid="3368032" user="Fries-2Rad">
+ <tag k="addr:city" v="Schötz"/>
+ <tag k="addr:housenumber" v="6+10"/>
+ <tag k="addr:postcode" v="6247"/>
+ <tag k="addr:street" v="Luzernerstrasse"/>
+ <tag k="name" v="Fries-2Rad"/>
+ <tag k="opening_hours" v="Di-Fr 8:00-12:00 13:30-18:00 Sa 8:00-15:00"/>
+ <tag k="operator" v="Fries Paul"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3828979257" lat="47.4898187" lon="7.6104550" version="1" timestamp="2015-11-10T15:32:24Z" changeset="35218269" uid="3376289" user="Stefan Buser">
+ <tag k="addr:city" v="Arlesheim"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="4144"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Lifestyle Cycles"/>
+ <tag k="opening_hours" v="DI-FR 08:00-12:00/ 13:30-18:00 SA 09:00-14:00"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3840473831" lat="47.4619873" lon="9.3776712" version="2" timestamp="2015-11-21T18:03:44Z" changeset="35493327" uid="602289" user="quark21">
+ <tag k="addr:city" v="Wittenbach"/>
+ <tag k="addr:housenumber" v="93"/>
+ <tag k="addr:postcode" v="9300"/>
+ <tag k="addr:street" v="Romanshornerstrasse"/>
+ <tag k="name" v="Pichler Velos-Motos"/>
+ <tag k="opening_hours" v="Di - Fr. 8.00 - 12.00 / 15.00 - 18.00 Sa 8.00 - 12.00 / 13.30 - 16.00 Mo geschlossen"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3847350208" lat="47.4228692" lon="9.2006277" version="1" timestamp="2015-11-20T18:08:23Z" changeset="35467726" uid="3402148" user="swiss-powerbike">
+ <tag k="name" v="Barino E-Bike Center"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3848899460" lat="47.2509448" lon="8.7662625" version="1" timestamp="2015-11-21T12:39:02Z" changeset="35485921" uid="3403908" user="befueg">
+ <tag k="name" v="Bachmanns Bikestatt"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3849134191" lat="47.2154649" lon="8.6067033" version="1" timestamp="2015-11-21T15:11:45Z" changeset="35489301" uid="3404090" user="orbisnonsufficit">
+ <tag k="addr:city" v="Hirzel"/>
+ <tag k="addr:housenumber" v="42"/>
+ <tag k="addr:postcode" v="8816"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="name" v="Zweiradsport Staub"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="3858595264" lat="47.6464501" lon="9.1700860" version="1" timestamp="2015-11-25T09:57:38Z" changeset="35566499" uid="3412417" user="marceld65">
+ <tag k="addr:city" v="Kreuzlingen"/>
+ <tag k="addr:housename" v="Velodrom"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="8280"/>
+ <tag k="addr:street" v="Bachstrasse"/>
+ <tag k="name" v="Velodrom"/>
+ <tag k="shop" v="bicycle"/>
+ <tag k="website" v="www.velodrom.ch/"/>
+ </node>
+
+</osm> \ No newline at end of file
diff --git a/test/poi-service/script/switzerland/fuel-station.xml b/test/poi-service/script/switzerland/fuel-station.xml
new file mode 100755
index 0000000..8ef31cd
--- /dev/null
+++ b/test/poi-service/script/switzerland/fuel-station.xml
@@ -0,0 +1,12648 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<osm version="0.6" generator="Overpass API">
+<note>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.</note>
+<meta osm_base="2015-12-04T10:21:02Z" areas="2015-12-03T14:13:01Z"/>
+
+ <node id="734402" lat="46.6906453" lon="7.6681833" version="2" timestamp="2010-02-01T21:57:30Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="1228781" lat="46.8785984" lon="7.5423261" version="5" timestamp="2011-09-28T23:23:25Z" changeset="9423880" uid="7412" user="mjulius">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="5702030" lat="46.6805465" lon="7.8274119" version="9" timestamp="2013-05-07T13:22:35Z" changeset="16011184" uid="943137" user="hansif">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="5702071" lat="46.6834149" lon="7.8445587" version="8" timestamp="2013-06-20T13:04:14Z" changeset="16629688" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="8082505" lat="46.6838171" lon="7.6644266" version="4" timestamp="2015-06-15T06:55:33Z" changeset="31976342" uid="157550" user="Lepto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="17407058" lat="47.0547266" lon="7.6253785" version="3" timestamp="2009-05-31T20:47:09Z" changeset="1372888" uid="125122" user="Ghost61">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.5d"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="25579746" lat="46.2148939" lon="6.1042206" version="3" timestamp="2015-08-04T07:46:49Z" changeset="33089869" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Châtelaine"/>
+ <tag k="addr:housenumber" v="42"/>
+ <tag k="addr:street" v="Chemin J. Philibert de Sauvage"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="26054764" lat="46.8840991" lon="8.6370138" version="2" timestamp="2014-01-29T16:39:43Z" changeset="20268405" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="Garage Waser"/>
+ </node>
+ <node id="26055234" lat="46.8877547" lon="8.6326246" version="2" timestamp="2015-11-14T14:13:02Z" changeset="35306805" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia-Tankstelle"/>
+ </node>
+ <node id="27069561" lat="47.3963906" lon="8.6233174" version="4" timestamp="2015-05-12T22:20:24Z" changeset="31069120" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="SOCAR"/>
+ </node>
+ <node id="27125026" lat="47.4008116" lon="8.6199008" version="4" timestamp="2010-04-23T14:43:34Z" changeset="4504132" uid="194843" user="feuerstein">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="27587744" lat="47.3644004" lon="8.5520439" version="5" timestamp="2011-08-28T18:36:58Z" changeset="9150283" uid="52921" user="t-i">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="27587769" lat="47.3617928" lon="8.5483154" version="5" timestamp="2008-06-04T18:07:14Z" changeset="51759" uid="40831" user="swiss">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="28219645" lat="47.4321706" lon="8.6762499" version="4" timestamp="2010-04-03T22:28:47Z" changeset="4318053" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="29881492" lat="47.6861055" lon="8.6214688" version="3" timestamp="2014-07-05T20:01:38Z" changeset="23972542" uid="287306" user="Matthias Frank">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="29881496" lat="47.6822764" lon="8.6093701" version="2" timestamp="2009-07-16T13:07:01Z" changeset="1844399" uid="85761" user="klausis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="29882004" lat="47.6799675" lon="8.6064702" version="2" timestamp="2009-07-16T13:07:05Z" changeset="1844399" uid="85761" user="klausis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="29885119" lat="47.6866921" lon="8.6114652" version="3" timestamp="2010-11-01T11:48:49Z" changeset="6253949" uid="90689" user="HansJ">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="29885121" lat="47.6773289" lon="8.6005845" version="2" timestamp="2009-07-16T13:06:41Z" changeset="1844399" uid="85761" user="klausis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Wegmüller"/>
+ </node>
+ <node id="30011079" lat="47.7142970" lon="8.5161525" version="5" timestamp="2014-05-13T21:13:26Z" changeset="22321887" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="32222575" lat="47.3806744" lon="8.6828908" version="6" timestamp="2014-01-20T15:13:49Z" changeset="20104960" uid="32700" user="pfuender_666">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="33127154" lat="47.1377584" lon="9.0509476" version="3" timestamp="2012-11-25T17:56:40Z" changeset="14033604" uid="8590" user="Jiuka">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="33157581" lat="47.1554377" lon="9.0382360" version="1" timestamp="2007-08-11T14:59:05Z" changeset="204082" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ </node>
+ <node id="33593043" lat="47.1327975" lon="9.0875692" version="2" timestamp="2012-04-11T14:44:21Z" changeset="11265913" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Jörg AG"/>
+ </node>
+ <node id="34016401" lat="47.2268288" lon="8.9804818" version="2" timestamp="2013-04-18T07:47:08Z" changeset="15770235" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="34026947" lat="47.1782564" lon="9.0513173" version="2" timestamp="2012-07-03T11:01:28Z" changeset="12098816" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="34026948" lat="47.1870766" lon="9.0497233" version="2" timestamp="2012-07-03T11:55:03Z" changeset="12099298" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Spurt"/>
+ </node>
+ <node id="34026949" lat="47.2112768" lon="9.0283638" version="3" timestamp="2013-01-09T19:07:12Z" changeset="14589803" uid="1193561" user="blacktomcat">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="34078845" lat="47.4956891" lon="8.7130086" version="6" timestamp="2013-05-26T06:06:42Z" changeset="16287907" uid="1486333" user="vosswinkel">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:biogas" v="yes"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="35684995" lat="47.2254436" lon="8.9762364" version="5" timestamp="2015-10-21T19:27:24Z" changeset="34786275" uid="520239" user="Gutsycat">
+ <tag k="amenity" v="fuel"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="36724756" lat="47.2276912" lon="8.9725482" version="3" timestamp="2015-05-02T13:22:37Z" changeset="30720957" uid="499325" user="snowrover">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="47744371" lat="47.3995257" lon="8.4973287" version="3" timestamp="2010-11-15T16:51:25Z" changeset="6378726" uid="186651" user="Teddych">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="52200182" lat="47.6731571" lon="9.0534088" version="4" timestamp="2015-04-06T13:44:15Z" changeset="30015927" uid="79025" user="mstock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="BP Rickenbach"/>
+ <tag k="shop" v="car_repair"/>
+ </node>
+ <node id="52741787" lat="47.3817369" lon="8.5094723" version="8" timestamp="2011-07-16T09:49:33Z" changeset="8737165" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="54754456" lat="47.1211669" lon="9.1224567" version="4" timestamp="2013-08-25T20:05:04Z" changeset="17506524" uid="84770" user="berolinux">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="55275762" lat="47.2149238" lon="9.0214062" version="1" timestamp="2007-09-20T15:55:07Z" changeset="477960" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ </node>
+ <node id="56237356" lat="47.2202872" lon="8.9808668" version="4" timestamp="2015-10-22T19:13:34Z" changeset="34807728" uid="520239" user="Gutsycat">
+ <tag k="addr:city" v="Uznach"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="8730"/>
+ <tag k="addr:street" v="Burgerrietstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Post"/>
+ </node>
+ <node id="56699071" lat="47.2343660" lon="8.7356323" version="2" timestamp="2010-03-10T17:22:12Z" changeset="4091363" uid="37130" user="dbo-osm">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch alpha"/>
+ <tag k="name" v="Garage Büchi AG"/>
+ </node>
+ <node id="59185470" lat="47.2375916" lon="8.7277241" version="7" timestamp="2014-03-21T19:11:06Z" changeset="21232527" uid="1855676" user="barbe45">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="AVIA"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="71053386" lat="47.4100784" lon="8.3891246" version="6" timestamp="2014-02-10T16:55:42Z" changeset="20488731" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="operator" v="Lips"/>
+ </node>
+ <node id="73124669" lat="47.3811460" lon="8.4920767" version="11" timestamp="2011-07-15T20:12:49Z" changeset="8734398" uid="124134" user="beni">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Migros"/>
+ </node>
+ <node id="81321511" lat="47.5335417" lon="9.0697140" version="3" timestamp="2012-12-06T14:31:03Z" changeset="14175938" uid="7260" user="studerap">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="82462301" lat="47.6556123" lon="8.8576878" version="5" timestamp="2014-09-29T01:52:11Z" changeset="25737560" uid="13944" user="bass">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Keusch"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="82462303" lat="47.6577964" lon="8.8533445" version="6" timestamp="2014-10-23T20:44:27Z" changeset="26287523" uid="13944" user="bass">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Kofi's"/>
+ </node>
+ <node id="83423432" lat="47.3373646" lon="8.5301934" version="3" timestamp="2008-05-17T20:44:35Z" changeset="467417" uid="16008" user="Tric">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9a"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="83424882" lat="47.3397329" lon="8.5298241" version="9" timestamp="2012-07-19T13:42:07Z" changeset="12329966" uid="11461" user="rulli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="84512707" lat="47.3289053" lon="8.5174246" version="5" timestamp="2015-11-24T09:04:30Z" changeset="35546024" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="84513888" lat="47.3236594" lon="8.5187924" version="1" timestamp="2007-10-23T15:24:21Z" changeset="297937" uid="16008" user="Tric">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.4a"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="86035999" lat="47.0242031" lon="8.2963023" version="5" timestamp="2013-04-07T09:59:08Z" changeset="15637919" uid="202283" user="Andy9FromSpace">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:biogas" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ <tag k="self_service" v="yes"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="89266715" lat="47.1832564" lon="7.9810905" version="3" timestamp="2012-08-20T22:37:08Z" changeset="12802304" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Landi Oberwiggertal"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="94628702" lat="47.0265745" lon="8.2993369" version="4" timestamp="2012-09-03T14:22:12Z" changeset="12968252" uid="719424" user="austi1996">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="95582040" lat="47.0499393" lon="9.0597264" version="2" timestamp="2010-02-16T13:28:11Z" changeset="3892138" uid="210639" user="OSMfan">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="98838885" lat="47.0678093" lon="9.0577963" version="3" timestamp="2012-11-26T17:40:09Z" changeset="14047883" uid="8590" user="Jiuka">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="98838886" lat="47.0720162" lon="9.0560311" version="2" timestamp="2012-11-26T17:40:09Z" changeset="14047883" uid="8590" user="Jiuka">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Wursteisen"/>
+ </node>
+ <node id="98838887" lat="47.0949163" lon="9.0680089" version="2" timestamp="2012-11-24T16:01:23Z" changeset="14014599" uid="8590" user="Jiuka">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Oil"/>
+ </node>
+ <node id="101392168" lat="47.3890134" lon="8.6954370" version="6" timestamp="2013-11-03T13:51:55Z" changeset="18694158" uid="324188" user="ponte1112">
+ <tag k="addr:city" v="Volketswil"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="8604"/>
+ <tag k="addr:street" v="Pfäffikerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="102726613" lat="47.2169730" lon="8.5763654" version="4" timestamp="2009-09-23T21:57:02Z" changeset="2600301" uid="26726" user="lonvia">
+ <tag k="addr:city" v="Sihlbrugg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="6340"/>
+ <tag k="addr:street" v="Zugerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="ROC Sihlbrugg"/>
+ </node>
+ <node id="102728438" lat="47.1994085" lon="8.5736624" version="3" timestamp="2014-10-14T10:39:57Z" changeset="26068710" uid="2220501" user="baron-d">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.4c"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="103096904" lat="47.3460496" lon="8.5345181" version="11" timestamp="2012-04-24T16:06:35Z" changeset="11406794" uid="667304" user="stunnahonsa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="SPAR express"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Avia"/>
+ <tag k="note" v="removed the convenience entity and added a shop key to the fuel station"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="103102957" lat="47.3486034" lon="8.5341234" version="3" timestamp="2012-01-19T18:37:49Z" changeset="10439891" uid="565471" user="bebbi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="104246362" lat="47.3827729" lon="8.5000897" version="9" timestamp="2013-11-28T21:02:01Z" changeset="19167508" uid="427807" user="samden">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="107096443" lat="47.3704669" lon="8.2320057" version="5" timestamp="2014-10-12T15:33:41Z" changeset="26028042" uid="769696" user="lionls1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Pronto"/>
+ </node>
+ <node id="107631092" lat="47.5714986" lon="7.5748152" version="5" timestamp="2012-08-25T07:34:07Z" changeset="12852230" uid="77322" user="Enif">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="110964235" lat="47.5278004" lon="7.7009976" version="4" timestamp="2011-04-30T13:57:44Z" changeset="8011885" uid="158828" user="rüdi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="111247327" lat="47.5079654" lon="8.5436114" version="4" timestamp="2010-01-10T17:58:17Z" changeset="3589656" uid="86971" user="Don Cesare">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia Service"/>
+ </node>
+ <node id="111247401" lat="47.5063927" lon="8.5407468" version="3" timestamp="2010-01-10T17:54:18Z" changeset="3589656" uid="86971" user="Don Cesare">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop Service"/>
+ </node>
+ <node id="125683037" lat="47.5250153" lon="7.6900191" version="3" timestamp="2010-01-21T11:19:51Z" changeset="3673734" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="130216563" lat="47.4804183" lon="8.2358504" version="5" timestamp="2011-02-14T09:23:37Z" changeset="7284003" uid="322237" user="wdst">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="130216565" lat="47.4811412" lon="8.2391514" version="4" timestamp="2011-02-11T08:56:05Z" changeset="7253015" uid="322237" user="wdst">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="130216566" lat="47.4842929" lon="8.2421730" version="5" timestamp="2013-04-07T07:34:26Z" changeset="15636259" uid="1232723" user="gerzim">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="135633811" lat="47.3981000" lon="8.5399521" version="6" timestamp="2010-12-04T15:49:04Z" changeset="6539436" uid="334389" user="ueliw0">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="147570881" lat="47.3933822" lon="8.4740126" version="8" timestamp="2014-04-14T21:54:26Z" changeset="21698414" uid="211162" user="skorbut">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Tetto-Hof"/>
+ <tag k="addr:housenumber" v="816"/>
+ <tag k="addr:postcode" v="8048"/>
+ <tag k="addr:street" v="Badenerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="148213917" lat="47.0067564" lon="7.1099653" version="3" timestamp="2010-02-01T21:57:30Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="148466650" lat="47.4389612" lon="8.3476620" version="3" timestamp="2014-03-11T20:12:35Z" changeset="21052066" uid="1913534" user="kfrah">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Würrenlos"/>
+ <tag k="operator" v="Schell"/>
+ </node>
+ <node id="148466654" lat="47.4382680" lon="8.3471910" version="4" timestamp="2014-03-11T20:12:35Z" changeset="21052066" uid="1913534" user="kfrah">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Würrenlos"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="153289980" lat="47.5388779" lon="7.7344073" version="6" timestamp="2013-11-15T12:12:56Z" changeset="18913534" uid="158828" user="rüdi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="coop"/>
+ <tag k="operator" v="coop"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="171100087" lat="47.2026049" lon="9.0070436" version="3" timestamp="2013-04-05T11:13:55Z" changeset="15618499" uid="210639" user="OSMfan">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="179047160" lat="47.2326856" lon="8.6143519" version="6" timestamp="2012-05-12T18:11:00Z" changeset="11573599" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="182812681" lat="47.0111586" lon="9.5123249" version="3" timestamp="2012-04-04T16:44:49Z" changeset="11176940" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="operator" v="BP"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="190344999" lat="47.3795583" lon="9.5445168" version="4" timestamp="2013-01-21T11:24:29Z" changeset="14731930" uid="334389" user="ueliw0">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Schöntalgarage"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="194647104" lat="47.4149057" lon="9.6323467" version="3" timestamp="2011-01-23T16:12:30Z" changeset="7063095" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop pronto, Heerbrugg"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="201387216" lat="47.4352310" lon="9.1387665" version="9" timestamp="2011-12-25T12:28:18Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop pronto"/>
+ </node>
+ <node id="201467430" lat="47.4456131" lon="9.1489585" version="3" timestamp="2011-11-05T22:53:35Z" changeset="9751379" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="201467747" lat="47.4399033" lon="9.1310846" version="5" timestamp="2012-12-07T17:01:18Z" changeset="14190316" uid="15071" user="filzstift">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Independent"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Bühler immo AG"/>
+ <tag k="operator" v="Bühler Holding AG"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="203470841" lat="47.4513754" lon="9.1553713" version="4" timestamp="2009-04-23T12:42:20Z" changeset="911385" uid="44456" user="twalter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.6"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="206380323" lat="47.0438236" lon="8.3643170" version="3" timestamp="2011-04-06T08:41:07Z" changeset="7782507" uid="330773" user="Roadrunner21">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="207089654" lat="47.2140371" lon="7.7435000" version="4" timestamp="2015-03-09T07:25:20Z" changeset="29345161" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="source" v="knowledge"/>
+ </node>
+ <node id="208814607" lat="47.1958318" lon="7.6992632" version="1" timestamp="2008-01-07T19:29:40Z" changeset="570477" uid="22971" user="Schlossberg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Landi"/>
+ </node>
+ <node id="213320801" lat="47.2291541" lon="9.0232324" version="2" timestamp="2012-03-26T19:07:24Z" changeset="11102598" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Shell"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="220030470" lat="47.5023332" lon="8.0316396" version="4" timestamp="2012-12-02T14:53:12Z" changeset="14125626" uid="443846" user="Vanderhoff">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:HGV_diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="220830818" lat="47.2188515" lon="7.7873299" version="1" timestamp="2008-01-12T13:40:49Z" changeset="616329" uid="22971" user="Schlossberg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="224161304" lat="47.2173961" lon="7.7687810" version="3" timestamp="2011-09-23T07:36:07Z" changeset="9373820" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="240029878" lat="47.7919265" lon="8.6098464" version="5" timestamp="2012-08-07T22:58:00Z" changeset="12651825" uid="788603" user="privat11">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Bargen (SH)"/>
+ <tag k="population" v="248"/>
+ </node>
+ <node id="243881645" lat="47.5882273" lon="8.8857709" version="3" timestamp="2014-03-04T20:40:17Z" changeset="20918370" uid="440353" user="osmose">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="244479991" lat="46.8165398" lon="9.2670462" version="3" timestamp="2013-09-17T18:42:09Z" changeset="17892183" uid="291298" user="pkm">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="246650988" lat="47.2301190" lon="8.9619756" version="1" timestamp="2008-02-08T16:44:56Z" changeset="74821" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="246962727" lat="47.5270833" lon="7.7006003" version="3" timestamp="2011-04-30T13:57:44Z" changeset="8011885" uid="158828" user="rüdi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="247345256" lat="47.2269883" lon="7.8404587" version="8" timestamp="2012-05-10T22:32:08Z" changeset="11563624" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="247697427" lat="47.6602469" lon="8.8750941" version="9" timestamp="2014-09-29T18:36:48Z" changeset="25752831" uid="13944" user="bass">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="247702040" lat="47.7047402" lon="8.8205486" version="3" timestamp="2009-07-17T10:05:06Z" changeset="1852231" uid="85761" user="klausis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="MIGROL"/>
+ </node>
+ <node id="247702174" lat="47.7069119" lon="8.8201795" version="4" timestamp="2009-07-17T10:05:05Z" changeset="1852231" uid="85761" user="klausis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="MIGROL"/>
+ </node>
+ <node id="247702175" lat="47.7094549" lon="8.8207160" version="6" timestamp="2009-07-17T10:04:14Z" changeset="1852231" uid="85761" user="klausis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AGIP"/>
+ </node>
+ <node id="247911188" lat="47.2034632" lon="8.6851680" version="3" timestamp="2013-05-07T16:54:58Z" changeset="16014407" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Pronto"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="248973336" lat="47.2007880" lon="9.3375706" version="1" timestamp="2008-02-23T23:53:32Z" changeset="194618" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="249500787" lat="47.3748234" lon="8.6428183" version="4" timestamp="2015-02-18T10:10:18Z" changeset="28928502" uid="93481" user="Corti">
+ <tag k="addr:city" v="Fällanden"/>
+ <tag k="addr:housenumber" v="41"/>
+ <tag k="addr:postcode" v="8117"/>
+ <tag k="addr:street" v="Schwerzenbachstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="SOCAR"/>
+ </node>
+ <node id="250067276" lat="47.4012774" lon="8.5011659" version="2" timestamp="2010-11-15T16:53:39Z" changeset="6378726" uid="186651" user="Teddych">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ </node>
+ <node id="250248490" lat="47.2839671" lon="8.4534024" version="4" timestamp="2012-01-11T22:46:42Z" changeset="10365462" uid="579860" user="LBen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop pronto"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="251364446" lat="47.5659008" lon="9.0967582" version="5" timestamp="2013-02-03T11:35:37Z" changeset="14894569" uid="64557" user="qpeso">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="251364447" lat="47.5630291" lon="9.1048076" version="4" timestamp="2014-12-06T00:07:11Z" changeset="27277974" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="opening_hours" v="Mo-Fr 06:00-22:00; Sa 07:00-22:00; Su 08:00-20:00"/>
+ <tag k="operator" v="Migrol"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="251364453" lat="47.5644097" lon="9.0999412" version="7" timestamp="2015-11-02T21:15:53Z" changeset="35043802" uid="62623" user="thirteen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Garage Krapf AG"/>
+ <tag k="website" v="http://www.garage-krapf.ch"/>
+ </node>
+ <node id="251364454" lat="47.5622326" lon="9.1211508" version="3" timestamp="2013-01-06T12:24:06Z" changeset="14548136" uid="64557" user="qpeso">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="operator" v="AMAG"/>
+ </node>
+ <node id="251364456" lat="47.5625356" lon="9.1232497" version="3" timestamp="2013-03-02T15:37:02Z" changeset="15222653" uid="64557" user="qpeso">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="251540984" lat="47.5101487" lon="8.3679597" version="2" timestamp="2015-10-03T10:41:34Z" changeset="34405136" uid="257555" user="rene78">
+ <tag k="access" v="no"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="253185675" lat="46.9653282" lon="7.4576807" version="5" timestamp="2015-02-14T12:25:21Z" changeset="28840109" uid="361919" user="havanna">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol Wankdorf"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="253239439" lat="46.9650506" lon="7.4638670" version="5" timestamp="2012-02-13T00:19:16Z" changeset="10669443" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="254289007" lat="47.2259769" lon="8.2621212" version="4" timestamp="2013-06-14T15:31:20Z" changeset="16551660" uid="169825" user="haef">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Scherer Hitzkirch"/>
+ </node>
+ <node id="255007349" lat="47.4437347" lon="8.4655216" version="2" timestamp="2009-03-28T16:03:48Z" changeset="865958" uid="68934" user="_kendell">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="operator" v="coop"/>
+ </node>
+ <node id="255230940" lat="47.4811098" lon="8.2109336" version="2" timestamp="2011-03-03T18:21:18Z" changeset="7448147" uid="322237" user="wdst">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="256221360" lat="47.1647171" lon="7.4235966" version="3" timestamp="2008-04-08T02:40:39Z" changeset="83765" uid="33188" user="tmeller">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.8a"/>
+ </node>
+ <node id="256757662" lat="46.7808897" lon="7.6041999" version="2" timestamp="2009-08-14T17:41:00Z" changeset="2145105" uid="109925" user="WanMil">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="257281284" lat="47.1884834" lon="8.3964317" version="4" timestamp="2015-04-12T12:07:58Z" changeset="30161922" uid="2013871" user="Che4ter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="name" v="Auto Suter"/>
+ </node>
+ <node id="257282729" lat="47.1964722" lon="8.4342471" version="3" timestamp="2010-02-01T21:57:35Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="257282731" lat="47.1967868" lon="8.4343910" version="3" timestamp="2010-02-01T21:57:36Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="258875594" lat="47.1913959" lon="8.8947716" version="3" timestamp="2013-05-01T17:38:39Z" changeset="15936604" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="259022290" lat="47.4305794" lon="8.3567011" version="3" timestamp="2011-08-01T16:40:23Z" changeset="8892548" uid="187849" user="Hami">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="259589968" lat="47.0179671" lon="8.3027116" version="1" timestamp="2008-04-24T08:14:31Z" changeset="247020" uid="17096" user="falstaff">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Coop Pronto"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="260209027" lat="47.1887914" lon="8.9954747" version="1" timestamp="2008-04-27T16:39:57Z" changeset="269254" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="260443215" lat="47.5808213" lon="7.5941178" version="6" timestamp="2011-12-25T12:31:18Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="261741477" lat="47.0254527" lon="6.8895650" version="2" timestamp="2009-10-05T19:22:22Z" changeset="2753537" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Le Pit-Stop"/>
+ </node>
+ <node id="262931005" lat="46.5517347" lon="7.3759788" version="5" timestamp="2012-07-28T07:34:53Z" changeset="12519698" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="263923036" lat="47.3555523" lon="8.3260826" version="3" timestamp="2010-12-30T15:40:48Z" changeset="6810729" uid="124134" user="beni">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="264065504" lat="47.4155139" lon="8.5903409" version="2" timestamp="2012-02-19T10:10:01Z" changeset="10728029" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="264073160" lat="47.4665171" lon="8.2915271" version="11" timestamp="2011-03-01T19:59:09Z" changeset="7432046" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="coop pronto"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="264378536" lat="47.1301400" lon="7.6156648" version="4" timestamp="2013-04-12T22:18:44Z" changeset="15706973" uid="22971" user="Schlossberg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="264529525" lat="46.9715346" lon="9.5514028" version="3" timestamp="2012-04-04T16:37:58Z" changeset="11176940" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="264530018" lat="47.2365959" lon="7.2824556" version="2" timestamp="2008-05-14T19:21:03Z" changeset="448560" uid="33188" user="tmeller">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9a"/>
+ </node>
+ <node id="264610443" lat="47.1669957" lon="7.4346003" version="3" timestamp="2010-01-20T11:16:19Z" changeset="3665682" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="264771144" lat="47.3448999" lon="7.9074251" version="3" timestamp="2011-09-09T12:17:28Z" changeset="9253613" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="264794333" lat="47.4192591" lon="8.6246245" version="1" timestamp="2008-05-15T23:35:57Z" changeset="461666" uid="36216" user="RMN">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9a"/>
+ <tag k="name" v="COOP"/>
+ </node>
+ <node id="264794334" lat="47.4152600" lon="8.6219544" version="2" timestamp="2012-09-26T10:40:11Z" changeset="13257692" uid="6705" user="spaetz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Ruessel"/>
+ </node>
+ <node id="264794335" lat="47.4149353" lon="8.6200377" version="4" timestamp="2012-09-26T10:37:55Z" changeset="13257692" uid="6705" user="spaetz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="264794355" lat="47.4128994" lon="8.6168482" version="3" timestamp="2012-08-19T09:41:55Z" changeset="12781101" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9a"/>
+ <tag k="name" v="BP"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="264794365" lat="47.4199994" lon="8.6262741" version="2" timestamp="2015-02-19T00:27:03Z" changeset="28947623" uid="2370195" user="SBchCH">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="264794790" lat="47.0398997" lon="7.4304233" version="3" timestamp="2015-04-21T16:11:52Z" changeset="30382890" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Midland"/>
+ <tag k="operator" v="Midland"/>
+ </node>
+ <node id="264889459" lat="47.3041887" lon="8.6907424" version="4" timestamp="2012-07-17T01:11:13Z" changeset="12254577" uid="722137" user="OSMF Redaction Account">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="264940312" lat="47.1378842" lon="8.5868892" version="5" timestamp="2013-11-10T12:55:28Z" changeset="18815838" uid="83934" user="sCHtreetmapper">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="265329461" lat="47.5948361" lon="8.9508343" version="3" timestamp="2013-04-11T19:36:59Z" changeset="15688950" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9a"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="265569040" lat="47.2742006" lon="8.7248486" version="1" timestamp="2008-05-18T13:50:32Z" changeset="473886" uid="6705" user="spaetz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="265627180" lat="46.9590553" lon="7.4559087" version="4" timestamp="2015-02-14T12:26:57Z" changeset="28840137" uid="361919" user="havanna">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol Breitenrain"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="265718046" lat="46.9435757" lon="6.8301809" version="6" timestamp="2010-04-15T14:15:11Z" changeset="4431179" uid="70696" user="xybot">
+ <tag k="addr:city" v="Boudry"/>
+ <tag k="addr:postcode" v="2017"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Les Tilles"/>
+ <tag k="operator" v="Miniprix"/>
+ <tag k="phone" v="+41 32 7290290"/>
+ </node>
+ <node id="265823655" lat="47.0779673" lon="7.5746866" version="1" timestamp="2008-05-20T00:26:47Z" changeset="488237" uid="22199" user="FabianAffolter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="266285284" lat="47.4502033" lon="8.2907357" version="4" timestamp="2011-07-02T11:21:25Z" changeset="8606921" uid="187849" user="Hami">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="266285329" lat="47.4517828" lon="8.2898835" version="4" timestamp="2010-02-10T19:42:03Z" changeset="3842910" uid="187849" user="Hami">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="266393988" lat="47.4317577" lon="8.2400944" version="2" timestamp="2008-12-07T19:04:38Z" changeset="244503" uid="56400" user="TeeSeR">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIS"/>
+ </node>
+ <node id="266542839" lat="46.5458000" lon="6.5871529" version="3" timestamp="2009-12-28T19:41:50Z" changeset="3475126" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="266542840" lat="46.5488270" lon="6.5799914" version="2" timestamp="2009-01-08T10:28:44Z" changeset="758355" uid="52683" user="zittix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="266542843" lat="47.0977652" lon="6.8367095" version="3" timestamp="2011-03-13T14:43:32Z" changeset="7544145" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="266561086" lat="47.3233007" lon="7.8044356" version="1" timestamp="2008-05-23T21:34:25Z" changeset="507908" uid="35243" user="chasu">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="266810613" lat="47.5764594" lon="7.5978913" version="5" timestamp="2011-05-24T22:11:28Z" changeset="8239735" uid="457305" user="W4nd3r3r">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="266825152" lat="47.1825088" lon="8.8983781" version="3" timestamp="2013-04-19T11:02:36Z" changeset="15783756" uid="605646" user="old_toby">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Landi"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="266953468" lat="47.2531522" lon="8.6195338" version="12" timestamp="2011-06-13T18:37:43Z" changeset="8429838" uid="121434" user="dave_zh">
+ <tag k="addr:housenumber" v="340"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="name" v="Seegarage Müller"/>
+ </node>
+ <node id="267053552" lat="46.5534110" lon="6.5707656" version="4" timestamp="2012-08-10T12:35:45Z" changeset="12679609" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="267053810" lat="46.5055640" lon="6.4859824" version="3" timestamp="2010-02-01T21:57:27Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="267053813" lat="46.5009100" lon="6.4844802" version="6" timestamp="2011-09-03T00:00:53Z" changeset="9197428" uid="9733" user="stedewa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="267211865" lat="46.4744098" lon="6.4131576" version="5" timestamp="2009-12-28T19:41:50Z" changeset="3475126" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="267212190" lat="46.5235830" lon="6.5981566" version="8" timestamp="2014-11-22T17:31:57Z" changeset="26956501" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="267494519" lat="47.1297758" lon="7.4480369" version="1" timestamp="2008-05-30T13:21:00Z" changeset="555457" uid="33188" user="tmeller">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ </node>
+ <node id="267924554" lat="47.3971141" lon="8.0409728" version="4" timestamp="2010-11-22T22:15:57Z" changeset="6435705" uid="39380" user="umbi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle Kreuz"/>
+ </node>
+ <node id="268129898" lat="47.3572237" lon="8.5199314" version="4" timestamp="2009-11-05T09:54:39Z" changeset="3039191" uid="151338" user="Sturzenegger">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol Brunau"/>
+ <tag k="operator" v="Migros"/>
+ </node>
+ <node id="268469414" lat="47.3695027" lon="8.5107040" version="5" timestamp="2015-11-29T12:41:37Z" changeset="35643596" uid="524500" user="wheelmap_android">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle Wyss"/>
+ <tag k="toilets:wheelchair" v="unknown"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:description" v="bediente Tankstelle"/>
+ <tag k="wheelchair_toilet" v="unknown"/>
+ </node>
+ <node id="268742610" lat="47.4048317" lon="8.0919261" version="2" timestamp="2011-04-09T11:20:44Z" changeset="7812315" uid="62456" user="Damir Perisa">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="268892714" lat="46.7653615" lon="7.6258230" version="5" timestamp="2013-04-04T20:18:17Z" changeset="15612480" uid="126246" user="mocoohay">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="268893437" lat="46.7614100" lon="7.6272964" version="5" timestamp="2010-11-01T21:01:41Z" changeset="6261905" uid="126246" user="mocoohay">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Grabengut"/>
+ </node>
+ <node id="269050377" lat="47.3566826" lon="8.7118888" version="3" timestamp="2011-08-27T01:38:14Z" changeset="9134368" uid="194843" user="feuerstein">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="private"/>
+ </node>
+ <node id="269059096" lat="46.7785490" lon="6.6490170" version="3" timestamp="2014-11-03T16:51:35Z" changeset="26530182" uid="15671" user="habi">
+ <tag k="addr:city" v="Yverdon-les-Bains"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="car_wash" v="yes"/>
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ <tag k="name" v="Cuendet"/>
+ <tag k="opening_hours" v="06:00-22:00"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="269059204" lat="46.7709275" lon="6.6506284" version="6" timestamp="2012-04-18T14:49:44Z" changeset="11344916" uid="225842" user="schnelli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="station AGIP"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="269059212" lat="46.7648768" lon="6.6495309" version="5" timestamp="2011-07-06T06:14:52Z" changeset="8645295" uid="225842" user="schnelli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="269120240" lat="47.3521549" lon="8.7226366" version="2" timestamp="2009-03-01T15:11:43Z" changeset="711379" uid="44327" user="Oli Sennhauser">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Shell Tankstelle"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="269120252" lat="47.3504828" lon="8.7137207" version="3" timestamp="2009-11-08T12:34:50Z" changeset="3063129" uid="79437" user="GPS-Jack">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="269304240" lat="46.5335973" lon="6.5850826" version="3" timestamp="2011-10-16T23:14:48Z" changeset="9577868" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="269304246" lat="46.5345275" lon="6.5652677" version="2" timestamp="2011-03-16T12:28:27Z" changeset="7575184" uid="129299" user="RBA">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="269423023" lat="47.3700641" lon="8.6945075" version="5" timestamp="2012-04-29T00:33:12Z" changeset="11445712" uid="669640" user="ManuWo">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="yes"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_95" v="no"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Roos"/>
+ <tag k="operator" v="Roos"/>
+ </node>
+ <node id="269450517" lat="47.5777955" lon="7.5964463" version="7" timestamp="2014-05-25T16:17:12Z" changeset="22545882" uid="1775790" user="schwarck">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="coop"/>
+ <tag k="operator" v="coop"/>
+ </node>
+ <node id="269549744" lat="47.3499504" lon="8.7207249" version="3" timestamp="2015-06-20T14:44:25Z" changeset="32098266" uid="2110714" user="captain_slow">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="269563044" lat="46.5113076" lon="6.6365781" version="3" timestamp="2012-08-10T12:36:15Z" changeset="12679609" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="269654731" lat="47.5484517" lon="7.5464090" version="6" timestamp="2015-02-22T18:48:31Z" changeset="29028260" uid="2693722" user="rakudave">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="269665687" lat="46.7140743" lon="7.5662706" version="4" timestamp="2013-08-08T14:25:08Z" changeset="17267631" uid="41401" user="LuiIV">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="269952262" lat="46.5097104" lon="6.6503485" version="4" timestamp="2009-12-28T19:31:26Z" changeset="3475000" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="270051291" lat="46.7283004" lon="8.1836091" version="2" timestamp="2010-09-23T16:19:29Z" changeset="5855289" uid="65019" user="Kaefer84">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_100" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="270156438" lat="47.0739754" lon="8.2061972" version="4" timestamp="2014-05-29T10:27:24Z" changeset="22615546" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="270288402" lat="46.9694323" lon="8.3525486" version="5" timestamp="2014-01-13T10:45:33Z" changeset="19969240" uid="1631980" user="gabaglio">
+ <tag k="addr:city" v="Stans"/>
+ <tag k="addr:housenumber" v="100"/>
+ <tag k="addr:postcode" v="6370"/>
+ <tag k="addr:street" v="Stansstaderstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola TopShop"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="270288802" lat="46.9680635" lon="8.3543021" version="2" timestamp="2012-01-01T15:41:10Z" changeset="10262307" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="270505837" lat="47.3244632" lon="7.8990052" version="1" timestamp="2008-06-15T17:47:15Z" changeset="172264" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="270798471" lat="47.1737115" lon="8.1003004" version="4" timestamp="2012-11-24T13:15:37Z" changeset="14012227" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="38"/>
+ <tag k="addr:postcode" v="6210"/>
+ <tag k="addr:street" v="Zeughausstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="271223009" lat="47.3535675" lon="8.5766504" version="7" timestamp="2015-08-02T08:29:55Z" changeset="33043936" uid="1218134" user="Sarob">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP Service Balgrist"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="271846236" lat="46.8978675" lon="6.7811923" version="5" timestamp="2010-01-31T01:01:33Z" changeset="3755881" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="271882233" lat="47.3766726" lon="9.2794791" version="4" timestamp="2013-06-23T20:05:25Z" changeset="16666419" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="COOP"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="272631681" lat="47.1804162" lon="7.6656035" version="6" timestamp="2013-07-25T20:47:21Z" changeset="17093109" uid="944194" user="sogis_adressen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="knowledge"/>
+ </node>
+ <node id="272725604" lat="47.2258573" lon="7.6161562" version="4" timestamp="2011-11-16T13:38:03Z" changeset="9844706" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Deitingen Süd"/>
+ <tag k="source" v="Orthofoto WMS Solothurn"/>
+ </node>
+ <node id="273141695" lat="47.3916685" lon="9.2760473" version="3" timestamp="2015-07-02T10:15:35Z" changeset="32350840" uid="190676" user="highbuilder">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="273223793" lat="47.5615066" lon="7.5994968" version="4" timestamp="2011-02-21T19:28:26Z" changeset="7357171" uid="282726" user="kaiD">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="273529123" lat="46.8487124" lon="7.1895760" version="11" timestamp="2014-01-21T20:21:32Z" changeset="20129379" uid="912110" user="twingo69">
+ <tag k="addr:city" v="Düdingen"/>
+ <tag k="addr:housenumber" v="36"/>
+ <tag k="addr:postcode" v="3186"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="designation" v="Miniprix / Ruedirüssel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Zentrum-Garage Düdingen AG"/>
+ <tag k="operator" v="Renault / Peugeot Minipix TS"/>
+ <tag k="source" v="Miniprix"/>
+ </node>
+ <node id="273529124" lat="46.8445768" lon="7.1907102" version="5" timestamp="2013-09-30T14:00:00Z" changeset="18111188" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Garage Vonlanthen AG"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="274077459" lat="47.0158947" lon="6.9063453" version="3" timestamp="2012-09-29T23:52:06Z" changeset="13303536" uid="933553" user="atarico">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage de la Station"/>
+ <tag k="operator" v="HK"/>
+ </node>
+ <node id="274592567" lat="47.4896462" lon="7.5982340" version="2" timestamp="2012-08-13T13:57:16Z" changeset="12714396" uid="40112" user="zapfen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migros Tankstelle"/>
+ <tag k="operator" v="Migros"/>
+ </node>
+ <node id="274678779" lat="47.5258531" lon="7.6037741" version="2" timestamp="2012-02-06T17:29:17Z" changeset="10604759" uid="523367" user="MischaF">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="274716746" lat="47.4236322" lon="7.5047195" version="2" timestamp="2008-06-29T17:51:33Z" changeset="339852" uid="42427" user="efes">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ </node>
+ <node id="274815548" lat="47.2466960" lon="8.4610316" version="2" timestamp="2014-03-02T13:14:48Z" changeset="20864071" uid="480624" user="dlu">
+ <tag k="addr:city" v="Mettmenstetten ZH"/>
+ <tag k="addr:housenumber" v="30"/>
+ <tag k="addr:postcode" v="8932"/>
+ <tag k="addr:street" v="Zürichstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="274978894" lat="47.4832546" lon="7.5461208" version="2" timestamp="2008-06-30T19:46:47Z" changeset="349428" uid="42427" user="efes">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ </node>
+ <node id="274980462" lat="47.2130312" lon="8.3638034" version="1" timestamp="2008-06-30T19:51:29Z" changeset="348253" uid="30353" user="eifachich">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="274980463" lat="47.2980464" lon="8.3161298" version="2" timestamp="2011-10-26T18:57:17Z" changeset="9662880" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="274980465" lat="47.2768021" lon="8.3387108" version="3" timestamp="2011-10-26T18:57:17Z" changeset="9662880" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="274980567" lat="47.3115367" lon="8.2467294" version="2" timestamp="2014-07-01T21:27:26Z" changeset="23421496" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="275422339" lat="46.9454893" lon="7.4712058" version="11" timestamp="2015-04-09T21:48:52Z" changeset="30105075" uid="2817125" user="hlac6833">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="44"/>
+ <tag k="addr:postcode" v="3006"/>
+ <tag k="addr:street" v="Gantrischstrasse"/>
+ <tag k="alt_name" v="Tankstelle Ostring Garage"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Shell"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Ostring Garage Lack AG"/>
+ <tag k="phone" v="+41 31 3562929"/>
+ <tag k="website" v="www.ostring-garage.ch"/>
+ </node>
+ <node id="275746833" lat="47.4724466" lon="7.5978097" version="1" timestamp="2008-07-03T06:08:31Z" changeset="384697" uid="42427" user="efes">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ </node>
+ <node id="276021507" lat="47.0527663" lon="6.7337075" version="1" timestamp="2008-07-03T19:35:33Z" changeset="388326" uid="35560" user="Peilscheibe">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ </node>
+ <node id="276047520" lat="47.1462285" lon="9.5010862" version="7" timestamp="2011-04-26T21:29:53Z" changeset="7980016" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Raststätte Rheintal"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="276047521" lat="47.1459190" lon="9.5003844" version="6" timestamp="2011-04-26T21:29:47Z" changeset="7980016" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Raststätte Rheintal"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="276068551" lat="47.3896573" lon="7.3688517" version="1" timestamp="2008-07-03T22:22:23Z" changeset="388326" uid="35560" user="Peilscheibe">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ </node>
+ <node id="276414834" lat="47.1985651" lon="7.7869265" version="3" timestamp="2015-01-10T16:52:58Z" changeset="28044490" uid="261703" user="Hamid">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Brunnbach"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="276602502" lat="46.6869536" lon="7.6678132" version="5" timestamp="2012-01-08T09:29:27Z" changeset="10328926" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="277469389" lat="47.7030543" lon="8.6453087" version="8" timestamp="2015-11-01T22:31:15Z" changeset="35023066" uid="621253" user="b108">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="SOCAR"/>
+ <tag k="name" v="Tankstelle Gruben"/>
+ <tag k="opening_hours" v="24/7"/>
+ </node>
+ <node id="277755862" lat="47.1202686" lon="9.0563977" version="2" timestamp="2012-05-30T12:00:47Z" changeset="11747839" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="277945548" lat="47.4733451" lon="9.4688746" version="2" timestamp="2012-01-28T16:23:31Z" changeset="10522425" uid="127281" user="Huwi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="name" v="Agrola Goldach"/>
+ </node>
+ <node id="277945580" lat="47.4787154" lon="9.4689286" version="4" timestamp="2011-12-28T23:23:44Z" changeset="10231303" uid="127281" user="Huwi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="City-Garage AG"/>
+ <tag k="shop" v="car"/>
+ </node>
+ <node id="278139295" lat="47.2410003" lon="8.9487625" version="2" timestamp="2012-11-14T12:58:27Z" changeset="13871114" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="shop" v="supermarket"/>
+ </node>
+ <node id="278139298" lat="47.2656592" lon="9.1203206" version="3" timestamp="2010-05-21T21:25:05Z" changeset="4770197" uid="280176" user="altae">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="278139306" lat="47.2975506" lon="9.0920910" version="4" timestamp="2013-08-02T08:42:36Z" changeset="17189098" uid="249995" user="schlasim">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="fuel:propane" v="yes"/>
+ <tag k="operator" v="BP"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="278205001" lat="47.2296403" lon="8.8438608" version="2" timestamp="2008-11-09T20:27:38Z" changeset="723692" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ <tag k="operator" v="Esso"/>
+ <tag k="shop" v="supermarket"/>
+ </node>
+ <node id="278205018" lat="47.2969613" lon="8.8398837" version="2" timestamp="2008-12-09T18:56:06Z" changeset="277663" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="avia"/>
+ </node>
+ <node id="278232271" lat="46.6047314" lon="6.5270144" version="3" timestamp="2012-08-10T12:37:21Z" changeset="12679609" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="278232527" lat="46.6046906" lon="6.5285800" version="5" timestamp="2012-08-10T12:37:21Z" changeset="12679609" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="278792162" lat="46.9369824" lon="7.4755179" version="2" timestamp="2009-10-13T16:22:25Z" changeset="2837187" uid="46071" user="samot">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="279311963" lat="46.5973608" lon="6.5430462" version="3" timestamp="2015-08-13T18:06:44Z" changeset="33318996" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="279370610" lat="47.4890282" lon="8.2880500" version="3" timestamp="2011-06-05T10:27:21Z" changeset="8347534" uid="65316" user="David Kaufmann">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Freie Tankstelle Velo Meier"/>
+ </node>
+ <node id="279909825" lat="47.2040191" lon="8.7641063" version="3" timestamp="2014-08-05T20:24:18Z" changeset="24563569" uid="2237981" user="Diomen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell + Migrolino"/>
+ </node>
+ <node id="280344720" lat="47.5812401" lon="8.3081631" version="1" timestamp="2008-07-22T22:24:52Z" changeset="571966" uid="48864" user="kallies">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="280348868" lat="47.5911059" lon="8.2178467" version="1" timestamp="2008-07-22T22:38:48Z" changeset="571966" uid="48864" user="kallies">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="280528115" lat="46.9546494" lon="7.4331900" version="5" timestamp="2014-08-10T21:25:02Z" changeset="24664560" uid="65044" user="hugi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Migrol"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="281282674" lat="46.2596076" lon="6.9474870" version="2" timestamp="2010-06-09T20:23:44Z" changeset="4948900" uid="39569" user="hromain">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="281283867" lat="46.3018161" lon="6.9782650" version="2" timestamp="2011-01-27T22:38:39Z" changeset="7108505" uid="39569" user="hromain">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="281284025" lat="46.3936972" lon="6.9215836" version="3" timestamp="2010-09-26T15:46:00Z" changeset="5882286" uid="66965" user="urk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="281284791" lat="46.1111272" lon="7.0770130" version="2" timestamp="2013-03-04T04:52:40Z" changeset="15242242" uid="254549" user="Tempus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="281284810" lat="46.2740622" lon="7.0634701" version="2" timestamp="2011-02-12T22:45:19Z" changeset="7270380" uid="39569" user="hromain">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="281286146" lat="46.1099530" lon="7.0773462" version="2" timestamp="2013-03-04T04:52:40Z" changeset="15242242" uid="254549" user="Tempus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="281290981" lat="46.2458224" lon="6.9348951" version="4" timestamp="2014-08-06T05:06:53Z" changeset="24568325" uid="196490" user="Janovski">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="281291631" lat="46.2362395" lon="6.9265364" version="2" timestamp="2013-08-28T15:53:58Z" changeset="17557208" uid="1726604" user="cloudranger">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Defago - Toyota"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="281506433" lat="46.1839525" lon="8.8540574" version="1" timestamp="2008-07-27T17:40:46Z" changeset="607690" uid="37542" user="Grausewitz">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="281571963" lat="46.9354211" lon="7.4800830" version="5" timestamp="2012-10-30T07:07:23Z" changeset="13682905" uid="937694" user="uroeth">
+ <tag k="addr:city" v="Muri b. Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:postcode" v="3074"/>
+ <tag k="addr:street" v="Thunstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Autogarage Rolf Wenger"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="281761432" lat="46.8987988" lon="8.2506038" version="1" timestamp="2008-07-28T17:19:37Z" changeset="614347" uid="7797" user="benazet">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="282180757" lat="47.4009426" lon="7.5424953" version="2" timestamp="2008-07-30T11:33:55Z" changeset="626023" uid="55059" user="tisler">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10a"/>
+ <tag k="name" v="Remo Schmid"/>
+ <tag k="operator" v="AGIP"/>
+ </node>
+ <node id="282439888" lat="46.9732920" lon="7.4854021" version="5" timestamp="2012-05-12T09:26:56Z" changeset="11574731" uid="361919" user="havanna">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="282458392" lat="47.2041777" lon="8.9493651" version="1" timestamp="2008-07-31T13:30:36Z" changeset="633198" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="283045787" lat="47.4079233" lon="7.5421063" version="3" timestamp="2008-08-12T16:26:50Z" changeset="213895" uid="55059" user="tisler">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10b"/>
+ <tag k="name" v="Garage Lantz"/>
+ </node>
+ <node id="283181019" lat="47.3860700" lon="8.5319750" version="2" timestamp="2010-11-15T16:55:04Z" changeset="6378726" uid="186651" user="Teddych">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="283201896" lat="47.2018784" lon="8.7901650" version="2" timestamp="2015-02-14T16:35:02Z" changeset="28845752" uid="2541642" user="kelj">
+ <tag k="addr:city" v="Pfäffikon (SZ)"/>
+ <tag k="addr:housenumber" v="136"/>
+ <tag k="addr:postcode" v="8808"/>
+ <tag k="addr:street" v="Churerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="283213440" lat="46.9332425" lon="7.4225816" version="3" timestamp="2011-02-16T00:22:46Z" changeset="7300278" uid="130065" user="leuty">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="283213549" lat="46.9368196" lon="7.4324240" version="3" timestamp="2010-03-15T18:41:50Z" changeset="4137038" uid="46071" user="samot">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="284931676" lat="46.2304848" lon="6.0849653" version="3" timestamp="2015-11-25T21:07:36Z" changeset="35580466" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Meyrin"/>
+ <tag k="addr:housenumber" v="45"/>
+ <tag k="addr:street" v="Avenue de Mategnin"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="285501594" lat="47.2565131" lon="8.8015521" version="6" timestamp="2014-07-04T09:57:42Z" changeset="23915427" uid="1416503" user="asdf2">
+ <tag k="addr:city" v="Wolfhausen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8633"/>
+ <tag k="addr:street" v="Schulstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AGROLA"/>
+ <tag k="building" v="roof"/>
+ <tag k="email" v="info@landi-bachtel.ch"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="layer" v="1"/>
+ <tag k="name" v="AGROLA Tankstelle"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Landi-Bachtel"/>
+ <tag k="payment:maestro" v="yes"/>
+ <tag k="payment:mastercard" v="yes"/>
+ <tag k="payment:visa" v="yes"/>
+ <tag k="phone" v="+41 55 251 27 37"/>
+ <tag k="website" v="http://www.landi-bachtel.ch/html/tankstellen_1504.aspx"/>
+ </node>
+ <node id="286017731" lat="47.3945815" lon="8.0440460" version="2" timestamp="2010-02-01T21:57:35Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="286048215" lat="47.1937435" lon="7.4054046" version="2" timestamp="2010-01-18T07:49:15Z" changeset="3648198" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="286056220" lat="47.3292879" lon="8.2023524" version="8" timestamp="2012-10-31T19:31:29Z" changeset="13703358" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Feldgarage"/>
+ <tag k="operator" v="AGIP"/>
+ <tag k="shop" v="car_repair"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="286059665" lat="47.1857372" lon="8.4543740" version="3" timestamp="2015-07-18T10:01:53Z" changeset="32714707" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="operator" v="Imholz Autohaus"/>
+ </node>
+ <node id="286059992" lat="47.7480618" lon="8.4579156" version="2" timestamp="2009-12-09T22:55:30Z" changeset="3337772" uid="200463" user="harmagedon">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="286059993" lat="47.7474281" lon="8.4594036" version="2" timestamp="2009-12-09T22:55:30Z" changeset="3337772" uid="200463" user="harmagedon">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="286354168" lat="46.4628048" lon="6.3351981" version="2" timestamp="2014-01-13T20:32:33Z" changeset="19979237" uid="380211" user="roki">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="MIGROL"/>
+ </node>
+ <node id="286478967" lat="46.7925378" lon="7.5182337" version="3" timestamp="2012-11-15T11:21:00Z" changeset="13881019" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="286503391" lat="46.8155426" lon="7.5141951" version="4" timestamp="2015-06-27T13:24:44Z" changeset="32242904" uid="69557" user="freaktechnik">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="Mo-Su 6:00-22:00"/>
+ <tag k="operator" v="Landi Mühleturnen"/>
+ </node>
+ <node id="286596987" lat="46.6903430" lon="7.8731503" version="3" timestamp="2012-11-27T20:42:59Z" changeset="14062748" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ri"/>
+ </node>
+ <node id="286770232" lat="46.7521030" lon="8.0483903" version="6" timestamp="2014-05-06T11:44:35Z" changeset="22164823" uid="56103" user="JDKDHF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Socar"/>
+ <tag k="operator" v="Socar"/>
+ </node>
+ <node id="286782225" lat="47.7235876" lon="8.6397406" version="1" timestamp="2008-08-10T18:42:23Z" changeset="171890" uid="7230" user="Andy Stricker">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="286879558" lat="46.8865962" lon="7.3890415" version="2" timestamp="2015-02-15T23:58:03Z" changeset="28875590" uid="16549" user="schmidi2">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="286879677" lat="46.9250070" lon="7.4169861" version="2" timestamp="2009-11-22T22:28:58Z" changeset="3191631" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Ruedi Rüssel"/>
+ </node>
+ <node id="286904870" lat="46.3493770" lon="7.1574198" version="3" timestamp="2009-10-18T19:27:43Z" changeset="2887224" uid="17835" user="Stéphane Brunner">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="287320953" lat="47.1023815" lon="6.8333999" version="2" timestamp="2009-06-09T19:56:28Z" changeset="1471181" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP Shop"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="287527223" lat="47.2053265" lon="7.5502380" version="2" timestamp="2010-07-25T11:44:30Z" changeset="5311103" uid="241863" user="MRO">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="287630914" lat="47.1668796" lon="9.4664798" version="3" timestamp="2013-07-16T05:45:49Z" changeset="16970210" uid="34448" user="anosmi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="288472737" lat="47.4853737" lon="7.5943189" version="1" timestamp="2008-08-16T15:50:16Z" changeset="278050" uid="4105" user="danielvetter">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="288557316" lat="47.4898013" lon="7.5896372" version="2" timestamp="2012-07-05T14:42:42Z" changeset="12121157" uid="565471" user="bebbi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="288740214" lat="46.7680292" lon="7.3523004" version="2" timestamp="2013-04-21T13:40:15Z" changeset="15810907" uid="1031409" user="BrunoHo">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="289150440" lat="47.4801381" lon="8.1569652" version="3" timestamp="2012-09-26T19:05:59Z" changeset="13263443" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="290293408" lat="46.7506241" lon="7.1690192" version="6" timestamp="2009-04-25T13:00:34Z" changeset="947630" uid="54697" user="Freebourg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="operator" v="Tamoil"/>
+ <tag k="source" v="photograph"/>
+ </node>
+ <node id="290798270" lat="46.9730063" lon="7.4380866" version="2" timestamp="2010-04-11T17:33:11Z" changeset="4396515" uid="130065" user="leuty">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ </node>
+ <node id="291415329" lat="47.6550133" lon="9.1650211" version="8" timestamp="2013-06-01T21:26:55Z" changeset="16383722" uid="43882" user="katze_sonne">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Socar"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Socar"/>
+ </node>
+ <node id="291637079" lat="47.2285007" lon="8.3900965" version="4" timestamp="2014-07-20T16:47:02Z" changeset="24257935" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ </node>
+ <node id="291769933" lat="46.7706328" lon="7.1637078" version="4" timestamp="2009-03-31T21:27:47Z" changeset="872683" uid="54697" user="Freebourg">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="292182867" lat="46.5271442" lon="6.6032827" version="2" timestamp="2008-11-13T19:00:36Z" changeset="743896" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10b"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="292288374" lat="47.3823131" lon="8.6714299" version="5" timestamp="2013-06-10T18:48:53Z" changeset="16497033" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:street" v="Grabenwisstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="bp"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="292317978" lat="47.5705806" lon="9.1000336" version="7" timestamp="2013-03-31T20:34:03Z" changeset="15558121" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Guido Scherrer"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="292331528" lat="47.5600805" lon="9.1320734" version="5" timestamp="2013-05-03T20:55:56Z" changeset="15965839" uid="64557" user="qpeso">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="292341684" lat="47.5501032" lon="9.1527304" version="3" timestamp="2013-01-28T08:34:14Z" changeset="14818814" uid="7260" user="studerap">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="292356897" lat="47.5636919" lon="9.1084393" version="3" timestamp="2012-05-05T14:08:23Z" changeset="11508293" uid="62623" user="thirteen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Garage Fischbach GmbH"/>
+ </node>
+ <node id="292362274" lat="46.7558732" lon="7.1478931" version="5" timestamp="2014-08-29T14:40:45Z" changeset="25098502" uid="54697" user="Freebourg">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="292507777" lat="46.7802595" lon="6.6533462" version="1" timestamp="2008-08-31T11:04:23Z" changeset="474624" uid="4786" user="Romain Aviolat [Xens]">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Bel-Air"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="292552310" lat="47.5519864" lon="7.8034480" version="5" timestamp="2012-06-03T15:16:02Z" changeset="11787670" uid="86889" user="kowoma">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Pronto"/>
+ <tag k="operator" v="coop"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="292626676" lat="46.4814865" lon="6.7746074" version="3" timestamp="2011-03-24T22:06:26Z" changeset="7660587" uid="129299" user="RBA">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="292626689" lat="46.4825065" lon="6.7758542" version="3" timestamp="2012-03-10T22:19:43Z" changeset="10937381" uid="17835" user="Stéphane Brunner">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="292626690" lat="46.4831227" lon="6.7753449" version="1" timestamp="2008-08-31T17:14:36Z" changeset="475910" uid="17835" user="Stéphane Brunner">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="292665153" lat="47.0420458" lon="7.2742123" version="2" timestamp="2008-11-16T22:19:46Z" changeset="757851" uid="60523" user="seelandmap">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="note" v="Esso"/>
+ </node>
+ <node id="292736599" lat="47.3889363" lon="8.6822932" version="2" timestamp="2010-10-29T08:16:56Z" changeset="6215369" uid="79437" user="GPS-Jack">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="293011493" lat="47.5601728" lon="8.4925388" version="2" timestamp="2012-06-11T23:32:10Z" changeset="11870054" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="293030011" lat="47.3450854" lon="8.7019951" version="5" timestamp="2012-08-03T17:11:11Z" changeset="12600725" uid="69380" user="Mathias Wittwer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Lenzlinger Söhne AG"/>
+ </node>
+ <node id="293254091" lat="46.8185350" lon="8.3978960" version="2" timestamp="2014-01-03T16:39:47Z" changeset="19790085" uid="1080307" user="Einradtrialer">
+ <tag k="addr:city" v="Engelberg"/>
+ <tag k="addr:postcode" v="6390"/>
+ <tag k="addr:street" v="Engelbergerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="maxheight" v="3"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="293585451" lat="47.4726540" lon="7.7554919" version="3" timestamp="2009-04-08T18:35:15Z" changeset="329685" uid="57706" user="interspring">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Merkaartor 0.12"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="293609533" lat="47.5283929" lon="8.4667206" version="3" timestamp="2008-09-05T09:12:51Z" changeset="535050" uid="63871" user="Smilingdog">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10b"/>
+ </node>
+ <node id="294055300" lat="47.1274123" lon="8.3278971" version="3" timestamp="2012-11-24T10:13:33Z" changeset="14010239" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="294055397" lat="47.1289335" lon="8.3257298" version="5" timestamp="2013-08-31T11:00:52Z" changeset="17601730" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="294055540" lat="47.1102168" lon="8.3211384" version="4" timestamp="2012-06-10T21:52:51Z" changeset="11859854" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="294055589" lat="47.1216181" lon="8.3416496" version="4" timestamp="2012-11-29T21:35:30Z" changeset="14092087" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="294137859" lat="46.7923159" lon="6.6276571" version="1" timestamp="2008-09-06T15:54:49Z" changeset="551078" uid="4786" user="Romain Aviolat [Xens]">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage des Lovats"/>
+ <tag k="operator" v="AGIP"/>
+ </node>
+ <node id="294260600" lat="46.6322102" lon="8.5928660" version="5" timestamp="2014-03-16T07:51:30Z" changeset="21130602" uid="130472" user="fx99">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Aurora Andermatt"/>
+ <tag k="opening_hours" v="until Apr 30th 2014"/>
+ </node>
+ <node id="295007167" lat="47.4834518" lon="8.2412315" version="3" timestamp="2011-02-09T09:13:28Z" changeset="7234058" uid="322237" user="wdst">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop pronto"/>
+ </node>
+ <node id="295747025" lat="47.1196050" lon="7.2429595" version="4" timestamp="2014-10-25T16:41:29Z" changeset="26325181" uid="2382704" user="Dpluton">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Socar"/>
+ <tag k="operator" v="Socar"/>
+ </node>
+ <node id="295747026" lat="47.1203518" lon="7.2420720" version="4" timestamp="2015-08-08T19:11:55Z" changeset="33206842" uid="1514673" user="amilopowers">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="name" v="Aperto shop"/>
+ </node>
+ <node id="296253069" lat="47.0893332" lon="6.8075691" version="1" timestamp="2008-09-13T00:05:09Z" changeset="618992" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Pronto"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="296927806" lat="47.4770908" lon="9.4620009" version="2" timestamp="2012-01-28T16:23:34Z" changeset="10522425" uid="127281" user="Huwi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="bp"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="296941470" lat="47.2140841" lon="8.7004828" version="3" timestamp="2012-03-08T21:37:07Z" changeset="10914079" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia Vereinigung"/>
+ </node>
+ <node id="296990388" lat="47.4275641" lon="7.7715949" version="2" timestamp="2011-10-05T17:50:51Z" changeset="9480068" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ <tag k="car_wash" v="yes"/>
+ <tag k="name" v="MIGROL"/>
+ </node>
+ <node id="297027382" lat="46.0859384" lon="7.5091153" version="1" timestamp="2008-09-14T19:29:19Z" changeset="635744" uid="57049" user="pjacquod">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="297070232" lat="46.7848989" lon="6.6332171" version="1" timestamp="2008-09-14T21:53:29Z" changeset="632043" uid="4786" user="Romain Aviolat [Xens]">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Bouby-Rolls"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="297302039" lat="47.4070106" lon="8.7269393" version="5" timestamp="2011-07-06T01:58:54Z" changeset="8644469" uid="194843" user="feuerstein">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Shell Illnau"/>
+ </node>
+ <node id="297555014" lat="46.2126907" lon="9.0395354" version="3" timestamp="2014-09-28T01:12:51Z" changeset="25716452" uid="1745073" user="AL68">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="shell"/>
+ </node>
+ <node id="297938369" lat="46.4222373" lon="6.2610444" version="3" timestamp="2014-06-19T23:32:11Z" changeset="23035277" uid="2066944" user="Patrick FitzGerald">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="297993545" lat="47.2299512" lon="8.6672125" version="1" timestamp="2008-09-18T21:14:32Z" changeset="661956" uid="67110" user="argus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10b"/>
+ </node>
+ <node id="298042177" lat="47.5615572" lon="7.5680655" version="3" timestamp="2012-02-20T00:09:31Z" changeset="10736404" uid="111577" user="c-gps">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="298154525" lat="46.2269622" lon="7.3859113" version="2" timestamp="2013-09-06T22:18:36Z" changeset="17711068" uid="1730904" user="donovaly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="298681614" lat="47.4941013" lon="9.4684189" version="6" timestamp="2015-07-27T14:31:30Z" changeset="32911110" uid="229491" user="DanielLanz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Zender"/>
+ <tag k="phone" v="+4171 841 33 67"/>
+ <tag k="seamark:small_craft_facility:category" v="fuel_station"/>
+ <tag k="seamark:type" v="small_craft_facility"/>
+ <tag k="website" v="http://www.zehendergarage.ch"/>
+ </node>
+ <node id="298715804" lat="47.4800585" lon="9.0297703" version="1" timestamp="2008-09-21T14:33:08Z" changeset="674965" uid="7230" user="Andy Stricker">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AMP Bronschhofen"/>
+ <tag k="operator" v="Armee"/>
+ </node>
+ <node id="298856019" lat="47.3297486" lon="8.9189300" version="5" timestamp="2014-02-19T00:15:42Z" changeset="20647830" uid="178186" user="mdk">
+ <tag k="addr:housenumber" v="438"/>
+ <tag k="addr:street" v="Tösstalstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="sikkens"/>
+ </node>
+ <node id="298873168" lat="46.2348026" lon="6.0517070" version="3" timestamp="2015-11-29T13:35:20Z" changeset="35646062" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Meyrin"/>
+ <tag k="addr:housenumber" v="388"/>
+ <tag k="addr:street" v="Route de Meyrin"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="298873230" lat="46.2339625" lon="6.0546768" version="2" timestamp="2015-08-27T22:39:04Z" changeset="33632595" uid="1856092" user="StreetAv">
+ <tag k="addr:housenumber" v="372"/>
+ <tag k="addr:street" v="Route de Meyrin"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Socar Meyrin"/>
+ <tag k="operator" v="Socar"/>
+ <tag k="phone" v="+41 22 782 64 23"/>
+ </node>
+ <node id="299083515" lat="47.3881046" lon="8.7529751" version="6" timestamp="2010-12-19T15:03:35Z" changeset="6706823" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="LANDI Zola AG"/>
+ </node>
+ <node id="299207655" lat="47.4968466" lon="9.4576620" version="3" timestamp="2011-08-01T11:44:10Z" changeset="8889666" uid="387779" user="raketo">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="299311915" lat="46.6246348" lon="8.0304265" version="1" timestamp="2008-09-23T17:28:14Z" changeset="685878" uid="23724" user="colonia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Öltrans"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="299363864" lat="47.1790298" lon="8.4317033" version="3" timestamp="2013-10-21T23:13:19Z" changeset="18478511" uid="15268" user="uglymr">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="299364634" lat="47.1795921" lon="8.4338162" version="5" timestamp="2014-01-03T14:42:59Z" changeset="19787116" uid="35560" user="Peilscheibe">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="AutoSuter"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="shop" v="kiosk"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="299752761" lat="47.3803229" lon="8.5463543" version="6" timestamp="2012-05-05T15:10:25Z" changeset="11508906" uid="62623" user="thirteen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Scall"/>
+ </node>
+ <node id="299813447" lat="47.2867134" lon="8.5433655" version="3" timestamp="2010-12-30T20:05:05Z" changeset="6813489" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Independent"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="name" v="Vögtlin-Meyer"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="299813627" lat="46.9685847" lon="6.8482514" version="2" timestamp="2013-04-17T07:11:36Z" changeset="15759144" uid="1365221" user="Alexandre212">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Miniprix"/>
+ </node>
+ <node id="300418712" lat="47.3937050" lon="8.5059844" version="3" timestamp="2015-03-10T06:54:45Z" changeset="29377834" uid="2110714" user="captain_slow">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="300514678" lat="47.7921144" lon="8.6127878" version="1" timestamp="2008-09-28T09:57:48Z" changeset="709339" uid="67540" user="Cobra">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso Tanner-Risch"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="300514679" lat="47.7924569" lon="8.6121498" version="1" timestamp="2008-09-28T09:57:48Z" changeset="709339" uid="67540" user="Cobra">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol Heinz Tanner"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="301208147" lat="47.3728411" lon="8.5211422" version="6" timestamp="2013-10-09T16:27:30Z" changeset="18267681" uid="1768745" user="aspartan">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_50" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="BP"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="301407672" lat="47.4865145" lon="8.2949688" version="3" timestamp="2012-06-15T17:16:12Z" changeset="11906712" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Argovia Tankstelle"/>
+ </node>
+ <node id="301467582" lat="47.1707634" lon="8.7142820" version="4" timestamp="2014-08-12T18:24:02Z" changeset="24707809" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="303074394" lat="47.4780108" lon="8.8983927" version="7" timestamp="2015-04-21T19:18:39Z" changeset="30388004" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="303314859" lat="47.3629959" lon="9.0734928" version="1" timestamp="2008-10-09T15:15:42Z" changeset="186751" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="ESSO"/>
+ </node>
+ <node id="303315631" lat="47.3667899" lon="9.0753288" version="1" timestamp="2008-10-09T15:17:39Z" changeset="186751" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AGROLA"/>
+ </node>
+ <node id="303699177" lat="47.4518342" lon="8.7012565" version="3" timestamp="2012-07-22T19:40:55Z" changeset="12438845" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="303844420" lat="46.9713263" lon="7.3553711" version="3" timestamp="2013-04-22T10:51:04Z" changeset="15822674" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="name" v="Landi"/>
+ </node>
+ <node id="303903676" lat="46.5249633" lon="6.5369317" version="1" timestamp="2008-10-12T08:32:16Z" changeset="268654" uid="9733" user="stedewa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10d"/>
+ </node>
+ <node id="304014558" lat="46.0872339" lon="7.2068309" version="4" timestamp="2013-09-17T12:40:32Z" changeset="17885899" uid="1084847" user="Dixie John">
+ <tag k="addr:city" v="Cotterg"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="St Christophe"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="304854084" lat="46.8816850" lon="8.6419316" version="4" timestamp="2015-11-01T05:57:34Z" changeset="35005482" uid="618919" user="msg132e">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Postgarage"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="304917714" lat="47.4542647" lon="8.4382727" version="1" timestamp="2008-10-16T07:54:00Z" changeset="366088" uid="15123" user="Nils8107">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10e"/>
+ </node>
+ <node id="304992273" lat="47.4585509" lon="8.4068901" version="2" timestamp="2010-02-01T21:57:37Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="304993060" lat="47.4460160" lon="8.4632213" version="3" timestamp="2009-03-28T16:05:02Z" changeset="865958" uid="68934" user="_kendell">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="305469317" lat="47.0012366" lon="7.4619783" version="3" timestamp="2014-11-09T17:28:06Z" changeset="26668825" uid="2453975" user="aeoro101">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="305469322" lat="47.0043064" lon="7.4629966" version="7" timestamp="2013-05-16T13:15:32Z" changeset="16153119" uid="893327" user="mcheckimport">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ </node>
+ <node id="305701426" lat="47.4448544" lon="8.6232305" version="4" timestamp="2008-11-30T18:26:53Z" changeset="814594" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10e"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="305707837" lat="47.4445742" lon="8.6251146" version="3" timestamp="2008-11-30T18:26:53Z" changeset="814594" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10e"/>
+ <tag k="name" v="ESSO"/>
+ </node>
+ <node id="305765115" lat="47.0638829" lon="7.3338804" version="1" timestamp="2008-10-19T20:40:47Z" changeset="451250" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="305765123" lat="47.0679047" lon="7.3157883" version="1" timestamp="2008-10-19T20:40:47Z" changeset="451250" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="bp"/>
+ </node>
+ <node id="306231847" lat="46.7038000" lon="6.5687812" version="3" timestamp="2015-05-28T22:33:17Z" changeset="31551062" uid="2278038" user="etbane">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Simond"/>
+ </node>
+ <node id="306498031" lat="46.5825347" lon="6.6011678" version="4" timestamp="2013-07-21T16:31:30Z" changeset="17037916" uid="524500" user="wheelmap_android">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="306667904" lat="46.8962748" lon="8.6265048" version="2" timestamp="2014-04-13T11:06:54Z" changeset="21662808" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="307028624" lat="47.2111081" lon="7.5442211" version="4" timestamp="2015-02-13T22:05:26Z" changeset="28831401" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="compressed_air" v="yes"/>
+ <tag k="compressed_air:fee" v="no"/>
+ <tag k="compressed_air:manometer" v="yes"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="307121153" lat="47.4185086" lon="8.6847709" version="1" timestamp="2008-10-24T21:24:34Z" changeset="552039" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="307121156" lat="47.4220428" lon="8.6848857" version="4" timestamp="2011-07-13T09:18:29Z" changeset="8710572" uid="194843" user="feuerstein">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Garage Kempf"/>
+ </node>
+ <node id="307363530" lat="47.4620264" lon="8.3353917" version="5" timestamp="2015-09-01T13:57:26Z" changeset="33728314" uid="459185" user="Laegerezwergli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="307661791" lat="47.2370963" lon="8.6374727" version="2" timestamp="2011-06-23T19:58:57Z" changeset="8526262" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Independent"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="307662123" lat="47.2377028" lon="8.6444658" version="1" timestamp="2008-10-26T12:26:30Z" changeset="591091" uid="75458" user="Momo_102">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10e"/>
+ </node>
+ <node id="307669315" lat="47.2191945" lon="8.6696480" version="2" timestamp="2012-11-21T16:13:24Z" changeset="13960446" uid="75458" user="Momo_102">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="307695031" lat="47.2300957" lon="7.7757731" version="4" timestamp="2013-07-30T19:41:03Z" changeset="17157393" uid="1695535" user="notizklotz">
+ <tag k="addr:city" v="Aarwangen"/>
+ <tag k="addr:housenumber" v="90"/>
+ <tag k="addr:postcode" v="4912"/>
+ <tag k="addr:street" v="Langenthalstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Coop pronto Aarwangen"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="307695032" lat="47.2237124" lon="7.7784468" version="2" timestamp="2012-06-12T19:55:20Z" changeset="11878425" uid="22971" user="Schlossberg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="307698374" lat="47.2348140" lon="9.0216688" version="2" timestamp="2012-03-26T19:06:20Z" changeset="11102598" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="307776683" lat="46.6908673" lon="6.7030092" version="1" timestamp="2008-10-26T18:20:03Z" changeset="581406" uid="4786" user="Romain Aviolat [Xens]">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="307821699" lat="46.8622135" lon="7.4604672" version="1" timestamp="2008-10-26T20:21:03Z" changeset="586629" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="308075661" lat="46.9434945" lon="7.3711117" version="7" timestamp="2013-04-08T07:48:30Z" changeset="15650954" uid="955609" user="FGammi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrolino"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="308077581" lat="46.9068342" lon="7.2356666" version="1" timestamp="2008-10-27T20:51:10Z" changeset="601754" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="308632636" lat="47.0061393" lon="7.0610583" version="3" timestamp="2011-12-25T12:29:29Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="ethanol" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="fuel:lpg" v="yes"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="name" v="Rasthof Platanenhof"/>
+ </node>
+ <node id="309112387" lat="47.4344986" lon="8.7635897" version="2" timestamp="2015-10-14T18:43:19Z" changeset="34638888" uid="257555" user="rene78">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="309425295" lat="47.3277560" lon="8.7824754" version="4" timestamp="2015-08-28T19:06:55Z" changeset="33650743" uid="3176497" user="Billy86">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:biogas" v="yes"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="name" v="bp"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="309431866" lat="47.0905334" lon="6.8088216" version="1" timestamp="2008-11-02T16:34:31Z" changeset="656391" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="309431882" lat="47.0931939" lon="6.8150359" version="1" timestamp="2008-11-02T16:34:34Z" changeset="656391" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Entilles"/>
+ <tag k="operator" v="HK"/>
+ </node>
+ <node id="309433866" lat="47.0971909" lon="6.8209067" version="3" timestamp="2010-02-02T09:02:28Z" changeset="3773971" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Michel Grandjean"/>
+ <tag k="operator" v="Tamoli"/>
+ </node>
+ <node id="309750249" lat="47.4546999" lon="9.0487771" version="2" timestamp="2009-03-28T00:09:39Z" changeset="865720" uid="44456" user="twalter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Lindengut-Garage"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="309765158" lat="47.0636767" lon="6.7607015" version="1" timestamp="2008-11-03T22:24:25Z" changeset="669170" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="On the road"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="309956444" lat="46.6735462" lon="6.5694970" version="3" timestamp="2014-11-21T22:54:18Z" changeset="26939213" uid="1617449" user="aceman444">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="309956446" lat="46.6737199" lon="6.5703936" version="2" timestamp="2014-11-21T22:54:18Z" changeset="26939213" uid="1617449" user="aceman444">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="309986668" lat="46.0538103" lon="8.9729480" version="2" timestamp="2010-06-20T14:40:46Z" changeset="5033494" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="310084946" lat="47.3275116" lon="8.7941873" version="3" timestamp="2013-11-19T16:00:47Z" changeset="18996477" uid="324188" user="ponte1112">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:octane_95" v="no"/>
+ <tag k="name" v="bp"/>
+ <tag k="operator" v="Garage Wetzikon"/>
+ </node>
+ <node id="310091786" lat="47.2662666" lon="7.3583741" version="1" timestamp="2008-11-05T17:17:14Z" changeset="684495" uid="33188" user="tmeller">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="ele" v="572"/>
+ </node>
+ <node id="310205995" lat="47.3968963" lon="8.4404596" version="1" timestamp="2008-11-06T13:11:20Z" changeset="700389" uid="77760" user="grizzly-power">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="310281263" lat="46.5420715" lon="6.6598416" version="3" timestamp="2014-05-11T12:34:58Z" changeset="22269847" uid="13303" user="sissou">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="310299936" lat="47.2975010" lon="7.9360771" version="1" timestamp="2008-11-06T23:18:13Z" changeset="705081" uid="78222" user="milkill">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="310314796" lat="47.4294844" lon="8.6871667" version="3" timestamp="2012-12-01T21:52:28Z" changeset="14117788" uid="565471" user="bebbi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="SOCAR"/>
+ </node>
+ <node id="310390136" lat="46.0095075" lon="8.9639654" version="5" timestamp="2013-04-17T14:09:25Z" changeset="15761392" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="xybot"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="310567715" lat="46.3199827" lon="10.0592318" version="2" timestamp="2008-11-09T14:17:55Z" changeset="720656" uid="77322" user="Enif">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="310668275" lat="47.1057512" lon="8.3794619" version="8" timestamp="2014-09-14T21:12:26Z" changeset="25442743" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="310668277" lat="47.1167598" lon="8.3914953" version="3" timestamp="2011-01-13T23:52:31Z" changeset="6963102" uid="75217" user="aMuTeX">
+ <tag k="addr:city" v="Root"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="6037"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Centrum Garage Notter"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="310814272" lat="47.2345000" lon="8.8185950" version="7" timestamp="2014-11-13T18:12:59Z" changeset="26761566" uid="178186" user="mdk">
+ <tag k="addr:city" v="Rapperswil"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="92"/>
+ <tag k="addr:postcode" v="8640"/>
+ <tag k="addr:street" v="Zürcherstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="opening_hours" v="Mo-Sa 05:30-21:30; Su 06:00-21:30"/>
+ <tag k="operator" v="Eni"/>
+ </node>
+ <node id="310863023" lat="47.2301529" lon="8.8387651" version="1" timestamp="2008-11-09T19:38:59Z" changeset="723692" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="310875963" lat="47.2303216" lon="8.8478607" version="1" timestamp="2008-11-09T20:20:02Z" changeset="723692" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="311097320" lat="46.8897890" lon="7.2243433" version="3" timestamp="2013-09-19T07:18:38Z" changeset="17917558" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="311185159" lat="47.4403024" lon="9.4101696" version="5" timestamp="2012-06-23T11:18:34Z" changeset="11987781" uid="683765" user="swizzlykiller">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:biogas" v="yes"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="311252839" lat="46.4237682" lon="6.2544241" version="3" timestamp="2014-07-02T20:20:32Z" changeset="23647385" uid="2066944" user="Patrick FitzGerald">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="311252842" lat="46.4253133" lon="6.2542395" version="2" timestamp="2009-02-23T21:43:51Z" changeset="642521" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="311319045" lat="47.2296006" lon="8.4785667" version="2" timestamp="2009-10-31T21:22:54Z" changeset="3001586" uid="83934" user="sCHtreetmapper">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="311976893" lat="47.4010397" lon="8.4916110" version="5" timestamp="2012-11-23T21:37:51Z" changeset="14005357" uid="16008" user="Tric">
+ <tag k="addr:housenumber" v="38"/>
+ <tag k="addr:street" v="Winzerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="312012092" lat="47.4141733" lon="8.5183497" version="3" timestamp="2011-04-24T16:33:07Z" changeset="7954411" uid="346456" user="Brainik">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Kaspar Preisig"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="312365830" lat="46.1281589" lon="7.0600696" version="4" timestamp="2013-03-05T04:03:02Z" changeset="15254256" uid="254549" user="Tempus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell + BP"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="312468153" lat="47.1247819" lon="7.2596305" version="2" timestamp="2015-07-31T18:22:34Z" changeset="33014490" uid="497177" user="TripleBee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="312630275" lat="47.1214948" lon="7.2595902" version="1" timestamp="2008-11-16T21:04:30Z" changeset="756745" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="MIGROL"/>
+ </node>
+ <node id="312630282" lat="47.1297087" lon="7.2546896" version="2" timestamp="2009-04-10T21:03:20Z" changeset="389298" uid="75263" user="Johnny Graber">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Vollan"/>
+ </node>
+ <node id="312630285" lat="47.1399352" lon="7.2638995" version="3" timestamp="2015-07-31T16:16:06Z" changeset="33007981" uid="497177" user="TripleBee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="312630286" lat="47.1537450" lon="7.2856602" version="2" timestamp="2013-03-29T00:08:04Z" changeset="15532134" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="MINI PRIX"/>
+ </node>
+ <node id="313192016" lat="47.4305992" lon="8.9565882" version="2" timestamp="2014-05-15T11:46:05Z" changeset="22350840" uid="2057389" user="wohnortfinderZO">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Landi"/>
+ <tag k="operator" v="Landi"/>
+ </node>
+ <node id="313268393" lat="47.3803243" lon="8.4940369" version="2" timestamp="2010-11-15T16:55:14Z" changeset="6378726" uid="186651" user="Teddych">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="313783389" lat="46.4767048" lon="6.4011607" version="2" timestamp="2008-12-05T06:56:30Z" changeset="139240" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="314445269" lat="46.5084806" lon="6.3168759" version="2" timestamp="2010-02-01T21:57:27Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="315513529" lat="47.1008381" lon="8.2673762" version="5" timestamp="2012-12-20T09:54:18Z" changeset="14339908" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA Tankstelle"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="315538029" lat="47.4495331" lon="8.2128865" version="2" timestamp="2008-12-04T23:35:42Z" changeset="137306" uid="56400" user="TeeSeR">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="315538104" lat="47.4682442" lon="8.2113135" version="2" timestamp="2015-06-17T19:25:05Z" changeset="32036301" uid="257555" user="rene78">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Knecht Reisen"/>
+ </node>
+ <node id="315599575" lat="47.3967679" lon="7.8541644" version="1" timestamp="2008-11-29T21:16:12Z" changeset="808745" uid="57706" user="interspring">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Merkaartor 0.12"/>
+ </node>
+ <node id="316022671" lat="47.4613630" lon="9.5971795" version="1" timestamp="2008-12-01T09:58:58Z" changeset="24241" uid="48087" user="pos_ei_don">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="316022885" lat="47.4439922" lon="9.5323785" version="2" timestamp="2013-01-02T16:03:46Z" changeset="14501742" uid="565471" user="bebbi">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="316080571" lat="47.1935480" lon="7.6221728" version="2" timestamp="2008-12-01T17:51:55Z" changeset="18890" uid="13971" user="hdus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Merkaartor 0.13"/>
+ <tag k="source" v="Knowledge"/>
+ </node>
+ <node id="316878199" lat="47.5205568" lon="8.2428388" version="1" timestamp="2008-12-05T23:07:09Z" changeset="205408" uid="28048" user="swissoptimist">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="317022081" lat="47.5980137" lon="9.0311262" version="5" timestamp="2013-01-01T21:18:21Z" changeset="14492273" uid="79025" user="mstock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Agrola"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="317038642" lat="47.1433014" lon="7.3733308" version="3" timestamp="2013-07-06T05:48:59Z" changeset="16844428" uid="1575125" user="Robert Sutter">
+ <tag k="addr:city" v="Büren an der Aare"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Ruedi Rüssel"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Juragarage-Peter"/>
+ <tag k="operator" v="Juragarage-Peter"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="317044955" lat="47.1478724" lon="8.4340400" version="2" timestamp="2014-01-03T11:24:02Z" changeset="19782843" uid="35560" user="Peilscheibe">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="317044957" lat="47.1478321" lon="8.4344331" version="1" timestamp="2008-12-06T21:54:58Z" changeset="213112" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Scherer"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="317044958" lat="47.1455536" lon="8.4318085" version="3" timestamp="2010-08-26T09:32:40Z" changeset="5597423" uid="121389" user="Rastatter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP - Garage Wismer"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="317044962" lat="47.1421512" lon="8.4283206" version="5" timestamp="2010-08-24T06:58:28Z" changeset="5577507" uid="121389" user="Rastatter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola Landi"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="317045478" lat="47.4712239" lon="9.0585959" version="2" timestamp="2010-11-13T18:34:48Z" changeset="6360750" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="317283185" lat="47.2441249" lon="8.4635000" version="3" timestamp="2011-01-29T22:24:47Z" changeset="7128146" uid="83934" user="sCHtreetmapper">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="317828998" lat="46.1738259" lon="6.1283334" version="3" timestamp="2009-12-28T19:41:48Z" changeset="3475126" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="317829000" lat="46.1689766" lon="6.1408791" version="2" timestamp="2015-07-17T16:21:16Z" changeset="32701226" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Vessy"/>
+ <tag k="addr:housenumber" v="73"/>
+ <tag k="addr:street" v="Route de Drize"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="317829065" lat="46.1931561" lon="6.1526381" version="4" timestamp="2015-08-07T09:12:44Z" changeset="33174594" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:street" v="Rue Michel-Servet"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="317830458" lat="46.2253546" lon="6.1072403" version="5" timestamp="2010-09-12T16:40:25Z" changeset="5761465" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="318017751" lat="47.5085315" lon="8.2046398" version="1" timestamp="2008-12-11T22:59:21Z" changeset="337651" uid="56400" user="TeeSeR">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="318306689" lat="46.8773686" lon="7.5419439" version="3" timestamp="2011-09-28T23:23:23Z" changeset="9423880" uid="7412" user="mjulius">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="highway" v="services"/>
+ <tag k="name" v="Münsingen"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="318410355" lat="47.4195985" lon="8.5561838" version="3" timestamp="2009-07-23T21:02:39Z" changeset="1919464" uid="105050" user="Männedorf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="318647877" lat="47.0434730" lon="7.2734827" version="4" timestamp="2014-10-10T09:00:03Z" changeset="25978364" uid="967832" user="Kurly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="319114593" lat="46.3152191" lon="6.1919134" version="1" timestamp="2008-12-15T23:36:40Z" changeset="411615" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="319212183" lat="46.1679840" lon="6.1854098" version="3" timestamp="2015-11-04T20:08:56Z" changeset="35087149" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Veyrier"/>
+ <tag k="addr:housenumber" v="101"/>
+ <tag k="addr:street" v="Route du Pas-de-l'Echelle"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="319463995" lat="47.4206437" lon="9.3669585" version="3" timestamp="2008-12-17T08:41:31Z" changeset="433287" uid="35407" user="gigu">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Velo Stern"/>
+ <tag k="shop" v="bicycle"/>
+ </node>
+ <node id="319504511" lat="46.4897328" lon="6.3989245" version="2" timestamp="2013-07-09T14:06:37Z" changeset="16887493" uid="1617372" user="AndrésGuiu">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="320040835" lat="47.4932190" lon="8.8988074" version="7" timestamp="2015-04-19T19:15:47Z" changeset="30339304" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="opening_hours" v="Mo-Sa 06:00-22:00; Su 06:00-20:00"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="320040876" lat="47.4935613" lon="8.8982352" version="6" timestamp="2015-04-20T18:25:59Z" changeset="30360934" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Rudi Rüssel"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Rudi Rüssel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="320182673" lat="47.4937984" lon="8.5467820" version="3" timestamp="2010-03-01T17:19:13Z" changeset="4010184" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="320269931" lat="47.0712901" lon="8.3235694" version="2" timestamp="2009-12-28T19:31:28Z" changeset="3475000" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="320269932" lat="47.0721875" lon="8.3246821" version="3" timestamp="2011-02-24T20:21:40Z" changeset="7384864" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="320269933" lat="47.0752063" lon="8.3304813" version="4" timestamp="2011-05-13T22:13:24Z" changeset="8136203" uid="75217" user="aMuTeX">
+ <tag k="addr:city" v="Ebikon"/>
+ <tag k="addr:housenumber" v="33"/>
+ <tag k="addr:postcode" v="6030"/>
+ <tag k="addr:street" v="Luzernerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="name" v="Auto Koch AG"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="320269935" lat="47.0776812" lon="8.3349434" version="3" timestamp="2011-05-13T22:13:25Z" changeset="8136203" uid="75217" user="aMuTeX">
+ <tag k="addr:city" v="Ebikon"/>
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:postcode" v="6030"/>
+ <tag k="addr:street" v="Luzernerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="name" v="AMAG Luzern"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="320351729" lat="47.1342480" lon="8.0455809" version="5" timestamp="2013-11-17T10:33:11Z" changeset="18949440" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="LANDI Rottal"/>
+ </node>
+ <node id="320617257" lat="47.1495103" lon="7.2764239" version="10" timestamp="2015-05-02T09:14:33Z" changeset="30715538" uid="2250462" user="Revjones">
+ <tag k="addr:city" v="Biel/Bienne"/>
+ <tag k="addr:housenumber" v="43a"/>
+ <tag k="addr:postcode" v="2504"/>
+ <tag k="addr:street" v="Längfeldweg"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Pronto"/>
+ <tag k="opening_hours" v="Mo-Su 06:00-22:00"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="phone" v="+41 32 342 5773"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="320651241" lat="46.6651986" lon="6.5235775" version="2" timestamp="2013-07-31T06:33:33Z" changeset="17161426" uid="1535358" user="Maniak82">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage du Milieu du Monde"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="321000160" lat="47.3874410" lon="8.5335703" version="5" timestamp="2013-01-11T09:34:00Z" changeset="14607648" uid="1195766" user="rangehrn">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="321271634" lat="47.4989800" lon="8.7927573" version="1" timestamp="2008-12-23T15:58:59Z" changeset="568324" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="321362564" lat="47.3917788" lon="8.5424807" version="3" timestamp="2010-11-19T22:22:20Z" changeset="6410633" uid="118866" user="nischmi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="321489746" lat="47.1424934" lon="7.2838775" version="3" timestamp="2011-05-23T14:52:45Z" changeset="8222963" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ <tag k="operator" v="Esso"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="321679040" lat="47.1758326" lon="8.4517090" version="3" timestamp="2014-05-15T20:01:01Z" changeset="22359881" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Socar"/>
+ </node>
+ <node id="321853683" lat="47.5062337" lon="8.7141124" version="2" timestamp="2010-09-14T22:11:47Z" changeset="5782804" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="321854510" lat="47.4968825" lon="8.7315312" version="4" timestamp="2013-09-02T22:39:50Z" changeset="17645178" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="321854756" lat="47.4980696" lon="8.7466250" version="2" timestamp="2009-04-05T22:41:29Z" changeset="233122" uid="61621" user="hgy">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="321855166" lat="47.5115966" lon="8.7608729" version="2" timestamp="2008-12-26T20:32:31Z" changeset="614188" uid="8094" user="mpepa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="322009546" lat="46.1452015" lon="6.1365929" version="2" timestamp="2015-05-11T09:21:22Z" changeset="30995017" uid="1725852" user="Christouf0676">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="322061464" lat="47.0825336" lon="8.3077885" version="3" timestamp="2013-04-08T11:00:46Z" changeset="15651859" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="322913188" lat="47.0426355" lon="8.5512244" version="2" timestamp="2009-12-29T20:23:03Z" changeset="3484778" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="323236561" lat="47.4948853" lon="8.3401247" version="3" timestamp="2013-08-18T19:36:46Z" changeset="17401489" uid="68913" user="Xango">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="323727097" lat="47.2740894" lon="8.3418587" version="2" timestamp="2011-10-26T18:57:17Z" changeset="9662880" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AGROLA"/>
+ </node>
+ <node id="324343384" lat="47.3015236" lon="8.4483501" version="1" timestamp="2009-01-01T18:49:23Z" changeset="698985" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="FREIE TANKSTELLE"/>
+ </node>
+ <node id="324648649" lat="47.1857748" lon="8.5209067" version="4" timestamp="2009-01-02T16:00:45Z" changeset="708431" uid="88406" user="PeterZuger">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="325054969" lat="47.5103136" lon="7.6206433" version="3" timestamp="2010-10-07T12:45:09Z" changeset="5977781" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="325787263" lat="46.2037893" lon="7.1670514" version="1" timestamp="2009-01-04T15:51:22Z" changeset="729252" uid="85231" user="Lö Tüx!">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Poste d' essence"/>
+ </node>
+ <node id="325851832" lat="46.1847994" lon="7.2113627" version="2" timestamp="2011-05-01T05:51:35Z" changeset="8017522" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="name" v="Poste d' essence"/>
+ </node>
+ <node id="327282170" lat="46.5668634" lon="6.5588210" version="2" timestamp="2009-01-10T14:38:43Z" changeset="765485" uid="52683" user="zittix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="is_in" v="Villars-Sainte-Croix,Vaud,Schweiz,Europe"/>
+ <tag k="name" v="Migrol avec Magasin"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="327446985" lat="47.4437276" lon="8.1985732" version="2" timestamp="2012-04-18T17:29:12Z" changeset="11346451" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Voegtlin-Meyer"/>
+ </node>
+ <node id="328060238" lat="45.9851267" lon="8.9364220" version="3" timestamp="2014-12-29T21:07:58Z" changeset="27787205" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="330142805" lat="47.5249711" lon="8.5393766" version="2" timestamp="2013-05-10T23:59:33Z" changeset="16073133" uid="181135" user="Manu1400">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Soli-Tankstelle"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="331317250" lat="47.3674014" lon="8.4942918" version="3" timestamp="2013-03-22T16:12:10Z" changeset="15456165" uid="1234273" user="d_berger">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Migrol Service Triemli"/>
+ <tag k="operator" v="Migrol"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="331337817" lat="46.6639714" lon="9.5716203" version="2" timestamp="2014-12-19T15:03:24Z" changeset="27570192" uid="524500" user="wheelmap_android">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="331589251" lat="46.4711471" lon="7.1279606" version="2" timestamp="2015-07-02T10:49:33Z" changeset="32351362" uid="2965963" user="Jonathan Masur">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="333542611" lat="46.3642319" lon="8.1838350" version="2" timestamp="2015-10-06T19:30:07Z" changeset="34476953" uid="465052" user="hecktor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle Binn"/>
+ </node>
+ <node id="333739192" lat="46.0968394" lon="7.2230332" version="2" timestamp="2013-06-08T19:17:44Z" changeset="16473213" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="333771406" lat="47.3084101" lon="7.9261406" version="3" timestamp="2010-10-18T08:33:18Z" changeset="6078475" uid="359782" user="sibric">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Pronto"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="334002283" lat="47.4209037" lon="9.3570844" version="3" timestamp="2012-04-23T23:05:42Z" changeset="11400512" uid="665974" user="l-i-n-k">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="334002482" lat="47.4150880" lon="9.3535820" version="5" timestamp="2014-01-31T15:35:29Z" changeset="20301674" uid="15972" user="kruemi">
+ <tag k="addr:city" v="St.Gallen"/>
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:postcode" v="9000"/>
+ <tag k="addr:street" v="Fürstenlandstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="334005113" lat="47.4163799" lon="9.3455182" version="1" timestamp="2009-01-20T10:02:10Z" changeset="818193" uid="49591" user="frantsch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ </node>
+ <node id="335477010" lat="47.2669797" lon="8.6508957" version="4" timestamp="2013-09-29T14:10:20Z" changeset="18093457" uid="286075" user="thomasF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="335958350" lat="47.3903750" lon="8.4913858" version="5" timestamp="2013-05-10T15:30:34Z" changeset="16066142" uid="1106630" user="teleborian">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="SOCAR"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="336019729" lat="47.5574042" lon="7.5468130" version="5" timestamp="2015-10-07T20:13:00Z" changeset="34498815" uid="3290451" user="Twisy">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop Tankstelle"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="336601485" lat="47.5995795" lon="8.9811694" version="3" timestamp="2013-05-01T18:38:15Z" changeset="15937376" uid="79025" user="mstock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Garage Bürki"/>
+ </node>
+ <node id="338134170" lat="47.2677824" lon="8.8529247" version="5" timestamp="2014-10-15T19:31:16Z" changeset="26103229" uid="167417" user="osm-sputnik">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="338134882" lat="47.2700333" lon="8.8528178" version="3" timestamp="2009-02-25T20:16:10Z" changeset="669257" uid="89150" user="Gerd Prümm">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="338265337" lat="46.6332921" lon="7.0490126" version="2" timestamp="2010-11-12T15:33:15Z" changeset="6351650" uid="54697" user="Freebourg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="338639819" lat="47.3812597" lon="8.5377769" version="4" timestamp="2011-07-24T12:55:34Z" changeset="8815790" uid="194843" user="feuerstein">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="339612237" lat="47.2859650" lon="8.5636469" version="3" timestamp="2015-11-01T20:55:01Z" changeset="35021373" uid="452231" user="balducien">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="339612238" lat="47.2864826" lon="8.5658630" version="5" timestamp="2015-11-05T21:18:50Z" changeset="35112349" uid="452231" user="balducien">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="339631367" lat="47.2906549" lon="8.4445210" version="1" timestamp="2009-02-01T12:22:11Z" changeset="20132" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ <tag k="operator" v="Garage Breitschmid"/>
+ </node>
+ <node id="339631500" lat="47.2963832" lon="8.4486344" version="1" timestamp="2009-02-01T12:22:20Z" changeset="20132" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ <tag k="operator" v="Automobile Reichenbach"/>
+ </node>
+ <node id="339957313" lat="47.1966126" lon="8.4810829" version="4" timestamp="2013-07-14T16:39:53Z" changeset="16951479" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Steinhausen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6312"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ </node>
+ <node id="340321987" lat="47.4308118" lon="9.3470183" version="3" timestamp="2012-07-13T19:41:54Z" changeset="12210416" uid="86566" user="wisieb">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="operator" v="BP"/>
+ <tag k="tourism" v="picnic_site"/>
+ </node>
+ <node id="340381113" lat="47.1546207" lon="8.5598976" version="5" timestamp="2014-03-23T12:06:06Z" changeset="21262643" uid="1811841" user="h-vetterli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle Schmittli"/>
+ </node>
+ <node id="341961288" lat="47.4387958" lon="8.4578615" version="3" timestamp="2014-12-15T12:28:23Z" changeset="27480728" uid="313918" user="error_401">
+ <tag k="addr:city" v="Regensdorf"/>
+ <tag k="addr:postcode" v="8105"/>
+ <tag k="addr:street" v="Wiesackerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="343087168" lat="47.6398354" lon="9.2005755" version="4" timestamp="2013-03-30T20:18:38Z" changeset="15547171" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="344194669" lat="47.3176030" lon="8.6669307" version="1" timestamp="2009-02-10T16:24:47Z" changeset="322229" uid="52921" user="t-i">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Merkaartor 0.13"/>
+ <tag k="name" v="Heuberg"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="344522057" lat="46.5295496" lon="9.8670469" version="1" timestamp="2009-02-11T20:51:27Z" changeset="353403" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="bp"/>
+ <tag k="operator" v="Auto Pfister AG"/>
+ </node>
+ <node id="345154356" lat="46.2211661" lon="6.1128211" version="5" timestamp="2013-05-09T16:22:30Z" changeset="16050513" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="345328505" lat="46.5572561" lon="9.6247466" version="1" timestamp="2009-02-14T20:22:05Z" changeset="429550" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="345519391" lat="47.1847934" lon="8.6839560" version="4" timestamp="2011-07-16T17:52:45Z" changeset="8741612" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="346269257" lat="47.4641467" lon="8.9693098" version="6" timestamp="2013-04-07T16:35:50Z" changeset="15643035" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="LANDI"/>
+ </node>
+ <node id="346365679" lat="47.1744437" lon="7.4487818" version="4" timestamp="2015-06-12T17:46:00Z" changeset="31927310" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="346401811" lat="47.3103935" lon="7.8474121" version="3" timestamp="2011-11-16T13:38:05Z" changeset="9844706" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="name" v="Gunzgen Süd"/>
+ </node>
+ <node id="346402085" lat="47.3101691" lon="7.8309258" version="2" timestamp="2011-11-16T13:38:05Z" changeset="9844706" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Gunzgen Nord"/>
+ </node>
+ <node id="346406523" lat="47.3232561" lon="8.0219409" version="4" timestamp="2012-05-30T22:27:55Z" changeset="11753342" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Kölliken Süd"/>
+ </node>
+ <node id="347351831" lat="46.5181699" lon="6.6012950" version="2" timestamp="2010-02-01T21:57:27Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="347672312" lat="46.5199316" lon="6.6303320" version="3" timestamp="2010-11-22T00:49:49Z" changeset="6428397" uid="55320" user="dubochet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="349171294" lat="47.1987038" lon="8.1084925" version="4" timestamp="2015-01-16T18:36:13Z" changeset="28193535" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Peter"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="349196976" lat="47.0565682" lon="8.2582774" version="3" timestamp="2011-02-03T23:07:06Z" changeset="7178993" uid="75217" user="aMuTeX">
+ <tag k="addr:city" v="Luzern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="6014"/>
+ <tag k="addr:street" v="Bodenhof"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="351947075" lat="45.9821628" lon="8.9297205" version="3" timestamp="2009-09-10T11:01:52Z" changeset="2434467" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Esso"/>
+ </node>
+ <node id="351947126" lat="45.9808038" lon="8.9288158" version="4" timestamp="2010-09-05T15:59:28Z" changeset="5689022" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ </node>
+ <node id="351947210" lat="45.9797550" lon="8.9287389" version="2" timestamp="2009-02-24T23:14:00Z" changeset="659847" uid="100562" user="Florian T">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ </node>
+ <node id="351947522" lat="45.9747533" lon="8.9282602" version="4" timestamp="2014-09-24T14:44:31Z" changeset="25646352" uid="429539" user="Cristian1989">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="351953825" lat="45.9677110" lon="8.9255786" version="4" timestamp="2014-04-23T22:51:48Z" changeset="21897571" uid="1730904" user="donovaly">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="351961987" lat="46.1561379" lon="8.9718321" version="4" timestamp="2009-07-16T19:01:15Z" changeset="1847000" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="352786909" lat="46.9985153" lon="6.7352154" version="3" timestamp="2009-11-14T20:26:27Z" changeset="3116734" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="353002794" lat="47.3251660" lon="8.4723136" version="3" timestamp="2010-03-01T10:46:23Z" changeset="4007440" uid="91822" user="joshx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Landi"/>
+ </node>
+ <node id="353011599" lat="47.4990689" lon="7.7227054" version="1" timestamp="2009-02-26T18:23:12Z" changeset="677190" uid="43965" user="PhilippK">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="353452474" lat="47.5944448" lon="7.6548837" version="5" timestamp="2015-11-17T12:19:11Z" changeset="35374895" uid="2290263" user="soemisch">
+ <tag k="addr:city" v="Riehen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="153"/>
+ <tag k="addr:postcode" v="4125"/>
+ <tag k="addr:street" v="Lörracherstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="353452484" lat="47.5930282" lon="7.6541580" version="4" timestamp="2011-09-08T11:05:08Z" changeset="9244619" uid="518744" user="wloos">
+ <tag k="addr:city" v="Riehen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="102"/>
+ <tag k="addr:postcode" v="4125"/>
+ <tag k="addr:street" v="Lörracherstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="353452488" lat="47.5919609" lon="7.6529957" version="5" timestamp="2014-12-15T10:42:59Z" changeset="27478492" uid="2420719" user="oscarrazu">
+ <tag k="addr:city" v="Riehen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="75"/>
+ <tag k="addr:postcode" v="4125"/>
+ <tag k="addr:street" v="Lörracherstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="354407155" lat="47.1130701" lon="8.2318580" version="4" timestamp="2014-01-13T18:28:14Z" changeset="19976756" uid="1742934" user="Pudu">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="354548408" lat="45.9937769" lon="7.1825888" version="1" timestamp="2009-03-01T15:54:33Z" changeset="718054" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="354593878" lat="46.3082597" lon="7.4694006" version="4" timestamp="2013-04-07T22:50:20Z" changeset="15648153" uid="567573" user="ben123456789">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AGIP"/>
+ </node>
+ <node id="354593932" lat="46.2921217" lon="7.4827224" version="4" timestamp="2013-11-10T13:34:30Z" changeset="18816400" uid="567573" user="ben123456789">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="354633665" lat="47.0915814" lon="6.8410562" version="1" timestamp="2009-03-01T19:21:14Z" changeset="716522" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Le Raymond"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="354633686" lat="47.0623216" lon="6.7572956" version="1" timestamp="2009-03-01T19:21:17Z" changeset="716522" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="354695627" lat="46.7813757" lon="7.1491018" version="3" timestamp="2012-02-28T14:21:04Z" changeset="10819104" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="operator" v="BP"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="354695628" lat="46.7753810" lon="7.1605758" version="4" timestamp="2013-05-16T13:15:32Z" changeset="16153119" uid="893327" user="mcheckimport">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="354850051" lat="46.7589533" lon="7.0932224" version="1" timestamp="2009-03-02T10:54:51Z" changeset="724505" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="gps;survey"/>
+ </node>
+ <node id="354850309" lat="46.7243145" lon="7.0687902" version="2" timestamp="2015-05-12T14:31:15Z" changeset="31055377" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="gps;survey"/>
+ </node>
+ <node id="354850557" lat="46.6432587" lon="7.0637262" version="1" timestamp="2009-03-02T10:55:31Z" changeset="724505" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="gps;survey"/>
+ </node>
+ <node id="355018548" lat="46.6186295" lon="7.0554315" version="3" timestamp="2012-11-27T22:19:04Z" changeset="14065595" uid="880510" user="kirosbr">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="355232174" lat="47.3416225" lon="8.7155853" version="5" timestamp="2014-09-29T20:03:52Z" changeset="25754722" uid="69380" user="Mathias Wittwer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="355316931" lat="46.0380169" lon="7.1466773" version="1" timestamp="2009-03-03T21:24:48Z" changeset="731519" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="355357953" lat="46.6031845" lon="7.0939064" version="2" timestamp="2015-01-26T12:58:12Z" changeset="28417729" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Charmettes"/>
+ </node>
+ <node id="356029176" lat="46.9168843" lon="7.1103193" version="1" timestamp="2009-03-05T22:00:26Z" changeset="742368" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ </node>
+ <node id="356056119" lat="47.0847295" lon="8.3457476" version="4" timestamp="2013-05-10T23:59:32Z" changeset="16073133" uid="181135" user="Manu1400">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Rank Garage"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="356056801" lat="47.0861029" lon="8.3466231" version="2" timestamp="2009-03-05T22:51:14Z" changeset="741505" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="356056962" lat="47.0860854" lon="8.3460652" version="1" timestamp="2009-03-05T22:51:42Z" changeset="741505" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="357231393" lat="46.3063736" lon="7.7511069" version="5" timestamp="2014-08-22T17:56:14Z" changeset="24938045" uid="2273829" user="bregjvan">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Fryand"/>
+ <tag k="operator" v="MIGROL"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="357231546" lat="46.3639891" lon="7.7572051" version="3" timestamp="2013-04-24T12:49:28Z" changeset="15848640" uid="311036" user="haavee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="357276942" lat="46.3086349" lon="7.7443331" version="5" timestamp="2014-08-20T18:38:15Z" changeset="24892805" uid="311036" user="haavee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ <tag k="operator" v="Esso"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="357276951" lat="46.3063782" lon="7.7503190" version="3" timestamp="2010-08-15T15:10:38Z" changeset="5500806" uid="333359" user="FernaW">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="357276994" lat="46.3034264" lon="7.8010560" version="2" timestamp="2014-08-04T20:44:43Z" changeset="24543795" uid="22199" user="FabianAffolter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="TAMOIL"/>
+ </node>
+ <node id="357286346" lat="46.2960807" lon="7.8661349" version="5" timestamp="2014-03-03T12:01:29Z" changeset="20886765" uid="311036" user="haavee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="357299602" lat="46.2933751" lon="7.8760794" version="2" timestamp="2009-12-28T19:41:48Z" changeset="3475126" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="357299631" lat="46.2926024" lon="7.8782351" version="5" timestamp="2015-08-19T09:58:27Z" changeset="33434577" uid="311036" user="haavee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Socar"/>
+ <tag k="operator" v="Socar"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="357299672" lat="46.2927012" lon="7.8928293" version="2" timestamp="2009-12-28T19:31:25Z" changeset="3475000" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="357299691" lat="46.2938618" lon="7.9010155" version="5" timestamp="2014-08-20T19:31:02Z" changeset="24893599" uid="311036" user="haavee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="TAMOIL"/>
+ </node>
+ <node id="357299708" lat="46.2944104" lon="7.9066116" version="2" timestamp="2009-12-28T19:41:49Z" changeset="3475126" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="357304759" lat="46.2973263" lon="7.9252272" version="4" timestamp="2014-11-01T17:57:02Z" changeset="26487371" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="357312943" lat="46.3075376" lon="7.9648005" version="2" timestamp="2013-06-05T18:33:32Z" changeset="16435653" uid="311036" user="haavee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="TAMOIL"/>
+ </node>
+ <node id="357329286" lat="46.3230179" lon="7.9880608" version="3" timestamp="2013-05-10T23:59:36Z" changeset="16073133" uid="181135" user="Manu1400">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="357561863" lat="47.5762647" lon="7.5729973" version="1" timestamp="2009-03-08T22:38:28Z" changeset="766580" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avis"/>
+ </node>
+ <node id="360435741" lat="46.5070058" lon="6.6214654" version="2" timestamp="2009-11-11T22:58:33Z" changeset="3094520" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Bateaux seulement"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="362795202" lat="47.4258478" lon="8.5478599" version="3" timestamp="2012-01-15T16:14:02Z" changeset="10397324" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Kolbenacker"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="362798141" lat="47.4310176" lon="8.5442531" version="2" timestamp="2009-03-22T17:02:39Z" changeset="844917" uid="32765" user="niekbergboer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="363884758" lat="46.6916881" lon="7.6673966" version="3" timestamp="2013-07-05T14:01:06Z" changeset="16836777" uid="450001" user="daland67">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Ruedi Rüssel"/>
+ </node>
+ <node id="363928734" lat="46.9479904" lon="10.3666863" version="4" timestamp="2011-01-26T17:16:48Z" changeset="7095477" uid="147865" user="zuso">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="363928741" lat="46.9482689" lon="10.3663810" version="3" timestamp="2011-01-26T17:16:43Z" changeset="7095477" uid="147865" user="zuso">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="363928771" lat="46.9430137" lon="10.3586650" version="3" timestamp="2011-01-26T17:16:43Z" changeset="7095477" uid="147865" user="zuso">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="364148994" lat="46.6866638" lon="7.6810966" version="1" timestamp="2009-03-20T21:17:30Z" changeset="837895" uid="103812" user="gartenzwerg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ </node>
+ <node id="364164415" lat="46.7603417" lon="7.6311695" version="6" timestamp="2013-03-15T22:10:13Z" changeset="15378489" uid="126246" user="mocoohay">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="coop"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="364753045" lat="47.3348869" lon="8.4686351" version="4" timestamp="2012-10-14T20:40:44Z" changeset="13495632" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Aviamat Station"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="364779474" lat="47.5462321" lon="8.9595388" version="2" timestamp="2010-12-26T18:55:15Z" changeset="6771074" uid="363886" user="tuto1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Ruedi Rüssel"/>
+ </node>
+ <node id="364805890" lat="47.0647319" lon="7.2942358" version="1" timestamp="2009-03-22T20:24:28Z" changeset="845132" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="364961808" lat="47.4307159" lon="9.6363190" version="3" timestamp="2011-06-19T15:08:33Z" changeset="8484963" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="364961811" lat="47.4307962" lon="9.6358483" version="2" timestamp="2011-06-19T15:08:33Z" changeset="8484963" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="364961818" lat="47.4311469" lon="9.6345378" version="3" timestamp="2014-03-18T09:40:06Z" changeset="21170257" uid="422423" user="sieber">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="365933996" lat="47.1281481" lon="7.9973817" version="3" timestamp="2012-07-18T14:34:21Z" changeset="12285235" uid="110461" user="MAcher">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Pronto"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="366112327" lat="47.4439866" lon="7.5982126" version="2" timestamp="2009-04-03T15:39:00Z" changeset="139743" uid="54476" user="contefosco">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="366590214" lat="46.5032302" lon="7.2869221" version="2" timestamp="2010-02-18T12:48:37Z" changeset="3908659" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="366785529" lat="46.0180139" lon="8.9620883" version="5" timestamp="2009-09-04T17:52:33Z" changeset="2371787" uid="103957" user="Simonexxx83">
+ <tag k="addr:housenumber" v="36"/>
+ <tag k="addr:street" v="Via Giacomo e Filippo Ciani"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="367085722" lat="46.0239486" lon="8.9661020" version="2" timestamp="2009-06-09T09:07:16Z" changeset="1465582" uid="129321" user="ricardo_padilha">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="367851970" lat="46.1252435" lon="8.9238124" version="2" timestamp="2015-10-31T08:08:38Z" changeset="34987027" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="367994870" lat="46.8114101" lon="7.1393706" version="3" timestamp="2015-10-06T14:44:20Z" changeset="34470677" uid="1514673" user="amilopowers">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="payment:cash" v="yes"/>
+ <tag k="payment:credit_cards" v="yes"/>
+ <tag k="payment:debit_cards" v="yes"/>
+ <tag k="source" v="knowledge"/>
+ </node>
+ <node id="368286682" lat="47.4821318" lon="8.2124349" version="3" timestamp="2011-02-28T13:11:36Z" changeset="7420458" uid="322237" user="wdst">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="368594195" lat="45.9979634" lon="8.9053319" version="2" timestamp="2013-04-17T14:07:57Z" changeset="15761392" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="operator" v="Migrol"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="369574530" lat="47.1605058" lon="7.2807866" version="8" timestamp="2010-12-14T06:38:19Z" changeset="6655427" uid="13511" user="DunkleAura">
+ <tag k="addr:city" v="Biel/Bienne"/>
+ <tag k="addr:housenumber" v="132"/>
+ <tag k="addr:postcode" v="2504"/>
+ <tag k="addr:street" v="Solothurnstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Pronto"/>
+ <tag k="opening_hours" v="Mo-Su 06:00-22:00"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="phone" v="+41 32 345 1755"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="370163795" lat="46.7898569" lon="7.1132621" version="3" timestamp="2010-12-19T21:24:15Z" changeset="6710935" uid="299113" user="ribereth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Les Charmettes"/>
+ </node>
+ <node id="370171159" lat="46.7677665" lon="7.2002262" version="5" timestamp="2015-08-31T07:05:48Z" changeset="33696519" uid="157550" user="Lepto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Miniprix Corpataux"/>
+ <tag k="note" v="brand=*: Verschiedene Marken - Lieferand wechselt je nach Angebot"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Miniprix"/>
+ <tag k="payment:cash" v="no"/>
+ <tag k="payment:maestro" v="yes"/>
+ <tag k="payment:mastercard" v="yes"/>
+ <tag k="payment:notes" v="yes"/>
+ <tag k="payment:visa" v="yes"/>
+ </node>
+ <node id="370171694" lat="46.7266256" lon="7.1354198" version="2" timestamp="2013-06-14T21:03:47Z" changeset="16556116" uid="1514901" user="treyvaux">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="370171946" lat="46.6956532" lon="7.1365903" version="2" timestamp="2011-08-26T11:38:28Z" changeset="9128788" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="370319481" lat="46.4560190" lon="9.7907105" version="4" timestamp="2013-03-17T18:21:40Z" changeset="15399074" uid="239076" user="HeinerSchaefer">
+ <tag k="addr:city" v="Silvaplana"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Muntanella"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="7513"/>
+ <tag k="addr:street" v="Stradun Chantunel"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ </node>
+ <node id="370382413" lat="46.4658751" lon="6.8363370" version="1" timestamp="2009-04-06T19:27:30Z" changeset="267537" uid="13167" user="BlueWhisper">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="370410554" lat="46.6593862" lon="7.1043687" version="2" timestamp="2014-12-27T09:39:44Z" changeset="27726035" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="370440105" lat="47.0119027" lon="6.9761983" version="1" timestamp="2009-04-06T21:56:43Z" changeset="279501" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="370441011" lat="47.0018719" lon="6.9522571" version="2" timestamp="2011-04-18T18:38:18Z" changeset="7899352" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="HK"/>
+ <tag k="operator" v="HK"/>
+ </node>
+ <node id="370573101" lat="47.4261959" lon="9.5486847" version="2" timestamp="2012-12-02T14:02:10Z" changeset="14124771" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="370661427" lat="47.5075772" lon="7.7211581" version="1" timestamp="2009-04-07T21:05:33Z" changeset="302118" uid="43965" user="PhilippK">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="370661435" lat="47.5075596" lon="7.7208992" version="2" timestamp="2014-02-17T13:02:24Z" changeset="20614789" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="370683552" lat="46.6116215" lon="7.0615383" version="2" timestamp="2015-01-23T13:47:45Z" changeset="28349659" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Charmettes"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="370683555" lat="46.6113243" lon="7.0618429" version="4" timestamp="2015-01-23T13:47:45Z" changeset="28349659" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="370746834" lat="47.4595844" lon="8.3853786" version="5" timestamp="2010-02-01T21:57:36Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="370811535" lat="46.6375519" lon="6.9741129" version="2" timestamp="2015-10-20T19:49:21Z" changeset="34764196" uid="465052" user="hecktor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="370940073" lat="46.2065100" lon="6.1095787" version="4" timestamp="2015-08-06T10:17:19Z" changeset="33151265" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Châtelaine"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:street" v="Avenue de l'Ain"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="371008855" lat="47.5176620" lon="8.5947972" version="2" timestamp="2010-03-05T11:49:55Z" changeset="4040133" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="371009114" lat="47.5182300" lon="8.5929089" version="2" timestamp="2010-03-05T11:49:54Z" changeset="4040133" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="371216706" lat="46.9465452" lon="7.3850253" version="4" timestamp="2015-01-13T08:34:11Z" changeset="28105374" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="33"/>
+ <tag k="addr:postcode" v="3027"/>
+ <tag k="addr:street" v="Fellerstrasse"/>
+ <tag k="addr:suburb" v="Bethlehem"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="contact:phone" v="+41 31 9919322"/>
+ <tag k="name" v="Tankstelle Bethlehem"/>
+ <tag k="note" v="ref is Station Nr."/>
+ <tag k="ref" v="1321"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="371407454" lat="46.6922347" lon="6.9147923" version="1" timestamp="2009-04-10T10:52:13Z" changeset="372108" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="371739009" lat="46.6900131" lon="7.6722382" version="2" timestamp="2009-08-14T17:16:36Z" changeset="2144834" uid="109925" user="WanMil">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="371746640" lat="47.1274280" lon="7.2577812" version="1" timestamp="2009-04-10T21:20:54Z" changeset="389298" uid="75263" user="Johnny Graber">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Walter Schwab AG"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="371747741" lat="47.4120030" lon="8.4550229" version="3" timestamp="2012-10-31T17:10:47Z" changeset="13701755" uid="908746" user="dulix9">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="372813112" lat="47.4438716" lon="9.0762173" version="2" timestamp="2012-12-20T19:50:02Z" changeset="14347533" uid="602289" user="quark21">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="372974864" lat="47.1164766" lon="8.2000151" version="6" timestamp="2015-06-06T06:00:33Z" changeset="31761183" uid="1742934" user="Pudu">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Landi Sempach-Station"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="373004907" lat="46.0118935" lon="8.9597563" version="2" timestamp="2009-09-03T10:21:03Z" changeset="2357671" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="373091020" lat="47.1340445" lon="8.1934325" version="3" timestamp="2013-07-24T19:28:44Z" changeset="17078394" uid="1628279" user="zapfsaeulius">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="373280989" lat="47.1708686" lon="8.0992783" version="2" timestamp="2012-12-02T12:43:06Z" changeset="14123876" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="373457098" lat="46.9156479" lon="9.7438422" version="1" timestamp="2009-04-12T21:10:17Z" changeset="473966" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="373461342" lat="46.7197134" lon="7.6252888" version="2" timestamp="2011-03-13T16:53:46Z" changeset="7547420" uid="68360" user="bjc">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="373802828" lat="46.2324305" lon="9.1028350" version="2" timestamp="2010-04-19T01:06:49Z" changeset="4464051" uid="230707" user="stanton">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="374188679" lat="47.4911174" lon="8.5033648" version="2" timestamp="2009-04-13T17:59:06Z" changeset="492167" uid="68934" user="_kendell">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="374570733" lat="46.9547231" lon="7.3320154" version="3" timestamp="2012-10-27T19:35:52Z" changeset="13653490" uid="131561" user="filot">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Haenggi Brennstoffe AG"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="375471179" lat="47.3125348" lon="8.7216075" version="2" timestamp="2011-07-17T12:32:00Z" changeset="8747478" uid="490611" user="osmscheni">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="375609510" lat="47.4320745" lon="9.1257316" version="2" timestamp="2013-05-16T15:38:49Z" changeset="16154835" uid="602289" user="quark21">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="375944474" lat="47.4431662" lon="9.0714261" version="2" timestamp="2014-05-12T17:07:10Z" changeset="22296053" uid="602289" user="quark21">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="377012210" lat="47.4117190" lon="8.4557567" version="1" timestamp="2009-04-15T21:41:53Z" changeset="564735" uid="56460" user="mwirth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="377078146" lat="46.9550024" lon="7.2641814" version="3" timestamp="2012-10-15T11:19:13Z" changeset="13504461" uid="919054" user="steckf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Rüfenacht"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="378210954" lat="46.1796818" lon="7.5763635" version="3" timestamp="2013-03-29T10:12:24Z" changeset="15536098" uid="78090" user="Roman Fischer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Combusta"/>
+ </node>
+ <node id="378854352" lat="46.6912023" lon="6.9100826" version="3" timestamp="2013-12-07T15:51:13Z" changeset="19324800" uid="450001" user="daland67">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="378876538" lat="46.6918163" lon="6.9101639" version="1" timestamp="2009-04-21T10:29:36Z" changeset="875135" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="379083000" lat="46.6157112" lon="7.0516865" version="3" timestamp="2012-12-19T08:14:06Z" changeset="14327761" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="379559846" lat="47.1231221" lon="7.9940004" version="3" timestamp="2009-12-28T19:31:29Z" changeset="3475000" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="shop" v="car"/>
+ </node>
+ <node id="379559862" lat="47.1166024" lon="8.0045513" version="2" timestamp="2013-08-13T17:51:49Z" changeset="17334623" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="379583597" lat="46.9749883" lon="6.8783443" version="2" timestamp="2010-04-22T13:05:56Z" changeset="4495061" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage du Port"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="382447070" lat="47.5684685" lon="8.2619085" version="2" timestamp="2011-02-19T10:30:18Z" changeset="7330150" uid="78090" user="Roman Fischer">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="383176619" lat="46.6435801" lon="6.9404772" version="2" timestamp="2015-10-25T19:26:26Z" changeset="34866943" uid="465052" user="hecktor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="384800467" lat="46.2515032" lon="7.4626219" version="1" timestamp="2009-04-25T16:30:22Z" changeset="952674" uid="78090" user="Roman Fischer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Combusta"/>
+ </node>
+ <node id="385677191" lat="46.8229993" lon="7.3407611" version="3" timestamp="2012-04-09T20:05:46Z" changeset="11244320" uid="131561" user="filot">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="385677192" lat="46.8232333" lon="7.3407984" version="2" timestamp="2015-02-09T13:38:22Z" changeset="28727628" uid="1833486" user="tomrrr">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="385677199" lat="46.8431936" lon="7.3478747" version="1" timestamp="2009-04-27T07:45:21Z" changeset="984782" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="387439306" lat="47.2627821" lon="7.7008830" version="4" timestamp="2015-10-24T16:24:32Z" changeset="34843948" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Rudi Rüssel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="388110913" lat="47.4282005" lon="8.2754880" version="6" timestamp="2011-12-25T12:28:18Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop Pronto"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Pronto Heitersberg"/>
+ <tag k="operator" v="Coop Pronto"/>
+ </node>
+ <node id="388120351" lat="47.4173057" lon="8.2722652" version="4" timestamp="2014-01-06T14:41:09Z" changeset="19844797" uid="1232723" user="gerzim">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel" v="AVIA"/>
+ <tag k="name" v="E. Huber"/>
+ </node>
+ <node id="388172758" lat="47.4119187" lon="8.2401080" version="2" timestamp="2011-05-01T21:48:21Z" changeset="8026279" uid="447826" user="stemplar">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Mazda"/>
+ <tag k="operator" v="Garage Hürlimann"/>
+ <tag k="shop" v="car_repair"/>
+ </node>
+ <node id="388379090" lat="47.2727064" lon="8.4387847" version="2" timestamp="2010-08-15T12:57:32Z" changeset="5499433" uid="91822" user="joshx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="OIL!"/>
+ <tag k="operator" v="OIL!"/>
+ </node>
+ <node id="388474635" lat="47.4640644" lon="8.5262963" version="1" timestamp="2009-05-02T06:53:19Z" changeset="1044154" uid="120116" user="Sensordust">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="389611796" lat="46.6759669" lon="7.8657367" version="3" timestamp="2013-04-11T18:42:07Z" changeset="15693274" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="390009439" lat="46.9348415" lon="7.5007708" version="4" timestamp="2012-10-21T21:07:26Z" changeset="13586072" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:biogas" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="390491277" lat="47.0158655" lon="7.6567964" version="4" timestamp="2013-06-26T22:17:25Z" changeset="16719816" uid="324188" user="ponte1112">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="391376413" lat="47.1037936" lon="7.6609120" version="1" timestamp="2009-05-06T14:22:46Z" changeset="1097152" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="391448263" lat="46.6889486" lon="7.8635875" version="6" timestamp="2013-03-30T09:24:40Z" changeset="15548709" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="392016059" lat="46.5975316" lon="7.9072725" version="3" timestamp="2015-05-26T14:58:33Z" changeset="31475363" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="394819519" lat="47.4738811" lon="9.0037270" version="4" timestamp="2011-02-15T14:20:17Z" changeset="7293585" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="394822057" lat="47.4773771" lon="8.9978543" version="2" timestamp="2009-05-26T06:41:11Z" changeset="1322665" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="399464701" lat="46.9443072" lon="6.8450077" version="1" timestamp="2009-05-14T19:13:38Z" changeset="1191038" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="400879398" lat="46.0276750" lon="8.9191355" version="3" timestamp="2014-12-31T16:29:01Z" changeset="27826591" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Eni"/>
+ <tag k="operator" v="Eni"/>
+ </node>
+ <node id="401505022" lat="47.5450010" lon="9.3747577" version="2" timestamp="2012-05-05T08:36:52Z" changeset="11505198" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage Meier Egnach AG"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="401610876" lat="47.3479425" lon="8.3476132" version="2" timestamp="2010-02-01T21:57:36Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="401821287" lat="47.0785007" lon="6.7853971" version="1" timestamp="2009-05-16T19:34:21Z" changeset="1213970" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="La Poste"/>
+ <tag k="operator" v="La Poste"/>
+ </node>
+ <node id="407913989" lat="47.5127502" lon="8.5431018" version="2" timestamp="2010-01-10T17:51:50Z" changeset="3589656" uid="86971" user="Don Cesare">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP Service"/>
+ </node>
+ <node id="408430808" lat="47.0087191" lon="9.4968530" version="3" timestamp="2010-12-02T13:17:02Z" changeset="6514080" uid="125687" user="tubeli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="409482527" lat="47.1995327" lon="7.5812676" version="4" timestamp="2013-08-17T21:09:29Z" changeset="17388995" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="409708659" lat="47.0405070" lon="7.6245979" version="1" timestamp="2009-05-22T15:23:48Z" changeset="1286749" uid="125122" user="Ghost61">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="410652571" lat="47.4696534" lon="7.8670182" version="3" timestamp="2010-02-20T19:58:15Z" changeset="3927190" uid="92417" user="Andrew Lunn">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Pianezze"/>
+ </node>
+ <node id="410724179" lat="46.5296710" lon="6.7698211" version="1" timestamp="2009-05-24T20:43:58Z" changeset="1310488" uid="17835" user="Stéphane Brunner">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="410724759" lat="46.5404748" lon="6.8377021" version="1" timestamp="2009-05-24T20:44:08Z" changeset="1310488" uid="17835" user="Stéphane Brunner">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="410725357" lat="46.5714892" lon="6.8263483" version="2" timestamp="2015-02-05T06:52:58Z" changeset="28624766" uid="1941369" user="leclercjules">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="410725587" lat="46.5325486" lon="6.8502582" version="1" timestamp="2009-05-24T20:44:25Z" changeset="1310488" uid="17835" user="Stéphane Brunner">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="410844750" lat="47.5008151" lon="8.5978083" version="2" timestamp="2009-05-25T08:46:50Z" changeset="1313824" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Landi"/>
+ </node>
+ <node id="410849153" lat="46.0180610" lon="8.9135089" version="4" timestamp="2012-07-18T15:10:38Z" changeset="12286351" uid="479871" user="pfrauenf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="411002426" lat="46.0735638" lon="7.0658370" version="1" timestamp="2009-05-25T17:49:56Z" changeset="1318192" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="411567767" lat="47.4150107" lon="9.3402336" version="1" timestamp="2009-05-26T20:18:44Z" changeset="1328666" uid="106405" user="turbojoe">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Bp"/>
+ </node>
+ <node id="411872585" lat="47.0071484" lon="9.4989153" version="3" timestamp="2011-06-24T20:52:47Z" changeset="8537013" uid="125687" user="tubeli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Gut Bad Ragaz"/>
+ <tag k="shop" v="car"/>
+ </node>
+ <node id="412098237" lat="47.3185177" lon="7.8030745" version="4" timestamp="2013-01-11T10:00:59Z" changeset="14607853" uid="1194990" user="küss den frosch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Coop Tankstelle und Shop"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="412723837" lat="46.4671005" lon="6.8360758" version="1" timestamp="2009-05-30T08:12:16Z" changeset="1356302" uid="13167" user="BlueWhisper">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="412739492" lat="46.1596075" lon="8.9825487" version="1" timestamp="2009-05-30T10:31:07Z" changeset="1357024" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ </node>
+ <node id="412739768" lat="46.1670717" lon="9.0013866" version="3" timestamp="2014-12-16T12:10:46Z" changeset="27505798" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Socar"/>
+ <tag k="name" v="Socar"/>
+ </node>
+ <node id="412772914" lat="46.4548261" lon="6.8550526" version="3" timestamp="2013-01-06T22:05:42Z" changeset="14556603" uid="229613" user="Papilli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="name" v="Treina &amp; fils Sàrl"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="412775821" lat="46.8294969" lon="7.7013357" version="1" timestamp="2009-05-30T12:47:56Z" changeset="1357641" uid="128478" user="ryokucha">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="412779720" lat="46.7976068" lon="7.6835688" version="2" timestamp="2013-05-26T14:57:14Z" changeset="16294820" uid="450001" user="daland67">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Moser Brennstoffe AG"/>
+ </node>
+ <node id="412780674" lat="46.7963964" lon="7.6914051" version="2" timestamp="2013-05-26T14:57:14Z" changeset="16294820" uid="450001" user="daland67">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="412817132" lat="46.3966648" lon="6.9234541" version="1" timestamp="2009-05-30T14:30:31Z" changeset="1358973" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Fun Loisire Sàrl"/>
+ </node>
+ <node id="413332243" lat="46.3253095" lon="6.9631970" version="2" timestamp="2011-02-14T13:22:03Z" changeset="7285778" uid="39569" user="hromain">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="413482557" lat="46.7913554" lon="7.5185453" version="1" timestamp="2009-05-31T14:53:48Z" changeset="1369235" uid="54697" user="Freebourg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="414665937" lat="46.3241446" lon="6.9639474" version="3" timestamp="2011-02-14T13:22:03Z" changeset="7285778" uid="39569" user="hromain">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="414665940" lat="46.3174730" lon="6.9741819" version="1" timestamp="2009-06-02T11:58:57Z" changeset="1403023" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="415651478" lat="46.9934801" lon="6.9277143" version="2" timestamp="2010-01-12T14:43:14Z" changeset="3603610" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="HK"/>
+ </node>
+ <node id="418006104" lat="47.1061730" lon="6.8343637" version="1" timestamp="2009-06-09T19:22:16Z" changeset="1470822" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Bonny SA"/>
+ </node>
+ <node id="418016506" lat="46.5625624" lon="6.6872334" version="1" timestamp="2009-06-09T19:52:05Z" changeset="1471138" uid="17835" user="Stéphane Brunner">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="418028689" lat="46.9390656" lon="7.7803891" version="1" timestamp="2009-06-09T20:27:18Z" changeset="1471457" uid="22684" user="Mr_Israel">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AGIP"/>
+ </node>
+ <node id="418190212" lat="47.1123327" lon="9.2154490" version="4" timestamp="2012-12-12T20:29:28Z" changeset="14253205" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle"/>
+ </node>
+ <node id="418361738" lat="46.6965857" lon="6.4791179" version="2" timestamp="2015-05-29T13:26:43Z" changeset="31562511" uid="2278038" user="etbane">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Mini Prix"/>
+ </node>
+ <node id="418364681" lat="47.0688357" lon="7.6008010" version="3" timestamp="2014-06-21T09:33:35Z" changeset="23058282" uid="1833486" user="tomrrr">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="418364926" lat="47.0668452" lon="7.6053713" version="2" timestamp="2014-04-21T15:24:54Z" changeset="21840514" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="418952812" lat="47.3622840" lon="8.3663320" version="4" timestamp="2014-08-25T13:46:27Z" changeset="25004076" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="419793549" lat="46.9794619" lon="9.4806514" version="2" timestamp="2013-05-02T17:13:28Z" changeset="15949380" uid="125687" user="tubeli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Sandgrueb"/>
+ </node>
+ <node id="419877172" lat="46.3863281" lon="6.8378986" version="4" timestamp="2014-09-26T18:42:06Z" changeset="25692676" uid="1730904" user="donovaly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="MINI PRIX"/>
+ </node>
+ <node id="419904286" lat="46.1650213" lon="6.1107695" version="2" timestamp="2011-06-06T09:12:19Z" changeset="8357957" uid="193875" user="fidjiflorian">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="420347109" lat="47.4929508" lon="7.0170192" version="3" timestamp="2011-12-25T12:28:40Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage Pilou SARL"/>
+ <tag k="source" v="http://www.jubin.ch/stations-service/stations-service/garage-pilou"/>
+ </node>
+ <node id="420437934" lat="46.1121477" lon="8.9318574" version="1" timestamp="2009-06-14T22:35:11Z" changeset="1520142" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="420580644" lat="47.0356478" lon="7.6294931" version="1" timestamp="2009-06-15T13:42:57Z" changeset="1524537" uid="125122" user="Ghost61">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="421909440" lat="47.0109930" lon="9.5124953" version="1" timestamp="2009-06-16T19:14:12Z" changeset="1537720" uid="7197" user="user_7197">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="421941395" lat="47.0576276" lon="7.6294384" version="2" timestamp="2009-06-16T20:11:18Z" changeset="1538456" uid="125122" user="Ghost61">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="421981859" lat="47.2158136" lon="8.5737656" version="1" timestamp="2009-06-16T20:41:29Z" changeset="1538833" uid="13840" user="mcdmx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="coop"/>
+ </node>
+ <node id="423352403" lat="47.6942169" lon="8.5715463" version="2" timestamp="2011-07-29T23:21:34Z" changeset="8868073" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Landi"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="427913283" lat="46.9105150" lon="8.6227820" version="1" timestamp="2009-06-22T10:38:27Z" changeset="1591707" uid="56561" user="jloh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AGIP"/>
+ </node>
+ <node id="427921820" lat="47.2623211" lon="8.1768401" version="2" timestamp="2010-08-29T09:18:03Z" changeset="5623303" uid="329039" user="NDB">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="427921821" lat="47.2654737" lon="8.1765290" version="3" timestamp="2010-08-29T09:17:21Z" changeset="5623303" uid="329039" user="NDB">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="COOP PRONTO"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="428467234" lat="46.3946609" lon="6.2368928" version="2" timestamp="2013-11-21T08:59:13Z" changeset="19030555" uid="225842" user="schnelli">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="428720432" lat="46.6247728" lon="6.4422236" version="5" timestamp="2015-07-28T12:46:26Z" changeset="32931560" uid="78900" user="lucky6">
+ <tag k="addr:city" v="Cuarnens"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="1148"/>
+ <tag k="addr:street" v="Route de Cossonay"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Clément Sàrl"/>
+ <tag k="operator" v="Mini-Prix"/>
+ </node>
+ <node id="428805825" lat="47.3979596" lon="8.0627019" version="4" timestamp="2009-12-28T19:31:29Z" changeset="3475000" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="428876091" lat="47.3153200" lon="8.5221094" version="2" timestamp="2012-01-11T16:05:24Z" changeset="10361774" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Dangel"/>
+ </node>
+ <node id="428933773" lat="46.4684280" lon="6.8328291" version="1" timestamp="2009-06-24T21:23:03Z" changeset="1616905" uid="17835" user="Stéphane Brunner">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AGIP"/>
+ </node>
+ <node id="429161253" lat="46.1845128" lon="6.1357329" version="1" timestamp="2009-06-25T08:17:31Z" changeset="1618912" uid="58410" user="tlacuilo">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="429161254" lat="46.1846537" lon="6.1373308" version="3" timestamp="2015-08-11T09:28:34Z" changeset="33261289" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Carouge"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:street" v="Rue Louis-De-Montfalcon"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="429360387" lat="46.5382630" lon="6.7343295" version="1" timestamp="2009-06-25T21:50:46Z" changeset="1626469" uid="133643" user="jdbonjour">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage de Savigny"/>
+ </node>
+ <node id="429658553" lat="46.2162927" lon="6.1295814" version="3" timestamp="2015-08-01T17:16:29Z" changeset="33033997" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:street" v="Rue Pestalozzi"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="430264022" lat="46.9635837" lon="7.4814764" version="4" timestamp="2011-09-01T13:47:52Z" changeset="9184757" uid="332909" user="GPS-Mic">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Hänggi"/>
+ <tag k="operator" v="Hänggi Brennstoffe AG"/>
+ </node>
+ <node id="430399623" lat="46.8327443" lon="9.8535211" version="2" timestamp="2011-03-10T17:20:33Z" changeset="7516051" uid="87180" user="Alpha_de">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="430444348" lat="46.9998240" lon="7.4643462" version="1" timestamp="2009-06-28T20:41:10Z" changeset="1667972" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="430460537" lat="47.0198202" lon="7.4976157" version="1" timestamp="2009-06-28T21:06:12Z" changeset="1668278" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="430480451" lat="46.9573946" lon="7.4861034" version="2" timestamp="2009-06-29T18:11:46Z" changeset="1679911" uid="139742" user="doomi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="430829372" lat="46.9567527" lon="7.4840841" version="1" timestamp="2009-06-29T17:36:07Z" changeset="1679502" uid="139742" user="doomi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="430829373" lat="46.9600703" lon="7.4800139" version="6" timestamp="2015-03-20T11:50:06Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Ostermundigen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="151"/>
+ <tag k="addr:postcode" v="3072"/>
+ <tag k="addr:street" v="Schermenweg"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="hänggi"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Hänggi Brennstoffe AG"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.haenggi-oel.ch/unsere-tankstellen/category/2-tankstelle-schermenweg.html"/>
+ </node>
+ <node id="430842487" lat="46.9581795" lon="7.4916026" version="4" timestamp="2015-10-17T12:12:50Z" changeset="34692691" uid="139742" user="doomi">
+ <tag k="addr:city" v="Ostermundigen"/>
+ <tag k="addr:housenumber" v="84"/>
+ <tag k="addr:postcode" v="3072"/>
+ <tag k="addr:street" v="Bernstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Peter Brechtbühl AG"/>
+ <tag k="operator" v="Peter Brechtbühl AG"/>
+ <tag k="website" v="http://www.peter-brechtbuehl-ag.ch"/>
+ </node>
+ <node id="430905343" lat="47.0174905" lon="7.4908320" version="5" timestamp="2012-11-11T20:24:46Z" changeset="13838877" uid="332909" user="GPS-Mic">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="431206375" lat="46.6182993" lon="6.4165305" version="3" timestamp="2012-02-01T19:20:40Z" changeset="10561548" uid="597705" user="paddosch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="431230324" lat="47.4036274" lon="8.0077215" version="1" timestamp="2009-06-30T17:25:52Z" changeset="1693220" uid="65805" user="donnerwetter">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="432296457" lat="47.2094875" lon="9.4886231" version="2" timestamp="2014-08-22T08:29:22Z" changeset="24926557" uid="199108" user="barilla">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AGROLA"/>
+ </node>
+ <node id="432296458" lat="47.2112124" lon="9.4943153" version="3" timestamp="2015-07-18T21:42:18Z" changeset="32724267" uid="495567" user="zimba">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="432615367" lat="47.3159374" lon="8.5303258" version="1" timestamp="2009-07-02T19:08:30Z" changeset="1712532" uid="134335" user="panda23">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="433463274" lat="47.1687532" lon="7.3517187" version="4" timestamp="2013-10-21T19:22:24Z" changeset="18475249" uid="468169" user="Aunya7">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Socar"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="433569065" lat="47.3972114" lon="9.0065610" version="2" timestamp="2009-09-15T17:20:56Z" changeset="2494085" uid="173000" user="Mapikaner">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Schmid Garage"/>
+ </node>
+ <node id="434324389" lat="47.0992725" lon="8.4502496" version="4" timestamp="2013-08-18T09:16:55Z" changeset="17393126" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="435573454" lat="47.6843869" lon="8.6600655" version="8" timestamp="2014-01-20T15:13:49Z" changeset="20104960" uid="32700" user="pfuender_666">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="437498286" lat="47.3837686" lon="8.5119668" version="1" timestamp="2009-07-08T20:00:01Z" changeset="1775515" uid="120364" user="phono">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="438227914" lat="46.9542541" lon="7.4333135" version="6" timestamp="2015-02-04T21:28:52Z" changeset="28619765" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="3012"/>
+ <tag k="addr:suburb" v="Länggasse"/>
+ <tag k="alt_name" v="Freiburghaus CarCenter"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="contact:fax" v="+41 31 3022114"/>
+ <tag k="contact:phone" v="+41 31 3010606"/>
+ <tag k="operator" v="Ruedi Rüssel"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="439704540" lat="47.0800536" lon="8.1305903" version="4" timestamp="2012-12-26T16:32:50Z" changeset="14414613" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="440675583" lat="46.7518184" lon="7.5662090" version="4" timestamp="2014-08-29T20:07:34Z" changeset="25105427" uid="1416503" user="asdf2">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Landi"/>
+ <tag k="shop" v="doityourself"/>
+ </node>
+ <node id="440817437" lat="47.3660199" lon="9.5543385" version="1" timestamp="2009-07-12T17:08:17Z" changeset="1808725" uid="51757" user="kolibri">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="440817438" lat="47.3634189" lon="9.5557785" version="1" timestamp="2009-07-12T17:08:18Z" changeset="1808725" uid="51757" user="kolibri">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="440848081" lat="46.4107908" lon="8.1515888" version="1" timestamp="2009-07-12T18:26:43Z" changeset="1809569" uid="125684" user="tesche">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="440891382" lat="46.8152671" lon="7.2155240" version="5" timestamp="2013-05-02T05:54:13Z" changeset="15942005" uid="125339" user="efred">
+ <tag k="addr:city" v="Tafers"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="1712"/>
+ <tag k="addr:street" v="Mariahilfstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="441134960" lat="46.5052045" lon="6.6765399" version="4" timestamp="2011-12-25T12:31:23Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="ethanol" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="441595897" lat="47.3506384" lon="8.2723513" version="3" timestamp="2015-03-10T13:55:56Z" changeset="29384924" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="441890755" lat="47.6508092" lon="9.1656162" version="5" timestamp="2013-10-15T21:01:59Z" changeset="18372801" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Kreuzlingen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="35"/>
+ <tag k="addr:postcode" v="8280"/>
+ <tag k="addr:street" v="Konstanzerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="442497825" lat="47.2048981" lon="7.5624058" version="2" timestamp="2012-05-28T17:16:56Z" changeset="11729172" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="442529871" lat="47.2526094" lon="7.6493802" version="1" timestamp="2009-07-16T10:25:32Z" changeset="1843310" uid="13971" user="hdus">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="442592745" lat="46.2525950" lon="7.0082419" version="3" timestamp="2010-08-08T17:56:27Z" changeset="5435773" uid="134112" user="Pan">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="442642800" lat="47.3881888" lon="9.6524950" version="4" timestamp="2013-05-13T21:05:00Z" changeset="16117186" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="442642801" lat="47.3884504" lon="9.6515888" version="3" timestamp="2010-10-31T09:41:49Z" changeset="6236368" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="442642802" lat="47.3894196" lon="9.6509123" version="4" timestamp="2013-05-12T10:27:09Z" changeset="16093080" uid="1438832" user="nicreg">
+ <tag k="addr:housename" v="Agip"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="442642803" lat="47.3791164" lon="9.6683287" version="3" timestamp="2014-12-27T10:47:10Z" changeset="27727108" uid="908743" user="Girolamo">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="442661254" lat="46.1549369" lon="8.9625795" version="3" timestamp="2015-09-08T21:12:32Z" changeset="33894352" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="443006443" lat="47.4540277" lon="9.6287917" version="3" timestamp="2012-07-03T20:53:44Z" changeset="12104583" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="443886188" lat="46.4851346" lon="7.2745679" version="4" timestamp="2014-10-11T20:58:34Z" changeset="26013511" uid="69380" user="Mathias Wittwer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="444007678" lat="47.1655100" lon="8.2902440" version="3" timestamp="2012-11-24T10:13:34Z" changeset="14010239" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="444292241" lat="47.5214072" lon="9.3189099" version="1" timestamp="2009-07-20T08:16:41Z" changeset="1881417" uid="86566" user="wisieb">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="444888965" lat="46.7149324" lon="8.2098320" version="6" timestamp="2010-09-22T17:40:06Z" changeset="5847333" uid="26599" user="cdavila">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="oeltrans"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="445822545" lat="47.0629016" lon="7.6164651" version="6" timestamp="2014-08-27T00:01:28Z" changeset="25041967" uid="1416503" user="asdf2">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Pronto"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="447307830" lat="47.6062644" lon="8.2320174" version="9" timestamp="2015-02-11T09:51:13Z" changeset="28769102" uid="359735" user="The_Raven">
+ <tag k="addr:city" v="Koblenz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="5322"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Socar"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="K. Nusser AG"/>
+ <tag k="operator" v="Socar"/>
+ </node>
+ <node id="447307833" lat="47.6056100" lon="8.2312691" version="6" timestamp="2012-11-05T19:46:28Z" changeset="13764987" uid="165061" user="mapper999">
+ <tag k="addr:city" v="Koblenz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="21"/>
+ <tag k="addr:postcode" v="5322"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="kiosk" v="yes"/>
+ <tag k="name" v="Shell-Service Koblenz"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="448165771" lat="46.2508942" lon="7.0023800" version="2" timestamp="2013-07-12T12:27:28Z" changeset="16925465" uid="134112" user="Pan">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="448167734" lat="46.2496925" lon="7.0133834" version="1" timestamp="2009-07-26T11:17:05Z" changeset="1942943" uid="134112" user="Pan">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="448294810" lat="46.8890254" lon="7.5211075" version="3" timestamp="2011-12-25T12:27:48Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="ethanol" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agip Tankstelle Belp"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="448548898" lat="46.4177475" lon="7.2707879" version="1" timestamp="2009-07-26T19:18:31Z" changeset="1947806" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="448941789" lat="46.6342859" lon="8.5968055" version="1" timestamp="2009-07-27T13:06:09Z" changeset="1954815" uid="141597" user="laufkaefer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="449186802" lat="46.9525655" lon="8.2756082" version="1" timestamp="2009-07-27T18:53:26Z" changeset="1957987" uid="125684" user="tesche">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="449204978" lat="47.0425504" lon="7.3840466" version="1" timestamp="2009-07-27T19:14:20Z" changeset="1958263" uid="29762" user="Jose Riha">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="450602353" lat="46.4589650" lon="7.4428450" version="2" timestamp="2010-07-20T08:36:14Z" changeset="5268340" uid="230920" user="Navman">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="450602355" lat="46.5081806" lon="7.3964363" version="1" timestamp="2009-07-29T10:59:21Z" changeset="1974006" uid="78090" user="Roman Fischer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="450602361" lat="46.5553455" lon="7.3733706" version="2" timestamp="2013-02-23T18:49:10Z" changeset="15139552" uid="34507" user="wartburgritter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Flamworks"/>
+ </node>
+ <node id="450602362" lat="46.5564493" lon="7.3746948" version="1" timestamp="2009-07-29T10:59:21Z" changeset="1974006" uid="78090" user="Roman Fischer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="450602365" lat="46.6199263" lon="7.3769864" version="2" timestamp="2015-01-18T20:03:26Z" changeset="28239053" uid="908746" user="dulix9">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="450602370" lat="46.6601621" lon="7.5483436" version="2" timestamp="2014-08-04T20:13:56Z" changeset="24541000" uid="2235346" user="begle">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="450651181" lat="46.6010176" lon="10.4236008" version="3" timestamp="2013-09-18T19:17:59Z" changeset="17911926" uid="918603" user="carstenwasow">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="450939177" lat="46.9628143" lon="7.4527452" version="4" timestamp="2013-01-04T08:06:58Z" changeset="14522904" uid="1180025" user="Urs Kraehenbuehl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="COOP Pronto"/>
+ <tag k="operator" v="COOP"/>
+ </node>
+ <node id="454092350" lat="46.3467804" lon="7.0173307" version="2" timestamp="2011-02-05T11:12:08Z" changeset="7191051" uid="39569" user="hromain">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="454582491" lat="47.1343351" lon="8.7425496" version="3" timestamp="2013-04-28T09:25:55Z" changeset="15892873" uid="110450" user="gosausee">
+ <tag k="addr:housenumber" v="21"/>
+ <tag k="addr:street" v="Schnabelsbergstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Landi"/>
+ <tag k="operator" v="Landi"/>
+ </node>
+ <node id="454582502" lat="47.1282521" lon="8.7450831" version="3" timestamp="2012-05-05T17:18:12Z" changeset="11510228" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="455338428" lat="47.4649989" lon="9.0345584" version="4" timestamp="2014-09-12T18:56:56Z" changeset="25397215" uid="577816" user="martin0203">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="455338823" lat="47.4644193" lon="9.0407188" version="4" timestamp="2014-09-25T11:55:11Z" changeset="25663404" uid="54687" user="Granjow">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="456381234" lat="47.3874942" lon="9.3920370" version="5" timestamp="2014-11-14T07:28:57Z" changeset="26771167" uid="231006" user="schoschi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Sonnenberg-Garage"/>
+ <tag k="opening_hours" v="Mo-Fr 06:00-22:00; Sa,Su 07:00-21:00"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="457333487" lat="47.5434128" lon="7.5894671" version="5" timestamp="2015-03-26T18:29:14Z" changeset="29760225" uid="351422" user="stibe">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="place" v="Gundeldingen"/>
+ </node>
+ <node id="457679934" lat="47.1311876" lon="8.7659454" version="2" timestamp="2010-08-06T15:40:52Z" changeset="5417895" uid="110450" user="gosausee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="459174387" lat="47.5232092" lon="7.6943432" version="2" timestamp="2015-11-25T16:53:24Z" changeset="35573091" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Pratteln"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="460886548" lat="47.4608585" lon="9.6028383" version="2" timestamp="2012-02-29T20:18:22Z" changeset="10831784" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Aviva"/>
+ </node>
+ <node id="461141504" lat="46.6553038" lon="6.8722116" version="1" timestamp="2009-08-10T20:12:01Z" changeset="2101660" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="461145223" lat="46.5751088" lon="6.8395729" version="1" timestamp="2009-08-10T20:14:51Z" changeset="2101660" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="461616874" lat="46.5252573" lon="6.9001123" version="1" timestamp="2009-08-11T09:04:34Z" changeset="2105607" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="461764800" lat="47.4983538" lon="9.2303120" version="1" timestamp="2009-08-11T14:20:51Z" changeset="2108373" uid="126166" user="owigger">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="467092484" lat="46.6185369" lon="6.5086556" version="1" timestamp="2009-08-15T09:42:02Z" changeset="2151027" uid="138032" user="inetis">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="467136838" lat="47.4325267" lon="8.4683596" version="3" timestamp="2015-05-20T08:27:45Z" changeset="31307610" uid="313918" user="error_401">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="469414029" lat="47.4073058" lon="7.8448259" version="2" timestamp="2015-01-20T12:26:20Z" changeset="28274725" uid="53028" user="GreenAir">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Strub"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="470530851" lat="47.1502011" lon="7.2624599" version="4" timestamp="2015-12-03T15:50:24Z" changeset="35729713" uid="432506" user="Tchiller">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="471127240" lat="47.0727495" lon="7.3075963" version="3" timestamp="2012-08-04T18:11:02Z" changeset="12612503" uid="132059" user="cgaspoz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="472458513" lat="47.0621954" lon="7.6196789" version="1" timestamp="2009-08-23T22:07:51Z" changeset="2236688" uid="159071" user="lb_daniel">
+ <tag k="amenity" v="fuel"/>
+ <tag k="created_by" v="Potlatch 0.10b"/>
+ <tag k="operator" v="Moser Brennstoffe"/>
+ </node>
+ <node id="472703202" lat="47.2281972" lon="7.6206522" version="2" timestamp="2011-11-16T13:38:03Z" changeset="9844706" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Deitingen Nord"/>
+ </node>
+ <node id="474405088" lat="46.4618535" lon="6.2336397" version="2" timestamp="2013-03-05T10:43:49Z" changeset="15256891" uid="1248375" user="Lemanbrothers">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Garage Bandieri"/>
+ <tag k="source" v="local_knowledge"/>
+ </node>
+ <node id="474732274" lat="46.8182988" lon="8.4127418" version="2" timestamp="2015-06-26T08:18:23Z" changeset="32220538" uid="67515" user="threefoursixninefour">
+ <tag k="addr:city" v="Engelberg"/>
+ <tag k="addr:housenumber" v="42"/>
+ <tag k="addr:postcode" v="6390"/>
+ <tag k="addr:street" v="Wydenstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Robi Amstutz"/>
+ </node>
+ <node id="474764443" lat="47.6031445" lon="9.2874475" version="1" timestamp="2009-08-26T20:37:56Z" changeset="2271364" uid="5446" user="Freek">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="LGG"/>
+ </node>
+ <node id="474982856" lat="47.3702456" lon="8.5125042" version="4" timestamp="2014-11-30T09:43:33Z" changeset="27127360" uid="30566" user="Pascal Mages">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="475204226" lat="47.2393184" lon="8.9216550" version="1" timestamp="2009-08-27T17:15:11Z" changeset="2279796" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="475921797" lat="47.5491565" lon="7.7712271" version="4" timestamp="2014-03-02T00:59:48Z" changeset="20857009" uid="1959739" user="Mario61">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="476032346" lat="47.4674130" lon="9.0284147" version="2" timestamp="2010-03-15T11:42:14Z" changeset="4133815" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Bildfeld-Tankstelle AG"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="477074193" lat="47.1370361" lon="7.9396482" version="1" timestamp="2009-08-30T00:37:13Z" changeset="2307843" uid="39600" user="tschoerbi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="477406986" lat="47.1374669" lon="7.9224461" version="1" timestamp="2009-08-30T14:56:39Z" changeset="2313770" uid="39600" user="tschoerbi">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="480320550" lat="47.3617439" lon="8.5181345" version="2" timestamp="2012-07-29T07:11:48Z" changeset="12531004" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="482113363" lat="46.1936332" lon="6.1418139" version="2" timestamp="2010-10-16T22:00:14Z" changeset="6062180" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="482156451" lat="46.0221780" lon="8.9760212" version="3" timestamp="2015-04-07T15:35:59Z" changeset="30042484" uid="2649006" user="Mappino">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="website" v="http://avia.ch/it/avia/avia-svizerra"/>
+ </node>
+ <node id="482159015" lat="46.0178411" lon="8.9602429" version="2" timestamp="2009-09-04T17:53:37Z" changeset="2371787" uid="103957" user="Simonexxx83">
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:street" v="Via Monte Boglia"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="482159115" lat="46.0280886" lon="8.9669231" version="1" timestamp="2009-09-03T10:39:29Z" changeset="2357806" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="482161521" lat="46.0103939" lon="8.9543075" version="1" timestamp="2009-09-03T10:41:49Z" changeset="2357823" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AGIP"/>
+ </node>
+ <node id="482163882" lat="46.0068990" lon="8.9498052" version="1" timestamp="2009-09-03T10:43:24Z" changeset="2357838" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="ERG"/>
+ </node>
+ <node id="482164256" lat="46.0076176" lon="8.9476058" version="3" timestamp="2014-10-04T13:55:16Z" changeset="25851170" uid="107257" user="FrViPofm">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="482693687" lat="46.3761102" lon="7.6254009" version="3" timestamp="2013-03-05T20:16:19Z" changeset="15263050" uid="1221925" user="fred13">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="486059774" lat="46.6684830" lon="7.8697040" version="5" timestamp="2013-07-02T11:15:41Z" changeset="16789988" uid="56103" user="JDKDHF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="486060424" lat="46.6681082" lon="7.8695818" version="4" timestamp="2013-07-02T11:15:40Z" changeset="16789988" uid="56103" user="JDKDHF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="486816573" lat="47.2712365" lon="8.4379689" version="2" timestamp="2010-08-15T12:57:32Z" changeset="5499433" uid="91822" user="joshx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="488053482" lat="46.9445843" lon="7.4614161" version="6" timestamp="2014-12-15T08:16:43Z" changeset="27475687" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="40"/>
+ <tag k="addr:postcode" v="3006"/>
+ <tag k="addr:street" v="Kleiner Muristalden"/>
+ <tag k="alt_name" v="Station Tamoil"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Restoshop S.A."/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.restoshop.ch"/>
+ </node>
+ <node id="491477400" lat="47.5378888" lon="7.7287963" version="3" timestamp="2013-11-12T10:43:03Z" changeset="18852375" uid="158828" user="rüdi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="492088256" lat="45.9948965" lon="8.9426818" version="3" timestamp="2014-12-21T20:05:50Z" changeset="27617056" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="492088403" lat="45.9966811" lon="8.9385573" version="1" timestamp="2009-09-10T10:57:56Z" changeset="2434431" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="492088728" lat="45.9837172" lon="8.9307732" version="3" timestamp="2014-12-29T21:07:56Z" changeset="27787205" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="492090571" lat="46.0080556" lon="9.0077398" version="3" timestamp="2013-09-05T17:35:05Z" changeset="17691346" uid="16995" user="zut">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="492090693" lat="46.0140555" lon="9.0174687" version="3" timestamp="2014-09-14T19:52:32Z" changeset="25441106" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ </node>
+ <node id="495554607" lat="47.1327096" lon="8.7444385" version="3" timestamp="2015-07-22T12:57:02Z" changeset="32801407" uid="110450" user="gosausee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="no"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Avia"/>
+ <tag k="website" v="www.avia.ch"/>
+ </node>
+ <node id="495554609" lat="47.1391453" lon="8.7463478" version="3" timestamp="2014-06-26T09:21:49Z" changeset="23172752" uid="110450" user="gosausee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Rudi Rüssel"/>
+ </node>
+ <node id="495750394" lat="47.3892611" lon="9.5619150" version="2" timestamp="2013-01-20T19:29:33Z" changeset="14725271" uid="334389" user="ueliw0">
+ <tag k="amenity" v="fuel"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="497238982" lat="47.4550300" lon="9.6382807" version="2" timestamp="2014-11-16T21:30:03Z" changeset="26831705" uid="1617449" user="aceman444">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="497240616" lat="46.3587532" lon="8.9693791" version="2" timestamp="2011-09-18T16:10:42Z" changeset="9334414" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="497784329" lat="47.6030533" lon="9.0043327" version="3" timestamp="2015-08-28T08:51:11Z" changeset="33636947" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Marolf"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="499595103" lat="46.8219872" lon="6.9407493" version="1" timestamp="2009-09-17T21:38:24Z" changeset="2516905" uid="160605" user="pimpon">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="499595107" lat="46.8254640" lon="6.9453756" version="1" timestamp="2009-09-17T21:38:24Z" changeset="2516905" uid="160605" user="pimpon">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Landi"/>
+ </node>
+ <node id="500922433" lat="47.4164253" lon="8.5642992" version="3" timestamp="2013-03-01T17:05:37Z" changeset="15212236" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Socar"/>
+ </node>
+ <node id="503445080" lat="46.5008003" lon="9.8445729" version="2" timestamp="2012-02-28T15:32:50Z" changeset="10819647" uid="179581" user="Geofreund1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Kulm Garage"/>
+ </node>
+ <node id="503621496" lat="47.3159947" lon="8.5798654" version="2" timestamp="2010-09-17T16:35:44Z" changeset="5805173" uid="294173" user="seppli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso Küsnacht See"/>
+ </node>
+ <node id="505816846" lat="47.4302305" lon="8.4658983" version="3" timestamp="2015-10-21T19:24:33Z" changeset="34786220" uid="520239" user="Gutsycat">
+ <tag k="addr:city" v="Regensdorf"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="8105"/>
+ <tag k="addr:street" v="Watterstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Ruedi Rüssel"/>
+ </node>
+ <node id="506123910" lat="47.3108368" lon="8.1147393" version="3" timestamp="2012-02-18T20:40:46Z" changeset="10724135" uid="465052" user="hecktor">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="506649279" lat="47.0436550" lon="8.3133566" version="13" timestamp="2011-12-25T12:28:04Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Avia"/>
+ <tag k="opening_hours" v="Mo-Fr 06:00-22:00; Sa-Su 07:00-22:00"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="506655898" lat="47.0456856" lon="8.3092877" version="4" timestamp="2011-05-17T14:35:20Z" changeset="8172344" uid="177686" user="Cho">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="506878648" lat="47.0465739" lon="8.3155426" version="4" timestamp="2011-01-19T14:07:00Z" changeset="7020806" uid="202283" user="Andy9FromSpace">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="514558190" lat="46.9655533" lon="7.4656620" version="2" timestamp="2010-01-16T23:35:55Z" changeset="3636880" uid="46071" user="samot">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="514598842" lat="46.9545960" lon="7.4598733" version="3" timestamp="2015-01-23T16:24:15Z" changeset="28353459" uid="65044" user="hugi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="519720101" lat="47.3893281" lon="9.2892411" version="2" timestamp="2010-12-07T11:57:34Z" changeset="6573746" uid="28378" user="PHerison">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="520694120" lat="46.3106489" lon="7.6438697" version="5" timestamp="2015-10-14T20:37:44Z" changeset="34641339" uid="2249743" user="Marc le Grand">
+ <tag k="addr:city" v="Susten"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="shop" v="car_repair"/>
+ </node>
+ <node id="526689408" lat="47.5117553" lon="7.7239716" version="3" timestamp="2009-10-19T11:24:39Z" changeset="2892696" uid="158828" user="rüdi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="TCS"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="526993017" lat="47.2964737" lon="7.7041282" version="2" timestamp="2013-09-09T19:16:05Z" changeset="17755678" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="533864350" lat="47.5347965" lon="7.7110587" version="5" timestamp="2013-04-03T18:39:37Z" changeset="15598665" uid="114166" user="Neurus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="533864890" lat="47.5346676" lon="7.7095395" version="2" timestamp="2013-04-03T18:39:37Z" changeset="15598665" uid="114166" user="Neurus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="534826542" lat="47.2481025" lon="8.6049202" version="3" timestamp="2014-08-20T12:05:26Z" changeset="24883002" uid="177149" user="zwis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Amag Horgen"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="534836242" lat="47.2376903" lon="8.6118540" version="5" timestamp="2013-04-19T13:28:28Z" changeset="15785520" uid="1178373" user="4d1blueskEi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:lpg" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="536852872" lat="47.5515639" lon="7.8037043" version="3" timestamp="2011-01-30T19:31:47Z" changeset="7138492" uid="78090" user="Roman Fischer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="538128041" lat="46.7299961" lon="8.6247647" version="1" timestamp="2009-10-22T00:50:26Z" changeset="2917650" uid="42198" user="Thomas-BW">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia-Tankstelle"/>
+ <tag k="operator" v="Hans Stern"/>
+ </node>
+ <node id="538469861" lat="47.0216449" lon="7.6666830" version="2" timestamp="2009-10-22T19:41:13Z" changeset="2924272" uid="125122" user="Ghost61">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="539543939" lat="47.0058672" lon="9.4999607" version="2" timestamp="2009-10-24T16:03:07Z" changeset="2938473" uid="125687" user="tubeli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Lutz"/>
+ <tag k="shop" v="car"/>
+ </node>
+ <node id="539553039" lat="47.0046560" lon="9.5000223" version="2" timestamp="2013-05-09T14:22:00Z" changeset="16048468" uid="125687" user="tubeli">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="540061887" lat="47.0476252" lon="9.4322756" version="1" timestamp="2009-10-25T10:26:50Z" changeset="2944439" uid="125687" user="tubeli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="540595237" lat="47.0650787" lon="7.6111340" version="1" timestamp="2009-10-26T08:47:38Z" changeset="2954049" uid="22199" user="FabianAffolter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="540750897" lat="45.9881697" lon="8.9334663" version="2" timestamp="2015-09-20T20:07:49Z" changeset="34148676" uid="1913534" user="kfrah">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ </node>
+ <node id="541400466" lat="47.4785826" lon="9.4797592" version="6" timestamp="2015-02-18T10:37:18Z" changeset="28928988" uid="229491" user="DanielLanz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="shop" v="car"/>
+ </node>
+ <node id="542360398" lat="47.3953437" lon="9.6422287" version="3" timestamp="2010-11-12T20:34:29Z" changeset="6353982" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="542416037" lat="47.4471985" lon="8.4379366" version="2" timestamp="2012-12-01T15:02:12Z" changeset="14112395" uid="908746" user="dulix9">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="546863964" lat="46.9353663" lon="6.8214014" version="2" timestamp="2011-05-25T14:01:08Z" changeset="8245006" uid="129383" user="Gowitz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="549072799" lat="47.2713859" lon="8.5809520" version="4" timestamp="2011-01-22T18:33:21Z" changeset="7053649" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="550238619" lat="47.5929159" lon="8.9973738" version="4" timestamp="2015-08-28T08:48:29Z" changeset="33636947" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="AGROLA"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="551693548" lat="46.9910807" lon="8.0634801" version="1" timestamp="2009-11-02T14:11:23Z" changeset="3016553" uid="191657" user="CH_K_1991">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Opel Garage"/>
+ <tag k="operator" v="Herr Bieri"/>
+ </node>
+ <node id="555015700" lat="47.5499427" lon="8.6187035" version="3" timestamp="2010-07-20T13:18:10Z" changeset="5270575" uid="239397" user="jaspis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="559179878" lat="47.0594599" lon="8.8018332" version="1" timestamp="2009-11-07T20:02:17Z" changeset="3058654" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Toyota"/>
+ </node>
+ <node id="559179881" lat="47.0608839" lon="8.8026021" version="1" timestamp="2009-11-07T20:02:17Z" changeset="3058654" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="559179882" lat="47.0612907" lon="8.8028485" version="1" timestamp="2009-11-07T20:02:17Z" changeset="3058654" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="559763141" lat="47.2422862" lon="8.4961422" version="2" timestamp="2013-04-07T22:36:55Z" changeset="15641420" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="559767599" lat="46.9557750" lon="7.4264321" version="4" timestamp="2014-07-29T06:03:34Z" changeset="24415318" uid="65044" user="hugi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="560106261" lat="46.9094453" lon="9.4403336" version="3" timestamp="2009-11-23T10:20:24Z" changeset="3194284" uid="194043" user="neomap">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="560114663" lat="46.9441914" lon="6.8426202" version="2" timestamp="2010-12-21T13:32:09Z" changeset="6725159" uid="386327" user="Flo214">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="560391019" lat="47.0144151" lon="9.4967630" version="2" timestamp="2013-07-28T09:47:40Z" changeset="17123026" uid="556498" user="tungstentt">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="561464109" lat="46.0824025" lon="7.2072406" version="4" timestamp="2013-03-05T21:57:25Z" changeset="15264272" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="561587928" lat="47.3998392" lon="8.6249820" version="2" timestamp="2010-05-25T20:27:53Z" changeset="4807837" uid="194843" user="feuerstein">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="563050310" lat="47.5145743" lon="7.7196762" version="2" timestamp="2012-08-02T15:03:58Z" changeset="12586744" uid="158828" user="rüdi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="563266345" lat="47.2174090" lon="7.7560457" version="3" timestamp="2013-01-24T17:20:48Z" changeset="14771632" uid="22971" user="Schlossberg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="563266349" lat="47.2564785" lon="7.8199406" version="3" timestamp="2011-06-10T09:43:33Z" changeset="8395637" uid="22971" user="Schlossberg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="563266351" lat="47.2577774" lon="7.8222865" version="1" timestamp="2009-11-13T20:26:27Z" changeset="3108581" uid="29762" user="Jose Riha">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="563266368" lat="47.3500616" lon="8.0006818" version="2" timestamp="2010-02-01T21:57:35Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="563266401" lat="47.3689962" lon="8.0004777" version="2" timestamp="2010-02-01T21:57:35Z" changeset="3771990" uid="5657" user="Olivier Boudet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="564782369" lat="47.0175880" lon="7.5014950" version="5" timestamp="2015-07-12T19:34:48Z" changeset="32587701" uid="2917509" user="sadomi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="565569932" lat="45.9565406" lon="7.2092471" version="2" timestamp="2014-08-18T19:42:08Z" changeset="24842418" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="565569934" lat="45.9565470" lon="7.2095974" version="2" timestamp="2014-08-18T21:37:18Z" changeset="24845026" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="566182962" lat="47.2552871" lon="8.6122837" version="3" timestamp="2011-06-13T18:37:43Z" changeset="8429838" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ </node>
+ <node id="567263410" lat="47.6501462" lon="8.8659854" version="2" timestamp="2010-12-20T19:00:49Z" changeset="6718780" uid="13944" user="bass">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="agip"/>
+ </node>
+ <node id="568048259" lat="45.9479139" lon="7.2097525" version="2" timestamp="2014-08-18T19:42:10Z" changeset="24842418" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Mini Prix"/>
+ </node>
+ <node id="568048262" lat="45.9478594" lon="7.2094460" version="2" timestamp="2014-08-18T19:42:10Z" changeset="24842418" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Mini Prix"/>
+ </node>
+ <node id="568048266" lat="45.9513915" lon="7.2094298" version="2" timestamp="2014-08-18T19:42:10Z" changeset="24842418" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="569351197" lat="46.4774795" lon="6.8610534" version="3" timestamp="2015-11-05T08:54:37Z" changeset="35096839" uid="225842" user="schnelli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Riviera Produits Pétroliers SA"/>
+ </node>
+ <node id="572456939" lat="47.4209366" lon="8.5026861" version="3" timestamp="2015-03-01T15:52:29Z" changeset="29179782" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="573368452" lat="47.4917012" lon="8.2204266" version="3" timestamp="2011-02-23T17:38:02Z" changeset="7374542" uid="322237" user="wdst">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="574844723" lat="47.4644070" lon="7.8428006" version="3" timestamp="2012-07-09T10:57:43Z" changeset="12160363" uid="715880" user="Kari 4460">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Landi"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="574847059" lat="47.3514155" lon="7.7640440" version="2" timestamp="2013-12-03T10:27:34Z" changeset="19248866" uid="1214462" user="ebolavirus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="574874094" lat="47.4182532" lon="8.3751923" version="1" timestamp="2009-11-29T19:01:40Z" changeset="3249248" uid="55777" user="marcschneider">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="575172150" lat="47.2886529" lon="8.5740414" version="3" timestamp="2010-12-16T20:43:35Z" changeset="6681352" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="578221549" lat="47.3403407" lon="8.5193947" version="2" timestamp="2013-06-16T21:12:58Z" changeset="16582001" uid="565471" user="bebbi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="SOCAR"/>
+ <tag k="operator" v="SOCAR"/>
+ </node>
+ <node id="582575103" lat="47.2951034" lon="8.2359596" version="2" timestamp="2012-05-23T02:27:33Z" changeset="11677292" uid="124134" user="beni">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso Tankstelle"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Fritz Früh AG"/>
+ </node>
+ <node id="582823240" lat="46.1708527" lon="6.1223264" version="2" timestamp="2010-11-16T10:36:19Z" changeset="6383919" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="tamoil"/>
+ </node>
+ <node id="583411720" lat="47.3298457" lon="8.0304266" version="5" timestamp="2012-05-30T22:27:55Z" changeset="11753342" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Kölliken Nord"/>
+ </node>
+ <node id="584797716" lat="47.5560253" lon="7.5815120" version="2" timestamp="2009-12-10T07:20:04Z" changeset="3339483" uid="11776" user="Marcus Wolschon">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="587984451" lat="47.1826968" lon="8.0760727" version="2" timestamp="2009-12-15T20:02:31Z" changeset="3382484" uid="206510" user="GCrafter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Schreinerei Schüpbach"/>
+ </node>
+ <node id="588645109" lat="47.0219937" lon="7.4501783" version="2" timestamp="2010-07-08T13:54:26Z" changeset="5166145" uid="59106" user="meyerlis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Rothen AG"/>
+ </node>
+ <node id="589783498" lat="46.3174007" lon="6.8970593" version="1" timestamp="2009-12-14T05:45:28Z" changeset="3369471" uid="196490" user="Janovski">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Planschamps"/>
+ <tag k="shop" v="car"/>
+ </node>
+ <node id="589783503" lat="46.3053703" lon="6.9080525" version="2" timestamp="2013-11-01T10:50:40Z" changeset="18649352" uid="134112" user="Pan">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Chez Carole"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="594574121" lat="47.1719866" lon="8.1013028" version="4" timestamp="2015-08-18T15:15:14Z" changeset="33417794" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Auto Wyder"/>
+ </node>
+ <node id="597414574" lat="47.3024491" lon="8.5463033" version="1" timestamp="2009-12-20T19:48:58Z" changeset="3416448" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="597703700" lat="47.2076465" lon="8.0372170" version="2" timestamp="2014-08-29T20:07:39Z" changeset="25105427" uid="1416503" user="asdf2">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Wey"/>
+ <tag k="operator" v="Fritz Wey"/>
+ <tag k="shop" v="car;car_repair"/>
+ </node>
+ <node id="597703746" lat="47.1772081" lon="8.1098891" version="5" timestamp="2012-11-22T20:24:58Z" changeset="13989210" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Mercedes-Benz Sursee"/>
+ <tag k="operator" v="Mercedes-Benz"/>
+ <tag k="shop" v="car"/>
+ <tag k="workshop" v="car"/>
+ </node>
+ <node id="598161461" lat="47.0342802" lon="8.2865755" version="3" timestamp="2011-08-12T22:18:09Z" changeset="9000574" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="599261559" lat="47.3389076" lon="8.2735461" version="1" timestamp="2009-12-25T14:54:16Z" changeset="3448584" uid="124134" user="beni">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="599551371" lat="47.0201477" lon="7.0419497" version="1" timestamp="2009-12-26T12:27:37Z" changeset="3454245" uid="75263" user="Johnny Graber">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="599765353" lat="47.1866245" lon="8.4753869" version="4" timestamp="2012-10-15T10:05:38Z" changeset="13501540" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="599930980" lat="46.6890519" lon="7.8795302" version="3" timestamp="2013-04-04T20:31:34Z" changeset="15612659" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="600158726" lat="47.2603673" lon="8.5934013" version="1" timestamp="2009-12-27T21:10:47Z" changeset="3466944" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="600529778" lat="46.7660657" lon="7.6242260" version="1" timestamp="2009-12-28T21:56:00Z" changeset="3476307" uid="126246" user="mocoohay">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="602689055" lat="47.3503362" lon="7.9099704" version="2" timestamp="2010-04-06T07:40:44Z" changeset="4341042" uid="210639" user="OSMfan">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="608491928" lat="47.2466934" lon="7.6098366" version="1" timestamp="2010-01-07T17:23:18Z" changeset="3563762" uid="214842" user="Pesche">
+ <tag k="amenity" v="fuel"/>
+ <tag k="description" v="Volvo und Nissan Vertretung"/>
+ <tag k="name" v="Garage Lemp"/>
+ </node>
+ <node id="610438795" lat="46.6177344" lon="8.5660260" version="2" timestamp="2010-12-04T23:39:15Z" changeset="6545555" uid="32786" user="Netzwolf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Hospental"/>
+ <tag k="opening_hours" v="00:00-24:00 &quot;mit Karte&quot;"/>
+ <tag k="operator" v="Hubrol"/>
+ </node>
+ <node id="610450736" lat="47.5873255" lon="8.2942734" version="1" timestamp="2010-01-09T17:36:32Z" changeset="3579920" uid="134039" user="Grisou">
+ <tag k="addr:city" v="Zurzach"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="5330"/>
+ <tag k="addr:street" v="Schwertgasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="OIL! Tank and Go"/>
+ </node>
+ <node id="610523132" lat="46.9434649" lon="6.8410693" version="1" timestamp="2010-01-09T20:26:17Z" changeset="3581539" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="611057606" lat="47.5114381" lon="8.5441930" version="2" timestamp="2011-03-01T13:52:25Z" changeset="7429408" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol Service"/>
+ </node>
+ <node id="611086591" lat="47.5197883" lon="8.5423099" version="3" timestamp="2012-09-11T12:28:25Z" changeset="13068851" uid="482430" user="Moosetraveller">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="Seematt-Shop"/>
+ <tag k="operator" v="A. Bürgi AG"/>
+ </node>
+ <node id="612768908" lat="47.1826527" lon="8.5245412" version="4" timestamp="2014-07-31T16:30:27Z" changeset="24465964" uid="2217069" user="RooDee14">
+ <tag k="addr:city" v="Zug"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:postcode" v="6300"/>
+ <tag k="addr:street" v="Oberallmendstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Landi Zug"/>
+ <tag k="phone" v="+41-41-7689393"/>
+ <tag k="url" v="http://www.landizug.ch/"/>
+ </node>
+ <node id="613341711" lat="46.8018923" lon="7.2307192" version="6" timestamp="2013-04-29T07:41:06Z" changeset="15904775" uid="125339" user="efred">
+ <tag k="addr:city" v="Tafers"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="21"/>
+ <tag k="addr:postcode" v="1712"/>
+ <tag k="addr:street" v="Galteren"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="613341712" lat="46.7834221" lon="7.2757233" version="2" timestamp="2010-04-12T08:47:37Z" changeset="4402232" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Hofmatt-Garage AG"/>
+ </node>
+ <node id="613341713" lat="46.7478746" lon="7.2887715" version="9" timestamp="2013-12-04T16:24:16Z" changeset="19274518" uid="157550" user="Lepto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Bifang Trachsel AG"/>
+ <tag k="operator" v="Tamoil"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="613343774" lat="46.7401795" lon="7.2886117" version="7" timestamp="2012-06-19T13:40:16Z" changeset="11948397" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Gebr. Rappo AG"/>
+ </node>
+ <node id="613344817" lat="46.8219398" lon="7.1516524" version="5" timestamp="2012-07-02T13:32:08Z" changeset="12087337" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="613344818" lat="46.8226096" lon="7.1509847" version="3" timestamp="2012-07-02T13:32:08Z" changeset="12087337" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Spurt"/>
+ <tag k="operator" v="Spurt"/>
+ </node>
+ <node id="613344819" lat="46.8195150" lon="7.1539700" version="5" timestamp="2012-07-02T13:32:08Z" changeset="12087337" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="613346387" lat="46.7370957" lon="7.2920818" version="2" timestamp="2010-04-07T19:02:00Z" changeset="4357739" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Eduard Zahnd AG"/>
+ </node>
+ <node id="613372013" lat="46.7494684" lon="7.2057966" version="3" timestamp="2013-04-26T07:53:45Z" changeset="15869063" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Charmettes"/>
+ </node>
+ <node id="614591922" lat="46.8207619" lon="8.1778144" version="2" timestamp="2010-10-16T19:29:56Z" changeset="6060690" uid="79025" user="mstock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="OWI Land"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="614753399" lat="46.9346893" lon="8.3924624" version="4" timestamp="2014-01-05T19:47:48Z" changeset="19830920" uid="1080307" user="Einradtrialer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Gut AG"/>
+ </node>
+ <node id="614925304" lat="47.3355999" lon="8.3865279" version="1" timestamp="2010-01-16T19:51:09Z" changeset="3635011" uid="124134" user="beni">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="615926568" lat="47.6936184" lon="8.6061086" version="2" timestamp="2010-04-03T15:04:37Z" changeset="4313943" uid="242743" user="velosolex">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="616090346" lat="46.7679901" lon="7.2402606" version="4" timestamp="2013-02-21T14:35:55Z" changeset="15112978" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage Bielmann"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Agrola"/>
+ <tag k="shop" v="no"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="616098456" lat="46.7541932" lon="7.2903228" version="5" timestamp="2013-03-01T11:52:01Z" changeset="15208207" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Zbinden Walter"/>
+ <tag k="note" v="TCS-Garage und Abschleppdienst"/>
+ <tag k="operator" v="Miniprix"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="616255725" lat="46.7426921" lon="7.2813626" version="5" timestamp="2011-10-21T08:46:54Z" changeset="9613553" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Zbinden Alfons"/>
+ <tag k="operator" v="Agip"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="616280572" lat="47.4786364" lon="9.4812074" version="6" timestamp="2015-02-17T15:22:50Z" changeset="28911218" uid="229491" user="DanielLanz">
+ <tag k="addr:country" v="CH"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:biogas" v="yes"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop"/>
+ <tag k="opening_hours" v="Mo-Sa 06:00-22:00;Su 07:00-21:00"/>
+ <tag k="operator" v="Coop Mineralöl AG"/>
+ </node>
+ <node id="616680999" lat="47.3021420" lon="8.7179748" version="2" timestamp="2010-01-19T13:28:31Z" changeset="3658758" uid="148465" user="eddington">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="617264153" lat="47.4866772" lon="9.4015871" version="1" timestamp="2010-01-20T18:44:43Z" changeset="3669172" uid="127281" user="Huwi">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="617311047" lat="46.8539850" lon="7.1910648" version="7" timestamp="2013-02-22T13:01:44Z" changeset="15123135" uid="125339" user="efred">
+ <tag k="addr:city" v="Düdingen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3186"/>
+ <tag k="addr:street" v="Industriestrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="email" v="info@garagefasel.ch"/>
+ <tag k="fax" v="+41 26 492 52 11"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage-Carrosserie Fasel AG"/>
+ <tag k="opening_hours" v="Mo-Sa 06:00-20:00; Su 06:00-19:00"/>
+ <tag k="phone" v="+41 26 492 52 10"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="website" v="http://www.garagefasel.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="622512664" lat="46.9669407" lon="7.4677316" version="1" timestamp="2010-01-29T18:13:20Z" changeset="3745200" uid="46071" user="samot">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="623257608" lat="47.1661279" lon="9.4675745" version="3" timestamp="2013-12-03T13:53:24Z" changeset="19251937" uid="73792" user="danli">
+ <tag k="addr:city" v="Buchs"/>
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="9470"/>
+ <tag k="addr:street" v="St. Gallerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Socar"/>
+ <tag k="operator" v="Garage Sulser AG"/>
+ </node>
+ <node id="623260650" lat="47.1726778" lon="9.4839681" version="2" timestamp="2012-05-09T19:02:55Z" changeset="11552207" uid="675132" user="pfrei">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Top CC"/>
+ </node>
+ <node id="623872891" lat="47.2518412" lon="8.7676795" version="3" timestamp="2011-11-25T12:36:47Z" changeset="9943814" uid="440753" user="wehrlim">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="625275843" lat="46.7365230" lon="7.2494612" version="2" timestamp="2010-04-12T08:45:05Z" changeset="4402205" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Schürli"/>
+ </node>
+ <node id="627048168" lat="47.0708468" lon="8.2806086" version="2" timestamp="2011-11-06T18:54:06Z" changeset="9758450" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="629039202" lat="46.1965639" lon="6.1129222" version="2" timestamp="2012-09-08T23:18:32Z" changeset="13039353" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="632362719" lat="47.1872704" lon="8.8612567" version="1" timestamp="2010-02-07T12:27:53Z" changeset="3813587" uid="196267" user="doremite">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="634105867" lat="46.2559094" lon="7.5332595" version="4" timestamp="2015-02-28T09:45:25Z" changeset="29151656" uid="9733" user="stedewa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Combustia"/>
+ <tag k="opening_hours" v="24/7"/>
+ </node>
+ <node id="634168057" lat="47.5091032" lon="8.5125684" version="1" timestamp="2010-02-09T11:22:24Z" changeset="3830985" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="634456810" lat="46.7204795" lon="6.5411645" version="3" timestamp="2015-05-28T21:56:59Z" changeset="31550524" uid="2278038" user="etbane">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AGROLA"/>
+ </node>
+ <node id="634456823" lat="46.7222120" lon="6.5446195" version="2" timestamp="2015-05-28T21:53:56Z" changeset="31550459" uid="2278038" user="etbane">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ </node>
+ <node id="635764780" lat="46.9374090" lon="7.4415777" version="7" timestamp="2015-03-25T06:48:34Z" changeset="29719994" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="39a"/>
+ <tag k="addr:postcode" v="3007"/>
+ <tag k="addr:street" v="Sandrainstrasse"/>
+ <tag k="alt_name" v="ewb Erdgas-Tankstelle"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="ewb"/>
+ <tag k="name" v="ewb Erdgastankstelle"/>
+ <tag k="operator" v="Energie Wasser Bern"/>
+ </node>
+ <node id="638460775" lat="47.2491400" lon="7.6362105" version="4" timestamp="2014-02-04T09:46:15Z" changeset="20368527" uid="151069" user="romanh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Touring-Garage Schwägli"/>
+ <tag k="shop" v="car_repair"/>
+ </node>
+ <node id="639124030" lat="47.4662467" lon="7.8550734" version="3" timestamp="2012-12-09T17:46:26Z" changeset="14216052" uid="92417" user="Andrew Lunn">
+ <tag k="amenity" v="fuel"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="640061094" lat="47.4684465" lon="7.8625272" version="2" timestamp="2010-02-17T06:44:40Z" changeset="3898461" uid="92417" user="Andrew Lunn">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="640061098" lat="47.4700755" lon="7.8689668" version="2" timestamp="2010-02-17T06:44:41Z" changeset="3898461" uid="92417" user="Andrew Lunn">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="641086412" lat="47.4699424" lon="7.8658653" version="2" timestamp="2010-02-17T06:44:40Z" changeset="3898461" uid="92417" user="Andrew Lunn">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="641170583" lat="47.3635748" lon="8.0918191" version="4" timestamp="2014-11-02T09:10:43Z" changeset="26498684" uid="177149" user="zwis">
+ <tag k="addr:city" v="Gränichen"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="5722"/>
+ <tag k="addr:street" v="Mattenstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Pronto Shop mit Tankstelle"/>
+ <tag k="opening_hours" v="Mo-Su 06:00-23:00"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="phone" v="041 62 842 93 42"/>
+ </node>
+ <node id="641252985" lat="47.3695944" lon="8.0817210" version="8" timestamp="2014-08-01T15:29:45Z" changeset="24483480" uid="456781" user="bresomch">
+ <tag k="addr:city" v="Suhr"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="5034"/>
+ <tag k="addr:street" v="Hintere Bahnhofstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tankstelle Hüppi"/>
+ <tag k="name" v="Benzin Discount"/>
+ <tag k="operator" v="Oel-Pool AG"/>
+ <tag k="website" v="http://www.oel-pool.com/"/>
+ </node>
+ <node id="641289168" lat="47.3318925" lon="8.0373220" version="5" timestamp="2014-07-02T13:31:12Z" changeset="23563512" uid="1547666" user="anizani">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="641898421" lat="47.4413754" lon="9.4237203" version="1" timestamp="2010-02-16T17:28:24Z" changeset="3894164" uid="127281" user="Huwi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="SB Turm"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Turm Kaffee"/>
+ </node>
+ <node id="643000477" lat="46.7665963" lon="7.6234633" version="2" timestamp="2010-02-27T20:40:57Z" changeset="3992478" uid="126246" user="mocoohay">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="643000482" lat="46.7726680" lon="7.6309935" version="4" timestamp="2013-03-24T20:41:14Z" changeset="15484439" uid="126246" user="mocoohay">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="645523977" lat="46.1974231" lon="7.8419077" version="1" timestamp="2010-02-18T21:17:19Z" changeset="3912326" uid="126246" user="mocoohay">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="654084765" lat="47.2914000" lon="9.0896000" version="2" timestamp="2013-06-12T18:18:22Z" changeset="16527456" uid="266672" user="tf66">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Abderhalden"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="654507963" lat="46.7537973" lon="9.1163910" version="2" timestamp="2014-03-09T21:41:10Z" changeset="21015111" uid="1818628" user="Garfield999">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="655019999" lat="46.7763862" lon="7.1604044" version="2" timestamp="2012-11-14T06:58:42Z" changeset="13867951" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Garage Berset"/>
+ </node>
+ <node id="655163017" lat="47.4555423" lon="9.0489260" version="3" timestamp="2010-06-12T20:16:03Z" changeset="4973511" uid="237667" user="Spartakuss">
+ <tag k="addr:housenumber" v="129"/>
+ <tag k="addr:street" v="Toggenburgerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrolino"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="658588675" lat="47.0422764" lon="7.3869577" version="1" timestamp="2010-03-01T18:01:21Z" changeset="4010542" uid="140336" user="6090km">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="658952529" lat="47.4559059" lon="7.6037667" version="3" timestamp="2010-06-30T14:32:31Z" changeset="5113905" uid="54476" user="contefosco">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="659775639" lat="47.4980600" lon="8.7968970" version="2" timestamp="2015-10-24T16:23:09Z" changeset="34843916" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Landi"/>
+ </node>
+ <node id="659914628" lat="47.2647963" lon="8.6804786" version="1" timestamp="2010-03-03T20:18:14Z" changeset="4028126" uid="126246" user="mocoohay">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia Tramstrasse"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="660450821" lat="46.7478966" lon="7.6395318" version="3" timestamp="2013-03-02T22:25:29Z" changeset="15227506" uid="126246" user="mocoohay">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle Holzmätteli"/>
+ <tag k="operator" v="Burg &amp; Holzmätteli Tankstellen AG"/>
+ </node>
+ <node id="661250748" lat="46.4844663" lon="9.8342859" version="1" timestamp="2010-03-06T18:18:18Z" changeset="4053217" uid="194843" user="feuerstein">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="661493618" lat="46.9591371" lon="10.3970489" version="4" timestamp="2013-08-16T20:55:30Z" changeset="17377274" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_100" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="662858693" lat="47.2295905" lon="7.5678558" version="1" timestamp="2010-03-08T12:59:49Z" changeset="4071565" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="663079734" lat="46.7578669" lon="7.2812100" version="4" timestamp="2013-03-02T15:44:34Z" changeset="15222749" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Charmettes"/>
+ </node>
+ <node id="663151349" lat="46.8172871" lon="7.2147941" version="1" timestamp="2010-03-09T07:34:37Z" changeset="4078646" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Garage Gobet"/>
+ <tag k="operator" v="Charmettes"/>
+ </node>
+ <node id="663205656" lat="46.7577370" lon="7.2090736" version="2" timestamp="2013-02-28T14:17:40Z" changeset="15197529" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage E. &amp; H. Kolly"/>
+ </node>
+ <node id="663608023" lat="47.2009587" lon="7.5734973" version="1" timestamp="2010-03-10T12:09:01Z" changeset="4088793" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Bögli"/>
+ </node>
+ <node id="665533327" lat="47.6165214" lon="8.2038610" version="1" timestamp="2010-03-13T21:49:15Z" changeset="4119468" uid="48864" user="kallies">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="666391084" lat="47.1376627" lon="8.5800107" version="2" timestamp="2011-10-25T23:12:15Z" changeset="9650151" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="667277732" lat="47.3643373" lon="7.9292918" version="3" timestamp="2013-08-13T20:38:38Z" changeset="17336836" uid="1713311" user="winznauer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="667278164" lat="47.3642283" lon="7.9360161" version="2" timestamp="2010-03-16T10:14:34Z" changeset="4142038" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="668326081" lat="47.6588737" lon="8.9711326" version="1" timestamp="2010-03-17T22:47:22Z" changeset="4157813" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="668845217" lat="47.5694652" lon="8.9181250" version="1" timestamp="2010-03-18T13:42:14Z" changeset="4160734" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="668978179" lat="46.8701687" lon="8.6510342" version="2" timestamp="2010-03-18T17:27:09Z" changeset="4162932" uid="101993" user="paradigma">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ </node>
+ <node id="677057911" lat="47.2115885" lon="7.5234309" version="3" timestamp="2015-11-12T20:33:04Z" changeset="35270663" uid="3370695" user="Sheep225">
+ <tag k="addr:city" v="Solothurn"/>
+ <tag k="addr:postcode" v="4500"/>
+ <tag k="addr:street" v="Bielstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="679057788" lat="47.1766489" lon="8.1091820" version="4" timestamp="2013-11-14T19:53:28Z" changeset="18901718" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="operator" v="Auto Wyder"/>
+ </node>
+ <node id="686939964" lat="46.5697433" lon="9.3685645" version="3" timestamp="2013-07-15T14:48:36Z" changeset="16963295" uid="230707" user="stanton">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="687012474" lat="46.6205514" lon="10.4460079" version="2" timestamp="2010-05-13T12:51:12Z" changeset="4685758" uid="69238" user="my-STR">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="687534736" lat="47.4641994" lon="8.3302925" version="3" timestamp="2011-06-22T17:40:41Z" changeset="8516154" uid="70696" user="xybot">
+ <tag k="amenity" v="fuel"/>
+ <tag k="maxheight" v="3.6"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="687752291" lat="46.9260168" lon="7.5645978" version="1" timestamp="2010-04-07T18:58:13Z" changeset="4357697" uid="40577" user="guggis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="687752317" lat="46.9283849" lon="7.5607251" version="3" timestamp="2015-03-20T11:50:11Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Worb"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="3076"/>
+ <tag k="addr:street" v="Bernstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="689203211" lat="47.5634357" lon="7.8271809" version="6" timestamp="2015-01-12T07:51:19Z" changeset="28080655" uid="288206" user="Dieter Dennler">
+ <tag k="addr:city" v="Möhlin"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="4313"/>
+ <tag k="addr:street" v="Salinenstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AGROLA"/>
+ </node>
+ <node id="690532466" lat="47.1339104" lon="8.0467163" version="3" timestamp="2013-11-17T10:33:11Z" changeset="18949440" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Pfenniger AG"/>
+ <tag k="operator" v="Garage Pfenniger AG"/>
+ </node>
+ <node id="691356568" lat="47.2311911" lon="7.5710637" version="6" timestamp="2015-05-15T10:54:04Z" changeset="31168500" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_50" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Mini Prix"/>
+ <tag k="operator" v="Wyssbrod Heizöl AG"/>
+ <tag k="payment:cash" v="yes"/>
+ <tag k="payment:notes" v="yes"/>
+ <tag k="website" v="http://www.wyssbrodoil.ch"/>
+ </node>
+ <node id="694328678" lat="47.4046655" lon="9.6017200" version="5" timestamp="2012-12-13T22:18:24Z" changeset="14265505" uid="334389" user="ueliw0">
+ <tag k="amenity" v="fuel"/>
+ <tag k="atm" v="yes"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="694415439" lat="47.4063879" lon="9.6034593" version="4" timestamp="2014-03-02T21:00:36Z" changeset="20873967" uid="122406" user="hanskuster">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="694572836" lat="46.5334622" lon="6.6302352" version="1" timestamp="2010-04-12T19:57:57Z" changeset="4408103" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="no"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="TL"/>
+ </node>
+ <node id="695803843" lat="46.7977970" lon="7.1272799" version="1" timestamp="2010-04-13T20:09:06Z" changeset="4417309" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="696657243" lat="46.7988091" lon="7.1309451" version="2" timestamp="2010-04-17T17:14:10Z" changeset="4449825" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="698881444" lat="47.4835109" lon="8.2858479" version="1" timestamp="2010-04-16T18:35:02Z" changeset="4441280" uid="37799" user="Adrian Vogt">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="698881600" lat="47.4824883" lon="8.2789217" version="2" timestamp="2012-06-07T21:03:27Z" changeset="11829899" uid="257555" user="rene78">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="700178508" lat="46.9160259" lon="7.0238019" version="1" timestamp="2010-04-17T19:43:30Z" changeset="4451424" uid="160605" user="pimpon">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="700178560" lat="46.9246038" lon="7.0338488" version="1" timestamp="2010-04-17T19:43:32Z" changeset="4451424" uid="160605" user="pimpon">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="701550963" lat="46.4638514" lon="9.1873904" version="3" timestamp="2013-07-28T13:17:37Z" changeset="17125269" uid="230707" user="stanton">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Socar"/>
+ </node>
+ <node id="701652156" lat="45.8502363" lon="8.9849546" version="4" timestamp="2015-07-20T19:54:16Z" changeset="32762502" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:lpg" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Easy Stop"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="ESCA Centonze"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="701671099" lat="47.1566770" lon="7.2725619" version="4" timestamp="2010-12-14T06:37:58Z" changeset="6655427" uid="13511" user="DunkleAura">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="701735044" lat="47.2990640" lon="9.1752585" version="3" timestamp="2012-08-25T18:36:56Z" changeset="12858658" uid="266672" user="tf66">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="operator" v="Indipend."/>
+ </node>
+ <node id="702422600" lat="47.1939734" lon="7.4044599" version="1" timestamp="2010-04-20T09:47:26Z" changeset="4475540" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="704348032" lat="46.9439545" lon="7.4207435" version="1" timestamp="2010-04-23T09:40:48Z" changeset="4502044" uid="46071" user="samot">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="704994300" lat="46.8803708" lon="7.6574940" version="1" timestamp="2010-04-24T05:01:18Z" changeset="4509065" uid="39403" user="Chuengu">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="705005322" lat="47.5151324" lon="8.9365351" version="1" timestamp="2010-04-24T06:48:55Z" changeset="4509223" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="706472273" lat="47.4213175" lon="7.0790009" version="2" timestamp="2010-11-07T12:47:29Z" changeset="6310908" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="713981283" lat="46.8383370" lon="8.1870543" version="3" timestamp="2014-09-30T13:29:57Z" changeset="25767700" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="bike atelier"/>
+ </node>
+ <node id="726850050" lat="47.3551895" lon="8.3499524" version="2" timestamp="2011-01-02T16:52:52Z" changeset="6840395" uid="124134" user="beni">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="727434779" lat="46.8000464" lon="6.6289400" version="2" timestamp="2012-03-16T12:02:13Z" changeset="10997588" uid="225842" user="schnelli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Mini-Prix"/>
+ </node>
+ <node id="732044511" lat="47.3922306" lon="8.4014715" version="1" timestamp="2010-05-13T11:31:42Z" changeset="4685000" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:GTL_diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="TAMOIL"/>
+ </node>
+ <node id="732108642" lat="46.8845236" lon="10.4641899" version="3" timestamp="2014-04-22T18:48:13Z" changeset="21869407" uid="556498" user="tungstentt">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="732108645" lat="46.7476415" lon="10.0779177" version="1" timestamp="2010-05-13T12:51:12Z" changeset="4685758" uid="69238" user="my-STR">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle"/>
+ </node>
+ <node id="732108654" lat="46.6278306" lon="10.3324512" version="4" timestamp="2013-09-15T19:46:01Z" changeset="17857067" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle"/>
+ </node>
+ <node id="734869663" lat="46.9469734" lon="7.4182628" version="2" timestamp="2013-05-07T05:12:36Z" changeset="16006205" uid="157550" user="Lepto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:lpg" v="yes"/>
+ <tag k="name" v="Küng AG"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="734879882" lat="47.5362104" lon="8.7308534" version="2" timestamp="2011-12-02T10:56:21Z" changeset="10015713" uid="178186" user="mdk">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:street" v="Stationsstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="740484383" lat="47.5395310" lon="7.5951825" version="3" timestamp="2013-11-04T09:06:53Z" changeset="18708288" uid="418930" user="OpenStreetMap-WP">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Rudie Rüssel"/>
+ <tag k="opening_hours" v="24/7"/>
+ </node>
+ <node id="745283443" lat="46.8101283" lon="7.1662011" version="2" timestamp="2010-07-14T06:18:46Z" changeset="5214147" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Mini Prix"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="745958693" lat="47.4429009" lon="9.3951542" version="1" timestamp="2010-05-22T22:10:15Z" changeset="4778871" uid="44456" user="twalter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Bruggwald"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="746707045" lat="46.1085655" lon="7.0904170" version="2" timestamp="2013-09-10T03:58:21Z" changeset="17760219" uid="254549" user="Tempus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Adam Touring"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="746707068" lat="46.1074225" lon="7.0878982" version="2" timestamp="2013-09-10T03:58:21Z" changeset="17760219" uid="254549" user="Tempus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage du Simplon"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="746707073" lat="46.1055346" lon="7.0837831" version="1" timestamp="2010-05-23T18:42:31Z" changeset="4786261" uid="254549" user="Tempus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="746707079" lat="46.1094497" lon="7.0914483" version="2" timestamp="2013-09-10T03:58:21Z" changeset="17760219" uid="254549" user="Tempus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage du Nord"/>
+ <tag k="operator" v="Combustia"/>
+ </node>
+ <node id="746707088" lat="46.1060756" lon="7.0853825" version="2" timestamp="2010-08-19T04:23:47Z" changeset="5532283" uid="254549" user="Tempus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Migrolino"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="746737260" lat="47.3344151" lon="9.4042836" version="1" timestamp="2010-05-23T19:32:50Z" changeset="4786848" uid="37799" user="Adrian Vogt">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="747389413" lat="47.3107600" lon="9.4353013" version="2" timestamp="2010-05-25T19:43:19Z" changeset="4807307" uid="37799" user="Adrian Vogt">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="756162809" lat="46.1816076" lon="9.0015292" version="1" timestamp="2010-05-29T12:36:16Z" changeset="4842131" uid="230707" user="stanton">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="757365679" lat="47.0541578" lon="8.2549125" version="3" timestamp="2010-12-07T18:29:12Z" changeset="6577828" uid="75217" user="aMuTeX">
+ <tag k="addr:city" v="Luzern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:postcode" v="6014"/>
+ <tag k="addr:street" v="Thorenbergstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Ruedi Rüssel"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="758437538" lat="47.5715215" lon="8.2484090" version="2" timestamp="2014-04-05T20:17:39Z" changeset="21521006" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Voegtlin-Meyer"/>
+ </node>
+ <node id="759831992" lat="47.4721147" lon="8.9238617" version="2" timestamp="2015-04-21T19:18:39Z" changeset="30388004" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="761492246" lat="47.5589206" lon="7.6012516" version="3" timestamp="2012-01-05T10:50:26Z" changeset="10299286" uid="577439" user="mrwheelsheare">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Wettstein Garge"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wheelchair:description" v="Werend der Öffnungszeiten eigentlich immer Bedint"/>
+ </node>
+ <node id="765330262" lat="47.3125400" lon="8.0472612" version="2" timestamp="2010-06-05T21:36:16Z" changeset="4912784" uid="291980" user="dboo">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Suhre Garage AG"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="766064066" lat="47.3120193" lon="7.9150849" version="2" timestamp="2010-06-07T10:09:56Z" changeset="4926610" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="767892667" lat="47.1654451" lon="7.7960546" version="2" timestamp="2013-10-01T09:15:59Z" changeset="18123665" uid="261703" user="Hamid">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="769056366" lat="46.8944924" lon="7.1696969" version="2" timestamp="2015-09-22T08:43:02Z" changeset="34178080" uid="111459" user="cherger">
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="769788287" lat="46.8732062" lon="7.1254262" version="2" timestamp="2015-05-14T14:08:03Z" changeset="31142855" uid="2911977" user="anjoco">
+ <tag k="addr:city" v="Courtepin"/>
+ <tag k="addr:housenumber" v="42"/>
+ <tag k="addr:postcode" v="1784"/>
+ <tag k="addr:street" v="Route de Morat"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Carrosserie City - Dula"/>
+ </node>
+ <node id="769788355" lat="46.8414978" lon="7.1373978" version="3" timestamp="2015-08-04T21:39:14Z" changeset="33113870" uid="1514673" user="amilopowers">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="operator" v="Charmettes"/>
+ </node>
+ <node id="769788379" lat="46.9085596" lon="7.0782385" version="2" timestamp="2013-03-07T07:36:23Z" changeset="15278907" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Charmettes"/>
+ </node>
+ <node id="769817319" lat="46.8620947" lon="7.1249315" version="2" timestamp="2013-10-27T13:37:53Z" changeset="18566249" uid="359860" user="rocou">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Mini Prix"/>
+ </node>
+ <node id="771144383" lat="47.4541000" lon="9.3997637" version="1" timestamp="2010-06-13T07:15:38Z" changeset="4975935" uid="92202" user="osmapper">
+ <tag k="FIXME" v="add more details"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Kronbuehl"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="771221358" lat="47.0343404" lon="8.2647258" version="2" timestamp="2011-02-02T19:08:00Z" changeset="7167522" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="771363263" lat="47.4184706" lon="8.5468061" version="1" timestamp="2010-06-13T13:30:27Z" changeset="4978669" uid="146398" user="parachutesj">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="772564165" lat="47.3958162" lon="7.6152256" version="1" timestamp="2010-06-14T11:31:53Z" changeset="4987201" uid="93084" user="tgngen">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="772564166" lat="47.3915601" lon="7.6113525" version="1" timestamp="2010-06-14T11:31:54Z" changeset="4987201" uid="93084" user="tgngen">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="773554425" lat="47.2669881" lon="7.8352860" version="1" timestamp="2010-06-16T10:40:30Z" changeset="4998911" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="773905094" lat="46.7007304" lon="7.1456660" version="3" timestamp="2015-10-09T15:05:21Z" changeset="34531690" uid="1514673" user="amilopowers">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Miniprix"/>
+ </node>
+ <node id="775345890" lat="47.3226321" lon="8.5781558" version="1" timestamp="2010-06-17T21:14:23Z" changeset="5012302" uid="294173" user="seppli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP Tankstelle R. Günthardt"/>
+ </node>
+ <node id="775540478" lat="46.9229544" lon="8.9962793" version="3" timestamp="2014-05-11T14:21:43Z" changeset="22272110" uid="565471" user="bebbi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="775540515" lat="46.7061867" lon="8.2248011" version="2" timestamp="2012-11-01T12:49:14Z" changeset="13710405" uid="56103" user="JDKDHF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="775938665" lat="47.3857365" lon="8.4936574" version="1" timestamp="2010-06-19T05:23:47Z" changeset="5020993" uid="16008" user="Tric">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="776975625" lat="47.2747743" lon="8.8258566" version="2" timestamp="2010-12-03T09:38:36Z" changeset="6524008" uid="32786" user="Netzwolf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="Mo-Fr 06:00-21:00; Sa-Su 06:30-22:00"/>
+ <tag k="operator" v="Agrola"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="778541365" lat="46.4313407" lon="8.9659581" version="1" timestamp="2010-06-20T19:22:28Z" changeset="5036475" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="name" v="Avia"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="778592193" lat="46.7342031" lon="7.1659167" version="2" timestamp="2011-08-26T14:29:31Z" changeset="9130187" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="783778702" lat="47.4607862" lon="8.2466031" version="2" timestamp="2010-06-23T07:59:02Z" changeset="5056977" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="783958365" lat="47.3148569" lon="9.0837680" version="3" timestamp="2013-02-15T18:54:03Z" changeset="15043465" uid="266672" user="tf66">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="785480909" lat="46.2247827" lon="9.0431641" version="2" timestamp="2015-05-10T12:53:05Z" changeset="30963138" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="785515374" lat="46.1703869" lon="9.0076643" version="2" timestamp="2012-06-23T15:13:20Z" changeset="11990018" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="name" v="Esso"/>
+ </node>
+ <node id="795605999" lat="47.3024780" lon="7.9324760" version="2" timestamp="2014-12-27T18:56:48Z" changeset="27737702" uid="465052" user="hecktor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="798867374" lat="46.7707785" lon="6.9667467" version="1" timestamp="2010-07-03T12:03:53Z" changeset="5124095" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="800657455" lat="47.1300151" lon="8.7438499" version="2" timestamp="2014-01-31T17:40:29Z" changeset="20303766" uid="110450" user="gosausee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="801086352" lat="46.8763856" lon="7.0323039" version="1" timestamp="2010-07-04T19:52:01Z" changeset="5136624" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Pronto"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="805122639" lat="46.1765197" lon="8.8220392" version="2" timestamp="2012-03-24T21:33:55Z" changeset="11089245" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="opening_hours" v="Mo-Fr 08:30-20:00"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="805177092" lat="46.1783379" lon="8.8167143" version="2" timestamp="2012-03-25T08:59:24Z" changeset="11092556" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="805177111" lat="46.1676604" lon="8.7785537" version="4" timestamp="2015-07-06T17:15:14Z" changeset="32453664" uid="2917713" user="chrisanter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Eni"/>
+ <tag k="operator" v="City"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="806387974" lat="46.1636698" lon="8.7738914" version="2" timestamp="2015-06-06T20:58:12Z" changeset="31777236" uid="2917713" user="chrisanter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="806388027" lat="46.1643349" lon="8.7739825" version="2" timestamp="2015-06-06T20:58:11Z" changeset="31777236" uid="2917713" user="chrisanter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="yes"/>
+ <tag k="fuel:1_50" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:lpg" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="806388043" lat="46.1631645" lon="8.7744975" version="2" timestamp="2015-06-06T20:58:12Z" changeset="31777236" uid="2917713" user="chrisanter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="806655564" lat="47.0172905" lon="7.4549526" version="1" timestamp="2010-07-08T14:36:55Z" changeset="5166145" uid="59106" user="meyerlis">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage D. Egli AG"/>
+ </node>
+ <node id="810111212" lat="46.2060420" lon="7.0072655" version="2" timestamp="2014-05-24T11:44:55Z" changeset="22522470" uid="134112" user="Pan">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="name" v="Horizonville"/>
+ </node>
+ <node id="812858865" lat="47.1432530" lon="7.7927268" version="1" timestamp="2010-07-12T07:06:05Z" changeset="5196150" uid="288669" user="xherbie">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="814092498" lat="46.9433124" lon="7.2390927" version="1" timestamp="2010-07-12T21:05:09Z" changeset="5202929" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="815705041" lat="46.8945318" lon="7.1788285" version="1" timestamp="2010-07-13T20:13:37Z" changeset="5211776" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="820927325" lat="46.8479976" lon="7.2437245" version="2" timestamp="2014-12-09T15:11:24Z" changeset="27358441" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="820927341" lat="46.8865231" lon="7.3087339" version="1" timestamp="2010-07-16T16:48:40Z" changeset="5236148" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="820927357" lat="46.8945153" lon="7.3046843" version="1" timestamp="2010-07-16T16:48:41Z" changeset="5236148" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="823720133" lat="46.6993782" lon="10.0918753" version="1" timestamp="2010-07-18T21:11:31Z" changeset="5255755" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="827610265" lat="46.6973768" lon="9.4422178" version="1" timestamp="2010-07-21T15:05:38Z" changeset="5279623" uid="103957" user="Simonexxx83">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AGIP"/>
+ </node>
+ <node id="828145645" lat="46.6765660" lon="6.6462576" version="1" timestamp="2010-07-21T21:16:31Z" changeset="5282532" uid="4786" user="Romain Aviolat [Xens]">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="829492817" lat="46.6895931" lon="9.5619628" version="2" timestamp="2010-08-31T09:54:36Z" changeset="5643648" uid="68877" user="Ebau">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Lorenzo"/>
+ </node>
+ <node id="834687489" lat="46.8269124" lon="6.4966804" version="2" timestamp="2013-07-30T18:53:13Z" changeset="17156758" uid="1044438" user="lucienp3008">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage Nieto"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="836191228" lat="46.1079977" lon="7.5008857" version="2" timestamp="2013-08-12T12:52:08Z" changeset="17316928" uid="200426" user="gottferdom">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="836844286" lat="46.7871603" lon="7.5380925" version="1" timestamp="2010-07-28T21:19:55Z" changeset="5342307" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="836844290" lat="46.8191539" lon="7.3656794" version="3" timestamp="2012-11-11T07:44:31Z" changeset="13829330" uid="131561" user="filot">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="836844313" lat="46.7897082" lon="7.5234232" version="1" timestamp="2010-07-28T21:19:58Z" changeset="5342307" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="836868794" lat="46.8090795" lon="7.4770885" version="1" timestamp="2010-07-28T22:15:46Z" changeset="5342655" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="838967717" lat="46.1342806" lon="8.9989626" version="1" timestamp="2010-07-30T16:59:08Z" changeset="5356441" uid="134112" user="Pan">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Schweizer Armee"/>
+ </node>
+ <node id="841516747" lat="45.9937769" lon="7.1825889" version="1" timestamp="2010-08-01T07:46:58Z" changeset="5368239" uid="161783" user="Boran">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="842044151" lat="47.3901224" lon="8.4182457" version="3" timestamp="2013-02-16T21:13:57Z" changeset="15056605" uid="311771" user="skl1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Migrol Urdorf"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="847850701" lat="47.1371372" lon="8.7529891" version="3" timestamp="2014-06-26T17:31:09Z" changeset="23196163" uid="110450" user="gosausee">
+ <tag k="addr:city" v="Einsiedeln"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="42"/>
+ <tag k="addr:postcode" v="8840"/>
+ <tag k="addr:street" v="Etzelstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="848484172" lat="46.6924705" lon="6.7070341" version="1" timestamp="2010-08-07T09:15:12Z" changeset="5422956" uid="4786" user="Romain Aviolat [Xens]">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="849037882" lat="46.3499131" lon="8.7885799" version="2" timestamp="2015-09-14T19:09:20Z" changeset="34027174" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Comune di Sonogno"/>
+ </node>
+ <node id="850468864" lat="46.8096586" lon="9.3827413" version="7" timestamp="2011-08-02T12:55:50Z" changeset="8900485" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage P. Balzer"/>
+ <tag k="operator" v="freie"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="850629471" lat="46.7617828" lon="6.8903851" version="1" timestamp="2010-08-09T10:18:06Z" changeset="5442110" uid="160605" user="pimpon">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="851335831" lat="46.1442467" lon="8.8436058" version="2" timestamp="2013-07-16T18:18:13Z" changeset="16978077" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="856769114" lat="47.2812300" lon="8.4006702" version="1" timestamp="2010-08-12T13:28:14Z" changeset="5473213" uid="51045" user="Geogast">
+ <tag k="amenity" v="fuel"/>
+ <tag k="description" v="Nur Selbstbedienung"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="payment:account_cards" v="yes"/>
+ <tag k="payment:coins" v="no"/>
+ <tag k="payment:credit_cards" v="yes"/>
+ <tag k="payment:debit_cards" v="yes"/>
+ <tag k="payment:notes" v="yes"/>
+ </node>
+ <node id="856769128" lat="47.2778211" lon="8.4073656" version="1" timestamp="2010-08-12T13:28:15Z" changeset="5473213" uid="51045" user="Geogast">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="858391133" lat="46.1250191" lon="7.9371667" version="1" timestamp="2010-08-13T12:19:14Z" changeset="5481424" uid="232126" user="RetiredInNH">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="patoil"/>
+ </node>
+ <node id="858928210" lat="47.1091705" lon="8.6780646" version="2" timestamp="2011-04-02T20:30:02Z" changeset="7748006" uid="366200" user="bruzano">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="860155609" lat="46.3061610" lon="7.9607106" version="3" timestamp="2013-06-05T18:27:41Z" changeset="16435653" uid="311036" user="haavee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="860423930" lat="46.2965697" lon="7.5504487" version="2" timestamp="2014-01-20T15:13:48Z" changeset="20104960" uid="32700" user="pfuender_666">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="861343529" lat="46.3022281" lon="7.7076576" version="3" timestamp="2013-09-13T19:40:37Z" changeset="17822508" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Jäger"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="shop" v="kiosk"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="861491599" lat="46.3016187" lon="7.6996831" version="2" timestamp="2015-07-19T09:13:54Z" changeset="32729153" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Enzian"/>
+ <tag k="operator" v="BP"/>
+ <tag k="shop" v="car_repair"/>
+ </node>
+ <node id="861682957" lat="47.2661180" lon="8.2022978" version="3" timestamp="2010-08-15T20:34:01Z" changeset="5504167" uid="329039" user="NDB">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="861682982" lat="47.2687632" lon="8.2024457" version="2" timestamp="2013-01-16T21:10:25Z" changeset="14677535" uid="465052" user="hecktor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="865160661" lat="47.4351998" lon="9.4020867" version="1" timestamp="2010-08-17T19:23:17Z" changeset="5520813" uid="28007" user="chrigl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell Tankstelle"/>
+ </node>
+ <node id="867337856" lat="47.3083457" lon="8.1739419" version="2" timestamp="2012-08-14T10:40:22Z" changeset="12725167" uid="465052" user="hecktor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="867731827" lat="46.1381093" lon="7.0364772" version="2" timestamp="2013-05-16T03:19:41Z" changeset="16147003" uid="254549" user="Tempus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="869106823" lat="47.0491641" lon="9.4287795" version="1" timestamp="2010-08-19T18:10:09Z" changeset="5537576" uid="125687" user="tubeli">
+ <tag k="FIXME" v="Name"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="869304912" lat="47.3240487" lon="8.1978124" version="6" timestamp="2013-04-07T22:09:06Z" changeset="15647812" uid="329039" user="NDB">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="AVIA"/>
+ <tag k="shop" v="car_repair"/>
+ </node>
+ <node id="870702643" lat="46.2273378" lon="6.0783459" version="3" timestamp="2010-08-23T07:14:46Z" changeset="5568401" uid="335952" user="lbeguin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Station Shell"/>
+ </node>
+ <node id="870717790" lat="46.2232129" lon="6.0686818" version="4" timestamp="2015-11-23T15:50:15Z" changeset="35533182" uid="3068030" user="floyd70">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Station BP"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="872980408" lat="47.3283270" lon="8.1142369" version="3" timestamp="2014-09-22T15:29:19Z" changeset="25606018" uid="1547666" user="anizani">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage B. Wicki"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="872980858" lat="47.3305344" lon="8.1129937" version="1" timestamp="2010-08-22T00:43:44Z" changeset="5556906" uid="329039" user="NDB">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="874226827" lat="46.7194310" lon="6.6416164" version="1" timestamp="2010-08-22T17:25:21Z" changeset="5563398" uid="4786" user="Romain Aviolat [Xens]">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="874380737" lat="46.9294905" lon="7.0463328" version="6" timestamp="2015-10-16T13:49:57Z" changeset="34675817" uid="128186" user="malcolmh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="car" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="payment:coins" v="no"/>
+ <tag k="payment:debit_cards" v="all"/>
+ <tag k="payment:notes" v="no"/>
+ <tag k="seamark:information" v="diesel;benzine"/>
+ <tag k="seamark:small_craft_facility:category" v="fuel_station"/>
+ <tag k="seamark:type" v="small_craft_facility"/>
+ </node>
+ <node id="875365969" lat="46.2283843" lon="6.0731853" version="1" timestamp="2010-08-23T07:17:49Z" changeset="5568401" uid="335952" user="lbeguin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Relais de la Meyrinoise SA (Tamoil)"/>
+ </node>
+ <node id="876403608" lat="47.3171877" lon="8.4168625" version="1" timestamp="2010-08-23T20:39:16Z" changeset="5574976" uid="91822" user="joshx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="881239152" lat="47.0114462" lon="6.9908706" version="3" timestamp="2015-11-24T06:59:16Z" changeset="35544466" uid="225842" user="schnelli">
+ <tag k="addr:city" v="Saint-Blaise"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="2072"/>
+ <tag k="addr:street" v="Rue de la Musinière"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Grenacher"/>
+ </node>
+ <node id="884923624" lat="46.6607904" lon="7.7272191" version="10" timestamp="2014-05-03T12:57:26Z" changeset="22104085" uid="211162" user="skorbut">
+ <tag k="addr:city" v="Krattigen"/>
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Auto Coach"/>
+ <tag k="name" v="Garage Schulthess"/>
+ <tag k="operator" v="Franz Schulthess"/>
+ <tag k="phone" v="+41 33 654 76 00"/>
+ <tag k="shop" v="car_repair"/>
+ </node>
+ <node id="885421378" lat="47.3780689" lon="8.4993186" version="2" timestamp="2013-03-20T16:11:47Z" changeset="15433639" uid="1234273" user="d_berger">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Ruedi Rüssel"/>
+ </node>
+ <node id="886099076" lat="46.3112002" lon="7.6369072" version="1" timestamp="2010-08-29T13:32:02Z" changeset="5625772" uid="333359" user="FernaW">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Peugeot"/>
+ <tag k="shop" v="car_repair"/>
+ </node>
+ <node id="886099078" lat="46.3110211" lon="7.6337369" version="2" timestamp="2014-01-27T18:12:13Z" changeset="20233291" uid="311036" user="haavee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="opening_hours" v="24/7"/>
+ </node>
+ <node id="886523893" lat="46.2768461" lon="7.8254143" version="1" timestamp="2010-08-29T18:22:45Z" changeset="5629139" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Indipend."/>
+ </node>
+ <node id="894602267" lat="46.2201143" lon="6.1404497" version="2" timestamp="2012-10-23T11:54:49Z" changeset="13604533" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="897687154" lat="47.3506664" lon="7.4235646" version="1" timestamp="2010-09-05T17:53:07Z" changeset="5690512" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Miniprix"/>
+ </node>
+ <node id="897930772" lat="47.4172239" lon="7.0721409" version="1" timestamp="2010-09-05T19:44:57Z" changeset="5691755" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="898008622" lat="46.6999205" lon="7.8886714" version="1" timestamp="2010-09-05T20:47:32Z" changeset="5692392" uid="26599" user="cdavila">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="898008646" lat="46.6980921" lon="7.8812511" version="3" timestamp="2013-04-15T18:53:19Z" changeset="15740675" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="name" v="Ruedi Russel"/>
+ <tag k="operator" v="Ruedi Russel"/>
+ </node>
+ <node id="898008652" lat="46.6777268" lon="7.8509397" version="10" timestamp="2013-06-17T19:51:14Z" changeset="16595066" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Oeltrans"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Oeltrans"/>
+ <tag k="operator" v="Oeltrans"/>
+ </node>
+ <node id="898008653" lat="46.6799973" lon="7.8511245" version="7" timestamp="2013-06-19T14:57:56Z" changeset="16618153" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="899266012" lat="46.7058793" lon="7.9033447" version="3" timestamp="2013-04-22T19:54:05Z" changeset="15829175" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Flamol"/>
+ <tag k="operator" v="Flamol"/>
+ </node>
+ <node id="899266029" lat="46.7036954" lon="7.8983186" version="2" timestamp="2013-04-22T19:54:05Z" changeset="15829175" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Oeltrans"/>
+ <tag k="operator" v="Oeltrans"/>
+ </node>
+ <node id="901272805" lat="46.7884591" lon="8.1601612" version="2" timestamp="2012-04-08T11:34:45Z" changeset="11224107" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Gasser"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="903623217" lat="46.7309502" lon="7.6272687" version="2" timestamp="2013-07-05T14:01:06Z" changeset="16836777" uid="450001" user="daland67">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="905812406" lat="46.7492023" lon="8.0533548" version="2" timestamp="2012-04-20T13:07:53Z" changeset="11363850" uid="56103" user="JDKDHF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="909070466" lat="46.0122111" lon="8.9342447" version="2" timestamp="2015-10-19T06:36:46Z" changeset="34725011" uid="12054" user="Martin Sauter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="909370392" lat="46.3086772" lon="6.9053727" version="1" timestamp="2010-09-12T20:57:42Z" changeset="5764348" uid="161783" user="Boran">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="910361190" lat="47.0658613" lon="6.6963325" version="1" timestamp="2010-09-13T08:23:45Z" changeset="5767274" uid="118856" user="staehler">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="913688031" lat="46.2057070" lon="6.0990123" version="5" timestamp="2015-08-06T10:11:32Z" changeset="33151151" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Le Lignon"/>
+ <tag k="addr:housenumber" v="38"/>
+ <tag k="addr:street" v="Route du Bois-des-Frères"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="914435375" lat="47.2188018" lon="6.9524143" version="1" timestamp="2010-09-16T12:47:09Z" changeset="5795308" uid="118856" user="staehler">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="914791674" lat="47.5311743" lon="7.6830161" version="3" timestamp="2011-05-04T19:27:46Z" changeset="8051825" uid="158828" user="rüdi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="tamoil"/>
+ </node>
+ <node id="917123981" lat="47.4474753" lon="8.2933983" version="1" timestamp="2010-09-18T18:29:14Z" changeset="5813883" uid="37799" user="Adrian Vogt">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Arizona"/>
+ </node>
+ <node id="918635498" lat="46.4710904" lon="6.8404792" version="1" timestamp="2010-09-19T17:03:30Z" changeset="5821872" uid="161783" user="Boran">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="919443818" lat="47.2345720" lon="7.7744394" version="2" timestamp="2013-07-30T20:16:55Z" changeset="17157929" uid="1695535" user="notizklotz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="919564460" lat="47.5945616" lon="9.3141348" version="2" timestamp="2013-09-29T21:07:48Z" changeset="18100557" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Autohaus Semir AG"/>
+ </node>
+ <node id="920135499" lat="46.7038774" lon="8.2298422" version="3" timestamp="2010-09-22T17:00:03Z" changeset="5847018" uid="26599" user="cdavila">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Ri"/>
+ <tag k="operator" v="Ri"/>
+ </node>
+ <node id="921835954" lat="46.7272589" lon="8.1697787" version="2" timestamp="2012-07-31T19:48:58Z" changeset="12566077" uid="766001" user="Kaktusli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="922262714" lat="47.0250870" lon="7.7409944" version="1" timestamp="2010-09-23T07:06:36Z" changeset="5851534" uid="65019" user="Kaefer84">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="924029291" lat="46.2181636" lon="6.1147553" version="2" timestamp="2015-10-18T13:20:14Z" changeset="34710993" uid="2249743" user="Marc le Grand">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="925664468" lat="46.8258820" lon="7.3015002" version="1" timestamp="2010-09-25T18:16:23Z" changeset="5873226" uid="299113" user="ribereth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tankstelle Agrola"/>
+ <tag k="operator" v="LANDI Sense"/>
+ </node>
+ <node id="926307636" lat="46.6560635" lon="7.7785690" version="3" timestamp="2013-12-10T19:06:49Z" changeset="19382425" uid="22199" user="FabianAffolter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="oeltrans"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="oeltrans"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="926367587" lat="46.6574578" lon="7.6961266" version="1" timestamp="2010-09-26T10:15:05Z" changeset="5878990" uid="26599" user="cdavila">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Zimmermann"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Zimmermann"/>
+ </node>
+ <node id="926471416" lat="46.5783970" lon="7.6520625" version="1" timestamp="2010-09-26T11:15:33Z" changeset="5879468" uid="26599" user="cdavila">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="926471432" lat="46.6245865" lon="7.6901014" version="1" timestamp="2010-09-26T11:15:34Z" changeset="5879468" uid="26599" user="cdavila">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="926471442" lat="46.5796144" lon="7.6514205" version="1" timestamp="2010-09-26T11:15:34Z" changeset="5879468" uid="26599" user="cdavila">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="926942122" lat="47.4049526" lon="8.5497915" version="2" timestamp="2015-02-28T15:06:08Z" changeset="29157421" uid="1218134" user="Sarob">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Dörflistrasse"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="927182599" lat="47.4481914" lon="8.9264181" version="1" timestamp="2010-09-26T19:33:06Z" changeset="5884854" uid="341293" user="rega">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="LANDI"/>
+ </node>
+ <node id="928545561" lat="46.7953666" lon="9.8246948" version="1" timestamp="2010-09-27T20:41:30Z" changeset="5895695" uid="101371" user="kapplerseits">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="928545598" lat="46.7976496" lon="9.8277904" version="1" timestamp="2010-09-27T20:41:32Z" changeset="5895695" uid="101371" user="kapplerseits">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="06:00-23:00"/>
+ <tag k="operator" v="Coop Pronto"/>
+ </node>
+ <node id="930927146" lat="47.1043427" lon="6.8356195" version="1" timestamp="2010-09-29T21:34:04Z" changeset="5915814" uid="34307" user="benni_75">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="name" v="Garage de l'Etoile"/>
+ </node>
+ <node id="933733064" lat="46.1440000" lon="6.1373369" version="1" timestamp="2010-10-01T19:34:30Z" changeset="5930828" uid="82717" user="oliviers">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="935187372" lat="47.2224443" lon="8.4983152" version="1" timestamp="2010-10-02T15:10:03Z" changeset="5936900" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="935831675" lat="47.4133697" lon="8.5210560" version="2" timestamp="2012-08-01T22:32:50Z" changeset="12579798" uid="16008" user="Tric">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="935831690" lat="47.4124074" lon="8.5239103" version="2" timestamp="2013-06-26T20:12:22Z" changeset="16718106" uid="14686" user="mgeiser">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Wehntaler Tankstelle"/>
+ </node>
+ <node id="935832538" lat="47.4113884" lon="8.5268978" version="2" timestamp="2012-01-28T10:34:08Z" changeset="10519562" uid="16008" user="Tric">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="936772253" lat="46.9234110" lon="7.4582320" version="2" timestamp="2010-10-03T15:48:14Z" changeset="5945254" uid="15671" user="habi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol Tankstelle"/>
+ </node>
+ <node id="936993499" lat="47.3814080" lon="8.5307633" version="3" timestamp="2011-07-24T10:57:12Z" changeset="8814439" uid="194843" user="feuerstein">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Migrol Zollstrasse"/>
+ <tag k="operator" v="Migrol"/>
+ <tag k="payment:credit_cards" v="mastercard"/>
+ <tag k="payment:debit_cards" v="maestro;postcard"/>
+ <tag k="payment:fuel_cards" v="migrolcard"/>
+ </node>
+ <node id="938274837" lat="46.9701137" lon="9.5950700" version="4" timestamp="2015-08-22T19:49:11Z" changeset="33512546" uid="372615" user="sennewald63">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:GTL_diesel" v="yes"/>
+ <tag k="fuel:HGV_diesel" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_100" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="shop" v="yes"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="939637420" lat="46.3951648" lon="8.6552844" version="2" timestamp="2015-08-01T17:24:31Z" changeset="33034118" uid="3024133" user="lbort">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="941902425" lat="47.5318693" lon="7.6117466" version="3" timestamp="2015-11-06T23:21:30Z" changeset="35138489" uid="2137840" user="rza31">
+ <tag k="addr:city" v="Münchenstein"/>
+ <tag k="addr:housenumber" v="35"/>
+ <tag k="addr:postcode" v="4142"/>
+ <tag k="addr:street" v="Emil Frey-Strasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="943479483" lat="47.2519721" lon="8.1877872" version="1" timestamp="2010-10-10T10:27:33Z" changeset="6000257" uid="329039" user="NDB">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="945468337" lat="46.7371690" lon="7.6272136" version="1" timestamp="2010-10-11T22:26:07Z" changeset="6016720" uid="7412" user="mjulius">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Stadiongarage"/>
+ </node>
+ <node id="948341016" lat="47.0431779" lon="7.5033202" version="2" timestamp="2015-01-22T19:52:33Z" changeset="28334018" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="950016168" lat="46.2088076" lon="6.1249153" version="2" timestamp="2015-07-31T19:19:37Z" changeset="33016208" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="100"/>
+ <tag k="addr:street" v="Rue de Lyon"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="955760539" lat="47.2809398" lon="7.9339436" version="1" timestamp="2010-10-18T08:33:05Z" changeset="6078475" uid="359782" user="sibric">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="956494164" lat="47.2501065" lon="8.7798995" version="2" timestamp="2013-03-09T01:02:14Z" changeset="15297238" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="965867266" lat="46.8082400" lon="7.4079068" version="2" timestamp="2012-09-20T07:01:37Z" changeset="13179801" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="965894250" lat="47.3739415" lon="8.0829356" version="3" timestamp="2015-10-09T18:52:02Z" changeset="34536230" uid="456781" user="bresomch">
+ <tag k="addr:city" v="Suhr"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="5034"/>
+ <tag k="addr:street" v="Bernstrasse Ost"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="name" v="Miniprix"/>
+ </node>
+ <node id="969251925" lat="46.1896677" lon="6.1317637" version="3" timestamp="2015-04-16T10:00:57Z" changeset="30259528" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="970513176" lat="47.2640887" lon="8.9597074" version="1" timestamp="2010-10-30T15:45:38Z" changeset="6229789" uid="201962" user="Kirschbaum">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Landi Goldingen"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="970843021" lat="47.4045580" lon="8.5563801" version="4" timestamp="2012-10-26T17:57:59Z" changeset="13641287" uid="908746" user="dulix9">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Garage Plus Semes Automobile GmbH"/>
+ <tag k="payment:credit_cards" v="visa;mastercard"/>
+ <tag k="payment:debit_cards" v="maestro;postcard"/>
+ <tag k="payment:notes" v="yes"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="973614064" lat="47.4864186" lon="8.9087115" version="4" timestamp="2015-04-21T19:18:40Z" changeset="30388004" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Garage Fisch"/>
+ </node>
+ <node id="973614249" lat="47.4857643" lon="8.9072876" version="3" timestamp="2015-04-21T19:18:40Z" changeset="30388004" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Garage Keller AG"/>
+ </node>
+ <node id="979180799" lat="46.1459315" lon="7.1304756" version="3" timestamp="2013-05-22T18:54:08Z" changeset="16242300" uid="88528" user="akira86">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="982342964" lat="46.2131576" lon="6.1031535" version="2" timestamp="2015-08-06T10:42:03Z" changeset="33151739" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Vernier"/>
+ <tag k="addr:housenumber" v="137"/>
+ <tag k="addr:street" v="Route de Vernier"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="988280430" lat="47.1900952" lon="7.5530226" version="3" timestamp="2013-06-06T10:27:25Z" changeset="16443145" uid="709355" user="Alexander Myczko">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="SOCAR Biberist"/>
+ </node>
+ <node id="989019171" lat="47.3490974" lon="8.2437911" version="1" timestamp="2010-11-14T17:57:03Z" changeset="6369132" uid="365237" user="Klapper">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="989929488" lat="46.7721039" lon="7.1603525" version="2" timestamp="2013-03-06T08:03:14Z" changeset="15267093" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="997576722" lat="47.2586647" lon="6.9998013" version="2" timestamp="2014-04-30T08:50:52Z" changeset="22038991" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="1002580653" lat="46.6759530" lon="8.7555654" version="4" timestamp="2013-02-04T19:01:20Z" changeset="14913633" uid="30566" user="Pascal Mages">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Garascha Plauns"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="1003452651" lat="46.6790297" lon="8.7686539" version="1" timestamp="2010-11-25T07:59:27Z" changeset="6452552" uid="319913" user="himmelbuerger">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1004434937" lat="47.0916635" lon="7.5870312" version="2" timestamp="2011-08-14T12:10:11Z" changeset="9015176" uid="332909" user="GPS-Mic">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="name" v="Gustoil"/>
+ </node>
+ <node id="1005690808" lat="47.0433396" lon="7.0968006" version="1" timestamp="2010-11-26T18:06:54Z" changeset="6463735" uid="375866" user="D2Blue">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1005732659" lat="46.9960461" lon="7.1078650" version="2" timestamp="2013-06-29T11:23:54Z" changeset="16750652" uid="967832" user="Kurly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Landi"/>
+ <tag k="operator" v="landi"/>
+ <tag k="shop" v="doityourself"/>
+ </node>
+ <node id="1005732665" lat="47.0043418" lon="7.1149430" version="2" timestamp="2013-06-05T10:42:23Z" changeset="16430616" uid="967832" user="Kurly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Lüthi Ins"/>
+ </node>
+ <node id="1008433214" lat="47.1304493" lon="7.6152964" version="1" timestamp="2010-11-27T18:55:28Z" changeset="6472283" uid="65019" user="Kaefer84">
+ <tag k="addr:city" v="Koppigen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4b"/>
+ <tag k="addr:postcode" v="3425"/>
+ <tag k="addr:street" v="Alchenstorfstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="name" v="Landi Koppigen"/>
+ </node>
+ <node id="1008617454" lat="46.4754657" lon="7.1345375" version="1" timestamp="2010-11-27T19:39:41Z" changeset="6472591" uid="124134" user="beni">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="operator" v="Garage Yersin"/>
+ </node>
+ <node id="1008899786" lat="47.0867916" lon="7.5265435" version="3" timestamp="2012-11-14T20:18:38Z" changeset="13876162" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="name" v="Garage Rohrbach"/>
+ </node>
+ <node id="1008973306" lat="46.4707669" lon="7.1262804" version="1" timestamp="2010-11-27T21:33:44Z" changeset="6473578" uid="124134" user="beni">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1010474279" lat="47.3664591" lon="7.3587655" version="2" timestamp="2013-05-06T23:51:53Z" changeset="16005036" uid="339283" user="WolfiDE">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1019965180" lat="47.1138754" lon="7.3009621" version="1" timestamp="2010-12-04T13:43:14Z" changeset="6537509" uid="77322" user="Enif">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="1024690218" lat="46.2038386" lon="6.1869988" version="1" timestamp="2010-12-06T09:26:10Z" changeset="6560743" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1033691216" lat="47.4088158" lon="9.2518229" version="2" timestamp="2011-01-09T22:00:13Z" changeset="6921176" uid="294350" user="Kurt_Gos">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="name" v="BP"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="1033994435" lat="47.2366664" lon="8.7763903" version="5" timestamp="2015-05-14T14:01:27Z" changeset="31142663" uid="6087" user="Geonick">
+ <tag k="addr:city" v="Feldbach"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="8714"/>
+ <tag k="addr:street" v="Oberschirmensee"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol-Tankstelle"/>
+ <tag k="opening_hours" v="Jan-Mar: Mo-Fr 06:30-20:00, Sa-Su 07:30-20:00; Apr-Oct: Mo-Fr 06:30-21:00, Sa-Su 07:30-21:00; Nov-Dec: Mo-Fr 06:30-20:00, Sa-Su 07:30-20:00"/>
+ <tag k="operator" v="Migrol"/>
+ <tag k="phone" v="+41 55 244 15 84"/>
+ <tag k="website" v="http://www.migrol.ch"/>
+ </node>
+ <node id="1038655555" lat="47.5813824" lon="8.2132760" version="2" timestamp="2014-04-05T20:17:40Z" changeset="21521006" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="1042673794" lat="46.9292270" lon="7.4893086" version="4" timestamp="2014-11-04T16:02:42Z" changeset="26551331" uid="2438331" user="MichelBernmobil">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Peter Brechtbühl AG"/>
+ </node>
+ <node id="1043570734" lat="46.3612385" lon="6.8781120" version="4" timestamp="2011-04-07T04:23:15Z" changeset="7790999" uid="426658" user="kurodo">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="1043645162" lat="46.2676321" lon="6.2368022" version="1" timestamp="2010-12-17T20:18:36Z" changeset="6689984" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ </node>
+ <node id="1043645174" lat="46.2592939" lon="6.2281378" version="2" timestamp="2012-08-26T17:09:34Z" changeset="12869116" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="1043645236" lat="46.2682662" lon="6.2375102" version="1" timestamp="2010-12-17T20:18:37Z" changeset="6689984" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ </node>
+ <node id="1066532173" lat="47.5457396" lon="8.9648204" version="2" timestamp="2014-08-23T13:10:08Z" changeset="24955577" uid="79025" user="mstock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="1066847210" lat="47.3940402" lon="9.5886819" version="2" timestamp="2012-12-13T22:18:22Z" changeset="14265505" uid="334389" user="ueliw0">
+ <tag k="amenity" v="fuel"/>
+ <tag k="shop" v="agrarian"/>
+ </node>
+ <node id="1069757909" lat="46.9775962" lon="7.4211774" version="3" timestamp="2011-07-24T21:09:19Z" changeset="8821187" uid="130065" user="leuty">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="operator" v="Kurt Wüthrich"/>
+ </node>
+ <node id="1070743614" lat="47.3419744" lon="7.8644798" version="3" timestamp="2011-09-09T15:49:36Z" changeset="9254666" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ </node>
+ <node id="1075588444" lat="47.0507847" lon="7.2833097" version="2" timestamp="2013-03-20T23:26:25Z" changeset="15437441" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="COOP"/>
+ </node>
+ <node id="1077316888" lat="47.1333266" lon="8.1413176" version="1" timestamp="2011-01-01T19:30:36Z" changeset="6831384" uid="389211" user="Ananas">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1077316889" lat="47.1364244" lon="8.1359572" version="3" timestamp="2013-10-13T20:23:53Z" changeset="18340067" uid="1742934" user="Pudu">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1077327023" lat="47.1391843" lon="8.1291191" version="2" timestamp="2011-01-01T19:39:29Z" changeset="6831384" uid="389211" user="Ananas">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Auto Fit"/>
+ </node>
+ <node id="1083458072" lat="47.0513439" lon="8.2990390" version="2" timestamp="2011-05-19T16:58:08Z" changeset="8190311" uid="177686" user="Cho">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="1088750855" lat="46.9704417" lon="9.5618015" version="2" timestamp="2012-04-04T16:40:02Z" changeset="11176940" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Rudi Rüssel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Grisoil-Benzin"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="shop" v="no"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1094601314" lat="47.0956642" lon="8.5180950" version="2" timestamp="2011-01-16T14:21:52Z" changeset="6988154" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="1102204122" lat="47.3626066" lon="8.2664353" version="1" timestamp="2011-01-13T16:21:03Z" changeset="6958703" uid="392796" user="Burg-Kartograph">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1103883235" lat="47.3500108" lon="8.2705092" version="1" timestamp="2011-01-14T21:56:11Z" changeset="6971901" uid="392796" user="Burg-Kartograph">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1103883300" lat="47.3452931" lon="8.2748330" version="2" timestamp="2011-12-12T21:23:00Z" changeset="10096360" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1106092642" lat="47.4544520" lon="8.2877490" version="1" timestamp="2011-01-16T12:43:16Z" changeset="6987119" uid="37799" user="Adrian Vogt">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="OIL!"/>
+ </node>
+ <node id="1110317280" lat="46.2897938" lon="7.5245229" version="2" timestamp="2014-09-03T21:16:13Z" changeset="25215310" uid="2195153" user="AmaroM">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage du Nord Sierre SA"/>
+ <tag k="shop" v="car"/>
+ </node>
+ <node id="1115940413" lat="47.2685022" lon="8.5873292" version="1" timestamp="2011-01-22T19:03:32Z" changeset="7054034" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="Horgengarage"/>
+ <tag k="operator" v="Wuest"/>
+ </node>
+ <node id="1117100842" lat="46.9485562" lon="10.3678021" version="1" timestamp="2011-01-23T16:46:51Z" changeset="7063702" uid="147865" user="zuso">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1119430050" lat="47.0380608" lon="8.2942685" version="3" timestamp="2014-01-20T15:13:49Z" changeset="20104960" uid="32700" user="pfuender_666">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="1120204918" lat="47.5681086" lon="9.3666512" version="3" timestamp="2014-10-20T15:05:10Z" changeset="26215653" uid="319913" user="himmelbuerger">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="operator" v="LGG"/>
+ </node>
+ <node id="1127562692" lat="47.0279270" lon="8.6314507" version="2" timestamp="2011-01-31T19:16:49Z" changeset="7147961" uid="366200" user="bruzano">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="1127936732" lat="47.0257993" lon="8.6338316" version="2" timestamp="2011-01-31T19:16:58Z" changeset="7147961" uid="366200" user="bruzano">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="1128241825" lat="46.9288057" lon="7.3823258" version="3" timestamp="2011-12-25T12:30:49Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="1128624442" lat="47.2455242" lon="8.4571139" version="1" timestamp="2011-01-30T20:44:08Z" changeset="7139432" uid="83934" user="sCHtreetmapper">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="1135616539" lat="46.2269845" lon="7.3376598" version="1" timestamp="2011-02-04T13:21:26Z" changeset="7183118" uid="88528" user="akira86">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1139545893" lat="46.2717015" lon="7.4022178" version="2" timestamp="2014-04-19T19:46:32Z" changeset="21804641" uid="60458" user="Valdor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Combustia"/>
+ </node>
+ <node id="1141268738" lat="47.2234099" lon="7.2035126" version="2" timestamp="2015-08-15T10:41:29Z" changeset="33350095" uid="59975" user="gidoca">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="1143341483" lat="46.2297620" lon="7.8644199" version="1" timestamp="2011-02-09T04:39:05Z" changeset="7232891" uid="326264" user="Hägi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="1143341486" lat="46.2470740" lon="7.8766772" version="3" timestamp="2011-03-06T17:38:34Z" changeset="7476167" uid="326264" user="Hägi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="fuel:GTL_diesel" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_100" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Migros"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="1143341489" lat="46.2297518" lon="7.8705269" version="1" timestamp="2011-02-09T04:39:06Z" changeset="7232891" uid="326264" user="Hägi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:1_25" v="yes"/>
+ <tag k="fuel:1_50" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="1148678388" lat="46.9701528" lon="8.4676767" version="6" timestamp="2012-11-10T08:56:06Z" changeset="13818170" uid="875145" user="romu_2">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1149570590" lat="47.2560806" lon="8.6015375" version="1" timestamp="2011-02-12T20:36:39Z" changeset="7269174" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1150579331" lat="47.4135545" lon="8.5362148" version="1" timestamp="2011-02-13T08:13:11Z" changeset="7272525" uid="16008" user="Tric">
+ <tag k="access" v="unknown"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="note" v="Nur Strom"/>
+ <tag k="operator" v="ABB"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="1152714854" lat="46.7754523" lon="9.2009215" version="1" timestamp="2011-02-14T12:46:55Z" changeset="7285522" uid="105050" user="Männedorf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="1152715533" lat="46.7766206" lon="9.2057173" version="1" timestamp="2011-02-14T12:47:53Z" changeset="7285522" uid="105050" user="Männedorf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="1154421295" lat="47.0679635" lon="8.3154803" version="1" timestamp="2011-02-15T14:01:27Z" changeset="7295117" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="1156711551" lat="47.3215430" lon="8.5503834" version="2" timestamp="2011-02-27T14:31:30Z" changeset="7411314" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1157673896" lat="47.3381888" lon="8.4742607" version="1" timestamp="2011-02-17T17:16:02Z" changeset="7315093" uid="91822" user="joshx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1158234087" lat="47.0446297" lon="8.3670056" version="5" timestamp="2014-04-06T19:42:20Z" changeset="21539386" uid="2020300" user="MarcNhi">
+ <tag k="addr:city" v="meggen"/>
+ <tag k="addr:housenumber" v="26"/>
+ <tag k="addr:postcode" v="6045"/>
+ <tag k="addr:street" v="luzernerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA Tankstelle"/>
+ </node>
+ <node id="1158236623" lat="47.0438919" lon="8.3636059" version="3" timestamp="2011-04-06T08:41:08Z" changeset="7782507" uid="330773" user="Roadrunner21">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1164681118" lat="46.0097538" lon="8.9400278" version="1" timestamp="2011-02-21T07:32:43Z" changeset="7350719" uid="48010" user="partim">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1167954322" lat="45.8729659" lon="8.9783802" version="4" timestamp="2015-09-19T16:08:28Z" changeset="34124086" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Mendrisio"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="6850"/>
+ <tag k="addr:street" v="Via Francesco Borromini"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Socar"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="1167954379" lat="45.8730229" lon="8.9781415" version="3" timestamp="2015-01-31T11:18:56Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:biodiesel" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="1168557364" lat="47.4836112" lon="8.1929614" version="1" timestamp="2011-02-23T17:37:50Z" changeset="7374542" uid="322237" user="wdst">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Midland"/>
+ </node>
+ <node id="1168557417" lat="47.4833911" lon="8.1921644" version="1" timestamp="2011-02-23T17:37:51Z" changeset="7374542" uid="322237" user="wdst">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="coop"/>
+ </node>
+ <node id="1169057575" lat="46.5152540" lon="8.6675330" version="3" timestamp="2014-09-23T22:11:53Z" changeset="25634906" uid="1745073" user="AL68">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ </node>
+ <node id="1171138347" lat="47.0621935" lon="8.2651449" version="2" timestamp="2011-02-25T08:22:22Z" changeset="7388269" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="name" v="Emil Frey AG"/>
+ </node>
+ <node id="1178015381" lat="47.1708008" lon="8.2916988" version="1" timestamp="2011-02-27T21:52:17Z" changeset="7415880" uid="415344" user="Bearpoik">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1187844560" lat="46.5174090" lon="6.5124343" version="4" timestamp="2014-08-17T08:26:35Z" changeset="24801788" uid="1856092" user="StreetAv">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:lpg" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Shell et Migrol Service"/>
+ <tag k="phone" v="+41 (0) 21 8115444"/>
+ <tag k="website" v="http://www.migrol.ch"/>
+ </node>
+ <node id="1191627169" lat="46.7557790" lon="7.6251953" version="1" timestamp="2011-03-07T21:15:48Z" changeset="7488977" uid="68360" user="bjc">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ </node>
+ <node id="1191627198" lat="46.7542821" lon="7.6275744" version="3" timestamp="2014-06-18T20:19:16Z" changeset="23012673" uid="1631980" user="gabaglio">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:GTL_diesel" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="1207862061" lat="46.4745128" lon="6.4183425" version="1" timestamp="2011-03-18T21:55:21Z" changeset="7599846" uid="9733" user="stedewa">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1208965778" lat="47.5109734" lon="7.7648323" version="1" timestamp="2011-03-19T14:02:45Z" changeset="7605260" uid="158828" user="rüdi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Sgrola"/>
+ </node>
+ <node id="1209090865" lat="46.1035926" lon="7.0894919" version="1" timestamp="2011-03-19T15:22:13Z" changeset="7606078" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ </node>
+ <node id="1210602994" lat="47.1918171" lon="8.6447698" version="1" timestamp="2011-03-20T15:08:03Z" changeset="7617497" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Landi"/>
+ </node>
+ <node id="1210603014" lat="47.1899660" lon="8.6460016" version="1" timestamp="2011-03-20T15:08:03Z" changeset="7617497" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1228109353" lat="47.5111970" lon="7.7241080" version="1" timestamp="2011-04-01T17:37:12Z" changeset="7737389" uid="158828" user="rüdi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="1232815794" lat="47.2777755" lon="8.5812441" version="1" timestamp="2011-04-04T19:09:08Z" changeset="7768282" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="1234618527" lat="47.4858510" lon="8.4521369" version="1" timestamp="2011-04-06T10:44:12Z" changeset="7783519" uid="433049" user="pemko">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrolino"/>
+ </node>
+ <node id="1237726505" lat="47.6447698" lon="9.1862215" version="2" timestamp="2011-09-22T19:46:32Z" changeset="9366746" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1238265211" lat="47.2098999" lon="7.0020136" version="1" timestamp="2011-04-09T08:32:15Z" changeset="7810941" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Station du College"/>
+ </node>
+ <node id="1240203805" lat="46.8867045" lon="7.0488413" version="1" timestamp="2011-04-10T18:28:02Z" changeset="7825952" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="1244175853" lat="47.4020410" lon="8.4504441" version="2" timestamp="2011-12-25T12:28:04Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="1244934614" lat="47.4574331" lon="8.9453318" version="1" timestamp="2011-04-14T22:52:59Z" changeset="7865876" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1247814011" lat="46.3341111" lon="9.5365467" version="1" timestamp="2011-04-16T23:43:10Z" changeset="7882991" uid="438727" user="Black Hawk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip City"/>
+ </node>
+ <node id="1247814015" lat="46.3335037" lon="9.5146813" version="1" timestamp="2011-04-16T23:43:10Z" changeset="7882991" uid="438727" user="Black Hawk">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1248084240" lat="46.5497260" lon="6.6762750" version="1" timestamp="2011-04-17T09:49:35Z" changeset="7884770" uid="195875" user="inisheer">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1258330247" lat="47.4071384" lon="8.5473271" version="1" timestamp="2011-04-24T17:07:58Z" changeset="7954715" uid="346456" user="Brainik">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:octane_95" v="no"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="1260264402" lat="47.1675971" lon="8.2470512" version="2" timestamp="2013-08-31T11:00:55Z" changeset="17601730" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="1260438028" lat="46.7053845" lon="8.5990383" version="1" timestamp="2011-04-26T05:46:54Z" changeset="7971038" uid="11238" user="fahrrad">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Rudi Ruessel"/>
+ </node>
+ <node id="1260438051" lat="46.7075548" lon="8.6004224" version="1" timestamp="2011-04-26T05:46:55Z" changeset="7971038" uid="11238" user="fahrrad">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="1261916078" lat="46.1991678" lon="9.0289357" version="2" timestamp="2011-09-30T06:17:03Z" changeset="9432639" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ </node>
+ <node id="1262550302" lat="47.1829632" lon="7.8778521" version="2" timestamp="2011-04-30T17:37:50Z" changeset="8013945" uid="158055" user="greendoor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ <tag k="operator" v="Ruedi Rüssel"/>
+ <tag k="payment:account_cards" v="yes"/>
+ <tag k="payment:credit_cards" v="yes"/>
+ <tag k="payment:notes" v="yes"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="1263586134" lat="46.8325723" lon="9.4451452" version="2" timestamp="2015-06-22T18:08:00Z" changeset="32144754" uid="3006183" user="pizterri3149m">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Rüdi Rüssel"/>
+ </node>
+ <node id="1264969070" lat="45.8742448" lon="8.9398081" version="1" timestamp="2011-04-29T13:46:23Z" changeset="8003230" uid="432987" user="joebre">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1268685995" lat="46.2375990" lon="8.7179639" version="5" timestamp="2014-06-12T13:04:08Z" changeset="22888659" uid="2120153" user="Alex Quanchi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Motorex"/>
+ </node>
+ <node id="1277018086" lat="47.3571295" lon="8.3322072" version="2" timestamp="2014-05-24T19:26:07Z" changeset="22530152" uid="151069" user="romanh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BEBECO"/>
+ </node>
+ <node id="1277433288" lat="46.5934223" lon="6.7476564" version="2" timestamp="2015-01-28T00:56:46Z" changeset="28456157" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Mini Prix"/>
+ </node>
+ <node id="1277433290" lat="46.6662459" lon="6.7998149" version="1" timestamp="2011-05-08T18:20:44Z" changeset="8085760" uid="195875" user="inisheer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="1277577619" lat="47.1280091" lon="8.8920459" version="2" timestamp="2013-01-21T21:24:07Z" changeset="14738862" uid="605646" user="old_toby">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Oil"/>
+ </node>
+ <node id="1277935085" lat="47.2578541" lon="8.6814903" version="1" timestamp="2011-05-09T04:52:19Z" changeset="8089481" uid="447444" user="franzflo">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1279673078" lat="46.5297566" lon="6.6358813" version="1" timestamp="2011-05-10T20:50:19Z" changeset="8106660" uid="195875" user="inisheer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Mini Prix"/>
+ </node>
+ <node id="1283828394" lat="46.5193536" lon="6.6403487" version="2" timestamp="2015-07-12T11:16:31Z" changeset="32579087" uid="40504" user="mathieuS">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="1286867942" lat="47.2677700" lon="8.4854591" version="2" timestamp="2011-05-16T19:28:33Z" changeset="8165667" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="1289117377" lat="47.3626991" lon="7.3520274" version="2" timestamp="2014-04-03T20:45:39Z" changeset="21484121" uid="1947590" user="pshemek">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1291755365" lat="47.0478219" lon="8.3185899" version="4" timestamp="2013-05-10T07:14:54Z" changeset="16059603" uid="128186" user="malcolmh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="seamark:information" v="diesel;benzine"/>
+ <tag k="seamark:small_craft_facility:category" v="fuel_station"/>
+ <tag k="seamark:type" v="small_craft_facility"/>
+ </node>
+ <node id="1298160841" lat="47.4948396" lon="7.0164145" version="3" timestamp="2012-05-12T19:35:49Z" changeset="11579961" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Station-Shop de la Côte"/>
+ <tag k="operator" v="Station-Shop de la Côte"/>
+ <tag k="source" v="http://www.jubin.ch/stations-service/stations-service/station-shop-de-la-cote"/>
+ </node>
+ <node id="1298163196" lat="47.4994252" lon="7.0104142" version="2" timestamp="2014-01-10T21:21:55Z" changeset="19925356" uid="44498" user="ComputerHotline">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Station La Fleur de Lys"/>
+ <tag k="source" v="http://www.les-stations-service.ch/2922/5/555299/boncourt/la_fleur_de_lys/detail.htm"/>
+ </node>
+ <node id="1298163197" lat="47.4982981" lon="7.0162808" version="1" timestamp="2011-05-24T07:05:02Z" changeset="8232485" uid="338117" user="Fa18Swiss">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="1298163198" lat="47.5019803" lon="7.0129227" version="1" timestamp="2011-05-24T07:05:02Z" changeset="8232485" uid="338117" user="Fa18Swiss">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Station Paupe"/>
+ </node>
+ <node id="1298314336" lat="47.2372400" lon="8.0749836" version="3" timestamp="2013-05-09T15:47:13Z" changeset="16049903" uid="1428320" user="BiNZGi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1299328892" lat="46.9020532" lon="8.6232664" version="4" timestamp="2014-01-10T10:13:00Z" changeset="19914663" uid="111459" user="cherger">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Bootstankstelle"/>
+ <tag k="seamark:small_craft_facility:category" v="fuel_station"/>
+ <tag k="seamark:type" v="small_craft_facility"/>
+ </node>
+ <node id="1301131017" lat="47.0495447" lon="8.2644204" version="1" timestamp="2011-05-26T19:48:14Z" changeset="8256656" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Matt-Garage"/>
+ </node>
+ <node id="1305217859" lat="47.5850081" lon="9.0579538" version="1" timestamp="2011-05-29T20:34:49Z" changeset="8285800" uid="79025" user="mstock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="1305217876" lat="47.5835169" lon="9.0568047" version="2" timestamp="2013-06-02T17:12:15Z" changeset="16394142" uid="64557" user="qpeso">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="1309304726" lat="46.1712839" lon="7.8004167" version="1" timestamp="2011-06-02T16:56:12Z" changeset="8322003" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1322341728" lat="47.0265743" lon="7.4438977" version="5" timestamp="2014-01-20T15:13:49Z" changeset="20104960" uid="32700" user="pfuender_666">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="1323307013" lat="47.1847601" lon="8.0169191" version="3" timestamp="2014-06-01T20:33:42Z" changeset="22681785" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Ruedi Rüssel"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="1323716729" lat="47.5807927" lon="9.0705288" version="1" timestamp="2011-06-13T14:01:26Z" changeset="8426779" uid="79025" user="mstock">
+ <tag k="access" v="private"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ </node>
+ <node id="1325892702" lat="46.2961047" lon="6.1671598" version="1" timestamp="2011-06-15T00:19:10Z" changeset="8443270" uid="130849" user="eric6quatre">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="1332641756" lat="47.1900752" lon="8.7367004" version="2" timestamp="2011-06-21T19:52:34Z" changeset="8508019" uid="22684" user="Mr_Israel">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="1332817871" lat="47.5875423" lon="8.1487249" version="1" timestamp="2011-06-20T22:20:01Z" changeset="8499883" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1334897806" lat="47.3454159" lon="8.3510271" version="1" timestamp="2011-06-22T20:37:13Z" changeset="8518091" uid="124134" user="beni">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Senten"/>
+ </node>
+ <node id="1335525050" lat="47.0205066" lon="7.4531714" version="2" timestamp="2011-11-21T05:27:40Z" changeset="9893157" uid="448417" user="snifi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="1335581379" lat="47.0924554" lon="8.2531853" version="1" timestamp="2011-06-23T15:34:40Z" changeset="8522968" uid="475749" user="lasombra">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Landi Tankstelle"/>
+ </node>
+ <node id="1335631010" lat="47.0417625" lon="8.3154626" version="3" timestamp="2011-12-25T12:31:10Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="1336568359" lat="47.0453158" lon="9.4376357" version="1" timestamp="2011-06-24T08:02:13Z" changeset="8529824" uid="125687" user="tubeli">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1337143769" lat="47.5580502" lon="7.5741773" version="2" timestamp="2012-08-25T07:47:21Z" changeset="12852230" uid="77322" user="Enif">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Settelen"/>
+ </node>
+ <node id="1337170695" lat="47.5626879" lon="7.5735120" version="1" timestamp="2011-06-24T16:50:19Z" changeset="8534521" uid="266829" user="Sputnik">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1337181865" lat="47.0401467" lon="7.3040725" version="2" timestamp="2011-12-25T12:27:51Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="ethanol" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:lpg" v="yes"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="1337471849" lat="47.2168937" lon="7.7711546" version="3" timestamp="2011-09-23T07:36:09Z" changeset="9373820" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1338801659" lat="47.3504347" lon="7.9532853" version="1" timestamp="2011-06-25T19:19:42Z" changeset="8545900" uid="124134" user="beni">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1339704278" lat="47.0475376" lon="9.4393750" version="1" timestamp="2011-06-26T14:14:32Z" changeset="8551507" uid="125687" user="tubeli">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1339704369" lat="47.0413260" lon="9.4323060" version="1" timestamp="2011-06-26T14:14:35Z" changeset="8551507" uid="125687" user="tubeli">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1340200200" lat="46.9384758" lon="7.7820409" version="5" timestamp="2012-11-27T10:17:18Z" changeset="14056777" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="migrol"/>
+ </node>
+ <node id="1341487957" lat="47.2473126" lon="8.6387565" version="2" timestamp="2012-08-20T13:50:38Z" changeset="12791634" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Independent"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1341959506" lat="45.9240660" lon="8.9841360" version="5" timestamp="2015-12-01T15:16:01Z" changeset="35686729" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Melano"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6818"/>
+ <tag k="addr:street" v="Via Cantonale"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1341959530" lat="45.9316651" lon="8.9742837" version="5" timestamp="2015-07-12T19:54:58Z" changeset="32588054" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="ethanol" v="no"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ </node>
+ <node id="1342602152" lat="46.8889832" lon="7.5228087" version="2" timestamp="2011-12-25T12:29:59Z" changeset="10199247" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="fuel"/>
+ <tag k="ethanol" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tamoil und Migrolino"/>
+ </node>
+ <node id="1345283575" lat="46.7488932" lon="7.6253170" version="2" timestamp="2013-11-13T13:18:39Z" changeset="18874316" uid="68360" user="bjc">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="1346035179" lat="47.4661414" lon="8.2114395" version="1" timestamp="2011-07-01T18:35:06Z" changeset="8601740" uid="480079" user="el colimbo">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1348212458" lat="47.5678724" lon="8.5233914" version="2" timestamp="2011-10-20T18:15:48Z" changeset="9604904" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1349293145" lat="47.0407391" lon="8.3098074" version="5" timestamp="2014-11-24T14:55:17Z" changeset="26998910" uid="2482760" user="mugli7">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="fuel:octane_95" v="no"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="operator" v="ewl energie wasser luzern"/>
+ </node>
+ <node id="1350936246" lat="47.4046286" lon="8.7197006" version="1" timestamp="2011-07-06T01:57:24Z" changeset="8644469" uid="194843" user="feuerstein">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Autohaus Illnau AG"/>
+ </node>
+ <node id="1352490073" lat="47.4156646" lon="8.7176151" version="2" timestamp="2011-09-25T21:23:20Z" changeset="9389626" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Landi"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1358046462" lat="46.8197386" lon="7.5850075" version="4" timestamp="2013-03-06T10:48:57Z" changeset="15268793" uid="967832" user="Kurly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="AGROLA"/>
+ </node>
+ <node id="1360531820" lat="47.0320101" lon="7.0564511" version="2" timestamp="2015-05-17T13:00:25Z" changeset="31226229" uid="68982" user="kisaa">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1361319683" lat="47.3678130" lon="8.5641894" version="2" timestamp="2013-11-14T13:28:24Z" changeset="18893811" uid="1679807" user="Cato_d_Ae">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="1361319687" lat="47.3679310" lon="8.5644227" version="2" timestamp="2013-11-14T13:28:24Z" changeset="18893811" uid="1679807" user="Cato_d_Ae">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="1362939163" lat="46.7447302" lon="7.6077111" version="4" timestamp="2014-08-21T14:13:31Z" changeset="24910383" uid="967832" user="Kurly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="1363040120" lat="47.3625248" lon="8.5480473" version="2" timestamp="2011-07-15T20:11:44Z" changeset="8734383" uid="124134" user="beni">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AMAG Utoquai"/>
+ <tag k="operator" v="Amag"/>
+ </node>
+ <node id="1363477917" lat="47.4505762" lon="8.1457788" version="1" timestamp="2011-07-16T12:21:34Z" changeset="8739094" uid="489926" user="he-man1">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1363673570" lat="47.1967709" lon="8.6794377" version="4" timestamp="2012-03-05T12:50:26Z" changeset="10879063" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="operator" v="Shell Schweiz"/>
+ <tag k="tenant" v="Seeblick Garage AG"/>
+ </node>
+ <node id="1366349899" lat="47.3624582" lon="8.5682115" version="3" timestamp="2015-04-27T12:54:30Z" changeset="30539909" uid="1218134" user="Sarob">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="1366703127" lat="47.4065994" lon="8.7241822" version="1" timestamp="2011-07-19T14:27:46Z" changeset="8769018" uid="194843" user="feuerstein">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:HGV_diesel" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="operator" v="Landi ZOLA"/>
+ </node>
+ <node id="1371793708" lat="46.6982230" lon="7.7375340" version="1" timestamp="2011-07-24T04:24:08Z" changeset="8811787" uid="120153" user="ulmtuelp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ <tag k="opening_hours" v="24/7"/>
+ </node>
+ <node id="1374825644" lat="47.1927088" lon="8.7186248" version="1" timestamp="2011-07-26T14:44:52Z" changeset="8836560" uid="317694" user="daniloB">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Independent"/>
+ <tag k="name" v="Power Station Niederberger"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="1375339404" lat="47.4252829" lon="8.7441568" version="1" timestamp="2011-07-27T00:02:34Z" changeset="8841088" uid="194843" user="feuerstein">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle Nüssli"/>
+ </node>
+ <node id="1377911375" lat="47.5254889" lon="8.2155504" version="3" timestamp="2015-06-13T21:56:18Z" changeset="31950673" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1384275456" lat="46.7718823" lon="7.6314925" version="4" timestamp="2013-05-26T14:57:14Z" changeset="16294820" uid="450001" user="daland67">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Oeltrans AG"/>
+ </node>
+ <node id="1384543427" lat="47.1006618" lon="8.4504926" version="2" timestamp="2013-08-18T09:16:58Z" changeset="17393126" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="1384810775" lat="47.1101787" lon="8.4510911" version="1" timestamp="2011-08-03T16:08:08Z" changeset="8911454" uid="500096" user="kubi42">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA, Barmettler"/>
+ </node>
+ <node id="1389429452" lat="47.3405606" lon="9.5309378" version="1" timestamp="2011-08-07T12:09:43Z" changeset="8946337" uid="43641" user="Jou64">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1392528872" lat="46.0960376" lon="7.5062065" version="1" timestamp="2011-08-09T14:42:53Z" changeset="8967850" uid="232126" user="RetiredInNH">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1392528909" lat="46.0889180" lon="7.5089578" version="1" timestamp="2011-08-09T14:42:53Z" changeset="8967850" uid="232126" user="RetiredInNH">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage des Alpes"/>
+ </node>
+ <node id="1394802434" lat="46.6664052" lon="6.7983262" version="2" timestamp="2011-08-11T12:26:12Z" changeset="8985118" uid="13279" user="XDroid">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ </node>
+ <node id="1395851528" lat="46.7575908" lon="6.9327072" version="2" timestamp="2011-10-31T15:37:03Z" changeset="9704492" uid="225842" user="schnelli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Garage Christian Favre"/>
+ </node>
+ <node id="1399686019" lat="47.3301261" lon="9.2291450" version="1" timestamp="2011-08-15T11:19:43Z" changeset="9025961" uid="252386" user="Freshmeat">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Gecko"/>
+ </node>
+ <node id="1399686028" lat="47.3323589" lon="9.2326324" version="2" timestamp="2012-11-05T19:54:33Z" changeset="13764987" uid="165061" user="mapper999">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Hedinger"/>
+ </node>
+ <node id="1406172564" lat="45.8336899" lon="9.0345900" version="5" timestamp="2015-02-15T17:27:24Z" changeset="28868055" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Chiasso"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6830"/>
+ <tag k="addr:street" v="Via Maestri Comacini"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Eni"/>
+ <tag k="operator" v="Eni"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="1406942836" lat="46.6340262" lon="10.4574292" version="1" timestamp="2011-08-21T11:22:54Z" changeset="9082960" uid="305001" user="voschix">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1407318136" lat="46.7801217" lon="7.6082194" version="1" timestamp="2011-08-21T17:26:21Z" changeset="9086550" uid="7412" user="mjulius">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1412124748" lat="47.4604711" lon="7.7408610" version="3" timestamp="2014-01-03T11:53:25Z" changeset="19784921" uid="296768" user="Georg Schölly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1413185616" lat="46.5170341" lon="6.6072755" version="1" timestamp="2011-08-26T14:28:21Z" changeset="9130183" uid="512253" user="Jeddie">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="1414475090" lat="47.5521223" lon="7.8493975" version="1" timestamp="2011-08-27T11:06:49Z" changeset="9136530" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1415764702" lat="46.5224758" lon="6.6592630" version="1" timestamp="2011-08-28T08:35:19Z" changeset="9144693" uid="513177" user="tontonbricole">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1419909556" lat="46.8120783" lon="7.1368227" version="2" timestamp="2015-10-06T14:44:20Z" changeset="34470677" uid="1514673" user="amilopowers">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="1420719145" lat="46.8186722" lon="7.3492449" version="2" timestamp="2011-10-06T19:33:41Z" changeset="9488563" uid="17835" user="Stéphane Brunner">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ </node>
+ <node id="1420780413" lat="46.4890461" lon="6.7393176" version="2" timestamp="2011-09-02T13:23:32Z" changeset="9193073" uid="133009" user="Pitouille">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Uniquement bateaux"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="1420918679" lat="46.4876352" lon="6.7259465" version="1" timestamp="2011-09-02T13:02:22Z" changeset="9192943" uid="133009" user="Pitouille">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Frères Jubin"/>
+ </node>
+ <node id="1422954797" lat="47.5300292" lon="7.6409066" version="1" timestamp="2011-09-04T12:29:05Z" changeset="9208292" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="1422954808" lat="47.5268453" lon="7.6558063" version="1" timestamp="2011-09-04T12:29:06Z" changeset="9208292" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1422954837" lat="47.5286057" lon="7.6457936" version="1" timestamp="2011-09-04T12:29:07Z" changeset="9208292" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1422954869" lat="47.5305616" lon="7.6382942" version="1" timestamp="2011-09-04T12:29:09Z" changeset="9208292" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1422954873" lat="47.5307409" lon="7.6388521" version="1" timestamp="2011-09-04T12:29:09Z" changeset="9208292" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1422958783" lat="47.5340084" lon="7.6359099" version="3" timestamp="2015-11-26T08:59:29Z" changeset="35586780" uid="2290263" user="soemisch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1423830742" lat="46.9324304" lon="7.1278439" version="2" timestamp="2013-09-18T03:23:50Z" changeset="17897142" uid="293845" user="felixi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="1424445722" lat="46.9133495" lon="9.7677562" version="2" timestamp="2013-07-29T20:23:21Z" changeset="17144527" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="1424941577" lat="46.8122481" lon="7.1343870" version="1" timestamp="2011-09-06T07:26:46Z" changeset="9224742" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1426129681" lat="47.5250221" lon="7.6840567" version="3" timestamp="2013-03-07T21:11:54Z" changeset="15287247" uid="710959" user="evh1960">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="COOP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="COOP Pronto Tankstelle"/>
+ <tag k="operator" v="COOP Pronto"/>
+ </node>
+ <node id="1426549996" lat="46.7269115" lon="8.9348872" version="3" timestamp="2014-06-08T13:55:01Z" changeset="22810385" uid="105050" user="Männedorf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Garascha Bass"/>
+ </node>
+ <node id="1427978267" lat="47.3450234" lon="7.9069744" version="1" timestamp="2011-09-09T12:17:28Z" changeset="9253613" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="1428066806" lat="47.3476659" lon="7.9060887" version="1" timestamp="2011-09-09T14:28:36Z" changeset="9254666" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1428094165" lat="47.3500720" lon="7.8911381" version="1" timestamp="2011-09-09T15:19:21Z" changeset="9254666" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ </node>
+ <node id="1428113830" lat="47.3309439" lon="7.8374242" version="1" timestamp="2011-09-09T16:03:11Z" changeset="9254666" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1428115688" lat="47.3306530" lon="7.8364586" version="1" timestamp="2011-09-09T16:08:57Z" changeset="9254666" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="1430762218" lat="47.0497952" lon="9.4493982" version="1" timestamp="2011-09-12T08:29:50Z" changeset="9278086" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1433008313" lat="46.2531607" lon="9.0201352" version="2" timestamp="2014-09-27T00:59:15Z" changeset="25697619" uid="1745073" user="AL68">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="1435448154" lat="47.6671779" lon="9.0887792" version="2" timestamp="2015-09-05T15:15:49Z" changeset="33816478" uid="79025" user="mstock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage Kern AG"/>
+ </node>
+ <node id="1435634107" lat="47.6597537" lon="9.1223471" version="2" timestamp="2015-09-02T13:29:33Z" changeset="33751864" uid="79025" user="mstock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1435664669" lat="47.6528233" lon="9.1455649" version="2" timestamp="2011-09-17T18:32:32Z" changeset="9326104" uid="523448" user="virtulex">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1436158482" lat="47.6501901" lon="9.1720826" version="3" timestamp="2013-06-25T21:01:10Z" changeset="16705353" uid="287306" user="Matthias Frank">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Pronto"/>
+ </node>
+ <node id="1436591403" lat="46.3552043" lon="8.9709633" version="1" timestamp="2011-09-18T16:10:42Z" changeset="9334414" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="1437292725" lat="46.7687346" lon="7.5835468" version="2" timestamp="2013-12-17T09:54:26Z" changeset="19495432" uid="967832" user="Kurly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Baumgartner"/>
+ </node>
+ <node id="1437292813" lat="46.7723230" lon="7.5774071" version="1" timestamp="2011-09-19T09:09:36Z" changeset="9340542" uid="7412" user="mjulius">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1437637798" lat="47.6450750" lon="9.2117789" version="4" timestamp="2014-06-18T21:06:03Z" changeset="23013419" uid="597190" user="Krille von Stralau">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA / Lang Energie AG"/>
+ <tag k="phone" v="+41 71 6771212"/>
+ <tag k="seamark:information" v="diesel;benzine"/>
+ <tag k="seamark:small_craft_facility:category" v="fuel_station"/>
+ <tag k="seamark:type" v="small_craft_facility"/>
+ <tag k="website" v="http://www.langenergie.ch/"/>
+ </node>
+ <node id="1447082247" lat="46.8374391" lon="6.8677693" version="1" timestamp="2011-09-27T15:24:19Z" changeset="9411553" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1447469399" lat="46.1948638" lon="6.1527669" version="3" timestamp="2012-09-10T22:32:59Z" changeset="13063373" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1453005631" lat="46.3116172" lon="7.9799598" version="2" timestamp="2013-06-21T12:20:26Z" changeset="16643321" uid="311036" user="haavee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="1453005636" lat="46.3143665" lon="7.9850840" version="1" timestamp="2011-10-02T22:05:31Z" changeset="9455718" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="1458700459" lat="46.9702234" lon="7.1921773" version="1" timestamp="2011-10-08T12:42:26Z" changeset="9502207" uid="239076" user="HeinerSchaefer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="1460901218" lat="46.5777301" lon="7.6528194" version="1" timestamp="2011-10-10T08:27:03Z" changeset="9519731" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1460901267" lat="46.5775777" lon="7.6526144" version="1" timestamp="2011-10-10T08:27:05Z" changeset="9519731" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="1461962575" lat="46.6848919" lon="7.6683445" version="2" timestamp="2013-09-25T06:31:44Z" changeset="18021481" uid="524500" user="wheelmap_android">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Pronto"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1468247342" lat="46.5204821" lon="6.5106981" version="1" timestamp="2011-10-15T14:06:10Z" changeset="9563788" uid="9733" user="stedewa">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1477153734" lat="46.1897443" lon="6.1979746" version="2" timestamp="2012-04-06T12:40:23Z" changeset="11201136" uid="646509" user="lp_ge">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="1477153788" lat="46.1898451" lon="6.1993774" version="2" timestamp="2012-04-06T12:40:22Z" changeset="11201136" uid="646509" user="lp_ge">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="1477740586" lat="46.9738483" lon="7.4830629" version="2" timestamp="2012-07-18T01:30:05Z" changeset="12273987" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="1477747675" lat="47.1628689" lon="8.1041845" version="4" timestamp="2012-11-30T09:40:25Z" changeset="14096522" uid="1039650" user="derschorsch86">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Landi Sursee"/>
+ </node>
+ <node id="1478083069" lat="46.6669603" lon="6.3297860" version="2" timestamp="2015-05-29T12:29:06Z" changeset="31561244" uid="2278038" user="etbane">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="1479486531" lat="46.4400709" lon="8.8418610" version="1" timestamp="2011-10-24T21:13:59Z" changeset="9647725" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="1479521850" lat="46.1986028" lon="6.2127118" version="2" timestamp="2015-01-20T13:01:39Z" changeset="28276353" uid="507417" user="tartiflex">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="1485039698" lat="47.0825834" lon="8.2724368" version="1" timestamp="2011-10-29T20:58:59Z" changeset="9688686" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Sprengi"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="1487761567" lat="47.3943301" lon="8.5297210" version="3" timestamp="2014-12-29T13:25:13Z" changeset="27776602" uid="1218134" user="Sarob">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="name" v="Garage Preisig"/>
+ <tag k="shop" v="car_repair"/>
+ </node>
+ <node id="1488703647" lat="47.4062752" lon="8.5836363" version="1" timestamp="2011-11-01T16:14:11Z" changeset="9713920" uid="173454" user="Tschubby">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="1488717329" lat="47.4072918" lon="8.5865894" version="1" timestamp="2011-11-01T16:36:17Z" changeset="9713920" uid="173454" user="Tschubby">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1488738142" lat="47.4062106" lon="8.5831772" version="1" timestamp="2011-11-01T16:59:17Z" changeset="9714336" uid="173454" user="Tschubby">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="1492328346" lat="47.4026850" lon="8.5773476" version="1" timestamp="2011-11-05T12:13:38Z" changeset="9745749" uid="173454" user="Tschubby">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="1492836194" lat="47.4621978" lon="9.3942267" version="1" timestamp="2011-11-05T22:12:20Z" changeset="9751131" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="P&amp;P Autotreff AG"/>
+ </node>
+ <node id="1492836543" lat="47.5023057" lon="9.3984136" version="2" timestamp="2013-10-23T18:09:30Z" changeset="18507579" uid="66398" user="rubliexpress">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="1492865481" lat="47.3956288" lon="8.6061173" version="1" timestamp="2011-11-05T22:47:31Z" changeset="9751379" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="1492885566" lat="47.5040915" lon="9.4270060" version="1" timestamp="2011-11-05T23:30:33Z" changeset="9751590" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="1493474970" lat="47.0724071" lon="8.2793202" version="1" timestamp="2011-11-06T18:53:48Z" changeset="9758450" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="1493475034" lat="47.0712331" lon="8.2810579" version="1" timestamp="2011-11-06T18:53:49Z" changeset="9758450" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="1500284210" lat="47.3061018" lon="8.1153725" version="2" timestamp="2012-02-16T22:29:06Z" changeset="10706524" uid="465052" user="hecktor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Faes"/>
+ </node>
+ <node id="1500284220" lat="47.3036534" lon="8.1140510" version="2" timestamp="2012-02-16T22:29:05Z" changeset="10706524" uid="465052" user="hecktor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Bolliger"/>
+ </node>
+ <node id="1502042337" lat="46.5069098" lon="8.3067656" version="1" timestamp="2011-11-13T20:46:34Z" changeset="9818744" uid="538582" user="koebilee">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1511296723" lat="46.8255425" lon="6.9244486" version="1" timestamp="2011-11-21T08:45:30Z" changeset="9894540" uid="225842" user="schnelli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ <tag k="source" v="Orthophoto Payerne 2011 / R-Pod @ HEIG-VD"/>
+ </node>
+ <node id="1513964564" lat="47.3612570" lon="8.5225340" version="5" timestamp="2014-01-18T20:58:17Z" changeset="20074081" uid="712885" user="metaodi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="eni"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="1515923598" lat="47.3177113" lon="8.1840689" version="4" timestamp="2011-11-24T22:55:21Z" changeset="9938566" uid="329039" user="NDB">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="fuel:1_50" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Auto Urech AG"/>
+ </node>
+ <node id="1516845317" lat="47.5340165" lon="8.7312009" version="2" timestamp="2011-12-02T10:56:22Z" changeset="10015713" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Jakob Menzi"/>
+ </node>
+ <node id="1519488377" lat="46.8244089" lon="6.9282194" version="1" timestamp="2011-11-27T13:48:49Z" changeset="9966945" uid="225842" user="schnelli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="source" v="Orthophoto Payerne 2011 / R-Pod @ HEIG-VD"/>
+ </node>
+ <node id="1525269396" lat="47.3911365" lon="8.5267633" version="2" timestamp="2013-01-11T09:35:33Z" changeset="14607662" uid="1194990" user="küss den frosch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="1528037438" lat="47.4039392" lon="8.5671800" version="1" timestamp="2011-12-02T09:55:36Z" changeset="10015288" uid="173454" user="Tschubby">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Ruedi Rüssel"/>
+ </node>
+ <node id="1531318125" lat="47.1892420" lon="8.8552324" version="1" timestamp="2011-12-04T16:55:00Z" changeset="10035118" uid="196267" user="doremite">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Independent"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="shop" v="no"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="1535109278" lat="46.4122618" lon="6.1898628" version="2" timestamp="2013-08-30T18:51:27Z" changeset="17593909" uid="191979" user="It's so funny">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="1539782260" lat="47.4281619" lon="9.3755688" version="1" timestamp="2011-12-10T17:34:50Z" changeset="10083075" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="UG24"/>
+ </node>
+ <node id="1565389568" lat="47.1451865" lon="8.0148515" version="2" timestamp="2012-11-28T15:53:25Z" changeset="14075035" uid="110461" user="MAcher">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Independent"/>
+ <tag k="name" v="Wuest Garage"/>
+ <tag k="operator" v="Wuest Garage"/>
+ </node>
+ <node id="1565389577" lat="47.1531563" lon="8.0267177" version="3" timestamp="2012-11-28T16:14:37Z" changeset="14075035" uid="110461" user="MAcher">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Landi Sursee"/>
+ </node>
+ <node id="1569833060" lat="46.2227160" lon="6.1302175" version="4" timestamp="2015-10-21T21:50:56Z" changeset="34789135" uid="2249743" user="Marc le Grand">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:postcode" v="1209"/>
+ <tag k="addr:street" v="Chemin du Petit-Saconnex"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="note" v="Sells ice in bags"/>
+ <tag k="opening_hours" v="06.00-22.00 every day"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="1569835418" lat="46.2237738" lon="6.1311510" version="6" timestamp="2015-10-02T21:42:41Z" changeset="34398486" uid="2249743" user="Marc le Grand">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:street" v="Chemin du Petit-Saconnex"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:diesel" v="no"/>
+ <tag k="name" v="Parc-de-Budé"/>
+ <tag k="opening_hours" v="Mo-Su 06:00-21:00"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="1571348229" lat="47.5594410" lon="8.0576100" version="3" timestamp="2013-05-11T21:18:41Z" changeset="16086658" uid="15110" user="vt100">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="oil"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1571348249" lat="47.5598787" lon="8.0594506" version="4" timestamp="2013-05-11T21:18:41Z" changeset="16086658" uid="15110" user="vt100">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Vallanzasca GmbH"/>
+ <tag k="opening_hours" v="24/7"/>
+ </node>
+ <node id="1575815197" lat="46.9934288" lon="8.5208215" version="1" timestamp="2012-01-03T17:13:15Z" changeset="10283183" uid="577930" user="rene001">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Landi"/>
+ </node>
+ <node id="1575826679" lat="46.0976688" lon="7.2188395" version="2" timestamp="2013-06-29T07:19:32Z" changeset="16748124" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="1575835857" lat="47.0004072" lon="8.5779137" version="2" timestamp="2014-09-21T19:58:03Z" changeset="25588047" uid="427807" user="samden">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1576589330" lat="46.3839539" lon="6.2212319" version="1" timestamp="2012-01-04T11:53:08Z" changeset="10289815" uid="579527" user="barnabe619">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Esso"/>
+ </node>
+ <node id="1578335950" lat="47.5392600" lon="8.0454868" version="2" timestamp="2012-01-12T13:55:17Z" changeset="10369625" uid="576782" user="sl2012">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agrolo"/>
+ </node>
+ <node id="1580502878" lat="47.3462250" lon="8.6018688" version="1" timestamp="2012-01-07T03:34:33Z" changeset="10318137" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1580768457" lat="46.6784756" lon="7.8508793" version="7" timestamp="2013-06-17T19:51:13Z" changeset="16595066" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="1580983584" lat="47.1378171" lon="7.3816861" version="1" timestamp="2012-01-07T14:54:28Z" changeset="10321807" uid="581170" user="HKlay">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage Trittibach"/>
+ <tag k="operator" v="Bruno Trittibach"/>
+ </node>
+ <node id="1581079919" lat="47.1506469" lon="7.4047003" version="1" timestamp="2012-01-07T16:03:48Z" changeset="10322548" uid="581170" user="HKlay">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1581546464" lat="46.6795510" lon="7.8559507" version="4" timestamp="2013-03-27T14:56:32Z" changeset="15516716" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="1586347635" lat="47.2879886" lon="8.4519948" version="1" timestamp="2012-01-11T22:46:41Z" changeset="10365462" uid="579860" user="LBen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="1589840892" lat="47.1138276" lon="7.8452740" version="2" timestamp="2013-01-12T23:34:00Z" changeset="14628382" uid="989871" user="dretten">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1599440400" lat="47.5529398" lon="7.7971871" version="2" timestamp="2012-01-21T18:49:22Z" changeset="10458391" uid="70696" user="xybot">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="1600999173" lat="46.7827864" lon="9.2212229" version="1" timestamp="2012-01-22T12:24:23Z" changeset="10464076" uid="362502" user="osmjk5301">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1603483960" lat="46.3353744" lon="6.1578986" version="1" timestamp="2012-01-24T12:58:44Z" changeset="10484228" uid="579527" user="barnabe619">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1603483965" lat="46.3453367" lon="6.1543339" version="2" timestamp="2012-09-29T16:02:49Z" changeset="13298446" uid="932108" user="Louis-Arthur">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="1606216660" lat="47.5316738" lon="7.9885828" version="2" timestamp="2012-01-26T09:12:13Z" changeset="10500814" uid="306828" user="ViS">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AGROLA"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="1608905966" lat="46.4175765" lon="6.2708632" version="1" timestamp="2012-01-28T15:42:20Z" changeset="10522063" uid="334169" user="PirBoazo">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1612813249" lat="47.1966754" lon="8.6810593" version="2" timestamp="2012-03-05T12:50:26Z" changeset="10879063" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="operator" v="Shell Schweiz"/>
+ <tag k="tenant" v="Seeblick Garage AG"/>
+ </node>
+ <node id="1618073109" lat="46.4004035" lon="9.6955183" version="2" timestamp="2014-10-16T14:49:34Z" changeset="26120574" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Maloja Garage"/>
+ <tag k="shop" v="car_repair"/>
+ </node>
+ <node id="1618108349" lat="47.5394931" lon="7.6137540" version="1" timestamp="2012-02-04T20:13:58Z" changeset="10587748" uid="523367" user="MischaF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop Pronto"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Coop Mineralöl AG"/>
+ </node>
+ <node id="1618141590" lat="47.5334695" lon="7.6047256" version="1" timestamp="2012-02-04T20:51:09Z" changeset="10587748" uid="523367" user="MischaF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop Pronto"/>
+ <tag k="operator" v="Coop Mineralöl AG"/>
+ </node>
+ <node id="1619031481" lat="47.2459013" lon="8.6477512" version="1" timestamp="2012-02-05T15:42:13Z" changeset="10594761" uid="121434" user="dave_zh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ </node>
+ <node id="1626641320" lat="46.5527078" lon="6.7772004" version="2" timestamp="2012-02-10T10:41:17Z" changeset="10642152" uid="1393" user="jnsc">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1626642255" lat="46.5526207" lon="6.7774460" version="1" timestamp="2012-02-10T10:41:17Z" changeset="10642152" uid="1393" user="jnsc">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1630419348" lat="47.2668554" lon="7.6972623" version="1" timestamp="2012-02-12T20:43:52Z" changeset="10667928" uid="582151" user="donaldo11">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="only unleaded"/>
+ <tag k="name" v="Gabi"/>
+ </node>
+ <node id="1631244460" lat="46.9546142" lon="7.4786846" version="3" timestamp="2014-11-25T11:52:58Z" changeset="27019731" uid="151069" user="romanh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Opel Blaser"/>
+ <tag k="payment:credit_cards" v="yes"/>
+ <tag k="payment:debit_cards" v="yes"/>
+ <tag k="payment:notes" v="yes"/>
+ </node>
+ <node id="1631257567" lat="47.3798967" lon="7.9492618" version="2" timestamp="2015-07-20T18:22:53Z" changeset="32760204" uid="190676" user="highbuilder">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="1634241007" lat="46.8734119" lon="7.5626258" version="1" timestamp="2012-02-15T16:43:33Z" changeset="10693916" uid="62267" user="bwu">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1634936911" lat="46.6380239" lon="7.6919890" version="2" timestamp="2014-08-08T18:52:02Z" changeset="24621652" uid="1718803" user="Xrisss">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1635962535" lat="46.8901474" lon="7.3231380" version="2" timestamp="2015-01-12T20:36:17Z" changeset="28097323" uid="16549" user="schmidi2">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="1639422734" lat="46.0148105" lon="9.0189266" version="1" timestamp="2012-02-19T17:47:40Z" changeset="10732736" uid="69717" user="kaitu">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="1640520321" lat="46.4900118" lon="7.5660738" version="1" timestamp="2012-02-20T15:11:14Z" changeset="10741449" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Inniger"/>
+ </node>
+ <node id="1652920891" lat="46.9220982" lon="6.8082297" version="1" timestamp="2012-02-29T15:51:58Z" changeset="10829266" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="1654280142" lat="46.5283791" lon="7.5925210" version="2" timestamp="2014-12-29T20:41:30Z" changeset="27786733" uid="151069" user="romanh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="payment:account_cards" v="yes"/>
+ <tag k="payment:credit_cards" v="yes"/>
+ </node>
+ <node id="1656300744" lat="46.3020251" lon="8.9922663" version="1" timestamp="2012-03-02T18:35:48Z" changeset="10851060" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="1661217443" lat="46.8994411" lon="8.2466074" version="1" timestamp="2012-03-05T20:34:43Z" changeset="10883467" uid="617499" user="Splomas">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="bp"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1662051350" lat="46.5850210" lon="7.6489986" version="1" timestamp="2012-03-06T08:17:37Z" changeset="10887656" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Widi Garage"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="1666766811" lat="47.5497616" lon="9.3033076" version="1" timestamp="2012-03-09T03:13:27Z" changeset="10915763" uid="239532" user="cienFuchs">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1670407322" lat="47.3727565" lon="8.0476345" version="1" timestamp="2012-03-11T14:48:10Z" changeset="10943647" uid="371634" user="esue">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Pneu Egger"/>
+ </node>
+ <node id="1670547822" lat="46.9565887" lon="8.3722790" version="2" timestamp="2012-05-20T18:07:41Z" changeset="11654372" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Hergol"/>
+ </node>
+ <node id="1671829688" lat="46.5823153" lon="7.6348337" version="1" timestamp="2012-03-12T11:42:25Z" changeset="10953787" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1672589193" lat="46.4917204" lon="9.8331581" version="2" timestamp="2014-03-22T22:09:53Z" changeset="21253945" uid="1730904" user="donovaly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="1672589198" lat="46.4893357" lon="9.8326866" version="1" timestamp="2012-03-12T21:06:18Z" changeset="10960610" uid="218487" user="konrad470">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="1673041871" lat="46.5947020" lon="7.6517005" version="2" timestamp="2012-03-13T10:30:11Z" changeset="10964884" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ </node>
+ <node id="1673041877" lat="46.5947921" lon="7.6517684" version="2" timestamp="2012-03-13T10:30:11Z" changeset="10964884" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1673091430" lat="46.5910757" lon="7.6507677" version="1" timestamp="2012-03-13T08:59:42Z" changeset="10964253" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ </node>
+ <node id="1673270469" lat="47.3278682" lon="9.2215960" version="3" timestamp="2015-11-11T12:31:30Z" changeset="35238606" uid="59508" user="Marco Widmer">
+ <tag k="addr:city" v="Schönengrund"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="9105"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="LANDI Säntis AG"/>
+ </node>
+ <node id="1674661390" lat="47.5421223" lon="7.5776358" version="1" timestamp="2012-03-14T15:37:24Z" changeset="10979062" uid="628582" user="kryoklastiker">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ </node>
+ <node id="1685063933" lat="47.1714670" lon="8.2864796" version="3" timestamp="2014-01-23T19:36:48Z" changeset="20165916" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="1685703885" lat="47.5012294" lon="9.4474006" version="1" timestamp="2012-03-22T09:44:36Z" changeset="11060748" uid="387779" user="raketo">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1686173227" lat="47.1614731" lon="7.5264010" version="3" timestamp="2015-04-19T08:08:57Z" changeset="30323359" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Landi"/>
+ </node>
+ <node id="1689325383" lat="46.1749920" lon="8.8173694" version="1" timestamp="2012-03-24T21:35:01Z" changeset="11089245" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="1689402740" lat="46.1790185" lon="8.8698387" version="1" timestamp="2012-03-24T22:33:03Z" changeset="11089245" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="1696273321" lat="47.3841541" lon="8.3957628" version="3" timestamp="2015-11-26T21:52:55Z" changeset="35588734" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1701490048" lat="47.1739324" lon="9.4653225" version="2" timestamp="2013-06-12T12:21:32Z" changeset="16522638" uid="34448" user="anosmi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="1702809007" lat="46.4472372" lon="6.1557601" version="2" timestamp="2013-08-29T14:55:22Z" changeset="17573414" uid="191979" user="It's so funny">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="1703403835" lat="46.1965719" lon="6.1940935" version="1" timestamp="2012-04-05T21:34:27Z" changeset="11193735" uid="646509" user="lp_ge">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1704406678" lat="46.1844952" lon="7.4367826" version="1" timestamp="2012-04-06T13:07:42Z" changeset="11201404" uid="648216" user="jurian89">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1705757972" lat="47.3901514" lon="8.1847410" version="6" timestamp="2013-04-23T16:21:41Z" changeset="15838721" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Leone"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="name" v="Leone"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="1705772304" lat="47.4253790" lon="9.6051902" version="1" timestamp="2012-04-07T13:45:07Z" changeset="11214169" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1708066596" lat="47.3873573" lon="8.1698834" version="2" timestamp="2012-08-10T19:46:41Z" changeset="12684091" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1708066637" lat="47.3870906" lon="8.1670378" version="2" timestamp="2012-05-27T11:01:33Z" changeset="11714058" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="1713381442" lat="47.1295540" lon="9.0510050" version="1" timestamp="2012-04-12T21:50:59Z" changeset="11281820" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Arial"/>
+ </node>
+ <node id="1721705361" lat="46.7187056" lon="6.9608149" version="2" timestamp="2012-08-09T12:42:44Z" changeset="12668114" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Mini Prix"/>
+ <tag k="fuel:1_25" v="yes"/>
+ <tag k="fuel:1_50" v="yes"/>
+ <tag k="fuel:HGV_diesel" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="1723238711" lat="46.9377757" lon="7.3933651" version="1" timestamp="2012-04-19T19:50:45Z" changeset="11357257" uid="663124" user="Hansjuerg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="COOP"/>
+ </node>
+ <node id="1726210994" lat="47.3113820" lon="8.3936370" version="1" timestamp="2012-04-22T07:55:13Z" changeset="11380861" uid="98100" user="Louis Brauer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Stutz"/>
+ </node>
+ <node id="1729273406" lat="46.1678503" lon="9.0026004" version="1" timestamp="2012-04-24T18:34:36Z" changeset="11408141" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1732050905" lat="47.1299622" lon="7.5395499" version="2" timestamp="2012-06-08T11:11:28Z" changeset="11834145" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="1732449803" lat="47.3832254" lon="8.0869725" version="1" timestamp="2012-04-26T23:03:16Z" changeset="11428630" uid="666863" user="host07">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="1732453524" lat="47.3994207" lon="8.0657160" version="1" timestamp="2012-04-26T23:06:33Z" changeset="11428630" uid="666863" user="host07">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1734986820" lat="47.4988046" lon="9.5605527" version="3" timestamp="2013-01-31T17:05:06Z" changeset="14861771" uid="644905" user="RTU">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Boats only - Seetankstelle"/>
+ <tag k="seamark:small_craft_facility:category" v="fuel_station"/>
+ <tag k="seamark:type" v="small_craft_facility"/>
+ </node>
+ <node id="1735141082" lat="47.3734647" lon="8.6816850" version="1" timestamp="2012-04-29T12:34:58Z" changeset="11448699" uid="669640" user="ManuWo">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Lenzlinger"/>
+ </node>
+ <node id="1735767936" lat="47.2204235" lon="8.2643129" version="2" timestamp="2013-06-14T15:30:37Z" changeset="16551653" uid="169825" user="haef">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Ruedi Rüssel"/>
+ <tag k="operator" v="Garage Elmiger AG"/>
+ </node>
+ <node id="1736940873" lat="46.7511867" lon="8.0507704" version="1" timestamp="2012-05-01T06:51:08Z" changeset="11466667" uid="56103" user="JDKDHF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="1737759646" lat="46.3432123" lon="8.9758449" version="1" timestamp="2012-05-01T21:55:00Z" changeset="11474833" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="1738681365" lat="47.0697204" lon="7.3112030" version="1" timestamp="2012-05-02T21:25:07Z" changeset="11483822" uid="132059" user="cgaspoz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="1741863727" lat="46.1806012" lon="8.8495219" version="2" timestamp="2012-06-10T08:08:55Z" changeset="11851403" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1742477103" lat="47.1850394" lon="8.3968553" version="3" timestamp="2015-04-12T12:07:58Z" changeset="30161922" uid="2013871" user="Che4ter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Mirgrol Tankstelle"/>
+ <tag k="operator" v="Migrol Service"/>
+ </node>
+ <node id="1743453105" lat="47.1525605" lon="7.4049273" version="1" timestamp="2012-05-06T19:40:08Z" changeset="11522512" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="1743982428" lat="46.9310798" lon="7.4299117" version="1" timestamp="2012-05-07T07:04:57Z" changeset="11525497" uid="675904" user="gwydion">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="designation" v="fuel station"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:octane_100" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Steinhölzli"/>
+ </node>
+ <node id="1748438478" lat="46.9729967" lon="8.4131393" version="3" timestamp="2014-11-30T21:12:18Z" changeset="27141613" uid="30967" user="dormin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ </node>
+ <node id="1748438481" lat="46.9734087" lon="8.4198088" version="2" timestamp="2014-03-02T07:59:55Z" changeset="20859691" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="1751724559" lat="47.0193232" lon="8.6405436" version="1" timestamp="2012-05-13T21:13:15Z" changeset="11590813" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Mythen Benzin"/>
+ </node>
+ <node id="1751724572" lat="47.0245431" lon="8.6361173" version="1" timestamp="2012-05-13T21:13:18Z" changeset="11590813" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1753928832" lat="46.2580729" lon="6.9456955" version="1" timestamp="2012-05-15T14:27:31Z" changeset="11605473" uid="134112" user="Pan">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="1757030057" lat="46.1537134" lon="8.9046140" version="2" timestamp="2014-12-26T17:22:21Z" changeset="27713420" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1757030067" lat="46.1524724" lon="8.9626450" version="2" timestamp="2014-09-05T11:28:16Z" changeset="25246297" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="SOCAR"/>
+ </node>
+ <node id="1757030068" lat="46.1499639" lon="8.9282216" version="1" timestamp="2012-05-18T09:46:48Z" changeset="11631228" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="1759660491" lat="47.1951030" lon="8.7249048" version="2" timestamp="2012-05-20T12:29:01Z" changeset="11650934" uid="685543" user="biodiesel">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Biodiesel"/>
+ <tag k="name" v="Biodiesel vom Zimmerberg"/>
+ <tag k="operator" v="Tommy C. Halter GmbH"/>
+ </node>
+ <node id="1760001116" lat="46.9885047" lon="8.3137669" version="1" timestamp="2012-05-20T17:25:57Z" changeset="11653966" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="1760001122" lat="47.0094627" lon="8.3058937" version="1" timestamp="2012-05-20T17:25:57Z" changeset="11653966" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Hergol"/>
+ </node>
+ <node id="1768343014" lat="47.5797861" lon="8.6126370" version="1" timestamp="2012-05-28T07:37:32Z" changeset="11723377" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="1769240597" lat="47.5338821" lon="9.3463372" version="1" timestamp="2012-05-29T07:36:21Z" changeset="11734887" uid="60522" user="egm">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1769277686" lat="47.5340938" lon="7.6289604" version="2" timestamp="2012-05-29T09:35:23Z" changeset="11735781" uid="22471" user="Folken">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ </node>
+ <node id="1771290405" lat="47.4613484" lon="9.6034767" version="1" timestamp="2012-05-31T09:44:39Z" changeset="11756246" uid="670307" user="Bansun">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1773647684" lat="46.5284794" lon="6.3404328" version="1" timestamp="2012-06-02T14:58:13Z" changeset="11777748" uid="266672" user="tf66">
+ <tag k="access" v="no"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1775233553" lat="47.5143094" lon="8.0148684" version="3" timestamp="2013-04-13T10:54:27Z" changeset="15708938" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:HGV_diesel" v="yes"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="payment:credit_cards" v="yes"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1781591093" lat="47.1297597" lon="7.5329681" version="1" timestamp="2012-06-09T14:02:24Z" changeset="11845221" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="1782050608" lat="46.1567581" lon="5.9899665" version="1" timestamp="2012-06-09T22:48:04Z" changeset="11849796" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1782050636" lat="46.1568742" lon="5.9824252" version="2" timestamp="2015-03-22T23:59:35Z" changeset="29668803" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1783699678" lat="46.3455222" lon="6.1536042" version="1" timestamp="2012-06-11T17:53:51Z" changeset="11867062" uid="151526" user="Philetjosie">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1785721471" lat="46.2779399" lon="7.4096222" version="2" timestamp="2014-04-19T19:46:31Z" changeset="21804641" uid="60458" user="Valdor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage AD du Rawyl"/>
+ </node>
+ <node id="1786093958" lat="47.1050015" lon="9.0656323" version="2" timestamp="2012-11-26T17:24:35Z" changeset="14047659" uid="8590" user="Jiuka">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="1788289746" lat="46.7219909" lon="6.7853440" version="1" timestamp="2012-06-15T07:57:51Z" changeset="11902181" uid="704670" user="Sora-0605">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Jubin"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1791294272" lat="47.4289183" lon="8.5591906" version="2" timestamp="2014-03-23T07:54:39Z" changeset="21258678" uid="1802043" user="AMedlhammer">
+ <tag k="addr:city" v="Glattbrugg"/>
+ <tag k="addr:housenumber" v="40"/>
+ <tag k="addr:postcode" v="8152"/>
+ <tag k="addr:street" v="Schaffhauserstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Socar"/>
+ </node>
+ <node id="1792415841" lat="46.5155294" lon="6.5069975" version="1" timestamp="2012-06-17T21:21:35Z" changeset="11930641" uid="9733" user="stedewa">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1792505775" lat="47.3731767" lon="7.9998401" version="1" timestamp="2012-06-17T22:32:23Z" changeset="11931496" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="COOP"/>
+ </node>
+ <node id="1794416479" lat="46.4196213" lon="6.2838417" version="1" timestamp="2012-06-19T12:54:36Z" changeset="11947973" uid="707845" user="pat62">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="1798164480" lat="46.9157023" lon="7.5637186" version="3" timestamp="2012-11-01T18:02:54Z" changeset="13713805" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="1799498540" lat="46.1089072" lon="8.7650590" version="2" timestamp="2013-07-16T18:11:40Z" changeset="16978011" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="AVIA Ranzo"/>
+ </node>
+ <node id="1799498562" lat="46.1751574" lon="8.8918163" version="1" timestamp="2012-06-23T15:13:19Z" changeset="11990018" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="1799498563" lat="46.1763688" lon="9.0124592" version="1" timestamp="2012-06-23T15:13:19Z" changeset="11990018" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ </node>
+ <node id="1799498564" lat="46.1840955" lon="9.0126965" version="2" timestamp="2015-09-27T14:33:28Z" changeset="34284385" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="1799498565" lat="46.1884487" lon="8.9966359" version="2" timestamp="2015-08-03T19:28:35Z" changeset="33079698" uid="2917713" user="chrisanter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1799563805" lat="46.3755195" lon="8.9177433" version="3" timestamp="2013-06-02T21:38:00Z" changeset="16398284" uid="1418771" user="Michaeljg">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1799563820" lat="46.3751829" lon="8.9194211" version="5" timestamp="2015-08-09T15:22:48Z" changeset="33221258" uid="1730904" user="donovaly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage JRusso"/>
+ <tag k="repair" v="yes"/>
+ <tag k="sale" v="yes"/>
+ </node>
+ <node id="1799563831" lat="46.3597026" lon="8.9633864" version="1" timestamp="2012-06-23T16:03:34Z" changeset="11989661" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1800052853" lat="46.1928872" lon="6.0170095" version="1" timestamp="2012-06-23T23:27:10Z" changeset="11994512" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1800185500" lat="46.1734587" lon="8.9060207" version="1" timestamp="2012-06-24T06:32:11Z" changeset="11995946" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1800185501" lat="46.1835229" lon="8.9839066" version="1" timestamp="2012-06-24T06:32:11Z" changeset="11995946" uid="522698" user="Corof1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ </node>
+ <node id="1800846023" lat="47.0748901" lon="9.4864040" version="1" timestamp="2012-06-24T17:17:58Z" changeset="12002833" uid="616188" user="ap82">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="designation" v="Shell"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="yes"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Migrolino"/>
+ </node>
+ <node id="1801451377" lat="46.6601224" lon="7.5780882" version="1" timestamp="2012-06-25T08:40:10Z" changeset="12008268" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1802374032" lat="46.9860901" lon="6.8654040" version="2" timestamp="2012-11-13T09:47:34Z" changeset="13857126" uid="48488" user="ne9218">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Pneus Michel SA"/>
+ </node>
+ <node id="1808635564" lat="46.1362808" lon="7.1155728" version="2" timestamp="2014-04-12T10:27:20Z" changeset="21643632" uid="88528" user="akira86">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Carron"/>
+ </node>
+ <node id="1808849479" lat="46.2483957" lon="6.2176037" version="1" timestamp="2012-07-01T14:34:13Z" changeset="12076734" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="1808929549" lat="47.3731980" lon="8.1440957" version="1" timestamp="2012-07-01T15:35:12Z" changeset="12077555" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1808929562" lat="47.3747493" lon="8.1429530" version="1" timestamp="2012-07-01T15:35:13Z" changeset="12077555" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1809757329" lat="47.5278232" lon="7.9414970" version="2" timestamp="2012-07-08T14:21:46Z" changeset="12150495" uid="92274" user="adjuva">
+ <tag k="addr:city" v="Obermumpf"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Voegtlin-Meyer"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Voegtlin-Meyer"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="1814601989" lat="47.1729212" lon="8.9589364" version="1" timestamp="2012-07-06T08:19:38Z" changeset="12127707" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ </node>
+ <node id="1816824536" lat="47.1825274" lon="8.4840614" version="1" timestamp="2012-07-07T22:15:17Z" changeset="12144717" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1816824547" lat="47.1827500" lon="8.4842743" version="1" timestamp="2012-07-07T22:15:18Z" changeset="12144717" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="fuel:electricity" v="yes"/>
+ <tag k="operator" v="wwz"/>
+ </node>
+ <node id="1816824579" lat="47.1915585" lon="8.5228027" version="1" timestamp="2012-07-07T22:15:19Z" changeset="12144717" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1817496220" lat="47.4036459" lon="8.0853499" version="1" timestamp="2012-07-08T11:08:15Z" changeset="12148534" uid="104900" user="maeder1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol Rohr"/>
+ </node>
+ <node id="1817527603" lat="47.1868631" lon="8.4735846" version="1" timestamp="2012-07-08T11:32:58Z" changeset="12148833" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1819439499" lat="47.1920930" lon="8.4883268" version="1" timestamp="2012-07-09T21:17:11Z" changeset="12167231" uid="492604" user="Huwyler">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1826340597" lat="47.2010669" lon="7.5467772" version="3" timestamp="2013-09-15T18:42:34Z" changeset="17855936" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Howald"/>
+ </node>
+ <node id="1826381833" lat="46.9117084" lon="7.9327947" version="3" timestamp="2014-05-05T16:10:56Z" changeset="22149512" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1826382176" lat="46.9184941" lon="7.9368682" version="1" timestamp="2012-07-15T13:38:33Z" changeset="12228782" uid="433567" user="MeierB">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1827364426" lat="46.9485531" lon="8.0129183" version="1" timestamp="2012-07-16T09:52:13Z" changeset="12241210" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="1828569947" lat="46.6779564" lon="7.8508688" version="5" timestamp="2013-06-17T19:51:14Z" changeset="16595066" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Oeltrans"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Oeltrans"/>
+ <tag k="operator" v="Oeltrans"/>
+ </node>
+ <node id="1828945449" lat="47.5390350" lon="8.0992771" version="1" timestamp="2012-07-17T18:43:34Z" changeset="12270406" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1829783287" lat="47.1269593" lon="7.9977969" version="2" timestamp="2013-08-13T16:28:21Z" changeset="17333461" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Landi Rottal-Napf"/>
+ </node>
+ <node id="1831920497" lat="47.1733890" lon="7.5854104" version="3" timestamp="2015-11-10T19:09:04Z" changeset="35223897" uid="3370695" user="Sheep225">
+ <tag k="addr:city" v="Obergerlafingen"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="4564"/>
+ <tag k="addr:street" v="Bolacker"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="name" v="Coop Shop Tankstelle Gerlafingen"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="1835275007" lat="47.4633625" lon="9.5928058" version="4" timestamp="2013-11-01T16:20:05Z" changeset="18654105" uid="1754577" user="RasRaf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Ruedi Rüssel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="1835275018" lat="47.4643920" lon="9.5919065" version="5" timestamp="2013-11-01T16:20:05Z" changeset="18654105" uid="1754577" user="RasRaf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Waldburger"/>
+ <tag k="name" v="Spurt"/>
+ </node>
+ <node id="1835326126" lat="47.1384087" lon="9.0492780" version="2" timestamp="2012-07-25T07:44:42Z" changeset="12482724" uid="8590" user="Jiuka">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1835614789" lat="47.4563643" lon="8.2828425" version="1" timestamp="2012-07-23T18:14:47Z" changeset="12454538" uid="16405" user="Fabian">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1835614800" lat="47.4370715" lon="8.2916991" version="1" timestamp="2012-07-23T18:14:48Z" changeset="12454538" uid="16405" user="Fabian">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1837008563" lat="47.2746358" lon="8.4456243" version="2" timestamp="2013-05-11T12:23:42Z" changeset="16079240" uid="480624" user="dlu">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Socar"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="1841751147" lat="47.4440522" lon="9.0689804" version="1" timestamp="2012-07-28T18:42:36Z" changeset="12526653" uid="734984" user="Michael Jud">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1842989342" lat="47.6827472" lon="8.6159420" version="1" timestamp="2012-07-29T17:32:49Z" changeset="12537851" uid="507870" user="djfett">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia Tankstelle"/>
+ </node>
+ <node id="1843138084" lat="47.5777194" lon="8.9747771" version="2" timestamp="2014-04-21T17:29:12Z" changeset="21843468" uid="79025" user="mstock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Garage Debrunner"/>
+ </node>
+ <node id="1843378639" lat="47.6950212" lon="8.5830796" version="1" timestamp="2012-07-29T23:41:37Z" changeset="12542077" uid="7230" user="Andy Stricker">
+ <tag k="access" v="private"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Independent"/>
+ <tag k="name" v="Bosch Packaging"/>
+ <tag k="operator" v="Bosch Packaging"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="1845304513" lat="47.1876753" lon="8.3973676" version="3" timestamp="2015-04-12T12:04:05Z" changeset="30161864" uid="2013871" user="Che4ter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="operator" v="Landi"/>
+ </node>
+ <node id="1845461046" lat="46.9549838" lon="8.0189381" version="1" timestamp="2012-07-31T14:59:14Z" changeset="12562580" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Ruedi Rüssel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="1847264332" lat="47.2563887" lon="9.3200139" version="1" timestamp="2012-08-01T19:40:22Z" changeset="12577913" uid="79025" user="mstock">
+ <tag k="access" v="private"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="1854831311" lat="47.4175534" lon="9.0464471" version="1" timestamp="2012-08-06T20:23:03Z" changeset="12638443" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1855735182" lat="47.5447787" lon="7.5720091" version="1" timestamp="2012-08-07T15:31:47Z" changeset="12646945" uid="22471" user="Folken">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="1856395645" lat="47.7927244" lon="8.6108413" version="1" timestamp="2012-08-07T22:58:00Z" changeset="12651825" uid="788603" user="privat11">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1856809564" lat="46.4611537" lon="6.3424144" version="1" timestamp="2012-08-08T08:09:42Z" changeset="12654133" uid="575075" user="Timothy Moinat">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="name" v="Sirca"/>
+ </node>
+ <node id="1856810715" lat="46.4626724" lon="6.3449893" version="1" timestamp="2012-08-08T08:10:18Z" changeset="12654133" uid="575075" user="Timothy Moinat">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="name" v="Jaquillard"/>
+ </node>
+ <node id="1857824056" lat="46.9105742" lon="8.3955360" version="3" timestamp="2014-02-10T20:23:45Z" changeset="20492325" uid="172867" user="AmiFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1861700285" lat="47.0013751" lon="8.6148698" version="1" timestamp="2012-08-11T15:28:28Z" changeset="12692491" uid="292007" user="mstriewe">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1862816967" lat="47.1314166" lon="8.0529766" version="2" timestamp="2012-09-12T08:44:50Z" changeset="13079594" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="6022"/>
+ <tag k="addr:street" v="Eduard Huberstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Steffen"/>
+ </node>
+ <node id="1869703878" lat="47.0376844" lon="8.1611319" version="2" timestamp="2012-08-28T10:09:45Z" changeset="12890281" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Nasa"/>
+ </node>
+ <node id="1874196802" lat="47.0513972" lon="8.0682995" version="2" timestamp="2013-02-13T17:47:54Z" changeset="15020625" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="1876085656" lat="46.3024084" lon="6.2466126" version="1" timestamp="2012-08-21T14:07:35Z" changeset="12809010" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1882051970" lat="47.5429520" lon="7.5886665" version="1" timestamp="2012-08-25T07:49:51Z" changeset="12852329" uid="77322" user="Enif">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="1882056112" lat="47.5300983" lon="7.6054191" version="3" timestamp="2015-03-09T20:35:35Z" changeset="29370983" uid="351422" user="stibe">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Garage Werdenberg"/>
+ </node>
+ <node id="1882065880" lat="47.5850184" lon="7.5935859" version="1" timestamp="2012-08-25T08:06:18Z" changeset="12852329" uid="77322" user="Enif">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Shell Baslertor"/>
+ </node>
+ <node id="1884922207" lat="46.9101298" lon="7.6322776" version="2" timestamp="2012-11-01T15:27:15Z" changeset="13711426" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="1886547907" lat="47.0379165" lon="8.1610266" version="2" timestamp="2012-12-02T13:48:30Z" changeset="14124611" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Nasa"/>
+ </node>
+ <node id="1886562579" lat="47.0252527" lon="8.0789382" version="1" timestamp="2012-08-28T10:31:17Z" changeset="12890281" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1889486988" lat="47.4737012" lon="9.0603564" version="1" timestamp="2012-08-30T08:21:26Z" changeset="12914561" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1891089861" lat="46.9003813" lon="7.6331605" version="2" timestamp="2013-03-19T09:12:27Z" changeset="15417253" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1894546119" lat="46.7893450" lon="6.6254660" version="1" timestamp="2012-09-02T12:18:35Z" changeset="12953301" uid="852220" user="YSBoy">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Station Essence Coop"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1896270896" lat="47.3965171" lon="8.6117532" version="2" timestamp="2013-02-22T10:05:05Z" changeset="15121154" uid="6705" user="spaetz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Minoretti"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="1903123536" lat="46.1959072" lon="6.1636092" version="1" timestamp="2012-09-06T21:22:58Z" changeset="13016053" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1907628745" lat="47.0567481" lon="6.8999282" version="2" timestamp="2012-12-16T15:01:21Z" changeset="14294314" uid="491312" user="Rom-1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="1907628747" lat="47.0605050" lon="6.9102863" version="1" timestamp="2012-09-09T22:07:16Z" changeset="13050765" uid="89761" user="DeSerTiKoV">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1907628749" lat="47.0581551" lon="6.9011373" version="1" timestamp="2012-09-09T22:07:16Z" changeset="13050765" uid="89761" user="DeSerTiKoV">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="1911583677" lat="46.9713645" lon="8.4594932" version="4" timestamp="2012-11-10T08:57:04Z" changeset="13818170" uid="875145" user="romu_2">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1911715216" lat="47.2097292" lon="7.9846877" version="2" timestamp="2015-04-16T19:12:54Z" changeset="30272461" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="1914679918" lat="46.1975539" lon="6.1614396" version="1" timestamp="2012-09-14T23:05:48Z" changeset="13113370" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1919381362" lat="46.1999750" lon="6.1316013" version="2" timestamp="2015-07-29T09:01:08Z" changeset="32950316" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:street" v="Rue du Vélodrome"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1921976248" lat="46.4398076" lon="6.2483524" version="1" timestamp="2012-09-19T14:11:30Z" changeset="13170881" uid="84054" user="fredjunod">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="1923272905" lat="46.7937204" lon="7.1431039" version="1" timestamp="2012-09-20T05:53:14Z" changeset="13179344" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="1923314905" lat="47.1804047" lon="9.4470167" version="1" timestamp="2012-09-20T07:00:54Z" changeset="13179796" uid="898741" user="Vermillion">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Kühnis"/>
+ </node>
+ <node id="1924177999" lat="47.4802114" lon="8.4847451" version="4" timestamp="2015-05-27T19:13:31Z" changeset="31512605" uid="257555" user="rene78">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="1928159721" lat="46.2070666" lon="6.1291654" version="1" timestamp="2012-09-22T23:56:28Z" changeset="13214356" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1933343179" lat="46.3834787" lon="6.2167148" version="3" timestamp="2014-03-31T10:13:04Z" changeset="21416545" uid="617875" user="MFlamm">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="1933689564" lat="46.8714060" lon="6.9359011" version="2" timestamp="2012-10-28T14:58:31Z" changeset="13662308" uid="160605" user="pimpon">
+ <tag k="addr:housenumber" v="73"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Combremont, Grandcour"/>
+ <tag k="operator" v="Mini-prix"/>
+ </node>
+ <node id="1936459890" lat="46.1885148" lon="6.1426674" version="2" timestamp="2012-09-28T09:17:38Z" changeset="13281974" uid="707890" user="prston">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Remo Arnoldi"/>
+ </node>
+ <node id="1939646588" lat="47.0742817" lon="8.2863535" version="1" timestamp="2012-09-30T12:54:39Z" changeset="13306304" uid="934311" user="Danny_G">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="1944924400" lat="47.0822789" lon="8.2650138" version="1" timestamp="2012-10-03T20:25:53Z" changeset="13352246" uid="934311" user="Danny_G">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="no brand"/>
+ <tag k="name" v="Riffig"/>
+ </node>
+ <node id="1946091623" lat="47.0508099" lon="7.5483644" version="1" timestamp="2012-10-04T14:34:11Z" changeset="13361415" uid="790381" user="chgerber">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1946159866" lat="47.1680709" lon="7.7309854" version="2" timestamp="2012-10-05T06:20:58Z" changeset="13368953" uid="329268" user="chrissa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="source" v="survey"/>
+ </node>
+ <node id="1946159902" lat="47.1729356" lon="7.7283432" version="1" timestamp="2012-10-04T15:39:31Z" changeset="13362351" uid="329268" user="chrissa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="1949179157" lat="47.1845226" lon="8.1075043" version="2" timestamp="2013-11-14T19:53:29Z" changeset="18901718" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="operator" v="Garage Petrillo &amp; Scalia"/>
+ </node>
+ <node id="1949535717" lat="46.8597501" lon="7.4955206" version="2" timestamp="2014-04-28T07:02:38Z" changeset="21994402" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Agrola"/>
+ <tag k="source" v="local knowledge"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1953487290" lat="46.7123987" lon="9.4449993" version="2" timestamp="2013-01-01T15:09:58Z" changeset="14487740" uid="1178373" user="4d1blueskEi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:lpg" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Viamala Raststätte Thusis"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="1960276413" lat="46.8150664" lon="7.5905090" version="4" timestamp="2012-11-07T09:19:52Z" changeset="13782878" uid="967832" user="Kurly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="1960276439" lat="46.8149602" lon="7.5910264" version="4" timestamp="2012-11-07T09:19:51Z" changeset="13782878" uid="967832" user="Kurly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="1960477734" lat="46.1657855" lon="7.2093402" version="1" timestamp="2012-10-12T12:19:34Z" changeset="13466342" uid="67547" user="gregus_">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1960490981" lat="46.1171208" lon="8.7084061" version="1" timestamp="2012-10-12T12:24:20Z" changeset="13466405" uid="18367" user="pi1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ </node>
+ <node id="1960490991" lat="46.1171395" lon="8.7082924" version="1" timestamp="2012-10-12T12:24:20Z" changeset="13466405" uid="18367" user="pi1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ </node>
+ <node id="1961638543" lat="46.1161609" lon="8.7074783" version="1" timestamp="2012-10-12T21:57:18Z" changeset="13472890" uid="18367" user="pi1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Stazione Aniceto"/>
+ </node>
+ <node id="1962314078" lat="47.4184749" lon="9.4958775" version="1" timestamp="2012-10-13T09:23:58Z" changeset="13476425" uid="565471" user="bebbi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ebni-Garage"/>
+ </node>
+ <node id="1974443739" lat="46.2204204" lon="6.0845702" version="2" timestamp="2015-08-26T06:09:55Z" changeset="33587868" uid="9733" user="stedewa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="1974738010" lat="46.7941767" lon="10.2935441" version="2" timestamp="2014-11-26T15:31:21Z" changeset="27047394" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="1975299928" lat="46.1813100" lon="6.8733663" version="3" timestamp="2014-01-13T06:29:03Z" changeset="19966350" uid="321862" user="DanX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="man_made" v="petroleum_well"/>
+ <tag k="name" v="Combustia"/>
+ </node>
+ <node id="1975546345" lat="47.5618410" lon="8.9060671" version="3" timestamp="2013-12-25T17:44:42Z" changeset="19632633" uid="440353" user="osmose">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:biodiesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="1976789584" lat="47.0830969" lon="7.9558570" version="1" timestamp="2012-10-21T16:44:35Z" changeset="13581868" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ </node>
+ <node id="1976898678" lat="47.5460209" lon="7.5837638" version="2" timestamp="2015-03-25T19:23:16Z" changeset="29735861" uid="351422" user="stibe">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="operator" v="Migros"/>
+ </node>
+ <node id="1976917024" lat="47.5657309" lon="7.5738320" version="1" timestamp="2012-10-21T18:35:00Z" changeset="13583950" uid="470089" user="pitg600">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="1977209660" lat="46.2181263" lon="6.1431184" version="1" timestamp="2012-10-21T22:03:46Z" changeset="13586598" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1979812153" lat="45.8411380" lon="8.9617777" version="2" timestamp="2015-01-31T11:18:56Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:lpg" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1980956473" lat="46.0043203" lon="8.8586462" version="1" timestamp="2012-10-24T11:11:29Z" changeset="13615413" uid="998416" user="seo55">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1981714666" lat="47.3452804" lon="8.1605207" version="3" timestamp="2013-08-05T23:21:08Z" changeset="17234898" uid="283731" user="hunzitag">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola Seon"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1990017207" lat="46.9955558" lon="6.9485637" version="1" timestamp="2012-10-30T19:10:41Z" changeset="13690024" uid="457265" user="hubeat">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="1994208081" lat="47.5011525" lon="8.0091467" version="1" timestamp="2012-11-02T18:38:07Z" changeset="13726055" uid="443846" user="Vanderhoff">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ </node>
+ <node id="1997617203" lat="46.9233576" lon="7.8379857" version="1" timestamp="2012-11-04T19:59:53Z" changeset="13752589" uid="211162" user="skorbut">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="1997878114" lat="46.1908718" lon="6.1203623" version="1" timestamp="2012-11-04T22:51:29Z" changeset="13754788" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2001651040" lat="46.9234695" lon="7.8253239" version="1" timestamp="2012-11-07T18:19:37Z" changeset="13788441" uid="211162" user="skorbut">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2002547696" lat="46.8916560" lon="7.5416420" version="2" timestamp="2013-01-25T11:47:52Z" changeset="14779713" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Coop"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="2002786093" lat="46.9276784" lon="7.4935799" version="3" timestamp="2012-11-27T16:12:29Z" changeset="14060826" uid="937694" user="uroeth">
+ <tag k="addr:city" v="Muri b. Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="167"/>
+ <tag k="addr:postcode" v="3074"/>
+ <tag k="addr:street" v="Thunstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_100" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Shell Muri"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="2008223775" lat="47.1204588" lon="7.3352751" version="1" timestamp="2012-11-11T11:52:29Z" changeset="13831453" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2011278133" lat="47.2052975" lon="7.5336016" version="2" timestamp="2015-11-12T20:55:47Z" changeset="35271275" uid="3370695" user="Sheep225">
+ <tag k="addr:city" v="Solothurn"/>
+ <tag k="addr:postcode" v="4500"/>
+ <tag k="addr:street" v="Dammstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="name" v="Agrola Solothurn"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="2012118798" lat="46.9862525" lon="6.8959764" version="1" timestamp="2012-11-13T09:39:02Z" changeset="13857053" uid="48488" user="ne9218">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="MiniPrix"/>
+ </node>
+ <node id="2012119527" lat="46.9857053" lon="6.8962153" version="1" timestamp="2012-11-13T09:39:52Z" changeset="13857053" uid="48488" user="ne9218">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="MiniPrix"/>
+ </node>
+ <node id="2020021665" lat="47.0404345" lon="8.1758077" version="3" timestamp="2012-11-27T15:20:28Z" changeset="14060222" uid="961952" user="Feerdinant">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage Seeberger"/>
+ </node>
+ <node id="2025508669" lat="46.7176853" lon="7.7099301" version="1" timestamp="2012-11-21T21:51:32Z" changeset="13972606" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2030250496" lat="47.4310576" lon="8.5662085" version="1" timestamp="2012-11-24T16:13:02Z" changeset="14014238" uid="102572" user="goergel">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2030401913" lat="47.0936802" lon="9.0599430" version="2" timestamp="2014-01-10T14:46:21Z" changeset="19918589" uid="1876592" user="Chips2">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2030813794" lat="47.0816300" lon="8.2682206" version="2" timestamp="2012-11-24T21:10:37Z" changeset="14019229" uid="710959" user="evh1960">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Sprengi Garage"/>
+ </node>
+ <node id="2031025592" lat="47.4641945" lon="8.9936157" version="1" timestamp="2012-11-24T23:02:18Z" changeset="14021050" uid="1081358" user="gekoo">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="name" v="Esso Sirnach"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="2031629039" lat="47.0046431" lon="7.6809827" version="1" timestamp="2012-11-25T11:29:50Z" changeset="14026758" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agricola"/>
+ </node>
+ <node id="2032630600" lat="47.0379479" lon="8.1798480" version="2" timestamp="2012-11-25T18:56:05Z" changeset="14034571" uid="961952" user="Feerdinant">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola Malters"/>
+ </node>
+ <node id="2037405840" lat="47.5350101" lon="7.5716108" version="1" timestamp="2012-11-27T23:07:07Z" changeset="14066212" uid="380211" user="roki">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="2037405848" lat="47.5167511" lon="7.5584937" version="2" timestamp="2015-11-24T11:28:20Z" changeset="35548304" uid="2385134" user="mentzdv_NR">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="2037406167" lat="47.5086555" lon="7.5547613" version="1" timestamp="2012-11-27T23:07:10Z" changeset="14066212" uid="380211" user="roki">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="2038180365" lat="47.0457315" lon="9.0612610" version="1" timestamp="2012-11-28T13:09:47Z" changeset="14073120" uid="989564" user="Thomas Rast">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Höhe"/>
+ </node>
+ <node id="2038180380" lat="47.0358201" lon="9.0726322" version="1" timestamp="2012-11-28T13:09:48Z" changeset="14073120" uid="989564" user="Thomas Rast">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2042316303" lat="46.5681185" lon="6.6033485" version="2" timestamp="2013-03-12T21:12:55Z" changeset="15345362" uid="13303" user="sissou">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="2044313034" lat="47.1546586" lon="7.0145577" version="1" timestamp="2012-12-01T17:07:58Z" changeset="14114195" uid="250783" user="finkenmann">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Mini Prix"/>
+ <tag k="name" v="Mini Prix"/>
+ </node>
+ <node id="2046194424" lat="47.5124160" lon="8.0161669" version="1" timestamp="2012-12-02T14:53:11Z" changeset="14125626" uid="443846" user="Vanderhoff">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2046481746" lat="46.9403271" lon="7.7791456" version="3" timestamp="2013-11-10T21:55:36Z" changeset="18825542" uid="427807" user="samden">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ </node>
+ <node id="2046481751" lat="46.9416134" lon="7.7772209" version="1" timestamp="2012-12-02T16:43:39Z" changeset="14127304" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2049498641" lat="47.5366540" lon="7.6066804" version="3" timestamp="2015-08-31T15:07:06Z" changeset="33699491" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2063703190" lat="46.8105604" lon="7.1777813" version="3" timestamp="2012-12-18T13:41:13Z" changeset="14318588" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ </node>
+ <node id="2065639858" lat="47.3973733" lon="9.5830132" version="1" timestamp="2012-12-13T22:18:15Z" changeset="14265505" uid="334389" user="ueliw0">
+ <tag k="amenity" v="fuel"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2066387121" lat="47.2388820" lon="8.6589561" version="1" timestamp="2012-12-14T12:56:18Z" changeset="14269663" uid="75458" user="Momo_102">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Rietliau Garage"/>
+ </node>
+ <node id="2069906938" lat="46.8115813" lon="7.1730528" version="3" timestamp="2012-12-16T16:49:11Z" changeset="14295713" uid="63570" user="Beat">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2069997188" lat="47.0708047" lon="6.7067210" version="1" timestamp="2012-12-16T16:36:26Z" changeset="14295575" uid="69848" user="braendili">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2071461249" lat="47.4565572" lon="7.7439658" version="2" timestamp="2013-01-02T15:34:10Z" changeset="14501083" uid="1136962" user="stupot0041">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Landi"/>
+ </node>
+ <node id="2074771409" lat="47.5481228" lon="9.3717588" version="1" timestamp="2012-12-19T16:26:29Z" changeset="14333187" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2074771410" lat="47.5489694" lon="9.3717835" version="1" timestamp="2012-12-19T16:26:29Z" changeset="14333187" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2076951650" lat="47.4698850" lon="8.3017859" version="1" timestamp="2012-12-20T22:59:55Z" changeset="14349408" uid="227502" user="ajk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="name" v="Garage"/>
+ <tag k="operator" v="Mario Scacchi"/>
+ </node>
+ <node id="2080030876" lat="47.3103623" lon="8.5568140" version="1" timestamp="2012-12-23T15:38:25Z" changeset="14378964" uid="976425" user="raphaelFHNW">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Küry GmbH"/>
+ </node>
+ <node id="2082083945" lat="47.0127811" lon="7.0082579" version="1" timestamp="2012-12-25T12:10:49Z" changeset="14400433" uid="177381" user="ialex">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:octane_98" v="no"/>
+ </node>
+ <node id="2082598029" lat="47.3611617" lon="7.3374401" version="1" timestamp="2012-12-25T20:13:20Z" changeset="14404202" uid="380211" user="roki">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2082609516" lat="47.3606512" lon="7.3354710" version="1" timestamp="2012-12-25T20:20:02Z" changeset="14404202" uid="380211" user="roki">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2082609517" lat="47.3611236" lon="7.3120178" version="1" timestamp="2012-12-25T20:20:02Z" changeset="14404202" uid="380211" user="roki">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2082727575" lat="47.4573271" lon="7.6055759" version="1" timestamp="2012-12-25T22:41:13Z" changeset="14406163" uid="380211" user="roki">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2083474708" lat="46.8640311" lon="7.5649397" version="1" timestamp="2012-12-26T16:08:42Z" changeset="14413362" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2083533372" lat="47.0896079" lon="8.1101244" version="2" timestamp="2015-08-16T19:20:25Z" changeset="33376335" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="2086964148" lat="47.3009286" lon="8.8364324" version="3" timestamp="2015-09-13T04:44:48Z" changeset="33992358" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="2087629938" lat="47.4056205" lon="7.6899813" version="1" timestamp="2012-12-29T19:43:52Z" changeset="14454649" uid="950321" user="thexrock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="2088172705" lat="46.4615604" lon="6.8570253" version="3" timestamp="2013-01-08T16:57:39Z" changeset="14576932" uid="229613" user="Papilli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="name" v="Station service"/>
+ </node>
+ <node id="2088194516" lat="47.4551398" lon="8.3261293" version="2" timestamp="2015-05-21T20:56:39Z" changeset="31350505" uid="524500" user="wheelmap_android">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_80" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2092251324" lat="46.4485937" lon="6.8723288" version="4" timestamp="2014-05-08T09:19:24Z" changeset="22205304" uid="229613" user="Papilli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="SOCAR"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Garage de la Riviera"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="2092730377" lat="47.4407004" lon="8.2046254" version="2" timestamp="2013-01-02T21:05:51Z" changeset="14505529" uid="971464" user="safe91">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2095138401" lat="47.4969662" lon="7.7234262" version="2" timestamp="2013-01-04T16:31:35Z" changeset="14527788" uid="1136962" user="stupot0041">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2096697080" lat="46.2057423" lon="6.1952575" version="1" timestamp="2013-01-05T18:04:25Z" changeset="14539934" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2097846632" lat="47.5084883" lon="7.7207522" version="1" timestamp="2013-01-06T12:09:24Z" changeset="14547916" uid="1136962" user="stupot0041">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2100516385" lat="47.6694286" lon="8.6377537" version="2" timestamp="2015-09-09T16:05:25Z" changeset="33913225" uid="904795" user="meierleu">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="name" v="Landgarage"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Landi Marthalen"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2104399786" lat="47.4315279" lon="7.7057232" version="2" timestamp="2013-04-07T13:57:14Z" changeset="15640545" uid="1136962" user="stupot0041">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="Garage Urs Recher"/>
+ <tag k="operator" v="Renault"/>
+ </node>
+ <node id="2105399667" lat="47.2712257" lon="7.8211358" version="1" timestamp="2013-01-11T09:51:22Z" changeset="14607753" uid="1194990" user="küss den frosch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2109027261" lat="47.0966580" lon="9.3527850" version="1" timestamp="2013-01-13T15:36:45Z" changeset="14635931" uid="486130" user="matzze">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="2112051718" lat="46.8086287" lon="9.5321797" version="1" timestamp="2013-01-15T10:37:25Z" changeset="14659115" uid="37424" user="MarcoE">
+ <tag k="amenity" v="fuel"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="2114895058" lat="47.1684681" lon="8.1136817" version="3" timestamp="2013-11-14T19:53:28Z" changeset="18901718" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="operator" v="Centralgarage Sursee"/>
+ </node>
+ <node id="2117800705" lat="47.3619944" lon="8.3678402" version="1" timestamp="2013-01-18T14:53:23Z" changeset="14697148" uid="97890" user="Superpixel">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2118341249" lat="47.1927904" lon="8.8288840" version="1" timestamp="2013-01-18T20:36:55Z" changeset="14700798" uid="595514" user="dan34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="OIL!"/>
+ </node>
+ <node id="2118960413" lat="47.1724136" lon="8.1132312" version="2" timestamp="2013-11-14T19:53:29Z" changeset="18901718" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="operator" v="Garage Burkhardt AG"/>
+ </node>
+ <node id="2118960427" lat="47.1683874" lon="8.1139770" version="1" timestamp="2013-01-19T10:21:57Z" changeset="14705468" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="2123681572" lat="46.9328673" lon="7.5065369" version="1" timestamp="2013-01-22T12:18:16Z" changeset="14743937" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="2124172546" lat="47.4460109" lon="8.5796866" version="1" timestamp="2013-01-22T19:07:37Z" changeset="14749327" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2125559103" lat="47.6436134" lon="9.1710144" version="4" timestamp="2014-01-25T13:30:30Z" changeset="20193388" uid="135562" user="Seetroll">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Independent"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="LGG Handels AG Station Kreuzlingen"/>
+ <tag k="operator" v="LGG Handels AG"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2126510762" lat="47.2169773" lon="7.7537263" version="3" timestamp="2015-08-10T12:32:14Z" changeset="33238615" uid="261703" user="Hamid">
+ <tag k="addr:city" v="Bützberg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="32"/>
+ <tag k="addr:postcode" v="4922"/>
+ <tag k="addr:street" v="Zürichstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Landi"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Landi"/>
+ <tag k="operator" v="Fenaco"/>
+ </node>
+ <node id="2131610848" lat="46.1954956" lon="6.1997986" version="1" timestamp="2013-01-27T23:22:31Z" changeset="14815714" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2140022268" lat="46.8867073" lon="8.2107708" version="1" timestamp="2013-02-03T12:39:20Z" changeset="14895394" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ </node>
+ <node id="2142586966" lat="46.6994944" lon="7.7969027" version="2" timestamp="2014-01-23T16:01:21Z" changeset="20162061" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Oeltrans"/>
+ </node>
+ <node id="2142689748" lat="46.6559611" lon="6.5099573" version="1" timestamp="2013-02-05T15:16:19Z" changeset="14923065" uid="510390" user="obitus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="2144398650" lat="47.3815381" lon="8.4239134" version="5" timestamp="2015-01-31T20:43:47Z" changeset="28532438" uid="311771" user="skl1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Spar"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tankstelle Spar"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Spar"/>
+ </node>
+ <node id="2147081061" lat="46.8442253" lon="7.6197357" version="2" timestamp="2013-03-12T19:04:48Z" changeset="15344023" uid="967832" user="Kurly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="2147658991" lat="46.9271485" lon="7.6214815" version="1" timestamp="2013-02-09T12:17:47Z" changeset="14966747" uid="97547" user="datendelphin">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:street" v="Rohrstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Moser"/>
+ </node>
+ <node id="2147659002" lat="46.8723987" lon="7.6208429" version="2" timestamp="2013-03-19T09:07:00Z" changeset="15417253" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2147659003" lat="46.9385745" lon="7.6158277" version="1" timestamp="2013-02-09T12:17:48Z" changeset="14966747" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="2147659029" lat="46.9845551" lon="7.6461600" version="1" timestamp="2013-02-09T12:17:49Z" changeset="14966747" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2147659038" lat="47.0344057" lon="7.6309276" version="3" timestamp="2014-12-10T20:34:01Z" changeset="27385849" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="2148225705" lat="46.5799087" lon="6.4280506" version="1" timestamp="2013-02-09T20:48:11Z" changeset="14972543" uid="9733" user="stedewa">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2150131795" lat="47.0395245" lon="9.4360715" version="1" timestamp="2013-02-11T10:03:20Z" changeset="14992055" uid="1186969" user="clenz">
+ <tag k="addr:city" v="Mels"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="8887"/>
+ <tag k="addr:street" v="Grossfeldstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="2150408119" lat="47.0392161" lon="9.4365932" version="1" timestamp="2013-02-11T14:09:57Z" changeset="14994596" uid="1186969" user="clenz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2155061576" lat="46.9162516" lon="9.1689133" version="2" timestamp="2014-07-23T22:11:14Z" changeset="24321594" uid="1894634" user="Wikilux">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Garage Zogg"/>
+ </node>
+ <node id="2157835107" lat="46.2051734" lon="9.0363541" version="2" timestamp="2015-10-02T18:42:07Z" changeset="34395415" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="2157835109" lat="46.2056756" lon="9.0366897" version="2" timestamp="2015-05-03T21:33:45Z" changeset="30756103" uid="780984" user="hb9eds">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ </node>
+ <node id="2157835112" lat="46.2091160" lon="9.0265456" version="2" timestamp="2014-09-22T18:35:22Z" changeset="25606278" uid="35560" user="Peilscheibe">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="2164514676" lat="46.1826611" lon="7.2932492" version="1" timestamp="2013-02-20T21:23:22Z" changeset="15105382" uid="1204713" user="markuese">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="elf"/>
+ </node>
+ <node id="2166058868" lat="46.9276541" lon="7.5439759" version="1" timestamp="2013-02-21T22:10:12Z" changeset="15117096" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2166192091" lat="46.9253424" lon="7.5736358" version="1" timestamp="2013-02-21T22:56:59Z" changeset="15117096" uid="937694" user="uroeth">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="2172529283" lat="47.0118226" lon="7.6590283" version="4" timestamp="2015-11-03T14:52:15Z" changeset="35057603" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2173294557" lat="47.0084305" lon="7.1564342" version="2" timestamp="2015-02-18T12:42:55Z" changeset="28931836" uid="1240086" user="brohrer">
+ <tag k="addr:city" v="Treiten"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="3226"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Moser"/>
+ <tag k="name" v="autofit garage waelti"/>
+ </node>
+ <node id="2175225825" lat="46.8331380" lon="9.6581710" version="1" timestamp="2013-02-26T16:09:36Z" changeset="15175217" uid="519022" user="mrubli">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2183596691" lat="47.1681801" lon="8.2876628" version="2" timestamp="2015-03-01T11:18:04Z" changeset="29174630" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="2184457029" lat="47.2817869" lon="7.9394013" version="1" timestamp="2013-03-03T20:32:48Z" changeset="15239127" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="2184457034" lat="47.2833097" lon="7.9453164" version="1" timestamp="2013-03-03T20:32:48Z" changeset="15239127" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Hofer &amp; Co"/>
+ </node>
+ <node id="2184457060" lat="47.2850636" lon="7.9444792" version="1" timestamp="2013-03-03T20:32:49Z" changeset="15239127" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="2185610249" lat="47.1760305" lon="8.9076350" version="1" timestamp="2013-03-04T14:22:02Z" changeset="15247114" uid="605646" user="old_toby">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2186095416" lat="47.0718830" lon="7.3068448" version="1" timestamp="2013-03-04T20:19:46Z" changeset="15251050" uid="132059" user="cgaspoz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Gnossi Lyss"/>
+ </node>
+ <node id="2186282617" lat="47.2346721" lon="8.4278145" version="1" timestamp="2013-03-04T21:24:39Z" changeset="15251923" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="2193310580" lat="47.2768553" lon="7.3728857" version="1" timestamp="2013-03-09T22:08:17Z" changeset="15308312" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Gobat"/>
+ </node>
+ <node id="2194325506" lat="47.2824578" lon="7.3815906" version="1" timestamp="2013-03-10T14:42:42Z" changeset="15315762" uid="666" user="ThePacki">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2194509641" lat="47.4000862" lon="8.4115930" version="2" timestamp="2013-03-10T17:03:57Z" changeset="15316924" uid="1258598" user="Uese3">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="2194955245" lat="47.2824475" lon="7.3811973" version="1" timestamp="2013-03-10T21:27:44Z" changeset="15321376" uid="75487" user="abonino">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2196373061" lat="46.4750729" lon="6.4247541" version="1" timestamp="2013-03-11T20:13:04Z" changeset="15332287" uid="9733" user="stedewa">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2206915158" lat="46.9535788" lon="8.6208769" version="1" timestamp="2013-03-17T16:07:26Z" changeset="15397314" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ </node>
+ <node id="2214821219" lat="47.3684804" lon="8.4966194" version="3" timestamp="2014-01-18T08:49:06Z" changeset="20062841" uid="213831" user="Josef73">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="SOCAR"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Socar Triemli"/>
+ <tag k="opening_hours" v="Mo-Su 06:00-24:00"/>
+ <tag k="operator" v="SOCAR Energy Switzerland"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="2232036984" lat="46.9274953" lon="7.3798608" version="2" timestamp="2013-05-07T05:12:42Z" changeset="16006208" uid="157550" user="Lepto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:lpg" v="yes"/>
+ <tag k="name" v="Avia Shoptankstelle"/>
+ <tag k="payment:credit_cards" v="yes"/>
+ <tag k="payment:notes" v="yes"/>
+ </node>
+ <node id="2233923218" lat="46.8765819" lon="7.0325901" version="1" timestamp="2013-03-29T08:56:12Z" changeset="15535244" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="name" v="Coop"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="2251949254" lat="46.6063301" lon="9.4272273" version="1" timestamp="2013-04-06T06:56:25Z" changeset="15628642" uid="1311228" user="FabioMani">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="agrola"/>
+ </node>
+ <node id="2251949258" lat="46.6051635" lon="9.4273614" version="1" timestamp="2013-04-06T06:56:25Z" changeset="15628642" uid="1311228" user="FabioMani">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="avia"/>
+ </node>
+ <node id="2262032671" lat="46.9007649" lon="7.4013264" version="3" timestamp="2014-12-31T14:06:40Z" changeset="27823416" uid="65044" user="hugi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Esso"/>
+ </node>
+ <node id="2262032672" lat="46.8751460" lon="7.3656567" version="1" timestamp="2013-04-10T20:53:53Z" changeset="15682825" uid="568157" user="isazi_joko">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2267251447" lat="46.2066493" lon="6.1220684" version="1" timestamp="2013-04-14T17:11:28Z" changeset="15727272" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2269508086" lat="46.8272965" lon="7.0137789" version="2" timestamp="2013-04-16T14:18:32Z" changeset="15750611" uid="1363082" user="fredarlettaz">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2269694276" lat="46.9683444" lon="9.5624873" version="1" timestamp="2013-04-16T16:17:12Z" changeset="15751635" uid="125687" user="tubeli">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2276702417" lat="47.5712202" lon="7.5692209" version="1" timestamp="2013-04-22T09:06:25Z" changeset="15821553" uid="122213" user="kds_ch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2276805605" lat="46.9879845" lon="7.3832064" version="3" timestamp="2013-11-12T19:09:27Z" changeset="18860878" uid="131561" user="filot">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AGROLA"/>
+ <tag k="name" v="Landi"/>
+ <tag k="operator" v="Landi"/>
+ </node>
+ <node id="2276975121" lat="47.2268521" lon="8.8203023" version="1" timestamp="2013-04-22T13:17:02Z" changeset="15824475" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2277985171" lat="46.9489087" lon="7.3970579" version="1" timestamp="2013-04-23T06:47:29Z" changeset="15832706" uid="955609" user="FGammi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2279775523" lat="47.4052139" lon="8.2201512" version="3" timestamp="2013-11-26T15:54:08Z" changeset="19127736" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:street" v="Mägenwilerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Oil!"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2287987550" lat="47.4672556" lon="7.8004766" version="1" timestamp="2013-05-01T12:43:18Z" changeset="15933100" uid="1407298" user="haering99">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="name" v="BP Fuelstation"/>
+ </node>
+ <node id="2289617559" lat="47.3366978" lon="8.6181412" version="1" timestamp="2013-05-02T20:30:00Z" changeset="15952299" uid="1411357" user="mynym">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="2290342093" lat="47.5203202" lon="8.5472046" version="2" timestamp="2014-05-17T12:34:23Z" changeset="22388163" uid="18848" user="Crami">
+ <tag k="addr:city" v="Bülach"/>
+ <tag k="addr:housenumber" v="46"/>
+ <tag k="addr:postcode" v="8180"/>
+ <tag k="addr:street" v="Winterthurerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="2290610240" lat="47.4962002" lon="8.2674764" version="2" timestamp="2013-08-14T18:54:14Z" changeset="17349950" uid="1618091" user="julianwuschel">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="SOCAR"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Daniel Kohler AG"/>
+ </node>
+ <node id="2290626673" lat="47.3875823" lon="8.5178622" version="2" timestamp="2014-07-14T05:34:38Z" changeset="24132917" uid="555807" user="Internethias">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2290630900" lat="47.2724555" lon="8.3423805" version="1" timestamp="2013-05-03T17:51:53Z" changeset="15963462" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2290630916" lat="47.3029914" lon="8.3120463" version="2" timestamp="2015-05-21T07:15:10Z" changeset="31335513" uid="190676" user="highbuilder">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="2290833403" lat="47.5622719" lon="9.1217028" version="1" timestamp="2013-05-03T21:03:30Z" changeset="15965916" uid="64557" user="qpeso">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="2293738942" lat="46.2495924" lon="7.3478164" version="2" timestamp="2014-01-13T15:20:26Z" changeset="19973443" uid="1798321" user="springslord">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2293739390" lat="46.2493429" lon="7.3472666" version="1" timestamp="2013-05-06T15:45:21Z" changeset="15999296" uid="7595" user="EmmanuelBelo">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2294128749" lat="47.3625325" lon="7.3601035" version="2" timestamp="2014-04-20T23:47:30Z" changeset="21826004" uid="339283" user="WolfiDE">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="contact:fax" v="+41 32 423 2431"/>
+ <tag k="contact:phone" v="+41 32 423 2420"/>
+ <tag k="name" v="Agrola Top Shop"/>
+ </node>
+ <node id="2296075721" lat="46.7908390" lon="6.5278934" version="2" timestamp="2013-05-11T08:34:20Z" changeset="16075002" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage du Clos"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2298168567" lat="46.2323671" lon="6.1231044" version="2" timestamp="2015-10-14T09:19:11Z" changeset="34628886" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Le Grand-Saconnex"/>
+ <tag k="addr:housenumber" v="163"/>
+ <tag k="addr:street" v="Route de Ferney"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2301905696" lat="46.2361833" lon="6.1241342" version="2" timestamp="2013-05-16T16:48:58Z" changeset="16155924" uid="395756" user="FrankVD">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="2306589625" lat="46.2361036" lon="6.1236391" version="1" timestamp="2013-05-16T16:48:47Z" changeset="16155924" uid="395756" user="FrankVD">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="2310133319" lat="47.0326561" lon="7.6326102" version="2" timestamp="2014-12-10T20:34:02Z" changeset="27385849" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ </node>
+ <node id="2312544518" lat="46.8782435" lon="8.6311188" version="2" timestamp="2015-11-01T05:17:09Z" changeset="35005287" uid="618919" user="msg132e">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2314816496" lat="47.0261183" lon="7.1769344" version="1" timestamp="2013-05-21T17:47:40Z" changeset="16226510" uid="1240086" user="brohrer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Rudi Rüssel"/>
+ </node>
+ <node id="2319855981" lat="46.2254870" lon="6.1062793" version="1" timestamp="2013-05-25T17:24:28Z" changeset="16282259" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2320567716" lat="47.3674480" lon="8.3796825" version="1" timestamp="2013-05-26T11:41:56Z" changeset="16291717" uid="369302" user="Lingo1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Free"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="TankStop ANDEX"/>
+ </node>
+ <node id="2320614539" lat="47.3611129" lon="8.3687981" version="1" timestamp="2013-05-26T12:30:50Z" changeset="16291717" uid="369302" user="Lingo1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Touring-Garage &amp; Carrosserie Stefan Baur AG"/>
+ </node>
+ <node id="2321097739" lat="47.4121896" lon="8.1593713" version="1" timestamp="2013-05-26T18:40:36Z" changeset="16298541" uid="1487384" user="Us3r">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Rüebliland"/>
+ </node>
+ <node id="2321655387" lat="47.6111100" lon="8.7262668" version="1" timestamp="2013-05-27T08:23:41Z" changeset="16306291" uid="306127" user="Willenbrock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Landi"/>
+ </node>
+ <node id="2322343951" lat="46.7448381" lon="8.1958192" version="3" timestamp="2014-07-28T19:11:34Z" changeset="24408707" uid="674625" user="Fjellrev">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="yes"/>
+ <tag k="fuel:1_50" v="yes"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Oeltrans"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2323346630" lat="47.4374245" lon="9.4123697" version="1" timestamp="2013-05-28T17:42:02Z" changeset="16327130" uid="632757" user="urlan">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ </node>
+ <node id="2329771389" lat="47.4370012" lon="9.5346507" version="1" timestamp="2013-06-02T18:54:31Z" changeset="16395959" uid="632757" user="urlan">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ </node>
+ <node id="2330954312" lat="46.7403947" lon="7.5993878" version="1" timestamp="2013-06-03T19:27:52Z" changeset="16411180" uid="450001" user="daland67">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle Bierigut"/>
+ <tag k="operator" v="Hanna Zwygart"/>
+ </node>
+ <node id="2331983439" lat="47.7027400" lon="8.6292744" version="1" timestamp="2013-06-04T16:43:37Z" changeset="16421823" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2335894968" lat="47.4515744" lon="8.3244779" version="2" timestamp="2015-05-21T20:56:42Z" changeset="31350505" uid="524500" user="wheelmap_android">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="shop" v="yes"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2338458360" lat="47.4892439" lon="8.2412945" version="1" timestamp="2013-06-09T18:21:40Z" changeset="16486204" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="2342240617" lat="47.3069234" lon="9.0871791" version="1" timestamp="2013-06-12T18:17:58Z" changeset="16527456" uid="266672" user="tf66">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="2342240672" lat="47.3288979" lon="9.0847543" version="2" timestamp="2015-01-01T15:50:56Z" changeset="27842662" uid="266672" user="tf66">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Garage Nyffeler"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2342241222" lat="47.3645608" lon="9.0411115" version="1" timestamp="2013-06-12T18:18:04Z" changeset="16527456" uid="266672" user="tf66">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2344232599" lat="47.3499263" lon="8.0517548" version="1" timestamp="2013-06-14T10:09:44Z" changeset="16548162" uid="1547666" user="anizani">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Tankstelle mit Shop"/>
+ </node>
+ <node id="2344276924" lat="46.7949458" lon="7.4030056" version="1" timestamp="2013-06-14T10:48:35Z" changeset="16548598" uid="1397877" user="horstyle">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="2344545324" lat="47.2134464" lon="8.2659019" version="1" timestamp="2013-06-14T15:30:37Z" changeset="16551653" uid="169825" user="haef">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Total"/>
+ <tag k="name" v="Auto Leisibach AG"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2344551128" lat="47.2221650" lon="8.2532433" version="2" timestamp="2015-08-16T18:04:47Z" changeset="33374769" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="name" v="Agrola TopShop"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="2345647636" lat="47.2183017" lon="7.1970513" version="1" timestamp="2013-06-15T14:52:55Z" changeset="16563957" uid="395487" user="stewe79">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2353751972" lat="47.1935430" lon="8.1122991" version="2" timestamp="2015-09-16T17:53:11Z" changeset="34067556" uid="3150817" user="fritz57">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="2353769637" lat="47.0574095" lon="8.0751606" version="1" timestamp="2013-06-20T18:00:25Z" changeset="16633437" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="2353769640" lat="47.0556458" lon="8.0810235" version="1" timestamp="2013-06-20T18:00:25Z" changeset="16633437" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="2354711911" lat="46.3078002" lon="7.9683452" version="1" timestamp="2013-06-21T12:19:45Z" changeset="16643321" uid="311036" user="haavee">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2354765092" lat="46.9018493" lon="7.6713148" version="1" timestamp="2013-06-21T13:07:29Z" changeset="16643842" uid="516861" user="Zäziboulder">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2356946043" lat="47.1853306" lon="7.7016546" version="1" timestamp="2013-06-23T09:18:52Z" changeset="16666298" uid="1573634" user="someoneLIKEme">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop Pronto"/>
+ </node>
+ <node id="2357532576" lat="47.4623067" lon="8.9537317" version="3" timestamp="2015-02-15T16:20:32Z" changeset="28866609" uid="2224078" user="kjadfie">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="2360399537" lat="46.6118778" lon="9.1762020" version="5" timestamp="2013-09-02T15:26:05Z" changeset="17638074" uid="1574909" user="vbnmch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Piz-Aul Garage"/>
+ <tag k="source" v="knowledge"/>
+ </node>
+ <node id="2362215334" lat="47.1412890" lon="7.6954052" version="2" timestamp="2013-06-28T17:56:52Z" changeset="16742903" uid="1573634" user="someoneLIKEme">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:HGV_diesel" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Landi"/>
+ </node>
+ <node id="2367298772" lat="46.6224184" lon="9.1825580" version="4" timestamp="2013-09-02T20:34:18Z" changeset="17643284" uid="1574909" user="vbnmch">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="operator" v="Garage Piz-Aul"/>
+ <tag k="source" v="knowledge"/>
+ </node>
+ <node id="2369236534" lat="47.4365425" lon="7.0116965" version="1" timestamp="2013-07-01T19:38:58Z" changeset="16782209" uid="1600901" user="Lobbie">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Vallat Sàrl"/>
+ </node>
+ <node id="2371367682" lat="47.3322208" lon="7.7509217" version="1" timestamp="2013-07-02T22:26:05Z" changeset="16798622" uid="213329" user="diakone">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="2376309412" lat="47.5635053" lon="9.0477940" version="1" timestamp="2013-07-06T17:38:53Z" changeset="16851403" uid="52908" user="brabham">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2377108626" lat="46.7522377" lon="7.0309206" version="1" timestamp="2013-07-07T15:41:38Z" changeset="16862272" uid="1620418" user="thierry66ch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2383717270" lat="46.4789606" lon="8.7960488" version="1" timestamp="2013-07-13T21:59:38Z" changeset="16942423" uid="26726" user="lonvia">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="2385204503" lat="46.8358843" lon="9.2943768" version="3" timestamp="2013-08-04T19:35:56Z" changeset="17219375" uid="184697" user="Katzenbär">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ <tag k="operator" v="Ruedi Rüssel"/>
+ </node>
+ <node id="2386691625" lat="46.1488030" lon="8.8631504" version="2" timestamp="2014-08-28T20:13:20Z" changeset="25082586" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2386732538" lat="46.4704563" lon="9.6499427" version="1" timestamp="2013-07-16T18:50:09Z" changeset="16978384" uid="556498" user="tungstentt">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2388339711" lat="46.4770071" lon="6.3970256" version="1" timestamp="2013-07-18T10:35:04Z" changeset="16998028" uid="507870" user="djfett">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="2389917394" lat="46.7203688" lon="7.0918108" version="1" timestamp="2013-07-19T18:28:46Z" changeset="17015212" uid="1514901" user="treyvaux">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="no"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:biodiesel" v="no"/>
+ <tag k="fuel:biogas" v="no"/>
+ <tag k="fuel:cng" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:e10" v="no"/>
+ <tag k="fuel:e85" v="no"/>
+ <tag k="fuel:electricity" v="no"/>
+ <tag k="fuel:lpg" v="no"/>
+ <tag k="fuel:octane_100" v="no"/>
+ <tag k="fuel:octane_91" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="name" v="Von Oetinger Patrick"/>
+ </node>
+ <node id="2392081646" lat="47.5486386" lon="7.5572631" version="2" timestamp="2015-03-15T18:32:57Z" changeset="29501820" uid="2693722" user="rakudave">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="2392657652" lat="47.5513783" lon="7.6241960" version="1" timestamp="2013-07-22T10:41:22Z" changeset="17046662" uid="1667456" user="martingr">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="2392657658" lat="47.5498243" lon="7.6255636" version="1" timestamp="2013-07-22T10:41:22Z" changeset="17046662" uid="1667456" user="martingr">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="2396021638" lat="46.2287729" lon="6.1057189" version="2" timestamp="2015-08-03T18:39:37Z" changeset="33076238" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Texaco"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2396989055" lat="46.5916534" lon="6.2138351" version="2" timestamp="2015-05-29T11:48:03Z" changeset="31560373" uid="2278038" user="etbane">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Simond"/>
+ </node>
+ <node id="2398699864" lat="46.0450294" lon="8.9260778" version="1" timestamp="2013-07-27T20:14:21Z" changeset="17117816" uid="65272" user="pluto12">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2399540626" lat="47.2296495" lon="8.2378023" version="1" timestamp="2013-07-28T16:06:22Z" changeset="17127581" uid="1688004" user="Pirmin Lenherr">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2400839557" lat="46.8722092" lon="9.8806540" version="1" timestamp="2013-07-29T20:23:17Z" changeset="17144527" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2400839575" lat="46.8850388" lon="9.8739029" version="1" timestamp="2013-07-29T20:23:17Z" changeset="17144527" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2400839607" lat="46.9138486" lon="9.7717264" version="1" timestamp="2013-07-29T20:23:17Z" changeset="17144527" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_92" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2400839628" lat="46.9667511" lon="9.6940735" version="1" timestamp="2013-07-29T20:23:17Z" changeset="17144527" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2400839632" lat="46.9687996" lon="9.6913926" version="1" timestamp="2013-07-29T20:23:17Z" changeset="17144527" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2400839640" lat="46.9701525" lon="9.6837817" version="2" timestamp="2013-12-12T07:34:31Z" changeset="19407280" uid="577051" user="SwissHausa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="2402540485" lat="46.7215418" lon="6.5389038" version="1" timestamp="2013-07-31T14:26:50Z" changeset="17167035" uid="1535358" user="Maniak82">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Pronto"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="2403841750" lat="47.1525280" lon="7.2615177" version="2" timestamp="2013-08-01T15:33:00Z" changeset="17181211" uid="47735" user="Stephan R">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="2405452663" lat="47.1340962" lon="7.2417734" version="3" timestamp="2015-03-25T09:30:15Z" changeset="29722714" uid="1514673" user="amilopowers">
+ <tag k="addr:city" v="Biel/Bienne"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="2502"/>
+ <tag k="addr:street" v="Bahnhofplatz"/>
+ <tag k="addr:street_1" v="Place de la Gare"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP Oel-Pool AG"/>
+ <tag k="operator" v="BP"/>
+ <tag k="phone" v="+4162 836 85 04"/>
+ <tag k="source" v="http://www.bp.com/de_ch/on-the-road/switzerland/bp-ganz-in-ihrer-nahe.html?stationid=752086219"/>
+ <tag k="website" v="http://www.bp.com/de_ch/on-the-road/switzerland/bp-ganz-in-ihrer-nahe.html?stationid=752086219"/>
+ </node>
+ <node id="2407208403" lat="47.1515908" lon="8.3946466" version="1" timestamp="2013-08-04T19:02:04Z" changeset="17218868" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2407208405" lat="47.2591269" lon="8.3756854" version="1" timestamp="2013-08-04T19:02:05Z" changeset="17218868" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:1_25" v="yes"/>
+ <tag k="fuel:1_50" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2407228024" lat="46.9842969" lon="8.4113745" version="2" timestamp="2014-10-17T20:00:13Z" changeset="26154775" uid="30967" user="dormin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2408165665" lat="46.6002517" lon="6.7670790" version="1" timestamp="2013-08-05T18:47:20Z" changeset="17231756" uid="43641" user="Jou64">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2415883969" lat="46.1499868" lon="5.9712072" version="1" timestamp="2013-08-12T11:51:36Z" changeset="17316185" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2416781612" lat="46.1549808" lon="8.7717833" version="4" timestamp="2015-07-21T19:10:01Z" changeset="32785889" uid="2917713" user="chrisanter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="SOCAR"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ </node>
+ <node id="2417622006" lat="46.4628351" lon="7.1009300" version="1" timestamp="2013-08-13T10:48:10Z" changeset="17329208" uid="232126" user="RetiredInNH">
+ <tag k="amenity" v="fuel"/>
+ <tag k="ele" v="904"/>
+ <tag k="name" v="Station les Moulins"/>
+ </node>
+ <node id="2417651105" lat="47.2239525" lon="6.9623682" version="1" timestamp="2013-08-13T11:20:48Z" changeset="17329533" uid="1712689" user="ehlo">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2418251995" lat="46.9471569" lon="7.3896534" version="5" timestamp="2014-12-05T12:25:58Z" changeset="27259498" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="28"/>
+ <tag k="addr:postcode" v="3027"/>
+ <tag k="addr:street" v="Fellerstrasse"/>
+ <tag k="addr:suburb" v="Bethlehem"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="2418870049" lat="46.2808585" lon="7.5106127" version="1" timestamp="2013-08-14T12:46:08Z" changeset="17344759" uid="1707598" user="citizen-of-muse">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Pronto"/>
+ </node>
+ <node id="2418991544" lat="46.2720184" lon="7.5201447" version="1" timestamp="2013-08-14T15:09:09Z" changeset="17346964" uid="1707598" user="citizen-of-muse">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Daval"/>
+ </node>
+ <node id="2419756357" lat="46.2135344" lon="6.0797240" version="2" timestamp="2015-11-19T09:50:30Z" changeset="35430186" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Vernier"/>
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:street" v="Route de Peney"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2424518440" lat="47.1258578" lon="8.2445442" version="1" timestamp="2013-08-19T18:13:32Z" changeset="17415285" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2427892651" lat="46.8726841" lon="7.2836757" version="2" timestamp="2014-10-28T10:48:00Z" changeset="26384455" uid="125339" user="efred">
+ <tag k="addr:city" v="Wünnewil"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="3184"/>
+ <tag k="addr:street" v="Mühlematte"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ </node>
+ <node id="2430389779" lat="47.1872572" lon="7.8484635" version="1" timestamp="2013-08-24T19:37:30Z" changeset="17489436" uid="30806" user="GPSPython">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Agrola Melchnau"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="2432632982" lat="47.1724793" lon="8.0922082" version="2" timestamp="2013-11-14T19:53:30Z" changeset="18901718" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="Epper Sursee AG"/>
+ </node>
+ <node id="2432632983" lat="47.1512730" lon="8.1664137" version="2" timestamp="2014-04-27T20:56:34Z" changeset="21987435" uid="261723" user="starex">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2433663082" lat="46.4622041" lon="6.0757097" version="1" timestamp="2013-08-27T10:30:30Z" changeset="17533379" uid="191979" user="It's so funny">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="2440742543" lat="47.7193580" lon="8.6633143" version="2" timestamp="2015-09-08T20:03:48Z" changeset="33892655" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ </node>
+ <node id="2440742564" lat="47.6905215" lon="8.6485997" version="1" timestamp="2013-08-31T20:01:52Z" changeset="17609281" uid="1730190" user="kartenmaus">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="COOP Tankstelle"/>
+ </node>
+ <node id="2446828004" lat="46.8139107" lon="6.9530187" version="1" timestamp="2013-09-05T08:43:12Z" changeset="17683461" uid="1733500" user="MGI7">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2450501370" lat="47.2713130" lon="8.3433422" version="1" timestamp="2013-09-08T13:17:52Z" changeset="17732785" uid="598043" user="kalc">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Pronto"/>
+ </node>
+ <node id="2451555558" lat="46.1677412" lon="6.1835374" version="1" timestamp="2013-09-09T11:50:04Z" changeset="17748669" uid="120583" user="x-pab">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2451962794" lat="47.1985893" lon="7.7866283" version="2" timestamp="2015-01-10T16:52:58Z" changeset="28044490" uid="261703" user="Hamid">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="roof"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_92" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="layer" v="1"/>
+ <tag k="name" v="Gustoil"/>
+ <tag k="opening_hours" v="06:00-22:00"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="2452165861" lat="47.2913911" lon="7.7320381" version="1" timestamp="2013-09-09T19:16:02Z" changeset="17755678" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2452165875" lat="47.3042278" lon="7.6946960" version="1" timestamp="2013-09-09T19:16:02Z" changeset="17755678" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ </node>
+ <node id="2452165885" lat="47.3160927" lon="7.7022198" version="1" timestamp="2013-09-09T19:16:03Z" changeset="17755678" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2452165888" lat="47.3872446" lon="7.7493738" version="1" timestamp="2013-09-09T19:16:03Z" changeset="17755678" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2452165892" lat="47.4101351" lon="7.7549292" version="1" timestamp="2013-09-09T19:16:03Z" changeset="17755678" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Esso"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="2454248111" lat="47.0661728" lon="8.2697173" version="2" timestamp="2015-12-02T12:14:12Z" changeset="35704779" uid="397527" user="Stans">
+ <tag k="addr:city" v="Luzern"/>
+ <tag k="addr:postcode" v="6014"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="2458960461" lat="47.2235047" lon="6.9559777" version="1" timestamp="2013-09-15T05:41:44Z" changeset="17843405" uid="438441" user="Chrigel">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2459475758" lat="46.7915123" lon="7.1608550" version="3" timestamp="2015-08-11T21:35:19Z" changeset="33279034" uid="1514673" user="amilopowers">
+ <tag k="addr:city" v="Fribourg"/>
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="1700"/>
+ <tag k="addr:street" v="Route de Marly"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ <tag k="phone" v="+41 26 422 27 00"/>
+ <tag k="shop" v="yes"/>
+ <tag k="website" v="http://www.tamoil.ch/FR/pvDetails.aspx?PvCode=4208"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2463639260" lat="47.6096247" lon="8.5339869" version="1" timestamp="2013-09-19T08:42:06Z" changeset="17918506" uid="1741289" user="ManuR">
+ <tag k="addr:city" v="Rafz"/>
+ <tag k="addr:postcode" v="8197"/>
+ <tag k="addr:street" v="Badener Landstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Wesag AG"/>
+ <tag k="operator" v="Wesag Ag"/>
+ </node>
+ <node id="2463639822" lat="47.6110084" lon="8.5396384" version="1" timestamp="2013-09-19T08:43:32Z" changeset="17918530" uid="1741289" user="ManuR">
+ <tag k="addr:city" v="Rafz"/>
+ <tag k="addr:postcode" v="8197"/>
+ <tag k="addr:street" v="Landstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="2464246505" lat="46.2254452" lon="6.1082473" version="1" timestamp="2013-09-19T18:28:29Z" changeset="17927642" uid="69418" user="TAA">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Garage Dunoyer"/>
+ </node>
+ <node id="2466323687" lat="47.3600319" lon="8.0524957" version="1" timestamp="2013-09-21T10:07:35Z" changeset="17953557" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="no"/>
+ </node>
+ <node id="2468529775" lat="47.0474855" lon="7.1504031" version="3" timestamp="2015-06-06T19:38:40Z" changeset="31775938" uid="457265" user="hubeat">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Unbekannt"/>
+ <tag k="name" v="Seetankstelle Lüscherz"/>
+ </node>
+ <node id="2468696425" lat="47.1201178" lon="9.3146253" version="1" timestamp="2013-09-23T11:52:33Z" changeset="17989454" uid="133565" user="gigabass">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="2468696427" lat="46.1517505" lon="7.1795011" version="1" timestamp="2013-09-23T11:52:33Z" changeset="17989454" uid="133565" user="gigabass">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP Garage"/>
+ </node>
+ <node id="2469122824" lat="47.4721676" lon="7.7583082" version="1" timestamp="2013-09-23T18:45:54Z" changeset="17996615" uid="63197" user="splash_alpha">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ </node>
+ <node id="2469124932" lat="47.4705151" lon="7.7626806" version="1" timestamp="2013-09-23T18:46:43Z" changeset="17996634" uid="63197" user="splash_alpha">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Rudi Rüssel"/>
+ </node>
+ <node id="2471120934" lat="47.1359752" lon="8.6085519" version="2" timestamp="2013-09-25T13:46:52Z" changeset="18028202" uid="1756141" user="star7591">
+ <tag k="addr:city" v="Oberägeri"/>
+ <tag k="addr:housenumber" v="46"/>
+ <tag k="addr:postcode" v="6315"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Tankstelle"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="2471139371" lat="47.0355664" lon="8.4225627" version="1" timestamp="2013-09-25T14:06:46Z" changeset="18028554" uid="1756141" user="star7591">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ </node>
+ <node id="2472551713" lat="47.1827978" lon="8.0757881" version="1" timestamp="2013-09-26T19:31:08Z" changeset="18050771" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AGROLA"/>
+ </node>
+ <node id="2472551725" lat="47.2075470" lon="8.0372052" version="1" timestamp="2013-09-26T19:31:09Z" changeset="18050771" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Rudi Rüssel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2472551726" lat="47.2102242" lon="8.0213098" version="1" timestamp="2013-09-26T19:31:09Z" changeset="18050771" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AGROLA"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2473205466" lat="46.4654015" lon="6.8948009" version="1" timestamp="2013-09-27T07:57:39Z" changeset="18057295" uid="88632" user="chkaiser">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ <tag k="operator" v="Mini Prix"/>
+ </node>
+ <node id="2477003262" lat="47.0802212" lon="7.7497320" version="1" timestamp="2013-09-29T20:51:44Z" changeset="18100330" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Flamol"/>
+ <tag k="name" v="Touring Garage"/>
+ </node>
+ <node id="2477003268" lat="47.1141394" lon="7.7797154" version="1" timestamp="2013-09-29T20:51:44Z" changeset="18100330" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="midland"/>
+ </node>
+ <node id="2477003483" lat="47.1671418" lon="7.7964588" version="2" timestamp="2013-10-01T09:20:15Z" changeset="18123724" uid="261703" user="Hamid">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="2479965161" lat="47.4745440" lon="9.5802881" version="4" timestamp="2013-12-12T12:15:28Z" changeset="19412005" uid="1754577" user="RasRaf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="2480248159" lat="46.9862062" lon="8.4143711" version="1" timestamp="2013-10-02T16:32:07Z" changeset="18147026" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2488600424" lat="46.1650965" lon="8.7732208" version="2" timestamp="2015-06-06T20:58:11Z" changeset="31777236" uid="2917713" user="chrisanter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="2492271899" lat="46.4911509" lon="8.7368185" version="1" timestamp="2013-10-11T13:29:51Z" changeset="18297925" uid="835140" user="nounours77">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="2492271906" lat="46.4915902" lon="8.7360392" version="1" timestamp="2013-10-11T13:29:51Z" changeset="18297925" uid="835140" user="nounours77">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="2492760745" lat="47.4605932" lon="8.5254818" version="1" timestamp="2013-10-11T17:21:01Z" changeset="18301460" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Kompogas"/>
+ </node>
+ <node id="2498307795" lat="47.1139507" lon="7.1205069" version="1" timestamp="2013-10-16T10:41:54Z" changeset="18383761" uid="1776150" user="Daniel Richoz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ </node>
+ <node id="2498353735" lat="47.1151008" lon="7.1249895" version="1" timestamp="2013-10-16T11:39:02Z" changeset="18384597" uid="1776150" user="Daniel Richoz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ </node>
+ <node id="2499977968" lat="46.4568091" lon="6.2187917" version="1" timestamp="2013-10-17T20:10:40Z" changeset="18409601" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2502417847" lat="47.2239093" lon="7.0834347" version="1" timestamp="2013-10-20T05:10:33Z" changeset="18444870" uid="438441" user="Chrigel">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2506241323" lat="46.9806514" lon="8.0563466" version="1" timestamp="2013-10-23T18:09:34Z" changeset="18507583" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="no"/>
+ </node>
+ <node id="2507487722" lat="46.7951982" lon="10.2931467" version="1" timestamp="2013-10-24T18:04:39Z" changeset="18524029" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2510201358" lat="47.1649075" lon="7.5948447" version="1" timestamp="2013-10-27T11:12:41Z" changeset="18564179" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Socar"/>
+ </node>
+ <node id="2511874387" lat="47.2242471" lon="7.8937055" version="1" timestamp="2013-10-28T18:57:18Z" changeset="18589792" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="2511896139" lat="47.1757596" lon="8.1027455" version="2" timestamp="2014-01-10T09:18:43Z" changeset="19913995" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:adblue" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ </node>
+ <node id="2513636432" lat="47.3921617" lon="8.6748400" version="1" timestamp="2013-10-30T08:33:07Z" changeset="18613568" uid="324188" user="ponte1112">
+ <tag k="addr:city" v="Volketswil"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="30"/>
+ <tag k="addr:postcode" v="8604"/>
+ <tag k="addr:street" v="Tolackerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AGROLA"/>
+ <tag k="name" v="AGROLA"/>
+ </node>
+ <node id="2522172691" lat="47.3896703" lon="8.7487645" version="1" timestamp="2013-11-06T13:41:17Z" changeset="18747410" uid="324188" user="ponte1112">
+ <tag k="addr:city" v="Fehraltorf"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="21"/>
+ <tag k="addr:postcode" v="8320"/>
+ <tag k="addr:street" v="Kempttalstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="2522474456" lat="47.4570056" lon="7.8070957" version="1" timestamp="2013-11-06T19:22:41Z" changeset="18752892" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="2522474461" lat="47.4657361" lon="7.8025713" version="1" timestamp="2013-11-06T19:22:41Z" changeset="18752892" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="2522474533" lat="47.3895748" lon="7.8156986" version="1" timestamp="2013-11-06T19:22:42Z" changeset="18752892" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2525170200" lat="46.5526195" lon="7.3690496" version="1" timestamp="2013-11-09T12:16:11Z" changeset="18798012" uid="516198" user="Sirius533">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Discount Tankstelle"/>
+ </node>
+ <node id="2549317450" lat="47.5225519" lon="9.3995048" version="1" timestamp="2013-11-24T18:53:34Z" changeset="19096743" uid="110263" user="werner2101">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2563389409" lat="47.4174703" lon="9.1696618" version="1" timestamp="2013-12-03T19:21:01Z" changeset="19258507" uid="1475077" user="Survey Pic">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2563389449" lat="47.4194044" lon="9.1676119" version="1" timestamp="2013-12-03T19:21:02Z" changeset="19258507" uid="1475077" user="Survey Pic">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2563389450" lat="47.4171922" lon="9.1662997" version="1" timestamp="2013-12-03T19:21:02Z" changeset="19258507" uid="1475077" user="Survey Pic">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2563389451" lat="47.4172251" lon="9.1684557" version="1" timestamp="2013-12-03T19:21:02Z" changeset="19258507" uid="1475077" user="Survey Pic">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2563389452" lat="47.4170479" lon="9.1710466" version="1" timestamp="2013-12-03T19:21:02Z" changeset="19258507" uid="1475077" user="Survey Pic">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2563394064" lat="47.4119633" lon="9.2010700" version="1" timestamp="2013-12-03T19:22:58Z" changeset="19258553" uid="1475077" user="Survey Pic">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2571051411" lat="47.0833512" lon="8.1244475" version="1" timestamp="2013-12-08T07:42:14Z" changeset="19336066" uid="1823650" user="valivali999">
+ <tag k="addr:city" v="Ruswil"/>
+ <tag k="addr:postcode" v="6017"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="2571998276" lat="47.1924698" lon="8.8290310" version="1" timestamp="2013-12-08T20:02:17Z" changeset="19347290" uid="1771803" user="Pilzli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Rudi Rüssel"/>
+ </node>
+ <node id="2576637297" lat="47.5037693" lon="7.5541772" version="1" timestamp="2013-12-12T07:25:44Z" changeset="19407280" uid="577051" user="SwissHausa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="2576639883" lat="47.4901182" lon="7.6087693" version="2" timestamp="2015-01-02T10:59:37Z" changeset="27859217" uid="577051" user="SwissHausa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop Pronto"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ <tag k="operator" v="Coop Pronto"/>
+ </node>
+ <node id="2576641031" lat="46.9195617" lon="9.5627521" version="1" timestamp="2013-12-12T07:33:24Z" changeset="19407280" uid="577051" user="SwissHausa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="2576644569" lat="47.3274456" lon="8.5299246" version="1" timestamp="2013-12-12T07:36:50Z" changeset="19407280" uid="577051" user="SwissHausa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="2576974605" lat="47.4768133" lon="9.5775085" version="3" timestamp="2013-12-12T14:03:02Z" changeset="19414148" uid="1754577" user="RasRaf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="Zürcher"/>
+ </node>
+ <node id="2581670449" lat="47.1765044" lon="9.4670379" version="1" timestamp="2013-12-15T22:00:57Z" changeset="19473024" uid="616188" user="ap82">
+ <tag k="addr:city" v="Buchs (SG)"/>
+ <tag k="addr:housename" v="AMAG Buchs"/>
+ <tag k="addr:housenumber" v="100"/>
+ <tag k="addr:postcode" v="9470"/>
+ <tag k="addr:street" v="St. Gallerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="MIGROL / AMAG Buchs"/>
+ <tag k="operator" v="MIGROL AG"/>
+ </node>
+ <node id="2582641124" lat="47.2017912" lon="7.7806456" version="1" timestamp="2013-12-16T17:20:48Z" changeset="19485483" uid="261703" user="Hamid">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2586371626" lat="47.1852865" lon="7.7571212" version="1" timestamp="2013-12-19T08:54:22Z" changeset="19527474" uid="261703" user="Hamid">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2589391996" lat="47.2384314" lon="7.2503148" version="3" timestamp="2014-08-27T01:26:32Z" changeset="25041967" uid="1416503" user="asdf2">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="2594087411" lat="47.5524690" lon="8.8730650" version="1" timestamp="2013-12-25T17:44:41Z" changeset="19632633" uid="440353" user="osmose">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2594087412" lat="47.5611502" lon="8.8891118" version="1" timestamp="2013-12-25T17:44:41Z" changeset="19632633" uid="440353" user="osmose">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2594087414" lat="47.5637710" lon="8.8753082" version="1" timestamp="2013-12-25T17:44:41Z" changeset="19632633" uid="440353" user="osmose">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="2595120167" lat="47.3968788" lon="8.4244498" version="4" timestamp="2015-03-22T10:18:56Z" changeset="29652922" uid="485074" user="Chrysopras">
+ <tag k="addr:city" v="Dietikon"/>
+ <tag k="addr:postcode" v="8953"/>
+ <tag k="addr:street" v="Bernstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_96" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="fuel:octane_99" v="yes"/>
+ <tag k="name" v="Garage Egger AG"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="phone" v="+41 44 498 18 18"/>
+ <tag k="website" v="http://avia.ch"/>
+ </node>
+ <node id="2600727479" lat="47.4119321" lon="9.0689160" version="1" timestamp="2013-12-30T00:07:20Z" changeset="19707422" uid="697" user="nidi0">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="2601575151" lat="47.0872891" lon="8.3993287" version="2" timestamp="2013-12-30T21:14:49Z" changeset="19722734" uid="914546" user="MMCart">
+ <tag k="addr:city" v="Udligenswil"/>
+ <tag k="addr:housenumber" v="32"/>
+ <tag k="addr:postcode" v="6044"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="note" v="Tankstelle Udligenswil"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="2603091588" lat="47.5523335" lon="8.8846319" version="1" timestamp="2013-12-31T12:20:31Z" changeset="19731236" uid="440353" user="osmose">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="2608602835" lat="47.4869096" lon="7.7336613" version="1" timestamp="2014-01-03T22:01:25Z" changeset="19796216" uid="296768" user="Georg Schölly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="2610776667" lat="46.7988005" lon="10.3044248" version="1" timestamp="2014-01-05T11:51:24Z" changeset="19820759" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2610953110" lat="47.4563934" lon="7.7429482" version="1" timestamp="2014-01-05T14:28:11Z" changeset="19823849" uid="296768" user="Georg Schölly">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:cng" v="yes"/>
+ <tag k="operator" v="Landi Bubendorf (Gasmobil)"/>
+ </node>
+ <node id="2611932131" lat="47.2384952" lon="8.7497668" version="4" timestamp="2014-01-14T14:45:27Z" changeset="19992128" uid="1855676" user="barbe45">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_92" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="operator" v="AVIA"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2613273097" lat="47.4141394" lon="8.1650389" version="1" timestamp="2014-01-07T11:50:29Z" changeset="19861450" uid="1862644" user="wildegger">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="2613273100" lat="47.3984965" lon="8.1787631" version="1" timestamp="2014-01-07T11:50:29Z" changeset="19861450" uid="1862644" user="wildegger">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="2613649986" lat="47.1546544" lon="8.3160246" version="1" timestamp="2014-01-07T18:14:41Z" changeset="19867877" uid="677011" user="tobias_portmann">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola Ballwil"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Agrola"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2617018692" lat="47.1134079" lon="7.8532645" version="1" timestamp="2014-01-10T08:41:26Z" changeset="19913567" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2617018701" lat="47.1277093" lon="7.9069185" version="1" timestamp="2014-01-10T08:41:26Z" changeset="19913567" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2619423727" lat="47.4597676" lon="9.3848020" version="4" timestamp="2014-01-12T11:41:30Z" changeset="19950149" uid="317774" user="CH-Driver">
+ <tag k="addr:city" v="Wittenbach"/>
+ <tag k="addr:housenumber" v="51"/>
+ <tag k="addr:postcode" v="9300"/>
+ <tag k="addr:street" v="Romanshornerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola Shop"/>
+ <tag k="note" v="Öffnungszeiten Shop: Mo-Fr: 06:00-22:00 Sa: 07:00-22:00 So + Feiertage: 07:00-21:00"/>
+ <tag k="operator" v="LV St. Gallen"/>
+ </node>
+ <node id="2619516259" lat="46.3979238" lon="7.7684770" version="2" timestamp="2014-01-18T10:06:59Z" changeset="20063620" uid="1879026" user="Poldin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="2629117545" lat="47.2851445" lon="7.7051708" version="1" timestamp="2014-01-19T20:47:44Z" changeset="20092898" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="2629117546" lat="47.2859514" lon="7.7062761" version="1" timestamp="2014-01-19T20:47:44Z" changeset="20092898" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="2629123779" lat="47.2687837" lon="7.6870648" version="1" timestamp="2014-01-19T21:00:11Z" changeset="20093073" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ </node>
+ <node id="2630940607" lat="47.2859163" lon="8.1995754" version="1" timestamp="2014-01-21T10:21:13Z" changeset="20119710" uid="1895680" user="Hotstreet">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2630944453" lat="47.2910960" lon="8.1940206" version="1" timestamp="2014-01-21T10:26:55Z" changeset="20119710" uid="1895680" user="Hotstreet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Steiner"/>
+ </node>
+ <node id="2631176248" lat="47.1432951" lon="7.7929220" version="1" timestamp="2014-01-21T14:21:39Z" changeset="20123369" uid="261703" user="Hamid">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AGROLA"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="2633729038" lat="47.5163355" lon="8.6800420" version="1" timestamp="2014-01-23T13:39:09Z" changeset="20159981" uid="42919" user="boelkstoff">
+ <tag k="addr:city" v="Winterthur"/>
+ <tag k="addr:housenumber" v="390"/>
+ <tag k="addr:street" v="Wülflingerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="payment:maestro" v="yes"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="2633729039" lat="47.5149155" lon="8.6823507" version="1" timestamp="2014-01-23T13:39:10Z" changeset="20159981" uid="42919" user="boelkstoff">
+ <tag k="addr:city" v="Winterthur"/>
+ <tag k="addr:housenumber" v="95"/>
+ <tag k="addr:postcode" v="8408"/>
+ <tag k="addr:street" v="Wässerwiesenstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="no"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="payment:maestro" v="yes"/>
+ <tag k="phone" v="0041443078818"/>
+ <tag k="website" v="http://www.autohaerti.ch/ueber-uns/dienstleistungen/tankstelle.html"/>
+ </node>
+ <node id="2637205219" lat="46.3142634" lon="6.9409162" version="2" timestamp="2014-01-25T19:06:43Z" changeset="20198679" uid="1902848" user="gbalnis">
+ <tag k="addr:city" v="Aigle"/>
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:postcode" v="1860"/>
+ <tag k="addr:street" v="Route Industrielle"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Station Migrol"/>
+ </node>
+ <node id="2638832219" lat="47.5136018" lon="9.4381216" version="2" timestamp="2014-06-19T22:35:57Z" changeset="23034551" uid="597190" user="Krille von Stralau">
+ <tag k="addr:city" v="Arbon"/>
+ <tag k="addr:postcode" v="9320"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Bootstankstelle"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="seamark:small_craft_facility:category" v="fuel_station"/>
+ <tag k="seamark:type" v="small_craft_facility"/>
+ </node>
+ <node id="2639107872" lat="47.5192521" lon="9.4242988" version="1" timestamp="2014-01-26T23:02:08Z" changeset="20220084" uid="1894634" user="Wikilux">
+ <tag k="addr:city" v="Arbon"/>
+ <tag k="addr:housenumber" v="58"/>
+ <tag k="addr:postcode" v="9320"/>
+ <tag k="addr:street" v="Romanshornerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2639179352" lat="47.5895989" lon="8.2926498" version="1" timestamp="2014-01-27T01:06:03Z" changeset="20221281" uid="1894634" user="Wikilux">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2643475964" lat="47.3597415" lon="8.0550095" version="1" timestamp="2014-01-30T09:32:16Z" changeset="20279998" uid="1892741" user="DesiWeb">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="2647325839" lat="47.2389462" lon="7.6630512" version="1" timestamp="2014-02-01T11:57:24Z" changeset="20315094" uid="1894634" user="Wikilux">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Armee BEBECO"/>
+ </node>
+ <node id="2647362281" lat="46.9678607" lon="7.6254761" version="1" timestamp="2014-02-01T12:33:59Z" changeset="20315652" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="2648339595" lat="46.9451282" lon="7.4730047" version="1" timestamp="2014-02-01T20:12:40Z" changeset="20323071" uid="65044" user="hugi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="2674580997" lat="47.4684012" lon="9.3453386" version="1" timestamp="2014-02-16T11:24:10Z" changeset="20592774" uid="1220353" user="Beda84">
+ <tag k="addr:city" v="Bernhardzell"/>
+ <tag k="addr:housename" v="landi"/>
+ <tag k="addr:postcode" v="9304"/>
+ <tag k="addr:street" v="Engi"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola Tankstelle"/>
+ <tag k="operator" v="Landi"/>
+ </node>
+ <node id="2675733023" lat="47.6436381" lon="8.6013334" version="2" timestamp="2015-07-17T21:55:30Z" changeset="32708743" uid="795660" user="Loremo">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Garage K. Hausherr"/>
+ </node>
+ <node id="2678919705" lat="47.2365123" lon="8.7764384" version="1" timestamp="2014-02-18T16:33:56Z" changeset="20640304" uid="1855676" user="barbe45">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="name" v="Migrol-Tankstelle"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="2684731477" lat="47.4894326" lon="7.5045536" version="1" timestamp="2014-02-22T08:47:06Z" changeset="20709147" uid="1948422" user="stefanrohrbach">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="2688284997" lat="47.3781341" lon="8.5160669" version="1" timestamp="2014-02-24T11:56:08Z" changeset="20749284" uid="50044" user="arx">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Express Auto"/>
+ </node>
+ <node id="2694195855" lat="47.2199760" lon="8.1554170" version="1" timestamp="2014-02-28T07:03:26Z" changeset="20821874" uid="1958535" user="D4niela">
+ <tag k="addr:city" v="Rickenbach (LU)"/>
+ <tag k="addr:street" v="Menzikerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="2696218096" lat="47.4846521" lon="9.5510992" version="1" timestamp="2014-03-01T11:37:50Z" changeset="20843400" uid="1754577" user="RasRaf">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2696717531" lat="46.2682055" lon="6.2381255" version="1" timestamp="2014-03-01T19:14:19Z" changeset="20851852" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="2697748656" lat="47.3881047" lon="8.5246077" version="3" timestamp="2015-10-05T08:13:01Z" changeset="34442850" uid="92387" user="SimonPoole">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="210"/>
+ <tag k="addr:postcode" v="8005"/>
+ <tag k="addr:street" v="Heinrichstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="contact:phone" v="+41 44 271 04 66"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="level" v="0"/>
+ <tag k="name" v="Rigoni &amp; Co"/>
+ <tag k="operator" v="Rigoni &amp; Co"/>
+ </node>
+ <node id="2702363178" lat="46.6255766" lon="8.0246639" version="1" timestamp="2014-03-05T10:52:57Z" changeset="20927580" uid="555807" user="Internethias">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Flamol"/>
+ </node>
+ <node id="2703041969" lat="47.0923922" lon="9.3435269" version="1" timestamp="2014-03-05T20:59:54Z" changeset="20938496" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Ruedi Rüssel"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2705742343" lat="47.4477209" lon="8.3295104" version="2" timestamp="2015-05-21T21:01:40Z" changeset="31350505" uid="524500" user="wheelmap_android">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Rudi Rüssel"/>
+ <tag k="shop" v="no"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2712306439" lat="47.3195893" lon="9.2866578" version="1" timestamp="2014-03-11T10:27:01Z" changeset="21041903" uid="555807" user="Internethias">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="name" v="Landi"/>
+ </node>
+ <node id="2715681249" lat="47.4695439" lon="9.5875922" version="1" timestamp="2014-03-13T16:56:20Z" changeset="21085624" uid="1754577" user="RasRaf">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Freie Tankstelle"/>
+ </node>
+ <node id="2715702282" lat="46.9930953" lon="8.0606713" version="1" timestamp="2014-03-13T17:13:06Z" changeset="21084569" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2720687666" lat="47.2397488" lon="8.7333329" version="2" timestamp="2014-03-26T09:27:30Z" changeset="21320988" uid="1855676" user="barbe45">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="AGROLA"/>
+ </node>
+ <node id="2720707630" lat="47.2408656" lon="8.7145160" version="2" timestamp="2014-03-16T18:12:36Z" changeset="21141501" uid="1855676" user="barbe45">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="2722873137" lat="47.3690097" lon="7.3576492" version="1" timestamp="2014-03-17T08:06:47Z" changeset="21150522" uid="1819862" user="lacosto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Power Shop"/>
+ </node>
+ <node id="2725280247" lat="47.5214538" lon="8.6575457" version="2" timestamp="2014-03-19T10:05:38Z" changeset="21189129" uid="1991011" user="mädkel">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:biodiesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="source" v="local_knowledge"/>
+ </node>
+ <node id="2727215234" lat="46.8238141" lon="7.0995295" version="1" timestamp="2014-03-19T16:53:23Z" changeset="21195581" uid="1993058" user="danlor">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2728425457" lat="47.4325864" lon="7.6621556" version="1" timestamp="2014-03-20T09:44:04Z" changeset="21206930" uid="1026237" user="bstotz">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2741686844" lat="47.3949800" lon="8.4870209" version="1" timestamp="2014-03-25T09:41:07Z" changeset="21301707" uid="334258" user="Kurt34">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ </node>
+ <node id="2742294821" lat="47.4180796" lon="7.2436260" version="2" timestamp="2014-03-25T15:57:32Z" changeset="21307381" uid="158933" user="RGPS">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Full automatic (CB and cash)"/>
+ <tag k="operator" v="CHF and EURO cash, CHF for CB (fees)"/>
+ </node>
+ <node id="2742540323" lat="47.0470279" lon="8.3039368" version="1" timestamp="2014-03-25T18:05:44Z" changeset="21309860" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2750770889" lat="47.2383196" lon="7.8311179" version="1" timestamp="2014-03-28T21:54:32Z" changeset="21373803" uid="2004959" user="martin1302">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="2765456786" lat="47.3630888" lon="7.3542521" version="1" timestamp="2014-04-03T20:45:38Z" changeset="21484121" uid="1947590" user="pshemek">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2765456793" lat="47.3653835" lon="7.3462032" version="1" timestamp="2014-04-03T20:45:38Z" changeset="21484121" uid="1947590" user="pshemek">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2770619405" lat="47.5616899" lon="8.2532926" version="1" timestamp="2014-04-05T20:07:45Z" changeset="21520811" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="2770619414" lat="47.5695246" lon="8.2567835" version="1" timestamp="2014-04-05T20:07:46Z" changeset="21520811" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Rudi Rüssel"/>
+ </node>
+ <node id="2770646240" lat="47.5771617" lon="8.2268849" version="1" timestamp="2014-04-05T20:17:38Z" changeset="21521006" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="name" v="Meier"/>
+ </node>
+ <node id="2770662276" lat="47.5876126" lon="8.1489062" version="2" timestamp="2014-12-27T06:54:52Z" changeset="27723925" uid="2537391" user="FHunter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Mobil-Shop"/>
+ <tag k="opening_hours" v="Mo-Fr 06:00-20:00; Sa 07:30-18:00; Su 09:00-13:00"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="2772125416" lat="47.0596430" lon="7.6129765" version="1" timestamp="2014-04-06T10:25:48Z" changeset="21529349" uid="97547" user="datendelphin">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Aeschbacher"/>
+ </node>
+ <node id="2775832578" lat="47.1847027" lon="8.1119491" version="2" timestamp="2015-04-07T21:47:37Z" changeset="30046153" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_92" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Coop"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2788676807" lat="47.5263591" lon="8.9226807" version="1" timestamp="2014-04-13T17:15:31Z" changeset="21669512" uid="440353" user="osmose">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="2789398878" lat="47.2654540" lon="8.3009845" version="1" timestamp="2014-04-13T22:08:15Z" changeset="21675488" uid="709355" user="Alexander Myczko">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="100LL - AVGAS"/>
+ </node>
+ <node id="2799282091" lat="45.8638037" lon="8.9402575" version="2" timestamp="2015-03-24T20:30:32Z" changeset="29713244" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="2800588923" lat="47.3558646" lon="8.5537532" version="2" timestamp="2015-10-01T18:50:35Z" changeset="34375307" uid="3265009" user="szeta">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="146"/>
+ <tag k="addr:postcode" v="8008"/>
+ <tag k="addr:street" v="Dufourstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="2804911907" lat="47.5884992" lon="7.5931997" version="2" timestamp="2014-04-20T21:44:29Z" changeset="21824314" uid="559935" user="EdAllen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ </node>
+ <node id="2805987100" lat="47.0767143" lon="7.6720923" version="1" timestamp="2014-04-21T12:20:40Z" changeset="21836601" uid="8296" user="kuede">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage H. Widmer"/>
+ </node>
+ <node id="2806396130" lat="47.0681926" lon="7.6026043" version="2" timestamp="2015-02-18T22:29:19Z" changeset="28945974" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="2810537327" lat="46.2784295" lon="6.9330649" version="1" timestamp="2014-04-23T08:40:04Z" changeset="21880793" uid="327106" user="Trim">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Combustia"/>
+ </node>
+ <node id="2814508847" lat="47.0845202" lon="7.5829507" version="1" timestamp="2014-04-24T22:17:35Z" changeset="21918852" uid="1855495" user="P_ev">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2818759393" lat="47.5215972" lon="8.9306009" version="1" timestamp="2014-04-26T17:34:18Z" changeset="21959594" uid="440353" user="osmose">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="bp"/>
+ </node>
+ <node id="2843821734" lat="46.5406431" lon="6.7033435" version="2" timestamp="2014-10-20T22:36:15Z" changeset="26224505" uid="40504" user="mathieuS">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ </node>
+ <node id="2859767833" lat="46.4701277" lon="6.8108779" version="2" timestamp="2015-01-15T22:42:02Z" changeset="28175220" uid="835140" user="nounours77">
+ <tag k="amenity" v="fuel"/>
+ <tag k="waterway" v="fuel"/>
+ </node>
+ <node id="2875065823" lat="47.2040176" lon="7.5615230" version="1" timestamp="2014-05-22T20:10:06Z" changeset="22493020" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Gustoil Zuchwil"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2878451891" lat="47.5163995" lon="7.5600718" version="1" timestamp="2014-05-24T17:35:59Z" changeset="22528162" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="contact:website" v="http://www.oelhauser.ch"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ <tag k="operator" v="Oel-Hauser"/>
+ </node>
+ <node id="2878749413" lat="47.5339568" lon="7.6050881" version="1" timestamp="2014-05-24T20:23:56Z" changeset="22531108" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="2888195234" lat="47.6374683" lon="8.9745710" version="1" timestamp="2014-05-29T21:53:38Z" changeset="22628507" uid="79025" user="mstock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="2889088814" lat="47.6448104" lon="8.9134763" version="1" timestamp="2014-05-30T13:11:13Z" changeset="22637207" uid="427807" user="samden">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2892492106" lat="46.8679658" lon="6.4904313" version="2" timestamp="2015-05-29T15:07:24Z" changeset="31565263" uid="2278038" user="etbane">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Castrol"/>
+ <tag k="name" v="Automate"/>
+ </node>
+ <node id="2896395511" lat="46.2458085" lon="6.2073711" version="1" timestamp="2014-06-03T00:18:05Z" changeset="22704957" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="source" v="Orthophotos 2011 du SITG (Système d'Information du Territoire Genevois)"/>
+ </node>
+ <node id="2897051075" lat="47.4422791" lon="8.1683300" version="1" timestamp="2014-06-03T12:16:16Z" changeset="22713538" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2898503502" lat="46.3011973" lon="7.5614477" version="1" timestamp="2014-06-04T05:26:53Z" changeset="22727245" uid="2105795" user="garage-montani">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Station Garage Montani SA"/>
+ <tag k="operator" v="Garage Montani SA"/>
+ </node>
+ <node id="2909134584" lat="47.0299685" lon="7.7429911" version="1" timestamp="2014-06-10T14:15:57Z" changeset="22851349" uid="1957560" user="waleburg">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2917008797" lat="46.1105221" lon="7.0764618" version="1" timestamp="2014-06-15T07:39:49Z" changeset="22938918" uid="2028552" user="keigan160">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2925703925" lat="47.0650124" lon="7.6097493" version="1" timestamp="2014-06-21T09:33:32Z" changeset="23058282" uid="1833486" user="tomrrr">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Erdgas-Tankstelle"/>
+ </node>
+ <node id="2925766201" lat="46.1534020" lon="6.0926950" version="2" timestamp="2015-04-12T10:49:14Z" changeset="30160315" uid="2772976" user="bot_gileri">
+ <tag k="addr:city" v="Perly"/>
+ <tag k="addr:housenumber" v="295"/>
+ <tag k="addr:postcode" v="1258"/>
+ <tag k="addr:street" v="Route de Saint-Julien"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="car_wash" v="no"/>
+ <tag k="name" v="Shell Service Perly"/>
+ <tag k="phone" v="+33 2 27 71 36 00"/>
+ </node>
+ <node id="2929805844" lat="47.5629103" lon="8.4261214" version="1" timestamp="2014-06-23T19:16:13Z" changeset="23108852" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ </node>
+ <node id="2930698122" lat="47.2139536" lon="8.0952055" version="1" timestamp="2014-06-24T09:08:13Z" changeset="23117421" uid="313476" user="Schildkroetewd">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="building" v="roof"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Landi Sursee"/>
+ <tag k="payment:maestro" v="yes"/>
+ <tag k="payment:mastercard" v="yes"/>
+ <tag k="payment:notes" v="yes"/>
+ <tag k="payment:visa" v="yes"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="2930698123" lat="47.2278443" lon="8.0840990" version="1" timestamp="2014-06-24T09:08:13Z" changeset="23117421" uid="313476" user="Schildkroetewd">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Landi Sursee"/>
+ <tag k="payment:maestro" v="yes"/>
+ <tag k="payment:mastercard" v="yes"/>
+ <tag k="payment:notes" v="yes"/>
+ <tag k="payment:visa" v="yes"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="2938775995" lat="47.0333005" lon="7.6877953" version="1" timestamp="2014-06-29T10:41:48Z" changeset="23266956" uid="1833486" user="tomrrr">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="2942625760" lat="47.2604520" lon="8.2399331" version="1" timestamp="2014-07-01T21:26:51Z" changeset="23421496" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AGROLA"/>
+ </node>
+ <node id="2942625922" lat="47.2698128" lon="8.3137337" version="2" timestamp="2015-09-13T20:48:21Z" changeset="34008473" uid="465052" user="hecktor">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2942626264" lat="47.3474105" lon="8.2900775" version="2" timestamp="2015-06-10T08:34:42Z" changeset="31863863" uid="359735" user="The_Raven">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2945900336" lat="47.4137752" lon="9.6307567" version="1" timestamp="2014-07-03T13:02:44Z" changeset="23800399" uid="513635" user="geco86">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="2946631642" lat="47.6927995" lon="8.6233602" version="1" timestamp="2014-07-03T21:38:10Z" changeset="23895846" uid="287306" user="Matthias Frank">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2946664684" lat="47.2399878" lon="8.2504197" version="1" timestamp="2014-07-03T22:00:05Z" changeset="23909459" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2948518931" lat="47.1248835" lon="8.7560623" version="1" timestamp="2014-07-04T20:32:27Z" changeset="23957512" uid="110450" user="gosausee">
+ <tag k="access" v="private"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ </node>
+ <node id="2949154839" lat="46.8733744" lon="7.4019018" version="4" timestamp="2015-03-19T12:25:36Z" changeset="29591026" uid="125339" user="efred">
+ <tag k="addr:city" v="Oberbalm"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="3096"/>
+ <tag k="addr:street" v="Oberbalmstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="LANDI Oberbalm, Genossenschaft"/>
+ </node>
+ <node id="2953816992" lat="47.3392782" lon="8.0260666" version="2" timestamp="2014-07-08T08:51:24Z" changeset="24019592" uid="1547666" user="anizani">
+ <tag k="addr:city" v="Kölliken"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="5742"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Automat"/>
+ <tag k="operator" v="Fred Eggenberg AG"/>
+ </node>
+ <node id="2964066018" lat="47.3718779" lon="9.1956025" version="1" timestamp="2014-07-15T09:34:44Z" changeset="24157150" uid="2187442" user="dani80">
+ <tag k="addr:city" v="Degersheim"/>
+ <tag k="addr:housenumber" v="87"/>
+ <tag k="addr:postcode" v="9113"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola Tankstelle"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="2965051132" lat="47.0352209" lon="7.5376747" version="1" timestamp="2014-07-15T20:29:39Z" changeset="24169122" uid="1833486" user="tomrrr">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Rudi Rüssel"/>
+ </node>
+ <node id="2969139664" lat="46.2142064" lon="7.2584959" version="1" timestamp="2014-07-18T16:48:11Z" changeset="24225255" uid="2195153" user="AmaroM">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2969139675" lat="46.2815727" lon="7.5112402" version="1" timestamp="2014-07-18T16:48:11Z" changeset="24225255" uid="2195153" user="AmaroM">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2971729334" lat="47.1648716" lon="8.3000547" version="2" timestamp="2015-02-28T18:22:36Z" changeset="29162313" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="2989553634" lat="47.4151459" lon="8.3991162" version="1" timestamp="2014-07-31T14:59:37Z" changeset="24464357" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ </node>
+ <node id="2996245733" lat="47.3970852" lon="8.4244931" version="4" timestamp="2015-03-22T10:18:57Z" changeset="29652922" uid="485074" user="Chrysopras">
+ <tag k="addr:city" v="Dietikon"/>
+ <tag k="addr:postcode" v="8953"/>
+ <tag k="addr:street" v="Zürcherstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_96" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="fuel:octane_99" v="yes"/>
+ <tag k="name" v="Garage Egger AG"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="phone" v="+41 44 498 18 18"/>
+ <tag k="website" v="http://avia.ch"/>
+ </node>
+ <node id="2998400214" lat="47.2055978" lon="8.7453409" version="1" timestamp="2014-08-05T19:49:35Z" changeset="24562892" uid="2237981" user="Diomen">
+ <tag k="addr:city" v="Freienbach"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="8807"/>
+ <tag k="addr:street" v="Kantonsstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="2998614269" lat="47.2013251" lon="8.7795363" version="1" timestamp="2014-08-05T21:28:36Z" changeset="24564838" uid="2237981" user="Diomen">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="2998617955" lat="47.2016931" lon="8.7958293" version="1" timestamp="2014-08-05T21:35:49Z" changeset="24564954" uid="2237981" user="Diomen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Swissoil"/>
+ </node>
+ <node id="3007661969" lat="47.0467392" lon="9.4213880" version="1" timestamp="2014-08-09T22:09:32Z" changeset="24643574" uid="56261" user="IdealChain">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="contact:phone" v="+41 81 723 11 38"/>
+ <tag k="contact:website" v="http://www.agrola.ch"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola Tankstelle"/>
+ <tag k="operator" v="LANDI Mels"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="3009125956" lat="47.2787630" lon="8.7595370" version="1" timestamp="2014-08-10T18:29:41Z" changeset="24660896" uid="1236913" user="KK4NAE">
+ <tag k="amenity" v="fuel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3013065716" lat="46.1670288" lon="8.7897479" version="3" timestamp="2015-08-01T13:51:25Z" changeset="33030844" uid="2917713" user="chrisanter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Socar"/>
+ <tag k="name" v="Socar"/>
+ </node>
+ <node id="3019616789" lat="47.1319764" lon="8.1919087" version="1" timestamp="2014-08-16T07:01:19Z" changeset="24781138" uid="1742934" user="Pudu">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3020031800" lat="46.5922766" lon="6.4029698" version="1" timestamp="2014-08-16T10:31:33Z" changeset="24784207" uid="1856092" user="StreetAv">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3021904258" lat="46.5131862" lon="6.5012654" version="1" timestamp="2014-08-17T10:14:37Z" changeset="24803749" uid="1856092" user="StreetAv">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil Station 4043"/>
+ <tag k="operator" v="Tamoil"/>
+ <tag k="phone" v="+41 (0) 21 803 33 68"/>
+ <tag k="shop" v="convenience"/>
+ <tag k="website" v="http://www.tamoil.ch"/>
+ </node>
+ <node id="3022093738" lat="46.9959541" lon="8.0665775" version="1" timestamp="2014-08-17T12:28:30Z" changeset="24806013" uid="204849" user="geolor">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ </node>
+ <node id="3028802264" lat="46.4726947" lon="9.5126597" version="1" timestamp="2014-08-19T23:49:34Z" changeset="24873123" uid="2276287" user="bx19tri">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="3030232000" lat="45.8396279" lon="9.0195879" version="3" timestamp="2015-01-31T11:18:54Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="3030586928" lat="45.8402365" lon="9.0188641" version="4" timestamp="2015-04-11T09:25:55Z" changeset="30138530" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Balerna"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="6828"/>
+ <tag k="addr:street" v="Via San Gottardo"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="3030689545" lat="45.8434559" lon="9.0375084" version="5" timestamp="2015-11-08T21:15:05Z" changeset="35179259" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Eni"/>
+ <tag k="operator" v="Eni"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="3033193237" lat="47.1043511" lon="8.2007906" version="1" timestamp="2014-08-21T18:31:58Z" changeset="24916021" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="3036859522" lat="45.9670357" lon="8.8732944" version="1" timestamp="2014-08-23T11:53:18Z" changeset="24953937" uid="604999" user="White_Rabbit">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3040046068" lat="46.1676850" lon="8.7954763" version="4" timestamp="2014-12-17T14:59:02Z" changeset="27532136" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="name" v="Eni City"/>
+ <tag k="operator" v="Eni"/>
+ </node>
+ <node id="3041821374" lat="45.8577548" lon="8.9853643" version="2" timestamp="2015-01-31T11:18:56Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Socar"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ </node>
+ <node id="3056266301" lat="47.2049041" lon="8.7082700" version="1" timestamp="2014-09-02T19:52:13Z" changeset="25190564" uid="2237981" user="Diomen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="3071458539" lat="46.1135930" lon="8.9313893" version="1" timestamp="2014-09-11T07:23:17Z" changeset="25361776" uid="65272" user="pluto12">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="3076893967" lat="47.1066927" lon="8.3810382" version="1" timestamp="2014-09-14T14:55:03Z" changeset="25434041" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Ruedi Rüssel"/>
+ </node>
+ <node id="3077453742" lat="47.1029146" lon="8.3763906" version="1" timestamp="2014-09-14T21:12:26Z" changeset="25442743" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:lpg" v="yes"/>
+ </node>
+ <node id="3084903258" lat="45.8557095" lon="8.9932998" version="3" timestamp="2015-01-31T11:18:55Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="ERG"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="ERG"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="3086649249" lat="47.4061722" lon="8.4711435" version="1" timestamp="2014-09-19T21:03:22Z" changeset="25549630" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="3086652027" lat="47.2223156" lon="9.4526251" version="1" timestamp="2014-09-19T21:10:32Z" changeset="25549759" uid="1707873" user="Swiss-MAD">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="3096177968" lat="47.1969578" lon="8.5294199" version="1" timestamp="2014-09-25T19:09:52Z" changeset="25671655" uid="480624" user="dlu">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="AGROLA Tankstelle Baar"/>
+ </node>
+ <node id="3118575543" lat="46.9552855" lon="7.4745289" version="2" timestamp="2014-10-09T21:41:54Z" changeset="25970930" uid="151069" user="romanh">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ </node>
+ <node id="3121224677" lat="47.3967811" lon="8.4414569" version="1" timestamp="2014-10-09T20:34:45Z" changeset="25969682" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="fuel:diesel" v="no"/>
+ </node>
+ <node id="3123715104" lat="46.2714430" lon="6.9454664" version="1" timestamp="2014-10-11T10:30:43Z" changeset="26000937" uid="2195153" user="AmaroM">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="3123717286" lat="46.3534975" lon="6.9321405" version="1" timestamp="2014-10-11T10:30:47Z" changeset="26000937" uid="2195153" user="AmaroM">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="3123717295" lat="46.2079348" lon="7.2540523" version="1" timestamp="2014-10-11T10:30:47Z" changeset="26000937" uid="2195153" user="AmaroM">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Combustia"/>
+ </node>
+ <node id="3135208633" lat="47.4130536" lon="8.4149959" version="1" timestamp="2014-10-17T14:24:58Z" changeset="26146343" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ </node>
+ <node id="3149979018" lat="45.9906672" lon="8.9308408" version="1" timestamp="2014-10-26T00:02:49Z" changeset="26332508" uid="1325754" user="guineu">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3166577286" lat="47.5295277" lon="9.1931287" version="1" timestamp="2014-11-04T14:24:09Z" changeset="26549350" uid="79025" user="mstock">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="maxheight" v="2.8"/>
+ </node>
+ <node id="3175013666" lat="45.8621342" lon="8.9730729" version="3" timestamp="2015-01-31T11:18:54Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Avia"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="3181785924" lat="46.8775778" lon="7.5617663" version="1" timestamp="2014-11-11T22:22:20Z" changeset="26724002" uid="1948600" user="Pfuschim">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:GTL_diesel" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_80" v="no"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_92" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="3196705172" lat="47.0701944" lon="8.1954532" version="1" timestamp="2014-11-20T09:57:11Z" changeset="26904174" uid="95896" user="november-foxtrot">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ <tag k="name" v="Rotbach Garage"/>
+ </node>
+ <node id="3197502313" lat="46.0386168" lon="8.9461407" version="1" timestamp="2014-11-20T20:02:14Z" changeset="26915478" uid="209348" user="pesciafernando">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3203084549" lat="47.0241077" lon="8.4588960" version="3" timestamp="2015-11-04T18:25:00Z" changeset="35085372" uid="3346093" user="Beat Kretz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle"/>
+ <tag k="operator" v="Rudi Rüssel"/>
+ </node>
+ <node id="3206147458" lat="47.6666328" lon="8.4363004" version="1" timestamp="2014-11-26T13:51:51Z" changeset="27044595" uid="287306" user="Matthias Frank">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="3219864340" lat="47.5471689" lon="8.7076294" version="1" timestamp="2014-12-05T08:12:17Z" changeset="27256501" uid="2503488" user="cbroenni">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="3223654510" lat="47.4627900" lon="8.3325186" version="3" timestamp="2014-12-07T22:56:38Z" changeset="27322799" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="3224540989" lat="47.1230483" lon="9.4878351" version="1" timestamp="2014-12-08T08:45:50Z" changeset="27328927" uid="43330" user="markab0572">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Riet Garage Tankstelle"/>
+ </node>
+ <node id="3240926807" lat="46.9018316" lon="7.3556673" version="6" timestamp="2015-03-20T11:41:41Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Köniz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="898"/>
+ <tag k="addr:postcode" v="3174"/>
+ <tag k="addr:street" v="Freiburgstrasse"/>
+ <tag k="addr:suburb" v="Thörishaus"/>
+ <tag k="alt_name" v="AGROLA Tankstelle Thörishaus"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="contact:phone" v="+41 31 7401650"/>
+ <tag k="name" v="AGROLA"/>
+ <tag k="note" v="addr:housenumber=888 on website is not correct"/>
+ <tag k="operator" v="LANDI Bern-West Genossenschaft"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="website" v="http://www.landibernwest.ch/html/tankstellen_1504.aspx"/>
+ </node>
+ <node id="3244693565" lat="47.1642260" lon="7.5263944" version="2" timestamp="2015-11-12T18:26:32Z" changeset="35267826" uid="3370695" user="Sheep225">
+ <tag k="addr:city" v="Lohn-Ammannsegg"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="4573"/>
+ <tag k="addr:street" v="Solothurnstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Discount Tankstelle"/>
+ <tag k="operator" v="Lagerhaus Lohn AG"/>
+ </node>
+ <node id="3244693566" lat="47.2101459" lon="7.5629692" version="1" timestamp="2014-12-20T16:04:01Z" changeset="27591530" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3252778726" lat="45.8345937" lon="9.0353622" version="3" timestamp="2015-01-31T11:18:56Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Chiasso"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="6830"/>
+ <tag k="addr:street" v="Via Maestri Comacini"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Eni"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3266767364" lat="45.8355497" lon="9.0138909" version="2" timestamp="2015-01-31T11:18:56Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3267258368" lat="46.8241685" lon="7.2685658" version="1" timestamp="2015-01-03T16:20:41Z" changeset="27889673" uid="16549" user="schmidi2">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3274467749" lat="47.3583523" lon="8.5872489" version="2" timestamp="2015-08-16T09:09:31Z" changeset="33365352" uid="1218134" user="Sarob">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3279865553" lat="46.5278599" lon="8.6111915" version="1" timestamp="2015-01-10T07:59:56Z" changeset="28035080" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Socar"/>
+ </node>
+ <node id="3280496646" lat="46.5295079" lon="8.6046584" version="1" timestamp="2015-01-10T15:18:59Z" changeset="28042434" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Brasi"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="3280639461" lat="47.0000472" lon="7.4161082" version="1" timestamp="2015-01-10T16:45:17Z" changeset="28044301" uid="65044" user="hugi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AGROLA"/>
+ </node>
+ <node id="3284696980" lat="46.8897187" lon="7.3118409" version="1" timestamp="2015-01-12T20:36:12Z" changeset="28097323" uid="16549" user="schmidi2">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3284697002" lat="46.8898767" lon="7.3170971" version="1" timestamp="2015-01-12T20:36:13Z" changeset="28097323" uid="16549" user="schmidi2">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3287567839" lat="46.5415953" lon="6.6332601" version="1" timestamp="2015-01-14T13:28:33Z" changeset="28134741" uid="2492524" user="Anthony Blanalt">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3293439029" lat="47.4503836" lon="8.5970448" version="1" timestamp="2015-01-16T23:23:03Z" changeset="28198250" uid="2042392" user="Slaughterjoe">
+ <tag k="addr:city" v="Kloten"/>
+ <tag k="addr:housenumber" v="123"/>
+ <tag k="addr:postcode" v="8302"/>
+ <tag k="addr:street" v="Bassersdorferstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Shop Tankstelle"/>
+ <tag k="opening_hours" v="06:00 - 23:00"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="3310885450" lat="45.8348659" lon="9.0351077" version="2" timestamp="2015-01-31T11:18:54Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Chiasso"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="6830"/>
+ <tag k="addr:street" v="Via Maestri Comacini"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="BP"/>
+ <tag k="operator" v="BP"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3315731608" lat="46.5932628" lon="6.7479651" version="1" timestamp="2015-01-28T00:56:18Z" changeset="28456157" uid="74847" user="Marc Mongenet">
+ <tag k="amenity" v="fuel"/>
+ <tag k="source" v="Bing"/>
+ </node>
+ <node id="3323077484" lat="45.8575136" lon="8.9867590" version="2" timestamp="2015-01-31T11:18:55Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Coldrerio"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6877"/>
+ <tag k="addr:street" v="Via San Gottardo"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Eni"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3323135069" lat="45.8438434" lon="9.0378915" version="2" timestamp="2015-03-14T13:31:12Z" changeset="29471562" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="BP"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3323135070" lat="45.8437450" lon="9.0169080" version="1" timestamp="2015-01-31T11:18:50Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Morbio Inferiore"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6834"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Benzina"/>
+ <tag k="operator" v="Migrol"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="3323135072" lat="45.8503364" lon="8.9820098" version="1" timestamp="2015-01-31T11:18:50Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:lpg" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Easy Stop"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="ESCA Centonze"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3323135073" lat="45.8426201" lon="9.0374871" version="2" timestamp="2015-03-14T13:31:12Z" changeset="29471562" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Eni City"/>
+ <tag k="operator" v="Eni"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="3323135074" lat="45.8664025" lon="8.9771393" version="1" timestamp="2015-01-31T11:18:50Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="building" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Eni"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3323135076" lat="45.8377703" lon="9.0340349" version="1" timestamp="2015-01-31T11:18:50Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Chiasso"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6830"/>
+ <tag k="addr:street" v="Via Como"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Eni"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3323135077" lat="45.8409031" lon="8.9614102" version="1" timestamp="2015-01-31T11:18:50Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3323135078" lat="45.8410416" lon="8.9606210" version="1" timestamp="2015-01-31T11:18:51Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3323135079" lat="45.8411074" lon="9.0159366" version="1" timestamp="2015-01-31T11:18:51Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3323135080" lat="45.8414685" lon="9.0153744" version="1" timestamp="2015-01-31T11:18:51Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3323135082" lat="45.8432457" lon="9.0372925" version="3" timestamp="2015-11-08T21:15:05Z" changeset="35179259" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="layer" v="1"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="3323135083" lat="45.8550040" lon="8.9661013" version="1" timestamp="2015-01-31T11:18:51Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ <tag k="shop" v="yes"/>
+ <tag k="source" v="Bing"/>
+ </node>
+ <node id="3323135084" lat="45.8661431" lon="8.9768317" version="2" timestamp="2015-02-12T20:01:36Z" changeset="28806247" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3323135085" lat="45.8427127" lon="9.0371417" version="2" timestamp="2015-05-02T15:58:24Z" changeset="30724687" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Vacallo"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="6833"/>
+ <tag k="addr:street" v="Via del Breggia"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Socar"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Socar"/>
+ <tag k="operator" v="Socar"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3323135086" lat="45.8380118" lon="9.0054778" version="1" timestamp="2015-01-31T11:18:51Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="3323135089" lat="45.8447599" lon="8.9270221" version="2" timestamp="2015-03-08T20:17:18Z" changeset="29338148" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ </node>
+ <node id="3323135092" lat="45.8505220" lon="8.9612440" version="1" timestamp="2015-01-31T11:18:51Z" changeset="28521073" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="3323252277" lat="45.8402433" lon="9.0184435" version="2" timestamp="2015-04-05T09:18:16Z" changeset="29988095" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Balerna"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6828"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:biodiesel" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="no"/>
+ <tag k="name" v="Stazione di servizio 4S"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="3334481475" lat="46.5899210" lon="6.6437629" version="1" timestamp="2015-02-06T17:52:11Z" changeset="28657435" uid="2492524" user="Anthony Blanalt">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3338200230" lat="47.3342721" lon="8.3079439" version="1" timestamp="2015-02-08T16:41:26Z" changeset="28706073" uid="392796" user="Burg-Kartograph">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3338569750" lat="45.8418752" lon="8.9153588" version="1" timestamp="2015-02-08T20:21:36Z" changeset="28713926" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Spirit Shop"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="3338569753" lat="45.8479453" lon="8.9358360" version="1" timestamp="2015-02-08T20:21:36Z" changeset="28713926" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="3345932447" lat="47.3028242" lon="8.7203281" version="2" timestamp="2015-02-12T16:04:41Z" changeset="28798689" uid="324188" user="ponte1112">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_80" v="no"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_95" v="no"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Landi Zola"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3346518654" lat="45.8679052" lon="8.9777729" version="1" timestamp="2015-02-12T20:01:35Z" changeset="28806247" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="building" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3346541546" lat="45.8428615" lon="8.9742455" version="1" timestamp="2015-02-12T20:10:45Z" changeset="28806709" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Novazzano"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="6883"/>
+ <tag k="addr:street" v="Via Casate"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Zanini"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="3346678664" lat="46.9219167" lon="6.9550542" version="1" timestamp="2015-02-12T21:13:53Z" changeset="28805614" uid="1877901" user="Endimapper">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3356135743" lat="47.4797778" lon="9.4852195" version="1" timestamp="2015-02-17T15:22:43Z" changeset="28911218" uid="229491" user="DanielLanz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Shop Tankstelle"/>
+ <tag k="phone" v="+4171 845 22 70"/>
+ </node>
+ <node id="3357984510" lat="46.9950945" lon="7.1502732" version="1" timestamp="2015-02-18T15:08:04Z" changeset="28935153" uid="1240086" user="brohrer">
+ <tag k="addr:city" v="Müntschemier"/>
+ <tag k="addr:housenumber" v="28"/>
+ <tag k="addr:postcode" v="3225"/>
+ <tag k="addr:street" v="Kerzersstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Gebr. Witschi Moos-Garage AG"/>
+ <tag k="operator" v="Agip"/>
+ </node>
+ <node id="3358399930" lat="47.4067224" lon="8.5382677" version="1" timestamp="2015-02-18T19:03:34Z" changeset="28940247" uid="1218134" user="Sarob">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="3358815725" lat="47.3735229" lon="9.4161754" version="1" timestamp="2015-02-18T23:36:17Z" changeset="28947107" uid="2370195" user="SBchCH">
+ <tag k="addr:city" v="Bühler"/>
+ <tag k="addr:housenumber" v="105"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migroll"/>
+ </node>
+ <node id="3358829209" lat="47.3255462" lon="9.5681148" version="1" timestamp="2015-02-18T23:49:16Z" changeset="28947268" uid="2370195" user="SBchCH">
+ <tag k="addr:city" v="Oberriet"/>
+ <tag k="addr:housenumber" v="176"/>
+ <tag k="addr:postcode" v="9463"/>
+ <tag k="addr:street" v="Staatstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migroll"/>
+ </node>
+ <node id="3358829214" lat="47.3758306" lon="9.5447467" version="1" timestamp="2015-02-18T23:49:16Z" changeset="28947268" uid="2370195" user="SBchCH">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3358834640" lat="47.4190711" lon="9.2347532" version="1" timestamp="2015-02-18T23:57:55Z" changeset="28947346" uid="2370195" user="SBchCH">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migroll"/>
+ </node>
+ <node id="3358844941" lat="47.3571791" lon="8.7054983" version="2" timestamp="2015-02-19T00:28:18Z" changeset="28947638" uid="2370195" user="SBchCH">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="3358844942" lat="47.4016204" lon="8.6103220" version="1" timestamp="2015-02-19T00:27:03Z" changeset="28947623" uid="2370195" user="SBchCH">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="3358847506" lat="47.4394383" lon="9.0558342" version="1" timestamp="2015-02-19T00:19:44Z" changeset="28947557" uid="2370195" user="SBchCH">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="shop" v="Migrolino"/>
+ </node>
+ <node id="3358847509" lat="47.4386182" lon="9.0565528" version="1" timestamp="2015-02-19T00:19:44Z" changeset="28947557" uid="2370195" user="SBchCH">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ </node>
+ <node id="3358848067" lat="47.5448040" lon="9.2727700" version="1" timestamp="2015-02-19T00:23:08Z" changeset="28947588" uid="2370195" user="SBchCH">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ <tag k="shop" v="migrolino"/>
+ </node>
+ <node id="3361478377" lat="46.7094287" lon="6.5705608" version="2" timestamp="2015-06-02T14:05:21Z" changeset="31665189" uid="2278038" user="etbane">
+ <tag k="addr:city" v="Chavornay"/>
+ <tag k="addr:postcode" v="1373"/>
+ <tag k="addr:street" v="Rue de la Gare"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Miniprix Stations SA"/>
+ <tag k="operator" v="Miniprix Stations SA"/>
+ </node>
+ <node id="3367972858" lat="46.8979056" lon="6.7810964" version="1" timestamp="2015-02-23T12:18:22Z" changeset="29042976" uid="2687018" user="Pro-GMail">
+ <tag k="addr:city" v="St-Aubin-Sauges"/>
+ <tag k="addr:housenumber" v="93"/>
+ <tag k="addr:postcode" v="2024"/>
+ <tag k="addr:street" v="av. de Neuchâtel"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Miniprix Station Service"/>
+ <tag k="operator" v="Miniprix"/>
+ </node>
+ <node id="3373195693" lat="47.4068433" lon="8.4116243" version="2" timestamp="2015-08-11T19:27:04Z" changeset="33276146" uid="190676" user="highbuilder">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="3376582843" lat="47.6417797" lon="9.1962333" version="1" timestamp="2015-02-28T16:03:12Z" changeset="29158663" uid="1894634" user="Wikilux">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="3382900796" lat="47.4204018" lon="8.3694451" version="1" timestamp="2015-03-04T14:36:32Z" changeset="29246035" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3384690532" lat="46.5978244" lon="9.5963452" version="1" timestamp="2015-03-05T18:44:39Z" changeset="29273421" uid="2662189" user="chris2map">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ <tag k="operator" v="Shell"/>
+ <tag k="source" v="local knowledge"/>
+ </node>
+ <node id="3385874251" lat="47.3594799" lon="8.4532715" version="1" timestamp="2015-03-06T12:44:52Z" changeset="29287981" uid="792886" user="keba_saa">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3387987645" lat="46.2208897" lon="7.5823689" version="1" timestamp="2015-03-07T18:09:54Z" changeset="29313807" uid="2736151" user="briqo">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3389972644" lat="45.8425356" lon="8.9189113" version="2" timestamp="2015-09-02T10:20:21Z" changeset="33747950" uid="554973" user="dgitto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3392227810" lat="46.7700398" lon="7.0690975" version="1" timestamp="2015-03-10T09:20:10Z" changeset="29380454" uid="125339" user="efred">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="3397616183" lat="47.2662108" lon="8.3479029" version="1" timestamp="2015-03-13T23:58:19Z" changeset="29461928" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ <tag k="contact:fax" v="+41 56 6642105"/>
+ <tag k="contact:phone" v="+41 56 6641555"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="3401699023" lat="47.4953791" lon="8.9597223" version="1" timestamp="2015-03-16T13:02:12Z" changeset="29516953" uid="1352471" user="neffel">
+ <tag k="addr:city" v="Wängi"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="9545"/>
+ <tag k="addr:street" v="Wilerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AVIA"/>
+ </node>
+ <node id="3416564162" lat="45.8640053" lon="8.9417130" version="1" timestamp="2015-03-24T20:30:31Z" changeset="29713244" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ <tag k="shop" v="kiosk"/>
+ </node>
+ <node id="3423757177" lat="46.9770002" lon="8.3396305" version="1" timestamp="2015-03-28T18:51:11Z" changeset="29811930" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Hergol"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_92" v="yes"/>
+ </node>
+ <node id="3424601911" lat="47.1848922" lon="8.2807209" version="1" timestamp="2015-03-29T11:29:12Z" changeset="29823864" uid="169825" user="haef">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Fischer AG Baldegg"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="3443513113" lat="47.5352264" lon="7.6073525" version="1" timestamp="2015-04-07T20:14:15Z" changeset="30048921" uid="2557264" user="Sebra1177">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="3452107451" lat="47.1042433" lon="8.6757974" version="1" timestamp="2015-04-12T15:37:52Z" changeset="30165858" uid="397527" user="Stans">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="3465183252" lat="47.1268041" lon="7.2450284" version="1" timestamp="2015-04-19T12:03:16Z" changeset="30327873" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Mini Prix"/>
+ </node>
+ <node id="3465183255" lat="47.1254589" lon="7.2504644" version="1" timestamp="2015-04-19T12:03:16Z" changeset="30327873" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3499725468" lat="47.2261638" lon="9.1991044" version="1" timestamp="2015-05-05T19:02:54Z" changeset="30819289" uid="2395427" user="schoen6">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Central Garage"/>
+ </node>
+ <node id="3499750108" lat="47.2276064" lon="9.1968889" version="1" timestamp="2015-05-05T19:12:50Z" changeset="30819289" uid="2395427" user="schoen6">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="3501375811" lat="47.1905396" lon="7.2427482" version="1" timestamp="2015-05-06T17:59:55Z" changeset="30850209" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3506850713" lat="46.0162402" lon="8.9411919" version="1" timestamp="2015-05-09T12:37:08Z" changeset="30935721" uid="1833486" user="tomrrr">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Eni"/>
+ </node>
+ <node id="3506850714" lat="46.0161731" lon="8.9410349" version="1" timestamp="2015-05-09T12:37:08Z" changeset="30935721" uid="1833486" user="tomrrr">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="3517072075" lat="46.8711039" lon="7.1257447" version="1" timestamp="2015-05-14T10:57:10Z" changeset="31135376" uid="2911977" user="anjoco">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Essence et garage Prof-In"/>
+ </node>
+ <node id="3532674147" lat="47.3001442" lon="8.3129150" version="1" timestamp="2015-05-21T07:16:08Z" changeset="31335530" uid="190676" user="highbuilder">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Agrola"/>
+ </node>
+ <node id="3536981998" lat="47.3099508" lon="7.8961623" version="1" timestamp="2015-05-22T21:27:23Z" changeset="31384612" uid="2110714" user="captain_slow">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3546174756" lat="46.9452836" lon="8.0075923" version="1" timestamp="2015-05-26T06:22:36Z" changeset="31463538" uid="2928362" user="Bniesel">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="COOP Pronto"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+ <node id="3546818007" lat="45.9563161" lon="8.9474470" version="1" timestamp="2015-05-26T10:51:29Z" changeset="31468700" uid="427807" user="samden">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3553554148" lat="46.5258723" lon="6.6339890" version="1" timestamp="2015-05-28T09:04:22Z" changeset="31524201" uid="510390" user="obitus">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3554639200" lat="47.1986836" lon="7.5989672" version="1" timestamp="2015-05-28T17:28:56Z" changeset="31537841" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Shop Tankstelle"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="3554639202" lat="47.1950301" lon="7.6089073" version="1" timestamp="2015-05-28T17:28:57Z" changeset="31537841" uid="481380" user="Nzara">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3555554693" lat="47.4165840" lon="8.1356780" version="1" timestamp="2015-05-29T07:15:58Z" changeset="31555577" uid="190676" user="highbuilder">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="3556535496" lat="46.1122310" lon="8.7050437" version="1" timestamp="2015-05-29T15:39:15Z" changeset="31566125" uid="18367" user="pi1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="ECSA"/>
+ <tag k="name" v="Pit Stop"/>
+ </node>
+ <node id="3556535497" lat="46.1119963" lon="8.7040817" version="1" timestamp="2015-05-29T15:39:15Z" changeset="31566125" uid="18367" user="pi1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="ECSA"/>
+ </node>
+ <node id="3556535498" lat="46.1137774" lon="8.7060083" version="1" timestamp="2015-05-29T15:39:15Z" changeset="31566125" uid="18367" user="pi1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="3571196998" lat="46.1696811" lon="8.7836183" version="2" timestamp="2015-07-06T17:16:08Z" changeset="32453664" uid="2917713" user="chrisanter">
+ <tag k="addr:city" v="Locarno"/>
+ <tag k="addr:housenumber" v="47"/>
+ <tag k="addr:postcode" v="6600"/>
+ <tag k="addr:street" v="Via Vallemaggia"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Eni stazione servizio"/>
+ </node>
+ <node id="3576197245" lat="45.9139409" lon="8.9843768" version="1" timestamp="2015-06-06T06:56:36Z" changeset="31761849" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Eni"/>
+ <tag k="operator" v="Eni"/>
+ </node>
+ <node id="3577237919" lat="45.9135326" lon="8.9172656" version="1" timestamp="2015-06-06T17:07:29Z" changeset="31773103" uid="2265854" user="G4rp">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="IP"/>
+ <tag k="operator" v="IP"/>
+ </node>
+ <node id="3577237924" lat="45.9144236" lon="8.9190734" version="1" timestamp="2015-06-06T17:07:29Z" changeset="31773103" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Brusino Arsizio"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6827"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Piccadilly"/>
+ <tag k="operator" v="Piccadilly"/>
+ </node>
+ <node id="3578306158" lat="47.0843360" lon="8.2725736" version="1" timestamp="2015-06-07T11:47:12Z" changeset="31787958" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3578360626" lat="47.0740702" lon="8.2909467" version="1" timestamp="2015-06-07T12:56:41Z" changeset="31789147" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3581798593" lat="46.5402590" lon="6.5750124" version="1" timestamp="2015-06-08T21:16:12Z" changeset="31829529" uid="13303" user="sissou">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3590377277" lat="46.5379049" lon="6.6010941" version="1" timestamp="2015-06-12T17:17:04Z" changeset="31926972" uid="13303" user="sissou">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell"/>
+ </node>
+ <node id="3590384048" lat="46.5391256" lon="6.5974431" version="1" timestamp="2015-06-12T17:20:35Z" changeset="31927062" uid="13303" user="sissou">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Socar"/>
+ </node>
+ <node id="3595071630" lat="47.5595758" lon="8.7268737" version="1" timestamp="2015-06-14T19:52:48Z" changeset="31969918" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Landi"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3599872150" lat="47.0086036" lon="8.6580780" version="1" timestamp="2015-06-17T05:50:49Z" changeset="32021492" uid="68665" user="Odilo">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3618403643" lat="47.0704895" lon="9.4780094" version="1" timestamp="2015-06-25T22:16:48Z" changeset="32214652" uid="429766" user="toby42">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3619938082" lat="46.2482565" lon="6.9549637" version="1" timestamp="2015-06-26T13:57:16Z" changeset="32226383" uid="3016514" user="VOLCOM96">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="3619958668" lat="46.2052823" lon="6.8929967" version="1" timestamp="2015-06-26T14:04:44Z" changeset="32226507" uid="3016514" user="VOLCOM96">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="La Mascotte"/>
+ </node>
+ <node id="3620863237" lat="47.3752560" lon="8.4902360" version="1" timestamp="2015-06-26T22:20:08Z" changeset="32233938" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Avia"/>
+ </node>
+ <node id="3624467104" lat="47.0535188" lon="8.5814265" version="1" timestamp="2015-06-29T06:37:38Z" changeset="32277190" uid="3008093" user="Cornix">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3630833653" lat="47.2628547" lon="7.9654063" version="1" timestamp="2015-07-02T08:35:10Z" changeset="32348928" uid="2381249" user="Lasterium">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3632876338" lat="47.2457858" lon="7.9601426" version="1" timestamp="2015-07-03T12:35:23Z" changeset="32386901" uid="2381249" user="Lasterium">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3639341622" lat="47.2623293" lon="7.9565351" version="1" timestamp="2015-07-07T14:01:16Z" changeset="32472545" uid="2381249" user="Lasterium">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3639341641" lat="47.2700122" lon="7.9596002" version="1" timestamp="2015-07-07T14:01:16Z" changeset="32472545" uid="2381249" user="Lasterium">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3640295271" lat="47.2790722" lon="7.9515026" version="1" timestamp="2015-07-08T06:48:08Z" changeset="32488272" uid="2381249" user="Lasterium">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3640398500" lat="46.1644166" lon="8.7680468" version="3" timestamp="2015-07-08T08:28:13Z" changeset="32489550" uid="2917713" user="chrisanter">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="BP"/>
+ </node>
+ <node id="3646443415" lat="47.4047294" lon="8.0520120" version="2" timestamp="2015-07-11T16:46:28Z" changeset="32567322" uid="456781" user="bresomch">
+ <tag k="addr:city" v="Rombach"/>
+ <tag k="addr:housenumber" v="60"/>
+ <tag k="addr:postcode" v="5022"/>
+ <tag k="addr:street" v="Bibersteinerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="TANKSTELLE Rombach"/>
+ <tag k="operator" v="Voegtlin-Meyer AG"/>
+ <tag k="source" v="http://www.voegtlin-meyer.ch/site/index.cfm?id_art=78375&amp;actMenuItemID=35244&amp;vsprache=DE"/>
+ <tag k="website" v="www.voegtlin-meyer.ch"/>
+ </node>
+ <node id="3654662924" lat="47.2099325" lon="9.4899712" version="1" timestamp="2015-07-16T18:20:36Z" changeset="32680337" uid="3068870" user="jens4444">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="3655247409" lat="47.4814540" lon="9.0332089" version="2" timestamp="2015-10-21T19:26:59Z" changeset="34786275" uid="520239" user="Gutsycat">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Grenzgarage"/>
+ <tag k="opening_hours" v="24/7"/>
+ </node>
+ <node id="3657089816" lat="45.8704465" lon="8.9819094" version="3" timestamp="2015-07-31T09:27:49Z" changeset="33001780" uid="196617" user="venerdi">
+ <tag k="addr:city" v="Mendrisio"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="27"/>
+ <tag k="addr:postcode" v="6850"/>
+ <tag k="addr:street" v="Via Pollini"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Esca"/>
+ <tag k="self_service" v="yes"/>
+ </node>
+ <node id="3660772643" lat="47.0021209" lon="9.5322042" version="1" timestamp="2015-07-21T19:54:23Z" changeset="32787181" uid="3061705" user="EarthWaterAir">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3660847528" lat="47.2166822" lon="8.5768721" version="1" timestamp="2015-07-21T20:45:17Z" changeset="32788342" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="3664846103" lat="47.1417288" lon="7.9749877" version="1" timestamp="2015-07-24T18:02:08Z" changeset="32855980" uid="505667" user="Bullroarer">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3666276313" lat="47.4811385" lon="8.4652196" version="1" timestamp="2015-07-25T19:38:33Z" changeset="32877411" uid="257555" user="rene78">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="3667591177" lat="47.4046337" lon="8.0944457" version="1" timestamp="2015-07-26T19:15:19Z" changeset="32895592" uid="456781" user="bresomch">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3670745823" lat="47.3336470" lon="7.2088268" version="1" timestamp="2015-07-28T18:46:40Z" changeset="32939800" uid="497177" user="TripleBee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="3675329979" lat="47.1194883" lon="7.2705565" version="1" timestamp="2015-07-31T18:22:32Z" changeset="33014490" uid="497177" user="TripleBee">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3676208121" lat="47.4762649" lon="8.5052543" version="1" timestamp="2015-08-01T11:30:16Z" changeset="33028784" uid="3112835" user="bettydotty">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Socar"/>
+ </node>
+ <node id="3681908305" lat="46.1984403" lon="6.2116841" version="1" timestamp="2015-08-05T08:48:13Z" changeset="33121415" uid="3117766" user="Philippe Calame">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="AGIP"/>
+ </node>
+ <node id="3683619190" lat="47.0355144" lon="8.2968934" version="1" timestamp="2015-08-06T09:45:20Z" changeset="33150559" uid="2937587" user="rftaxi">
+ <tag k="addr:city" v="Kriens"/>
+ <tag k="addr:postcode" v="6010"/>
+ <tag k="addr:street" v="Arsenalstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol Tankstelle"/>
+ <tag k="opening_hours" v="nur Säulen"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="3684333715" lat="47.0552807" lon="7.0666666" version="1" timestamp="2015-08-06T16:49:18Z" changeset="33160074" uid="491312" user="Rom-1">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Esso"/>
+ <tag k="opening_hours" v="24/7"/>
+ </node>
+ <node id="3687229106" lat="47.1192524" lon="7.2431199" version="1" timestamp="2015-08-08T17:37:49Z" changeset="33205420" uid="1514673" user="amilopowers">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Coop"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="3688226672" lat="47.3408855" lon="7.3715174" version="1" timestamp="2015-08-09T15:46:38Z" changeset="33220339" uid="497177" user="TripleBee">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="3698907014" lat="46.3459820" lon="8.9757278" version="1" timestamp="2015-08-15T18:55:06Z" changeset="33357313" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="3698907015" lat="46.4509170" lon="8.9404404" version="1" timestamp="2015-08-15T18:55:06Z" changeset="33357313" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="BP"/>
+ </node>
+ <node id="3699868733" lat="47.0004106" lon="7.4616478" version="2" timestamp="2015-08-16T15:49:29Z" changeset="33372207" uid="116207" user="cholero">
+ <tag k="addr:city" v="Zollikofen"/>
+ <tag k="addr:housenumber" v="201"/>
+ <tag k="addr:postcode" v="3052"/>
+ <tag k="addr:street" v="Bernstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop"/>
+ </node>
+ <node id="3700013891" lat="47.5670220" lon="7.5635197" version="1" timestamp="2015-08-16T16:45:32Z" changeset="33373364" uid="158933" user="RGPS">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia"/>
+ </node>
+ <node id="3701697556" lat="46.9951555" lon="9.0793310" version="1" timestamp="2015-08-17T18:37:32Z" changeset="33398390" uid="2559342" user="Sangsi">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3701926343" lat="46.1043846" lon="8.7579990" version="2" timestamp="2015-09-03T12:45:30Z" changeset="33772149" uid="149097" user="AlexanderF">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Eni"/>
+ </node>
+ <node id="3709205775" lat="47.0170685" lon="9.0813946" version="1" timestamp="2015-08-22T12:47:48Z" changeset="33504318" uid="3172889" user="BAK365">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3711872285" lat="47.1306728" lon="7.2531257" version="1" timestamp="2015-08-24T11:38:00Z" changeset="33544172" uid="1872287" user="PipoCanaja">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3717722792" lat="47.5211894" lon="9.4130410" version="1" timestamp="2015-08-27T23:40:00Z" changeset="33633304" uid="392336" user="Mister Kanister">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="coop"/>
+ </node>
+ <node id="3725298785" lat="47.4393235" lon="7.9089557" version="1" timestamp="2015-09-01T20:21:44Z" changeset="33738008" uid="3201359" user="Remi___">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3725780316" lat="47.4151254" lon="8.5183109" version="1" timestamp="2015-09-02T08:43:18Z" changeset="33745885" uid="3204626" user="Faer">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:street" v="Riedenhaldenstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Hürstwald Garage"/>
+ </node>
+ <node id="3725889088" lat="45.8430061" lon="8.9191912" version="1" timestamp="2015-09-02T10:20:20Z" changeset="33747950" uid="554973" user="dgitto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agip"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3725889089" lat="45.8349312" lon="9.0311813" version="2" timestamp="2015-11-06T10:48:04Z" changeset="35123051" uid="554973" user="dgitto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Silo Shop"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3725889090" lat="45.8414032" lon="8.9149217" version="1" timestamp="2015-09-02T10:20:20Z" changeset="33747950" uid="554973" user="dgitto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="ecsa"/>
+ </node>
+ <node id="3725889091" lat="45.8417080" lon="8.9157971" version="2" timestamp="2015-11-06T10:48:05Z" changeset="35123051" uid="554973" user="dgitto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="europetroli"/>
+ </node>
+ <node id="3725889092" lat="45.8341525" lon="9.0311290" version="1" timestamp="2015-09-02T10:20:21Z" changeset="33747950" uid="554973" user="dgitto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ </node>
+ <node id="3725889093" lat="45.8430155" lon="8.9198702" version="1" timestamp="2015-09-02T10:20:21Z" changeset="33747950" uid="554973" user="dgitto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="vasa"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3725892839" lat="45.8459235" lon="8.9316646" version="1" timestamp="2015-09-02T10:25:41Z" changeset="33748064" uid="554973" user="dgitto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Ca' gialla"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3725902823" lat="45.8435698" lon="8.9215346" version="2" timestamp="2015-11-06T10:48:04Z" changeset="35123051" uid="554973" user="dgitto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="IP"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="IP"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3725904325" lat="45.8447716" lon="8.9257926" version="2" timestamp="2015-11-06T10:48:04Z" changeset="35123051" uid="554973" user="dgitto">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="eni"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="eni"/>
+ <tag k="shop" v="yes"/>
+ </node>
+ <node id="3726038458" lat="47.4142164" lon="8.5182164" version="1" timestamp="2015-09-02T12:53:01Z" changeset="33751015" uid="3204626" user="Faer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrol"/>
+ </node>
+ <node id="3727340636" lat="47.3353678" lon="8.5408196" version="1" timestamp="2015-09-03T08:20:49Z" changeset="33767651" uid="3204626" user="Faer">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Soccar"/>
+ </node>
+ <node id="3730065081" lat="46.5265525" lon="6.5272835" version="1" timestamp="2015-09-05T03:32:26Z" changeset="33807409" uid="9733" user="stedewa">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="3752045763" lat="46.2234599" lon="7.3694445" version="1" timestamp="2015-09-20T20:26:40Z" changeset="34149049" uid="2195153" user="AmaroM">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3752045764" lat="46.2235342" lon="7.3694391" version="1" timestamp="2015-09-20T20:26:40Z" changeset="34149049" uid="2195153" user="AmaroM">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3766123215" lat="46.5408633" lon="6.6208042" version="1" timestamp="2015-09-30T20:49:22Z" changeset="34355815" uid="13303" user="sissou">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="3768196581" lat="46.6246579" lon="10.3404629" version="1" timestamp="2015-10-01T22:18:36Z" changeset="34378752" uid="1745073" user="AL68">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Mazda"/>
+ </node>
+ <node id="3773241559" lat="47.3338554" lon="8.0550713" version="2" timestamp="2015-10-05T14:02:41Z" changeset="34448684" uid="2098541" user="lluki">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ </node>
+ <node id="3773259057" lat="47.3299802" lon="8.0557843" version="1" timestamp="2015-10-05T13:35:21Z" changeset="34448189" uid="2098541" user="lluki">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tamoil"/>
+ <tag k="entrance" v="yes"/>
+ </node>
+ <node id="3773259058" lat="47.3360554" lon="8.0541381" version="1" timestamp="2015-10-05T13:35:23Z" changeset="34448189" uid="2098541" user="lluki">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Midland"/>
+ </node>
+ <node id="3779403542" lat="46.0183180" lon="8.9565080" version="1" timestamp="2015-10-09T12:05:12Z" changeset="34528553" uid="3264924" user="davide26">
+ <tag k="addr:city" v="lugano"/>
+ <tag k="addr:housenumber" v="69"/>
+ <tag k="addr:street" v="Via Trevano"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrolino"/>
+ <tag k="operator" v="migros"/>
+ </node>
+ <node id="3779580857" lat="46.7505527" lon="7.1689047" version="1" timestamp="2015-10-09T14:57:25Z" changeset="34531527" uid="1514673" user="amilopowers">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="3779587759" lat="46.6199368" lon="7.1627572" version="1" timestamp="2015-10-09T15:30:41Z" changeset="34532201" uid="1514673" user="amilopowers">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="3783431065" lat="47.0513078" lon="8.2726018" version="1" timestamp="2015-10-12T15:23:45Z" changeset="34592716" uid="2937587" user="rftaxi">
+ <tag k="addr:city" v="Luzern"/>
+ <tag k="addr:postcode" v="6014"/>
+ <tag k="addr:street" v="Luzernerstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Avia Tankstelle"/>
+ <tag k="operator" v="Avia"/>
+ </node>
+ <node id="3784184397" lat="46.8272434" lon="8.6476696" version="2" timestamp="2015-10-16T06:13:30Z" changeset="34668360" uid="618919" user="msg132e">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3786060689" lat="46.8918023" lon="7.5426844" version="2" timestamp="2015-10-14T12:59:39Z" changeset="34632664" uid="3308796" user="Condesys">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Tesla"/>
+ <tag k="fuel:electricity" v="yes"/>
+ <tag k="name" v="Tesla Supercharger Rubigen"/>
+ <tag k="operator" v="Tesla"/>
+ </node>
+ <node id="3790817939" lat="47.3543871" lon="8.9321595" version="1" timestamp="2015-10-17T22:15:18Z" changeset="34702437" uid="178186" user="mdk">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:HGV_diesel" v="yes"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="3796957666" lat="47.4217134" lon="8.4071588" version="1" timestamp="2015-10-21T14:29:09Z" changeset="34779449" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Shell"/>
+ </node>
+ <node id="3810110865" lat="47.4294941" lon="8.3913972" version="1" timestamp="2015-10-30T15:54:09Z" changeset="34975181" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Migrol"/>
+ </node>
+ <node id="3810940775" lat="47.0511547" lon="8.5434536" version="1" timestamp="2015-10-31T09:39:55Z" changeset="34988207" uid="3346093" user="Beat Kretz">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3810941249" lat="47.0440261" lon="8.5479293" version="1" timestamp="2015-10-31T09:37:36Z" changeset="34988207" uid="3346093" user="Beat Kretz">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ </node>
+ <node id="3815984133" lat="47.5792061" lon="9.1656826" version="1" timestamp="2015-11-03T19:05:37Z" changeset="35063162" uid="62623" user="thirteen">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agrola"/>
+ <tag k="fuel:biodiesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="fuel:octane_98" v="yes"/>
+ <tag k="name" v="Agrola Tankstelle"/>
+ <tag k="opening_hours" v="24/7"/>
+ </node>
+ <node id="3822092434" lat="47.0288228" lon="8.2968550" version="1" timestamp="2015-11-07T01:40:56Z" changeset="35141206" uid="2937587" user="rftaxi">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tankstelle"/>
+ <tag k="operator" v="BP"/>
+ </node>
+ <node id="3826204629" lat="47.2805819" lon="8.4513520" version="1" timestamp="2015-11-09T09:08:55Z" changeset="35186822" uid="3358302" user="prieder51">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3826204630" lat="47.2729064" lon="8.4482579" version="1" timestamp="2015-11-09T09:08:55Z" changeset="35186822" uid="3358302" user="prieder51">
+ <tag k="addr:city" v="Affoltern am Albis"/>
+ <tag k="addr:postcode" v="8910"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Garage Ruckstuhl"/>
+ <tag k="operator" v="Migrol"/>
+ </node>
+ <node id="3829948112" lat="46.9381117" lon="7.7955539" version="1" timestamp="2015-11-10T21:54:29Z" changeset="35227463" uid="22684" user="Mr_Israel">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ </node>
+ <node id="3831529409" lat="46.9383269" lon="7.7925926" version="1" timestamp="2015-11-11T20:51:59Z" changeset="35248835" uid="22684" user="Mr_Israel">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Ruedi Rüssel"/>
+ </node>
+ <node id="3831821557" lat="47.2110572" lon="7.5059157" version="1" timestamp="2015-11-11T23:23:37Z" changeset="35251713" uid="3371878" user="Eaflury">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Coop Tankstelle"/>
+ <tag k="operator" v="Coop"/>
+ </node>
+ <node id="3833323678" lat="47.2115274" lon="7.5234690" version="1" timestamp="2015-11-12T20:34:20Z" changeset="35270691" uid="3370695" user="Sheep225">
+ <tag k="addr:city" v="Solothurn"/>
+ <tag k="addr:housenumber" v="89"/>
+ <tag k="addr:postcode" v="4500"/>
+ <tag k="addr:street" v="Bielstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Shell Bielstrasse Solothurn"/>
+ <tag k="operator" v="Shell"/>
+ </node>
+ <node id="3835407941" lat="47.3621974" lon="8.5669127" version="1" timestamp="2015-11-14T09:13:34Z" changeset="35302375" uid="1199303" user="wolfv">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Tamoil"/>
+ <tag k="operator" v="Tamoil"/>
+ </node>
+ <node id="3836514597" lat="47.1885284" lon="8.4738992" version="1" timestamp="2015-11-14T22:50:17Z" changeset="35318516" uid="1894634" user="Wikilux">
+ <tag k="amenity" v="fuel"/>
+ </node>
+ <node id="3841749042" lat="46.8461858" lon="9.5118322" version="4" timestamp="2015-11-18T20:46:14Z" changeset="35419543" uid="1798346" user="1636">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="name" v="Agip"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="3841749043" lat="46.8463766" lon="9.5113564" version="3" timestamp="2015-11-18T20:46:14Z" changeset="35419543" uid="1798346" user="1636">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="Agip"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="3843591892" lat="46.8610994" lon="9.5342191" version="1" timestamp="2015-11-18T21:12:06Z" changeset="35420267" uid="1798346" user="1636">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ </node>
+ <node id="3843591893" lat="46.8611721" lon="9.5344075" version="1" timestamp="2015-11-18T21:12:06Z" changeset="35420267" uid="1798346" user="1636">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="AVIA"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="3843591894" lat="46.8564623" lon="9.5346408" version="1" timestamp="2015-11-18T21:12:06Z" changeset="35420267" uid="1798346" user="1636">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ </node>
+ <node id="3843591895" lat="46.8564849" lon="9.5349059" version="1" timestamp="2015-11-18T21:12:06Z" changeset="35420267" uid="1798346" user="1636">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agip"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="3843591905" lat="46.8727696" lon="9.5344012" version="1" timestamp="2015-11-18T21:12:07Z" changeset="35420267" uid="1798346" user="1636">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Socar"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="3843591906" lat="46.8728691" lon="9.5340214" version="1" timestamp="2015-11-18T21:12:07Z" changeset="35420267" uid="1798346" user="1636">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Socar"/>
+ <tag k="shop" v="convenience"/>
+ </node>
+ <node id="3849962497" lat="46.6588500" lon="7.4948946" version="1" timestamp="2015-11-21T21:50:13Z" changeset="35497867" uid="131561" user="filot">
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ </node>
+ <node id="3856077382" lat="47.3360236" lon="8.5179148" version="1" timestamp="2015-11-24T09:04:29Z" changeset="35546024" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="fuel"/>
+ <tag k="brand" v="AVIA"/>
+ </node>
+ <node id="3856796474" lat="47.3887806" lon="8.6791450" version="1" timestamp="2015-11-24T15:32:15Z" changeset="35553114" uid="3408192" user="Tavali">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="COOP"/>
+ </node>
+ <node id="3857051059" lat="46.7301181" lon="8.1817953" version="1" timestamp="2015-11-24T17:14:48Z" changeset="35555570" uid="674625" user="Fjellrev">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ <tag k="name" v="Postgarage"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="payment:cash" v="no"/>
+ <tag k="shop" v="no"/>
+ </node>
+ <node id="3870732123" lat="46.8153671" lon="6.6523891" version="1" timestamp="2015-12-01T12:42:15Z" changeset="35683727" uid="225842" user="schnelli">
+ <tag k="amenity" v="fuel"/>
+ <tag k="operator" v="Avia"/>
+ <tag k="source" v="Orthophoto Grandson 2015 / R-Pod @ HEIG-VD"/>
+ </node>
+ <node id="3872780480" lat="47.2961848" lon="9.0860821" version="1" timestamp="2015-12-02T13:10:36Z" changeset="35705799" uid="3421455" user="FWwa">
+ <tag k="addr:city" v="Wattwil"/>
+ <tag k="addr:housenumber" v="68"/>
+ <tag k="addr:postcode" v="9630"/>
+ <tag k="addr:street" v="Rickenstrasse"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Agrola"/>
+ <tag k="operator" v="Zingg"/>
+ </node>
+ <node id="3873500007" lat="46.2153036" lon="6.1342581" version="1" timestamp="2015-12-02T19:26:24Z" changeset="35713005" uid="2249743" user="Marc le Grand">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="amenity" v="fuel"/>
+ <tag k="name" v="Migrolino"/>
+ <tag k="operator" v="Migrolino"/>
+ </node>
+ <node id="3875574430" lat="47.0624635" lon="7.7493234" version="1" timestamp="2015-12-04T02:22:17Z" changeset="35739058" uid="261703" user="Hamid">
+ <tag k="amenity" v="fuel"/>
+ <tag k="fuel:1_25" v="yes"/>
+ <tag k="fuel:1_50" v="no"/>
+ <tag k="fuel:diesel" v="yes"/>
+ <tag k="fuel:octane_91" v="yes"/>
+ <tag k="fuel:octane_92" v="no"/>
+ <tag k="fuel:octane_95" v="yes"/>
+ </node>
+
+</osm> \ No newline at end of file
diff --git a/test/poi-service/script/switzerland/museum-and-hotel.xml b/test/poi-service/script/switzerland/museum-and-hotel.xml
new file mode 100755
index 0000000..ce2ecfd
--- /dev/null
+++ b/test/poi-service/script/switzerland/museum-and-hotel.xml
@@ -0,0 +1,15520 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<osm version="0.6" generator="Overpass API">
+<note>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.</note>
+<meta osm_base="2015-12-04T10:11:02Z" areas="2015-12-03T14:13:01Z"/>
+
+ <node id="721630" lat="46.4982767" lon="7.5676532" version="4" timestamp="2011-03-29T11:05:30Z" changeset="7705676" uid="4363" user="Pmz">
+ <tag k="name" v="Hotel Crea"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="www.hotel-crea.ch"/>
+ </node>
+ <node id="6080794" lat="46.4963575" lon="7.5650417" version="3" timestamp="2013-09-25T22:20:13Z" changeset="18036613" uid="937694" user="uroeth">
+ <tag k="name" v="Hotel Hari"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="6081329" lat="46.4922042" lon="7.5562312" version="5" timestamp="2015-07-22T23:26:48Z" changeset="32814810" uid="1778799" user="SomeoneElse_Revert">
+ <tag k="bar" v="yes"/>
+ <tag k="gluten_free" v="yes"/>
+ <tag k="high_chair" v="yes"/>
+ <tag k="name" v="Parkhotel Bellevue"/>
+ <tag k="owner" v="Familie Richard"/>
+ <tag k="restaurant" v="yes"/>
+ <tag k="source" v="visit"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.parkhotel-bellevue.ch/e"/>
+ <tag k="wellness" v="yes"/>
+ </node>
+ <node id="10673008" lat="46.7615749" lon="7.4433600" version="4" timestamp="2015-06-28T11:31:53Z" changeset="32260775" uid="1894634" user="Wikilux">
+ <tag k="name" v="Gurnigelbad"/>
+ <tag k="phone" v="0318090077"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.gurnigelbad.ch"/>
+ </node>
+ <node id="11416078" lat="46.4320363" lon="7.6250600" version="5" timestamp="2013-12-22T20:19:10Z" changeset="19589140" uid="597467" user="Rimba">
+ <tag k="AlpinRes_ID" v="CH9552"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="book_url" v="https://alpinres.org/hut/CH9552"/>
+ <tag k="name" v="Berghotel Schwarenbach"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.schwarenbach.ch"/>
+ </node>
+ <node id="24963636" lat="46.6176495" lon="8.5662067" version="9" timestamp="2011-07-20T07:40:30Z" changeset="8775503" uid="70696" user="xybot">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="centralbundi@bluewin.ch"/>
+ <tag k="name" v="Central"/>
+ <tag k="phone" v="+41 (0)41 887 11 76"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.central-hospental.ch"/>
+ </node>
+ <node id="24982110" lat="46.5553576" lon="8.5678973" version="7" timestamp="2011-09-14T20:10:22Z" changeset="9302931" uid="475266" user="Lobelt_2">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Ospizo del San Gottardo"/>
+ <tag k="name:de" v="Gotthardhospiz"/>
+ <tag k="name:it" v="Ospizo del San Gottardo"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="30859233" lat="46.5802537" lon="7.7088136" version="2" timestamp="2014-10-04T22:01:36Z" changeset="25861720" uid="126246" user="mocoohay">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="31819592" lat="46.9589195" lon="7.4578605" version="11" timestamp="2014-11-26T06:14:51Z" changeset="27037488" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="38"/>
+ <tag k="addr:postcode" v="3014"/>
+ <tag k="addr:street" v="Militärstrasse"/>
+ <tag k="alt_name" v="Hotel-Restaurant Jardin"/>
+ <tag k="contact:email" v="info@hotel-jardin.ch"/>
+ <tag k="contact:fax" v="+41 31 3330943"/>
+ <tag k="contact:phone" v="+41 31 3330117"/>
+ <tag k="contact:website" v="http://www.hotel-jardin.ch/Hotel/Anfrage/anfrage.html"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Jardin"/>
+ <tag k="opening_hours" v="Mo-Su 07:00-23:00"/>
+ <tag k="smoking" v="no"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-jardin.ch/Hotel/hotel.html"/>
+ </node>
+ <node id="32606784" lat="46.9511708" lon="7.4433101" version="21" timestamp="2015-11-17T22:24:13Z" changeset="35391411" uid="85218" user="Aleks-Berlin">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="8-12"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Hodlerstrasse"/>
+ <tag k="contact:email" v="info@kunstmuseumbern.ch"/>
+ <tag k="contact:fax" v="+41 31 3280955"/>
+ <tag k="contact:phone" v="+41 31 3280944"/>
+ <tag k="contact:website" v="http://www.kunstmuseumbern.ch/en/footer/kontakt_0-185.html"/>
+ <tag k="name" v="Kunstmuseum Bern"/>
+ <tag k="name:en" v="Museum of Fine Arts Bern"/>
+ <tag k="name:fr" v="Musée des Beaux-Arts de Berne"/>
+ <tag k="name:it" v="Museo dell'Arte di Berna"/>
+ <tag k="opening_hours" v="Mo off; Tu 10:00-21:00; We-Su 10:00-17:00"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.kunstmuseumbern.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikidata" v="Q194622"/>
+ <tag k="wikimedia_commons" v="Category:Kunstmuseum Bern"/>
+ <tag k="wikipedia" v="de:Kunstmuseum Bern"/>
+ </node>
+ <node id="32609996" lat="46.8154769" lon="7.4945493" version="6" timestamp="2012-07-30T09:29:17Z" changeset="12545340" uid="125339" user="efred">
+ <tag k="name" v="Abegg Stiftung"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="32654789" lat="46.9586496" lon="7.4643305" version="18" timestamp="2014-04-04T15:59:24Z" changeset="21498115" uid="65804" user="Ronny Standtke">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="3014"/>
+ <tag k="addr:street" v="Guisanplatz"/>
+ <tag k="alt_name" v="H5049"/>
+ <tag k="brand" v="ibis budget"/>
+ <tag k="contact:email" v="h5049@accor.com"/>
+ <tag k="contact:phone" v="+41 31 3351212"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="ibis budget Bern Expo"/>
+ <tag k="old_name" v="Etap Hotel"/>
+ <tag k="operator" v="Accor"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ibis.com/de/hotel-5049-ibis-budget-bern-expo-ex-etap-hotel/index.shtml"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="32654790" lat="46.9537670" lon="7.4326586" version="12" timestamp="2014-12-25T14:40:25Z" changeset="27690156" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="3012"/>
+ <tag k="addr:street" v="Mittelstrasse"/>
+ <tag k="addr:suburb" v="Länggasse"/>
+ <tag k="alt_name" v="Arabelle Sorell Hotel"/>
+ <tag k="contact:email" v="info@arabelle.ch"/>
+ <tag k="contact:fax" v="+41 31 302 42 62"/>
+ <tag k="contact:phone" v="+41 31 301 03 05"/>
+ <tag k="contact:website" v="http://www.arabelle.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Arabelle"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Sorell Hotels Switzerland"/>
+ <tag k="smoking" v="no"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="32851853" lat="47.1173650" lon="9.1500322" version="6" timestamp="2012-06-18T12:28:55Z" changeset="11936419" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:postcode" v="8758"/>
+ <tag k="addr:street" v="Kerenzerbergstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Sternen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.sternen-obstalden.ch/"/>
+ </node>
+ <node id="32990264" lat="46.9199397" lon="7.4378340" version="3" timestamp="2011-02-15T17:54:52Z" changeset="7293585" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Kulm"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="34015354" lat="47.2243080" lon="8.9839220" version="3" timestamp="2013-04-18T07:46:47Z" changeset="15770235" uid="481380" user="Nzara">
+ <tag k="name" v="Hotel Ochsen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="52200210" lat="47.6742288" lon="9.0502968" version="2" timestamp="2011-10-28T18:33:35Z" changeset="9673767" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Seehotel Schiff"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="54754465" lat="47.1214095" lon="9.1174346" version="3" timestamp="2013-05-20T17:49:36Z" changeset="16213030" uid="190111" user="geballan">
+ <tag k="name" v="Hotel RömerTurm"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="57370928" lat="47.2453596" lon="8.7260424" version="2" timestamp="2009-04-25T20:36:49Z" changeset="957207" uid="14159" user="teich">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="created_by" v="Potlatch alpha"/>
+ <tag k="name" v="Metzg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="57558757" lat="46.9409064" lon="8.9998484" version="3" timestamp="2015-03-01T13:08:29Z" changeset="29176549" uid="563289" user="Barfly_MB">
+ <tag k="email" v="info@maerchenhotel.ch"/>
+ <tag k="name" v="Märchenhotel Bellevue"/>
+ <tag k="phone" v="+41 55 653 7171"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.maerchenhotel.ch"/>
+ </node>
+ <node id="57558764" lat="46.9388171" lon="8.9907310" version="2" timestamp="2015-03-01T23:38:43Z" changeset="29188586" uid="563289" user="Barfly_MB">
+ <tag k="email" v="info@hotel-cristal.ch"/>
+ <tag k="name" v="Cristal"/>
+ <tag k="phone" v="+41 55 643 1045"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotel-cristal.ch"/>
+ </node>
+ <node id="57558780" lat="46.9249279" lon="8.9975739" version="3" timestamp="2014-05-11T14:21:39Z" changeset="22272110" uid="565471" user="bebbi">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Bahnhof Linthal"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="63004115" lat="47.3876367" lon="8.4853310" version="11" timestamp="2014-05-28T13:26:28Z" changeset="22599513" uid="2096266" user="peterzsl">
+ <tag k="name" v="Spirgarten"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="104241910" lat="47.3382614" lon="8.5373086" version="3" timestamp="2008-02-16T19:47:39Z" changeset="141861" uid="6975" user="ulfl">
+ <tag k="name" v="Ortsmuseum Wollishofen"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="111262651" lat="47.3748924" lon="8.5323192" version="3" timestamp="2008-02-16T19:47:44Z" changeset="141861" uid="6975" user="ulfl">
+ <tag k="name" v="Kriminalmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="119800304" lat="47.3841067" lon="8.5480487" version="5" timestamp="2013-07-29T18:54:18Z" changeset="17143278" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Bauhaus"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="122337061" lat="47.5602345" lon="7.5917110" version="5" timestamp="2014-07-30T10:57:13Z" changeset="24440293" uid="2218527" user="itstheimage">
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:street" v="Rheingasse"/>
+ <tag k="name" v="Hotel Krafft"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="122337073" lat="47.5606329" lon="7.5911975" version="3" timestamp="2009-06-12T14:09:49Z" changeset="1496310" uid="85761" user="klausis">
+ <tag k="name" v="Merian"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="122337411" lat="47.5632953" lon="7.5922348" version="4" timestamp="2012-09-27T23:30:31Z" changeset="13279105" uid="470089" user="pitg600">
+ <tag k="name" v="Basilisk"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="132394952" lat="47.5176524" lon="8.5414694" version="4" timestamp="2008-03-22T11:36:58Z" changeset="369696" uid="28052" user="CvR">
+ <tag k="created_by" v="Potlatch 0.5d"/>
+ <tag k="name" v="Ortsmuseum Brunngasshus"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="132397436" lat="47.5185658" lon="8.5408733" version="5" timestamp="2013-12-23T08:13:46Z" changeset="19595642" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel-Restaurant Zum Goldenen Kopf"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="132399774" lat="47.5173109" lon="8.5405039" version="3" timestamp="2013-02-05T19:23:43Z" changeset="14925688" uid="479871" user="pfrauenf">
+ <tag k="name" v="Gasthaus Rathaus-Stube"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="140392627" lat="47.3829818" lon="8.5359353" version="6" timestamp="2011-07-15T20:20:32Z" changeset="8734271" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Museum für Gestaltung"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="151192185" lat="46.1991180" lon="6.1512943" version="3" timestamp="2013-06-16T19:32:57Z" changeset="16580635" uid="126537" user="Unomano">
+ <tag k="name" v="Musée d'Art et d'Histoire"/>
+ <tag k="name:be" v="Музей мастацтва і гісторыі"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="190979159" lat="46.4993051" lon="7.6756549" version="6" timestamp="2015-11-24T20:04:05Z" changeset="35558685" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Kandersteg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:street" v="Usseri Hauptstrasse"/>
+ <tag k="name" v="Hotel Restaurant Blümlisalp"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="192309946" lat="46.6225059" lon="9.1813471" version="10" timestamp="2013-09-02T20:34:16Z" changeset="17643284" uid="1574909" user="vbnmch">
+ <tag k="addr:city" v="Vals"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7132"/>
+ <tag k="name" v="Therme Vals"/>
+ <tag k="phone" v="+41 81 926 8080"/>
+ <tag k="source" v="knowledge"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.therme-vals.ch"/>
+ </node>
+ <node id="206381258" lat="47.0500869" lon="8.3077493" version="4" timestamp="2014-04-19T09:37:39Z" changeset="21793585" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Luzern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:street" v="Seidenhofstrasse"/>
+ <tag k="name" v="Flora"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="208515690" lat="47.5603897" lon="7.5876903" version="6" timestamp="2012-07-17T06:24:00Z" changeset="12258435" uid="722137" user="OSMF Redaction Account">
+ <tag k="name" v="Le Trois Rois"/>
+ <tag k="name:de" v="Drei Könige"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="240980907" lat="46.4230545" lon="7.3231440" version="4" timestamp="2013-07-01T06:39:05Z" changeset="16773272" uid="1443666" user="schopfi">
+ <tag k="name" v="Hotel Geltenhorn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="243522720" lat="46.8180397" lon="9.6070508" version="1" timestamp="2008-01-26T19:39:26Z" changeset="696071" uid="23063" user="prolet">
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Gürgaletsch"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="243845594" lat="47.1826475" lon="9.2968305" version="7" timestamp="2013-02-13T22:21:01Z" changeset="15023688" uid="908746" user="dulix9">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Berghotel Sellamatt"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="245576289" lat="46.7041686" lon="8.8496148" version="1" timestamp="2008-02-04T16:37:08Z" changeset="40262" uid="23463" user="xxd19">
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Cucagna"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="246251884" lat="47.4994186" lon="8.7274079" version="6" timestamp="2014-07-01T09:00:15Z" changeset="23406788" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Winterthur"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="49"/>
+ <tag k="addr:postcode" v="8400"/>
+ <tag k="addr:street" v="Marktgasse"/>
+ <tag k="name" v="Hotel Krone"/>
+ <tag k="phone" v="+41 52 2081818"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.kronewinterthur.ch"/>
+ </node>
+ <node id="247122367" lat="47.6591332" lon="8.8613468" version="5" timestamp="2014-10-24T10:00:25Z" changeset="26295951" uid="13944" user="bass">
+ <tag k="addr:city" v="Stein am Rhein"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="8260"/>
+ <tag k="addr:street" v="Oehningerstrasse"/>
+ <tag k="email" v="info@chlosterhof.ch"/>
+ <tag k="fax" v="+41 52 741 13 37"/>
+ <tag k="name" v="Chlosterhof"/>
+ <tag k="phone" v="+41 52 742 42 42"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.chlosterhof.ch/"/>
+ </node>
+ <node id="247696691" lat="47.6587355" lon="8.8591668" version="5" timestamp="2014-10-26T23:07:20Z" changeset="26352576" uid="13944" user="bass">
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:street" v="Rhigass"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Rheinfels"/>
+ <tag k="phone" v="+41 52 741 21 44"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="247696932" lat="47.6602288" lon="8.8570223" version="8" timestamp="2014-10-12T22:40:57Z" changeset="26036607" uid="13944" user="bass">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:street" v="Schiffländi"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="fish"/>
+ <tag k="name" v="Zum Schiff"/>
+ <tag k="phone" v="+41 52 741 22 73"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="247696933" lat="47.6600779" lon="8.8572027" version="6" timestamp="2014-09-29T18:36:47Z" changeset="25752831" uid="13944" user="bass">
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:street" v="Schiffländi"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="italian"/>
+ <tag k="name" v="Wasserfels"/>
+ <tag k="phone" v="+41 52 741 22 36"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="247696939" lat="47.6594624" lon="8.8596540" version="9" timestamp="2014-10-20T21:40:50Z" changeset="26223731" uid="13944" user="bass">
+ <tag k="addr:city" v="Stein am Rhein"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Zum Adler"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="8260"/>
+ <tag k="addr:street" v="Rathausplatz"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Restaurant Adler"/>
+ <tag k="phone" v="+41 52 742 61 61"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="248643751" lat="46.5986549" lon="9.5964169" version="4" timestamp="2013-12-27T20:11:47Z" changeset="19668266" uid="122406" user="hanskuster">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Danilo"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="248973275" lat="47.1924099" lon="9.3261109" version="3" timestamp="2013-09-01T20:27:19Z" changeset="17625621" uid="135562" user="Seetroll">
+ <tag k="addr:city" v="Unterwasser"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Schwendihotel Iltios"/>
+ <tag k="addr:postcode" v="9657"/>
+ <tag k="name" v="Schwendihotel Iltios"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="248973292" lat="47.1900671" lon="9.3284232" version="3" timestamp="2013-05-20T00:54:52Z" changeset="16201709" uid="135562" user="Seetroll">
+ <tag k="name" v="Alpenrose"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="248973294" lat="47.2013313" lon="9.3401654" version="1" timestamp="2008-02-23T23:53:25Z" changeset="194618" uid="9353" user="Schäuble Michele">
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Alpenblick"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="251202557" lat="46.6552742" lon="8.7082073" version="3" timestamp="2011-07-18T21:20:07Z" changeset="8763217" uid="75317" user="HoloDuke">
+ <tag k="email" v="info@rheinquelle.ch"/>
+ <tag k="fax" v="+41 (0) 81 920 47 70"/>
+ <tag k="name" v="Rheinquelle"/>
+ <tag k="phone" v="+41 (0) 81 949 11 12"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.rheinquelle.ch"/>
+ </node>
+ <node id="251369003" lat="47.5680791" lon="9.1107781" version="8" timestamp="2013-12-27T04:43:55Z" changeset="19655502" uid="39774" user="MKnight">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Rössli"/>
+ <tag k="opening_hours" v="Su-Tu 11:30-14:00,17:30-23:00; Sa 17:30-23:00"/>
+ <tag k="phone" v="+41 71 622 30 90"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.roessli-weinfelden.ch"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="252543220" lat="46.9037225" lon="6.5717834" version="2" timestamp="2009-06-22T18:54:29Z" changeset="1596052" uid="34307" user="benni_75">
+ <tag k="created_by" v="Potlatch 0.7b"/>
+ <tag k="name" v="Le Chapeau de Napoléon"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="252822610" lat="47.5826379" lon="7.5894323" version="5" timestamp="2013-01-07T10:36:39Z" changeset="14560037" uid="1189960" user="drumrum-raumschule">
+ <tag k="name" v="Verkehrsdrehscheibe Schweiz"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="252913734" lat="47.6887272" lon="8.7474598" version="2" timestamp="2014-05-16T21:25:23Z" changeset="22379630" uid="2046386" user="thebonnetplume">
+ <tag k="name" v="Seminarhotel Unterhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="253468101" lat="46.5091778" lon="6.4982644" version="5" timestamp="2014-08-20T14:23:07Z" changeset="24886285" uid="1856092" user="StreetAv">
+ <tag k="name" v="Musée Forel"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="254179512" lat="47.0710167" lon="9.4788612" version="1" timestamp="2008-03-26T22:09:24Z" changeset="403144" uid="30353" user="eifachich">
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Krone"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="255551847" lat="46.9490661" lon="7.4742912" version="11" timestamp="2015-05-27T05:08:46Z" changeset="31493335" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="3006"/>
+ <tag k="addr:street" v="Monument im Fruchtland"/>
+ <tag k="contact:email" v="info@zpk.org"/>
+ <tag k="contact:fax" v="+41 31 3590102"/>
+ <tag k="contact:phone" v="+41 31 3590101"/>
+ <tag k="name" v="Zentrum Paul Klee"/>
+ <tag k="name:ja" v="パウル・クレー・センター"/>
+ <tag k="note" v="KGS-Nr: Nummer des Kulturgutes, zu finden in den KGS-Listen des Bundes und der Kantone."/>
+ <tag k="opening_hours" v="Tu-Su 10:00-17:00; Mo closed"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.zpk.org"/>
+ <tag k="wikidata" v="Q191189"/>
+ <tag k="wikipedia" v="de:Zentrum Paul Klee"/>
+ <tag k="wikipedia:en" v="Zentrum Paul Klee"/>
+ <tag k="wikipedia:fr" v="Centre Paul Klee"/>
+ <tag k="wikipedia:it" v="Zentrum Paul Klee"/>
+ <tag k="wikipedia:ru" v="Центр Пауля Клее"/>
+ </node>
+ <node id="256503717" lat="46.3285288" lon="10.0571743" version="3" timestamp="2009-07-09T19:17:42Z" changeset="1783098" uid="26726" user="lonvia">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Alta Villa"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="258366960" lat="46.4827945" lon="9.9137115" version="6" timestamp="2011-06-28T20:08:51Z" changeset="8575140" uid="36000" user="Laguna Seca">
+ <tag k="name" v="Hotel Palü"/>
+ <tag k="operator" v="Fam. Forter"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.palue.ch"/>
+ </node>
+ <node id="258491986" lat="46.5083871" lon="6.4972648" version="7" timestamp="2014-08-14T19:38:54Z" changeset="24753443" uid="1856092" user="StreetAv">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:street" v="Passage de la Couronne"/>
+ <tag k="name" v="La Nouvelle Couronne"/>
+ <tag k="operator" v="Groupe Hôtels et Patrimoine"/>
+ <tag k="phone" v="+ 41 (0) 21 804 81 81"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.couronne-morges.ch/"/>
+ </node>
+ <node id="258491997" lat="46.5078621" lon="6.4987602" version="6" timestamp="2014-08-18T19:38:55Z" changeset="24842369" uid="1856092" user="StreetAv">
+ <tag k="addr:street" v="Quai du Mont-Blanc"/>
+ <tag k="name" v="Hôtel Mont-Blanc"/>
+ <tag k="operator" v="Romantik Hotels"/>
+ <tag k="phone" v="+41 (0) 21 804 87 87"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-mont-blanc.ch/"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="258524844" lat="46.7048251" lon="8.8536616" version="2" timestamp="2011-09-14T18:24:11Z" changeset="9301864" uid="45952" user="plexi32">
+ <tag k="name" v="Hotel Furka"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="258524845" lat="46.7040396" lon="8.8520411" version="2" timestamp="2015-05-12T14:10:26Z" changeset="31054971" uid="168830" user="nanoktom">
+ <tag k="name" v="Museum da Cristallas"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="259025159" lat="46.9500345" lon="7.4589913" version="10" timestamp="2014-07-08T11:31:46Z" changeset="24022652" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="3013"/>
+ <tag k="addr:street" v="Altenbergstrasse"/>
+ <tag k="alt_name" v="Albert &amp; Frida"/>
+ <tag k="contact:email" v="hotel@albertfrida.ch"/>
+ <tag k="contact:phone" v="+41 31 3480305"/>
+ <tag k="contact:website" v="http://www.albertfrida.ch/index.php/kontakt.html"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Landhaus"/>
+ <tag k="operator" v="Albert &amp; Frida GmbH"/>
+ <tag k="source" v="website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.albertfrida.ch"/>
+ </node>
+ <node id="259250564" lat="46.7291566" lon="8.1894687" version="1" timestamp="2008-04-22T21:55:20Z" changeset="227270" uid="26726" user="lonvia">
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Hasli-Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="259768716" lat="47.2611514" lon="8.5996038" version="7" timestamp="2013-05-27T13:35:39Z" changeset="16305101" uid="290680" user="wheelmap_visitor">
+ <tag k="created_by" v="Potlatch 0.8b"/>
+ <tag k="name" v="Ortsmuseum Sust"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="260000571" lat="47.2364410" lon="8.9989930" version="1" timestamp="2008-04-26T15:50:55Z" changeset="260645" uid="9353" user="Schäuble Michele">
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Hotel Ochsen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="261651357" lat="47.3737380" lon="8.5531845" version="3" timestamp="2011-10-26T18:28:56Z" changeset="9662573" uid="26726" user="lonvia">
+ <tag k="addr:housenumber" v="26"/>
+ <tag k="addr:street" v="Plattenstrasse"/>
+ <tag k="name" v="Plattenhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="264382942" lat="46.9660999" lon="9.5421913" version="2" timestamp="2012-04-04T16:52:34Z" changeset="11176940" uid="290680" user="wheelmap_visitor">
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Zur Tanne"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="266886002" lat="46.6490474" lon="8.4997774" version="1" timestamp="2008-05-25T22:35:27Z" changeset="520759" uid="26726" user="lonvia">
+ <tag k="name" v="Berggasthaus Dammagletscher"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="266886028" lat="46.6531440" lon="8.5179419" version="1" timestamp="2008-05-25T22:35:30Z" changeset="520759" uid="26726" user="lonvia">
+ <tag k="name" v="Göscheneralp"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="268411423" lat="47.3616215" lon="8.5512853" version="6" timestamp="2008-06-27T19:58:35Z" changeset="317349" uid="40831" user="swiss">
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ <tag k="name" v="Seefeld"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="268411928" lat="47.3671121" lon="8.5393433" version="6" timestamp="2015-02-09T18:05:03Z" changeset="28733585" uid="1218134" user="Sarob">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8001"/>
+ <tag k="addr:street" v="Talstrasse"/>
+ <tag k="name" v="Hotel Baur au Lac"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.bauraulac.ch/"/>
+ </node>
+ <node id="268412177" lat="47.3697691" lon="8.5397725" version="6" timestamp="2011-07-18T08:21:25Z" changeset="8755053" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Savoy Baur en Ville"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="268473495" lat="47.3642857" lon="8.5471411" version="3" timestamp="2014-04-21T08:05:00Z" changeset="21831375" uid="1218134" user="Sarob">
+ <tag k="name" v="Europe"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="268473496" lat="47.3643873" lon="8.5470213" version="3" timestamp="2013-08-23T17:21:31Z" changeset="17472738" uid="359735" user="The_Raven">
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:street" v="Falkenstrasse"/>
+ <tag k="email" v="welcome@ambassadorhotel.ch"/>
+ <tag k="fax" v="+41 (0)44 258 98 00"/>
+ <tag k="name" v="Ambassador"/>
+ <tag k="phone" v="+41 (0)44 258 98 98"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ambassadorhotel.ch/"/>
+ </node>
+ <node id="268602000" lat="47.3617564" lon="8.5539873" version="1" timestamp="2008-06-05T14:26:11Z" changeset="55368" uid="40831" user="swiss">
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ <tag k="name" v="Sorell"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="268656386" lat="47.4300419" lon="8.4654856" version="3" timestamp="2011-03-27T17:36:09Z" changeset="7688776" uid="121434" user="dave_zh">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Gasthof Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="268892350" lat="46.7593914" lon="7.6287843" version="7" timestamp="2013-04-15T21:01:52Z" changeset="15741827" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Krone"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="268892423" lat="46.7575410" lon="7.6312684" version="9" timestamp="2014-10-24T08:50:36Z" changeset="26294884" uid="125339" user="efred">
+ <tag k="addr:city" v="Thun"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="3600"/>
+ <tag k="addr:street" v="Freienhofgasse"/>
+ <tag k="email" v="info@freienhof.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Freienhof"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.freienhof.ch/"/>
+ </node>
+ <node id="268892702" lat="46.7616097" lon="7.6285395" version="2" timestamp="2009-03-19T23:07:48Z" changeset="835720" uid="108753" user="iSpyri">
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Elite"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="269423289" lat="47.3466987" lon="8.7172847" version="6" timestamp="2012-12-03T20:32:59Z" changeset="14144497" uid="43016" user="Andreas Lienhard">
+ <tag k="addr:housenumber" v="23"/>
+ <tag k="addr:street" v="Zentralstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Ochsen"/>
+ <tag k="source_ref" v="http://www.ochsen-uster.ch/"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.ochsen-uster.ch/"/>
+ </node>
+ <node id="269984314" lat="46.6846771" lon="7.8467089" version="5" timestamp="2013-03-07T21:49:29Z" changeset="15287687" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Unterseen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="email" v="info@beausite.ch"/>
+ <tag k="fax" v="+41 33 826 75 85"/>
+ <tag k="name" v="Beausite"/>
+ <tag k="operator" v="Max &amp; Imi Ritter"/>
+ <tag k="phone" v="+41 33 826 75 75"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.beausite.ch"/>
+ </node>
+ <node id="269984315" lat="46.6842815" lon="7.8458842" version="5" timestamp="2013-05-07T13:22:34Z" changeset="16011184" uid="943137" user="hansif">
+ <tag k="addr:city" v="Unterseen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="email" v="info@chalet-swiss.ch"/>
+ <tag k="fax" v="+41 33 826 78 70"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Chalet Swiss"/>
+ <tag k="operator" v="Familie R. &amp; T. Klopfer"/>
+ <tag k="phone" v="+41 33 826 78 78"/>
+ <tag k="rooms" v="53"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.chalet-swiss.ch"/>
+ </node>
+ <node id="270051296" lat="46.7269404" lon="8.1873450" version="3" timestamp="2015-01-03T15:50:21Z" changeset="27889120" uid="72918" user="Schnupfix">
+ <tag k="name" v="Sherlock-Holmes-Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="270491144" lat="46.7558956" lon="7.6347251" version="3" timestamp="2013-04-14T20:05:48Z" changeset="15725491" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Bellevue-Park"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="270691054" lat="47.3692126" lon="8.5511736" version="3" timestamp="2012-02-07T22:17:17Z" changeset="10617696" uid="26726" user="lonvia">
+ <tag k="name" v="Claridge"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="270799196" lat="47.3696848" lon="8.5535638" version="5" timestamp="2012-04-04T15:39:58Z" changeset="11178150" uid="48010" user="partim">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="31"/>
+ <tag k="addr:postcode" v="8032"/>
+ <tag k="addr:street" v="Hottingerstrasse"/>
+ <tag k="name" v="Hotel Hottingen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="270799857" lat="47.3682930" lon="8.5455449" version="1" timestamp="2008-06-16T21:51:49Z" changeset="189356" uid="40831" user="swiss">
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ <tag k="name" v="Villette"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="270800529" lat="47.3685514" lon="8.5455497" version="3" timestamp="2015-10-07T17:48:42Z" changeset="34496098" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Otter"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="270800701" lat="47.3688306" lon="8.5445137" version="5" timestamp="2012-10-17T20:42:12Z" changeset="13537139" uid="26726" user="lonvia">
+ <tag k="name" v="California"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="270800927" lat="47.3691599" lon="8.5440950" version="4" timestamp="2010-02-08T22:02:17Z" changeset="3826752" uid="666" user="ThePacki">
+ <tag k="addr:housenumber" v="30"/>
+ <tag k="addr:street" v="Schifflände"/>
+ <tag k="name" v="Helmhaus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="270802863" lat="47.3712661" lon="8.5417938" version="8" timestamp="2015-12-02T10:09:38Z" changeset="35702156" uid="3421576" user="theamauchle">
+ <tag k="name" v="Zum Storchen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair_toilet" v="yes"/>
+ </node>
+ <node id="270803974" lat="47.3700099" lon="8.5417499" version="3" timestamp="2014-05-28T12:58:42Z" changeset="22599513" uid="2096266" user="peterzsl">
+ <tag k="name" v="Museum Porzellan &amp; Keramik"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="271126766" lat="47.1046386" lon="6.8312232" version="1" timestamp="2008-06-18T12:30:52Z" changeset="208252" uid="34307" user="benni_75">
+ <tag k="name" v="Hôtel de la Croix d'Or"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="271134247" lat="47.1026590" lon="6.8303237" version="3" timestamp="2013-01-21T09:26:04Z" changeset="14730768" uid="34307" user="benni_75">
+ <tag k="name" v="Hôtel de la Fleur de Lys"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="273500930" lat="47.1667167" lon="8.5532237" version="3" timestamp="2013-01-02T18:04:12Z" changeset="14503300" uid="121434" user="dave_zh">
+ <tag k="name" v="Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="274079275" lat="46.4234824" lon="7.1468122" version="2" timestamp="2009-08-16T18:12:19Z" changeset="2168114" uid="67547" user="gregus_">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="du Chamois"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="274673913" lat="47.5451433" lon="7.5636794" version="3" timestamp="2008-06-29T16:20:48Z" changeset="339852" uid="42427" user="efes">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ <tag k="name" v="Gasthof Neubad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="274762973" lat="46.7875316" lon="8.0416706" version="2" timestamp="2008-07-06T09:13:56Z" changeset="412493" uid="26726" user="lonvia">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Rothorn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="274891566" lat="46.9519301" lon="7.5519302" version="1" timestamp="2008-06-30T12:11:45Z" changeset="345821" uid="41252" user="rennt">
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="274983267" lat="47.3654989" lon="8.5360293" version="3" timestamp="2010-11-17T08:23:18Z" changeset="6390904" uid="186651" user="Teddych">
+ <tag k="name" v="Arabellasheraton Neues Schloss"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="274986771" lat="47.3675057" lon="8.5374869" version="3" timestamp="2010-11-17T08:23:58Z" changeset="6390904" uid="186651" user="Teddych">
+ <tag k="name" v="Glärnischhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="275105390" lat="47.3722321" lon="9.1832783" version="3" timestamp="2009-07-21T15:04:22Z" changeset="1895468" uid="44456" user="twalter">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Wolfensberg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="275639835" lat="47.0851094" lon="7.2121880" version="3" timestamp="2012-01-09T18:54:47Z" changeset="10344690" uid="75263" user="Johnny Graber">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Seeblick"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="276066174" lat="47.3643847" lon="7.1535509" version="4" timestamp="2010-09-23T14:07:31Z" changeset="5854298" uid="334389" user="ueliw0">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Cicogne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="276066176" lat="47.3646884" lon="7.1543231" version="2" timestamp="2010-09-23T16:50:35Z" changeset="5855542" uid="334389" user="ueliw0">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="276364166" lat="47.4192212" lon="8.5054537" version="5" timestamp="2015-04-17T08:10:11Z" changeset="30281239" uid="177149" user="zwis">
+ <tag k="name" v="Hotel Kronenhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-kronenhof.ch/"/>
+ </node>
+ <node id="276406403" lat="47.3890206" lon="8.5170578" version="5" timestamp="2015-01-18T18:49:08Z" changeset="28237550" uid="97547" user="datendelphin">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="8005"/>
+ <tag k="addr:street" v="Schiffbaustrasse"/>
+ <tag k="name" v="Ibis Zurich City West"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.accorhotels.com/"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:rooms" v="5"/>
+ <tag k="wheelchair:source" v="http://www.accorhotels.com/de/hotel-2942-ibis-zurich-city-west/"/>
+ </node>
+ <node id="276406426" lat="47.3891361" lon="8.5167438" version="5" timestamp="2015-01-18T18:49:09Z" changeset="28237550" uid="97547" user="datendelphin">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="addr:postcode" v="8005"/>
+ <tag k="addr:street" v="Schiffbaustrasse"/>
+ <tag k="email" v="H2731@accor.com"/>
+ <tag k="fax" v="+41442762299"/>
+ <tag k="name" v="Novotel Zurich City-West"/>
+ <tag k="phone" v="+41442762200"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.accorhotels.com/"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:rooms" v="5"/>
+ <tag k="wheelchair:source" v="http://www.accorhotels.com/de/hotel-2731-novotel-zurich-city-west/"/>
+ </node>
+ <node id="276406491" lat="47.3889729" lon="8.5161860" version="6" timestamp="2015-01-18T18:49:09Z" changeset="28237550" uid="97547" user="datendelphin">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="8005"/>
+ <tag k="addr:street" v="Technoparkstrasse"/>
+ <tag k="name" v="ibis budget Zurich City West"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.accorhotels.com/"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:rooms" v="5"/>
+ <tag k="wheelchair:source" v="http://www.accorhotels.com/de/hotel-3184-etap-hotel-zurich-city-west-zukunftig-ibis-budget/"/>
+ </node>
+ <node id="276433091" lat="47.4808738" lon="8.3091428" version="5" timestamp="2014-11-24T08:17:35Z" changeset="26989337" uid="1232723" user="gerzim">
+ <tag k="addr:city" v="Baden"/>
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:postcode" v="5400"/>
+ <tag k="addr:street" v="Römerstrasse"/>
+ <tag k="email" v="duparc@welcomegroup.ch"/>
+ <tag k="fax" v="+41-56-222 07 93"/>
+ <tag k="name" v="Hotel Du Parc"/>
+ <tag k="phone" v="+41-56-203 15 15"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.welcomegroup.ch/de/duparc"/>
+ </node>
+ <node id="276570456" lat="46.7573006" lon="8.1371975" version="2" timestamp="2014-03-11T07:18:41Z" changeset="21039634" uid="1631980" user="gabaglio">
+ <tag k="name" v="Silvana"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="276570457" lat="46.7572535" lon="8.1348581" version="2" timestamp="2014-03-11T07:18:41Z" changeset="21039634" uid="1631980" user="gabaglio">
+ <tag k="name" v="Gasthaus Kulm Brünig"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="277219965" lat="47.1759657" lon="8.9036291" version="2" timestamp="2011-10-20T19:51:19Z" changeset="9604904" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Schäfli"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="277269079" lat="46.2476799" lon="9.1456344" version="2" timestamp="2015-10-02T19:30:19Z" changeset="34396382" uid="2395427" user="schoen6">
+ <tag k="name" v="Hotel Calancasca"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="277371609" lat="46.5503435" lon="7.7643859" version="3" timestamp="2014-09-25T14:24:43Z" changeset="25666242" uid="126246" user="mocoohay">
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Golderli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="277777034" lat="46.9343171" lon="7.4399719" version="8" timestamp="2014-08-01T14:02:04Z" changeset="24480925" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="99"/>
+ <tag k="addr:postcode" v="3007"/>
+ <tag k="addr:street" v="Seftigenstrasse"/>
+ <tag k="alt_name" v="Hotel Ambassador &amp; SPA"/>
+ <tag k="contact:email" v="ambassador@fhotels.ch"/>
+ <tag k="contact:fax" v="+41 31 3714117"/>
+ <tag k="contact:phone" v="+41 31 3709999"/>
+ <tag k="contact:website" v="http://www.fassbindhotels.com/ambassador_kontakt.html"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Ambassador &amp; SPA"/>
+ <tag k="source" v="website"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.fassbindhotels.com/ambassador-hotel.html"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="278139304" lat="47.2722534" lon="9.1111459" version="4" timestamp="2012-09-04T14:29:06Z" changeset="12982679" uid="334389" user="ueliw0">
+ <tag k="addr:city" v="Ebnat-Kappel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="111"/>
+ <tag k="addr:postcode" v="9642"/>
+ <tag k="addr:street" v="Kapplerstrasse"/>
+ <tag k="name" v="Hotel Kapplerhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.kapplerhof.ch/"/>
+ </node>
+ <node id="278200596" lat="47.4675247" lon="7.5972605" version="4" timestamp="2008-08-17T00:39:31Z" changeset="288072" uid="8296" user="kuede">
+ <tag k="created_by" v="Potlatch 0.9c"/>
+ <tag k="name" v="Hotel Restaurant Mühle"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="279616489" lat="47.5177123" lon="9.4371864" version="5" timestamp="2014-07-27T18:40:18Z" changeset="24389408" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Arbon"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="9320"/>
+ <tag k="addr:street" v="Weitegasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Hotel Wunderbar"/>
+ <tag k="opening_hours" v="Mo-Sa 07:00-24:00; Su 07:00-22:00"/>
+ <tag k="phone" v="+41 71 440 05 05"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-wunderbar.ch/"/>
+ </node>
+ <node id="280528109" lat="46.9527791" lon="7.4351952" version="11" timestamp="2014-01-27T09:09:49Z" changeset="20225154" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="3012"/>
+ <tag k="addr:street" v="Hallerstrasse"/>
+ <tag k="alt_name" v="Universität Bern - Antikensammlung"/>
+ <tag k="contact:email" v="antikensammlung@iaw.unibe.ch"/>
+ <tag k="name" v="Antikensammlung"/>
+ <tag k="name:en" v="University Bern - "/>
+ <tag k="opening_hours" v="Mo-Tu off; We 18:00-20:00; Th-Su off"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.iaw.unibe.ch/content/bibliotheken__sammlung/antikensammlung/index_ger.html"/>
+ </node>
+ <node id="281381410" lat="46.3346912" lon="6.1610459" version="1" timestamp="2008-07-27T08:48:58Z" changeset="608219" uid="9733" user="stedewa">
+ <tag k="created_by" v="Potlatch 0.10"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="281389419" lat="47.2071602" lon="8.7043929" version="2" timestamp="2011-02-18T12:11:28Z" changeset="7321864" uid="52015" user="rockcreek">
+ <tag k="name" v="Heimatkundliche Sammlung"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="282874996" lat="46.7187533" lon="8.0380042" version="7" timestamp="2012-07-24T11:42:39Z" changeset="12464541" uid="56103" user="JDKDHF">
+ <tag k="name" v="Sporthotel Axalp"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="282881714" lat="46.7940851" lon="10.2896165" version="3" timestamp="2010-08-13T13:43:55Z" changeset="5482007" uid="140385" user="micw">
+ <tag k="name" v="Garni Panorama"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="282881798" lat="46.7155138" lon="10.3338471" version="2" timestamp="2015-02-09T15:29:22Z" changeset="28730181" uid="109705" user="gscholz">
+ <tag k="name" v="Mayor"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="282881802" lat="46.7152913" lon="10.3350326" version="2" timestamp="2015-02-09T15:29:22Z" changeset="28730181" uid="109705" user="gscholz">
+ <tag k="email" v="info@cruschalba.ch"/>
+ <tag k="name" v="Crusch Alba"/>
+ <tag k="phone" v="+4181 864 14 05"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.cruschalba.ch/"/>
+ </node>
+ <node id="282881826" lat="46.7176281" lon="10.3262149" version="3" timestamp="2015-09-29T20:01:48Z" changeset="34334373" uid="1745073" user="AL68">
+ <tag k="name" v="Schmelzra"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="283029553" lat="46.3109836" lon="7.8033122" version="1" timestamp="2008-08-03T09:01:14Z" changeset="32909" uid="42966" user="boehrli">
+ <tag k="name" v="Museum auf der Burg"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="283280945" lat="46.7819915" lon="8.7721605" version="7" timestamp="2015-08-16T16:03:44Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Bristen"/>
+ <tag k="addr:postcode" v="6475"/>
+ <tag k="addr:street" v="Balmenegg"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Hotel Maderanertal"/>
+ <tag k="opening_hours" v="Jun-Oct"/>
+ <tag k="phone" v="+41 8831122"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-maderanertal.ch"/>
+ </node>
+ <node id="283458324" lat="47.3769479" lon="8.5394468" version="5" timestamp="2015-01-26T19:03:39Z" changeset="28425560" uid="1218134" user="Sarob">
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:street" v="Bahnhofplatz"/>
+ <tag k="name" v="Schweizerhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="283458327" lat="47.3764240" lon="8.5392709" version="2" timestamp="2014-07-16T17:06:12Z" changeset="24184406" uid="524500" user="wheelmap_android">
+ <tag k="name" v="St. Gotthard"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="283458360" lat="47.3749125" lon="8.5365485" version="3" timestamp="2014-07-16T17:28:17Z" changeset="24185263" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="City Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="284553983" lat="47.4082577" lon="7.5440811" version="6" timestamp="2011-10-21T20:30:03Z" changeset="9613553" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="created_by" v="Potlatch 0.10b"/>
+ <tag k="name" v="Hotel Weisses Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="286038781" lat="47.1935292" lon="7.3962683" version="2" timestamp="2010-01-15T13:14:34Z" changeset="3623863" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Passage"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="286055859" lat="47.3392677" lon="8.2047537" version="9" timestamp="2012-11-08T22:48:36Z" changeset="13800569" uid="290680" user="wheelmap_visitor">
+ <tag k="is_in" v="Seengen,Bezirk Lenzburg,Aargau,Schweiz,Europe"/>
+ <tag k="name" v="Eichberg"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="286655654" lat="47.2545334" lon="6.9981443" version="2" timestamp="2012-05-20T19:39:33Z" changeset="11655365" uid="30566" user="Pascal Mages">
+ <tag k="name" v="Café du Soleil"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.cafe-du-soleil.ch/"/>
+ </node>
+ <node id="286766716" lat="46.7543994" lon="8.0362714" version="3" timestamp="2012-03-19T21:21:42Z" changeset="11035134" uid="56103" user="JDKDHF">
+ <tag k="name" v="Hotel Adler"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="286805653" lat="46.7555318" lon="8.0083641" version="2" timestamp="2010-09-10T18:40:49Z" changeset="5743563" uid="26599" user="cdavila">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Wildbach"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="286805764" lat="46.7548989" lon="8.0379119" version="2" timestamp="2012-03-19T21:21:43Z" changeset="11035134" uid="56103" user="JDKDHF">
+ <tag k="name" v="Weisses Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="286879700" lat="46.9424307" lon="7.4301012" version="11" timestamp="2015-05-18T19:30:50Z" changeset="31265112" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="66"/>
+ <tag k="addr:postcode" v="3007"/>
+ <tag k="addr:street" v="Zieglerstrasse"/>
+ <tag k="alt_name" v="Hotel Astoria Bern City"/>
+ <tag k="contact:email" v="h9662@accor.com"/>
+ <tag k="contact:fax" v="+41 31 3786600"/>
+ <tag k="contact:phone" v="+41 31 3786666"/>
+ <tag k="contact:website" v="http://www.astoria-bern.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Astoria"/>
+ <tag k="operator" v="Accor"/>
+ <tag k="smoking" v="no"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.astoria-bern.ch"/>
+ </node>
+ <node id="286879703" lat="46.9430673" lon="7.4325790" version="7" timestamp="2014-11-30T00:12:25Z" changeset="27122650" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="43"/>
+ <tag k="addr:postcode" v="3007"/>
+ <tag k="addr:street" v="Belpstrasse"/>
+ <tag k="alt_name" v="Hotel La Pergola"/>
+ <tag k="contact:email" v="info@hotel-lapergola.ch"/>
+ <tag k="contact:fax" v="+41 31 3815054"/>
+ <tag k="contact:phone" v="+41 31 9414343"/>
+ <tag k="contact:website" v="http://www.hotel-lapergola.ch/en/contact.html"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="La Pergola"/>
+ <tag k="operator" v="SV (Schweiz) AG"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-lapergola.ch"/>
+ </node>
+ <node id="286879734" lat="46.9492876" lon="7.4446885" version="11" timestamp="2014-05-29T12:10:51Z" changeset="22617392" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="28"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Zeughausgasse"/>
+ <tag k="alt_name" v="Hotel Metropole"/>
+ <tag k="contact:email" v="info@hotelmetropole.ch"/>
+ <tag k="contact:fax" v="+41 31 3299495"/>
+ <tag k="contact:phone" v="+41 31 3299494"/>
+ <tag k="contact:website" v="http://hotelmetropole.ch/en_UK/contact"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="yes"/>
+ <tag k="name" v="Metropole"/>
+ <tag k="source" v="website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelmetropole.ch"/>
+ </node>
+ <node id="286879736" lat="46.9487132" lon="7.4464397" version="11" timestamp="2014-12-11T15:16:23Z" changeset="27399371" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Zeughausgasse"/>
+ <tag k="alt_name" v="BEST WESTERN HOTELBERN"/>
+ <tag k="brand" v="Best Western"/>
+ <tag k="contact:email" v="reception@hotelbern.ch"/>
+ <tag k="contact:fax" v="+41 31 3292299"/>
+ <tag k="contact:phone" v="+41 31 3292222"/>
+ <tag k="contact:website" v="http://hotel-bern.ch/en/kontakt.html"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="HOTELBERN"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-bern.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="286879779" lat="46.9485410" lon="7.4556982" version="10" timestamp="2014-06-28T13:36:20Z" changeset="23245547" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Gerechtigkeitsgasse"/>
+ <tag k="alt_name" v="Hotel Nydeck"/>
+ <tag k="contact:email" v="info@hotelnydeck.ch"/>
+ <tag k="contact:fax" v="+41 31 3122040"/>
+ <tag k="contact:phone" v="+41 31 3118686"/>
+ <tag k="contact:website" v="http://www.hotelnydeck.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Nydeck"/>
+ <tag k="smoking" v="separated"/>
+ <tag k="source" v="website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="288425341" lat="46.9598586" lon="10.3996881" version="3" timestamp="2011-01-27T18:47:16Z" changeset="7106294" uid="147865" user="zuso">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Cresta"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelcresta.com/"/>
+ </node>
+ <node id="288425342" lat="46.9594852" lon="10.4000073" version="4" timestamp="2011-11-29T16:33:45Z" changeset="9989200" uid="330773" user="Roadrunner21">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Romantica"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelromantica.ch/"/>
+ </node>
+ <node id="289958398" lat="47.5603998" lon="8.4964002" version="2" timestamp="2009-03-17T12:43:43Z" changeset="822705" uid="31231" user="Andre68">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="289958402" lat="47.5589069" lon="8.4995418" version="1" timestamp="2008-08-21T18:29:06Z" changeset="351832" uid="61077" user="ykuendig">
+ <tag k="name" v="Gottfried-Keller Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="290081798" lat="47.0669299" lon="9.3570512" version="5" timestamp="2015-09-02T06:36:07Z" changeset="33743721" uid="59612" user="grunrolf">
+ <tag k="addr:city" v="Flumserberg-Saxli"/>
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="addr:postcode" v="8894"/>
+ <tag k="addr:street" v="Geisswiesenstrasse"/>
+ <tag k="name" v="Ferienheim Geisswiese"/>
+ <tag k="operator" v="Manuela und Rolf Grun"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.geisswiese.ch/"/>
+ </node>
+ <node id="291426246" lat="47.0207496" lon="8.6534402" version="3" timestamp="2014-07-13T09:39:42Z" changeset="24115929" uid="359735" user="The_Raven">
+ <tag k="name" v="Wysses Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="291687394" lat="47.4509880" lon="8.5401420" version="2" timestamp="2010-12-23T22:16:07Z" changeset="6750216" uid="327110" user="sternli">
+ <tag k="name" v="Park Inn Zurich Airport"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="292180796" lat="46.7752289" lon="6.6493528" version="2" timestamp="2010-10-04T10:05:48Z" changeset="5951959" uid="330773" user="Roadrunner21">
+ <tag k="name" v="La Prairie"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="292180816" lat="46.7797433" lon="6.6434969" version="2" timestamp="2008-12-07T17:44:04Z" changeset="250968" uid="84054" user="fredjunod">
+ <tag k="created_by" v="Potlatch 0.10b"/>
+ <tag k="name" v="Hôtel du Théâtre"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="292594009" lat="46.8224533" lon="8.4048680" version="2" timestamp="2014-06-26T12:51:24Z" changeset="23180910" uid="74900" user="FischersFritz">
+ <tag k="name" v="Edelweiss"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="292619458" lat="46.6897820" lon="7.8645964" version="8" timestamp="2014-10-06T15:26:11Z" changeset="25897348" uid="481380" user="Nzara">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="211"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Höheweg"/>
+ <tag k="email" v="info.interlaken@lindnerhotels.ch"/>
+ <tag k="fax" v="+41 33 826 70 08"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Beau-Rivage"/>
+ <tag k="operator" v="Lindner Gruppe"/>
+ <tag k="phone" v="+41 33 826 70 07"/>
+ <tag k="rooms" v="101"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.lindner.de/de/LGHBR"/>
+ </node>
+ <node id="293122518" lat="46.6802881" lon="8.1534851" version="5" timestamp="2015-08-01T18:34:45Z" changeset="33035148" uid="257555" user="rene78">
+ <tag k="email" v="info@rosenlaui.ch"/>
+ <tag k="name" v="Rosenlaui"/>
+ <tag k="phone" v="+41 33 971 29 12"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.rosenlaui.ch/"/>
+ </node>
+ <node id="294260598" lat="46.6321002" lon="8.5927666" version="4" timestamp="2012-02-23T21:49:01Z" changeset="10773144" uid="130472" user="fx99">
+ <tag k="addr:city" v="Andermatt"/>
+ <tag k="addr:housenumber" v="163"/>
+ <tag k="addr:postcode" v="6490"/>
+ <tag k="addr:street" v="Gotthardstrasse"/>
+ <tag k="name" v="Aurora"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.aurora-andermatt.ch/"/>
+ </node>
+ <node id="294260605" lat="46.6327487" lon="8.5939088" version="6" timestamp="2011-02-27T07:18:16Z" changeset="7407301" uid="130472" user="fx99">
+ <tag k="addr:housenumber" v="94"/>
+ <tag k="addr:postcode" v="6490"/>
+ <tag k="addr:street" v="Gotthardstrasse"/>
+ <tag k="name" v="Gasthaus Skiclub"/>
+ <tag k="operator" v="Mascia Meneghel; Gaetano Romano"/>
+ <tag k="phone" v="+41 41 887 03 30"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://gasthaus-skiklub.ch/"/>
+ </node>
+ <node id="294260607" lat="46.6327347" lon="8.5945047" version="4" timestamp="2013-03-22T17:22:39Z" changeset="15456758" uid="130472" user="fx99">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Bären restaurant &amp; rooms"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.baeren-andermatt.ch"/>
+ </node>
+ <node id="294260609" lat="46.6330273" lon="8.5950508" version="5" timestamp="2011-01-07T17:19:15Z" changeset="6895057" uid="130472" user="fx99">
+ <tag k="addr:housenumber" v="76"/>
+ <tag k="addr:postcode" v="6490"/>
+ <tag k="addr:street" v="Gotthardstrasse"/>
+ <tag k="name" v="Hotel zur Sonne"/>
+ <tag k="phone" v="+41 41 887 1226"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelsonneandermatt.ch/"/>
+ </node>
+ <node id="294260618" lat="46.6327120" lon="8.5952817" version="2" timestamp="2011-02-27T07:18:12Z" changeset="7407301" uid="130472" user="fx99">
+ <tag k="name" v="Talmuseum Ursern"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.talmuseum-ursern.ch/"/>
+ </node>
+ <node id="294260623" lat="46.6330674" lon="8.5958636" version="5" timestamp="2014-09-07T14:48:25Z" changeset="25288361" uid="130472" user="fx99">
+ <tag k="email" v="info@gasthaustell.ch"/>
+ <tag k="fax" v="+41 41 887 14 15"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Tell Gasthaus"/>
+ <tag k="phone" v="+41 41 887 15 20"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.gasthaustell.ch/"/>
+ </node>
+ <node id="294260632" lat="46.6334442" lon="8.5973227" version="2" timestamp="2011-02-27T12:46:48Z" changeset="7410208" uid="130472" user="fx99">
+ <tag k="name" v="Schweizerhof"/>
+ <tag k="phone" v="+41 41 887 11 89"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.schweizerhof-andermatt.ch/"/>
+ </node>
+ <node id="294260635" lat="46.6336693" lon="8.5971396" version="4" timestamp="2012-02-23T21:49:02Z" changeset="10773144" uid="130472" user="fx99">
+ <tag k="name" v="The River House"/>
+ <tag k="phone" v="+41 / 41 / 887 00 25"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.theriverhouse.ch/"/>
+ </node>
+ <node id="294260792" lat="46.6340281" lon="8.5978918" version="5" timestamp="2011-02-27T13:33:00Z" changeset="7410696" uid="130472" user="fx99">
+ <tag k="name" v="Könige &amp; Post"/>
+ <tag k="phone" v="+41 (0)41 887 00 01"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.3koenige.ch"/>
+ </node>
+ <node id="294260803" lat="46.6341407" lon="8.5977482" version="4" timestamp="2012-02-23T21:49:02Z" changeset="10773144" uid="130472" user="fx99">
+ <tag k="name" v="Gasthaus zum Sternen"/>
+ <tag k="phone" v="+41 (0) 41 887 11 30"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://gasthaussternen.com/"/>
+ </node>
+ <node id="294931396" lat="47.4643324" lon="7.8105120" version="2" timestamp="2009-03-02T09:37:15Z" changeset="726441" uid="64763" user="Milos Cekovic">
+ <tag k="name" v="Hotel Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="294931400" lat="47.4633162" lon="7.8108672" version="4" timestamp="2012-09-15T16:12:12Z" changeset="13119778" uid="481380" user="Nzara">
+ <tag k="name" v="Terminus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="295040738" lat="47.5672506" lon="9.1106909" version="3" timestamp="2011-04-19T19:26:12Z" changeset="7909897" uid="64557" user="qpeso">
+ <tag k="name" v="Thurgauerhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.thurgauerhof.com/"/>
+ </node>
+ <node id="295801768" lat="47.0450170" lon="7.2765984" version="4" timestamp="2013-03-20T23:46:11Z" changeset="15437441" uid="937694" user="uroeth">
+ <tag k="addr:city" v="Aarberg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3270"/>
+ <tag k="addr:street" v="Stadtplatz"/>
+ <tag k="name" v="Falken"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="295862674" lat="47.4990686" lon="8.7295379" version="8" timestamp="2015-07-22T16:13:19Z" changeset="32805988" uid="85218" user="Aleks-Berlin">
+ <tag k="addr:postcode" v="8400"/>
+ <tag k="name" v="Uhrensammlung Kellenberger"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="297676039" lat="47.4116088" lon="7.8356762" version="2" timestamp="2008-09-17T13:51:47Z" changeset="654058" uid="57706" user="interspring">
+ <tag k="created_by" v="Potlatch 0.10b"/>
+ <tag k="name" v="Walter Eglin Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="297711768" lat="47.3639171" lon="8.5320382" version="2" timestamp="2010-11-17T08:23:35Z" changeset="6390904" uid="186651" user="Teddych">
+ <tag k="name" v="Ascot"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="298749106" lat="47.4779035" lon="8.9989552" version="1" timestamp="2008-09-21T16:14:23Z" changeset="674965" uid="7230" user="Andy Stricker">
+ <tag k="name" v="Münchwilen"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="299122250" lat="47.3172728" lon="9.2827420" version="2" timestamp="2013-05-26T10:59:35Z" changeset="16291190" uid="71497" user="kusmi">
+ <tag k="name" v="Appenzeller Brauchtumsmuseum Urnäsch"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="299900499" lat="46.6556039" lon="8.1020602" version="3" timestamp="2014-04-28T14:11:04Z" changeset="22001191" uid="937694" user="uroeth">
+ <tag k="name" v="Grosse Scheidegg"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="300247419" lat="46.9915630" lon="6.9282433" version="7" timestamp="2013-03-17T21:39:41Z" changeset="15400989" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="cafe"/>
+ <tag k="name" v="L'aubier, Le Café-Hôtel"/>
+ <tag k="organic" v="only"/>
+ <tag k="shop" v="supermarket"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="300351949" lat="47.2136999" lon="9.0256156" version="2" timestamp="2008-09-27T21:06:20Z" changeset="705579" uid="9353" user="Schäuble Michele">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="created_by" v="Potlatch 0.10c"/>
+ <tag k="name" v="Restaurant Hotel Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="300374447" lat="46.7971831" lon="10.2990971" version="3" timestamp="2013-10-24T18:04:42Z" changeset="18524029" uid="97547" user="datendelphin">
+ <tag k="fax" v="+41 81 861 06 00"/>
+ <tag k="name" v="Belvédère"/>
+ <tag k="operator" v="Belvedere Hotels Scuol"/>
+ <tag k="phone" v="+41 81 861 06 06"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.belvedere-scuol.ch"/>
+ </node>
+ <node id="300422015" lat="46.6131885" lon="8.0463688" version="1" timestamp="2008-09-27T20:54:38Z" changeset="706586" uid="23724" user="colonia">
+ <tag k="name" v="Gletscherschlucht"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="300829636" lat="46.3600157" lon="8.9672826" version="3" timestamp="2012-06-23T16:03:35Z" changeset="11989661" uid="522698" user="Corof1">
+ <tag k="name" v="Hotel Svizzero"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="300917051" lat="47.3470272" lon="7.9093546" version="7" timestamp="2014-09-01T21:50:43Z" changeset="25170982" uid="1638289" user="Rene Tran-Guillot">
+ <tag k="contact:email" v="info@konferenzhotel.ch"/>
+ <tag k="contact:phone" v="+41 62 286 68 00"/>
+ <tag k="contact:website" v="http://www.konferenzhotel.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Arte"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="300917170" lat="47.3507213" lon="7.9082987" version="3" timestamp="2014-08-25T22:03:08Z" changeset="25015790" uid="65804" user="Ronny Standtke">
+ <tag k="contact:email" v="info@hotelamaris.ch"/>
+ <tag k="contact:fax" v="+41 62 287 56 57"/>
+ <tag k="contact:phone" v="+41 62 287 56 56"/>
+ <tag k="contact:website" v="http://www.hotelamaris.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Amaris"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="301527529" lat="46.2225819" lon="6.0943510" version="6" timestamp="2015-10-10T21:30:28Z" changeset="34558586" uid="62423" user="maction">
+ <tag k="name" v="Hotel de L'Aviation"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="301552459" lat="47.3645668" lon="8.5343582" version="2" timestamp="2010-11-17T08:24:34Z" changeset="6390904" uid="186651" user="Teddych">
+ <tag k="name" v="Alden"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="301944562" lat="47.0706196" lon="7.5672822" version="1" timestamp="2008-10-04T07:25:13Z" changeset="54254" uid="52015" user="rockcreek">
+ <tag k="created_by" v="Potlatch 0.10c"/>
+ <tag k="name" v="Hotel Lyssach"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="302037587" lat="46.9575774" lon="6.7702812" version="3" timestamp="2009-05-13T20:45:40Z" changeset="1179274" uid="67547" user="gregus_">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="la Truite, Hôtel Restaurant de"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="302353309" lat="47.3783556" lon="8.6451565" version="3" timestamp="2009-02-20T20:00:52Z" changeset="581259" uid="67814" user="Liquidus">
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Motel Fällanden"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="302383759" lat="45.9699043" lon="8.8612401" version="2" timestamp="2009-03-19T19:56:31Z" changeset="833197" uid="48010" user="partim">
+ <tag k="name" v="Tresa Bay Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="302734380" lat="46.9823375" lon="8.3506387" version="3" timestamp="2011-06-15T09:35:06Z" changeset="8445475" uid="18367" user="pi1">
+ <tag k="name" v="Hotel Fürigen (CLOSED)"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="303943845" lat="46.0030283" lon="7.3429133" version="4" timestamp="2013-06-30T22:25:34Z" changeset="16771260" uid="67547" user="gregus_">
+ <tag k="name" v="Hôtel de Mauvoisin"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="303944088" lat="46.0953192" lon="7.2313190" version="4" timestamp="2013-03-04T20:58:03Z" changeset="15251577" uid="67547" user="gregus_">
+ <tag k="contact:email" v="info@hotel-chamois.ch"/>
+ <tag k="contact:fax" v="+41 27 771 27 12"/>
+ <tag k="contact:phone" v="+41 27 771 64 02"/>
+ <tag k="contact:website" v="www.hotel-chamois.ch"/>
+ <tag k="name" v="Les Chamois"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="303944089" lat="46.0947578" lon="7.2314265" version="2" timestamp="2009-05-17T18:43:01Z" changeset="1226076" uid="120368" user="dcl55">
+ <tag k="created_by" v="JOSM"/>
+ <tag k="name" v="Rosalp"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="304597370" lat="47.3973604" lon="8.5409906" version="3" timestamp="2010-12-04T15:43:26Z" changeset="6539353" uid="334389" user="ueliw0">
+ <tag k="name" v="Coronado"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="304750652" lat="46.6294361" lon="9.7462686" version="2" timestamp="2010-02-08T18:31:24Z" changeset="3825727" uid="215730" user="Sloppie">
+ <tag k="name" v="Hotel Albula"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="304752531" lat="46.6276408" lon="9.7475193" version="3" timestamp="2012-01-04T20:30:56Z" changeset="10294921" uid="74900" user="FischersFritz">
+ <tag k="name" v="Chesa Orta"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="304753427" lat="46.6258548" lon="9.7491673" version="2" timestamp="2012-01-04T20:31:02Z" changeset="10294921" uid="74900" user="FischersFritz">
+ <tag k="name" v="Sporthotel Bergün"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="305388224" lat="46.0059215" lon="8.9319630" version="3" timestamp="2013-08-29T20:15:08Z" changeset="17578657" uid="12054" user="Martin Sauter">
+ <tag k="name" v="Villa Marita"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="305469321" lat="47.0022098" lon="7.4624674" version="4" timestamp="2013-10-22T09:04:18Z" changeset="18482673" uid="261703" user="Hamid">
+ <tag k="addr:city" v="Zollikofen"/>
+ <tag k="addr:housenumber" v="215"/>
+ <tag k="addr:postcode" v="3052"/>
+ <tag k="addr:street" v="Bernstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Restaurant Bahnhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="305490013" lat="46.5562084" lon="6.5612339" version="3" timestamp="2012-08-10T12:35:54Z" changeset="12679609" uid="125339" user="efred">
+ <tag k="name" v="Novotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="305587188" lat="47.3893519" lon="8.5220555" version="4" timestamp="2015-10-05T08:25:45Z" changeset="34443014" uid="92387" user="SimonPoole">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="254"/>
+ <tag k="addr:postcode" v="8005"/>
+ <tag k="addr:street" v="Heinrichstrasse"/>
+ <tag k="name" v="Senator"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="305761321" lat="47.4190820" lon="9.5047352" version="2" timestamp="2013-02-10T15:08:23Z" changeset="14981836" uid="565471" user="bebbi">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="306475059" lat="47.3708860" lon="8.7707832" version="7" timestamp="2015-09-02T14:34:23Z" changeset="33753413" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Pfäffikon ZH"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Speckstrasse"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="8330"/>
+ <tag k="addr:street" v="Speerstrasse"/>
+ <tag k="email" v="stefan@curta.ch"/>
+ <tag k="name" v="Schreibmaschinen Museum"/>
+ <tag k="note" v="Schreibmaschinen Museum"/>
+ <tag k="phone" v="+41 44 950 36 00"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.curta.ch/"/>
+ </node>
+ <node id="307822608" lat="46.8184898" lon="7.3439726" version="1" timestamp="2008-10-26T20:22:47Z" changeset="586629" uid="40577" user="guggis">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Gasthof Bühl"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="308131133" lat="47.2284429" lon="8.6752832" version="3" timestamp="2012-07-19T07:58:04Z" changeset="12312912" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="100"/>
+ <tag k="addr:postcode" v="8820"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Du Lac"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.dulac-waedenswil.ch/"/>
+ </node>
+ <node id="308131150" lat="47.2300277" lon="8.6743796" version="3" timestamp="2012-07-17T16:00:25Z" changeset="12268524" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="8820"/>
+ <tag k="addr:street" v="Engelstrasse"/>
+ <tag k="name" v="Engel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.engel-waedenswil.ch/"/>
+ </node>
+ <node id="308940146" lat="46.2091222" lon="6.1429992" version="5" timestamp="2013-01-14T22:02:15Z" changeset="14654574" uid="395756" user="FrankVD">
+ <tag k="name" v="Hôtel Suisse"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="309124405" lat="47.3388799" lon="8.7619862" version="5" timestamp="2015-09-21T07:53:16Z" changeset="34155425" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Seegräben"/>
+ <tag k="addr:housenumber" v="69"/>
+ <tag k="addr:postcode" v="8607"/>
+ <tag k="addr:street" v="Zürichstrasse"/>
+ <tag k="email" v="dino@sauriermuseum.ch"/>
+ <tag k="fax" v="+41 44 932 14 88"/>
+ <tag k="name" v="Sauriermuseum"/>
+ <tag k="phone" v="+41 44 932 14 18"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.sauriermuseum.ch"/>
+ </node>
+ <node id="309379578" lat="45.9982573" lon="8.9442191" version="2" timestamp="2015-01-18T12:01:48Z" changeset="28228720" uid="2265854" user="G4rp">
+ <tag k="name" v="Hotel Colorado"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="309380596" lat="45.9996045" lon="8.9458097" version="2" timestamp="2015-01-18T12:01:48Z" changeset="28228720" uid="2265854" user="G4rp">
+ <tag k="name" v="Hotel Albatro"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="309389482" lat="46.0003000" lon="8.9490907" version="1" timestamp="2008-11-02T14:32:45Z" changeset="661002" uid="48010" user="partim">
+ <tag k="name" v="Hotel Internazionale"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="309916732" lat="47.3770674" lon="8.5277016" version="6" timestamp="2013-08-07T18:50:11Z" changeset="17257456" uid="524500" user="wheelmap_android">
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="name" v="Regina"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.regina.ch/regina/index.asp"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="310134162" lat="47.4215947" lon="8.5492549" version="1" timestamp="2008-11-05T21:25:13Z" changeset="689167" uid="53251" user="DaAzrael">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Landhus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="310387725" lat="46.5435196" lon="6.6609556" version="4" timestamp="2015-04-08T18:03:06Z" changeset="30070428" uid="40504" user="mathieuS">
+ <tag k="amenity" v="pub"/>
+ <tag k="name" v="Union"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="310470252" lat="47.0212876" lon="8.3256501" version="4" timestamp="2015-08-10T09:09:11Z" changeset="33234254" uid="257555" user="rene78">
+ <tag k="email" v="hotel@felmis.ch"/>
+ <tag k="name" v="Felmis"/>
+ <tag k="phone" v="+41 41 349 1919"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.felmis.ch/"/>
+ </node>
+ <node id="310503438" lat="47.1123956" lon="8.3876738" version="8" timestamp="2015-01-06T16:39:27Z" changeset="27960026" uid="359735" user="The_Raven">
+ <tag k="name" v="Eintracht"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="310583553" lat="46.3285919" lon="10.0582473" version="4" timestamp="2013-03-07T21:40:52Z" changeset="15287582" uid="194843" user="feuerstein">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Foppoli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="310596233" lat="46.1036123" lon="7.2241990" version="4" timestamp="2013-03-31T21:23:10Z" changeset="15559535" uid="67547" user="gregus_">
+ <tag k="addr:city" v="Verbier"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Le Chalet d'Adrien"/>
+ <tag k="addr:housenumber" v="91"/>
+ <tag k="addr:postcode" v="1936"/>
+ <tag k="addr:street" v="Route des Creux"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="info@chalet-adrien.com"/>
+ <tag k="fax" v="+41 27 771 62 24"/>
+ <tag k="name" v="Le Chalet d'Adrien"/>
+ <tag k="phone" v="+41 27 771 62 00"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.chalet-adrien.com"/>
+ </node>
+ <node id="310598862" lat="46.0043513" lon="8.9497597" version="2" timestamp="2010-11-27T19:21:17Z" changeset="6472458" uid="79025" user="mstock">
+ <tag k="email" v="info@hotel-luganodante.com"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Dante Lugano"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-luganodante.com/"/>
+ </node>
+ <node id="310598863" lat="46.0055101" lon="8.9478943" version="2" timestamp="2009-11-16T11:23:58Z" changeset="3130947" uid="103957" user="Simonexxx83">
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:street" v="Via Paolo Regazzoni"/>
+ <tag k="name" v="Hotel Federale"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="310600484" lat="46.3235726" lon="10.0578770" version="3" timestamp="2014-10-03T05:44:14Z" changeset="25824213" uid="77322" user="Enif">
+ <tag k="name" v="Croce Bianca"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="310600856" lat="46.3253063" lon="10.0575368" version="3" timestamp="2012-02-06T19:11:45Z" changeset="10605957" uid="523367" user="MischaF">
+ <tag k="name" v="Suisse"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="310605867" lat="46.3263094" lon="10.0584729" version="2" timestamp="2013-03-07T22:06:38Z" changeset="15287889" uid="194843" user="feuerstein">
+ <tag k="name" v="Semadeni"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="310606002" lat="46.3262767" lon="10.0580180" version="4" timestamp="2013-12-16T18:15:46Z" changeset="19486250" uid="1832050" user="racom">
+ <tag k="name" v="Albergo Albrici"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="310606263" lat="46.3257601" lon="10.0577566" version="2" timestamp="2008-11-08T17:00:14Z" changeset="713554" uid="77322" user="Enif">
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Centrale"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="310668273" lat="47.1120925" lon="8.3647160" version="4" timestamp="2014-06-20T15:47:20Z" changeset="23047120" uid="359735" user="The_Raven">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="email" v="info@dieperle.ch"/>
+ <tag k="fax" v="+41 (0)41 450 55 85"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Die Perle"/>
+ <tag k="phone" v="+41 (0)41 450 12 17"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.dieperle.ch"/>
+ </node>
+ <node id="310742590" lat="46.0009779" lon="8.9491618" version="1" timestamp="2008-11-09T11:32:13Z" changeset="725531" uid="48010" user="partim">
+ <tag k="name" v="Hotel Nassa"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="310744150" lat="46.0025640" lon="8.9496458" version="2" timestamp="2014-10-04T14:48:50Z" changeset="25852681" uid="2265854" user="G4rp">
+ <tag k="name" v="Hotel San Carlo"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="311643069" lat="47.2904714" lon="7.9465968" version="3" timestamp="2013-03-02T16:08:24Z" changeset="15222229" uid="74900" user="FischersFritz">
+ <tag k="name" v="Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="312353271" lat="46.0959587" lon="7.2282179" version="4" timestamp="2013-03-04T20:58:02Z" changeset="15251577" uid="67547" user="gregus_">
+ <tag k="addr:city" v="Verbier"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="1936"/>
+ <tag k="addr:street" v="Carrefour Central"/>
+ <tag k="name" v="L'Ermitage"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="312536784" lat="47.1139028" lon="7.3168908" version="2" timestamp="2009-06-13T20:11:14Z" changeset="1507821" uid="75263" user="Johnny Graber">
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Florida"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="312631930" lat="47.3096030" lon="9.4329676" version="3" timestamp="2013-01-26T11:15:14Z" changeset="14791237" uid="565471" user="bebbi">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="9057"/>
+ <tag k="addr:street" v="Im Park"/>
+ <tag k="name" v="Hof Weissbad"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hofweissbad.ch"/>
+ </node>
+ <node id="312660692" lat="47.4808606" lon="8.2082092" version="2" timestamp="2011-10-02T08:00:14Z" changeset="9448196" uid="117007" user="shony">
+ <tag k="name" v="Hotel Terminus"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.terminus-brugg.ch/"/>
+ </node>
+ <node id="313966026" lat="46.7830875" lon="7.1486121" version="2" timestamp="2012-08-10T12:35:12Z" changeset="12679609" uid="125339" user="efred">
+ <tag k="name" v="Des Prés"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="315113810" lat="47.3625030" lon="8.5330275" version="1" timestamp="2008-11-27T20:34:51Z" changeset="801199" uid="26726" user="lonvia">
+ <tag k="name" v="Breitinger"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="315862585" lat="47.3783616" lon="8.5206048" version="5" timestamp="2011-07-20T18:36:15Z" changeset="8779339" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Greulich"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="315923035" lat="47.0597028" lon="7.6212272" version="7" timestamp="2009-10-17T14:32:28Z" changeset="2873998" uid="159071" user="lb_daniel">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Berchthold"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="317283165" lat="47.1379034" lon="8.5865894" version="9" timestamp="2013-11-10T12:55:27Z" changeset="18815838" uid="83934" user="sCHtreetmapper">
+ <tag k="name" v="Hotel Schiff"/>
+ <tag k="phone" v="+41-41-7503540"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelrestaurantschiff.ch/"/>
+ </node>
+ <node id="317283167" lat="47.1373061" lon="8.5863940" version="6" timestamp="2013-11-10T12:55:28Z" changeset="18815838" uid="83934" user="sCHtreetmapper">
+ <tag k="name" v="Seminarhotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="320117205" lat="47.3732470" lon="8.5317078" version="7" timestamp="2013-08-07T18:27:10Z" changeset="17257370" uid="1455656" user="Leo Club Rapperswil 1">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Helvetia"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="320665285" lat="47.1962781" lon="7.1784917" version="1" timestamp="2008-12-21T18:56:44Z" changeset="527463" uid="34307" user="benni_75">
+ <tag k="name" v="Restaurent Hôtel du Cerf"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="320859374" lat="46.7567573" lon="8.0368752" version="4" timestamp="2015-11-30T16:10:21Z" changeset="35668832" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Brienz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="3855"/>
+ <tag k="addr:street" v="Lindenhofweg"/>
+ <tag k="beds" v="80"/>
+ <tag k="contact:email" v="info@hotel-lindenhof.ch"/>
+ <tag k="contact:fax" v="+41 33 952 20 40"/>
+ <tag k="contact:phone" v="+41 33 952 20 30"/>
+ <tag k="contact:website" v="http://www.hotel-lindenhof.ch"/>
+ <tag k="name" v="Lindenhof"/>
+ <tag k="rooms" v="40"/>
+ <tag k="source" v="Website"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="320939866" lat="47.0698642" lon="7.1425804" version="4" timestamp="2013-11-06T14:29:13Z" changeset="18748249" uid="147368" user="Ecthelias">
+ <tag k="addr:city" v="Erlach"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="3235"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel - Restaurant St. Petersinsel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.st-petersinsel.ch"/>
+ </node>
+ <node id="321986277" lat="46.3525320" lon="7.1530211" version="2" timestamp="2009-08-02T08:02:13Z" changeset="2010368" uid="17835" user="Stéphane Brunner">
+ <tag k="name" v="Le Chamois"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="322796194" lat="47.3918886" lon="8.5271170" version="4" timestamp="2015-08-14T08:55:57Z" changeset="33331680" uid="3012156" user="eagleeye_zh">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:postcode" v="8037"/>
+ <tag k="addr:street" v="Habsburgstrasse"/>
+ <tag k="name" v="Zivilschutzmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="323140122" lat="46.6622012" lon="9.5765089" version="4" timestamp="2010-08-31T09:53:49Z" changeset="5643648" uid="68877" user="Ebau">
+ <tag k="name" v="Posthotel Julier"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="323171060" lat="47.1173932" lon="7.2368202" version="3" timestamp="2012-01-06T22:29:59Z" changeset="10316889" uid="75263" user="Johnny Graber">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Schlössli Ipsach"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="325788830" lat="47.2813301" lon="8.8793306" version="3" timestamp="2015-11-05T08:43:46Z" changeset="35096699" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Dürnten"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="8635"/>
+ <tag k="addr:street" v="Höhenstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="info@hasenstrick-hotel.ch"/>
+ <tag k="name" v="Hasenstrick"/>
+ <tag k="phone" v="+41 55 250 52 52"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hasenstrick-hotel.ch/"/>
+ </node>
+ <node id="325960206" lat="47.1783177" lon="8.5180699" version="11" timestamp="2013-08-19T16:07:42Z" changeset="17407261" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Zug"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6300"/>
+ <tag k="addr:street" v="Baarerstrasse"/>
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Zugertor"/>
+ <tag k="note" v="http://www.zugertor.ch"/>
+ <tag k="phone" v="+41-41-7293838"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="326282579" lat="46.0098937" lon="8.9468866" version="2" timestamp="2015-01-18T12:01:50Z" changeset="28228720" uid="2265854" user="G4rp">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Parco Maraini"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="326285437" lat="46.0119640" lon="8.9506724" version="1" timestamp="2009-01-05T01:12:10Z" changeset="738733" uid="7516" user="he1ix">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Villa Sassa"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="327328626" lat="46.6408582" lon="6.6351025" version="1" timestamp="2009-01-05T16:50:51Z" changeset="740323" uid="52683" user="zittix">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="330254875" lat="46.8060096" lon="9.2559325" version="2" timestamp="2010-09-19T20:10:27Z" changeset="5823857" uid="329039" user="NDB">
+ <tag k="name" v="Hotel Bellaval"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="330358629" lat="46.5176433" lon="6.5256241" version="4" timestamp="2012-08-10T12:34:52Z" changeset="12679609" uid="125339" user="efred">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Auberge de l'Étoile"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="331330635" lat="47.0372972" lon="8.7773731" version="1" timestamp="2009-01-11T21:04:42Z" changeset="774192" uid="44327" user="Oli Sennhauser">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="331330638" lat="47.0396352" lon="8.7820122" version="3" timestamp="2015-01-02T11:47:01Z" changeset="27860552" uid="92387" user="SimonPoole">
+ <tag k="name" v="Müller's Posthotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.muellers-posthotel.ch/"/>
+ </node>
+ <node id="331330639" lat="47.0594331" lon="8.8021565" version="2" timestamp="2011-01-02T15:45:04Z" changeset="6839624" uid="81893" user="schmandr">
+ <tag k="name" v="Rösslipost"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="333367905" lat="46.3644157" lon="8.1848911" version="3" timestamp="2015-10-06T19:30:06Z" changeset="34476953" uid="465052" user="hecktor">
+ <tag k="name" v="Hotel Ofenhorn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="333367910" lat="46.3644428" lon="8.1853809" version="2" timestamp="2009-02-01T15:36:33Z" changeset="35455" uid="51082" user="anneka">
+ <tag k="name" v="Regionalmuseum Binn"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="333368030" lat="46.3637096" lon="8.1845418" version="2" timestamp="2009-08-25T18:38:40Z" changeset="2259285" uid="121434" user="dave_zh">
+ <tag k="name" v="Pension Albrun"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="336457288" lat="47.1663254" lon="9.4772642" version="2" timestamp="2009-01-25T17:39:12Z" changeset="835016" uid="26726" user="lonvia">
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Buchser Hof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="336581834" lat="47.3750013" lon="7.7015953" version="1" timestamp="2009-01-25T20:10:03Z" changeset="837720" uid="92417" user="Andrew Lunn">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Wasser Fallen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="337910395" lat="47.4244674" lon="9.3350416" version="4" timestamp="2010-10-20T15:24:17Z" changeset="6115444" uid="86566" user="wisieb">
+ <tag k="name" v="Ortsmuseum Gaiserwald"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="338798222" lat="46.3968480" lon="6.9249994" version="2" timestamp="2010-09-19T09:12:21Z" changeset="5817767" uid="17835" user="Stéphane Brunner">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="pizza"/>
+ <tag k="name" v="Romantica"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="339201743" lat="46.1986097" lon="7.1750300" version="1" timestamp="2009-01-30T20:28:16Z" changeset="855911" uid="28048" user="swissoptimist">
+ <tag k="name" v="Thermalp"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="339321501" lat="46.3793045" lon="7.6301626" version="3" timestamp="2009-10-04T23:36:52Z" changeset="2744055" uid="20163" user="bri g">
+ <tag k="name" v="Hotel Rössli"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="339321510" lat="46.3789551" lon="7.6288236" version="2" timestamp="2009-10-04T23:36:54Z" changeset="2744055" uid="20163" user="bri g">
+ <tag k="name" v="Hotel Grichting"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="339579691" lat="46.7172760" lon="9.1696124" version="1" timestamp="2009-02-01T07:49:17Z" changeset="18082" uid="46958" user="Schnabeltier2">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Pellas"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="340249082" lat="46.4128155" lon="8.1026659" version="3" timestamp="2009-03-08T12:17:37Z" changeset="755648" uid="16330" user="aluka">
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Alpina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="343470359" lat="46.7716801" lon="9.0611916" version="4" timestamp="2011-07-20T07:41:32Z" changeset="8775503" uid="70696" user="xybot">
+ <tag k="amenity" v="nightclub"/>
+ <tag k="email" v="info@hotel-mulin.ch"/>
+ <tag k="name" v="Mulin"/>
+ <tag k="phone" v="+41 (0)81 941 14 71"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotel-mulin.ch"/>
+ </node>
+ <node id="344154715" lat="46.4776420" lon="9.8110358" version="2" timestamp="2009-02-11T21:36:30Z" changeset="353403" uid="13840" user="mcdmx">
+ <tag k="addr:city" v="Champfèr"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="7512"/>
+ <tag k="addr:street" v="Via Maistra"/>
+ <tag k="name" v="Chesa Guardalej"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="344235391" lat="46.4579633" lon="9.8104042" version="1" timestamp="2009-02-10T18:36:49Z" changeset="325729" uid="13840" user="mcdmx">
+ <tag k="name" v="Bellavista"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="344235394" lat="46.4579974" lon="9.8124849" version="2" timestamp="2012-02-15T19:04:19Z" changeset="10695315" uid="152553" user="muzii">
+ <tag k="name" v="Chesa Surlej"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="344522027" lat="46.4798137" lon="9.8141692" version="1" timestamp="2009-02-11T20:51:22Z" changeset="353403" uid="13840" user="mcdmx">
+ <tag k="name" v="Europa"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="346951786" lat="46.5217878" lon="9.9021349" version="3" timestamp="2015-04-02T18:23:06Z" changeset="29934579" uid="508672" user="SingletrailMap">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="ele" v="2456"/>
+ <tag k="email" v="info@muottasmuragl.ch"/>
+ <tag k="name" v="Muottas Muragl"/>
+ <tag k="phone" v="+41 81 842 82 32"/>
+ <tag k="place" v="isolated_dwelling"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.muottasmuragl.ch/"/>
+ </node>
+ <node id="347802757" lat="46.1681871" lon="8.8012057" version="11" timestamp="2013-10-09T07:11:10Z" changeset="18259429" uid="1753945" user="patufet99">
+ <tag k="name" v="Arcadia"/>
+ <tag k="operator" v="Ramada"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="348665493" lat="46.1691041" lon="8.7994087" version="3" timestamp="2012-06-08T04:09:17Z" changeset="11831611" uid="290680" user="wheelmap_visitor">
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Hotel Pestalozzi"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="348669485" lat="46.1664207" lon="8.8009856" version="5" timestamp="2013-10-09T07:11:10Z" changeset="18259429" uid="1753945" user="patufet99">
+ <tag k="name" v="Hotel Excelsior"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="348683640" lat="46.1666460" lon="8.8022345" version="4" timestamp="2013-10-09T07:11:10Z" changeset="18259429" uid="1753945" user="patufet99">
+ <tag k="name" v="UTouring al Lago"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="349196978" lat="47.0928437" lon="8.4479265" version="2" timestamp="2014-09-05T20:19:27Z" changeset="25256181" uid="563289" user="Barfly_MB">
+ <tag k="name" v="Hotel Frohsinn"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.rest-frohsinn.ch/"/>
+ </node>
+ <node id="352987800" lat="47.0993003" lon="6.8246163" version="4" timestamp="2013-11-16T17:54:51Z" changeset="18938282" uid="213831" user="Josef73">
+ <tag k="addr:city" v="La Chaux-de-Fonds"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Hôtel des Postes"/>
+ <tag k="addr:housenumber" v="63"/>
+ <tag k="addr:postcode" v="2300"/>
+ <tag k="addr:street" v="Avenue Léopold-Robert"/>
+ <tag k="name" v="Musée d'histoire naturelle"/>
+ <tag k="opening_hours" v="Tu-Fr 14:00-17:00; Sa-Su 10:00-17:00"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="353962741" lat="46.8255811" lon="9.2879541" version="1" timestamp="2009-02-28T20:15:58Z" changeset="703437" uid="79025" user="mstock">
+ <tag k="name" v="Waldeck"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="353962744" lat="46.8254414" lon="9.2874097" version="1" timestamp="2009-02-28T20:15:58Z" changeset="703437" uid="79025" user="mstock">
+ <tag k="name" v="Hotel Garni National"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="354569588" lat="47.3224125" lon="8.8608865" version="1" timestamp="2009-03-01T16:39:16Z" changeset="713667" uid="13840" user="mcdmx">
+ <tag k="name" v="Fahrzeug Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="354850564" lat="46.6424533" lon="7.0632443" version="2" timestamp="2015-01-13T07:37:58Z" changeset="28104650" uid="125339" user="efred">
+ <tag k="name" v="La Croix Banche"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="354919721" lat="47.3663105" lon="8.7815359" version="4" timestamp="2015-09-02T14:30:58Z" changeset="33753335" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Pfäffikon ZH"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="36"/>
+ <tag k="addr:postcode" v="8330"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hirschen Pub"/>
+ <tag k="phone" v="+41-44-9504108"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="355018408" lat="46.6190922" lon="7.0574242" version="3" timestamp="2012-11-27T22:19:04Z" changeset="14065595" uid="880510" user="kirosbr">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel du Tonnelier"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="355242575" lat="46.8437426" lon="10.3627909" version="7" timestamp="2013-06-24T19:48:46Z" changeset="16689572" uid="34555" user="Max--">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Pension Arina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="355242589" lat="46.8435283" lon="10.3638294" version="9" timestamp="2015-07-25T08:38:12Z" changeset="32866624" uid="30566" user="Pascal Mages">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Piz Tschütta"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelvna.ch/"/>
+ </node>
+ <node id="355357919" lat="46.5832781" lon="7.0810820" version="1" timestamp="2009-03-03T23:21:18Z" changeset="736034" uid="40577" user="guggis">
+ <tag k="name" v="Hotel de la Fleur de Lys"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="355357920" lat="46.5834414" lon="7.0814505" version="2" timestamp="2012-07-28T12:07:12Z" changeset="12522404" uid="84054" user="fredjunod">
+ <tag k="name" v="Hotel Saint-Georges"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="355357921" lat="46.5835977" lon="7.0816817" version="1" timestamp="2009-03-03T23:21:18Z" changeset="736034" uid="40577" user="guggis">
+ <tag k="name" v="Auberge de la Halle"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="356932964" lat="46.8762647" lon="8.2214134" version="9" timestamp="2014-08-10T15:24:31Z" changeset="24657238" uid="75217" user="aMuTeX">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Waldheim au Lac"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wheelchair:description" v="Restaurant und Toilette jeweils über Terasse ebenerdig erreichbar, Keine Rollstuhltoilette"/>
+ </node>
+ <node id="357181860" lat="46.4121834" lon="8.1025827" version="2" timestamp="2015-01-09T10:47:25Z" changeset="28016362" uid="524500" user="wheelmap_android">
+ <tag k="name" v="Eggishorn"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="357181871" lat="46.4119506" lon="8.1015946" version="1" timestamp="2009-03-08T12:26:25Z" changeset="755648" uid="16330" user="aluka">
+ <tag k="name" v="Jungfrau"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="357361465" lat="46.4020321" lon="8.1382434" version="2" timestamp="2013-06-03T07:50:52Z" changeset="16402380" uid="538582" user="koebilee">
+ <tag k="name" v="Park"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="359155208" lat="46.9908948" lon="6.9208271" version="1" timestamp="2009-03-11T20:41:08Z" changeset="787475" uid="103273" user="HB9DTX">
+ <tag k="name" v="Musée d'ethnographie"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="359948821" lat="47.0514442" lon="8.5535539" version="2" timestamp="2014-05-18T17:23:28Z" changeset="22410604" uid="359735" user="The_Raven">
+ <tag k="email" v="bergsturz@arth-online.ch"/>
+ <tag k="name" v="Bergsturzmuseum"/>
+ <tag k="opening_hours" v="We, Sa-Su 14:00-17:30"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.bergsturz.ch/"/>
+ </node>
+ <node id="360335526" lat="46.9135245" lon="6.4590051" version="1" timestamp="2009-03-14T17:23:21Z" changeset="805815" uid="55786" user="mav">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Les Cernets"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="363951154" lat="46.7616568" lon="7.6291661" version="3" timestamp="2009-03-19T23:11:34Z" changeset="835720" uid="108753" user="iSpyri">
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Emmental"/>
+ <tag k="operator" v="+41332220120"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="364471881" lat="47.1001522" lon="6.8233445" version="1" timestamp="2009-03-21T19:28:35Z" changeset="840453" uid="34307" user="benni_75">
+ <tag k="name" v="Hotel Club"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="365770948" lat="47.6563313" lon="8.8571326" version="7" timestamp="2014-07-26T06:34:50Z" changeset="24362616" uid="2213883" user="webwombat">
+ <tag k="addr:city" v="Stein am Rhein"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="8260"/>
+ <tag k="addr:street" v="Wagenhauserstrasse"/>
+ <tag k="name" v="Roseberg"/>
+ <tag k="operator" v="Günter Gastronomie AG"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.adlersteinamrhein.ch/"/>
+ </node>
+ <node id="365771126" lat="47.6597748" lon="8.8592046" version="7" timestamp="2014-10-20T19:53:20Z" changeset="26221577" uid="13944" user="bass">
+ <tag k="name" v="Ilge"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="365839076" lat="47.3847497" lon="8.5430595" version="3" timestamp="2014-12-14T12:26:11Z" changeset="27456768" uid="1218134" user="Sarob">
+ <tag k="name" v="Rex"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="365839864" lat="47.3881577" lon="8.5390379" version="4" timestamp="2014-12-23T10:56:05Z" changeset="27647930" uid="1218134" user="Sarob">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="8006"/>
+ <tag k="name" v="Krone Unterstrass"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://hotel-krone.ch/"/>
+ </node>
+ <node id="366084122" lat="47.5482440" lon="7.5909412" version="9" timestamp="2015-11-29T10:39:15Z" changeset="35643344" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="4002"/>
+ <tag k="addr:street" v="Centralbahnplatz"/>
+ <tag k="contact:email" v="info@schweizerhof-basel.ch"/>
+ <tag k="contact:fax" v="+41 61 560 85 86"/>
+ <tag k="contact:phone" v="+41 61 560 85 85"/>
+ <tag k="contact:website" v="http://www.schweizerhof-basel.ch/"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Schweizerhof"/>
+ <tag k="phone" v="+41 61 560 8585"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.schweizerhof-basel.ch"/>
+ </node>
+ <node id="366573420" lat="47.1240845" lon="8.3967012" version="3" timestamp="2011-01-14T23:11:09Z" changeset="6972508" uid="75217" user="aMuTeX">
+ <tag k="name" v="Garni an der Reuss"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="366590529" lat="46.5044842" lon="7.2902184" version="1" timestamp="2009-03-28T15:57:44Z" changeset="864850" uid="103273" user="HB9DTX">
+ <tag k="name" v="Kernen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="366590606" lat="46.5042581" lon="7.2885645" version="2" timestamp="2009-03-29T19:36:32Z" changeset="867483" uid="103273" user="HB9DTX">
+ <tag k="name" v="Alpin Nova"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="366639103" lat="46.4934019" lon="7.2667919" version="2" timestamp="2013-10-23T22:10:59Z" changeset="18510524" uid="937694" user="uroeth">
+ <tag k="name" v="Steigenberger"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="366918584" lat="47.0989733" lon="9.0665832" version="2" timestamp="2009-04-03T16:55:44Z" changeset="141703" uid="70696" user="xybot">
+ <tag k="addr:city" v="Näfels"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="8752"/>
+ <tag k="addr:street" v="Alte Bahnhofstrasse"/>
+ <tag k="name" v="National"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="366929048" lat="46.7939915" lon="9.4318373" version="2" timestamp="2009-04-03T16:55:47Z" changeset="141703" uid="70696" user="xybot">
+ <tag k="addr:city" v="Feldis"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7404"/>
+ <tag k="name" v="Mira-Tödi"/>
+ <tag k="note" v="Hotel Restaurant Bäckerei"/>
+ <tag k="shop" v="bakery"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="367509378" lat="47.3506450" lon="8.7114559" version="11" timestamp="2015-11-17T13:04:21Z" changeset="35375948" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Uster"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="8610"/>
+ <tag k="addr:street" v="Berchtoldstrasse"/>
+ <tag k="email" v="info@graphosuster.ch"/>
+ <tag k="name" v="Graphos"/>
+ <tag k="opening_hours" v="We 09:00-12:00,13:30-17:00"/>
+ <tag k="phone" v="+41 79 779 08 41"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.graphosuster.ch"/>
+ </node>
+ <node id="369468047" lat="46.9277043" lon="7.1137576" version="3" timestamp="2013-07-13T04:24:37Z" changeset="16932978" uid="293845" user="felixi">
+ <tag k="name" v="Musée de Morat"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="369825828" lat="46.7984265" lon="9.7030744" version="2" timestamp="2011-12-18T13:31:25Z" changeset="10145881" uid="57643" user="verzascat">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Ramoz"/>
+ <tag k="phone" v="++41 (0) 81 377 10 63"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelramoz.ch/"/>
+ </node>
+ <node id="370070000" lat="46.9950737" lon="8.6028880" version="3" timestamp="2014-01-19T09:46:31Z" changeset="20081212" uid="289221" user="Hannes Röst">
+ <tag k="name" v="City Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="370531363" lat="47.3724404" lon="8.5398562" version="7" timestamp="2014-07-16T17:23:01Z" changeset="24185263" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Widder"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="370837336" lat="47.3745945" lon="8.5439190" version="7" timestamp="2013-05-08T17:57:04Z" changeset="16022628" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:housenumber" v="40"/>
+ <tag k="addr:street" v="Niederdorfstrasse"/>
+ <tag k="name" v="Hotel Alexander"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="370838635" lat="47.3738072" lon="8.5433593" version="4" timestamp="2010-04-11T17:20:00Z" changeset="4396359" uid="666" user="ThePacki">
+ <tag k="name" v="Hotel Schäfli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="370839580" lat="47.3733773" lon="8.5432575" version="2" timestamp="2010-02-14T12:08:39Z" changeset="3872980" uid="666" user="ThePacki">
+ <tag k="name" v="Hotel Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="370840032" lat="47.3730652" lon="8.5439415" version="6" timestamp="2015-12-04T09:11:41Z" changeset="35741679" uid="3426247" user="ninaspielhofer">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:street" v="Niederdorfstrasse"/>
+ <tag k="name" v="Wellenberg"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-wellenberg.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="370840847" lat="47.3726619" lon="8.5436085" version="3" timestamp="2015-12-02T10:07:00Z" changeset="35702156" uid="3421576" user="theamauchle">
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="franziskaner"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wheelchair_toilet" v="unknown"/>
+ </node>
+ <node id="371239795" lat="47.4144586" lon="8.4559650" version="1" timestamp="2009-04-09T22:55:42Z" changeset="355199" uid="56460" user="mwirth">
+ <tag k="name" v="Ortsmuseum Weid"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="371407260" lat="46.6966455" lon="6.9180554" version="1" timestamp="2009-04-10T10:52:01Z" changeset="372108" uid="40577" user="guggis">
+ <tag k="name" v="Hotel du Lion D'Or"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="371407262" lat="46.6962888" lon="6.9181432" version="1" timestamp="2009-04-10T10:52:01Z" changeset="372108" uid="40577" user="guggis">
+ <tag k="name" v="Hotel S. Georges"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="371407599" lat="46.6942499" lon="6.9134182" version="2" timestamp="2014-01-13T19:56:18Z" changeset="19978484" uid="190676" user="highbuilder">
+ <tag k="name" v="Terminus Hotel"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="371530037" lat="47.4310540" lon="9.1191110" version="2" timestamp="2013-04-09T19:29:39Z" changeset="15670023" uid="15071" user="filzstift">
+ <tag k="name" v="Ortsmuseum Oberuzwil"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="371760620" lat="46.9195738" lon="9.5580788" version="2" timestamp="2011-12-10T10:29:38Z" changeset="10079433" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Fuenf-Doerfer"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="372801090" lat="47.4825896" lon="7.7362203" version="8" timestamp="2013-04-27T08:21:37Z" changeset="15880109" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:street" v="Kasernenstrasse"/>
+ <tag k="name" v="Hotel Engel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.engel-liestal.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="373420246" lat="46.0057527" lon="8.9550285" version="6" timestamp="2014-10-26T16:13:14Z" changeset="26344107" uid="51722" user="Chris Parker">
+ <tag k="addr:city" v="Lugano"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:street" v="Piazza Indipendenza"/>
+ <tag k="name" v="Hotel Pestalozzi"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="373427368" lat="46.0027955" lon="8.9504704" version="3" timestamp="2015-01-19T19:13:57Z" changeset="28260844" uid="2265854" user="G4rp">
+ <tag k="name" v="Walter au Lac"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="373429196" lat="46.0045335" lon="8.9494255" version="2" timestamp="2010-02-08T20:35:41Z" changeset="3826787" uid="109035" user="Teddy80">
+ <tag k="name" v="Aquarello"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="373439045" lat="46.8857445" lon="9.8505652" version="2" timestamp="2012-04-22T17:47:31Z" changeset="11386978" uid="375928" user="angdie">
+ <tag k="addr:city" v="Klosters-Serneus"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="7249"/>
+ <tag k="addr:street" v="Badstrasse"/>
+ <tag k="email" v="kurhotel@badserneus.ch"/>
+ <tag k="name" v="Kurhotel Bad Serneus"/>
+ <tag k="phone" v="+41 81 2543200"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.badserneus.ch"/>
+ </node>
+ <node id="373440751" lat="46.6857328" lon="7.6822461" version="2" timestamp="2012-07-28T07:34:34Z" changeset="12519698" uid="125339" user="efred">
+ <tag k="amenity" v="cafe"/>
+ <tag k="name" v="Movieworld"/>
+ <tag k="operator" v="Familie Balmer"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="373868024" lat="47.4233859" lon="9.3735915" version="4" timestamp="2011-03-03T19:23:56Z" changeset="7448719" uid="63926" user="Moloc">
+ <tag k="addr:city" v="St. Gallen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="9000"/>
+ <tag k="addr:street" v="Vadianstrasse"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="email" v="info@textilmuseum.ch"/>
+ <tag k="name" v="Textilmuseum"/>
+ <tag k="opening_hours" v="10:00-17:00"/>
+ <tag k="phone" v="+41(0)712221744"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.textilmuseum.ch"/>
+ </node>
+ <node id="373882877" lat="46.9939452" lon="8.6052264" version="3" timestamp="2013-08-26T07:08:40Z" changeset="17510796" uid="74900" user="FischersFritz">
+ <tag k="name" v="Brunnerhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="374371718" lat="46.7093939" lon="9.7172218" version="1" timestamp="2009-04-13T21:22:52Z" changeset="492151" uid="68877" user="Ebau">
+ <tag k="name" v="Sun Ranch"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="374377089" lat="46.7038709" lon="9.7148313" version="1" timestamp="2009-04-13T21:29:26Z" changeset="492151" uid="68877" user="Ebau">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="374571323" lat="46.9555370" lon="7.3364110" version="5" timestamp="2015-03-19T12:26:06Z" changeset="29591026" uid="125339" user="efred">
+ <tag k="addr:city" v="Frauenkappelen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="78"/>
+ <tag k="addr:postcode" v="3202"/>
+ <tag k="addr:street" v="Murtenstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="contact:phone" v="+41 31 9261023"/>
+ <tag k="name" v="Bären"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="375698103" lat="46.1822609" lon="7.5769980" version="1" timestamp="2009-04-14T12:54:05Z" changeset="515020" uid="78090" user="Roman Fischer">
+ <tag k="name" v="Hotel la Cordée"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="376382540" lat="46.0222915" lon="8.9667340" version="3" timestamp="2009-06-09T10:56:19Z" changeset="1466079" uid="129321" user="ricardo_padilha">
+ <tag k="addr:housenumber" v="45"/>
+ <tag k="addr:street" v="Via Ceresio"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Albergo Castelnuovo"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="377104017" lat="46.9754900" lon="7.1953016" version="2" timestamp="2013-05-28T07:33:15Z" changeset="16319859" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Restaurant Bären"/>
+ <tag k="name:fr" v="Hotel de L'Ours"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="377104057" lat="46.9759639" lon="7.1953230" version="1" timestamp="2009-04-15T23:15:04Z" changeset="573339" uid="40577" user="guggis">
+ <tag k="name" v="Löwen"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="377104187" lat="46.9758433" lon="7.1935072" version="2" timestamp="2013-04-29T09:36:34Z" changeset="15903759" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Jura"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="377681150" lat="47.4448073" lon="8.6991366" version="4" timestamp="2013-04-05T11:29:06Z" changeset="15618677" uid="12054" user="Martin Sauter">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Frieden"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="378743268" lat="47.1347846" lon="8.0477613" version="4" timestamp="2012-12-29T20:25:26Z" changeset="14455948" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="6022"/>
+ <tag k="addr:street" v="Mühlestrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Gasthaus zum Ochsen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ochsen-grosswangen.ch/"/>
+ </node>
+ <node id="379470320" lat="47.1224529" lon="8.3545555" version="3" timestamp="2012-12-06T21:41:40Z" changeset="14180937" uid="75217" user="aMuTeX">
+ <tag k="name" v="Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="380875212" lat="47.0636912" lon="6.7499464" version="5" timestamp="2012-10-15T13:14:04Z" changeset="13505843" uid="510390" user="obitus">
+ <tag k="alt_name" v="Musée d'Horlogerie du Locle"/>
+ <tag k="name" v="Château des Monts"/>
+ <tag k="source" v="orthophotos2006sitn50cm"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="381442049" lat="47.3817797" lon="7.7473983" version="1" timestamp="2009-04-22T22:06:53Z" changeset="907380" uid="8296" user="kuede">
+ <tag k="name" v="Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="382917710" lat="47.4350329" lon="9.1299793" version="3" timestamp="2013-05-29T17:48:00Z" changeset="16333438" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Uzwil"/>
+ <tag k="addr:postcode" v="9240"/>
+ <tag k="name" v="Hotel Bahnhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="382917711" lat="47.4363687" lon="9.1316682" version="2" timestamp="2010-08-24T19:15:57Z" changeset="5583011" uid="15071" user="filzstift">
+ <tag k="addr:city" v="Uzwil"/>
+ <tag k="addr:postcode" v="9240"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Uzwil"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="383889332" lat="47.2394958" lon="8.7180745" version="6" timestamp="2014-03-20T09:28:00Z" changeset="21206668" uid="1855676" user="barbe45">
+ <tag k="alt_name" v="Gasthof zur Sonne"/>
+ <tag k="name" v="Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.sonnestaefa.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="385102717" lat="47.0804459" lon="8.3378667" version="2" timestamp="2011-02-18T12:28:06Z" changeset="7321957" uid="74900" user="FischersFritz">
+ <tag k="name" v="Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="385429594" lat="46.4244744" lon="8.1433768" version="5" timestamp="2014-03-10T11:38:25Z" changeset="21023239" uid="84770" user="berolinux">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3984"/>
+ <tag k="addr:street" v="Zer Flie"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel-Restaurant Alpenblick"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="385448078" lat="47.5339549" lon="7.7215528" version="5" timestamp="2015-10-22T21:57:25Z" changeset="34810877" uid="1730904" user="donovaly">
+ <tag k="COPA_ID" v="1"/>
+ <tag k="alt_name" v="Augusta Raurica Museum"/>
+ <tag k="name" v="Römermuseum Augst"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikipedia" v="de:Römermuseum Augst"/>
+ </node>
+ <node id="386231465" lat="47.3605821" lon="9.0724278" version="3" timestamp="2015-01-14T20:51:26Z" changeset="28147476" uid="266672" user="tf66">
+ <tag k="name" v="Ortsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="387941946" lat="47.2954839" lon="8.5659447" version="2" timestamp="2009-08-09T19:42:36Z" changeset="2089479" uid="121434" user="dave_zh">
+ <tag k="name" v="Sedartis"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="388141351" lat="47.4114553" lon="8.2588092" version="2" timestamp="2011-01-02T16:36:56Z" changeset="6840178" uid="13840" user="mcdmx">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Sternen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="390491318" lat="47.0539927" lon="7.6292611" version="4" timestamp="2010-01-03T00:34:09Z" changeset="3524378" uid="159071" user="lb_daniel">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Landhaus"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="391265567" lat="46.7073075" lon="8.8639007" version="1" timestamp="2009-05-06T08:11:04Z" changeset="1093867" uid="14029" user="MartinDornfelder">
+ <tag k="name" v="Disentiserhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="391448262" lat="46.6884756" lon="7.8633706" version="11" timestamp="2014-10-06T15:26:11Z" changeset="25897348" uid="481380" user="Nzara">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="74"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Höheweg"/>
+ <tag k="email" v="info.interlaken@lindnerhotels.ch"/>
+ <tag k="fax" v="+41 33 826 68 69"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="yes"/>
+ <tag k="name" v="Interlaken"/>
+ <tag k="operator" v="Georges Beutler"/>
+ <tag k="phone" v="+41 33 826 68 68"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelinterlaken.ch"/>
+ </node>
+ <node id="392298280" lat="46.8212646" lon="7.1626970" version="3" timestamp="2014-02-09T15:13:56Z" changeset="20466669" uid="437456" user="finnnns">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Auberge aux 4 Vents"/>
+ <tag k="phone" v="+41 26 321 56 00"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.aux4vents.ch"/>
+ </node>
+ <node id="392389481" lat="46.0026685" lon="8.9467337" version="9" timestamp="2015-08-29T14:06:33Z" changeset="33664359" uid="341454" user="MA_Mapper">
+ <tag k="name" v="Continental‎ Parkhotel"/>
+ <tag k="operator" v="Fassbind Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.continentalparkhotel.com/"/>
+ </node>
+ <node id="393182936" lat="46.7115363" lon="9.5404917" version="1" timestamp="2009-05-10T13:55:11Z" changeset="1139023" uid="67837" user="PaulchenPanther">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Guarda Val"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="393399723" lat="47.2071693" lon="8.1904541" version="3" timestamp="2011-01-18T21:39:02Z" changeset="7014549" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Schlossmuseum Beromünster"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="401621658" lat="47.3508827" lon="8.3392976" version="2" timestamp="2009-05-18T10:12:26Z" changeset="1234331" uid="125317" user="meph">
+ <tag k="name" v="Ortsmuseum Bremgarten"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="402953766" lat="47.2684230" lon="8.8186792" version="4" timestamp="2015-10-06T14:02:12Z" changeset="34469799" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Bubikon"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="8608"/>
+ <tag k="addr:street" v="Wolfhauserstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="nfo@loewenbubikon.ch"/>
+ <tag k="name" v="Gasthof Löwen"/>
+ <tag k="opening_hours" v="Tu-Sa 08:30-23:30; Su-Mo off"/>
+ <tag k="operator" v="Rita und Domenico Miggiano-Köferli"/>
+ <tag k="phone" v="+41 55 243 17 16"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.loewenbubikon.ch/"/>
+ </node>
+ <node id="403229201" lat="47.2062196" lon="7.5301181" version="3" timestamp="2010-12-05T18:51:09Z" changeset="6554919" uid="32786" user="Netzwolf">
+ <tag k="addr:city" v="Solothurn"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="36"/>
+ <tag k="addr:postcode" v="4500"/>
+ <tag k="addr:street" v="Obachstrasse"/>
+ <tag k="amenity" v="bar"/>
+ <tag k="name" v="Extraball"/>
+ <tag k="opening_hours" v="2010 Dec 16, 2011 Jan 20, Feb 24, Mar 17: 19:00+"/>
+ <tag k="sport" v="pinball"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.extra-ball.ch/"/>
+ </node>
+ <node id="403263015" lat="46.7487621" lon="8.0848710" version="4" timestamp="2015-10-26T18:38:03Z" changeset="34888384" uid="110450" user="gosausee">
+ <tag k="addr:city" v="Hofstetten bei Brienz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="131"/>
+ <tag k="addr:postcode" v="3858"/>
+ <tag k="addr:street" v="Museumsstrasse"/>
+ <tag k="fee" v="yes"/>
+ <tag k="name" v="Freilichtmuseum Ballenberg"/>
+ <tag k="opening_hours" v="Apr-Oct 10:00-17:00"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.ballenberg.ch"/>
+ <tag k="wikipedia" v="de:Freilichtmuseum Ballenberg"/>
+ </node>
+ <node id="404554920" lat="47.4082738" lon="8.7265832" version="3" timestamp="2011-07-04T22:12:36Z" changeset="8634534" uid="194843" user="feuerstein">
+ <tag k="addr:city" v="Illnau"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="52"/>
+ <tag k="addr:postcode" v="8308"/>
+ <tag k="addr:street" v="Kempttalstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Rössli Illnau"/>
+ <tag k="phone" v="+41-52-2352662"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.roessli-illnau.ch/"/>
+ </node>
+ <node id="406706755" lat="47.2737628" lon="8.3364703" version="1" timestamp="2009-05-19T22:07:11Z" changeset="1255207" uid="124134" user="beni">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Gasthaus Ochsen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="406873217" lat="47.2964258" lon="8.2204866" version="2" timestamp="2009-06-01T22:55:16Z" changeset="1399345" uid="124134" user="beni">
+ <tag k="name" v="Seehotel Delphin"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="410065962" lat="47.0001755" lon="9.5027023" version="2" timestamp="2015-05-22T04:47:08Z" changeset="31359595" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Hof Ragaz"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="410725267" lat="46.5767943" lon="6.8688089" version="1" timestamp="2009-05-24T20:44:18Z" changeset="1310488" uid="17835" user="Stéphane Brunner">
+ <tag k="name" v="Hôtel du lion d'or"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="410725353" lat="46.5712331" lon="6.8267426" version="1" timestamp="2009-05-24T20:44:20Z" changeset="1310488" uid="17835" user="Stéphane Brunner">
+ <tag k="name" v="Hôtel de Ville"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="410745467" lat="47.4063560" lon="7.8720316" version="1" timestamp="2009-05-24T21:25:08Z" changeset="1310992" uid="57706" user="interspring">
+ <tag k="name" v="Hotel Restaurant Bad Ramsach"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="410829004" lat="46.4578414" lon="7.4432567" version="2" timestamp="2013-04-06T10:26:00Z" changeset="15630410" uid="1383" user="thisss">
+ <tag k="name" v="Wildstrubel"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="410852159" lat="46.8707845" lon="8.2684512" version="1" timestamp="2009-05-25T09:24:20Z" changeset="1314167" uid="69130" user="I-CH">
+ <tag k="name" v="Hotel Restaurant Flüematt"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="410852161" lat="46.8684285" lon="8.2692431" version="3" timestamp="2014-10-24T16:03:22Z" changeset="26302976" uid="74900" user="FischersFritz">
+ <tag k="name" v="Hotel Klausenhof Flüeli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="410920421" lat="46.4794010" lon="7.5388477" version="2" timestamp="2013-09-05T21:00:57Z" changeset="17694412" uid="126246" user="mocoohay">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel des Alpes"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="412725938" lat="46.4595392" lon="6.8413388" version="2" timestamp="2015-09-02T06:08:27Z" changeset="33743428" uid="225842" user="schnelli">
+ <tag k="name" v="Riviera Lodge"/>
+ <tag k="stars" v="0"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="412780675" lat="46.8144089" lon="7.7079229" version="3" timestamp="2015-12-03T13:35:36Z" changeset="35726873" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Heimenschwand"/>
+ <tag k="addr:postcode" v="3615"/>
+ <tag k="addr:street" v="Rohrimoosbad"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="beds" v="14"/>
+ <tag k="contact:email" v="info@rohrimoosbad.ch"/>
+ <tag k="contact:fax" v="+41 33 453 14 86"/>
+ <tag k="contact:phone" v="+41 33 453 14 21"/>
+ <tag k="contact:website" v="http://www.rohrimoosbad.ch"/>
+ <tag k="name" v="Rohrimoosbad"/>
+ <tag k="operator" v="Werner und Madeleine Staub-Blaser"/>
+ <tag k="source" v="website"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="412815470" lat="46.4624687" lon="6.8429142" version="3" timestamp="2015-09-02T06:08:27Z" changeset="33743428" uid="225842" user="schnelli">
+ <tag k="name" v="Astra Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="412817133" lat="46.3972558" lon="6.9240776" version="1" timestamp="2009-05-30T14:30:31Z" changeset="1358973" uid="34307" user="benni_75">
+ <tag k="name" v="Hôtel du Port"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="412817134" lat="46.3980183" lon="6.9247367" version="1" timestamp="2009-05-30T14:30:31Z" changeset="1358973" uid="34307" user="benni_75">
+ <tag k="name" v="Hôtel du Quai"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="412817135" lat="46.3981074" lon="6.9247902" version="1" timestamp="2009-05-30T14:30:32Z" changeset="1358973" uid="34307" user="benni_75">
+ <tag k="name" v="Hôtel du Vieu Pêcheur"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="412951397" lat="46.2245405" lon="6.1326242" version="5" timestamp="2015-10-02T21:42:42Z" changeset="34398486" uid="2249743" user="Marc le Grand">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="1209"/>
+ <tag k="addr:street" v="Chemin du Petit-Saconnex"/>
+ <tag k="name" v="Hôtel Intercontinental"/>
+ <tag k="operator" v="Hotel Intercontinental"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="413336502" lat="46.3622103" lon="7.0512016" version="2" timestamp="2010-07-12T11:56:31Z" changeset="5198322" uid="39569" user="hromain">
+ <tag k="name" v="Hôtel du Cerf"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="414137244" lat="46.0580896" lon="7.0011819" version="2" timestamp="2012-10-13T17:06:41Z" changeset="13481666" uid="67547" user="gregus_">
+ <tag k="name" v="Hôtel et Restaurant du col de la Forclaz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="415220224" lat="47.5837617" lon="8.8662887" version="5" timestamp="2011-03-03T19:23:58Z" changeset="7448719" uid="63926" user="Moloc">
+ <tag k="addr:city" v="Warth"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="8532"/>
+ <tag k="addr:street" v="Kartause Ittingen"/>
+ <tag k="description" v="Kunstmuseum"/>
+ <tag k="email" v="kunstmuseum@tg.ch"/>
+ <tag k="name" v="Kunstmuseum Thurgau"/>
+ <tag k="opening_hours" v="Apr-Sep: Mo-Fr 14:00-18:00, Sa-Su 11:00-18:00; Oct-Mar: Mo-Fr 14:00-17:00, Sa-Su 11:00-17:00"/>
+ <tag k="phone" v="+41(0)527484120"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.kunstmuseum.ch"/>
+ </node>
+ <node id="415415009" lat="47.2075242" lon="7.5368178" version="5" timestamp="2010-10-06T06:05:48Z" changeset="5966336" uid="116373" user="Sting83">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Roter Turm"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.roterturm.ch"/>
+ </node>
+ <node id="415554766" lat="46.5073415" lon="6.4925231" version="5" timestamp="2014-12-24T08:48:06Z" changeset="27666629" uid="78656" user="Walter Schlögl">
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:street" v="Avenue Ignace Paderewski"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Le Petit Manoir"/>
+ <tag k="operator" v="Boas"/>
+ <tag k="phone" v="+41 (0) 21 804 12 00"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.lepetitmanoir.ch"/>
+ <tag k="website" v="http://www.lepetitmanoir.ch/"/>
+ </node>
+ <node id="416091182" lat="46.7456583" lon="7.6808973" version="2" timestamp="2014-01-26T18:59:47Z" changeset="20216003" uid="126246" user="mocoohay">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Bellvue"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.opd.ch/website.php?id=bellevue"/>
+ </node>
+ <node id="416094114" lat="47.1970324" lon="8.6827765" version="2" timestamp="2012-02-23T18:23:42Z" changeset="10770844" uid="595514" user="dan34">
+ <tag k="name" v="Museum &quot;Alte Sagi&quot;"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="416670216" lat="47.3505426" lon="8.3427868" version="2" timestamp="2012-09-10T16:57:55Z" changeset="13059390" uid="329268" user="chrissa">
+ <tag k="addr:city" v="Bremgarten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="5620"/>
+ <tag k="addr:street" v="Antonigasse"/>
+ <tag k="name" v="Stadthof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="416776840" lat="46.5074651" lon="6.6718752" version="3" timestamp="2011-02-27T15:21:33Z" changeset="7411816" uid="17835" user="Stéphane Brunner">
+ <tag k="name" v="Hôtel du Château"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="417164731" lat="47.1948600" lon="8.5234763" version="3" timestamp="2015-10-11T18:19:42Z" changeset="34575302" uid="397527" user="Stans">
+ <tag k="name" v="Ibis Baar/Zug"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="417181170" lat="47.3789829" lon="8.3650517" version="3" timestamp="2012-06-29T12:35:30Z" changeset="12056127" uid="714894" user="Timmerriam">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="japanese"/>
+ <tag k="name" v="Hotel Restaurant Ryokan Hasenberg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="417799945" lat="46.9891608" lon="6.9290928" version="2" timestamp="2013-08-24T10:10:39Z" changeset="17481479" uid="103273" user="HB9DTX">
+ <tag k="email" v="info@beau-rivage-hotel.ch"/>
+ <tag k="name" v="Beau-Rivage"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.beau-rivage-hotel.ch/"/>
+ </node>
+ <node id="418012873" lat="46.0668064" lon="7.7753631" version="2" timestamp="2014-02-18T15:21:41Z" changeset="20638713" uid="311036" user="haavee">
+ <tag k="name" v="Täscher Hof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="418190191" lat="47.1124535" lon="9.2172610" version="3" timestamp="2012-11-28T17:09:34Z" changeset="14075949" uid="250783" user="finkenmann">
+ <tag k="name" v="Lofthotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="418190198" lat="47.1123271" lon="9.2186560" version="4" timestamp="2012-11-28T18:24:13Z" changeset="14076986" uid="250783" user="finkenmann">
+ <tag k="name" v="Hotel Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="418372324" lat="47.0579333" lon="7.6249393" version="2" timestamp="2009-10-19T16:57:26Z" changeset="2895521" uid="159071" user="lb_daniel">
+ <tag k="name" v="Franz Gertsch Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="418403157" lat="46.7156690" lon="7.7145855" version="1" timestamp="2009-06-10T20:36:17Z" changeset="1481101" uid="126246" user="mocoohay">
+ <tag k="name" v="Solbad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="418424414" lat="47.0302763" lon="8.4189489" version="1" timestamp="2009-06-10T20:53:50Z" changeset="1481281" uid="32700" user="pfuender_666">
+ <tag k="name" v="Kurhaus Seeblick"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="418875116" lat="46.6934251" lon="6.4601821" version="1" timestamp="2009-06-11T20:47:05Z" changeset="1491088" uid="131862" user="Philippe L">
+ <tag k="name" v="Le Saint-Romain"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="418953431" lat="46.4111729" lon="10.0218823" version="2" timestamp="2010-03-06T18:18:50Z" changeset="4053217" uid="194843" user="feuerstein">
+ <tag k="name" v="Albergo Ospizio Bernina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="419260471" lat="47.3485177" lon="7.7648958" version="1" timestamp="2009-06-12T16:55:36Z" changeset="1497750" uid="116373" user="Sting83">
+ <tag k="name" v="Hotel Erika"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="421644348" lat="47.1137175" lon="8.2335435" version="3" timestamp="2013-01-23T11:08:10Z" changeset="14755738" uid="22684" user="Mr_Israel">
+ <tag k="addr:city" v="Rothenburg - Luzern"/>
+ <tag k="addr:postcode" v="6023"/>
+ <tag k="addr:street" v="Raststätte Luzern-Neuenkirch A2"/>
+ <tag k="name" v="Holiday Inn Express : Luzern - Neuenkirch"/>
+ <tag k="phone" v="+41-41-2882828"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hiexpress.com"/>
+ <tag k="wifi" v="free"/>
+ </node>
+ <node id="421952684" lat="47.0565067" lon="7.6267505" version="1" timestamp="2009-06-16T20:11:18Z" changeset="1538456" uid="125122" user="Ghost61">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Stadthaus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="423795654" lat="47.4030844" lon="8.5001755" version="2" timestamp="2014-03-28T18:56:26Z" changeset="21370944" uid="86504" user="Thomas8122">
+ <tag k="name" v="Ortsmuseum Höngg"/>
+ <tag k="opening_hours" v="Su 14:00-16:00"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="426920952" lat="47.1900822" lon="7.2470992" version="4" timestamp="2015-05-07T10:57:10Z" changeset="30868618" uid="1122916" user="KeinePanik">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="La Truite"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="426940065" lat="46.4717908" lon="7.1323313" version="2" timestamp="2013-07-15T20:46:13Z" changeset="16967611" uid="470200" user="mandarine34">
+ <tag k="name" v="Hôtel Roc and Neige"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="427504769" lat="46.4746919" lon="7.1340945" version="3" timestamp="2013-07-15T20:36:39Z" changeset="16967518" uid="470200" user="mandarine34">
+ <tag k="name" v="Hôtel de Poste"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="427504771" lat="46.4732706" lon="7.1303393" version="3" timestamp="2013-07-15T20:41:32Z" changeset="16967592" uid="470200" user="mandarine34">
+ <tag k="name" v="Ballon Museum Château d'Oex"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="427787471" lat="46.4737368" lon="7.1305086" version="4" timestamp="2013-07-15T20:41:32Z" changeset="16967592" uid="470200" user="mandarine34">
+ <tag k="name" v="Hôtel de Ville"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="428244213" lat="46.3812363" lon="6.2423014" version="1" timestamp="2009-06-23T07:38:18Z" changeset="1599386" uid="20163" user="bri g">
+ <tag k="name" v="Hotel Beau Rivage"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="428244214" lat="46.3805663" lon="6.2414174" version="2" timestamp="2009-06-23T21:58:40Z" changeset="1606527" uid="20163" user="bri g">
+ <tag k="name" v="Hotel Real"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="428304303" lat="47.3810447" lon="8.5425868" version="2" timestamp="2015-12-04T08:35:18Z" changeset="35741679" uid="3426247" user="ninaspielhofer">
+ <tag k="addr:housenumber" v="60"/>
+ <tag k="created_by" v="Potlatch 0.10f"/>
+ <tag k="name" v="Continental"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="428467205" lat="46.3832874" lon="6.2396275" version="2" timestamp="2013-03-18T00:38:22Z" changeset="15403167" uid="74847" user="Marc Mongenet">
+ <tag k="name" v="Hotel Ambassador"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="428781989" lat="46.5014332" lon="6.4045951" version="3" timestamp="2015-05-01T09:57:08Z" changeset="30686576" uid="9733" user="stedewa">
+ <tag k="name" v="La Croix Blanche"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="429173116" lat="47.4025026" lon="8.4055826" version="4" timestamp="2014-06-05T14:22:43Z" changeset="22756837" uid="92387" user="SimonPoole">
+ <tag k="name" v="Sommerau Ticino"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="429227477" lat="47.4021577" lon="8.0454156" version="2" timestamp="2010-09-19T15:45:44Z" changeset="5820767" uid="65148" user="tixuwuoz">
+ <tag k="name" v="Basliea"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.basilea-aarau.ch"/>
+ </node>
+ <node id="429340371" lat="46.2930280" lon="7.8814548" version="2" timestamp="2014-07-15T20:51:51Z" changeset="24169580" uid="595633" user="D_S_W">
+ <tag k="email" v="info@visperhof.ch"/>
+ <tag k="fax" v="+41 27 948 38 01"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Visperhof"/>
+ <tag k="phone" v="+41 27 948 38 00"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.visperhof.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="429340391" lat="46.2931467" lon="7.8818619" version="3" timestamp="2013-03-05T15:02:04Z" changeset="15256707" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Elite"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="429358960" lat="46.3798621" lon="6.2403511" version="3" timestamp="2013-04-03T11:40:22Z" changeset="15593539" uid="1150150" user="paxxie">
+ <tag k="name" v="Musee Du Leman"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museeduleman.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="429658552" lat="46.2154780" lon="6.1327223" version="4" timestamp="2013-04-19T17:33:19Z" changeset="15781626" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Les Nations"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="429660690" lat="46.3812692" lon="6.2399638" version="4" timestamp="2015-07-24T08:55:05Z" changeset="32844323" uid="129299" user="RBA">
+ <tag k="name" v="Musée Romain"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="430195404" lat="47.1689535" lon="7.2543526" version="4" timestamp="2010-05-25T16:47:56Z" changeset="4805410" uid="26726" user="lonvia">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Hotel De La Truite"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="430399621" lat="46.8326606" lon="9.8539636" version="5" timestamp="2013-04-02T14:03:32Z" changeset="15578813" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Kulm"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="430863762" lat="47.1496868" lon="6.8403650" version="2" timestamp="2014-12-18T18:34:22Z" changeset="27555997" uid="2278038" user="etbane">
+ <tag k="email" v="info@maisonmonsieur.ch"/>
+ <tag k="name" v="Auberge de la maison-Monsieur"/>
+ <tag k="phone" v="+41 32 558 37 37"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.maisonmonsieur.ch/"/>
+ </node>
+ <node id="431026350" lat="46.5019884" lon="6.6853807" version="3" timestamp="2010-01-05T13:27:14Z" changeset="3545266" uid="1393" user="jnsc">
+ <tag k="addr:city" v="Lutry"/>
+ <tag k="addr:postcode" v="1095"/>
+ <tag k="name" v="Hôtel Restaurant le Rivage"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="431038023" lat="46.5026975" lon="6.6859534" version="1" timestamp="2009-06-30T07:57:29Z" changeset="1684657" uid="130849" user="eric6quatre">
+ <tag k="name" v="Le Bourg 7"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="431222255" lat="46.1734980" lon="8.7992846" version="1" timestamp="2009-06-30T17:06:57Z" changeset="1693089" uid="14686" user="mgeiser">
+ <tag k="name" v="Villa Palmiera"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="431222258" lat="46.1732424" lon="8.7991742" version="2" timestamp="2010-07-10T10:06:17Z" changeset="5181131" uid="315041" user="Enea84">
+ <tag k="name" v="Garni Muralto"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="431318397" lat="46.8697320" lon="9.8848457" version="1" timestamp="2009-06-30T20:39:55Z" changeset="1695268" uid="101371" user="kapplerseits">
+ <tag k="name" v="Heimatmuseum Nutli Hüschi"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="431454858" lat="47.3499685" lon="8.3399295" version="1" timestamp="2009-07-01T10:27:33Z" changeset="1698964" uid="124134" user="beni">
+ <tag k="name" v="Kraftwerk Bruggmühle"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="433458581" lat="46.7823386" lon="9.8141289" version="3" timestamp="2014-01-10T20:27:18Z" changeset="19924286" uid="667422" user="Alex-7">
+ <tag k="name" v="Hotel Alpenhof"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alpenhof-davos.ch/"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="433476403" lat="46.6753234" lon="9.6840756" version="3" timestamp="2015-02-27T16:34:51Z" changeset="29139197" uid="47978" user="Christoph Lotz">
+ <tag k="name" v="Hotel Grischuna"/>
+ <tag k="phone" v="+41 81 404 11 80"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.grischuna-filisur.ch/de/"/>
+ </node>
+ <node id="433476411" lat="46.6737259" lon="9.6845358" version="2" timestamp="2015-02-18T21:47:07Z" changeset="28945157" uid="547798" user="Bobao">
+ <tag k="name" v="Hotel Schöntal"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="434348276" lat="46.1545511" lon="8.7677383" version="4" timestamp="2015-07-21T17:33:09Z" changeset="32783616" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Ascona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="6612"/>
+ <tag k="addr:street" v="Piazza Giuseppe Motta"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Albergo Elvezia"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-elvezia.ch"/>
+ </node>
+ <node id="434348280" lat="46.1528014" lon="8.7711348" version="2" timestamp="2014-03-22T20:31:23Z" changeset="21252042" uid="1975071" user="osmosi">
+ <tag k="name" v="Hotel Castello Seeschloss"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="434348283" lat="46.1513407" lon="8.7723679" version="1" timestamp="2009-07-05T10:36:14Z" changeset="1737237" uid="32700" user="pfuender_666">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="ascolago"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="434348284" lat="46.1509714" lon="8.7730741" version="1" timestamp="2009-07-05T10:36:14Z" changeset="1737237" uid="32700" user="pfuender_666">
+ <tag k="name" v="Eden Roc"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="434348285" lat="46.1506011" lon="8.7749933" version="1" timestamp="2009-07-05T10:36:14Z" changeset="1737237" uid="32700" user="pfuender_666">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Ascovilla"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="434657522" lat="46.9931152" lon="6.9369331" version="1" timestamp="2009-07-05T20:25:00Z" changeset="1743151" uid="103273" user="HB9DTX">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="436132219" lat="47.6589950" lon="8.8606145" version="4" timestamp="2014-10-20T22:19:07Z" changeset="26224269" uid="13944" user="bass">
+ <tag k="name" v="Spielzeugmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="436162619" lat="46.4454950" lon="7.5632979" version="3" timestamp="2013-11-04T21:23:35Z" changeset="18720147" uid="126246" user="mocoohay">
+ <tag k="ele" v="1954.471191"/>
+ <tag k="name" v="Berghaus Bärtschi"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="436167711" lat="46.4267973" lon="7.4762190" version="2" timestamp="2013-10-28T20:46:36Z" changeset="18591784" uid="126246" user="mocoohay">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Restaurant Simmenfälle"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.simmenfaelle.ch/"/>
+ </node>
+ <node id="436619050" lat="46.7973861" lon="9.8348560" version="1" timestamp="2009-07-07T21:11:09Z" changeset="1766402" uid="101371" user="kapplerseits">
+ <tag k="name" v="Hotel Waldhuus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="438575113" lat="46.3744660" lon="10.0312333" version="3" timestamp="2013-03-06T12:50:16Z" changeset="15270091" uid="194843" user="feuerstein">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="swiss"/>
+ <tag k="name" v="Alp Grüm"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="438576060" lat="46.4452718" lon="9.9710830" version="1" timestamp="2009-07-09T21:45:10Z" changeset="1784453" uid="26726" user="lonvia">
+ <tag k="name" v="Berninahaus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="440853115" lat="47.5011375" lon="8.9548257" version="4" timestamp="2014-11-15T06:32:20Z" changeset="26792566" uid="134112" user="Pan">
+ <tag k="addr:city" v="Wängi"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="9545"/>
+ <tag k="addr:street" v="Lommiserstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="info@linde-waengi.ch"/>
+ <tag k="name" v="Gasthof Linde"/>
+ <tag k="opening_hours" v="Tu-Sa 08:00-24:00; Su 08:00-19:00"/>
+ <tag k="phone" v="+41 52 378 12 15"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.linde-waengi.ch/"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="441224336" lat="46.6973558" lon="10.0979135" version="1" timestamp="2009-07-13T16:14:45Z" changeset="1818032" uid="46862" user="Mayer">
+ <tag k="name" v="Hotel Adler"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="441232065" lat="46.6978031" lon="10.0970466" version="3" timestamp="2009-07-30T14:15:10Z" changeset="1982204" uid="70696" user="xybot">
+ <tag k="name" v="Chesa Ivraina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="441308808" lat="46.7762140" lon="9.6677988" version="4" timestamp="2014-01-14T21:09:03Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="name" v="Hotel Alpensonne"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="441571726" lat="46.6993303" lon="8.1733104" version="2" timestamp="2015-01-03T17:20:58Z" changeset="27891367" uid="72918" user="Schnupfix">
+ <tag k="name" v="Kaltenbunnen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="441595072" lat="47.3496183" lon="8.2766354" version="3" timestamp="2011-12-12T21:21:59Z" changeset="10096360" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Bären"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="441605342" lat="46.5928300" lon="8.4618487" version="3" timestamp="2011-03-03T21:24:55Z" changeset="7449799" uid="330773" user="Roadrunner21">
+ <tag k="name" v="Hotel Tiefenbach"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="441647047" lat="47.1259731" lon="9.0534452" version="2" timestamp="2012-04-09T21:32:23Z" changeset="11245856" uid="595514" user="dan34">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Ochsen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="441701619" lat="46.8733841" lon="8.2706213" version="7" timestamp="2014-07-13T18:14:17Z" changeset="24126187" uid="105050" user="Männedorf">
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="442497852" lat="47.2072934" lon="7.5393446" version="4" timestamp="2015-05-01T08:49:21Z" changeset="30684645" uid="65804" user="Ronny Standtke">
+ <tag k="contact:email" v="naturmuseum@solothurn.ch"/>
+ <tag k="contact:fax" v="+41 32 622 70 52"/>
+ <tag k="contact:phone" v="+41 32 622 70 21"/>
+ <tag k="contact:website" v="http://www.naturmuseum-so.ch"/>
+ <tag k="name" v="Naturmuseum"/>
+ <tag k="opening_hours" v="Tu-Sa 14:00-17:00; Su 10:00-17:00"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="442590675" lat="46.2525959" lon="7.0097283" version="3" timestamp="2010-07-09T14:54:58Z" changeset="5174174" uid="134112" user="Pan">
+ <tag k="addr:city" v="Bex"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:postcode" v="1880"/>
+ <tag k="name" v="Le Cèdre"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="443092549" lat="47.2765580" lon="8.4521038" version="1" timestamp="2009-07-17T19:53:15Z" changeset="1857244" uid="134335" user="panda23">
+ <tag k="name" v="Arche"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="443118630" lat="47.4089548" lon="9.3335055" version="1" timestamp="2009-07-17T20:46:23Z" changeset="1857887" uid="86566" user="wisieb">
+ <tag k="name" v="Sporting"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="443418973" lat="46.4998549" lon="9.8471827" version="1" timestamp="2009-07-18T18:33:50Z" changeset="1865887" uid="47024" user="Klaus_A">
+ <tag k="name" v="Carlton"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="443419216" lat="46.4991880" lon="9.8415545" version="2" timestamp="2010-10-21T13:21:16Z" changeset="6125782" uid="18367" user="pi1">
+ <tag k="name" v="Kulm"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="443420076" lat="46.4972774" lon="9.8397981" version="3" timestamp="2012-02-28T22:02:04Z" changeset="10822828" uid="179581" user="Geofreund1">
+ <tag k="addr:housenumber" v="27"/>
+ <tag k="addr:street" v="Via Serlas"/>
+ <tag k="name" v="Badrutt's Palace"/>
+ <tag k="phone" v="+41 81 837 10 00"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="443420077" lat="46.4983373" lon="9.8390614" version="1" timestamp="2009-07-18T18:38:26Z" changeset="1865934" uid="47024" user="Klaus_A">
+ <tag k="name" v="Monopol"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="443420338" lat="46.4972717" lon="9.8486158" version="2" timestamp="2012-11-04T09:13:42Z" changeset="13743678" uid="998600" user="Cosisol13">
+ <tag k="name" v="Waldhaus am See"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="443823785" lat="47.3080395" lon="7.0489500" version="2" timestamp="2010-11-20T22:48:01Z" changeset="6418800" uid="26726" user="lonvia">
+ <tag k="name" v="Hotel Du Cerf"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="443877975" lat="47.3655508" lon="7.1554564" version="2" timestamp="2010-09-23T17:03:02Z" changeset="5855647" uid="334389" user="ueliw0">
+ <tag k="name" v="Hotel La Couronne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="444542189" lat="46.7501809" lon="7.6866813" version="3" timestamp="2015-12-03T13:35:36Z" changeset="35726873" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Heiligenschwendi"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="328"/>
+ <tag k="addr:postcode" v="3625"/>
+ <tag k="addr:street" v="Schwendt"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="contact:email" v="nfo@alpenblickhotel.ch"/>
+ <tag k="contact:fax" v="+41 33 243 21 28"/>
+ <tag k="contact:phone" v="+41 33 243 21 21"/>
+ <tag k="contact:website" v="http://www.alpenblickhotel.ch/"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Alpenblick"/>
+ <tag k="operator" v="Familie Lüthi"/>
+ <tag k="rooms" v="17"/>
+ <tag k="source" v="website"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="444685002" lat="46.7125461" lon="8.1826901" version="3" timestamp="2014-04-09T12:55:40Z" changeset="21588459" uid="937694" user="uroeth">
+ <tag k="name" v="Zwirgi"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.zwirgi.ch/"/>
+ </node>
+ <node id="444824507" lat="46.7282765" lon="8.1855327" version="4" timestamp="2014-05-06T13:57:16Z" changeset="22167114" uid="56103" user="JDKDHF">
+ <tag k="addr:city" v="Meiringen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="3860"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Alpin Sherpa"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://haslitalhotels.ch/"/>
+ </node>
+ <node id="445467384" lat="47.4239108" lon="9.3712927" version="4" timestamp="2012-07-17T08:26:14Z" changeset="12260415" uid="722137" user="OSMF Redaction Account">
+ <tag k="name" v="Walhalla"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="445510412" lat="46.9204704" lon="9.1727197" version="5" timestamp="2013-08-18T16:44:43Z" changeset="17398893" uid="223093" user="geow">
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:street" v="Dorf"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="email" v="mail@sonne-elm.ch"/>
+ <tag k="fax" v="055 642 19 38"/>
+ <tag k="name" v="Gasthaus Sonne"/>
+ <tag k="phone" v="055 642 12 32"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.sonne-elm.ch/"/>
+ </node>
+ <node id="445628383" lat="47.4214519" lon="9.3754457" version="4" timestamp="2013-09-17T07:26:55Z" changeset="17880897" uid="524500" user="wheelmap_android">
+ <tag k="name" v="Einstein"/>
+ <tag k="note" v="**** Sterne"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="445782745" lat="47.4266249" lon="9.3755911" version="1" timestamp="2009-07-22T18:54:16Z" changeset="1907318" uid="147486" user="KonstiSG">
+ <tag k="name" v="Elite"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="447957194" lat="46.6683070" lon="6.3253742" version="5" timestamp="2015-02-12T17:26:39Z" changeset="28800379" uid="712205" user="fox-ge">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Relais de la Truite"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="447986330" lat="47.4685530" lon="9.2855707" version="1" timestamp="2009-07-25T21:19:55Z" changeset="1938338" uid="86566" user="wisieb">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="449087454" lat="47.0424211" lon="7.3862558" version="2" timestamp="2009-11-15T14:45:16Z" changeset="3122424" uid="29762" user="Jose Riha">
+ <tag k="name" v="Bahnhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="450602354" lat="46.4729836" lon="7.4346619" version="2" timestamp="2011-08-22T13:30:12Z" changeset="9093038" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Simmenhof"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="450602357" lat="46.5174636" lon="7.3885243" version="2" timestamp="2010-02-18T12:49:03Z" changeset="3908659" uid="74900" user="FischersFritz">
+ <tag k="name" v="Stöckli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="450602359" lat="46.5522024" lon="7.3735530" version="2" timestamp="2013-02-23T18:47:07Z" changeset="15139552" uid="34507" user="wartburgritter">
+ <tag k="name" v="Sternen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="450602360" lat="46.5534477" lon="7.3718490" version="2" timestamp="2013-02-23T18:47:07Z" changeset="15139552" uid="34507" user="wartburgritter">
+ <tag k="name" v="Krone"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="450602364" lat="46.6034430" lon="7.3737493" version="1" timestamp="2009-07-29T10:59:22Z" changeset="1974006" uid="78090" user="Roman Fischer">
+ <tag k="name" v="Rawil"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="450602369" lat="46.6295178" lon="7.3918398" version="2" timestamp="2013-06-11T10:49:06Z" changeset="16507676" uid="937694" user="uroeth">
+ <tag k="name" v="Bären"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="451024173" lat="46.9930957" lon="9.3458082" version="1" timestamp="2009-07-29T21:36:48Z" changeset="1979602" uid="26726" user="lonvia">
+ <tag k="name" v="Hotel Gemse"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="451720206" lat="47.3592235" lon="8.5231867" version="3" timestamp="2011-03-09T09:31:40Z" changeset="7502116" uid="98369" user="jcy">
+ <tag k="name" v="Hotel Four Points by Sheraton"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="451722224" lat="47.3589183" lon="8.5297352" version="6" timestamp="2015-08-09T17:01:00Z" changeset="33223196" uid="3078595" user="Fritzl65">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="8002"/>
+ <tag k="addr:street" v="Gablerstrasse"/>
+ <tag k="name" v="Museum Rietberg"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="451967746" lat="46.5841713" lon="7.0824284" version="1" timestamp="2009-07-30T18:39:40Z" changeset="1987146" uid="34307" user="benni_75">
+ <tag k="name" v="HR Giger"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="452401909" lat="46.7138780" lon="8.1875106" version="3" timestamp="2009-07-31T08:53:31Z" changeset="1991991" uid="144332" user="Brummbaerli">
+ <tag k="name" v="Schwendi"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="452550614" lat="46.6601518" lon="7.8588032" version="4" timestamp="2013-06-22T23:38:47Z" changeset="16662242" uid="937694" user="uroeth">
+ <tag k="name" v="Mühle"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="452615492" lat="47.2845685" lon="8.5490786" version="3" timestamp="2010-12-27T20:17:22Z" changeset="6781729" uid="121434" user="dave_zh">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="italian"/>
+ <tag k="name" v="Tre Stelle"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="452632129" lat="47.0456237" lon="7.1550255" version="2" timestamp="2014-04-16T13:47:35Z" changeset="21730318" uid="147368" user="Ecthelias">
+ <tag k="name" v="Ortsmuseum / Pfahlbauermuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="452940825" lat="46.6362429" lon="8.5956035" version="5" timestamp="2011-02-26T09:02:41Z" changeset="7397625" uid="130472" user="fx99">
+ <tag k="name" v="Badus"/>
+ <tag k="operator" v="Christine und Walter Danioth"/>
+ <tag k="phone" v="+41 (0)41 887 12 86"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelbadus.ch/"/>
+ </node>
+ <node id="454978737" lat="46.7260253" lon="8.1908778" version="3" timestamp="2014-05-06T13:57:19Z" changeset="22167114" uid="56103" user="JDKDHF">
+ <tag k="addr:city" v="Meiringen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="3860"/>
+ <tag k="addr:street" v="Alpbachallee"/>
+ <tag k="name" v="Sherlock Holmes"/>
+ <tag k="source" v="local_knowledge"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://sherlock.ch/"/>
+ </node>
+ <node id="456372446" lat="47.3867286" lon="9.3929578" version="6" timestamp="2014-11-08T08:59:12Z" changeset="26636946" uid="231006" user="schoschi">
+ <tag k="name" v="Zur Linde"/>
+ <tag k="phone" v="+41 71 335 0 737"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelzurlinde.ch/"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wheelchair:description" v="Hoteleingang benützen, voranmelden"/>
+ </node>
+ <node id="456388299" lat="46.5376720" lon="8.8343162" version="3" timestamp="2012-07-15T20:55:40Z" changeset="12235917" uid="26726" user="lonvia">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="456710349" lat="47.3731731" lon="9.4175902" version="1" timestamp="2009-08-05T06:53:09Z" changeset="2042027" uid="38286" user="t_u_b_o">
+ <tag k="name" v="Sternen"/>
+ <tag k="stars" v="1"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="457951058" lat="46.9593367" lon="8.5208702" version="5" timestamp="2013-10-19T20:20:00Z" changeset="18440599" uid="397527" user="Stans">
+ <tag k="name" v="Seeblick"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="458480304" lat="46.5694794" lon="9.3888167" version="4" timestamp="2014-09-06T13:54:04Z" changeset="25267271" uid="655630" user="cront">
+ <tag k="name" v="Crestawald"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.crestawald.ch"/>
+ </node>
+ <node id="458853545" lat="46.8484728" lon="9.5311810" version="2" timestamp="2011-12-10T10:23:04Z" changeset="10079433" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Rebleuten"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="460438490" lat="47.3762729" lon="8.5446736" version="3" timestamp="2015-10-03T14:31:55Z" changeset="34407888" uid="3281770" user="Rolligirls">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="69"/>
+ <tag k="addr:postcode" v="8001"/>
+ <tag k="addr:street" v="Seilergraben"/>
+ <tag k="fax" v="41-44-2672671"/>
+ <tag k="name" v="Hotel du Théâtre"/>
+ <tag k="phone" v="41-44-2672670"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-du-theatre.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="461088683" lat="46.5552395" lon="8.5668750" version="6" timestamp="2015-05-16T17:57:51Z" changeset="31208195" uid="130472" user="fx99">
+ <tag k="name" v="Nationales St. Gotthard-Museum"/>
+ <tag k="name:de" v="Nationales St. Gotthard-Museum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museen-uri.ch/Nationales-St-Gotthard-Museum.27.0.html"/>
+ </node>
+ <node id="466223497" lat="47.1279949" lon="8.7501419" version="4" timestamp="2012-05-09T10:32:33Z" changeset="11547925" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:street" v="Paracelsuspark"/>
+ <tag k="name" v="Hotel Drei Könige"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotel-dreikoenige.ch"/>
+ </node>
+ <node id="469263922" lat="47.0881345" lon="9.0201277" version="1" timestamp="2009-08-16T16:32:55Z" changeset="2166743" uid="118434" user="marc1s">
+ <tag k="name" v="Hotel Restaurant Obersee"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="469410089" lat="47.1305745" lon="7.2393866" version="3" timestamp="2012-03-23T19:45:10Z" changeset="11077677" uid="13511" user="DunkleAura">
+ <tag k="name" v="Hotel Continental Biel-Bienne"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="469421752" lat="46.8716237" lon="8.7583408" version="3" timestamp="2014-05-12T17:13:59Z" changeset="22296173" uid="565471" user="bebbi">
+ <tag k="name" v="Posthaus Urigen"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.hotel-posthaus.ch/"/>
+ </node>
+ <node id="469740420" lat="46.6340254" lon="8.5933595" version="2" timestamp="2012-02-23T21:49:02Z" changeset="10773144" uid="130472" user="fx99">
+ <tag k="name" v="Kristall"/>
+ <tag k="phone" v="+41 (0)41 887 15 57"/>
+ <tag k="stars" v="0"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.kristall-andermatt.ch/"/>
+ </node>
+ <node id="469872370" lat="46.7761133" lon="8.3445775" version="3" timestamp="2015-03-31T12:58:31Z" changeset="29875774" uid="67515" user="threefoursixninefour">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Engstlenalp"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.engstlenalp.ch"/>
+ </node>
+ <node id="471496115" lat="47.0501775" lon="7.0649820" version="2" timestamp="2010-03-21T00:42:21Z" changeset="4186531" uid="105050" user="Männedorf">
+ <tag k="name" v="Hôtel de Ville"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="471522936" lat="46.5112539" lon="9.8571114" version="4" timestamp="2013-03-05T19:03:32Z" changeset="15262276" uid="14686" user="mgeiser">
+ <tag k="name" v="Misani"/>
+ <tag k="source" v="local_knowledge"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotelmisani.ch/"/>
+ </node>
+ <node id="471568744" lat="46.7430946" lon="7.6274765" version="4" timestamp="2014-06-01T20:00:12Z" changeset="22681193" uid="131561" user="filot">
+ <tag k="addr:housenumber" v="73"/>
+ <tag k="addr:postcode" v="3604"/>
+ <tag k="addr:street" v="Frutigenstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Rössli"/>
+ <tag k="opening_hours" v="Mo-Sa 08:00-23:30; Su 08:00-22:30"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="471790725" lat="46.6004963" lon="10.4068431" version="3" timestamp="2013-09-14T09:03:41Z" changeset="17829316" uid="918603" user="carstenwasow">
+ <tag k="name" v="Central"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="472581764" lat="46.1702439" lon="6.8468345" version="2" timestamp="2014-04-14T08:03:07Z" changeset="21680831" uid="134112" user="Pan">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="472602879" lat="46.0498116" lon="8.9886185" version="2" timestamp="2014-03-20T20:00:37Z" changeset="21216544" uid="1491920" user="pilosel">
+ <tag k="addr:city" v="Cadro"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="6965"/>
+ <tag k="addr:street" v="Via Dassone"/>
+ <tag k="name" v="Panoramica Cadro - Lugano"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="473085818" lat="46.6350253" lon="8.5963824" version="4" timestamp="2011-02-26T09:02:42Z" changeset="7397625" uid="130472" user="fx99">
+ <tag k="name" v="MONOPOL-METROPOL"/>
+ <tag k="operator" v="Familie Wenger"/>
+ <tag k="phone" v="(+41) 041 887 15 75"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.monopol-andermatt.ch/"/>
+ </node>
+ <node id="473085849" lat="46.6355795" lon="8.5962234" version="3" timestamp="2011-01-07T17:19:15Z" changeset="6895057" uid="130472" user="fx99">
+ <tag k="addr:housenumber" v="39"/>
+ <tag k="addr:postcode" v="6490"/>
+ <tag k="addr:street" v="Gotthardstrasse"/>
+ <tag k="name" v="Bergidyll"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-bergidyll.ch/"/>
+ </node>
+ <node id="473085858" lat="46.6355023" lon="8.6017628" version="3" timestamp="2012-02-21T09:49:19Z" changeset="10748515" uid="74900" user="FischersFritz">
+ <tag k="name" v="Alpina Garni"/>
+ <tag k="operator" v="Gaby und Sepp Tresch"/>
+ <tag k="phone" v="+41 (0)41 887 17 56"/>
+ <tag k="stars" v="0"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-alpina-andermatt.ch"/>
+ </node>
+ <node id="473386420" lat="47.3594539" lon="8.8653099" version="2" timestamp="2013-01-25T00:14:23Z" changeset="14776005" uid="178186" user="mdk">
+ <tag k="name" v="Museumspinnerei Neuthal"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="473398056" lat="47.5596697" lon="7.5847665" version="2" timestamp="2015-10-14T20:06:23Z" changeset="34640731" uid="52143" user="Yaron">
+ <tag k="name" v="Hotel Rochat"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="473423881" lat="47.2539582" lon="8.6938025" version="2" timestamp="2009-08-25T10:04:08Z" changeset="2253981" uid="105050" user="Männedorf">
+ <tag k="name" v="Schiffahrtsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="474523034" lat="46.4395938" lon="6.8929889" version="1" timestamp="2009-08-26T14:16:48Z" changeset="2267501" uid="159398" user="kisco">
+ <tag k="name" v="L'Ermitage"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.ermitage-montreux.com/"/>
+ </node>
+ <node id="474764720" lat="47.6064298" lon="9.2837506" version="1" timestamp="2009-08-26T20:38:02Z" changeset="2271364" uid="5446" user="Freek">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Restaurant Seemöwe"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="474973990" lat="47.6488189" lon="9.1890795" version="8" timestamp="2014-05-18T17:27:51Z" changeset="22410677" uid="79025" user="mstock">
+ <tag k="addr:city" v="Kreuzlingen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="8280"/>
+ <tag k="addr:street" v="Seeweg"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="ele" v="403.8765869"/>
+ <tag k="email" v="info@seemuseum.ch"/>
+ <tag k="name" v="Seemuseum"/>
+ <tag k="opening_hours" v="Jul-Sep: Tu-Su 14:00-17:00; Apr-Jun,Oct: We,Sa,Su 14:00-17:00; Nov- Mar: Su 14:00-17:00"/>
+ <tag k="phone" v="+41716885242"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.seemuseum.ch/"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wpt_description" v="23-AUG-09 14:59:56"/>
+ </node>
+ <node id="475204259" lat="47.2397593" lon="8.9219409" version="1" timestamp="2009-08-27T17:15:12Z" changeset="2279796" uid="9353" user="Schäuble Michele">
+ <tag k="name" v="Hotel Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="475355928" lat="46.6894678" lon="7.8658649" version="8" timestamp="2014-10-06T15:41:19Z" changeset="25897348" uid="481380" user="Nzara">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="94"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Höheweg"/>
+ <tag k="email" v="info@carltoneurope.ch"/>
+ <tag k="fax" v="+41 33 826 01 69"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="yes"/>
+ <tag k="name" v="Carlton-Europe"/>
+ <tag k="operator" v="Stephan Maeder"/>
+ <tag k="phone" v="+41 33 826 01 60"/>
+ <tag k="rooms" v="75"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.carltoneurope.ch"/>
+ </node>
+ <node id="475762788" lat="46.7980526" lon="10.3015680" version="2" timestamp="2013-10-24T18:04:42Z" changeset="18524029" uid="97547" user="datendelphin">
+ <tag k="fax" v="+41 81 861 25 50"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="yes"/>
+ <tag k="name" v="Belvair"/>
+ <tag k="operator" v="Belvedere Hotels Scuol"/>
+ <tag k="phone" v="+41 81 861 25 00"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.belvair.ch/"/>
+ </node>
+ <node id="475822618" lat="47.5571155" lon="7.5908379" version="8" timestamp="2012-10-20T23:45:04Z" changeset="13573862" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="4051"/>
+ <tag k="addr:street" v="Münsterplatz"/>
+ <tag k="name" v="Museum der Kulturen"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.mkb.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="475829586" lat="47.5545033" lon="7.5963855" version="6" timestamp="2013-01-07T09:59:42Z" changeset="14560037" uid="1189960" user="drumrum-raumschule">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="28"/>
+ <tag k="addr:postcode" v="4052"/>
+ <tag k="addr:street" v="St.-Alban-Vorstadt"/>
+ <tag k="name" v="Karikatur &amp; Cartoon Museum Basel"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.cartoonmuseum.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="475842084" lat="46.7935373" lon="10.2877925" version="6" timestamp="2013-09-26T21:11:07Z" changeset="18051910" uid="918603" user="carstenwasow">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Altana"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="475844432" lat="47.5536354" lon="7.5912184" version="7" timestamp="2013-01-07T10:00:58Z" changeset="14560037" uid="1189960" user="drumrum-raumschule">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="4051"/>
+ <tag k="addr:street" v="Steinenberg"/>
+ <tag k="name" v="Kunsthalle Basel"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.kunsthallebasel.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="475844438" lat="47.5537658" lon="7.5910322" version="7" timestamp="2012-10-21T10:56:09Z" changeset="13577053" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="4001"/>
+ <tag k="addr:street" v="Steinenberg"/>
+ <tag k="name" v="Schweizerisches Architekturmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.sam-basel.org"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="475849890" lat="47.5585912" lon="7.5863511" version="5" timestamp="2013-01-07T10:21:53Z" changeset="14560037" uid="1189960" user="drumrum-raumschule">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="4051"/>
+ <tag k="addr:street" v="Totengässlein"/>
+ <tag k="name" v="Pharmazie-Historisches Museum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.pharmaziemuseum.ch"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="475859884" lat="47.5540232" lon="7.5891089" version="8" timestamp="2015-06-22T17:21:12Z" changeset="32143704" uid="351422" user="stibe">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="29"/>
+ <tag k="addr:postcode" v="4051"/>
+ <tag k="addr:street" v="Steinenberg"/>
+ <tag k="name" v="Puppenhausmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.puppenhausmuseum.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="475862032" lat="47.5565170" lon="7.5833469" version="6" timestamp="2014-03-31T17:04:31Z" changeset="21424087" uid="1941458" user="Geb_imp">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="4051"/>
+ <tag k="addr:street" v="Kornhausgasse"/>
+ <tag k="name" v="Jüdisches Museum der Schweiz"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.juedisches-museum.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="475862033" lat="47.5568315" lon="7.5823150" version="5" timestamp="2014-03-31T17:04:31Z" changeset="21424087" uid="1941458" user="Geb_imp">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="4051"/>
+ <tag k="addr:street" v="Spalenvorstadt"/>
+ <tag k="name" v="Schweizerisches Feuerwehrmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.rettung-bs.ch/museum"/>
+ </node>
+ <node id="475867895" lat="47.5603665" lon="7.5792608" version="5" timestamp="2013-01-07T10:33:08Z" changeset="14560037" uid="1189960" user="drumrum-raumschule">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:postcode" v="4056"/>
+ <tag k="addr:street" v="Mittelere Strasse"/>
+ <tag k="name" v="Skulpturhalle"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.skulpturhalle.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="475870005" lat="47.5648908" lon="7.5795758" version="4" timestamp="2010-09-19T15:45:20Z" changeset="5820767" uid="65148" user="tixuwuoz">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="4051"/>
+ <tag k="addr:street" v="Pestalozzistrasse"/>
+ <tag k="name" v="Anatomisches Museum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.unibas.ch/anatomie/museum"/>
+ </node>
+ <node id="476270885" lat="46.4674251" lon="6.8943601" version="1" timestamp="2009-08-29T07:13:03Z" changeset="2297293" uid="161783" user="Boran">
+ <tag k="name" v="Hotel Bahyse"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="476929667" lat="47.1841195" lon="9.2562533" version="2" timestamp="2011-05-10T08:24:33Z" changeset="8099997" uid="141082" user="Christian70">
+ <tag k="addr:city" v="Alt St. Johann"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="9656"/>
+ <tag k="addr:street" v="Starkenbach"/>
+ <tag k="fax" v="+41 71 9991274"/>
+ <tag k="internet_access" v="no"/>
+ <tag k="name" v="Drei Eidgenossen"/>
+ <tag k="opening_hours" v="Fr-Tu"/>
+ <tag k="phone" v="+41 71 9991274"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="479261768" lat="47.0549448" lon="7.6289991" version="1" timestamp="2009-08-31T19:28:57Z" changeset="2329451" uid="125122" user="Ghost61">
+ <tag k="name" v="Schlossmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="479305503" lat="46.4122405" lon="9.9650500" version="4" timestamp="2014-03-12T20:04:11Z" changeset="21071514" uid="149704" user="Thomas_Schmitt">
+ <tag k="ele" v="2976"/>
+ <tag k="name" v="Berghaus Diavolezza"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="479748176" lat="47.0526107" lon="7.6190401" version="4" timestamp="2009-09-02T16:42:24Z" changeset="2350095" uid="125122" user="Ghost61">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Steinhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="480450241" lat="47.4037900" lon="7.7803154" version="1" timestamp="2009-09-01T21:32:36Z" changeset="2342748" uid="57706" user="interspring">
+ <tag k="name" v="Dorfmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="481180315" lat="47.0527357" lon="7.6241900" version="1" timestamp="2009-09-02T17:54:52Z" changeset="2350801" uid="125122" user="Ghost61">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Carrera"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="481408209" lat="46.1977904" lon="6.1373069" version="4" timestamp="2013-04-07T08:22:34Z" changeset="15636724" uid="667422" user="Alex-7">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="65"/>
+ <tag k="addr:postcode" v="1205"/>
+ <tag k="addr:street" v="Boulevard Carl Vogt"/>
+ <tag k="name" v="MEG: Musée d'Ethnographie de Genève"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.ville-ge.ch/meg/"/>
+ </node>
+ <node id="484212398" lat="46.7333247" lon="7.6679600" version="3" timestamp="2014-11-19T15:23:36Z" changeset="26888644" uid="126246" user="mocoohay">
+ <tag k="name" v="Parkhotel Oberhofen"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://parkhoteloberhofen.ch"/>
+ </node>
+ <node id="484263436" lat="46.6951712" lon="7.8741905" version="3" timestamp="2013-04-15T14:41:37Z" changeset="15738100" uid="72918" user="Schnupfix">
+ <tag k="name" v="Gasthof Schönegg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="484264458" lat="46.1368052" lon="7.6254837" version="1" timestamp="2009-09-05T10:30:36Z" changeset="2378458" uid="78090" user="Roman Fischer">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Pointe de Zinal"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="484264462" lat="46.1361092" lon="7.6261702" version="3" timestamp="2015-03-30T18:03:14Z" changeset="29855989" uid="2736151" user="briqo">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="De la Poste"/>
+ <tag k="stars" v="1"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="484264464" lat="46.1357868" lon="7.6254788" version="2" timestamp="2013-08-19T08:57:12Z" changeset="17407652" uid="67547" user="gregus_">
+ <tag k="name" v="Europe"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="484264488" lat="46.1356278" lon="7.6260599" version="3" timestamp="2013-08-19T08:57:12Z" changeset="17407652" uid="67547" user="gregus_">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Le Besso"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="484264504" lat="46.1318477" lon="7.6280428" version="3" timestamp="2013-08-19T08:57:12Z" changeset="17407652" uid="67547" user="gregus_">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Les Bouquetins"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="484264566" lat="46.1360358" lon="7.6263847" version="2" timestamp="2010-09-13T20:15:30Z" changeset="5773311" uid="26726" user="lonvia">
+ <tag k="name" v="Le Trift"/>
+ <tag k="stars" v="1"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="484264607" lat="46.1366327" lon="7.6269418" version="2" timestamp="2015-03-30T18:08:32Z" changeset="29855989" uid="2736151" user="briqo">
+ <tag k="name" v="Intersoc Hotel &quot;Les Diablons&quot;"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="485230316" lat="46.3206097" lon="7.3022411" version="1" timestamp="2009-09-05T21:18:46Z" changeset="2384975" uid="108245" user="Daniel Ribagnac">
+ <tag k="ele" v="2047"/>
+ <tag k="name" v="Hôtel du Sanetsch"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="489786062" lat="47.3709245" lon="8.5385422" version="5" timestamp="2014-07-16T17:36:54Z" changeset="24185263" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Museum der Zeitmessung Beyer"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wikipedia" v="de:Beyer Chronometrie#Uhrenmuseum"/>
+ </node>
+ <node id="492153516" lat="47.2137630" lon="8.2653860" version="2" timestamp="2014-11-11T08:39:27Z" changeset="26705429" uid="169825" user="haef">
+ <tag k="internet_access" v="yes"/>
+ <tag k="name" v="Hotel Sternen"/>
+ <tag k="phone" v="+41419171224"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.sternenhotel.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="493227265" lat="46.5335305" lon="8.3504221" version="4" timestamp="2014-03-23T11:32:57Z" changeset="21262017" uid="131561" user="filot">
+ <tag k="name" v="Tannenhof"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="493617738" lat="46.1683966" lon="8.7996032" version="3" timestamp="2013-10-09T07:11:10Z" changeset="18259429" uid="1753945" user="patufet99">
+ <tag k="addr:city" v="Locarno"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="6600"/>
+ <tag k="addr:street" v="Via Giuseppe Cattori"/>
+ <tag k="name" v="Ibis Locarno"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="495167304" lat="46.7239874" lon="6.5318646" version="3" timestamp="2015-05-28T20:09:23Z" changeset="31546906" uid="2278038" user="etbane">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Le Chasseur"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="495167435" lat="46.7232778" lon="6.5326484" version="4" timestamp="2013-07-27T09:13:34Z" changeset="17111047" uid="171657" user="yvecai">
+ <tag k="name" v="Musée d'Orbe"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="495475002" lat="46.9753317" lon="8.5853919" version="8" timestamp="2014-10-30T20:39:54Z" changeset="26447360" uid="257555" user="rene78">
+ <tag k="name" v="Hotel Tell"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="495958251" lat="46.9749716" lon="8.5852963" version="9" timestamp="2014-10-30T20:40:05Z" changeset="26447360" uid="257555" user="rene78">
+ <tag k="name" v="Hotel Waldegg Montana"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="495958289" lat="46.9744566" lon="8.5853244" version="9" timestamp="2015-06-20T12:37:41Z" changeset="32096232" uid="71222" user="Aschi">
+ <tag k="name" v="Hotel Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="495958476" lat="46.9773240" lon="8.5874455" version="4" timestamp="2011-02-21T14:21:14Z" changeset="7353993" uid="330773" user="Roadrunner21">
+ <tag k="name" v="Hotel Bellevue"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="497172524" lat="47.4094458" lon="9.0391337" version="1" timestamp="2009-09-15T17:20:57Z" changeset="2494085" uid="173000" user="Mapikaner">
+ <tag k="name" v="Toggenburgerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="497172526" lat="47.4118040" lon="9.0400349" version="1" timestamp="2009-09-15T17:20:57Z" changeset="2494085" uid="173000" user="Mapikaner">
+ <tag k="name" v="Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="497650382" lat="46.9676153" lon="8.5849546" version="6" timestamp="2014-10-30T20:40:06Z" changeset="26447360" uid="257555" user="rene78">
+ <tag k="name" v="Hotel Schützenhaus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="498136096" lat="47.2519367" lon="7.5091992" version="6" timestamp="2013-06-30T18:28:13Z" changeset="16767968" uid="427807" user="samden">
+ <tag k="name" v="Hotel Kurhaus Weissenstein"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="498242252" lat="47.2213597" lon="7.3804147" version="4" timestamp="2010-02-08T08:35:01Z" changeset="3821341" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Untergrenchenberg"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="498697359" lat="47.3384734" lon="8.6686691" version="2" timestamp="2010-02-09T19:53:51Z" changeset="3835336" uid="52921" user="t-i">
+ <tag k="name" v="Burg Maur"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museenmaur.ch"/>
+ </node>
+ <node id="498878506" lat="46.9301912" lon="7.1171596" version="4" timestamp="2013-08-19T16:37:33Z" changeset="17413903" uid="858513" user="ylark">
+ <tag k="name" v="Schiff"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="498880065" lat="47.5528622" lon="7.7924939" version="1" timestamp="2009-09-17T12:19:43Z" changeset="2511236" uid="158828" user="rüdi">
+ <tag k="name" v="Schützen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="498887626" lat="46.9245231" lon="7.1066200" version="1" timestamp="2009-09-17T12:45:11Z" changeset="2511477" uid="18367" user="pi1">
+ <tag k="name" v="Le Vieux Manoir"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="500949316" lat="46.6622335" lon="9.5767874" version="2" timestamp="2010-08-31T09:54:23Z" changeset="5643648" uid="68877" user="Ebau">
+ <tag k="name" v="Hotel Albula"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="503501188" lat="46.5015895" lon="9.8453308" version="1" timestamp="2009-09-20T17:42:09Z" changeset="2548103" uid="47024" user="Klaus_A">
+ <tag k="name" v="Hotel Bären"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="503501189" lat="46.4973115" lon="9.8379516" version="3" timestamp="2012-02-28T15:04:31Z" changeset="10819206" uid="179581" user="Geofreund1">
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:street" v="Via Traunter Plazzas"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Cafe Hauser"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="503501190" lat="46.4970087" lon="9.8378658" version="4" timestamp="2012-02-28T15:04:31Z" changeset="10819206" uid="179581" user="Geofreund1">
+ <tag k="name" v="Hotel Schweizerhof"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="503501191" lat="46.4972850" lon="9.8376876" version="2" timestamp="2012-03-04T18:23:16Z" changeset="10872021" uid="179581" user="Geofreund1">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Hotel Steffanie"/>
+ <tag k="phone" v="+41 81 836 96 96"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.steffani.ch"/>
+ </node>
+ <node id="503501193" lat="46.4981319" lon="9.8387813" version="2" timestamp="2012-02-29T19:48:44Z" changeset="10831494" uid="179581" user="Geofreund1">
+ <tag k="name" v="Crystal"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="503501195" lat="46.4858706" lon="9.8374385" version="5" timestamp="2013-09-28T16:52:39Z" changeset="18079690" uid="199058" user="pegeka">
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:street" v="Via Tegiatscha"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Laudinella"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="503614782" lat="47.3019155" lon="8.5925495" version="1" timestamp="2009-09-20T19:24:32Z" changeset="2549752" uid="13840" user="mcdmx">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Erlibacherhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="503654217" lat="47.3696895" lon="8.5365613" version="5" timestamp="2014-06-19T20:44:12Z" changeset="23032837" uid="712885" user="metaodi">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="20-22"/>
+ <tag k="addr:postcode" v="8001"/>
+ <tag k="addr:street" v="Bärengasse"/>
+ <tag k="alt_name" v="Museum Bärengasse"/>
+ <tag k="name" v="Gasthaus zum Bären"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.gasthauszumbaeren.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wikipedia" v="de:Museum Bärengasse"/>
+ </node>
+ <node id="503707620" lat="47.3886220" lon="8.4806770" version="4" timestamp="2015-07-14T11:21:40Z" changeset="32625059" uid="3063210" user="Alex Schroeder">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="8048"/>
+ <tag k="addr:street" v="Dachslernstrasse"/>
+ <tag k="name" v="Ortsmuseum Altstetten"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.ortsmuseum-altstetten.ch/"/>
+ </node>
+ <node id="506057978" lat="46.8541663" lon="9.5343191" version="3" timestamp="2011-12-10T10:17:47Z" changeset="10079433" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Bünder Naturmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="506060297" lat="46.8511451" lon="9.5341540" version="6" timestamp="2014-05-24T08:38:57Z" changeset="22519193" uid="666" user="ThePacki">
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:street" v="Reichsgasse"/>
+ <tag k="name" v="Romantik Hotel Stern"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="506065904" lat="46.8533203" lon="9.5312520" version="3" timestamp="2011-12-10T10:17:46Z" changeset="10079433" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel ABC"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="506466113" lat="46.8460012" lon="9.5058492" version="2" timestamp="2011-08-02T15:24:59Z" changeset="8900485" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Sommerau"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="506889673" lat="47.0480616" lon="8.3138770" version="3" timestamp="2015-04-24T17:46:09Z" changeset="30459270" uid="524500" user="wheelmap_android">
+ <tag k="name" v="Radisson SAS"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="507042074" lat="47.0461846" lon="8.3093227" version="5" timestamp="2015-04-24T16:27:25Z" changeset="30457630" uid="524500" user="wheelmap_android">
+ <tag k="name" v="Cascada"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="507115898" lat="47.0504373" lon="8.3116665" version="3" timestamp="2012-02-18T13:57:30Z" changeset="10717232" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Kunstmuseum Luzern"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="514203781" lat="46.4943673" lon="7.6745474" version="4" timestamp="2015-11-24T20:04:05Z" changeset="35558685" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Kandersteg"/>
+ <tag k="addr:postcode" v="3718"/>
+ <tag k="name" v="Hotel Zur Post"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="516029560" lat="47.4125025" lon="8.4023422" version="3" timestamp="2011-11-11T14:52:56Z" changeset="9796987" uid="231006" user="schoschi">
+ <tag k="internet_access" v="yes"/>
+ <tag k="name" v="Conti"/>
+ <tag k="smoking" v="separated"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="516628280" lat="47.0840893" lon="8.5770518" version="6" timestamp="2015-04-26T18:41:52Z" changeset="30513381" uid="1742934" user="Pudu">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Berggasthaus Wildspitz"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.wildspitz.ch/"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="519736102" lat="47.5694450" lon="8.4801450" version="4" timestamp="2014-11-11T19:02:04Z" changeset="26719311" uid="56778" user="manankanchu">
+ <tag k="addr:city" v="Glattfelden - Zweidlen"/>
+ <tag k="addr:postcode" v="8192"/>
+ <tag k="addr:street" v="Spinnerei-Letten-Strasse"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="Monzoon"/>
+ <tag k="name" v="hotel riverside"/>
+ <tag k="phone" v="+41 43 500 92 92"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.riverside.ch"/>
+ </node>
+ <node id="520412146" lat="47.4387195" lon="9.2772315" version="2" timestamp="2009-10-05T12:21:57Z" changeset="2748682" uid="70696" user="xybot">
+ <tag k="name" v="Ortsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="520453933" lat="47.0078197" lon="8.3403494" version="1" timestamp="2009-10-04T19:10:05Z" changeset="2740977" uid="75217" user="aMuTeX">
+ <tag k="name" v="Seehotel Kastanienbaum"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="520750105" lat="46.3814344" lon="7.6280476" version="3" timestamp="2009-10-04T22:52:50Z" changeset="2743777" uid="20163" user="bri g">
+ <tag k="name" v="Hotel Paradis"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="520755061" lat="46.3797308" lon="7.6297935" version="2" timestamp="2009-10-04T23:36:43Z" changeset="2744055" uid="20163" user="bri g">
+ <tag k="name" v="Hotel Escher"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="520760147" lat="46.3830785" lon="7.6252648" version="2" timestamp="2011-07-13T16:55:18Z" changeset="8714384" uid="387779" user="raketo">
+ <tag k="name" v="Restaurant Walliserstube Hotel Beau Sejour"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="520776536" lat="46.3793567" lon="7.6298259" version="1" timestamp="2009-10-04T22:51:20Z" changeset="2743769" uid="20163" user="bri g">
+ <tag k="name" v="Hotel de la Croix Federale"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="521218389" lat="46.3782454" lon="7.6303049" version="3" timestamp="2013-03-05T20:16:20Z" changeset="15263050" uid="1221925" user="fred13">
+ <tag k="name" v="Hotel Lindner / Maison Blanche"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="521669755" lat="46.3771564" lon="7.6257201" version="1" timestamp="2009-10-05T15:38:07Z" changeset="2750744" uid="20163" user="bri g">
+ <tag k="name" v="Hotel Viktoria"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="521669766" lat="46.3769966" lon="7.6261324" version="1" timestamp="2009-10-05T15:38:08Z" changeset="2750744" uid="20163" user="bri g">
+ <tag k="name" v="Hotel Alpenblick"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="521948414" lat="47.1268878" lon="7.0455797" version="2" timestamp="2013-03-25T20:58:40Z" changeset="15495634" uid="65044" user="hugi">
+ <tag k="name" v="Hôtel de Chasseral"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="527326597" lat="47.0911908" lon="8.4515524" version="2" timestamp="2011-08-03T14:18:15Z" changeset="8910560" uid="500096" user="kubi42">
+ <tag k="historic" v="yes"/>
+ <tag k="name" v="Hohle Gasse"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="527373796" lat="46.0331656" lon="7.3080219" version="1" timestamp="2009-10-09T20:06:55Z" changeset="2797358" uid="26726" user="lonvia">
+ <tag k="name" v="Hôtel du Grand Combin"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="528393207" lat="46.0844233" lon="6.9800817" version="3" timestamp="2010-07-14T19:52:57Z" changeset="5220488" uid="105050" user="Männedorf">
+ <tag k="name" v="Les Alpes"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="528393215" lat="46.0834619" lon="6.9777234" version="5" timestamp="2014-12-06T14:02:27Z" changeset="27290347" uid="498662" user="Ocirne94">
+ <tag k="name" v="Beau Séjour"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="528393236" lat="46.0831227" lon="6.9764004" version="3" timestamp="2014-12-07T12:21:25Z" changeset="27309860" uid="498662" user="Ocirne94">
+ <tag k="name" v="Grand Hôtel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="528393242" lat="46.0820878" lon="6.9741020" version="4" timestamp="2014-12-07T12:21:25Z" changeset="27309860" uid="498662" user="Ocirne94">
+ <tag k="name" v="Bristol"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="528393247" lat="46.0836324" lon="6.9770290" version="4" timestamp="2014-12-06T14:02:27Z" changeset="27290347" uid="498662" user="Ocirne94">
+ <tag k="name" v="Victoria"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="528393251" lat="46.0833818" lon="6.9771790" version="4" timestamp="2014-12-06T14:02:27Z" changeset="27290347" uid="498662" user="Ocirne94">
+ <tag k="name" v="Bel Oiseau"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="528393286" lat="46.0834846" lon="6.9758252" version="4" timestamp="2014-12-07T12:21:26Z" changeset="27309860" uid="498662" user="Ocirne94">
+ <tag k="name" v="Mont Fleuri"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="528395244" lat="46.0610502" lon="6.9577844" version="5" timestamp="2014-02-01T12:16:47Z" changeset="20315382" uid="272947" user="Blueberry">
+ <tag k="name" v="Musée CFF (Usine de Barberine)"/>
+ <tag k="note" v="Website invalide (http://www.trient.ch/centralecff.htm)"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="528740141" lat="45.9932142" lon="7.1844010" version="1" timestamp="2009-10-11T12:17:19Z" changeset="2813046" uid="26726" user="lonvia">
+ <tag k="name" v="Hôtel du Grand Saint Bernard"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="532777887" lat="47.5543563" lon="7.5931410" version="3" timestamp="2012-10-21T10:59:12Z" changeset="13577053" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:street" v="St.-Alban-Graben"/>
+ <tag k="name" v="Antikenmuseum Basel und Sammlung Ludwig"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.antikenmuseumbasel.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="533751729" lat="46.8099090" lon="8.4227259" version="4" timestamp="2015-03-18T10:17:15Z" changeset="29561471" uid="67515" user="threefoursixninefour">
+ <tag k="addr:city" v="Engelberg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="108"/>
+ <tag k="addr:postcode" v="6390"/>
+ <tag k="addr:street" v="Wasserfallstrasse"/>
+ <tag k="name" v="Eienwäldli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="534768647" lat="47.1596920" lon="8.5156504" version="5" timestamp="2014-01-09T14:10:23Z" changeset="19900404" uid="1867027" user="purrli">
+ <tag k="name" v="Museum für Urgeschichte"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="534872016" lat="47.0022531" lon="7.8271963" version="3" timestamp="2013-05-12T12:38:58Z" changeset="16094891" uid="937694" user="uroeth">
+ <tag k="addr:postcode" v="3457"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Lüderenalp"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="534915696" lat="47.5003859" lon="8.7226419" version="5" timestamp="2013-04-12T17:10:43Z" changeset="15703427" uid="1323678" user="Vespot">
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:street" v="Rudolfstrasse"/>
+ <tag k="name" v="Wartmann"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="534915698" lat="47.4985938" lon="8.7316433" version="4" timestamp="2013-04-15T13:18:07Z" changeset="15735408" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Loge"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="534915700" lat="47.4984836" lon="8.7292032" version="2" timestamp="2009-10-19T17:44:21Z" changeset="2895953" uid="27293" user="demi">
+ <tag k="name" v="Albani"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="534915703" lat="47.5015268" lon="8.7300718" version="2" timestamp="2013-10-06T14:07:44Z" changeset="18212382" uid="524500" user="wheelmap_android">
+ <tag k="name" v="Kerala Kindermuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="534915705" lat="47.4995507" lon="8.7290261" version="3" timestamp="2015-07-22T16:13:19Z" changeset="32805988" uid="85218" user="Aleks-Berlin">
+ <tag k="addr:postcode" v="8400"/>
+ <tag k="name" v="Kunsthalle Winterthur"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wikipedia" v="de:Kunsthalle Winterthur"/>
+ </node>
+ <node id="537847610" lat="46.7237745" lon="7.6232281" version="1" timestamp="2009-10-21T15:40:22Z" changeset="2912993" uid="22199" user="FabianAffolter">
+ <tag k="name" v="Lamm"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="538033362" lat="47.4309684" lon="9.3804731" version="5" timestamp="2013-06-01T19:53:14Z" changeset="16382478" uid="632757" user="urlan">
+ <tag k="addr:housenumber" v="55"/>
+ <tag k="addr:postcode" v="9000"/>
+ <tag k="addr:street" v="Sankt Jakob-Strasse"/>
+ <tag k="name" v="Radisson Blu"/>
+ <tag k="name_old" v="Radisson SAS"/>
+ <tag k="operator" v="Rezidor"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="538046450" lat="47.4076810" lon="9.3111177" version="6" timestamp="2014-07-15T18:41:15Z" changeset="24166682" uid="602289" user="quark21">
+ <tag k="name" v="Sistar"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="538071449" lat="47.4215916" lon="9.3750649" version="3" timestamp="2013-06-28T15:18:18Z" changeset="16740919" uid="1586475" user="Roger Ruckstuhl">
+ <tag k="name" v="Einstein Congress Center"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="538128043" lat="46.9013535" lon="8.6255946" version="3" timestamp="2012-09-22T20:31:32Z" changeset="13212559" uid="565471" user="bebbi">
+ <tag k="addr:city" v="Flüelen"/>
+ <tag k="addr:housenumber" v="34"/>
+ <tag k="addr:postcode" v="6454"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="thai"/>
+ <tag k="name" v="Zur Rose"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.rose-fluelen.ch/index.htm"/>
+ </node>
+ <node id="538128045" lat="46.9031576" lon="8.6252845" version="3" timestamp="2012-09-22T20:31:32Z" changeset="13212559" uid="565471" user="bebbi">
+ <tag k="addr:city" v="Flüelen"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="6454"/>
+ <tag k="addr:street" v="Axenstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Weisses Kreuz - Schweizerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="538128047" lat="46.9038282" lon="8.6254977" version="4" timestamp="2012-09-22T20:31:32Z" changeset="13212559" uid="565471" user="bebbi">
+ <tag k="addr:city" v="Flüelen"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="6454"/>
+ <tag k="addr:street" v="Axenstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="swiss"/>
+ <tag k="name" v="MIXX"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="538128048" lat="46.9069867" lon="8.6253190" version="4" timestamp="2012-09-22T20:31:31Z" changeset="13212559" uid="565471" user="bebbi">
+ <tag k="addr:city" v="Flüelen"/>
+ <tag k="addr:housenumber" v="38"/>
+ <tag k="addr:postcode" v="6454"/>
+ <tag k="addr:street" v="Axenstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="italian,french"/>
+ <tag k="name" v="Flüelerhof Grill Rustico"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.flueelerhof-rustico.ch/index.php"/>
+ </node>
+ <node id="538128049" lat="46.9131822" lon="8.6230436" version="3" timestamp="2010-07-17T10:46:27Z" changeset="5241380" uid="18069" user="Claudius Henrichs">
+ <tag k="addr:city" v="Flüelen"/>
+ <tag k="addr:housenumber" v="82"/>
+ <tag k="addr:postcode" v="6454"/>
+ <tag k="addr:street" v="Axenstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="swiss"/>
+ <tag k="name" v="Edelweiss"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.gasthof-edelweiss.ch/"/>
+ </node>
+ <node id="540151962" lat="46.9942771" lon="9.5085034" version="3" timestamp="2009-12-12T11:45:59Z" changeset="3355062" uid="162131" user="Markus Kressig">
+ <tag k="addr:city" v="Pfäfers"/>
+ <tag k="addr:postcode" v="7312"/>
+ <tag k="addr:street" v="Wartensteinstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Schloss Wartenstein"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="540233238" lat="47.0082263" lon="8.2179024" version="3" timestamp="2015-06-10T21:22:28Z" changeset="31883504" uid="2937587" user="rftaxi">
+ <tag k="addr:city" v="Eigenthal"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="6013"/>
+ <tag k="addr:street" v="Würzenrain"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Hotel Restaurant Hammer"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="540307935" lat="47.3725708" lon="8.5322963" version="2" timestamp="2011-07-15T21:37:06Z" changeset="8734271" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Haus Konstruktiv"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="550120236" lat="47.3264418" lon="8.4689757" version="2" timestamp="2010-08-14T19:04:06Z" changeset="5493554" uid="91822" user="joshx">
+ <tag k="addr:city" v="Bonstetten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8906"/>
+ <tag k="addr:street" v="Stallikerstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="contact:fax" v="+41 (0)43 466 10 59"/>
+ <tag k="contact:phone" v="+41 (0)43 466 10 50"/>
+ <tag k="contact:website" v="http://www.hotel-oktogon.ch/"/>
+ <tag k="name" v="Hotel Oktogon"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="551693554" lat="46.9911869" lon="8.0636915" version="1" timestamp="2009-11-02T14:11:23Z" changeset="3016553" uid="191657" user="CH_K_1991">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Hotel Port"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="551693649" lat="46.9935148" lon="8.0652629" version="3" timestamp="2013-11-13T18:48:49Z" changeset="18879997" uid="397527" user="Stans">
+ <tag k="name" v="Hotel Drei Könige"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="554972393" lat="47.5355996" lon="7.7186877" version="5" timestamp="2013-11-11T12:58:18Z" changeset="18835043" uid="158828" user="rüdi">
+ <tag k="name" v="Hotel Restaurant Rössl"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="558737476" lat="46.8789917" lon="7.6209310" version="3" timestamp="2013-03-18T15:42:36Z" changeset="15408937" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="559423987" lat="47.4646582" lon="9.0427957" version="2" timestamp="2012-06-21T20:25:15Z" changeset="11965472" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Freihof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="560601512" lat="47.0024413" lon="9.4984567" version="1" timestamp="2009-11-10T23:22:11Z" changeset="3086469" uid="182033" user="getiteasy">
+ <tag k="name" v="Parkhotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="563266402" lat="47.3712024" lon="8.0019754" version="2" timestamp="2015-09-16T13:17:20Z" changeset="34062540" uid="190676" user="highbuilder">
+ <tag k="name" v="Storchen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="563894657" lat="46.7345896" lon="6.5289981" version="1" timestamp="2009-11-14T16:30:54Z" changeset="3114557" uid="171657" user="yvecai">
+ <tag k="name" v="Hotel des Mosaïques"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="563992871" lat="47.5132407" lon="8.4743465" version="1" timestamp="2009-11-14T17:59:20Z" changeset="3115432" uid="63556" user="oceco">
+ <tag k="name" v="Zum wilden Mann"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="564669035" lat="47.4912876" lon="8.7059007" version="1" timestamp="2009-11-15T12:06:03Z" changeset="3121104" uid="27293" user="demi">
+ <tag k="name" v="Hotel Zentrum Töss"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="564914982" lat="47.5063547" lon="8.7059715" version="4" timestamp="2010-07-11T13:09:39Z" changeset="5190227" uid="178186" user="mdk">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:street" v="Oberfeldstrasse"/>
+ <tag k="name" v="Hessengüetli"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="565452312" lat="47.2542081" lon="8.6092591" version="5" timestamp="2012-01-17T11:41:41Z" changeset="10415211" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Glärnischhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="565485024" lat="47.2611495" lon="8.5966905" version="4" timestamp="2011-03-09T20:48:08Z" changeset="7508351" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Seehotel Meierhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="565569945" lat="45.9561776" lon="7.2101659" version="3" timestamp="2011-06-13T14:32:35Z" changeset="8427164" uid="67547" user="gregus_">
+ <tag k="addr:city" v="Bourg Saint-Pierre"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="1946"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="fax" v="+41 277871253"/>
+ <tag k="name" v="Bivouac Napoléon"/>
+ <tag k="phone" v="+41 277871242"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.bivouac-napoleon.ch"/>
+ </node>
+ <node id="565910938" lat="46.3202261" lon="6.8764106" version="1" timestamp="2009-11-17T05:52:39Z" changeset="3138515" uid="196490" user="Janovski">
+ <tag k="name" v="Hotel de Torgon"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="566951124" lat="46.9585241" lon="7.4641555" version="10" timestamp="2014-04-04T16:19:33Z" changeset="21498506" uid="65804" user="Ronny Standtke">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="3014"/>
+ <tag k="addr:street" v="Guisanplatz"/>
+ <tag k="alt_name" v="H5007"/>
+ <tag k="brand" v="ibis"/>
+ <tag k="contact:email" v="h5007@accor.com"/>
+ <tag k="contact:fax" v="+41 31 335 12 00"/>
+ <tag k="contact:phone" v="+41 31 335 12 10"/>
+ <tag k="contact:website" v="http://www.ibis.com/de/hotel-5007-ibis-bern-expo/index.shtml"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="yes"/>
+ <tag k="name" v="ibis Bern Expo"/>
+ <tag k="operator" v="Accor"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="566951126" lat="46.9587487" lon="7.4639379" version="9" timestamp="2014-04-04T20:19:17Z" changeset="21502958" uid="65804" user="Ronny Standtke">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3014"/>
+ <tag k="addr:street" v="Guisanplatz"/>
+ <tag k="alt_name" v="H5009"/>
+ <tag k="brand" v="Novotel"/>
+ <tag k="contact:email" v="h5009@accor.com"/>
+ <tag k="contact:fax" v="+41 31 339 09 10"/>
+ <tag k="contact:phone" v="+41 31 339 09 09"/>
+ <tag k="contact:website" v="http://www.novotel.com/de/hotel-5009-novotel-bern-expo/index.shtml"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Novotel Bern Expo"/>
+ <tag k="operator" v="Accor"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="567050960" lat="47.5513718" lon="7.5887177" version="5" timestamp="2014-02-03T01:23:42Z" changeset="20345733" uid="135290" user="kto">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:postcode" v="4051"/>
+ <tag k="addr:street" v="Steinentorstrasse"/>
+ <tag k="email" v="info.basel@radissonblu.com"/>
+ <tag k="fax" v="+41 61 227 2828"/>
+ <tag k="name" v="Radisson Blu Basel"/>
+ <tag k="phone" v="+41 61 227 2727"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.radissonblu.com/hotel-basel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="567132773" lat="47.3802393" lon="8.5372867" version="3" timestamp="2011-07-17T16:59:24Z" changeset="8750003" uid="122406" user="hanskuster">
+ <tag k="name" v="Walhalla"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.walhalla-hotel.ch"/>
+ </node>
+ <node id="567283253" lat="47.2598378" lon="8.6006595" version="3" timestamp="2013-05-27T13:32:35Z" changeset="16305101" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Agentenhaus"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="568048264" lat="45.9480653" lon="7.2093907" version="2" timestamp="2014-08-18T19:42:06Z" changeset="24842418" uid="67547" user="gregus_">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hôtel du Vieux Moulin"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="568242697" lat="47.0131629" lon="6.7024477" version="1" timestamp="2009-11-22T06:50:42Z" changeset="3182754" uid="34307" user="benni_75">
+ <tag k="name" v="Hotel du Vieux Puits"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="568470007" lat="47.0236726" lon="8.2992435" version="1" timestamp="2009-11-22T16:09:34Z" changeset="3187591" uid="103273" user="HB9DTX">
+ <tag k="name" v="Ibis"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="569316795" lat="47.5483069" lon="7.5891555" version="2" timestamp="2011-06-15T13:55:42Z" changeset="8447557" uid="437142" user="efh">
+ <tag k="name" v="Helvetica"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="569316805" lat="47.5486960" lon="7.5900030" version="4" timestamp="2014-12-31T11:00:09Z" changeset="27819954" uid="364815" user="PatrickKaufmann">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:postcode" v="4002"/>
+ <tag k="addr:street" v="Centralbahnplatz"/>
+ <tag k="name" v="Hotel Euler"/>
+ <tag k="phone" v="+41 61 2758000"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hoteleuler.ch"/>
+ </node>
+ <node id="569316918" lat="47.5488490" lon="7.5899680" version="2" timestamp="2013-03-19T07:27:21Z" changeset="15416441" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Metropol"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="571252488" lat="47.0275170" lon="7.7458228" version="7" timestamp="2013-06-15T16:48:45Z" changeset="16565503" uid="457265" user="hubeat">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Landgasthof Bären"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="572682147" lat="47.2358786" lon="8.6372507" version="4" timestamp="2012-07-19T08:45:27Z" changeset="12314447" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="8820"/>
+ <tag k="addr:street" v="Industriestrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="beds" v="26"/>
+ <tag k="name" v="Cantina Theresa"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelcantina.ch/"/>
+ </node>
+ <node id="573316522" lat="46.6298367" lon="10.4510083" version="2" timestamp="2010-01-02T12:34:09Z" changeset="3517681" uid="75458" user="Momo_102">
+ <tag k="name" v="Chavalatsch"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-muestair.ch/"/>
+ </node>
+ <node id="573392842" lat="47.0991301" lon="9.0633887" version="8" timestamp="2012-11-24T16:17:31Z" changeset="14014845" uid="8590" user="Jiuka">
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="8752"/>
+ <tag k="addr:street" v="Im Dorf"/>
+ <tag k="name" v="Landesmuseum Glarus"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.freulerpalast.ch/"/>
+ </node>
+ <node id="573862938" lat="47.1935248" lon="8.6443898" version="3" timestamp="2011-03-20T15:08:09Z" changeset="7617497" uid="121434" user="dave_zh">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="574116926" lat="47.6584679" lon="8.8602389" version="6" timestamp="2015-07-18T18:20:29Z" changeset="32721335" uid="287306" user="Matthias Frank">
+ <tag k="addr:city" v="Stein am Rhein"/>
+ <tag k="addr:postcode" v="8260"/>
+ <tag k="email" v="klostermuseum@bluewin.ch"/>
+ <tag k="name" v="Klostermuseum St. Georgen"/>
+ <tag k="phone" v="+41 52 741 21 42"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.klostersanktgeorgen.ch"/>
+ </node>
+ <node id="574289154" lat="47.3012098" lon="8.5625749" version="7" timestamp="2014-01-17T17:41:46Z" changeset="20054392" uid="327907" user="wyo">
+ <tag k="name" v="Alexander"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="574611573" lat="46.5530070" lon="9.3232024" version="1" timestamp="2009-11-29T14:48:50Z" changeset="3246175" uid="81893" user="schmandr">
+ <tag k="addr:city" v="Splügen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7435"/>
+ <tag k="name" v="Suretta"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="574611581" lat="46.5535836" lon="9.3241842" version="2" timestamp="2011-10-05T19:47:45Z" changeset="9481034" uid="233422" user="abbst">
+ <tag k="addr:city" v="Splügen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7435"/>
+ <tag k="name" v="Bodenhaus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="574875662" lat="47.4181840" lon="8.3734423" version="4" timestamp="2015-11-02T01:32:12Z" changeset="35024604" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Arte Kongresszentrum"/>
+ <tag k="stars" v="4"/>
+ <tag k="toilets:wheelchair" v="yes"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="577373477" lat="46.9962663" lon="6.9361785" version="2" timestamp="2009-12-01T21:40:05Z" changeset="3267727" uid="103273" user="HB9DTX">
+ <tag k="name" v="Alpes et Lac"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="582960852" lat="47.2982782" lon="9.0915909" version="1" timestamp="2009-12-07T18:30:06Z" changeset="3318183" uid="53614" user="RomanH">
+ <tag k="name" v="Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="584784183" lat="47.5586758" lon="7.5805654" version="5" timestamp="2014-10-08T20:46:59Z" changeset="25948685" uid="1989922" user="mappy_luzern">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="4056"/>
+ <tag k="addr:street" v="Schönbeinstrasse"/>
+ <tag k="name" v="Spalentor"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="586203503" lat="47.5666550" lon="7.5975791" version="2" timestamp="2010-07-18T17:43:48Z" changeset="5253613" uid="42123" user="Ropino">
+ <tag k="name" v="Aparthotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="587665963" lat="46.9531293" lon="7.4491287" version="4" timestamp="2014-07-11T14:16:15Z" changeset="24082283" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="3013"/>
+ <tag k="addr:street" v="Kornhausstrasse"/>
+ <tag k="alt_name" v="Kursaal"/>
+ <tag k="contact:email" v="allegro@kursaal-bern.ch"/>
+ <tag k="contact:fax" v="+41 31 3395510"/>
+ <tag k="contact:phone" v="+41 31 3395500"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Allegro"/>
+ <tag k="operator" v="Hotel Allegro Bern AG"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.kursaal-bern.ch/Hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="587684877" lat="46.9296474" lon="7.1202949" version="4" timestamp="2015-04-12T22:04:29Z" changeset="30174732" uid="65044" user="hugi">
+ <tag k="name" v="Hôtel Murten"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="590084582" lat="47.5640908" lon="7.5985554" version="3" timestamp="2014-09-23T19:16:09Z" changeset="25632040" uid="346869" user="maiwolf">
+ <tag k="name" v="Münchnerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="590109349" lat="47.5640385" lon="7.5975705" version="1" timestamp="2009-12-14T13:30:48Z" changeset="3371490" uid="11776" user="Marcus Wolschon">
+ <tag k="name" v="Locanda"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="590157750" lat="46.9929692" lon="6.9262133" version="1" timestamp="2009-12-14T13:53:37Z" changeset="3371678" uid="103273" user="HB9DTX">
+ <tag k="name" v="Hôtel de l'écluse"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="590157758" lat="46.9930808" lon="6.9264538" version="1" timestamp="2009-12-14T13:53:37Z" changeset="3371678" uid="103273" user="HB9DTX">
+ <tag k="name" v="Armée du salut"/>
+ <tag k="stars" v="1"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="594886264" lat="46.0350847" lon="8.9566877" version="1" timestamp="2009-12-17T11:28:47Z" changeset="3393129" uid="209348" user="pesciafernando">
+ <tag k="name" v="La Comanella"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="599410747" lat="46.3180765" lon="6.9691431" version="1" timestamp="2009-12-26T00:47:33Z" changeset="3451822" uid="39569" user="hromain">
+ <tag k="name" v="Hôtel du Nord"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="599722271" lat="47.6217122" lon="9.0586998" version="2" timestamp="2012-09-02T12:22:38Z" changeset="12953356" uid="852276" user="jama1996">
+ <tag k="name" v="Residenz Golf-Panorama Lipperswil"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="600906649" lat="46.9562563" lon="7.4531371" version="6" timestamp="2014-11-26T06:28:35Z" changeset="27037488" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3013"/>
+ <tag k="addr:street" v="Waldhöheweg"/>
+ <tag k="addr:suburb" v="Breitenrain"/>
+ <tag k="alt_name" v="Hotel Waldhorn"/>
+ <tag k="contact:email" v="hotel@waldhorn.ch"/>
+ <tag k="contact:fax" v="+41 31 3321869"/>
+ <tag k="contact:phone" v="+41 31 3322343"/>
+ <tag k="contact:website" v="http://www.waldhorn.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Waldhorn"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.waldhorn.ch"/>
+ </node>
+ <node id="601493666" lat="46.3538623" lon="7.1320325" version="2" timestamp="2011-01-02T16:21:54Z" changeset="6839983" uid="17835" user="Stéphane Brunner">
+ <tag k="name" v="Musée des Ormonts"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="601624905" lat="46.1044535" lon="7.0761861" version="3" timestamp="2013-07-26T04:07:10Z" changeset="17096639" uid="254549" user="Tempus">
+ <tag k="name" v="Hotel de la Forclaz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="602272219" lat="46.7544162" lon="9.5470878" version="2" timestamp="2010-07-22T15:24:30Z" changeset="5288355" uid="7230" user="Andy Stricker">
+ <tag k="name" v="Berghotel Sartons"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="603029206" lat="47.6966755" lon="8.6356913" version="4" timestamp="2015-01-20T17:08:16Z" changeset="28287465" uid="359735" user="The_Raven">
+ <tag k="name" v="Hotel Kronenhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="603823721" lat="46.9551329" lon="7.4481076" version="6" timestamp="2014-06-02T15:04:28Z" changeset="22695829" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="22a"/>
+ <tag k="addr:postcode" v="3013"/>
+ <tag k="addr:street" v="Wyttenbachstrasse"/>
+ <tag k="alt_name" v="Hotel-Pension Marthahaus"/>
+ <tag k="contact:email" v="info@marthahaus.ch"/>
+ <tag k="contact:fax" v="+41 31 333 33 86"/>
+ <tag k="contact:phone" v="+41 31 332 41 35"/>
+ <tag k="contact:website" v="http://www.marthahaus.ch"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Marthahaus"/>
+ <tag k="smoking" v="no"/>
+ <tag k="source" v="website"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="606130782" lat="47.5676234" lon="7.5993182" version="1" timestamp="2010-01-05T20:17:34Z" changeset="3548510" uid="113909" user="Giardia">
+ <tag k="name" v="Dorint"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="610438805" lat="46.6185303" lon="8.5672868" version="3" timestamp="2010-08-01T13:37:01Z" changeset="5371020" uid="26726" user="lonvia">
+ <tag k="name" v="Burg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="610438819" lat="46.6193137" lon="8.5684657" version="3" timestamp="2010-08-01T13:37:02Z" changeset="5371020" uid="26726" user="lonvia">
+ <tag k="name" v="Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="610438825" lat="46.6193002" lon="8.5691471" version="3" timestamp="2015-08-23T14:38:12Z" changeset="33525891" uid="130472" user="fx99">
+ <tag k="name" v="St. Gotthard"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="613403047" lat="46.8490801" lon="7.1887213" version="10" timestamp="2013-03-11T09:36:28Z" changeset="15325582" uid="125339" user="efred">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="email" v="info@desalpes.org"/>
+ <tag k="fax" v="+41 26 493 32 86"/>
+ <tag k="name" v="Des Alpes"/>
+ <tag k="opening_hours" v="Mo off; Tu-Th 07:30-23:30;Fr-Sa 07:30-24:00; Su 07:30-22:00"/>
+ <tag k="phone" v="+41 26 493 32 40"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.desalpes.org"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="613403049" lat="46.8481916" lon="7.1897219" version="3" timestamp="2011-01-30T13:42:35Z" changeset="7134289" uid="299113" user="ribereth">
+ <tag k="name" v="Hotel Central"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.daraffaello.ch/"/>
+ </node>
+ <node id="616347926" lat="47.5642619" lon="9.1059897" version="5" timestamp="2013-07-21T13:45:06Z" changeset="17036015" uid="7260" user="studerap">
+ <tag k="addr:city" v="Weinfelden"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8570"/>
+ <tag k="addr:street" v="Falkenstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="contact:phone" v="+41 71 622 57 22"/>
+ <tag k="contact:website" v="www.pizzeria-falken.ch"/>
+ <tag k="cuisine" v="italian"/>
+ <tag k="name" v="Falken"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="616450700" lat="47.3100119" lon="8.7211956" version="3" timestamp="2013-09-20T18:30:49Z" changeset="17944958" uid="324188" user="ponte1112">
+ <tag k="name" v="Gasthof Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="616591844" lat="46.8057708" lon="7.1652785" version="1" timestamp="2010-01-19T08:59:23Z" changeset="3656969" uid="125339" user="efred">
+ <tag k="name" v="Duc Berthold"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="616824506" lat="47.3085666" lon="7.8932696" version="2" timestamp="2014-12-14T17:36:52Z" changeset="27463493" uid="465052" user="hecktor">
+ <tag k="name" v="Ibis Rothrist"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="617548859" lat="47.2507979" lon="7.4845496" version="1" timestamp="2010-01-21T10:18:28Z" changeset="3673091" uid="74900" user="FischersFritz">
+ <tag k="name" v="Hinterer Weissenstein"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="617679042" lat="46.7864051" lon="10.2394818" version="4" timestamp="2014-01-17T22:55:41Z" changeset="20059167" uid="92387" user="SimonPoole">
+ <tag k="name" v="Paradies"/>
+ <tag k="place" v="neighbourhood"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="617690719" lat="46.8189652" lon="9.2651068" version="2" timestamp="2014-08-12T12:54:20Z" changeset="24700729" uid="125687" user="tubeli">
+ <tag k="name" v="signinahotel"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="617690747" lat="46.8198444" lon="9.2647515" version="2" timestamp="2014-08-12T12:38:52Z" changeset="24700729" uid="125687" user="tubeli">
+ <tag k="name" v="Laaxer Hof"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="617860242" lat="46.7937198" lon="10.2463115" version="2" timestamp="2010-01-24T00:05:06Z" changeset="3697140" uid="92387" user="SimonPoole">
+ <tag k="name" v="Engiadina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="618392190" lat="46.7961403" lon="10.2552291" version="2" timestamp="2014-01-17T22:53:56Z" changeset="20059137" uid="92387" user="SimonPoole">
+ <tag k="name" v="Munt Fallun"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="618650924" lat="46.3458392" lon="7.0129436" version="2" timestamp="2013-06-28T11:46:47Z" changeset="16738400" uid="321862" user="DanX">
+ <tag k="name" v="Central Résidence"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="619495807" lat="46.4134483" lon="7.7719744" version="2" timestamp="2013-08-21T08:25:02Z" changeset="17437146" uid="147368" user="Ecthelias">
+ <tag k="name" v="zur Wildi"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="619535566" lat="46.7695426" lon="8.6710989" version="2" timestamp="2011-04-18T06:13:37Z" changeset="7893889" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Stern Post"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="620055062" lat="46.9797561" lon="8.3371398" version="2" timestamp="2015-10-24T14:32:23Z" changeset="34841802" uid="3331877" user="Farnweidli">
+ <tag k="name" v="Sust"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="620055068" lat="46.9801616" lon="8.3372282" version="2" timestamp="2014-09-25T19:28:23Z" changeset="25671979" uid="481380" user="Nzara">
+ <tag k="name" v="Winkelried"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="620057432" lat="46.9808854" lon="8.3377997" version="3" timestamp="2014-08-10T20:49:15Z" changeset="24663727" uid="457265" user="hubeat">
+ <tag k="name" v="Schnitzturm"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="623883946" lat="46.8111308" lon="9.8428903" version="3" timestamp="2013-04-02T13:52:41Z" changeset="15578813" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Turmhotel Victoria"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="626364600" lat="47.0435539" lon="8.3499717" version="2" timestamp="2011-03-12T21:34:06Z" changeset="7538335" uid="74900" user="FischersFritz">
+ <tag k="name" v="Bellevue"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="626367634" lat="47.0468029" lon="8.3439690" version="3" timestamp="2015-09-17T17:22:38Z" changeset="34088308" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Seeburg"/>
+ <tag k="toilets:wheelchair" v="yes"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="626368024" lat="47.0478181" lon="8.3434633" version="2" timestamp="2011-03-12T21:57:29Z" changeset="7538696" uid="74900" user="FischersFritz">
+ <tag k="name" v="Hotel Richemont"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="628810755" lat="46.1896078" lon="6.1207293" version="2" timestamp="2010-02-05T13:31:00Z" changeset="3797807" uid="228868" user="Millot">
+ <tag k="name" v="Hostellerie de la Vendée"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="630639930" lat="46.1883541" lon="6.1149358" version="5" timestamp="2015-07-22T13:59:54Z" changeset="32802867" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Petit-Lancy"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:street" v="Chemin des Olliquettes"/>
+ <tag k="name" v="Ibis"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ibis.com/gb/hotel-7289-ibis-geneve-petit-lancy/index.shtml"/>
+ </node>
+ <node id="632545301" lat="47.3789831" lon="8.5449667" version="4" timestamp="2011-07-07T00:53:53Z" changeset="8653508" uid="194843" user="feuerstein">
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:street" v="Leonhardstrasse"/>
+ <tag k="name" v="Comfort Inn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="633154390" lat="47.1815243" lon="7.4107654" version="2" timestamp="2013-10-15T20:32:21Z" changeset="18372801" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="airporthotel"/>
+ <tag k="operator" v="Best Western"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="633584200" lat="47.3790645" lon="8.5479556" version="4" timestamp="2014-11-29T20:01:14Z" changeset="27119198" uid="1218134" user="Sarob">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="international"/>
+ <tag k="name" v="Palmhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="634517814" lat="47.3383908" lon="8.6680001" version="3" timestamp="2012-10-14T13:37:10Z" changeset="13492803" uid="211162" user="skorbut">
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="name" v="Ortsmuseum Mühle"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museenmaur.ch"/>
+ </node>
+ <node id="635695349" lat="46.0054992" lon="8.9682994" version="5" timestamp="2014-08-23T13:08:21Z" changeset="24954336" uid="1476146" user="Alecs01">
+ <tag k="addr:city" v="Lugano"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:postcode" v="6906"/>
+ <tag k="addr:street" v="Viale Castagnola"/>
+ <tag k="cuisine" v="italian"/>
+ <tag k="name" v="Hotel Lido Seegarten"/>
+ <tag k="phone" v="+41919736363"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.HotelLido-lugano.com"/>
+ </node>
+ <node id="638384845" lat="46.8171475" lon="10.3380084" version="2" timestamp="2010-10-24T20:51:28Z" changeset="6163089" uid="39380" user="umbi">
+ <tag k="addr:city" v="Sent"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7554"/>
+ <tag k="email" v="info@rezia.ch"/>
+ <tag k="fax" v="+4181 864 93 98"/>
+ <tag k="image" v="http://www.rezia.ch/global/img/hotel/rezia2.jpg"/>
+ <tag k="name" v="Rezia"/>
+ <tag k="phone" v="+4181 864 12 92"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.rezia.ch/"/>
+ </node>
+ <node id="638389144" lat="47.3731434" lon="8.5435659" version="5" timestamp="2015-10-07T18:42:37Z" changeset="34496098" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:street" v="Rosengasse"/>
+ <tag k="name" v="Hotel Adler"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-adler.ch"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="638984405" lat="47.3732271" lon="8.5433304" version="2" timestamp="2014-06-01T07:25:58Z" changeset="22667819" uid="1218134" user="Sarob">
+ <tag k="name" v="SPLENDID"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="639048685" lat="47.3723574" lon="8.5431576" version="6" timestamp="2014-05-29T07:22:24Z" changeset="22612832" uid="1218134" user="Sarob">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="8001"/>
+ <tag k="addr:street" v="Schneggengasse"/>
+ <tag k="contact:email" v="reservation@statthotel.ch"/>
+ <tag k="contact:fax" v="+41 (0)43 343 98 78"/>
+ <tag k="contact:phone" v="+41 (0)43 268 59 30"/>
+ <tag k="contact:website" v="www.statthotel.ch"/>
+ <tag k="name" v="stattHotel"/>
+ <tag k="rooms" v="13"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="639048688" lat="47.3737914" lon="8.5430563" version="2" timestamp="2015-10-03T15:08:52Z" changeset="34407888" uid="3281770" user="Rolligirls">
+ <tag k="name" v="Hotel Krone"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="639143271" lat="47.4040525" lon="8.5717554" version="4" timestamp="2013-01-07T17:03:15Z" changeset="14563831" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="640043416" lat="46.9418681" lon="10.3612745" version="6" timestamp="2014-03-08T14:29:21Z" changeset="20986221" uid="92274" user="adjuva">
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="30"/>
+ <tag k="addr:postcode" v="7563"/>
+ <tag k="addr:street" v="Südstrasse"/>
+ <tag k="name" v="Chasa Castello"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="640043425" lat="46.9427695" lon="10.3615506" version="3" timestamp="2013-07-25T08:55:39Z" changeset="17084995" uid="937694" user="uroeth">
+ <tag k="name" v="Bündnerhof"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="649717551" lat="47.3577337" lon="8.5712495" version="6" timestamp="2013-10-14T15:12:04Z" changeset="18352006" uid="524500" user="wheelmap_android">
+ <tag k="addr:housenumber" v="260"/>
+ <tag k="addr:street" v="Forchstrasse"/>
+ <tag k="name" v="Tram-Museeum Zürich"/>
+ <tag k="phone" v="+41443802162"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.tram-museum.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="652829440" lat="46.1950106" lon="7.8390305" version="2" timestamp="2011-02-20T12:19:30Z" changeset="7341608" uid="126246" user="mocoohay">
+ <tag k="name" v="Ortsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="656327691" lat="47.3752188" lon="8.5444857" version="4" timestamp="2015-10-03T14:43:38Z" changeset="34407888" uid="3281770" user="Rolligirls">
+ <tag k="name" v="Basilea"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:description" v="Rollstuhleingang"/>
+ </node>
+ <node id="656327693" lat="47.3750419" lon="8.5444592" version="4" timestamp="2015-10-03T14:46:39Z" changeset="34407888" uid="3281770" user="Rolligirls">
+ <tag k="name" v="Zürcherhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="656327717" lat="47.3757274" lon="8.5444631" version="3" timestamp="2012-10-14T11:02:33Z" changeset="13490546" uid="26726" user="lonvia">
+ <tag k="addr:housenumber" v="33"/>
+ <tag k="addr:street" v="Zähringerstrasse"/>
+ <tag k="name" v="Citystudios"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="656327757" lat="47.3744622" lon="8.5448208" version="3" timestamp="2015-10-03T14:55:56Z" changeset="34407888" uid="3281770" user="Rolligirls">
+ <tag k="name" v="Scheuble"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="656327813" lat="47.3759780" lon="8.5438053" version="3" timestamp="2013-05-08T18:07:55Z" changeset="16022628" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:housenumber" v="136"/>
+ <tag k="addr:street" v="Limmatquai"/>
+ <tag k="name" v="Limmatblick"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="656327834" lat="47.3761451" lon="8.5444314" version="5" timestamp="2015-10-03T14:34:28Z" changeset="34407888" uid="3281770" user="Rolligirls">
+ <tag k="name" v="Rütli"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wheelchair:description" v="Restaurant gut zugänglich. Hotel sehr wahrscheinlich ohne Lift."/>
+ </node>
+ <node id="656327837" lat="47.3764444" lon="8.5441610" version="6" timestamp="2015-03-04T13:49:55Z" changeset="29245055" uid="52921" user="t-i">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="142"/>
+ <tag k="addr:postcode" v="8001"/>
+ <tag k="addr:street" v="Limmatquai"/>
+ <tag k="name" v="Limmathof"/>
+ <tag k="phone" v="+41 44 267 60 40"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.limmathof.com"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="656444207" lat="46.8069810" lon="9.8366881" version="3" timestamp="2013-04-02T13:46:20Z" changeset="15578813" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Sportclub Derby"/>
+ <tag k="operator" v="Frosch Sportreisen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="656444213" lat="46.8099162" lon="9.8401373" version="2" timestamp="2013-04-02T13:51:50Z" changeset="15578813" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Sportclub Real"/>
+ <tag k="operator" v="Frosch Sportreisen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="656594290" lat="47.3793783" lon="8.5274204" version="5" timestamp="2015-04-26T03:48:24Z" changeset="30490113" uid="14390" user="BeKri">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8004"/>
+ <tag k="addr:street" v="Sihlhallenstrasse"/>
+ <tag k="name" v="Rothaus"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://hotelrothaus.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="659540416" lat="46.7458377" lon="7.6442740" version="2" timestamp="2014-11-19T15:23:36Z" changeset="26888644" uid="126246" user="mocoohay">
+ <tag k="name" v="Hotel Restaurant Chartreuse"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.chartreuse.ch"/>
+ </node>
+ <node id="659540425" lat="46.7379593" lon="7.6572649" version="2" timestamp="2013-05-24T19:45:13Z" changeset="16270533" uid="450001" user="daland67">
+ <tag k="name" v="Hotel Restaurant Schönbühl"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="659775645" lat="47.4979052" lon="8.7997550" version="1" timestamp="2010-03-03T14:16:13Z" changeset="4025219" uid="178186" user="mdk">
+ <tag k="name" v="Sternen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="661034883" lat="46.4873686" lon="9.8402577" version="1" timestamp="2010-03-06T11:03:58Z" changeset="4048800" uid="194843" user="feuerstein">
+ <tag k="name" v="Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="661105441" lat="45.9703578" lon="8.8789557" version="2" timestamp="2012-02-29T19:48:06Z" changeset="10831484" uid="121434" user="dave_zh">
+ <tag k="name" v="Albergo Gardenia"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="664420277" lat="47.3263116" lon="8.7966933" version="2" timestamp="2014-01-03T12:33:35Z" changeset="19785589" uid="324188" user="ponte1112">
+ <tag k="name" v="Ortsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="665053809" lat="46.0229511" lon="7.7511653" version="3" timestamp="2011-08-21T16:37:17Z" changeset="9086068" uid="20938" user="Loth">
+ <tag k="addr:city" v="Zermatt"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="39"/>
+ <tag k="addr:postcode" v="3920"/>
+ <tag k="addr:street" v="Matterstrasse"/>
+ <tag k="email" v="national@active.ch"/>
+ <tag k="name" v="Hotel National"/>
+ <tag k="phone" v="027-966-99-66"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://hotelnationalzermatt.ch/"/>
+ </node>
+ <node id="665662854" lat="46.7937873" lon="8.3980086" version="2" timestamp="2014-04-09T21:17:56Z" changeset="21596754" uid="2017717" user="moritz23">
+ <tag k="name" v="Berghotel Trübsee"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="666273240" lat="46.7753268" lon="8.2675545" version="1" timestamp="2010-03-14T19:47:07Z" changeset="4128846" uid="67160" user="TomTommy">
+ <tag k="name" v="Glogghuis"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="666977126" lat="46.6681828" lon="9.2904558" version="14" timestamp="2014-01-28T14:36:03Z" changeset="20247080" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Heimatmuseum Safien"/>
+ <tag k="opening_hours" v="May Su[2]-Oct Su[-1]:14:00-17:00 &quot;Mai bis Oktober jeden 2. Sonntag von 14:00-17:00 Uhr erstmals am 2. Sonntag im Mai.&quot; || &quot;Ausserhalb der Öffnungszeiten nach Vereinbarung.&quot;"/>
+ <tag k="operator" v="Heimatverein Safien"/>
+ <tag k="source" v="own survey"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wikipedia" v="de:Safien#Heimatmuseum"/>
+ </node>
+ <node id="668900327" lat="47.2040202" lon="7.5600713" version="3" timestamp="2014-05-22T20:32:48Z" changeset="22493413" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="contact:email" v="info@martinshof.ch"/>
+ <tag k="contact:fax" v="+41 32 686 26 00"/>
+ <tag k="contact:phone" v="+41 32 686 26 26"/>
+ <tag k="contact:website" v="http://www.martinshof.ch"/>
+ <tag k="name" v="Martinshof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="670437327" lat="46.9478490" lon="7.4499080" version="18" timestamp="2014-11-26T08:17:39Z" changeset="27037930" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="49"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Kramgasse"/>
+ <tag k="contact:fax" v="+41 31 3120041"/>
+ <tag k="contact:phone" v="+41 31 3120091"/>
+ <tag k="contact:website" v="http://www.einstein-bern.ch"/>
+ <tag k="name" v="Einstein Haus"/>
+ <tag k="name:de" v="Einstein Haus"/>
+ <tag k="name:en" v="Einstein House"/>
+ <tag k="name:es" v="Casa de Einstein"/>
+ <tag k="name:fr" v="Maison Einstein"/>
+ <tag k="name:it" v="Casa di Einstein"/>
+ <tag k="opening_hours" v="Feb-Mar Mo-Sa 10:00-17:00; Apr-Dec Mo-Su 10:00-17:00; Jan off"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.einstein-bern.ch"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="670440313" lat="47.4877006" lon="7.0172263" version="2" timestamp="2015-05-24T17:56:57Z" changeset="31425736" uid="795660" user="Loremo">
+ <tag k="name" v="Hôtel de la Rochette"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.boncourt.ch/modules/annuaire/detail.asp?ID=54117"/>
+ </node>
+ <node id="670630948" lat="46.9489015" lon="7.4445379" version="12" timestamp="2014-12-25T22:39:10Z" changeset="27697591" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="41"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Zeughausgasse"/>
+ <tag k="alt_name" v="Hotel Kreuz"/>
+ <tag k="contact:email" v="info@kreuzbern.ch"/>
+ <tag k="contact:fax" v="+41 31 3299596"/>
+ <tag k="contact:phone" v="+41 31 3299595"/>
+ <tag k="contact:website" v="http://www.kreuzbern.ch"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Kreuz"/>
+ <tag k="operator" v="Hotel Kreuz Bern AG"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="671654410" lat="46.7558474" lon="7.6341841" version="3" timestamp="2012-04-04T14:05:29Z" changeset="11176940" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Kunstmuseum Thun"/>
+ <tag k="opening_hours" v="Tu-Su 10:00-17:00"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="672330546" lat="47.2636251" lon="8.6774915" version="3" timestamp="2010-12-01T21:50:36Z" changeset="6509097" uid="126246" user="mocoohay">
+ <tag k="name" v="Uetiker Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="673953860" lat="47.0118571" lon="8.3162964" version="2" timestamp="2011-05-19T21:53:23Z" changeset="8193946" uid="177686" user="Cho">
+ <tag k="name" v="Seehotel Sternen"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="676511721" lat="46.7470305" lon="8.1972100" version="6" timestamp="2014-03-28T09:39:38Z" changeset="21360998" uid="555807" user="Internethias">
+ <tag k="addr:postcode" v="6084"/>
+ <tag k="addr:street" v="Dorf"/>
+ <tag k="entrance" v="yes"/>
+ <tag k="name" v="REKA Feriendorf"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.reka.ch/de/rekaferien/reka-feriendoerfer/seiten/hasliberg.aspx?gclid=COOZ0oXEh70CFWT4wgod9SIAoQ"/>
+ </node>
+ <node id="678454216" lat="47.3220798" lon="7.7977670" version="1" timestamp="2010-03-30T12:14:03Z" changeset="4276048" uid="122213" user="kds_ch">
+ <tag k="name" v="Hotel Egerkingen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="679079138" lat="47.4033474" lon="9.6001759" version="3" timestamp="2014-03-02T21:00:36Z" changeset="20873967" uid="122406" user="hanskuster">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Bad Balgach"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="680090260" lat="46.0189395" lon="7.7440677" version="2" timestamp="2014-08-04T14:38:04Z" changeset="24536966" uid="2216082" user="MisterX1337">
+ <tag k="addr:housenumber" v="35"/>
+ <tag k="addr:street" v="Metzggasse"/>
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Hotel Sonne"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="www.sonne.masch.com"/>
+ </node>
+ <node id="681219958" lat="47.4256961" lon="7.1278335" version="1" timestamp="2010-04-02T06:23:28Z" changeset="4300513" uid="31138" user="5EE">
+ <tag k="name" v="Helvetia"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="682100853" lat="46.4949338" lon="7.2608158" version="1" timestamp="2010-04-02T18:38:21Z" changeset="4306669" uid="103273" user="HB9DTX">
+ <tag k="name" v="Solsana"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="682260369" lat="46.5111232" lon="6.3668691" version="1" timestamp="2010-04-02T19:57:47Z" changeset="4307484" uid="4786" user="Romain Aviolat [Xens]">
+ <tag k="name" v="Musée du Bois"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="683064035" lat="46.5035468" lon="7.2881408" version="1" timestamp="2010-04-03T07:44:46Z" changeset="4310267" uid="103273" user="HB9DTX">
+ <tag k="name" v="Ermitage"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="683372569" lat="47.3770836" lon="8.5436340" version="2" timestamp="2013-05-08T17:27:11Z" changeset="16022628" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Central Plaza"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="683372623" lat="47.3824553" lon="8.5404443" version="3" timestamp="2014-12-07T09:35:10Z" changeset="27307026" uid="1218134" user="Sarob">
+ <tag k="name" v="Marriott"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="683583785" lat="46.8684951" lon="9.7304923" version="3" timestamp="2015-04-03T17:22:44Z" changeset="29956508" uid="508672" user="SingletrailMap">
+ <tag k="ele" v="1939"/>
+ <tag k="name" v="Berghaus Heuberge"/>
+ <tag k="place" v="isolated_dwelling"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="683859306" lat="46.1511407" lon="8.7722427" version="1" timestamp="2010-04-04T10:23:59Z" changeset="4321112" uid="62784" user="Uerdinger">
+ <tag k="name" v="Eden Roc Marina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="684290295" lat="47.4914505" lon="8.1624465" version="1" timestamp="2010-04-04T16:14:00Z" changeset="4324170" uid="8296" user="kuede">
+ <tag k="name" v="Kirchbözberg‎"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="686623308" lat="46.7916309" lon="8.3967326" version="1" timestamp="2010-04-06T14:24:49Z" changeset="4344560" uid="37616" user="aki_k">
+ <tag k="contact:website" v="http://iglu-dorf.com"/>
+ <tag k="description" v="A hotel made out of snow - operational only during winters"/>
+ <tag k="name" v="Iglu-Dorf"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://iglu-dorf.com"/>
+ </node>
+ <node id="686990908" lat="46.6289257" lon="10.4476348" version="1" timestamp="2010-04-06T19:08:05Z" changeset="4347631" uid="75458" user="Momo_102">
+ <tag k="name" v="Chavalaina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="686990910" lat="46.6288373" lon="10.4474256" version="1" timestamp="2010-04-06T19:08:05Z" changeset="4347631" uid="75458" user="Momo_102">
+ <tag k="name" v="Tschierv / Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="687012471" lat="46.6212449" lon="10.4457453" version="1" timestamp="2010-04-06T19:47:29Z" changeset="4348102" uid="75458" user="Momo_102">
+ <tag k="name" v="Liun"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="687017823" lat="46.6295898" lon="10.4489767" version="3" timestamp="2013-09-13T08:17:31Z" changeset="17813068" uid="1352904" user="street0501">
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="687062010" lat="46.6266570" lon="10.4461040" version="2" timestamp="2014-08-29T18:22:33Z" changeset="25103167" uid="29003" user="zarl">
+ <tag k="name" v="Helvetia"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="687863057" lat="46.3206972" lon="8.6015820" version="4" timestamp="2015-07-28T20:59:06Z" changeset="32942527" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Cevio"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6675"/>
+ <tag k="name" v="Museo della Vallemaggia"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museovalmaggia.ch"/>
+ </node>
+ <node id="687866791" lat="46.3162856" lon="8.6019210" version="4" timestamp="2015-07-28T20:59:04Z" changeset="32942527" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Cevio"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6675"/>
+ <tag k="addr:street" v="Piazza"/>
+ <tag k="name" v="Albergo Basodino"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="687928170" lat="46.3399063" lon="8.6073589" version="4" timestamp="2015-07-28T20:59:05Z" changeset="32942527" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Bignasco"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6676"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Ristorante Turisti"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="688411219" lat="47.2838014" lon="8.2258745" version="2" timestamp="2011-05-11T11:49:07Z" changeset="8111396" uid="124134" user="beni">
+ <tag k="name" v="Seerose"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="688976720" lat="46.3065317" lon="8.6047158" version="3" timestamp="2014-04-18T10:53:50Z" changeset="21765172" uid="260419" user="Aze90">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="689033593" lat="46.1700945" lon="8.7958123" version="7" timestamp="2014-12-17T09:28:36Z" changeset="27525534" uid="2265854" user="G4rp">
+ <tag k="name" v="Caverna Degli Dei"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="689035002" lat="46.1678929" lon="8.7937519" version="1" timestamp="2010-04-08T16:58:28Z" changeset="4365538" uid="260419" user="Aze90">
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="689596883" lat="46.3164968" lon="8.6023537" version="4" timestamp="2015-07-28T20:59:04Z" changeset="32942527" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Cevio"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="addr:postcode" v="6675"/>
+ <tag k="addr:street" v="Piazza"/>
+ <tag k="name" v="Albergo della Posta"/>
+ <tag k="phone" v="+41 91 754 18 96"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.dellaposta-cevio.ch"/>
+ </node>
+ <node id="690894383" lat="46.1781821" lon="8.7071661" version="4" timestamp="2015-07-21T20:54:45Z" changeset="32788548" uid="2265854" user="G4rp">
+ <tag k="name" v="Hotel Al Ponte Antico"/>
+ <tag k="rooms" v="11"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ponteantico.ch"/>
+ </node>
+ <node id="691566286" lat="46.3390624" lon="8.6093158" version="3" timestamp="2010-04-10T17:47:39Z" changeset="4385045" uid="260419" user="Aze90">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="693175586" lat="47.5180053" lon="7.6492918" version="1" timestamp="2010-04-11T15:14:33Z" changeset="4394687" uid="182521" user="tobi_odi">
+ <tag k="name" v="Wineyard"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="696524680" lat="46.9029924" lon="6.7808268" version="1" timestamp="2010-04-14T09:16:14Z" changeset="4420716" uid="265732" user="pbergamin">
+ <tag k="name" v="Hôtel des Tilleuls"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="698881918" lat="47.4830467" lon="8.2951899" version="1" timestamp="2010-04-16T18:35:12Z" changeset="4441280" uid="37799" user="Adrian Vogt">
+ <tag k="name" v="Bruggerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="701185222" lat="46.1603930" lon="8.7711360" version="1" timestamp="2010-04-18T16:39:42Z" changeset="4459870" uid="7738" user="pklaus">
+ <tag k="name" v="Tobler"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="701734717" lat="47.4105397" lon="8.5530471" version="9" timestamp="2013-04-03T12:22:44Z" changeset="15594049" uid="139465" user="SteveK">
+ <tag k="addr:housenumber" v="48"/>
+ <tag k="addr:postcode" v="8050"/>
+ <tag k="addr:street" v="Wallisellenstrasse"/>
+ <tag k="name" v="Holiday Inn :: Zürich - Messe"/>
+ <tag k="phone" v="+41-44-3161100"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.holidayinn.com/hotels/de/de/zurich/zrhme/hoteldetail"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="701851300" lat="46.2339717" lon="6.0557211" version="4" timestamp="2015-08-27T22:39:54Z" changeset="33632604" uid="1856092" user="StreetAv">
+ <tag k="name:en" v="The Globe of Science and Innovation"/>
+ <tag k="name:fr" v="Globe de la Science et de L'innovation"/>
+ <tag k="operator" v="CERN"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="701851798" lat="46.2327054" lon="6.0557659" version="3" timestamp="2010-11-09T14:06:03Z" changeset="6328320" uid="120583" user="x-pab">
+ <tag k="name" v="Microcosm"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="705001151" lat="46.8839736" lon="7.6597686" version="1" timestamp="2010-04-24T06:16:12Z" changeset="4509215" uid="39403" user="Chuengu">
+ <tag k="name" v="Appenberg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="706472074" lat="47.4197198" lon="7.0790647" version="1" timestamp="2010-04-25T17:48:37Z" changeset="4524301" uid="31138" user="5EE">
+ <tag k="name" v="Terminus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="708908225" lat="46.5450318" lon="7.9025091" version="5" timestamp="2013-05-25T09:18:37Z" changeset="16276326" uid="99810" user="Martin Borsje">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Restaurant Stechelberg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="718903433" lat="46.8012455" lon="9.8140284" version="5" timestamp="2013-04-02T14:04:33Z" changeset="15578813" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Berghotel Schatzalp"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="722258593" lat="47.0093105" lon="7.0006544" version="2" timestamp="2011-10-20T14:37:17Z" changeset="9609234" uid="103273" user="HB9DTX">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Le Poisson"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="725451611" lat="46.0051321" lon="8.9447898" version="1" timestamp="2010-05-07T19:10:03Z" changeset="4632885" uid="242352" user="BK_man">
+ <tag k="name" v="Art Hotel Stella"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="725764725" lat="47.3840631" lon="8.5326842" version="2" timestamp="2011-10-14T17:13:29Z" changeset="9552229" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="X-tra Palace"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="726598063" lat="46.6372946" lon="7.9676262" version="2" timestamp="2013-10-04T21:05:48Z" changeset="18185954" uid="937694" user="uroeth">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Restaurant Stalden"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="728688776" lat="47.4632512" lon="8.3320809" version="3" timestamp="2011-07-24T04:19:49Z" changeset="8811779" uid="187849" user="Hami">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="735101277" lat="47.1433430" lon="7.9964588" version="2" timestamp="2010-05-16T15:59:32Z" changeset="4718850" uid="118221" user="Schicolog">
+ <tag k="name" v="Schweizerisches Landwirtschaftsmuseum Burgrain"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="url" v="http://www.museumburgrain.ch/index.php?id=20"/>
+ </node>
+ <node id="736605359" lat="47.1778431" lon="7.9943185" version="1" timestamp="2010-05-16T15:42:09Z" changeset="4718627" uid="118221" user="Schicolog">
+ <tag k="name" v="Museum Ronmühle"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="url" v="http://www.museen-luzern.ch/ronmuehle.htm"/>
+ </node>
+ <node id="736617640" lat="47.1220926" lon="8.0009972" version="3" timestamp="2014-08-27T01:26:02Z" changeset="25041967" uid="1416503" user="asdf2">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="6130"/>
+ <tag k="addr:street" v="Hasenburgstrasse"/>
+ <tag k="name" v="Goldwasch-Tour&amp;Shop inkl. Museum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="url" v="http://www.goldwasch-tour.ch/"/>
+ </node>
+ <node id="736617661" lat="47.1167546" lon="7.9745427" version="2" timestamp="2013-10-14T18:13:16Z" changeset="18355336" uid="505667" user="Bullroarer">
+ <tag k="name" v="Flaschenmuseum Willisau"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="url" v="http://www.flaschenmuseum.ch"/>
+ </node>
+ <node id="736617807" lat="47.1207200" lon="7.9871597" version="1" timestamp="2010-05-16T15:59:30Z" changeset="4718850" uid="118221" user="Schicolog">
+ <tag k="name" v="Musikinstrumenten-Sammlung Willisau"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="url" v="http://www.musikinstrumentensammlung.ch/"/>
+ </node>
+ <node id="736617809" lat="47.1198038" lon="7.9893269" version="2" timestamp="2012-09-11T17:18:28Z" changeset="13072364" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="6130"/>
+ <tag k="addr:street" v="Müligass"/>
+ <tag k="name" v="Stadtmühle Willisau"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="url" v="http://www.stadtmuehle.ch"/>
+ </node>
+ <node id="736622007" lat="47.1696802" lon="7.9883104" version="1" timestamp="2010-05-16T16:10:51Z" changeset="4718997" uid="118221" user="Schicolog">
+ <tag k="name" v="Wiggertaler Museum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="url" v="http://www.museen-luzern.ch/wiggertaler.htm"/>
+ </node>
+ <node id="738014940" lat="46.5241995" lon="8.6807868" version="2" timestamp="2014-08-15T11:48:36Z" changeset="24765380" uid="8296" user="kuede">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Genziana"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="738015184" lat="46.5278815" lon="8.6073133" version="4" timestamp="2015-01-11T18:39:51Z" changeset="28070019" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Airolo"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="6780"/>
+ <tag k="addr:street" v="via della Stazione"/>
+ <tag k="email" v="info@forni.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Forni"/>
+ <tag k="phone" v="+41 91 869 12 70"/>
+ <tag k="source" v="website and survey"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.forni.ch"/>
+ </node>
+ <node id="738901531" lat="47.2134299" lon="7.9888364" version="2" timestamp="2010-05-18T20:30:43Z" changeset="4742085" uid="289293" user="corvette1984">
+ <tag k="name" v="Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="738921672" lat="47.2126196" lon="7.9894987" version="2" timestamp="2015-04-16T19:12:54Z" changeset="30272461" uid="505667" user="Bullroarer">
+ <tag k="name" v="Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="741559584" lat="47.0074065" lon="7.6896340" version="3" timestamp="2014-04-05T16:32:31Z" changeset="21516957" uid="26726" user="lonvia">
+ <tag k="name" v="Landgasthof Ochsen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="741559592" lat="47.0050569" lon="7.6943070" version="1" timestamp="2010-05-20T20:14:11Z" changeset="4761022" uid="14686" user="mgeiser">
+ <tag k="name" v="Kulturmühle"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="745919856" lat="46.6837313" lon="7.7827450" version="3" timestamp="2014-04-22T19:08:04Z" changeset="21869899" uid="126246" user="mocoohay">
+ <tag k="name" v="St.Beatus-Höhlen Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="745927086" lat="46.7555607" lon="8.0254971" version="5" timestamp="2012-07-19T12:26:45Z" changeset="12324855" uid="56103" user="JDKDHF">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="746685880" lat="47.2673014" lon="9.1224436" version="1" timestamp="2010-05-23T18:05:55Z" changeset="4785849" uid="280176" user="altae">
+ <tag k="name" v="Ackerhus (Heimatmuseum)"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="746707056" lat="46.1059166" lon="7.0841078" version="1" timestamp="2010-05-23T18:42:31Z" changeset="4786261" uid="254549" user="Tempus">
+ <tag k="name" v="Grand Quai"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="746784952" lat="47.1876274" lon="7.2850098" version="1" timestamp="2010-05-23T21:03:48Z" changeset="4787882" uid="26726" user="lonvia">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Au Chasseur"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="747169419" lat="46.4358493" lon="6.9098721" version="2" timestamp="2013-09-09T12:00:57Z" changeset="17748855" uid="65804" user="Ronny Standtke">
+ <tag k="name" v="Grand Hôtel Suisse Majestic"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="752369934" lat="47.1273060" lon="9.3032530" version="1" timestamp="2010-05-28T09:20:31Z" changeset="4828988" uid="163622" user="pneff">
+ <tag k="name" v="Seehof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="752481641" lat="47.0263008" lon="8.4814487" version="3" timestamp="2015-06-23T19:07:01Z" changeset="32168719" uid="190676" user="highbuilder">
+ <tag k="ele" v="910"/>
+ <tag k="name" v="Öko-Hotel Gruebisbalm"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.gruebisbalm.ch/"/>
+ </node>
+ <node id="752483989" lat="47.0698622" lon="8.4660764" version="2" timestamp="2011-04-12T16:22:26Z" changeset="7844095" uid="330773" user="Roadrunner21">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Restaurant Rigi-Seebodenalp"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="755490755" lat="46.9660541" lon="9.6894360" version="6" timestamp="2015-02-18T23:13:30Z" changeset="28946748" uid="1714220" user="luschi">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="pizza"/>
+ <tag k="name" v="Hotel Aipina"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="759632768" lat="47.3851867" lon="7.2191846" version="3" timestamp="2011-10-26T06:41:55Z" changeset="9657687" uid="287306" user="Matthias Frank">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Restaurant Café Hotel Les Rangiers"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="759930032" lat="46.6757927" lon="7.8501800" version="4" timestamp="2013-04-29T19:57:09Z" changeset="15912313" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Modelleisenbahn"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="760288956" lat="47.1474713" lon="9.1726484" version="3" timestamp="2010-05-31T19:09:29Z" changeset="4867186" uid="70696" user="xybot">
+ <tag k="name" v="Hotel Arvenbüel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="760369394" lat="47.3692914" lon="8.5440109" version="3" timestamp="2015-10-07T18:02:42Z" changeset="34496098" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Altstadt"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="766917758" lat="46.4905485" lon="9.8972102" version="2" timestamp="2013-07-20T08:30:50Z" changeset="17020719" uid="565471" user="bebbi">
+ <tag k="name" v="Station"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="766917764" lat="46.4877629" lon="9.9066789" version="2" timestamp="2013-07-20T08:30:50Z" changeset="17020719" uid="565471" user="bebbi">
+ <tag k="name" v="Albris"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="766917783" lat="46.4918021" lon="9.9040705" version="2" timestamp="2010-07-11T12:17:01Z" changeset="5189820" uid="66211" user="wuerfelwusel">
+ <tag k="name" v="Rosatsch"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="766917784" lat="46.4903610" lon="9.9054028" version="1" timestamp="2010-06-07T21:40:16Z" changeset="4932878" uid="26726" user="lonvia">
+ <tag k="name" v="Schweizerhof"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="766917834" lat="46.4908165" lon="9.9050047" version="4" timestamp="2013-07-20T08:30:50Z" changeset="17020719" uid="565471" user="bebbi">
+ <tag k="name" v="Allegra"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="766917860" lat="46.4890169" lon="9.9060536" version="1" timestamp="2010-06-07T21:40:18Z" changeset="4932878" uid="26726" user="lonvia">
+ <tag k="name" v="Engadinerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="766917918" lat="46.4896758" lon="9.9054767" version="1" timestamp="2010-06-07T21:40:19Z" changeset="4932878" uid="26726" user="lonvia">
+ <tag k="name" v="Müller"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="766917930" lat="46.4875899" lon="9.9075875" version="1" timestamp="2010-06-07T21:40:20Z" changeset="4932878" uid="26726" user="lonvia">
+ <tag k="name" v="Walther"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="766917953" lat="46.4913455" lon="9.9040166" version="1" timestamp="2010-06-07T21:40:20Z" changeset="4932878" uid="26726" user="lonvia">
+ <tag k="name" v="Post"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="766917976" lat="46.4887908" lon="9.9061606" version="2" timestamp="2013-07-20T08:30:50Z" changeset="17020719" uid="565471" user="bebbi">
+ <tag k="name" v="Bernina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="766929896" lat="47.0172763" lon="9.5442593" version="5" timestamp="2014-03-23T15:53:18Z" changeset="21266856" uid="122406" user="hanskuster">
+ <tag k="addr:postcode" v="7304"/>
+ <tag k="name" v="Heidihof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.heidihof.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="768118856" lat="47.4405834" lon="7.6617621" version="1" timestamp="2010-06-09T19:46:07Z" changeset="4948508" uid="299956" user="daneva">
+ <tag k="name" v="Musikautomatenmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="768551406" lat="46.3298333" lon="6.9613698" version="1" timestamp="2010-06-10T11:59:33Z" changeset="4953379" uid="39569" user="hromain">
+ <tag k="name" v="Auberge de la Couronne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="768597365" lat="46.5488497" lon="7.8916784" version="2" timestamp="2013-10-09T23:50:26Z" changeset="18272369" uid="937694" user="uroeth">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Mittagshorn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="769381156" lat="47.1935659" lon="8.8515833" version="3" timestamp="2011-10-20T19:46:08Z" changeset="9604904" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="al porto"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="773598786" lat="46.3421859" lon="9.5398003" version="4" timestamp="2015-10-20T09:16:32Z" changeset="34750744" uid="1894634" user="Wikilux">
+ <tag k="name" v="Palazzo Salis"/>
+ <tag k="phone" v="++41 081 822 1208"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="www.palazzosalis.ch"/>
+ </node>
+ <node id="775540479" lat="46.8931276" lon="8.9101290" version="2" timestamp="2014-04-24T16:13:15Z" changeset="21911517" uid="565471" user="bebbi">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Klause Ranch"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.klause-ranch.ch/"/>
+ </node>
+ <node id="775540494" lat="46.7083323" lon="8.2416369" version="2" timestamp="2014-05-12T10:38:08Z" changeset="22288712" uid="1514901" user="treyvaux">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Tännler"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.landgasthof-taennler.ch/"/>
+ </node>
+ <node id="775540497" lat="46.7190679" lon="8.1904759" version="2" timestamp="2011-06-02T11:44:09Z" changeset="8318731" uid="390170" user="chewiebug">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Familienhotel Tourist"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="775540502" lat="47.0396825" lon="9.0704881" version="7" timestamp="2012-12-07T11:46:28Z" changeset="14186453" uid="78656" user="Walter Schlögl">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="8750"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Glarnerhof"/>
+ <tag k="source" v="survey"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="775540513" lat="46.9477188" lon="9.0286265" version="1" timestamp="2010-06-18T09:18:33Z" changeset="5014963" uid="40577" user="guggis">
+ <tag k="name" v="Post"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="775540516" lat="46.8634556" lon="8.7703712" version="4" timestamp="2014-05-15T21:05:14Z" changeset="22360863" uid="565471" user="bebbi">
+ <tag k="name" v="Alpina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="775711348" lat="46.7985346" lon="10.3044892" version="2" timestamp="2012-09-09T15:34:18Z" changeset="13045840" uid="14686" user="mgeiser">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Crusch Alba"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="778984282" lat="47.4702624" lon="9.2814978" version="3" timestamp="2013-02-08T20:11:18Z" changeset="14959790" uid="86566" user="wisieb">
+ <tag k="name" v="Turm"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="790930424" lat="47.3805739" lon="8.5441925" version="2" timestamp="2014-12-07T15:52:05Z" changeset="27314405" uid="1218134" user="Sarob">
+ <tag k="name" v="Hotel Astor"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="793125606" lat="46.4949201" lon="9.8606673" version="2" timestamp="2011-12-12T19:49:11Z" changeset="10102137" uid="179581" user="Geofreund1">
+ <tag k="addr:housenumber" v="52"/>
+ <tag k="addr:street" v="Via Dimlej"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Meierei"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="797667060" lat="46.8045838" lon="9.8370063" version="5" timestamp="2015-01-14T13:49:30Z" changeset="28136262" uid="84681" user="SK53">
+ <tag k="addr:city" v="Davos Dorf"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="128"/>
+ <tag k="addr:postcode" v="7260"/>
+ <tag k="addr:street" v="Promenade"/>
+ <tag k="name" v="Dischma"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.dischma.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="797682877" lat="46.8089805" lon="9.8392627" version="4" timestamp="2013-04-29T18:09:46Z" changeset="15911684" uid="1178373" user="4d1blueskEi">
+ <tag k="name" v="Hotel Seehof"/>
+ <tag k="operator" v="Hotel Seehof Davos AG"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.seehofdavos.ch"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="798528551" lat="46.1484097" lon="8.8615627" version="1" timestamp="2010-07-01T14:41:41Z" changeset="5121154" uid="280060" user="schuppi8604">
+ <tag k="name" v="Favini"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="802018001" lat="47.0301640" lon="7.1133015" version="1" timestamp="2010-07-05T12:10:07Z" changeset="5141509" uid="147368" user="Ecthelias">
+ <tag k="name" v="Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="803843329" lat="46.2151041" lon="6.1464867" version="2" timestamp="2014-01-27T11:03:45Z" changeset="20225135" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Quality Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="804160526" lat="46.7016520" lon="10.0948181" version="1" timestamp="2010-07-06T18:57:33Z" changeset="5153226" uid="187370" user="skaringa">
+ <tag k="name" v="Hotel Bär &amp; Post"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="804801871" lat="46.1783383" lon="8.8283492" version="1" timestamp="2010-07-07T08:47:13Z" changeset="5156868" uid="315041" user="Enea84">
+ <tag k="name" v="Residenza Paradiso di Vacanze"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="805122610" lat="46.1764591" lon="8.8219880" version="2" timestamp="2012-03-24T21:33:54Z" changeset="11089245" uid="522698" user="Corof1">
+ <tag k="name" v="Alba"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="805177175" lat="46.1674753" lon="8.7790637" version="2" timestamp="2015-06-03T15:39:59Z" changeset="31695966" uid="2917713" user="chrisanter">
+ <tag k="addr:city" v="Solduno"/>
+ <tag k="addr:housenumber" v="79"/>
+ <tag k="addr:postcode" v="6600"/>
+ <tag k="addr:street" v="Via Bartolomeo Varenna"/>
+ <tag k="name" v="Garni Nessi"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="806404758" lat="46.1690756" lon="8.7692458" version="2" timestamp="2015-06-06T20:59:26Z" changeset="31777236" uid="2917713" user="chrisanter">
+ <tag k="name" v="Albergo Losone"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="806437047" lat="46.1747602" lon="8.7542384" version="2" timestamp="2010-08-12T13:45:29Z" changeset="5473349" uid="161766" user="TBLeo">
+ <tag k="name" v="Elena"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="806437052" lat="46.1680815" lon="8.7638309" version="4" timestamp="2015-07-19T10:08:27Z" changeset="32729978" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Losone"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="6616"/>
+ <tag k="addr:street" v="Via Primore"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Rovere"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.albergorovere.com/"/>
+ </node>
+ <node id="806437064" lat="46.1668195" lon="8.7666007" version="2" timestamp="2015-07-19T10:08:28Z" changeset="32729978" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Losone"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:postcode" v="6616"/>
+ <tag k="addr:street" v="Via dei Patrizi"/>
+ <tag k="name" v="Hotel Patrizietta"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="806437094" lat="46.1675642" lon="8.7574290" version="3" timestamp="2015-07-19T10:08:25Z" changeset="32729978" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Losone"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="6616"/>
+ <tag k="addr:street" v="Via Lusciago"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Hotel Belvedere"/>
+ <tag k="rooms" v="14"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.belvedere-losone.ch"/>
+ </node>
+ <node id="806521343" lat="46.1537001" lon="8.7695654" version="5" timestamp="2015-07-21T16:24:29Z" changeset="32781627" uid="2917713" user="chrisanter">
+ <tag k="name" v="Tamaro"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="806539291" lat="46.1553196" lon="8.7607461" version="2" timestamp="2015-11-19T17:30:48Z" changeset="35441305" uid="3333235" user="HolgerT">
+ <tag k="name" v="Casa di Cura Andrea Cristoforo"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="806539304" lat="46.1572495" lon="8.7646589" version="3" timestamp="2015-07-21T17:33:12Z" changeset="32783616" uid="2265854" user="G4rp">
+ <tag k="name" v="Michelangelo"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="806638272" lat="46.1686388" lon="8.7943592" version="3" timestamp="2014-12-16T19:45:59Z" changeset="27514939" uid="2265854" user="G4rp">
+ <tag k="name" v="Hotel Dell'Angelo"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="806989802" lat="46.2207478" lon="6.1137720" version="3" timestamp="2013-09-19T18:28:33Z" changeset="17927642" uid="69418" user="TAA">
+ <tag k="name" v="Suitehotel Genève - Novotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="807775994" lat="46.5322941" lon="9.8691384" version="4" timestamp="2013-03-09T13:26:03Z" changeset="15302188" uid="14686" user="mgeiser">
+ <tag k="name" v="Golf-Hotel des Alpes"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="809818276" lat="46.1729912" lon="8.7955947" version="2" timestamp="2015-06-06T18:54:53Z" changeset="31775256" uid="26726" user="lonvia">
+ <tag k="name" v="Belvedere"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="813256078" lat="45.9829951" lon="8.9189687" version="3" timestamp="2015-06-14T00:00:35Z" changeset="31953343" uid="1730904" user="donovaly">
+ <tag k="addr:city" v="Collina d'Oro"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="6926"/>
+ <tag k="addr:street" v="Ra Cürta"/>
+ <tag k="email" v="info@hessemontagnola.ch"/>
+ <tag k="name" v="Museo Hermann Hesse"/>
+ <tag k="operator" v="Fondazione Hermann Hesse Montagnola"/>
+ <tag k="phone" v="+41 91 993 37 70"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.hessemontagnola.ch"/>
+ </node>
+ <node id="813799808" lat="46.5586152" lon="9.4392968" version="4" timestamp="2015-11-14T22:26:53Z" changeset="35318143" uid="3355354" user="Selph">
+ <tag k="name" v="Generoso"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.valferrera.com"/>
+ </node>
+ <node id="813833920" lat="47.2201871" lon="7.5535333" version="2" timestamp="2012-12-02T16:34:41Z" changeset="14127140" uid="481380" user="Nzara">
+ <tag k="name" v="Dorfmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="813914311" lat="47.3761335" lon="8.5248086" version="2" timestamp="2010-07-20T18:46:19Z" changeset="5273170" uid="78090" user="Roman Fischer">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="name" v="Chreis 4 Hotels: Anwand Lodges"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="814607165" lat="46.0260916" lon="7.1223098" version="2" timestamp="2013-07-16T19:39:48Z" changeset="16978965" uid="67547" user="gregus_">
+ <tag k="name" v="Fort d'artillerie de Champex-Lac"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="814607285" lat="46.0258084" lon="7.1237841" version="2" timestamp="2013-03-04T19:58:10Z" changeset="15250754" uid="254549" user="Tempus">
+ <tag k="name" v="Splendide"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="814607298" lat="46.0311754" lon="7.1126256" version="2" timestamp="2013-06-25T13:52:16Z" changeset="16699814" uid="67547" user="gregus_">
+ <tag k="name" v="En Plein Air"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="814607513" lat="46.0310275" lon="7.1142824" version="1" timestamp="2010-07-13T05:14:04Z" changeset="5204642" uid="254549" user="Tempus">
+ <tag k="name" v="Hôtel du Glacier"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="814698079" lat="46.5473464" lon="7.7615997" version="3" timestamp="2013-05-29T20:35:09Z" changeset="16343558" uid="126246" user="mocoohay">
+ <tag k="name" v="Hotelzentrum Griesalp"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="815033206" lat="46.4923685" lon="7.5583691" version="2" timestamp="2015-03-07T12:15:57Z" changeset="29307086" uid="151069" user="romanh">
+ <tag k="name" v="Bären"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="815033210" lat="46.4932294" lon="7.5633745" version="1" timestamp="2010-07-13T14:05:46Z" changeset="5208188" uid="212179" user="TKKU">
+ <tag k="name" v="Heimatmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="815443389" lat="46.9491500" lon="7.4364268" version="1" timestamp="2010-07-13T17:30:09Z" changeset="5210082" uid="46071" user="samot">
+ <tag k="name" v="Schweizerische Theatersammlung"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="817825646" lat="46.0820264" lon="6.9733352" version="3" timestamp="2014-12-07T12:21:25Z" changeset="27309860" uid="498662" user="Ocirne94">
+ <tag k="name" v="La Croix fédérale"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="817825651" lat="46.0824763" lon="6.9754217" version="3" timestamp="2014-12-10T18:41:36Z" changeset="27383576" uid="498662" user="Ocirne94">
+ <tag k="name" v="Les Perrons"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="817906187" lat="46.2339212" lon="8.7265240" version="5" timestamp="2015-08-09T19:20:18Z" changeset="33225583" uid="2917713" user="chrisanter">
+ <tag k="name" v="Villa d'Epoca"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="819630563" lat="46.1737647" lon="8.7889461" version="1" timestamp="2010-07-15T21:32:26Z" changeset="5230686" uid="18184" user="performant">
+ <tag k="name" v="Della Posta"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="821112063" lat="46.3905670" lon="9.6654799" version="1" timestamp="2010-07-16T19:35:22Z" changeset="5237351" uid="26726" user="lonvia">
+ <tag k="name" v="Stampa"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="821855770" lat="46.8187456" lon="6.4673670" version="2" timestamp="2012-02-11T10:01:32Z" changeset="10650835" uid="225842" user="schnelli">
+ <tag k="name" v="La Grange"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="821855791" lat="46.8195075" lon="6.4709567" version="2" timestamp="2013-07-15T07:43:14Z" changeset="16957963" uid="225842" user="schnelli">
+ <tag k="name" v="Musée Baud"/>
+ <tag k="note" v="Musée de la boîte à musique"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="821935900" lat="45.9330365" lon="8.9293922" version="3" timestamp="2015-06-06T07:15:17Z" changeset="31762102" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Vico Morcote"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6921"/>
+ <tag k="addr:street" v="Riva Lago Olivella"/>
+ <tag k="name" v="Swiss Diamond Hotel"/>
+ <tag k="starts" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.swissdiamondhotel.com"/>
+ </node>
+ <node id="822479447" lat="46.4034812" lon="8.1347730" version="3" timestamp="2010-10-16T12:41:03Z" changeset="6057218" uid="51603" user="trackless">
+ <tag k="addr:city" v="Fiesch"/>
+ <tag k="addr:postcode" v="3984"/>
+ <tag k="name" v="Hirschen"/>
+ <tag k="phone" v="+41 (0) 27 971 1606"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.fiesch.ch/hirschen/"/>
+ </node>
+ <node id="823042656" lat="46.0061156" lon="9.0048222" version="4" timestamp="2010-07-25T15:56:21Z" changeset="5313214" uid="16995" user="zut">
+ <tag k="name" v="Hotel Moosmann"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="823581573" lat="47.1259211" lon="8.7498710" version="4" timestamp="2014-02-28T16:25:50Z" changeset="20830194" uid="110450" user="gosausee">
+ <tag k="addr:city" v="Einsiedeln"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="8840"/>
+ <tag k="addr:street" v="Ilgenweidstrasse"/>
+ <tag k="name" v="Hotel St. Johann"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="823581634" lat="47.1280477" lon="8.7494025" version="1" timestamp="2010-07-18T19:33:42Z" changeset="5254635" uid="110450" user="gosausee">
+ <tag k="name" v="Hotel Aurora"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="823722366" lat="46.6991577" lon="10.0912506" version="2" timestamp="2013-09-05T19:54:19Z" changeset="17693517" uid="505667" user="Bullroarer">
+ <tag k="name" v="Crush Alba Swiss Lodge"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="823792317" lat="46.0020003" lon="8.9882610" version="2" timestamp="2013-04-09T13:52:49Z" changeset="15666394" uid="1325754" user="guineu">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="6976"/>
+ <tag k="addr:street" v="Sentiero di Gandria"/>
+ <tag k="name" v="Fischer Hotel Lugano"/>
+ <tag k="phone" v="+41 91 9715571"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://fischer-hotel.ch"/>
+ </node>
+ <node id="829514908" lat="46.3939189" lon="7.7596737" version="3" timestamp="2010-08-15T17:11:08Z" changeset="5502101" uid="333359" user="FernaW">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Ambord"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="829888876" lat="46.4011044" lon="9.6950744" version="2" timestamp="2014-10-16T14:49:34Z" changeset="26120574" uid="481380" user="Nzara">
+ <tag k="name" v="Sporthotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="829908710" lat="45.9713446" lon="8.8552241" version="1" timestamp="2010-07-23T09:15:45Z" changeset="5293886" uid="158828" user="rüdi">
+ <tag k="information" v="www.villadelsole.ch"/>
+ <tag k="name" v="Villa del Sole"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="830515187" lat="46.8123702" lon="9.4000976" version="6" timestamp="2011-08-02T12:52:47Z" changeset="8900485" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="food" v="regional"/>
+ <tag k="name" v="Alte Post"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="830517184" lat="46.8016837" lon="9.3987201" version="1" timestamp="2010-07-23T19:36:01Z" changeset="5298196" uid="158828" user="rüdi">
+ <tag k="name" v="Villa Artistica"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="831743719" lat="46.2081681" lon="6.8641213" version="1" timestamp="2010-07-24T19:12:14Z" changeset="5306366" uid="100409" user="hageman">
+ <tag k="name" v="Alpadze lou Kra"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="833320433" lat="46.9439132" lon="10.3602990" version="1" timestamp="2010-07-25T19:19:14Z" changeset="5315541" uid="147368" user="Ecthelias">
+ <tag k="name" v="Flurina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="836762609" lat="46.0250760" lon="8.8345878" version="1" timestamp="2010-07-28T20:19:31Z" changeset="5341797" uid="16995" user="zut">
+ <tag k="name" v="Museo del boscaiolo"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="836762658" lat="46.0245814" lon="8.8566087" version="5" timestamp="2015-01-15T21:21:25Z" changeset="28173883" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Miglieglia"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6986"/>
+ <tag k="name" v="Casa Santo Stefano"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.casa-santo-stefano.ch"/>
+ </node>
+ <node id="838559182" lat="47.4886654" lon="8.9031059" version="5" timestamp="2013-09-21T06:46:51Z" changeset="17950956" uid="707905" user="Tschumblat">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Linde"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wheelchair:description" v="nur Garten ist rollstuhlgängig"/>
+ </node>
+ <node id="840615650" lat="47.0186189" lon="8.2830300" version="2" timestamp="2011-04-02T09:43:35Z" changeset="7742088" uid="74900" user="FischersFritz">
+ <tag k="name" v="Himmelrich"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="840913578" lat="46.5290653" lon="8.6083354" version="5" timestamp="2015-01-11T18:39:53Z" changeset="28070019" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Airolo"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6780"/>
+ <tag k="addr:street" v="Via San Gottardo"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Ristorante Ramelli"/>
+ <tag k="phone" v="+41 (0)91 869 13 80"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="841975011" lat="47.3827232" lon="8.4219160" version="4" timestamp="2015-02-21T12:15:52Z" changeset="28997513" uid="311771" user="skl1">
+ <tag k="addr:city" v="Urdorf"/>
+ <tag k="addr:housenumber" v="102"/>
+ <tag k="addr:postcode" v="8902"/>
+ <tag k="addr:street" v="Birmensdorferstrasse"/>
+ <tag k="name" v="Urdorfer Ortsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.kovu.ch"/>
+ </node>
+ <node id="841975041" lat="47.3900670" lon="8.4188513" version="3" timestamp="2011-05-20T23:26:24Z" changeset="8203064" uid="62456" user="Damir Perisa">
+ <tag k="addr:city" v="Urdorf"/>
+ <tag k="addr:housenumber" v="37"/>
+ <tag k="addr:postcode" v="8902"/>
+ <tag k="addr:street" v="Birmensdorferstrasse"/>
+ <tag k="name" v="Schwanen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="842038851" lat="46.9140794" lon="7.4998544" version="12" timestamp="2015-03-20T11:41:42Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Belp"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="57"/>
+ <tag k="addr:postcode" v="3123"/>
+ <tag k="addr:street" v="Flughafenstrasse"/>
+ <tag k="alt_name" v="Airport Hotel Bern-Belp"/>
+ <tag k="contact:email" v="info@airhotel.ch"/>
+ <tag k="contact:facebook" v="https://www.facebook.com/pages/Airport-Hotel-Restaurant-Bern-Belp/655027337894309"/>
+ <tag k="contact:phone" v="+41 31 9616181"/>
+ <tag k="contact:website" v="http://www.airhotel.ch/de/hotel-kontakt.html"/>
+ <tag k="name" v="Airport Hotel"/>
+ <tag k="opening_hours" v="Mo-Su"/>
+ <tag k="operator" v="Airport Hotel Bern-Belp GmbH"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.airhotel.ch/de/airport-hotel-bern.html"/>
+ </node>
+ <node id="842198304" lat="47.2506582" lon="7.0007744" version="4" timestamp="2014-04-28T20:33:25Z" changeset="22010443" uid="97547" user="datendelphin">
+ <tag k="addr:city" v="Saignelégier"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="2350"/>
+ <tag k="addr:street" v="Chemin des Sports"/>
+ <tag k="name" v="Cristal"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.centredeloisirs.ch/"/>
+ </node>
+ <node id="842288384" lat="46.4974219" lon="7.7139352" version="3" timestamp="2015-10-09T21:40:36Z" changeset="34539758" uid="967832" user="Kurly">
+ <tag k="name" v="Hotel Oeschinensee"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="845500112" lat="46.2277772" lon="6.0857205" version="1" timestamp="2010-08-04T01:37:58Z" changeset="5395228" uid="328233" user="Beaver">
+ <tag k="name" v="NH Geneva Airport"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="845672961" lat="46.4014363" lon="9.6908711" version="5" timestamp="2014-10-16T15:18:24Z" changeset="26121174" uid="481380" user="Nzara">
+ <tag k="name" v="Belvedere"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="847205691" lat="46.8972154" lon="8.2462427" version="2" timestamp="2012-03-07T17:39:12Z" changeset="10902011" uid="617499" user="Splomas">
+ <tag k="name" v="Krone"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="847774481" lat="47.4766611" lon="9.0359887" version="3" timestamp="2012-10-14T17:34:46Z" changeset="13495926" uid="883471" user="gafrol">
+ <tag k="addr:city" v="Bronschhofen-Wil"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:postcode" v="9552"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="name" v="Burghalde"/>
+ <tag k="phone" v="+41719115108"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="847873072" lat="47.2048276" lon="9.3531343" version="1" timestamp="2010-08-06T16:10:33Z" changeset="5418155" uid="17526" user="bjruff">
+ <tag k="name" v="Alpstein Hotel Restaurant"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="848262492" lat="47.5017106" lon="7.7169934" version="1" timestamp="2010-08-06T22:39:48Z" changeset="5421052" uid="158828" user="rüdi">
+ <tag k="name" v="Dorfmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="852984457" lat="46.8179712" lon="7.3417426" version="1" timestamp="2010-08-10T12:21:15Z" changeset="5453406" uid="327386" user="role74">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="853253543" lat="46.1958662" lon="7.8401020" version="4" timestamp="2015-04-21T19:20:44Z" changeset="30388050" uid="99810" user="Martin Borsje">
+ <tag k="addr:city" v="Grächen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="3925"/>
+ <tag k="name" v="Grächerhof"/>
+ <tag k="phone" v="+41279562515"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="853253546" lat="46.2013375" lon="7.8428117" version="2" timestamp="2010-08-11T12:45:52Z" changeset="5462512" uid="40851" user="gypakk">
+ <tag k="addr:city" v="Grächen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="name" v="Stutz"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="855322914" lat="46.2110272" lon="6.1418721" version="3" timestamp="2015-08-01T15:08:45Z" changeset="33032037" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:street" v="Rue de Montbrillant"/>
+ <tag k="name" v="Le Montbrilliant"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="858391134" lat="46.1236434" lon="7.9290772" version="3" timestamp="2013-03-06T20:56:49Z" changeset="15275611" uid="632014" user="Etx Txu">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="ele" v="1827"/>
+ <tag k="name" v="Fletschhorn"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.fletschhorn.ch"/>
+ </node>
+ <node id="858463695" lat="46.7946783" lon="10.2893161" version="1" timestamp="2010-08-13T13:24:30Z" changeset="5481988" uid="140385" user="micw">
+ <tag k="name" v="Bellaval"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="858650712" lat="46.8691267" lon="10.4243787" version="3" timestamp="2010-08-13T17:41:36Z" changeset="5484099" uid="140385" user="micw">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Steinbock"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="858853978" lat="47.6817109" lon="8.6195096" version="2" timestamp="2014-07-05T17:39:58Z" changeset="23970562" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Zak Backpackers"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="860811737" lat="46.1569472" lon="8.9759982" version="3" timestamp="2012-12-17T18:26:39Z" changeset="14309606" uid="78656" user="Walter Schlögl">
+ <tag k="name" v="La Perla"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="861378897" lat="46.3135797" lon="7.7825693" version="5" timestamp="2014-09-08T04:46:23Z" changeset="25299557" uid="2273829" user="bregjvan">
+ <tag k="addr:city" v="Niedergesteln"/>
+ <tag k="addr:postcode" v="3942"/>
+ <tag k="addr:street" v="Kirchgasse"/>
+ <tag k="amenity" v="place_of_worship"/>
+ <tag k="denomination" v="catholic"/>
+ <tag k="historic" v="castle"/>
+ <tag k="name" v="Prioratskirche Niedergesteln"/>
+ <tag k="religion" v="christian"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="861719534" lat="46.5122174" lon="8.3251707" version="3" timestamp="2012-12-17T18:26:29Z" changeset="14309605" uid="78656" user="Walter Schlögl">
+ <tag k="name" v="Hubertus"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="861720524" lat="46.9647106" lon="7.1184050" version="2" timestamp="2014-03-16T17:53:23Z" changeset="21141092" uid="211162" user="skorbut">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="pizza"/>
+ <tag k="name" v="Hôtel de la gare"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="861740862" lat="46.6885692" lon="7.8623767" version="9" timestamp="2013-03-30T11:24:28Z" changeset="15549791" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="139"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Höheweg"/>
+ <tag k="email" v="info@hotelroyal.ch"/>
+ <tag k="fax" v="+41 33 823 30 75"/>
+ <tag k="name" v="Royal Saint George"/>
+ <tag k="operator" v="Familie Kurzen"/>
+ <tag k="phone" v="+41 33 822 75 75"/>
+ <tag k="rooms" v="93"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelroyal.ch"/>
+ </node>
+ <node id="861754332" lat="46.7273453" lon="9.5576508" version="2" timestamp="2011-08-01T13:12:41Z" changeset="8890711" uid="26726" user="lonvia">
+ <tag k="name" v="Schweizerhof"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="861770103" lat="47.0385335" lon="9.0712879" version="4" timestamp="2012-11-23T10:38:47Z" changeset="13997034" uid="989564" user="Thomas Rast">
+ <tag k="name" v="Kunsthaus"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.kunsthausglarus.ch/"/>
+ </node>
+ <node id="862930288" lat="47.0575080" lon="9.4511780" version="4" timestamp="2011-11-05T11:20:43Z" changeset="9744488" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Bergwerk Gonzen"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="862945121" lat="46.5283405" lon="8.5891781" version="2" timestamp="2014-09-07T12:47:01Z" changeset="25286055" uid="131561" user="filot">
+ <tag k="addr:city" v="Airolo"/>
+ <tag k="addr:postcode" v="6780"/>
+ <tag k="email" v="ForteAirolo@gmail.com"/>
+ <tag k="name" v="Forte Airolo"/>
+ <tag k="phone" v="+41 91 8811030"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="864521884" lat="46.5115591" lon="8.3260269" version="7" timestamp="2015-09-20T14:14:58Z" changeset="34141494" uid="51603" user="trackless">
+ <tag k="name" v="Lärch"/>
+ <tag k="opening_hours" v="Dienstag geschlossen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="864531333" lat="46.7487746" lon="10.0791444" version="1" timestamp="2010-08-17T08:48:23Z" changeset="5515635" uid="140385" user="micw">
+ <tag k="name" v="Schweizerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="865090357" lat="47.3248240" lon="8.2009699" version="6" timestamp="2015-05-22T06:34:51Z" changeset="31362287" uid="68982" user="kisaa">
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:street" v="Boniswilerstrasse"/>
+ <tag k="cuisine" v="seafood"/>
+ <tag k="email" v="info@hallwylseengen.ch"/>
+ <tag k="name" v="Hallwyl"/>
+ <tag k="phone" v="+41 (0)62 777 11 14"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hallwylseengen.ch"/>
+ </node>
+ <node id="865206936" lat="46.8021862" lon="7.1536407" version="2" timestamp="2012-04-10T21:23:06Z" changeset="11258494" uid="655739" user="FiveO">
+ <tag k="name" v="Hotel NH"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="870487402" lat="46.2310085" lon="6.0732304" version="2" timestamp="2013-10-02T11:39:54Z" changeset="18142080" uid="120583" user="x-pab">
+ <tag k="name" v="Auberge Communale de Meyrin"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="871159437" lat="47.3487445" lon="8.1604650" version="4" timestamp="2015-11-27T22:29:54Z" changeset="35619682" uid="465052" user="hecktor">
+ <tag k="name" v="Bärefläck"/>
+ <tag k="phone" v="+41627774333"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.baereflaeck.ch"/>
+ </node>
+ <node id="872976266" lat="47.3301272" lon="8.1142382" version="1" timestamp="2010-08-22T00:38:55Z" changeset="5556906" uid="329039" user="NDB">
+ <tag k="name" v="Art &amp; Hotel Herberge"/>
+ <tag k="phone" v="+41627689030"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="873634105" lat="47.3855895" lon="8.1806650" version="3" timestamp="2014-05-11T15:50:10Z" changeset="22274047" uid="359735" user="The_Raven">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Ochsen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="876257058" lat="47.4346981" lon="9.1325167" version="1" timestamp="2010-08-23T19:01:21Z" changeset="5573925" uid="15071" user="filzstift">
+ <tag k="name" v="Hotel-Restaurant Birke"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="877232235" lat="47.4270870" lon="9.1358907" version="2" timestamp="2013-05-21T18:41:54Z" changeset="16228239" uid="602289" user="quark21">
+ <tag k="name" v="Rossboden"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="885102309" lat="46.6603000" lon="7.7310068" version="2" timestamp="2011-08-08T21:17:04Z" changeset="8961976" uid="502610" user="saxophonplayer12">
+ <tag k="name" v="Hotel Seeblick Krattigen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="885104009" lat="46.6607354" lon="7.7256961" version="1" timestamp="2010-08-28T17:59:26Z" changeset="5618545" uid="339460" user="saxophonplayer">
+ <tag k="name" v="Hotel Bellevue Bären Krattigen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="885950733" lat="46.9460440" lon="7.4370731" version="10" timestamp="2014-12-12T09:42:49Z" changeset="27416993" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Hirschengraben"/>
+ <tag k="alt_name" v="Hotel National Bern"/>
+ <tag k="contact:email" v="info@nationalbern.ch"/>
+ <tag k="contact:fax" v="+41 31 3816878"/>
+ <tag k="contact:phone" v="+41 31 3811988"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="National"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.nationalbern.ch/hotel"/>
+ </node>
+ <node id="886432016" lat="47.2829373" lon="9.5429474" version="3" timestamp="2010-10-26T20:39:02Z" changeset="6186566" uid="122406" user="hanskuster">
+ <tag k="name" v="Ortsmuseum"/>
+ <tag k="ref" v="15"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="886432025" lat="47.2936557" lon="9.5371964" version="3" timestamp="2012-03-24T10:18:57Z" changeset="11082715" uid="122406" user="hanskuster">
+ <tag k="name" v="Biermuseum"/>
+ <tag k="ref" v="14"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="886628910" lat="46.9363340" lon="8.9931363" version="1" timestamp="2010-08-29T19:14:19Z" changeset="5629715" uid="26726" user="lonvia">
+ <tag k="name" v="Waldhaus"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="886981411" lat="46.4240703" lon="8.8443555" version="2" timestamp="2011-10-04T22:01:50Z" changeset="9473943" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Ristorante al Forno"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="888857713" lat="46.6958978" lon="9.4396176" version="3" timestamp="2015-05-17T07:32:09Z" changeset="31218991" uid="524500" user="wheelmap_android">
+ <tag k="name" v="Weiss Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="890627434" lat="47.6683324" lon="8.4282512" version="3" timestamp="2014-12-28T20:34:34Z" changeset="27762960" uid="1811172" user="osmtraveller">
+ <tag k="addr:city" v="Trasadingen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="8219"/>
+ <tag k="addr:street" v="Gässli"/>
+ <tag k="name" v="Fasshotel"/>
+ <tag k="note" v="alte Hausnummer: 63"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.fasshotel.ch"/>
+ </node>
+ <node id="890727511" lat="46.8224794" lon="6.5037180" version="4" timestamp="2015-11-27T13:56:43Z" changeset="35611856" uid="47978" user="Christoph Lotz">
+ <tag k="addr:city" v="Sainte-Croix"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:postcode" v="1450"/>
+ <tag k="addr:street" v="Rue Centrale"/>
+ <tag k="contact:email" v="welcome@hotelfrance.ch"/>
+ <tag k="contact:fax" v="+41 24 454 38 42"/>
+ <tag k="contact:website" v="http://www.hotelfrance.ch/deutsch/hotel/"/>
+ <tag k="name" v="Hotel de France"/>
+ <tag k="operator" v="Marina Capaccini &amp; Rolf Fischer"/>
+ <tag k="phone" v="+41 24 454 38 21"/>
+ <tag k="source" v="http://www.hotelfrance.ch/deutsch/contact/"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="893470198" lat="47.3719674" lon="8.5447371" version="3" timestamp="2012-10-16T21:53:18Z" changeset="13525133" uid="26726" user="lonvia">
+ <tag k="name" v="Museum der Kulturen"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="897977818" lat="47.3695096" lon="8.5460043" version="1" timestamp="2010-09-05T20:20:52Z" changeset="5692122" uid="666" user="ThePacki">
+ <tag k="name" v="BnB"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.bnb.ch"/>
+ </node>
+ <node id="899211699" lat="46.6344157" lon="8.5963031" version="2" timestamp="2010-12-23T10:45:47Z" changeset="6743945" uid="130472" user="fx99">
+ <tag k="beds" v="50"/>
+ <tag k="name" v="Alpenhotel Schlüssel"/>
+ <tag k="phone" v="041 888 70 88"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotelschluessel.com"/>
+ </node>
+ <node id="899285918" lat="46.6788311" lon="7.8177764" version="6" timestamp="2013-08-20T11:27:17Z" changeset="17424811" uid="125684" user="tesche">
+ <tag k="addr:city" v="Unterseen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="121"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="email" v="neuhaus@quicknet.ch"/>
+ <tag k="fax" v="+41 33 823 29 91"/>
+ <tag k="name" v="Neuhaus Golf- und Strandhotel"/>
+ <tag k="operator" v="Familie Ritschard und Zenger"/>
+ <tag k="phone" v="+41 33 822 93 30"/>
+ <tag k="rooms" v="44"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-neuhaus.ch"/>
+ </node>
+ <node id="903624615" lat="46.7946067" lon="10.2950228" version="1" timestamp="2010-09-08T22:31:12Z" changeset="5728723" uid="114375" user="BraunbaerHH">
+ <tag k="name" v="Hoel Filli"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.filli-scuol.ch"/>
+ </node>
+ <node id="904406106" lat="46.5536627" lon="9.3223017" version="2" timestamp="2014-12-07T15:54:01Z" changeset="27314448" uid="1894634" user="Wikilux">
+ <tag k="name" v="Weiss Kreuz"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.weiss-kreuz.ch/"/>
+ </node>
+ <node id="905150772" lat="47.3782999" lon="8.5291133" version="5" timestamp="2015-02-28T06:15:11Z" changeset="29149257" uid="14390" user="BeKri">
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:street" v="Zwinglistrasse"/>
+ <tag k="name" v="EasyHotel Zurich"/>
+ <tag k="operator" v="EasyHotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://de.easyhotel.com/hotels/zuerich.html"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="905725705" lat="46.7524725" lon="7.9905666" version="1" timestamp="2010-09-10T18:40:39Z" changeset="5743563" uid="26599" user="cdavila">
+ <tag k="name" v="Gasthof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="905725733" lat="46.7557864" lon="8.0252936" version="5" timestamp="2015-11-30T16:10:21Z" changeset="35668832" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Brienz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="3855"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="beds" v="84"/>
+ <tag k="contact:phone" v="+41 33 951 12 41"/>
+ <tag k="contact:website" v="http://www.brienzerburli.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="is_in" v="Brienz"/>
+ <tag k="name" v="Brienzerburli"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="909028936" lat="46.6877149" lon="9.3884264" version="1" timestamp="2010-09-12T18:49:29Z" changeset="5762941" uid="133308" user="smiffy">
+ <tag k="name" v="Pension Alpina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="909203190" lat="46.6582239" lon="8.8548846" version="1" timestamp="2010-09-12T19:39:35Z" changeset="5762941" uid="133308" user="smiffy">
+ <tag k="name" v="Hotel Post"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="909222798" lat="46.6831988" lon="9.1341734" version="3" timestamp="2011-02-14T08:20:40Z" changeset="7283388" uid="105050" user="Männedorf">
+ <tag k="addr:housenumber" v="32"/>
+ <tag k="addr:street" v="Fontauna"/>
+ <tag k="name" v="Pensiun Alpina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="909421755" lat="46.1082982" lon="7.9259802" version="1" timestamp="2010-09-12T21:16:07Z" changeset="5764641" uid="9353" user="Schäuble Michele">
+ <tag k="name" v="Hotel Gletschergarten"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="909421907" lat="46.1086694" lon="7.9263207" version="1" timestamp="2010-09-12T21:16:11Z" changeset="5764641" uid="9353" user="Schäuble Michele">
+ <tag k="name" v="Hotel Britannia"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="910351757" lat="47.0679975" lon="6.6972469" version="2" timestamp="2011-04-17T19:10:34Z" changeset="7890470" uid="34307" user="benni_75">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Les Rives du Doubs"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="910971515" lat="46.2115885" lon="7.7064587" version="3" timestamp="2013-09-28T17:38:59Z" changeset="18080415" uid="67547" user="gregus_">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="hotelschwarzhorn@tele2.ch"/>
+ <tag k="fax" v="+41 27 932 16 80"/>
+ <tag k="name" v="Schwarzhorn"/>
+ <tag k="phone" v="+41 27 932 14 14"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotelschwarzhorn.ch"/>
+ </node>
+ <node id="910972274" lat="46.2157061" lon="7.7087889" version="2" timestamp="2011-01-09T20:43:15Z" changeset="6920136" uid="67547" user="gregus_">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Waldesruh"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="911155332" lat="46.2082788" lon="7.6176215" version="3" timestamp="2011-06-07T05:52:42Z" changeset="8366827" uid="74900" user="FischersFritz">
+ <tag k="name" v="Hotel Weisshorn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="913057399" lat="46.2088868" lon="6.1429333" version="5" timestamp="2015-10-02T05:46:34Z" changeset="34382070" uid="9733" user="stedewa">
+ <tag k="name" v="Hôtel Astoria"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="913057402" lat="46.2090050" lon="6.1429923" version="6" timestamp="2015-10-02T05:46:33Z" changeset="34382070" uid="9733" user="stedewa">
+ <tag k="name" v="Ibis Style"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="913855301" lat="46.0832922" lon="7.2103766" version="2" timestamp="2013-03-05T21:57:19Z" changeset="15264272" uid="67547" user="gregus_">
+ <tag k="name" v="Forge à Oreiller"/>
+ <tag k="operator" v="Musées de Bagnes"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="914806243" lat="46.8203885" lon="9.7123300" version="1" timestamp="2010-09-16T19:03:39Z" changeset="5798178" uid="39726" user="MTB54">
+ <tag k="name" v="Gasthaus Bahnof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="915920207" lat="46.8345949" lon="9.2821551" version="2" timestamp="2013-08-04T19:35:57Z" changeset="17219375" uid="184697" user="Katzenbär">
+ <tag k="name" v="Swisshotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="915934757" lat="46.8357758" lon="9.2830607" version="2" timestamp="2010-09-17T20:40:06Z" changeset="5807067" uid="329039" user="NDB">
+ <tag k="name" v="Hotel Bellevue"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="915968711" lat="46.8368155" lon="9.2882724" version="3" timestamp="2013-08-03T20:21:22Z" changeset="17208179" uid="184697" user="Katzenbär">
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Hotel Vorab"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="917123211" lat="47.0845731" lon="7.1364522" version="1" timestamp="2010-09-18T18:26:50Z" changeset="5813866" uid="8296" user="kuede">
+ <tag k="name" v="Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="918021855" lat="46.3973065" lon="6.9253956" version="1" timestamp="2010-09-19T09:10:55Z" changeset="5817767" uid="17835" user="Stéphane Brunner">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hôtel du Soleil"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="918406030" lat="46.8075236" lon="9.2588659" version="1" timestamp="2010-09-19T14:47:43Z" changeset="5820339" uid="329039" user="NDB">
+ <tag k="name" v="Seehof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="918416600" lat="46.7993572" lon="9.2566664" version="1" timestamp="2010-09-19T14:57:09Z" changeset="5820339" uid="329039" user="NDB">
+ <tag k="name" v="Casa Caltgera"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="918754717" lat="46.7394666" lon="8.1147584" version="2" timestamp="2014-06-18T13:41:59Z" changeset="23005456" uid="56103" user="JDKDHF">
+ <tag k="name" v="Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="920089603" lat="46.5620978" lon="8.3448482" version="1" timestamp="2010-09-21T09:40:32Z" changeset="5835598" uid="26599" user="cdavila">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Grimselblick"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="920089608" lat="46.5619269" lon="8.3386279" version="2" timestamp="2015-01-25T19:46:38Z" changeset="28403689" uid="72918" user="Schnupfix">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Grimsel-Passhöhe"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="920130680" lat="46.6795266" lon="8.2505944" version="2" timestamp="2012-09-26T12:39:08Z" changeset="13259059" uid="505667" user="Bullroarer">
+ <tag k="addr:postcode" v="3862"/>
+ <tag k="addr:street" v="Grimselstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Urweid"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.urweid.ch/"/>
+ </node>
+ <node id="920491227" lat="46.9595332" lon="10.3958601" version="2" timestamp="2011-11-29T16:33:45Z" changeset="9989200" uid="330773" user="Roadrunner21">
+ <tag k="name" v="Hotel Laret"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="920508344" lat="47.3767315" lon="8.5279982" version="2" timestamp="2013-08-07T18:49:05Z" changeset="17257456" uid="524500" user="wheelmap_android">
+ <tag k="name" v="Chilli's Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.chilis.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="922080796" lat="47.3808247" lon="8.5352277" version="3" timestamp="2011-07-26T16:13:10Z" changeset="8837303" uid="194843" user="feuerstein">
+ <tag k="addr:housenumber" v="39"/>
+ <tag k="addr:street" v="Konradstrasse"/>
+ <tag k="name" v="Montana"/>
+ <tag k="operator" v="Best Western"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="922648000" lat="46.7783672" lon="6.6414990" version="3" timestamp="2010-09-23T13:04:39Z" changeset="5853872" uid="350448" user="Dias">
+ <tag k="name" v="Musée d'Yverdon et région"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="922996220" lat="47.1325938" lon="8.7600300" version="3" timestamp="2013-09-08T18:41:32Z" changeset="17738074" uid="199058" user="pegeka">
+ <tag k="addr:city" v="Einsiedeln"/>
+ <tag k="addr:postcode" v="8840"/>
+ <tag k="addr:street" v="Lincolnweg"/>
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Hotel Allegro, SJBZ Einsiedeln"/>
+ <tag k="phone" v="+41 (0)55 418 88 88"/>
+ <tag k="source" v="http://www.hotel-allegro.ch/"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-allegro.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="923295568" lat="46.9750496" lon="9.6364494" version="2" timestamp="2013-04-29T19:26:59Z" changeset="15912799" uid="123364" user="Tronikon">
+ <tag k="name" v="Hotel Grüsch"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="925342451" lat="46.8211577" lon="6.5029676" version="3" timestamp="2015-02-07T11:43:06Z" changeset="28670717" uid="2278038" user="etbane">
+ <tag k="name" v="Fondation du CIMA - Musée de boîtes à musique et d'automates"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.musees.ch"/>
+ </node>
+ <node id="928017966" lat="46.7176836" lon="7.9298042" version="2" timestamp="2013-05-09T21:23:23Z" changeset="16055493" uid="130065" user="leuty">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="See Restaurant"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="928189183" lat="46.8692369" lon="9.8814629" version="1" timestamp="2010-09-27T15:08:10Z" changeset="5892920" uid="101371" user="kapplerseits">
+ <tag k="name" v="Hotel Alpina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="928594803" lat="46.6739426" lon="9.6844758" version="1" timestamp="2010-09-27T21:25:59Z" changeset="5896250" uid="101371" user="kapplerseits">
+ <tag k="name" v="Hotel Rätia"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="929434847" lat="46.4436282" lon="8.6620394" version="2" timestamp="2014-07-06T12:17:39Z" changeset="23982729" uid="565471" user="bebbi">
+ <tag k="name" v="Antica Osteria Dazio"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="930803304" lat="47.1008667" lon="6.8272198" version="1" timestamp="2010-09-29T20:39:18Z" changeset="5915400" uid="34307" user="benni_75">
+ <tag k="name" v="Athmos"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="939048298" lat="47.2075725" lon="7.5366033" version="2" timestamp="2013-07-28T13:10:42Z" changeset="17125179" uid="481380" user="Nzara">
+ <tag k="addr:city" v="Solothurn"/>
+ <tag k="addr:housenumber" v="41"/>
+ <tag k="addr:street" v="Hauptgasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Zunfthaus zu Wirthen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="939636370" lat="46.3994110" lon="8.6529779" version="2" timestamp="2015-05-09T12:37:03Z" changeset="30935721" uid="1833486" user="tomrrr">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Lavizzara"/>
+ <tag k="phone" v="+41917551498"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="942704316" lat="46.7212408" lon="6.5325748" version="1" timestamp="2010-10-09T16:38:52Z" changeset="5994835" uid="171657" user="yvecai">
+ <tag k="name" v="Moulins Rod"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="948598189" lat="46.5949111" lon="7.9071832" version="2" timestamp="2014-10-06T18:27:36Z" changeset="25897348" uid="481380" user="Nzara">
+ <tag k="name" v="Schützen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="951427707" lat="46.5972865" lon="9.9653398" version="2" timestamp="2014-08-30T13:31:47Z" changeset="25118040" uid="1730904" user="donovaly">
+ <tag k="addr:city" v="Zuoz"/>
+ <tag k="addr:postcode" v="7524"/>
+ <tag k="addr:street" v="Islas"/>
+ <tag k="name" v="Badelatti Kaffeemuseum"/>
+ <tag k="operator" v="Kaffee Badilatti + Co. AG"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.cafe-badilatti.ch/kaffee-museum/caferama.html"/>
+ </node>
+ <node id="951511082" lat="46.1603119" lon="8.7837359" version="2" timestamp="2015-07-08T09:12:09Z" changeset="32490483" uid="2917713" user="chrisanter">
+ <tag k="fixme" v="resurvey exact position with gps"/>
+ <tag k="name" v="Parkhotel Delta"/>
+ <tag k="source" v="knowledge"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.parkhoteldelta.ch/"/>
+ </node>
+ <node id="951878540" lat="46.5983373" lon="7.9066118" version="2" timestamp="2015-12-03T20:55:37Z" changeset="35735477" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Lauterbrunnen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="3822"/>
+ <tag k="addr:street" v="Bir Zuben"/>
+ <tag k="contact:email" v="info@silberhorn.com"/>
+ <tag k="contact:fax" v="+41 33 855 42 13"/>
+ <tag k="contact:phone" v="+41 33 856 22 10"/>
+ <tag k="contact:website" v="http://www.silberhorn.com"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Silberhorn"/>
+ <tag k="operator" v="Andres und Beat von Allmen-Müller"/>
+ <tag k="source" v="website"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="951878558" lat="46.5956686" lon="7.9072019" version="1" timestamp="2010-10-16T17:03:41Z" changeset="6059496" uid="172845" user="anoki">
+ <tag k="name" v="Oberland"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="951878576" lat="46.5953885" lon="7.9075023" version="1" timestamp="2010-10-16T17:03:42Z" changeset="6059496" uid="172845" user="anoki">
+ <tag k="name" v="Crystal"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="951900520" lat="46.5930763" lon="7.9081266" version="3" timestamp="2015-05-30T07:21:44Z" changeset="31578522" uid="125339" user="efred">
+ <tag k="addr:city" v="Lauterbrunnen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="424"/>
+ <tag k="addr:postcode" v="3822"/>
+ <tag k="addr:street" v="Im Rohr"/>
+ <tag k="name" v="Chalet im Rohr"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="954625039" lat="46.5933676" lon="7.9090959" version="1" timestamp="2010-10-17T13:36:50Z" changeset="6067104" uid="172845" user="anoki">
+ <tag k="name" v="Heimatmuseum Lauterbrunnen"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="954628067" lat="46.5939409" lon="7.9071010" version="2" timestamp="2014-10-06T18:27:36Z" changeset="25897348" uid="481380" user="Nzara">
+ <tag k="name" v="Jungfrau"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="955022402" lat="46.5932901" lon="7.9077477" version="4" timestamp="2015-05-30T07:21:45Z" changeset="31578522" uid="125339" user="efred">
+ <tag k="addr:city" v="Lauterbrunnen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="424f"/>
+ <tag k="addr:postcode" v="3822"/>
+ <tag k="addr:street" v="Im Rohr"/>
+ <tag k="name" v="Staubbach"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="955022409" lat="46.5925169" lon="7.9073447" version="2" timestamp="2015-06-01T04:53:25Z" changeset="31624661" uid="65044" user="hugi">
+ <tag k="name" v="Hotel Horner"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hornerpub.ch/hotel/"/>
+ </node>
+ <node id="956188372" lat="46.2512094" lon="7.0137494" version="2" timestamp="2011-12-02T08:22:09Z" changeset="10014875" uid="134112" user="Pan">
+ <tag k="name" v="Hôtel de Ville"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="959128993" lat="47.2574628" lon="8.8013624" version="3" timestamp="2014-07-10T01:47:03Z" changeset="24055585" uid="1866529" user="kort-to-osm">
+ <tag k="addr:city" v="Wolfhausen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="31"/>
+ <tag k="addr:postcode" v="8633"/>
+ <tag k="addr:street" v="Landstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="email" v="hansuelitschanz@bluewin.ch"/>
+ <tag k="name" v="Hotel-Restaurant Rosenburg"/>
+ <tag k="opening_hours" v="Mo-Tu 08:00-23:00; We-Fr 08:00-24:00; Sa 17:00-24:00; Su off"/>
+ <tag k="operator" v="U. Luchsinger &amp; H. Tschanz"/>
+ <tag k="phone" v="+41 55 243 11 42"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.rosenburg.ch/"/>
+ </node>
+ <node id="959680107" lat="47.4218661" lon="9.3661157" version="5" timestamp="2012-01-24T08:25:08Z" changeset="10482199" uid="44456" user="twalter">
+ <tag k="name" v="Lokremise Kunstzone"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="961764440" lat="47.1751483" lon="7.5982001" version="3" timestamp="2015-11-29T14:05:06Z" changeset="35646660" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Kriegstetten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="61"/>
+ <tag k="addr:postcode" v="4566"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="capacity" v="23"/>
+ <tag k="contact:email" v="nfo@sternen.ch"/>
+ <tag k="contact:fax" v="+41 32 674 41 62"/>
+ <tag k="contact:phone" v="+41 32 674 41 61"/>
+ <tag k="contact:website" v="http://www.sternen.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Sternen"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="961780291" lat="47.1035749" lon="8.6403463" version="3" timestamp="2015-05-06T09:52:39Z" changeset="30837109" uid="65044" user="hugi">
+ <tag k="addr:postcode" v="8315"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="info@hotel-morgarten.ch"/>
+ <tag k="name" v="Hotel Restaurant Morgarten"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-morgarten.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="963198493" lat="47.1380410" lon="8.5780119" version="2" timestamp="2012-11-25T00:47:43Z" changeset="14022146" uid="83934" user="sCHtreetmapper">
+ <tag k="name" v="Freihof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="963918234" lat="46.8169836" lon="10.3373325" version="1" timestamp="2010-10-24T20:51:18Z" changeset="6163089" uid="39380" user="umbi">
+ <tag k="addr:city" v="Sent"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="140"/>
+ <tag k="addr:postcode" v="7554"/>
+ <tag k="addr:street" v="Chasa"/>
+ <tag k="email" v="pensiun-plaz@bluewin.ch"/>
+ <tag k="fax" v="+4181 860 03 95"/>
+ <tag k="image" v="http://www.pensiun-plaz.ch/typo3temp/pics/d159c8ba8d.jpg"/>
+ <tag k="name" v="Pensiun Plaz"/>
+ <tag k="phone" v="+4181 864 04 64"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.pensiun-plaz.ch/"/>
+ </node>
+ <node id="966250387" lat="46.6733997" lon="9.4846503" version="3" timestamp="2014-12-21T20:03:09Z" changeset="27617000" uid="105050" user="Männedorf">
+ <tag k="name" v="Hotel Post"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.gasthauspost.ch/"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="972117086" lat="47.5525972" lon="8.7974697" version="2" timestamp="2010-12-22T20:23:58Z" changeset="6739466" uid="26299" user="uboot">
+ <tag k="name" v="Museum Hanselispycher"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="973010100" lat="46.2013889" lon="6.1507766" version="2" timestamp="2010-11-12T17:13:04Z" changeset="6352339" uid="300892" user="b_l">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="1204"/>
+ <tag k="addr:street" v="Rue de la Vallée"/>
+ <tag k="name" v="Hôtel Bel'Espérance"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="978423717" lat="46.7023086" lon="7.8109735" version="3" timestamp="2015-01-04T18:16:42Z" changeset="27916406" uid="126246" user="mocoohay">
+ <tag k="email" v="ferien@hotel-beausite.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Hotel Beausite"/>
+ <tag k="operator" v="Rita und Kaspar Pfeiffer-Schneiter"/>
+ <tag k="phone" v="+41 (0)33 841 19 41"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-beausite.ch/"/>
+ </node>
+ <node id="980853268" lat="47.3658510" lon="7.1558026" version="1" timestamp="2010-11-07T14:29:50Z" changeset="6311861" uid="26726" user="lonvia">
+ <tag k="name" v="Hotel de la Couronne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="981232970" lat="47.6472359" lon="9.1752765" version="7" timestamp="2014-05-13T00:53:54Z" changeset="22303172" uid="1960024" user="BuganiniQ">
+ <tag k="addr:city" v="Kreuzlingen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="72"/>
+ <tag k="addr:postcode" v="8280"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="cuisine" v="vegan"/>
+ <tag k="diet:vegan" v="only"/>
+ <tag k="name" v="Hotel Swiss Die Krone"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hoteldiekrone.ch/kreuzlingen/home-2.html"/>
+ </node>
+ <node id="981690477" lat="46.1842913" lon="6.1391515" version="2" timestamp="2011-12-10T20:10:43Z" changeset="10079433" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Musée de Carouge"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="982616241" lat="46.8021515" lon="9.8369590" version="2" timestamp="2013-04-02T13:44:28Z" changeset="15578813" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Cresta"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="983366077" lat="46.1982817" lon="6.1089823" version="2" timestamp="2010-11-09T22:41:24Z" changeset="6332409" uid="120583" user="x-pab">
+ <tag k="name" v="Musée de l'EAN"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="986527609" lat="47.0480566" lon="8.3040602" version="5" timestamp="2012-10-06T09:37:21Z" changeset="13382155" uid="934311" user="Danny_G">
+ <tag k="name" v="Anker"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="986991474" lat="46.6190463" lon="8.0056956" version="2" timestamp="2015-11-30T16:10:20Z" changeset="35668832" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Grindelwald"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="3818"/>
+ <tag k="addr:street" v="Aspen"/>
+ <tag k="contact:email" v="info@hotel-aspen.ch"/>
+ <tag k="contact:fax" v="+41 33 854 40 04"/>
+ <tag k="contact:phone" v="+41 33 854 40 00"/>
+ <tag k="contact:website" v="http://www.hotel-aspen.ch"/>
+ <tag k="name" v="Aspen Hotel"/>
+ <tag k="operator" v="Suzanne &amp; Stefan Grossniklaus"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="989014531" lat="46.0821530" lon="7.2118979" version="3" timestamp="2013-03-05T21:57:19Z" changeset="15264272" uid="67547" user="gregus_">
+ <tag k="addr:city" v="Vilette (Le Châble VS)"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="1934"/>
+ <tag k="name" v="Ancienne demeure"/>
+ <tag k="operator" v="Musées de Bagnes"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="989264569" lat="47.1228937" lon="9.1274246" version="1" timestamp="2010-11-14T21:29:25Z" changeset="6371171" uid="117958" user="geo-ranger">
+ <tag k="name" v="Lihn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="990705906" lat="46.8056638" lon="7.1629187" version="2" timestamp="2012-03-12T20:27:19Z" changeset="10960043" uid="622835" user="Djax66">
+ <tag k="name" v="Musée suisse de la machine à coudre"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="995696434" lat="46.5803831" lon="6.2084367" version="3" timestamp="2014-01-16T21:21:21Z" changeset="20041288" uid="1736705" user="vwvw">
+ <tag k="man_made" v="works"/>
+ <tag k="name" v="Musée Audemars-Piguet"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="996908091" lat="46.6805441" lon="8.7755310" version="4" timestamp="2014-10-12T12:06:46Z" changeset="26024331" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:housenumber" v="57"/>
+ <tag k="addr:street" v="Via Alpsu"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="fax" v="+41 81 949 22 03"/>
+ <tag k="name" v="Restaurant Postigliun"/>
+ <tag k="phone" v="+41 81 949 10 46"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.postigliun-sedrun.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="996983773" lat="47.3659516" lon="7.1673143" version="1" timestamp="2010-11-20T22:46:09Z" changeset="6418800" uid="26726" user="lonvia">
+ <tag k="name" v="Le Chandelier"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="997963580" lat="46.0188368" lon="7.7488454" version="3" timestamp="2014-10-29T21:02:36Z" changeset="26422911" uid="505667" user="Bullroarer">
+ <tag k="name" v="Astoria"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="999278061" lat="46.6212730" lon="7.1631272" version="2" timestamp="2011-12-10T17:58:26Z" changeset="10079433" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Cailler"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1005609767" lat="47.0436518" lon="7.0966188" version="1" timestamp="2010-11-26T17:01:47Z" changeset="6463408" uid="375866" user="D2Blue">
+ <tag k="name" v="Schlossberg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1005672317" lat="47.0448000" lon="7.0960254" version="1" timestamp="2010-11-26T17:49:39Z" changeset="6463735" uid="375866" user="D2Blue">
+ <tag k="name" v="Hotel Garni Graf"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1005732686" lat="47.0061199" lon="7.1058550" version="1" timestamp="2010-11-26T18:33:06Z" changeset="6464104" uid="375866" user="D2Blue">
+ <tag k="name" v="Hotel Restaurant Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1005732693" lat="47.0056014" lon="7.1060508" version="2" timestamp="2015-07-26T11:45:23Z" changeset="32887535" uid="3095971" user="mtins">
+ <tag k="addr:city" v="Ins"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="3232"/>
+ <tag k="addr:street" v="Dorfplatz"/>
+ <tag k="name" v="Hotel-Restaurant Bären"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1008617472" lat="46.4711798" lon="7.1267515" version="1" timestamp="2010-11-27T19:39:42Z" changeset="6472591" uid="124134" user="beni">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Ermitage"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1008617561" lat="46.4761622" lon="7.1353983" version="2" timestamp="2011-06-27T16:41:20Z" changeset="8563787" uid="39569" user="hromain">
+ <tag k="name" v="Musée Art tradition populaires"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1008677103" lat="46.4745480" lon="7.1322599" version="2" timestamp="2013-08-16T14:06:00Z" changeset="17372316" uid="232126" user="RetiredInNH">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="name" v="Buffet de la Gare"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1012265347" lat="46.7687034" lon="7.0663904" version="2" timestamp="2011-04-10T16:40:07Z" changeset="7824778" uid="299113" user="ribereth">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Restaurant de l'Aigle Noir"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1014498846" lat="46.0811291" lon="7.2146048" version="3" timestamp="2013-03-03T20:09:06Z" changeset="15238777" uid="67547" user="gregus_">
+ <tag k="addr:city" v="Vilette (Le Châble VS)"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="1934"/>
+ <tag k="addr:street" v="Route de Verbier"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="info@restaurantlescale.ch"/>
+ <tag k="fax" v="+41 27 776 16 30"/>
+ <tag k="name" v="L'Escale"/>
+ <tag k="phone" v="+41 27 776 27 07"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.restaurantlescale.ch"/>
+ </node>
+ <node id="1016121531" lat="46.0534360" lon="7.1500374" version="4" timestamp="2014-11-30T09:18:12Z" changeset="27127001" uid="254549" user="Tempus">
+ <tag k="addr:city" v="Orsières"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="1937"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="contact:email" v="lecatogne@netplus.ch;giteserge@netplus.ch"/>
+ <tag k="contact:phone" v="+41 277831230"/>
+ <tag k="email" v="lecatogne.ch@netplus.ch"/>
+ <tag k="fax" v="+41 27 783 22 35"/>
+ <tag k="name" v="Le Catogne, Gîte Restaurant"/>
+ <tag k="phone" v="+41 27 783 12 30"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1017726333" lat="46.2102533" lon="6.1442685" version="5" timestamp="2014-07-17T20:50:24Z" changeset="24209588" uid="221961" user="gvb">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="1201"/>
+ <tag k="addr:street" v="Place de Cornavin"/>
+ <tag k="name" v="Hôtel Bernina"/>
+ <tag k="phone" v="+41 22 908 49 50"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.bernina-geneve.ch/"/>
+ </node>
+ <node id="1018142299" lat="46.8073102" lon="7.1616773" version="4" timestamp="2011-10-06T06:14:15Z" changeset="9482892" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Musée Gutenberg"/>
+ <tag k="opening_hours" v="Mo,Tu off; We, Fr, Sa, Su 11:00-18:00;Th 11:00-20:00"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1018142304" lat="46.8077422" lon="7.1596270" version="3" timestamp="2013-08-24T14:11:18Z" changeset="17484740" uid="125339" user="efred">
+ <tag k="name" v="Musée d'Art &amp; d'Histoire"/>
+ <tag k="opening_hours" v="Mo off; Tu, We, Fr, Sa, Su 11:00-18:00;Th 11:00-20:00"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1018258846" lat="46.7930772" lon="7.1571175" version="5" timestamp="2014-12-27T12:49:17Z" changeset="27729203" uid="157550" user="Lepto">
+ <tag k="addr:city" v="Fribourg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="1700"/>
+ <tag k="addr:street" v="Chemin du Musée"/>
+ <tag k="fee" v="no"/>
+ <tag k="name" v="Musée d'histoire naturelle"/>
+ <tag k="name:de" v="Naturhistorisches Museum"/>
+ <tag k="name:fr" v="Musée d'histoire naturelle"/>
+ <tag k="opening_hours" v="Mo-Su 14:00-18:00"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.fr.ch/mhn/"/>
+ <tag k="wikipedia" v="de:Naturhistorisches Museum Freiburg"/>
+ </node>
+ <node id="1019965150" lat="47.1235124" lon="7.2828787" version="1" timestamp="2010-12-04T13:43:13Z" changeset="6537509" uid="77322" user="Enif">
+ <tag k="name" v="Nationales Velo-Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1019965162" lat="47.1236767" lon="7.2832918" version="1" timestamp="2010-12-04T13:43:14Z" changeset="6537509" uid="77322" user="Enif">
+ <tag k="name" v="Jura"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1027856093" lat="46.9424971" lon="7.7846429" version="4" timestamp="2013-11-09T21:22:17Z" changeset="18806236" uid="427807" user="samden">
+ <tag k="name" v="Chüechlihaus"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1027856138" lat="46.9401363" lon="7.7861982" version="2" timestamp="2015-11-11T21:16:59Z" changeset="35248835" uid="22684" user="Mr_Israel">
+ <tag k="name" v="Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1027856364" lat="46.9383354" lon="7.7872197" version="2" timestamp="2013-04-08T22:08:10Z" changeset="15659125" uid="937694" user="uroeth">
+ <tag k="addr:city" v="Langnau i. E."/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="32"/>
+ <tag k="addr:postcode" v="3550"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="name" v="Emmenthal"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1027929917" lat="46.7296944" lon="7.6685840" version="1" timestamp="2010-12-08T11:45:04Z" changeset="6584296" uid="83016" user="Botnic">
+ <tag k="name" v="Schlossmuseum Oberhofen"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1031134858" lat="46.8267000" lon="8.6483440" version="2" timestamp="2015-10-13T05:03:11Z" changeset="34603468" uid="618919" user="msg132e">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Albert"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1032168903" lat="47.1928015" lon="8.8526410" version="2" timestamp="2011-10-20T16:44:58Z" changeset="9604904" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="info@hotelbaeren-lachen.ch"/>
+ <tag k="fax" v="+41554519995"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Zum Bären"/>
+ <tag k="phone" v="+41554519999"/>
+ <tag k="source" v="survey"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelbaeren-lachen.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1037661938" lat="47.4221007" lon="9.3756321" version="4" timestamp="2011-04-07T12:02:01Z" changeset="7793967" uid="59207" user="lusik">
+ <tag k="addr:city" v="Sankt Gallen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="36"/>
+ <tag k="addr:postcode" v="9000"/>
+ <tag k="addr:street" v="Gallusstrasse"/>
+ <tag k="name" v="Hotel Vadian"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1041288496" lat="47.5467529" lon="7.5844658" version="1" timestamp="2010-12-16T15:54:25Z" changeset="6678010" uid="384372" user="Beyli">
+ <tag k="name" v="Ibis"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1055146602" lat="47.1671501" lon="8.5150169" version="3" timestamp="2015-06-28T08:47:43Z" changeset="32258320" uid="397527" user="Stans">
+ <tag k="name" v="Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1055370661" lat="46.0944291" lon="7.2313970" version="5" timestamp="2013-03-04T11:15:11Z" changeset="15245144" uid="67547" user="gregus_">
+ <tag k="contact:phone" v="+41 27 775 33 44"/>
+ <tag k="contact:website" v="www.chalet-flore.ch"/>
+ <tag k="name" v="Le Chalet de Flore"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1056082637" lat="47.2009701" lon="9.3400526" version="2" timestamp="2014-01-31T15:44:27Z" changeset="20301832" uid="1754577" user="RasRaf">
+ <tag k="name" v="Zwingli-Haus"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="https://de.wikipedia.org/wiki/Zwinglis_Geburtshaus"/>
+ </node>
+ <node id="1057705584" lat="47.0127847" lon="6.9868091" version="3" timestamp="2015-11-26T16:16:42Z" changeset="35594474" uid="225842" user="schnelli">
+ <tag k="addr:city" v="Saint-Blaise"/>
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="2072"/>
+ <tag k="addr:street" v="Grand'Rue"/>
+ <tag k="name" v="Cheval Blanc"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1060256103" lat="47.4518200" lon="8.5373679" version="4" timestamp="2011-12-16T09:11:04Z" changeset="10129388" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Holiday Inn Express"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1070743720" lat="47.3440954" lon="7.8729073" version="1" timestamp="2010-12-29T13:28:24Z" changeset="6798636" uid="363133" user="WangenMapper">
+ <tag k="name" v="Hotel Ochsen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1075617125" lat="45.9358046" lon="7.0986820" version="1" timestamp="2010-12-31T17:35:45Z" changeset="6821939" uid="67547" user="gregus_">
+ <tag k="name" v="Grand Hôtel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1075617147" lat="45.9323975" lon="7.0988811" version="4" timestamp="2014-03-18T18:43:37Z" changeset="21179523" uid="67547" user="gregus_">
+ <tag k="addr:city" v="La Fouly"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="1944"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="fax" v="+41 27 783 31 81"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Auberge des Glaciers"/>
+ <tag k="phone" v="+41 27 783 11 71"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1077327027" lat="47.1401011" lon="8.1287302" version="4" timestamp="2013-10-16T18:37:51Z" changeset="18391442" uid="1742934" user="Pudu">
+ <tag k="addr:housenumber" v="46"/>
+ <tag k="addr:postcode" v="6207"/>
+ <tag k="addr:street" v="Kantonsstrasse"/>
+ <tag k="name" v="Seminarhotel Sempachersee"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.dasseminarhotel.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1077362730" lat="46.7785044" lon="9.5439647" version="1" timestamp="2011-01-01T20:06:43Z" changeset="6831808" uid="235434" user="MaKurz">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1077387686" lat="47.0011650" lon="8.7185756" version="2" timestamp="2013-08-26T07:08:40Z" changeset="17510796" uid="74900" user="FischersFritz">
+ <tag k="name" v="Hildegardhotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1078847389" lat="47.0590793" lon="8.8016571" version="1" timestamp="2011-01-02T15:45:04Z" changeset="6839624" uid="81893" user="schmandr">
+ <tag k="name" v="Alpenhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1078852294" lat="47.0972454" lon="8.8122982" version="2" timestamp="2011-01-02T15:52:38Z" changeset="6839704" uid="81893" user="schmandr">
+ <tag k="name" v="Post"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelposteuthal.ch"/>
+ </node>
+ <node id="1080958927" lat="47.0994161" lon="8.4637639" version="2" timestamp="2011-08-24T10:37:25Z" changeset="9111133" uid="500096" user="kubi42">
+ <tag k="name" v="Altersheim"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1082776773" lat="46.0229794" lon="8.8856706" version="1" timestamp="2011-01-04T20:31:23Z" changeset="6865368" uid="126246" user="mocoohay">
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Cacciatori"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelcacciatori.ch"/>
+ </node>
+ <node id="1083482527" lat="46.7813838" lon="9.5384642" version="1" timestamp="2011-01-05T13:27:40Z" changeset="6871604" uid="122213" user="kds_ch">
+ <tag k="name" v="Prada"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1085757769" lat="47.4220263" lon="9.3210317" version="1" timestamp="2011-01-06T14:14:49Z" changeset="6882829" uid="86566" user="wisieb">
+ <tag k="name" v="Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1086133160" lat="46.6803171" lon="7.8539305" version="6" timestamp="2013-03-02T18:10:53Z" changeset="15224472" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Bernastrasse"/>
+ <tag k="email" v="info@hotel-de-la-paix.ch"/>
+ <tag k="fax" v="+41 33 822 70 44"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="De la Paix"/>
+ <tag k="operator" v="Familie Georg Etterli"/>
+ <tag k="phone" v="+41 33 822 70 44"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-de-la-paix.ch"/>
+ </node>
+ <node id="1098426747" lat="47.3340803" lon="8.3013517" version="1" timestamp="2011-01-11T19:49:17Z" changeset="6940632" uid="392796" user="Burg-Kartograph">
+ <tag k="name" v="Ortsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1102204119" lat="47.3507880" lon="8.2748120" version="2" timestamp="2013-08-19T20:28:37Z" changeset="17417447" uid="106046" user="fossil12">
+ <tag k="name" v="Strohmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1106371764" lat="46.3187457" lon="7.6329759" version="5" timestamp="2015-10-10T07:25:05Z" changeset="34544259" uid="2395427" user="schoen6">
+ <tag k="addr:city" v="Leuk Stadt"/>
+ <tag k="addr:postcode" v="3953"/>
+ <tag k="name" v="Pension - Restaurant Alpenrösli"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alpenroesli-leuk.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1109359214" lat="46.2877747" lon="7.5208490" version="1" timestamp="2011-01-18T19:04:06Z" changeset="7013506" uid="375677" user="Fabrice Theytaz">
+ <tag k="addr:city" v="Sierre/Siders"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="38"/>
+ <tag k="addr:postcode" v="3960"/>
+ <tag k="addr:street" v="Route de Sion"/>
+ <tag k="name" v="Hôtel Atlantic"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelatlantic.ch/"/>
+ </node>
+ <node id="1110476990" lat="46.9587469" lon="8.3635191" version="4" timestamp="2015-04-26T08:51:23Z" changeset="30495509" uid="397527" user="Stans">
+ <tag k="museum" v="Museum für Kunst"/>
+ <tag k="name" v="Salzmagazin"/>
+ <tag k="opening_hours" v="We-Fr 14:00-17:00; Sa-Su 11:00-17:00"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1113577366" lat="46.9027208" lon="8.6250256" version="3" timestamp="2012-09-22T20:31:32Z" changeset="13212559" uid="565471" user="bebbi">
+ <tag k="historic" v="place_of_worship"/>
+ <tag k="name" v="St. Georg"/>
+ <tag k="religion" v="christian"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1116942926" lat="47.5595954" lon="9.3771898" version="3" timestamp="2013-10-26T10:48:10Z" changeset="18549669" uid="481380" user="Nzara">
+ <tag k="name" v="Bahnerlebniswelt Locorama"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1122766795" lat="46.6999891" lon="10.0953976" version="1" timestamp="2011-01-27T00:32:53Z" changeset="7099517" uid="1611" user="Harry Wood">
+ <tag k="name" v="Hotel Piz Terza Garni"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1123701000" lat="46.9598139" lon="10.3979778" version="1" timestamp="2011-01-27T18:47:13Z" changeset="7106294" uid="147865" user="zuso">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Edi"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hoteledi.ch/"/>
+ </node>
+ <node id="1124886695" lat="47.3730696" lon="9.3445015" version="4" timestamp="2011-09-18T18:23:51Z" changeset="9335856" uid="26726" user="lonvia">
+ <tag k="addr:city" v="Stein AR"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="9063"/>
+ <tag k="addr:street" v="Dorf"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="email" v="info@avm-stein.ch"/>
+ <tag k="name" v="Appenzeller Volkskunde-Museum"/>
+ <tag k="opening_hours" v="Tu-Su 10:00-17:00 &quot;Führungen und Extraöffnungen auf Anfrage&quot;"/>
+ <tag k="phone" v="+41(0)713685058"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.avm-stein.ch"/>
+ </node>
+ <node id="1128694757" lat="47.1812176" lon="8.4597549" version="2" timestamp="2011-02-07T19:46:03Z" changeset="7219071" uid="366200" user="bruzano">
+ <tag k="name" v="Lorze"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1129226827" lat="47.3902371" lon="9.3865466" version="5" timestamp="2013-04-12T17:23:22Z" changeset="15703427" uid="1323678" user="Vespot">
+ <tag k="addr:city" v="Teufen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="9053"/>
+ <tag k="addr:street" v="Am Dorfplatz"/>
+ <tag k="amenity" v="library"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="email" v="info@grubenmann-sammlung.ch"/>
+ <tag k="name" v="Bibliothek Teufen"/>
+ <tag k="opening_hours" v="Mo,We 14:00-17:00; Th,Fr 16:00-19:00; Sa 09:00-13:00, 14:00-16:00; Su[1] 10:00-12:00"/>
+ <tag k="phone" v="+41(0)713332244"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1129230271" lat="47.3236314" lon="9.0874095" version="4" timestamp="2015-11-29T11:05:52Z" changeset="35643809" uid="3421455" user="FWwa">
+ <tag k="addr:city" v="Lichtensteig"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="9620"/>
+ <tag k="addr:street" v="Hauptgasse"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="name" v="Toggenburger Museum"/>
+ <tag k="opening_hours" v="Apr-Oct: Sa, Su 13:00-17:00 || &quot;Führungen auf Anfrage ganzjährig&quot;"/>
+ <tag k="phone" v="+41(0)719888181"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.toggenburgermuseum.ch/"/>
+ </node>
+ <node id="1129235632" lat="47.3856816" lon="9.2787998" version="4" timestamp="2012-03-05T15:54:01Z" changeset="10876456" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Herisau"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="Postfach 1221"/>
+ <tag k="addr:postcode" v="9102"/>
+ <tag k="addr:street" v="Platz"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="email" v="info@museumherisau.ch"/>
+ <tag k="name" v="Museum Herisau"/>
+ <tag k="opening_hours" v="May-Dec: We-Su 13:00-17:00; easter+50 days: 13:00-17:00 || &quot;für Gruppen auf Anfrage Führungen nach Vereinbarung&quot;"/>
+ <tag k="phone" v="+41(0)793773443"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.museumherisau.ch"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1129245030" lat="47.4771861" lon="9.3771318" version="3" timestamp="2012-07-08T20:07:42Z" changeset="12154605" uid="86566" user="wisieb">
+ <tag k="addr:city" v="Wittenbach"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="9300"/>
+ <tag k="addr:street" v="Schloss Dottenwil"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="email" v="info@dottenwil.ch"/>
+ <tag k="name" v="Museen in Wittenbach im Schloss Dottenwil"/>
+ <tag k="opening_hours" v="Sa 14:00-20:00, Su 10:00-18:00; Sa[3] 14:00-23:00 open &quot;Kulturabend&quot;"/>
+ <tag k="phone" v="+41(0)712982662"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.dottenwil.ch"/>
+ </node>
+ <node id="1129249504" lat="47.5159220" lon="9.4367638" version="4" timestamp="2014-02-28T15:28:26Z" changeset="20829357" uid="602289" user="quark21">
+ <tag k="addr:city" v="Arbon"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="9320"/>
+ <tag k="addr:street" v="Schloss Arbon"/>
+ <tag k="description" v="Historisches Museum"/>
+ <tag k="email" v="h.geisser@freesurf.ch"/>
+ <tag k="name" v="Historisches Museum Schloss Arbon"/>
+ <tag k="opening_hours" v="May-Sep: 14:00-17:00 &quot;Führungen gegen Voranmeldung jederzeit möglich.&quot;; Mar,Apr,Oct,Nov: Su 14:00-17:00 &quot;Führungen gegen Voranmeldung jederzeit möglich.&quot;"/>
+ <tag k="phone" v="+41(0)714466010"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.arbon.ch/freizeit_tourismus/museum-galerie/historisches_museum_schloss_arbon"/>
+ </node>
+ <node id="1129291980" lat="47.4937765" lon="9.2403289" version="3" timestamp="2011-08-12T10:42:06Z" changeset="8994624" uid="32786" user="Netzwolf">
+ <tag k="addr:city" v="Bischofszell"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4/6"/>
+ <tag k="addr:postcode" v="9220"/>
+ <tag k="addr:street" v="Marktgasse"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="email" v="museum.bischofszell@bluewin.ch"/>
+ <tag k="name" v="Museum Bischofszell"/>
+ <tag k="opening_hours" v="Feb 1-Dec 15: Su 14:00-17:00 || &quot;Führungen jederzeit auf Anfrage&quot;"/>
+ <tag k="phone" v="+41(0)714223891"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.museum-bischofszell.ch/"/>
+ </node>
+ <node id="1129293450" lat="47.4677307" lon="9.0505659" version="4" timestamp="2012-08-20T15:46:23Z" changeset="12797689" uid="11461" user="rulli">
+ <tag k="addr:city" v="Wil"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="88"/>
+ <tag k="addr:postcode" v="9500"/>
+ <tag k="addr:street" v="Marktgasse"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="email" v="stadtmuseum@wilerbuerger.ch"/>
+ <tag k="name" v="Stadtmuseum Wil"/>
+ <tag k="opening_hours" v="Sa, Su 14:00-17:00 || &quot;nach Absprache&quot;"/>
+ <tag k="phone" v="+41(0)719124135"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.wilerbuerger.ch"/>
+ </node>
+ <node id="1129297282" lat="47.5564574" lon="8.8984937" version="10" timestamp="2014-03-01T10:36:06Z" changeset="20842528" uid="440353" user="osmose">
+ <tag k="addr:city" v="Frauenfeld"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:postcode" v="8510"/>
+ <tag k="addr:street" v="Freiestrasse"/>
+ <tag k="description" v="Archäologisches Museum"/>
+ <tag k="email" v="archaeologie@tg.ch"/>
+ <tag k="name" v="Museum für Archäologie des Kantons Thurgau"/>
+ <tag k="opening_hours" v="Mo off; Tu-Sa 14:00-17:00; Su 12:00-17:00"/>
+ <tag k="phone" v="+41 527242219"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.archaeologie.tg.ch"/>
+ </node>
+ <node id="1129298047" lat="47.5565939" lon="8.8986052" version="7" timestamp="2014-03-01T10:36:06Z" changeset="20842528" uid="440353" user="osmose">
+ <tag k="addr:city" v="Frauenfeld"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="26"/>
+ <tag k="addr:postcode" v="8510"/>
+ <tag k="addr:street" v="Freiestrasse"/>
+ <tag k="description" v="Naturmuseum"/>
+ <tag k="name" v="Naturmuseum des Kantons Thurgau"/>
+ <tag k="opening_hours" v="Tu-Sa 14:00-17:00; Su 12:00-17:00; Mo off; &quot;Schulklassen vormittags nach Voranmeldung&quot;"/>
+ <tag k="phone" v="+41 52 7242219"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.naturmuseum.tg.ch"/>
+ </node>
+ <node id="1129306887" lat="47.5552511" lon="8.8968035" version="8" timestamp="2015-05-09T13:15:12Z" changeset="30936482" uid="79025" user="mstock">
+ <tag k="addr:city" v="Frauenfeld"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="8510"/>
+ <tag k="addr:street" v="Rathausplatz"/>
+ <tag k="description" v="Historisches Museum"/>
+ <tag k="email" v="alexander.leumann@tg.ch"/>
+ <tag k="name" v="Historisches Museum Thurgau"/>
+ <tag k="opening_hours" v="Tu-Su 14:00-17:00"/>
+ <tag k="phone" v="+41(0)527242520"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.historisches-museum.tg.ch"/>
+ </node>
+ <node id="1129313603" lat="47.5835661" lon="8.8663610" version="3" timestamp="2011-03-03T19:24:02Z" changeset="7448719" uid="63926" user="Moloc">
+ <tag k="addr:city" v="Warth"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="8532"/>
+ <tag k="addr:street" v="Kartause Ittingen"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="email" v="kunstmuseum@tg.ch"/>
+ <tag k="name" v="Ittinger Museum"/>
+ <tag k="opening_hours" v="Apr-Sep: Mo-Fr 14:00-18:00, Sa-Su 11:00-18:00; Oct-Mar: Mo-Fr 14:00-17:00, Sa-Su 11:00-17:00"/>
+ <tag k="phone" v="+41(0)527484120"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.ittingermuseum.tg.ch"/>
+ </node>
+ <node id="1129315409" lat="47.6443593" lon="9.1721196" version="8" timestamp="2014-09-01T21:22:36Z" changeset="25170500" uid="1486839" user="ypid">
+ <tag k="addr:city" v="Kreuzlingen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="8280"/>
+ <tag k="addr:street" v="Bärenstrasse"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="email" v="info@museumrosenegg.ch"/>
+ <tag k="name" v="Museum Rosenegg"/>
+ <tag k="opening_hours" v="We 17:00-19:00; Su 14:00-17:00; Mo-Tu,Th-Sa off"/>
+ <tag k="phone" v="+41 716728151"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museumrosenegg.ch/"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1129328125" lat="47.6726822" lon="9.0591980" version="5" timestamp="2011-10-05T19:44:18Z" changeset="9480667" uid="32786" user="Netzwolf">
+ <tag k="addr:city" v="Salenstein"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="8268"/>
+ <tag k="addr:street" v="Schloss Arenberg"/>
+ <tag k="description" v="Schlossmuseum"/>
+ <tag k="email" v="napoleonmuseum@tg.ch"/>
+ <tag k="name" v="Napoleonmuseum"/>
+ <tag k="opening_hours" v="Tu-Su 10:00-17:00; Apr 1-Oct 15: Mo 13:00-17:00, Tu-Su 10:00-17:00; Dec 25 - Jan 15: closed"/>
+ <tag k="phone" v="+41(0)716633260"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.napoleonmuseum.ch"/>
+ </node>
+ <node id="1129331221" lat="47.6742196" lon="9.0159272" version="2" timestamp="2011-07-21T15:20:16Z" changeset="8789579" uid="89943" user="Bengatzer">
+ <tag k="addr:city" v="Berlingen am Untersee"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="31"/>
+ <tag k="addr:postcode" v="8267"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="description" v="Kunstmuseum"/>
+ <tag k="email" v="sekretariat.kunstmuseum@tg.ch"/>
+ <tag k="name" v="Adolf-Dietrich-Haus"/>
+ <tag k="opening_hours" v="May 3 - Sep 14 : Sa,Su 12:00-18:00"/>
+ <tag k="phone" v="+41(0)52 7484120"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.kunstraum-kreuzlingen.ch/ad_dietrich-haus.htm"/>
+ </node>
+ <node id="1129336305" lat="47.6688674" lon="8.9829048" version="4" timestamp="2011-07-24T15:49:18Z" changeset="8817329" uid="117958" user="geo-ranger">
+ <tag k="addr:city" v="Steckborn"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="84"/>
+ <tag k="addr:postcode" v="8266"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="email" v="hp-hausammann@bluewin.ch"/>
+ <tag k="name" v="Museum Steckborn"/>
+ <tag k="opening_hours" v="May-Oct : We,Th,Sa,Su 15:00-17:00"/>
+ <tag k="phone" v="+41(0)527612903"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1129367661" lat="47.6966406" lon="8.6345461" version="6" timestamp="2014-07-23T07:44:52Z" changeset="24306161" uid="287306" user="Matthias Frank">
+ <tag k="addr:city" v="Schaffhausen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="8200"/>
+ <tag k="addr:street" v="Sporrengasse"/>
+ <tag k="description" v="Naturmuseum"/>
+ <tag k="email" v="museum.stemmler@stsh.ch"/>
+ <tag k="name" v="Museum Stemmler"/>
+ <tag k="opening_hours" v="Su 11:00-17:00"/>
+ <tag k="phone" v="+41(52)6258846"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1132190107" lat="46.7736637" lon="9.2036254" version="3" timestamp="2011-10-05T19:44:18Z" changeset="9480667" uid="32786" user="Netzwolf">
+ <tag k="addr:city" v="Ilanz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="7130"/>
+ <tag k="addr:street" v="Städtlistrasse"/>
+ <tag k="description" v="kulturgeschichtliches Museum"/>
+ <tag k="email" v="info@museumregiunal.ch"/>
+ <tag k="name" v="Museum Regiunal"/>
+ <tag k="opening_hours" v="Tu, Th, Sa, Su[1] 14:00-17:00; Nov 1-Dec 27, Apr 30-May 31: closed"/>
+ <tag k="phone" v="+41(0)819254181"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museumregiunal.ch/"/>
+ </node>
+ <node id="1137955240" lat="46.0813137" lon="7.2130502" version="5" timestamp="2013-03-03T20:09:06Z" changeset="15238777" uid="67547" user="gregus_">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="fax" v="+41 27 775 11 85"/>
+ <tag k="name" v="Le Giétroz"/>
+ <tag k="phone" v="+41 27 776 11 84"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotel-gietroz.ch"/>
+ </node>
+ <node id="1138748834" lat="46.9588182" lon="8.3639551" version="2" timestamp="2015-03-27T12:30:54Z" changeset="29776302" uid="397527" user="Stans">
+ <tag k="name" v="Stanserhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1140865638" lat="46.1840520" lon="6.8370929" version="3" timestamp="2011-02-12T15:16:02Z" changeset="7265858" uid="233375" user="dugite">
+ <tag k="addr:street" v="Hameau des Crosets"/>
+ <tag k="name" v="Les Crosets Mountain Lodge"/>
+ <tag k="phone" v="+41244792580"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.mountain-lodge.co.uk"/>
+ </node>
+ <node id="1140895920" lat="46.1844910" lon="6.8376300" version="2" timestamp="2011-02-12T15:07:06Z" changeset="7265775" uid="233375" user="dugite">
+ <tag k="addr:street" v="Hameau des Crosets"/>
+ <tag k="name" v="Hotel L'Etable"/>
+ <tag k="phone" v="+41245656555"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-etable.ch"/>
+ </node>
+ <node id="1140984896" lat="46.9575690" lon="8.3659906" version="4" timestamp="2015-03-27T12:30:54Z" changeset="29776302" uid="397527" user="Stans">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Engel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1140996395" lat="46.1654428" lon="7.0263593" version="1" timestamp="2011-02-07T17:16:30Z" changeset="7218241" uid="254549" user="Tempus">
+ <tag k="name" v="L'Oasis"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1145078696" lat="46.2416480" lon="7.8748607" version="3" timestamp="2015-08-10T19:21:28Z" changeset="33248194" uid="311036" user="haavee">
+ <tag k="name" v="Ackersand"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1146027191" lat="46.8023174" lon="7.9351597" version="3" timestamp="2015-11-29T14:05:05Z" changeset="35646660" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Schangnau"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6197"/>
+ <tag k="capacity" v="30"/>
+ <tag k="contact:email" v="hotel@kemmeriboden.ch"/>
+ <tag k="contact:phone" v="+41 34 493 77 77"/>
+ <tag k="contact:website" v="http://www.kemmeriboden.ch"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Landgasthof"/>
+ <tag k="operator" v="Familie Invernizzi"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1150390160" lat="46.3941742" lon="6.2516445" version="2" timestamp="2013-06-10T14:58:06Z" changeset="16497214" uid="510390" user="obitus">
+ <tag k="name" v="Musée National Suisse"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1151978738" lat="47.0649041" lon="8.4084678" version="1" timestamp="2011-02-13T23:22:53Z" changeset="7281904" uid="22684" user="Mr_Israel">
+ <tag k="name" v="Schloss-Hotel Swiss-Chalet"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1151988629" lat="46.9678596" lon="8.4599196" version="6" timestamp="2012-11-10T08:56:04Z" changeset="13818170" uid="875145" user="romu_2">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Boutique-Hotel Schlüssel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1151988796" lat="46.9673454" lon="8.4751223" version="5" timestamp="2012-11-10T09:03:23Z" changeset="13818216" uid="875145" user="romu_2">
+ <tag k="addr:postcode" v="6375"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1152444659" lat="46.6832133" lon="9.1375737" version="2" timestamp="2011-02-14T08:38:13Z" changeset="7283388" uid="105050" user="Männedorf">
+ <tag k="name" v="Pensiun Pez Regina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1152714865" lat="46.7756470" lon="9.2024987" version="1" timestamp="2011-02-14T12:46:55Z" changeset="7285522" uid="105050" user="Männedorf">
+ <tag k="name" v="Pensiun Vivaria"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1152727989" lat="46.7748718" lon="9.2044352" version="2" timestamp="2013-03-18T07:37:38Z" changeset="15404756" uid="893327" user="mcheckimport">
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:street" v="Via Centrala"/>
+ <tag k="name" v="Pensiun Rätia"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1152727996" lat="46.7741628" lon="9.2071550" version="3" timestamp="2013-03-18T07:37:38Z" changeset="15404756" uid="893327" user="mcheckimport">
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:street" v="Via Glenner"/>
+ <tag k="name" v="Casutt"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1163215731" lat="46.1957842" lon="7.8445708" version="1" timestamp="2011-02-20T12:18:50Z" changeset="7341608" uid="126246" user="mocoohay">
+ <tag k="name" v="Zum See"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1163296933" lat="46.1979423" lon="7.8404420" version="1" timestamp="2011-02-20T13:19:25Z" changeset="7342303" uid="126246" user="mocoohay">
+ <tag k="name" v="Hotel Alpha"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.alpha-graechen.ch"/>
+ </node>
+ <node id="1163550441" lat="46.6832659" lon="7.8568607" version="6" timestamp="2013-08-27T19:23:41Z" changeset="17542914" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="General-Guisan-Strasse"/>
+ <tag k="beds" v="50"/>
+ <tag k="email" v="info@stella-hotel.ch"/>
+ <tag k="fax" v="+41 33 822 66 71"/>
+ <tag k="name" v="Stella"/>
+ <tag k="operator" v="Bastian Hofmann"/>
+ <tag k="phone" v="+41 33 822 88 71"/>
+ <tag k="rooms" v="30"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.stella-hotel.ch"/>
+ </node>
+ <node id="1168310730" lat="47.0525484" lon="7.0646060" version="1" timestamp="2011-02-23T14:53:09Z" changeset="7372690" uid="103273" user="HB9DTX">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1168515261" lat="46.2098153" lon="6.1437875" version="5" timestamp="2012-05-05T08:08:21Z" changeset="11505025" uid="300892" user="b_l">
+ <tag k="name" v="Hôtel Les Arcades"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-arcades.ch"/>
+ </node>
+ <node id="1170039593" lat="46.2105603" lon="6.1463545" version="2" timestamp="2011-02-24T12:37:23Z" changeset="7381146" uid="20163" user="bri g">
+ <tag k="name" v="Hotel Nash Ville"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.nashvillegeneva.com/"/>
+ </node>
+ <node id="1170039608" lat="46.2103689" lon="6.1457987" version="1" timestamp="2011-02-24T12:30:24Z" changeset="7381082" uid="20163" user="bri g">
+ <tag k="name" v="Hotel du Barillon"/>
+ <tag k="phone" v="0227321090"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1170039616" lat="46.2093319" lon="6.1449753" version="3" timestamp="2012-10-08T16:05:08Z" changeset="13414542" uid="300892" user="b_l">
+ <tag k="name" v="Hotel Capitole"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelcapitole.ch/"/>
+ </node>
+ <node id="1170039634" lat="46.2099219" lon="6.1448821" version="3" timestamp="2012-05-05T08:08:20Z" changeset="11505025" uid="300892" user="b_l">
+ <tag k="name" v="Hôtel Montana"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-montana-ge.ch/"/>
+ </node>
+ <node id="1170039650" lat="46.2099824" lon="6.1454067" version="2" timestamp="2011-02-24T12:36:25Z" changeset="7381136" uid="20163" user="bri g">
+ <tag k="name" v="Hotel des Alpes"/>
+ <tag k="phone" v="+ 41 22 731 22 00"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelalpes.ch/"/>
+ </node>
+ <node id="1170050774" lat="46.2098904" lon="6.1444100" version="3" timestamp="2012-05-05T08:08:20Z" changeset="11505025" uid="300892" user="b_l">
+ <tag k="name" v="Hôtel Strasbourg Univers"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelstrasbourg.ch/"/>
+ </node>
+ <node id="1175598070" lat="46.9016521" lon="8.2762769" version="2" timestamp="2015-01-01T11:07:32Z" changeset="27837835" uid="397527" user="Stans">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Krone"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1177806518" lat="47.3057838" lon="8.5488582" version="2" timestamp="2015-11-11T07:42:35Z" changeset="35233576" uid="452231" user="balducien">
+ <tag k="name" v="Gästehaus Nidelbad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1183409558" lat="46.8996523" lon="8.2755726" version="1" timestamp="2011-03-02T20:37:12Z" changeset="7440995" uid="158828" user="rüdi">
+ <tag k="name" v="Christinas B&amp;B"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1189585011" lat="47.5230524" lon="7.6458999" version="1" timestamp="2011-03-06T17:47:07Z" changeset="7476166" uid="260051" user="ronemu">
+ <tag k="name" v="Mittenza"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1193218657" lat="47.3785429" lon="8.5091646" version="3" timestamp="2015-03-26T21:02:26Z" changeset="29763867" uid="92387" user="SimonPoole">
+ <tag k="designation" v="four stars"/>
+ <tag k="name" v="Mercure Hotel Stoller Zürich"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1198613203" lat="46.8363176" lon="9.8050762" version="2" timestamp="2014-03-03T18:09:43Z" changeset="20893639" uid="1962728" user="r0118999">
+ <tag k="name" v="Iglu Dorf"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1199371322" lat="46.8245638" lon="9.4089806" version="1" timestamp="2011-03-12T22:06:30Z" changeset="7538883" uid="26726" user="lonvia">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Schlosshotel Adler"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1207861986" lat="46.5087600" lon="6.4992433" version="2" timestamp="2014-08-18T19:47:13Z" changeset="24842586" uid="1856092" user="StreetAv">
+ <tag k="addr:street" v="Rue Louis de Savoie"/>
+ <tag k="name" v="Maison du Dessin de Presse"/>
+ <tag k="phone" v="+41 (0) 21 801 58 15"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.maisondudessindepresse.ch/"/>
+ </node>
+ <node id="1217583221" lat="47.4150379" lon="8.1636957" version="6" timestamp="2015-09-06T10:12:57Z" changeset="33829530" uid="190676" user="highbuilder">
+ <tag k="addr:city" v="Wildegg"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="5103"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Hotel Aarehof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1218329463" lat="47.1896180" lon="8.1754635" version="4" timestamp="2014-12-09T12:20:47Z" changeset="27355322" uid="270456" user="pyrog">
+ <tag k="communication:radio" v="disused"/>
+ <tag k="ele" v="797.5"/>
+ <tag k="height" v="217"/>
+ <tag k="man_made" v="tower"/>
+ <tag k="name" v="Blosenbergturm"/>
+ <tag k="name:fr" v="Tour de Blosenberg"/>
+ <tag k="operator" v="Ehem. Landessender Beromünster"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="tower:type" v="communication"/>
+ <tag k="wikipedia" v="en:Blosenbergturm"/>
+ </node>
+ <node id="1219477560" lat="46.8753483" lon="8.6630419" version="2" timestamp="2015-06-13T15:35:42Z" changeset="31945832" uid="534793" user="alro3000">
+ <tag k="name" v="Tell-Museum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1225863248" lat="47.0976181" lon="9.4746222" version="1" timestamp="2011-03-30T20:05:29Z" changeset="7719964" uid="429766" user="toby42">
+ <tag k="name" v="Postlis Stadel"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1227187802" lat="47.1014612" lon="9.4864140" version="3" timestamp="2014-08-27T10:18:43Z" changeset="25047963" uid="1416503" user="asdf2">
+ <tag k="name" v="Artilleriewerk Magletsch"/>
+ <tag k="operator" v="Verein Artillerie-Fort Magletsch"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wikipedia" v="de:Magletsch"/>
+ </node>
+ <node id="1231588382" lat="47.2554849" lon="6.9974450" version="2" timestamp="2012-05-20T19:39:33Z" changeset="11655365" uid="30566" user="Pascal Mages">
+ <tag k="name" v="Restaurant de la Gare"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.hotel-la-gare.ch/"/>
+ </node>
+ <node id="1232849956" lat="47.3805262" lon="8.5252271" version="1" timestamp="2011-04-04T19:38:42Z" changeset="7768640" uid="78090" user="Roman Fischer">
+ <tag k="name" v="Contiki"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1234120659" lat="47.0492358" lon="8.3078217" version="3" timestamp="2015-06-25T18:49:52Z" changeset="32211420" uid="397527" user="Stans">
+ <tag k="name" v="Hotel Central"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1236650143" lat="47.0558228" lon="8.3125037" version="1" timestamp="2011-04-07T21:57:44Z" changeset="7799166" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hofgarten"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1236650540" lat="47.0551687" lon="8.3126346" version="2" timestamp="2014-12-03T10:43:39Z" changeset="27197186" uid="2385757" user="gekapes">
+ <tag k="addr:city" v="Luzern"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="6006"/>
+ <tag k="addr:street" v="Sankt-Leodegar-Strasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Rebstock"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1237010571" lat="47.6985942" lon="8.6317623" version="2" timestamp="2014-11-11T20:42:30Z" changeset="26721653" uid="287306" user="Matthias Frank">
+ <tag k="name" v="CrossBox"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1237726512" lat="47.6639996" lon="9.1592293" version="2" timestamp="2012-01-12T22:34:55Z" changeset="10374388" uid="135562" user="Seetroll">
+ <tag k="name" v="Trompeterschlössle"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1238264910" lat="47.2081126" lon="6.9969437" version="1" timestamp="2011-04-09T08:32:09Z" changeset="7810941" uid="26726" user="lonvia">
+ <tag k="name" v="Hôtel de la Balance"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1245467692" lat="47.4196589" lon="9.3671079" version="2" timestamp="2014-11-29T14:59:37Z" changeset="27112861" uid="397527" user="Stans">
+ <tag k="name" v="Museum im Lagerhaus"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1247696259" lat="46.5350830" lon="9.8717048" version="2" timestamp="2011-04-16T22:12:14Z" changeset="7882488" uid="438727" user="Black Hawk">
+ <tag k="name" v="Hotel Donatz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1247800835" lat="46.3425627" lon="9.5373728" version="1" timestamp="2011-04-16T23:15:53Z" changeset="7882991" uid="438727" user="Black Hawk">
+ <tag k="name" v="La Soglina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1247800843" lat="46.3410783" lon="9.5389252" version="2" timestamp="2015-10-20T08:28:54Z" changeset="34749863" uid="1894634" user="Wikilux">
+ <tag k="name" v="Stüa Granda"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1248098749" lat="46.5554500" lon="6.6833760" version="1" timestamp="2011-04-17T09:56:22Z" changeset="7884835" uid="195875" user="inisheer">
+ <tag k="name" v="La Marmite"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1250893522" lat="47.1571112" lon="8.5189574" version="3" timestamp="2015-05-23T14:54:10Z" changeset="31389767" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Guggital"/>
+ <tag k="toilets:wheelchair" v="yes"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1255149092" lat="46.6564102" lon="9.0997618" version="1" timestamp="2011-04-22T07:51:37Z" changeset="7931777" uid="26726" user="lonvia">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Piz Terri"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1255203847" lat="46.7296357" lon="9.1795046" version="1" timestamp="2011-04-22T09:01:33Z" changeset="7932327" uid="26726" user="lonvia">
+ <tag k="name" v="Piz Mundaun"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1256568288" lat="47.0203489" lon="7.4518848" version="1" timestamp="2011-04-23T10:47:25Z" changeset="7942324" uid="116207" user="cholero">
+ <tag k="name" v="Wilhelm Tell"/>
+ <tag k="rooms" v="24"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1256586103" lat="47.0195078" lon="7.4522525" version="2" timestamp="2014-10-31T23:05:36Z" changeset="26473059" uid="65044" user="hugi">
+ <tag k="name" v="Hotel Löwen"/>
+ <tag k="rooms" v="8"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1259308995" lat="46.7308527" lon="7.3664338" version="5" timestamp="2015-08-17T13:19:59Z" changeset="33390542" uid="2777367" user="cerdo">
+ <tag k="addr:city" v="Guggisberg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="1738"/>
+ <tag k="alt_name" v="Otteleuebad"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="contact:email" v="info@ottenleuebad.ch"/>
+ <tag k="contact:fax" v="+41 31 7355750"/>
+ <tag k="contact:phone" v="+41 31 7355566"/>
+ <tag k="name" v="Ottenleuenbad"/>
+ <tag k="source" v="GPS survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ottenleuebad.ch"/>
+ </node>
+ <node id="1260084482" lat="46.5180507" lon="7.3868921" version="2" timestamp="2013-03-19T08:01:32Z" changeset="15416713" uid="177149" user="zwis">
+ <tag k="name" v="Hotel Diana"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1265552223" lat="47.5477620" lon="7.5906418" version="2" timestamp="2014-10-26T19:55:44Z" changeset="26348911" uid="497524" user="pittrichimica">
+ <tag k="addr:housenumber" v="3-4"/>
+ <tag k="addr:street" v="Centralbahnplatz"/>
+ <tag k="name" v="Victoria"/>
+ <tag k="phone" v="+41 61 270 70 70"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.victoria.balehotels.ch/"/>
+ </node>
+ <node id="1265552241" lat="47.5474597" lon="7.5911179" version="1" timestamp="2011-04-29T19:52:22Z" changeset="8006304" uid="437142" user="efh">
+ <tag k="name" v="St. Gotthard"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1278222632" lat="47.2061386" lon="7.2266866" version="2" timestamp="2015-04-08T07:57:59Z" changeset="30057155" uid="508672" user="SingletrailMap">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Hotel-Restaurant La Werdtberg"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.werdtberg.ch/"/>
+ </node>
+ <node id="1284099479" lat="47.1511713" lon="6.9130101" version="1" timestamp="2011-05-14T11:51:28Z" changeset="8140017" uid="343700" user="branderd">
+ <tag k="name" v="Hôtel de La Chaux-d'Abel"/>
+ <tag k="source" v="GPS, survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1284115996" lat="47.2245363" lon="6.9569351" version="1" timestamp="2011-05-14T12:06:38Z" changeset="8140113" uid="343700" user="branderd">
+ <tag k="name" v="Hôtel du Soleil"/>
+ <tag k="source" v="survey, GPX"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1284138465" lat="47.1840176" lon="7.0351555" version="1" timestamp="2011-05-14T12:21:47Z" changeset="8140261" uid="343700" user="branderd">
+ <tag k="name" v="Auberge Vert-Bois"/>
+ <tag k="source" v="survey, GPX"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1284564620" lat="45.9337692" lon="7.0984880" version="4" timestamp="2014-03-14T13:41:56Z" changeset="21099697" uid="67547" user="gregus_">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Edelweiss"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1286683109" lat="46.1971056" lon="6.1421251" version="1" timestamp="2011-05-15T17:36:09Z" changeset="8154628" uid="195875" user="inisheer">
+ <tag k="name" v="Aïda"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1286828554" lat="46.4593512" lon="6.8429575" version="5" timestamp="2015-08-31T13:16:05Z" changeset="33703588" uid="225842" user="schnelli">
+ <tag k="addr:housenumber" v="99"/>
+ <tag k="addr:street" v="Grand Place"/>
+ <tag k="name" v="Musée suisse de l'appareil photographique"/>
+ <tag k="phone" v="+41 (0) 21 925 34 80"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.cameramuseum.ch/"/>
+ <tag k="wikipedia" v="fr:Musée suisse de l'appareil photographique"/>
+ </node>
+ <node id="1286833399" lat="46.4580305" lon="6.8505016" version="2" timestamp="2012-03-06T22:15:54Z" changeset="10895214" uid="17835" user="Stéphane Brunner">
+ <tag k="name" v="Musée de la Confrérie des vignerons"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1288864834" lat="46.2078053" lon="6.1383640" version="2" timestamp="2011-09-15T06:17:23Z" changeset="9305071" uid="69418" user="TAA">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="1201"/>
+ <tag k="addr:street" v="Rue Voltaire"/>
+ <tag k="name" v="Ibis"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1289493511" lat="46.9209960" lon="7.4139256" version="4" timestamp="2015-03-20T11:49:50Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Köniz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Haberhuus"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="3098"/>
+ <tag k="addr:street" v="Muhlernstrasse"/>
+ <tag k="contact:email" v="info@schulmuseumbern.ch"/>
+ <tag k="contact:phone" v="+41 31 9710407"/>
+ <tag k="name" v="Schulmuseum Bern"/>
+ <tag k="opening_hours" v="Mo-Tu off; We 14:00-17:00; Th-Fr off; Sa 14:00-17:00; Su 13:00-16:00"/>
+ <tag k="short_name" v="SMB"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.schulmuseumbern.ch"/>
+ </node>
+ <node id="1292171206" lat="47.0495492" lon="8.3007162" version="3" timestamp="2011-07-06T06:02:41Z" changeset="8645247" uid="177686" user="Cho">
+ <tag k="name" v="Hotel Drei Könige"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1296522468" lat="46.9475273" lon="7.4425751" version="10" timestamp="2014-04-04T19:25:54Z" changeset="21502014" uid="65804" user="Ronny Standtke">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Schauplatzgasse"/>
+ <tag k="contact:email" v="reception@bristolbern.ch"/>
+ <tag k="contact:fax" v="+41 31 311 94 79"/>
+ <tag k="contact:phone" v="+41 31 311 01 01"/>
+ <tag k="contact:website" v="http://bristolbern.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Bristol"/>
+ <tag k="operator" v="Best Western"/>
+ <tag k="smoking" v="separated"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1305217881" lat="47.5838216" lon="9.0601845" version="3" timestamp="2013-07-28T11:32:09Z" changeset="17124157" uid="79025" user="mstock">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Kreuzstrasse"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1305642727" lat="47.4655593" lon="8.3326840" version="1" timestamp="2011-05-30T10:00:41Z" changeset="8289951" uid="459185" user="Laegerezwergli">
+ <tag k="name" v="Eduard Spörri Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1306144093" lat="47.5600056" lon="8.9034585" version="2" timestamp="2013-07-05T21:13:22Z" changeset="16841882" uid="440353" user="osmose">
+ <tag k="name" v="Guggenhürli"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1306404248" lat="46.0904374" lon="7.0623520" version="1" timestamp="2011-05-31T04:09:16Z" changeset="8298156" uid="254549" user="Tempus">
+ <tag k="name" v="Le Moulin Semblanet"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1306404573" lat="46.0916409" lon="7.0656305" version="1" timestamp="2011-05-31T04:09:22Z" changeset="8298156" uid="254549" user="Tempus">
+ <tag k="name" v="Hôtel des trois couronnes"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1306684195" lat="46.8675463" lon="9.8839572" version="1" timestamp="2011-05-31T12:08:37Z" changeset="8300941" uid="121389" user="Rastatter">
+ <tag k="name" v="Hotel Vereina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1306684197" lat="46.8660206" lon="9.8816505" version="1" timestamp="2011-05-31T12:08:37Z" changeset="8300941" uid="121389" user="Rastatter">
+ <tag k="name" v="Silvretta Parkhotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1306684217" lat="46.8651477" lon="9.8820367" version="1" timestamp="2011-05-31T12:08:38Z" changeset="8300941" uid="121389" user="Rastatter">
+ <tag k="name" v="Hotel Rustico"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1306684261" lat="46.8644604" lon="9.8822913" version="2" timestamp="2015-08-23T09:06:12Z" changeset="33520145" uid="372615" user="sennewald63">
+ <tag k="name" v="Hotel Bündnerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1306684268" lat="46.8665854" lon="9.8820797" version="1" timestamp="2011-05-31T12:08:40Z" changeset="8300941" uid="121389" user="Rastatter">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1308251840" lat="47.0479754" lon="8.3078026" version="2" timestamp="2014-02-19T17:36:29Z" changeset="20659588" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="The Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1309304675" lat="46.1716640" lon="7.8005002" version="2" timestamp="2011-12-10T20:19:05Z" changeset="10084347" uid="179581" user="Geofreund1">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:street" v="Stock"/>
+ <tag k="name" v="La Réserve"/>
+ <tag k="phone" v="+41 27 955 22 55"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1312973260" lat="47.5198562" lon="7.6181065" version="2" timestamp="2013-10-09T14:59:30Z" changeset="18266317" uid="638096" user="PeterPablo">
+ <tag k="addr:city" v="Münchenstein"/>
+ <tag k="addr:housenumber" v="88"/>
+ <tag k="addr:postcode" v="4142"/>
+ <tag k="addr:street" v="Baselstrasse"/>
+ <tag k="fax" v="+41 61 416 08 49"/>
+ <tag k="name" v="Hofmatt"/>
+ <tag k="operator" v="RCB-Hofmatt GmbH"/>
+ <tag k="phone" v="+41 61 416 08 48"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotelhofmatt.ch"/>
+ </node>
+ <node id="1313540261" lat="46.4136192" lon="9.7642022" version="2" timestamp="2011-06-05T22:04:16Z" changeset="8354995" uid="69413" user="EmaDan">
+ <tag k="name" v="Pensiun Crasta"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1313540264" lat="46.4142143" lon="9.7651244" version="2" timestamp="2011-06-05T22:04:16Z" changeset="8354995" uid="69413" user="EmaDan">
+ <tag k="name" v="Hotel Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1313548481" lat="46.3983590" lon="9.7774020" version="4" timestamp="2015-07-25T12:43:40Z" changeset="32870125" uid="15671" user="habi">
+ <tag k="addr:city" v="Fex/Sils"/>
+ <tag k="addr:postcode" v="7514"/>
+ <tag k="contact:email" v="info@hotelfex.ch"/>
+ <tag k="fax" v="+41818326001"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Hotel Fex"/>
+ <tag k="phone" v="+41818326000"/>
+ <tag k="source" v="Survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelfex.ch"/>
+ </node>
+ <node id="1315120056" lat="46.4589084" lon="9.7948804" version="8" timestamp="2015-01-19T18:23:25Z" changeset="28259579" uid="998600" user="Cosisol13">
+ <tag k="addr:city" v="Silvaplana"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Hotel Arlas"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="7513"/>
+ <tag k="addr:street" v="Via vers Mulins"/>
+ <tag k="name" v="Hotel Arlas"/>
+ <tag k="operator" v="Fasciati Marion"/>
+ <tag k="phone" v="+41 81 8288148"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1319905882" lat="46.2935098" lon="7.0619060" version="2" timestamp="2011-09-05T14:51:19Z" changeset="9218461" uid="517409" user="gallas">
+ <tag k="name" v="Chalet Royalp hotel&amp;spa"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1320543810" lat="46.5482215" lon="6.5617396" version="3" timestamp="2012-10-03T20:56:20Z" changeset="13353540" uid="195175" user="Ptigrouick">
+ <tag k="brand" v="Accor"/>
+ <tag k="name" v="Ibis Budget"/>
+ <tag k="old_name" v="Etap Hotel"/>
+ <tag k="operator" v="Ibis Budget"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1326829554" lat="46.6862854" lon="7.8525016" version="6" timestamp="2013-03-09T23:20:20Z" changeset="15308950" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="59"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Marktgasse"/>
+ <tag k="email" v="info@bellevue-interlaken.ch"/>
+ <tag k="fax" v="+41 33 822 92 50"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Bellevue"/>
+ <tag k="operator" v="Thomas + Regula Dübendorfer"/>
+ <tag k="phone" v="+41 33 822 44 31"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-bellevue-interlaken.ch/"/>
+ </node>
+ <node id="1326829555" lat="46.6892261" lon="7.8537150" version="7" timestamp="2013-06-15T16:30:02Z" changeset="16565296" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Unterseen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="85"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Obere Goldey"/>
+ <tag k="email" v="info@goldey.ch"/>
+ <tag k="fax" v="+41 33 826 44 40"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Goldey"/>
+ <tag k="operator" v="Diana Ritschard"/>
+ <tag k="phone" v="+41 33 826 44 45"/>
+ <tag k="rooms" v="40"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.goldey.ch/"/>
+ </node>
+ <node id="1327372522" lat="46.4085700" lon="8.5262236" version="1" timestamp="2011-06-16T12:49:24Z" changeset="8455896" uid="260419" user="Aze90">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="beds" v="11"/>
+ <tag k="name" v="Albergo Basodino"/>
+ <tag k="phone" v="+41 91 755 11 92"/>
+ <tag k="rooms" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1328884818" lat="46.2037068" lon="7.0181775" version="1" timestamp="2011-06-17T20:20:55Z" changeset="8468197" uid="39569" user="hromain">
+ <tag k="name" v="Hôtel des Bains"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1329338594" lat="46.5329366" lon="7.6648900" version="1" timestamp="2011-06-18T07:21:37Z" changeset="8470673" uid="454165" user="geolluc">
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.blausee.ch/"/>
+ </node>
+ <node id="1329348620" lat="47.1894518" lon="8.7364363" version="2" timestamp="2012-12-09T12:16:09Z" changeset="14211863" uid="516835" user="doledechu">
+ <tag k="name" v="First"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://hotelfirst.ch"/>
+ </node>
+ <node id="1332645151" lat="47.1860122" lon="8.7370851" version="3" timestamp="2011-06-21T19:52:33Z" changeset="8508019" uid="22684" user="Mr_Israel">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Panorama Resort &amp; Spa"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1334595807" lat="46.1888033" lon="6.1161652" version="1" timestamp="2011-06-22T15:26:35Z" changeset="8514946" uid="228868" user="Millot">
+ <tag k="amenity" v="atm"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1338522527" lat="46.2941484" lon="7.5212856" version="2" timestamp="2013-04-26T22:03:47Z" changeset="15877564" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Château de Villa - Musée de la Vigne et du Vin"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1338522547" lat="46.2942630" lon="7.5370575" version="1" timestamp="2011-06-25T16:09:43Z" changeset="8544212" uid="41927" user="Werner L">
+ <tag k="name" v="Maison de Courten - Musée Rainer Maria Rilke"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1340903289" lat="46.8640861" lon="8.6698330" version="1" timestamp="2011-06-27T08:34:36Z" changeset="8559600" uid="172845" user="anoki">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1347322320" lat="47.1715445" lon="7.8851214" version="2" timestamp="2015-06-19T18:12:37Z" changeset="32081063" uid="505667" user="Bullroarer">
+ <tag k="name" v="Hotel Restaurant Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://loewen-grossdietwil.ch/"/>
+ </node>
+ <node id="1347329083" lat="47.2473047" lon="7.9710589" version="4" timestamp="2014-04-18T20:48:39Z" changeset="21777110" uid="8296" user="kuede">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.sonne-reiden.ch/"/>
+ </node>
+ <node id="1348523744" lat="47.2164023" lon="7.5368162" version="1" timestamp="2011-07-03T20:27:26Z" changeset="8623147" uid="481380" user="Nzara">
+ <tag k="name" v="Museum Blumenstein"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1348527497" lat="47.2049745" lon="7.5357486" version="2" timestamp="2011-07-13T13:49:38Z" changeset="8712808" uid="481380" user="Nzara">
+ <tag k="name" v="Hotel an der Aare"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1348543910" lat="47.2068222" lon="7.5331791" version="3" timestamp="2013-07-29T09:21:12Z" changeset="17136369" uid="481380" user="Nzara">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Astoria"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1350475296" lat="47.0593594" lon="6.7509578" version="2" timestamp="2013-06-23T22:22:24Z" changeset="16676919" uid="105050" user="Männedorf">
+ <tag k="name" v="Musée des Beaux Arts"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1354607259" lat="47.4059773" lon="9.6335880" version="1" timestamp="2011-07-09T08:51:57Z" changeset="8672608" uid="122406" user="hanskuster">
+ <tag k="name" v="Forum"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1355269678" lat="47.2255461" lon="8.8161059" version="2" timestamp="2011-07-22T05:55:07Z" changeset="8794713" uid="6087" user="Geonick">
+ <tag k="name" v="Hotel Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hirschen-rapperswil.ch"/>
+ </node>
+ <node id="1355269682" lat="47.2268513" lon="8.8165027" version="1" timestamp="2011-07-09T16:46:16Z" changeset="8676204" uid="110450" user="gosausee">
+ <tag k="name" v="Jakob Hotel am Hauptplatz"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.jakob-hotel.ch"/>
+ </node>
+ <node id="1357201359" lat="46.6450011" lon="7.6512828" version="3" timestamp="2013-05-27T13:12:10Z" changeset="16309498" uid="490611" user="osmscheni">
+ <tag k="name" v="Berghaus Niesen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1360734728" lat="47.3691331" lon="8.5665933" version="1" timestamp="2011-07-13T19:23:34Z" changeset="8715802" uid="12054" user="Martin Sauter">
+ <tag k="name" v="Coninx-Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1363050798" lat="47.3622444" lon="8.5475908" version="4" timestamp="2015-03-08T16:35:07Z" changeset="29332667" uid="257555" user="rene78">
+ <tag k="addr:housenumber" v="47"/>
+ <tag k="addr:street" v="Utoquai"/>
+ <tag k="name" v="Steigenberger Bellerive"/>
+ <tag k="phone" v="+41 44 254400 0"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://de.steigenberger.com/Zuerich/Steigenberger-Bellerive-au-Lac"/>
+ </node>
+ <node id="1363881157" lat="46.1102033" lon="7.9284703" version="1" timestamp="2011-07-16T22:14:16Z" changeset="8743498" uid="131474" user="MiBu">
+ <tag k="name" v="Hotel Artemis"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1365792564" lat="47.0480783" lon="8.3056813" version="3" timestamp="2015-05-08T11:13:34Z" changeset="30900685" uid="2385757" user="gekapes">
+ <tag k="addr:city" v="Luzern"/>
+ <tag k="addr:housenumber" v="29"/>
+ <tag k="addr:postcode" v="6002"/>
+ <tag k="addr:street" v="Pilatusstrasse"/>
+ <tag k="name" v="Hotel Astoria"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1366163126" lat="46.3790198" lon="7.6299951" version="2" timestamp="2011-07-19T12:33:07Z" changeset="8767149" uid="70696" user="xybot">
+ <tag k="name" v="Gallerie St. Laurent"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1366603473" lat="46.2309545" lon="7.3817365" version="1" timestamp="2011-07-19T12:40:01Z" changeset="8768084" uid="232126" user="RetiredInNH">
+ <tag k="name" v="Hotel Ibis Sion"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1366838543" lat="46.3596913" lon="8.9696226" version="3" timestamp="2011-09-18T16:10:42Z" changeset="9334414" uid="522698" user="Corof1">
+ <tag k="email" v="info@algiardinetto.ch"/>
+ <tag k="name" v="Albergo al Giardinetto"/>
+ <tag k="phone" v="+41 (0)91 862 17 71"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.algiardinetto.ch"/>
+ </node>
+ <node id="1366914285" lat="46.7669298" lon="9.0628420" version="2" timestamp="2011-07-20T07:41:46Z" changeset="8775503" uid="70696" user="xybot">
+ <tag k="email" v="hotel@carigiet.ch"/>
+ <tag k="name" v="Garni Frisal"/>
+ <tag k="phone" v="+41 (0)81 941 11 60"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.carigiet.ch"/>
+ </node>
+ <node id="1366919274" lat="46.7767310" lon="9.1032668" version="1" timestamp="2011-07-19T18:40:36Z" changeset="8771358" uid="75317" user="HoloDuke">
+ <tag k="email" v="info@ucliva.ch"/>
+ <tag k="name" v="Ucliva"/>
+ <tag k="phone" v="+41 (0)81 941 22 42"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.ucliva.ch"/>
+ </node>
+ <node id="1369982004" lat="47.1489384" lon="9.1481204" version="4" timestamp="2015-11-01T10:50:49Z" changeset="35008970" uid="298672" user="daudo">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Hotel Restaurant Schäfli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1372158800" lat="47.5370665" lon="8.2266643" version="2" timestamp="2015-09-08T13:39:43Z" changeset="33882934" uid="2795058" user="jjfx95">
+ <tag k="name" v="PSI Forum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1372260625" lat="47.2410534" lon="7.0388290" version="1" timestamp="2011-07-24T13:46:23Z" changeset="8816343" uid="34307" user="benni_75">
+ <tag k="name" v="La Couronne"/>
+ <tag k="phone" v="032 951 11 15"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.couronne-latheurre.ch"/>
+ </node>
+ <node id="1373732087" lat="46.7153200" lon="7.4171330" version="2" timestamp="2013-02-20T14:38:13Z" changeset="15100997" uid="125339" user="efred">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Schwefelberg Bad"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.schwefelbergbad.ch"/>
+ </node>
+ <node id="1374488190" lat="46.4997541" lon="9.8285584" version="1" timestamp="2011-07-26T08:38:32Z" changeset="8833332" uid="125687" user="tubeli">
+ <tag k="FIXME" v="position esimated"/>
+ <tag k="name" v="Salastrains"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1376123844" lat="46.7982381" lon="9.8248292" version="2" timestamp="2013-06-16T10:31:39Z" changeset="16573563" uid="1178373" user="4d1blueskEi">
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="7270"/>
+ <tag k="addr:street" v="Sportweg"/>
+ <tag k="name" v="Hotel Bündnerhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelbündnerhof.ch/"/>
+ </node>
+ <node id="1378085304" lat="46.4892051" lon="7.5559730" version="1" timestamp="2011-07-29T23:12:36Z" changeset="8868045" uid="489449" user="ETilma">
+ <tag k="name" v="Hotel Steinmattli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1383998304" lat="47.1111280" lon="7.1558355" version="2" timestamp="2013-04-05T21:18:53Z" changeset="15615022" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Twannberg"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1385837071" lat="46.0199250" lon="7.7464442" version="3" timestamp="2013-11-13T11:00:45Z" changeset="18870465" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:postcode" v="3920"/>
+ <tag k="addr:street" v="Kirchplatz"/>
+ <tag k="name" v="Matterhorn Museum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.zermatt.ch/en/page.cfm/experience/culture/matterhorn_museum"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1389366854" lat="46.1137590" lon="7.4938744" version="2" timestamp="2011-08-11T05:36:21Z" changeset="8982338" uid="232126" user="RetiredInNH">
+ <tag k="name" v="Hôtel Hermitage"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1389366855" lat="46.1125300" lon="7.4971236" version="3" timestamp="2015-09-16T07:54:38Z" changeset="34056691" uid="1894634" user="Wikilux">
+ <tag k="name" v="Hôtel de la Dent Blanche"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1389366862" lat="46.1126508" lon="7.4964668" version="1" timestamp="2011-08-07T11:11:00Z" changeset="8945820" uid="232126" user="RetiredInNH">
+ <tag k="name" v="Pension Evolène"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1389389517" lat="46.1514250" lon="8.7485101" version="1" timestamp="2011-08-07T11:23:27Z" changeset="8945928" uid="477069" user="BM8299">
+ <tag k="name" v="Casa Moscia"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1389549982" lat="46.1141569" lon="7.4927628" version="2" timestamp="2011-08-11T05:36:21Z" changeset="8982338" uid="232126" user="RetiredInNH">
+ <tag k="name" v="Hôtel Eden"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1390035597" lat="46.6589668" lon="6.5136401" version="2" timestamp="2015-05-29T14:25:28Z" changeset="31564062" uid="2278038" user="etbane">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="De la Croix Blanche"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1391344432" lat="47.3836259" lon="8.5403011" version="2" timestamp="2014-09-10T17:55:29Z" changeset="25352493" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="The Zurich all suite hotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1392261445" lat="47.0640405" lon="7.7314862" version="2" timestamp="2013-08-07T07:09:08Z" changeset="17250174" uid="427807" user="samden">
+ <tag k="name" v="Emmentaler Schaukäserei"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.emmentaler-schaukaeserei.ch"/>
+ </node>
+ <node id="1392528866" lat="46.0826988" lon="7.5093081" version="3" timestamp="2013-06-25T15:54:23Z" changeset="16699814" uid="67547" user="gregus_">
+ <tag k="name" v="Hôtel Edelweiss"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1392528875" lat="46.0843262" lon="7.5090517" version="2" timestamp="2011-08-11T05:36:21Z" changeset="8982338" uid="232126" user="RetiredInNH">
+ <tag k="name" v="Hôtel Les Mélezes"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1392528889" lat="46.0810563" lon="7.5108601" version="3" timestamp="2015-02-28T16:25:54Z" changeset="29159675" uid="67547" user="gregus_">
+ <tag k="name" v="Hôtel des Alpes"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1392528896" lat="46.0818116" lon="7.5094858" version="2" timestamp="2011-08-11T05:36:20Z" changeset="8982338" uid="232126" user="RetiredInNH">
+ <tag k="name" v="Hôtel Garni Gais Logis"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1392528911" lat="46.0834124" lon="7.5092190" version="2" timestamp="2011-08-11T05:36:21Z" changeset="8982338" uid="232126" user="RetiredInNH">
+ <tag k="name" v="Hôtel Veisivi"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1394617402" lat="46.1126170" lon="7.4960169" version="2" timestamp="2013-08-12T12:52:07Z" changeset="17316928" uid="200426" user="gottferdom">
+ <tag k="name" v="Hôtel Garni Artzinol"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1395958224" lat="46.5341706" lon="9.8730614" version="2" timestamp="2011-08-12T12:03:28Z" changeset="8995290" uid="505090" user="askanimus">
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:postcode" v="7503"/>
+ <tag k="addr:street" v="Via Retica"/>
+ <tag k="name" v="Hotel Terminus"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.terminus-samedan.ch"/>
+ </node>
+ <node id="1398643207" lat="46.0302822" lon="7.4855603" version="3" timestamp="2015-09-09T01:34:27Z" changeset="33897174" uid="817064" user="三二一">
+ <tag k="ele" v="1900"/>
+ <tag k="name" v="Hôtel-Restaurant de la Tsa"/>
+ <tag k="name:fr" v="Hôtel-Restaurant de la Tza"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1399686227" lat="46.0259913" lon="7.4811312" version="2" timestamp="2013-03-03T14:53:29Z" changeset="15234521" uid="232126" user="RetiredInNH">
+ <tag k="name" v="Hôtel du Pigne"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hoteldupigne.ch/"/>
+ </node>
+ <node id="1400081756" lat="47.0344017" lon="8.2777020" version="1" timestamp="2011-08-15T17:43:58Z" changeset="9029431" uid="451927" user="Nnd">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1400604272" lat="47.4723863" lon="8.3094297" version="1" timestamp="2011-08-16T05:26:34Z" changeset="9033313" uid="94720" user="lison">
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:postcode" v="5400"/>
+ <tag k="addr:street" v="Obere Halde"/>
+ <tag k="email" v="info@teddybaermuseum.ch"/>
+ <tag k="name" v="Teddybär Museum"/>
+ <tag k="phone" v="+41-56-221 21 04"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.teddybaermuseum.ch"/>
+ </node>
+ <node id="1402753185" lat="46.1210128" lon="7.0209482" version="1" timestamp="2011-08-17T21:49:58Z" changeset="9052309" uid="71251" user="LatLng">
+ <tag k="name" v="Musée Marconi"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1404317376" lat="47.3157325" lon="7.6952704" version="1" timestamp="2011-08-19T06:44:41Z" changeset="9062680" uid="470089" user="pitg600">
+ <tag k="name" v="Seminarhotel Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1405718877" lat="47.2122359" lon="7.7893666" version="1" timestamp="2011-08-20T11:33:07Z" changeset="9073405" uid="37693" user="Heinz">
+ <tag k="email" v="info@baeren-langenthal.ch"/>
+ <tag k="fax" v="+41 62 919 17 18"/>
+ <tag k="name" v="Hotel Bären"/>
+ <tag k="phone" v="+41 62 919 17 17"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.baeren-langenthal.ch/"/>
+ </node>
+ <node id="1406769277" lat="46.6655174" lon="7.8706885" version="3" timestamp="2012-10-31T12:46:18Z" changeset="13698979" uid="56103" user="JDKDHF">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1407549881" lat="47.0469800" lon="8.3013983" version="1" timestamp="2011-08-21T20:29:22Z" changeset="9088499" uid="74900" user="FischersFritz">
+ <tag k="name" v="Hotel Alpha"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1410192998" lat="46.3834889" lon="6.2399344" version="2" timestamp="2013-04-29T11:31:29Z" changeset="15907105" uid="129299" user="RBA">
+ <tag k="name" v="Hotel La Dolce"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1410367479" lat="46.9137309" lon="7.9336639" version="2" timestamp="2014-05-05T16:22:40Z" changeset="22149705" uid="505667" user="Bullroarer">
+ <tag k="name" v="Hotel Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.loewen-escholzmatt.ch/"/>
+ </node>
+ <node id="1411027535" lat="47.0910541" lon="8.4630229" version="2" timestamp="2011-10-17T22:03:53Z" changeset="9578325" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Bahnhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1411039364" lat="46.3840840" lon="6.2379779" version="1" timestamp="2011-08-24T10:09:10Z" changeset="9110901" uid="232126" user="RetiredInNH">
+ <tag k="name" v="Hôtel des Alpes"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1411179152" lat="46.1544254" lon="7.4658894" version="1" timestamp="2011-08-24T12:00:25Z" changeset="9111856" uid="511259" user="Alain de Savigny">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1411264386" lat="47.0801418" lon="8.4389795" version="2" timestamp="2014-04-19T18:39:45Z" changeset="21801211" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="du Lac Seehof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1411604687" lat="47.3387706" lon="8.7629517" version="1" timestamp="2011-08-24T20:21:54Z" changeset="9116258" uid="194843" user="feuerstein">
+ <tag k="name" v="Siber + Siber"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1413597232" lat="47.5679000" lon="7.8394213" version="3" timestamp="2011-09-10T17:52:05Z" changeset="9264157" uid="70696" user="xybot">
+ <tag k="addr:city" v="Möhlin"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="4313"/>
+ <tag k="addr:street" v="Salinenstrasse"/>
+ <tag k="name" v="Hotel Schiff"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1413647427" lat="46.4987087" lon="9.8459869" version="1" timestamp="2011-08-26T19:45:28Z" changeset="9132511" uid="20938" user="Loth">
+ <tag k="addr:city" v="St. Moritz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="7500"/>
+ <tag k="addr:street" v="Via Serlas"/>
+ <tag k="email" v="info@lamargna.ch"/>
+ <tag k="fax" v="+41 (0)81 836 66 01"/>
+ <tag k="name" v="La Margna"/>
+ <tag k="operator" v="Familie Schweizer-Pitsch"/>
+ <tag k="phone" v="+41 (0)81 836 66 00"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.lamargna.ch/"/>
+ </node>
+ <node id="1413656513" lat="46.2344353" lon="7.3617276" version="2" timestamp="2011-08-26T19:50:43Z" changeset="9132550" uid="512593" user="asas881">
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="1950"/>
+ <tag k="addr:street" v="place de la Majorie"/>
+ <tag k="name" v="Musée des beaux-arts"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1413663490" lat="46.2343183" lon="7.3619420" version="1" timestamp="2011-08-26T19:52:23Z" changeset="9132550" uid="512593" user="asas881">
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="1950"/>
+ <tag k="addr:street" v="rue des Châteaux"/>
+ <tag k="name" v="Musée d'archéologie"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1413673056" lat="46.2334686" lon="7.3579536" version="1" timestamp="2011-08-26T19:57:45Z" changeset="9132550" uid="512593" user="asas881">
+ <tag k="name" v="MUSEE DE L'EVECHE"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1414495923" lat="47.5528700" lon="7.8527476" version="1" timestamp="2011-08-27T11:16:58Z" changeset="9136530" uid="470089" user="pitg600">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1417281397" lat="46.4687504" lon="7.0844980" version="3" timestamp="2014-03-03T09:31:13Z" changeset="20884174" uid="134112" user="Pan">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hôtel Elite"/>
+ <tag k="phone" v="+41 26 924 52 12"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1417281401" lat="46.4672769" lon="7.0815221" version="3" timestamp="2014-03-03T09:31:13Z" changeset="20884174" uid="134112" user="Pan">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hôtel de Ville"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1417590626" lat="47.1124527" lon="9.2786220" version="1" timestamp="2011-08-29T21:27:42Z" changeset="9162329" uid="75317" user="HoloDuke">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Schifffahrt"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1420162542" lat="46.9187887" lon="6.9563488" version="2" timestamp="2012-07-30T07:01:48Z" changeset="12543856" uid="125339" user="efred">
+ <tag k="addr:city" v="Portalban"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1568"/>
+ <tag k="addr:postcode" v="1568"/>
+ <tag k="addr:street" v="Route du Port"/>
+ <tag k="name" v="Saint Louis"/>
+ <tag k="phone" v="0266771122"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1420847487" lat="46.7124570" lon="7.9694488" version="1" timestamp="2011-09-02T11:00:45Z" changeset="9192141" uid="188412" user="thomasFRU">
+ <tag k="name" v="Bellevue Iseltwald"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1423031216" lat="47.1492316" lon="9.1442025" version="3" timestamp="2012-12-08T14:18:02Z" changeset="14200369" uid="908746" user="dulix9">
+ <tag k="name" v="Hotel Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1423125926" lat="46.2063402" lon="7.1809579" version="1" timestamp="2011-09-04T15:18:17Z" changeset="9209886" uid="17835" user="Stéphane Brunner">
+ <tag k="name" v="Hostellerie de l'Ardève"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1423740030" lat="47.0496569" lon="8.3073748" version="3" timestamp="2014-02-19T17:35:58Z" changeset="20659588" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Sammlung Rosengart"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikipedia" v="de:Sammlung Rosengart"/>
+ </node>
+ <node id="1425079625" lat="46.5183526" lon="7.0560644" version="1" timestamp="2011-09-06T11:28:51Z" changeset="9226387" uid="125339" user="efred">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Auberge de l'Ange"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1425180901" lat="46.8799721" lon="7.0402711" version="1" timestamp="2011-09-06T14:37:52Z" changeset="9228081" uid="125339" user="efred">
+ <tag k="name" v="Hotel de la Couronne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1426833502" lat="46.4982617" lon="7.0371371" version="1" timestamp="2011-09-08T09:18:39Z" changeset="9243811" uid="125339" user="efred">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Auberge des Préalpes"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1426860571" lat="47.6469999" lon="9.1698951" version="2" timestamp="2012-12-26T22:12:40Z" changeset="14418928" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Hotel-Restaurant Plaza Elmont Plaza AG"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1427064702" lat="46.2866985" lon="6.1563829" version="1" timestamp="2011-09-08T15:18:00Z" changeset="9246517" uid="518943" user="tesfay geberhiwot">
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1431194089" lat="46.4951466" lon="7.6747706" version="4" timestamp="2015-11-24T20:04:06Z" changeset="35558685" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Kandersteg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3718"/>
+ <tag k="addr:street" v="Äussere Dorfstrasse"/>
+ <tag k="contact:email" v="info@hotel-victorial.ch"/>
+ <tag k="contact:fax" v="+41 33 675 81 00"/>
+ <tag k="contact:phone" v="+41 33 675 8000"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="yes"/>
+ <tag k="name" v="Victoria Ritter"/>
+ <tag k="operator" v="Familie Muriel &amp; Casimir Platzen"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-victoria.ch"/>
+ </node>
+ <node id="1433019933" lat="46.5554367" lon="8.5672513" version="1" timestamp="2011-09-14T20:09:01Z" changeset="9302931" uid="475266" user="Lobelt_2">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Albergo San Gottardo"/>
+ <tag k="name:de" v="Hotel San Gottardo"/>
+ <tag k="name:it" v="Albergo San Gottardo"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1433021146" lat="46.5568793" lon="8.5693613" version="1" timestamp="2011-09-14T20:09:39Z" changeset="9302931" uid="475266" user="Lobelt_2">
+ <tag k="name" v="Museo Forte Ospizio San Gottardo"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1433675511" lat="45.9840150" lon="8.9183253" version="1" timestamp="2011-09-15T17:54:03Z" changeset="9310063" uid="522653" user="M_D_Kaiser">
+ <tag k="addr:city" v="Montagnola"/>
+ <tag k="addr:housenumber" v="72"/>
+ <tag k="addr:street" v="Via Collina d'Oro"/>
+ <tag k="name" v="Bella Vista"/>
+ <tag k="source" v="local_knowledge"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1433812386" lat="46.5070975" lon="6.6269699" version="1" timestamp="2011-09-15T20:21:54Z" changeset="9311385" uid="467783" user="philopsil">
+ <tag k="name" v="Aulac"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1433812387" lat="46.5072784" lon="6.6282362" version="1" timestamp="2011-09-15T20:21:54Z" changeset="9311385" uid="467783" user="philopsil">
+ <tag k="name" v="Angleterre"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1435357929" lat="47.6691919" lon="9.0787863" version="3" timestamp="2015-11-11T17:28:24Z" changeset="35244698" uid="135562" user="Seetroll">
+ <tag k="addr:city" v="Ermatingen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="82"/>
+ <tag k="addr:postcode" v="8272"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="name" v="Ermatingerhof"/>
+ <tag k="phone" v="+41716632020"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ermatingerhof.ch"/>
+ </node>
+ <node id="1436693226" lat="47.5788627" lon="8.5819954" version="3" timestamp="2015-05-08T20:58:22Z" changeset="30920792" uid="795660" user="Loremo">
+ <tag k="addr:city" v="Flaach"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:street" v="Steubisallmend"/>
+ <tag k="name" v="Naturzentrum Thurauen"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.naturzentrum-thurauen.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1437228161" lat="46.8777927" lon="9.8803623" version="2" timestamp="2011-09-19T17:52:07Z" changeset="9344946" uid="70696" user="xybot">
+ <tag k="addr:city" v="Klosters"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="95"/>
+ <tag k="addr:street" v="Landstrasse"/>
+ <tag k="email" v="info@hotel-sport.ch"/>
+ <tag k="fax" v="+41 81 423 30 40"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="name" v="Hotel Sport"/>
+ <tag k="phone" v="+41 81 423 30 30"/>
+ <tag k="smoking" v="isolated"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-sport.ch"/>
+ </node>
+ <node id="1437661704" lat="46.7123232" lon="6.3800681" version="5" timestamp="2014-12-10T02:34:00Z" changeset="27369195" uid="2278038" user="etbane">
+ <tag k="email" v="info@museedufer.ch"/>
+ <tag k="name" v="Musée du fer et du chemin de fer"/>
+ <tag k="opening_hours" v="apr-Oct: Mo14:00-18:00, Tu-Su 10:00-18:00, Nov-Mar: Tu-Fr 10:00-18:00"/>
+ <tag k="phone" v="+41 (0)21 843 25 83"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museedufer.ch"/>
+ </node>
+ <node id="1437764751" lat="46.1778807" lon="8.7023650" version="4" timestamp="2015-07-20T13:25:43Z" changeset="32754029" uid="2917713" user="chrisanter">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Ristorante della Stazione"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1439371475" lat="46.1198077" lon="8.7110278" version="1" timestamp="2011-09-21T15:00:06Z" changeset="9361046" uid="404886" user="stephanpls">
+ <tag k="name" v="Ferienwohnung Werz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1447081334" lat="46.8519500" lon="6.8382064" version="1" timestamp="2011-09-27T15:23:54Z" changeset="9411553" uid="125339" user="efred">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel du Lac"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1447082780" lat="46.8496362" lon="6.8447263" version="4" timestamp="2014-08-06T16:29:54Z" changeset="24579150" uid="92387" user="SimonPoole">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Hotel Restaurant du Port"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelduport.ch/"/>
+ </node>
+ <node id="1447469236" lat="46.1977280" lon="6.1508676" version="2" timestamp="2015-08-07T09:39:32Z" changeset="33175167" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:street" v="Terrasse de Saint-Victor"/>
+ <tag k="name" v="Petit-Palais"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1454198740" lat="47.3777704" lon="8.5119228" version="2" timestamp="2014-11-29T16:09:24Z" changeset="27114437" uid="30566" user="Pascal Mages">
+ <tag k="name" v="Olympia"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1456295737" lat="46.6220255" lon="8.0167264" version="3" timestamp="2014-10-05T19:25:50Z" changeset="25881743" uid="92274" user="adjuva">
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="3818"/>
+ <tag k="addr:street" v="Bodenstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Hotel Bodenwald"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1459111720" lat="46.8349472" lon="8.2901676" version="5" timestamp="2015-01-01T15:38:28Z" changeset="27842440" uid="397527" user="Stans">
+ <tag k="addr:postcode" v="6067"/>
+ <tag k="addr:street" v="Melchtalerstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="nuenalp@bluewin.ch"/>
+ <tag k="fax" v="+41416691474"/>
+ <tag k="name" v="Hotel Gasthaus Nünalp"/>
+ <tag k="phone" v="+41416691224"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.melchsee-frutt.ch/de/page.cfm/Unterkunft_Gastronomie/Restaurants/restaurant_nuenalp"/>
+ </node>
+ <node id="1459145873" lat="46.8340870" lon="8.2886886" version="4" timestamp="2014-12-30T10:11:12Z" changeset="27795383" uid="190676" user="highbuilder">
+ <tag k="addr:postcode" v="6067"/>
+ <tag k="addr:street" v="Melchtalerstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="hotel.alpenhof.melchtal@bluewin.ch"/>
+ <tag k="fax" v="+41-41-6691433"/>
+ <tag k="name" v="Hotel Alpenhof"/>
+ <tag k="phone" v="+41-41-6691237"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelalpenhofpost.ch/"/>
+ </node>
+ <node id="1461102398" lat="46.1975955" lon="6.1533626" version="6" timestamp="2013-02-16T19:41:14Z" changeset="15055700" uid="667422" user="Alex-7">
+ <tag k="name" v="Fondation Baur"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://fondation-baur.ch"/>
+ </node>
+ <node id="1461955460" lat="46.7294315" lon="7.6223285" version="2" timestamp="2012-07-12T09:46:19Z" changeset="12193983" uid="450001" user="daland67">
+ <tag k="fixme" v="kein Museum bekannt!!?? nur Fabrikgelände"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1479486528" lat="46.4401818" lon="8.8418435" version="1" timestamp="2011-10-24T21:13:58Z" changeset="9647725" uid="9353" user="Schäuble Michele">
+ <tag k="email" v="defanti.hotel@bluewin.ch"/>
+ <tag k="fax" v="0041 91 865 17 26"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Albergo Defanti"/>
+ <tag k="phone" v="0041 91 865 14 34"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.defanti.ch/"/>
+ </node>
+ <node id="1481473698" lat="46.2075839" lon="6.1336577" version="1" timestamp="2011-10-26T17:33:45Z" changeset="9662146" uid="120583" user="x-pab">
+ <tag k="name" v="Musée Voltaire"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1483240189" lat="47.0498297" lon="8.3090100" version="1" timestamp="2011-10-28T05:58:22Z" changeset="9673761" uid="74900" user="FischersFritz">
+ <tag k="name" v="Monopol"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1484878275" lat="46.8377935" lon="9.6379564" version="1" timestamp="2011-10-29T17:53:56Z" changeset="9686942" uid="545747" user="marc1999">
+ <tag k="name" v="Pagiger Stübli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1485039289" lat="47.0569576" lon="8.3112262" version="3" timestamp="2013-06-22T21:29:22Z" changeset="16661921" uid="1556844" user="MisterG">
+ <tag k="name" v="Bourbaki Panorama"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.bourbakipanorama.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:description" v="Plattformlift ins 1. und 2. OG. Wird vom Personal bedient"/>
+ <tag k="wikipedia" v="de:Bourbaki-Panorama"/>
+ </node>
+ <node id="1487230903" lat="46.1971390" lon="6.1690614" version="2" timestamp="2015-08-08T07:03:48Z" changeset="33195523" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:street" v="Promenade Charles-Martin"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Le Cenacle"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1487350761" lat="46.6874313" lon="7.7951371" version="2" timestamp="2011-10-31T14:46:03Z" changeset="9704059" uid="546805" user="Bauli">
+ <tag k="designation" v="2 Star"/>
+ <tag k="name" v="Beatus"/>
+ <tag k="source" v="http://www.beatus-interlaken.ch/"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1492836234" lat="47.4594190" lon="9.3934991" version="1" timestamp="2011-11-05T22:12:21Z" changeset="9751131" uid="26726" user="lonvia">
+ <tag k="name" v="Zum Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1501071514" lat="47.6036420" lon="9.2869619" version="1" timestamp="2011-11-13T09:31:29Z" changeset="9811654" uid="26726" user="lonvia">
+ <tag k="name" v="Am Lindeneck"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1502026664" lat="46.5071790" lon="8.3067716" version="3" timestamp="2014-07-27T12:07:03Z" changeset="24383074" uid="12837" user="flschm">
+ <tag k="name" v="Hotel Alpina"/>
+ <tag k="phone" v="+41 27 9731330"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alpina-ulrichen.ch"/>
+ </node>
+ <node id="1502026671" lat="46.5076302" lon="8.3062001" version="2" timestamp="2014-07-27T12:07:03Z" changeset="24383074" uid="12837" user="flschm">
+ <tag k="name" v="Hotel Astoria"/>
+ <tag k="phone" v="+41 (0)27 9731235"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.astoria-obergoms.ch"/>
+ </node>
+ <node id="1502026676" lat="46.4635822" lon="8.2329494" version="2" timestamp="2013-02-07T07:18:25Z" changeset="14941819" uid="538582" user="koebilee">
+ <tag k="name" v="Hotel Gommerhof"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1502026679" lat="46.4623501" lon="8.2325892" version="2" timestamp="2013-02-07T07:18:26Z" changeset="14941819" uid="538582" user="koebilee">
+ <tag k="name" v="Hotel Tenne"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1502682362" lat="47.4804375" lon="8.3136470" version="1" timestamp="2011-11-14T07:51:01Z" changeset="9822235" uid="94720" user="lison">
+ <tag k="addr:city" v="Baden"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="5400"/>
+ <tag k="addr:street" v="Kurplatz"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="fax" v="+41-56-200 0 250"/>
+ <tag k="name" v="Atrium-Hotel-Blume"/>
+ <tag k="phone" v="+41-56-200 0 200"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.blume-baden.ch"/>
+ </node>
+ <node id="1505218417" lat="46.4329359" lon="6.9170228" version="1" timestamp="2011-11-16T14:40:57Z" changeset="9845267" uid="178186" user="mdk">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:street" v="Rue du Temple"/>
+ <tag k="name" v="Hotel Tralala"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1508436774" lat="46.7123133" lon="7.7025391" version="2" timestamp="2013-03-10T20:36:51Z" changeset="15321029" uid="126246" user="mocoohay">
+ <tag k="addr:city" v="Gunten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="90"/>
+ <tag k="addr:postcode" v="3654"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="info@parkhotel-gunten.ch"/>
+ <tag k="fax" v="+41 33 252 88 88"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Parkhotel Gunten"/>
+ <tag k="phone" v="+41 33 252 88 52"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.parkhotel-gunten.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1509166298" lat="47.6342877" lon="8.7951619" version="2" timestamp="2012-08-01T12:52:15Z" changeset="12573757" uid="774416" user="garfild13">
+ <tag k="addr:city" v="Oberstammheim"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="8477"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="name" v="Landgashof Schwert"/>
+ <tag k="phone" v="+4152-74511-14"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="schwert.ch"/>
+ </node>
+ <node id="1511936755" lat="47.1695928" lon="8.1196123" version="2" timestamp="2012-12-02T20:34:33Z" changeset="14130700" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="6210"/>
+ <tag k="addr:street" v="Bellevueweg"/>
+ <tag k="name" v="Bellevue am See"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.bellevue-sursee.ch"/>
+ </node>
+ <node id="1511936765" lat="47.1736500" lon="8.1094045" version="3" timestamp="2012-12-01T10:37:04Z" changeset="14109580" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="6210"/>
+ <tag k="addr:street" v="Theaterstrasse"/>
+ <tag k="name" v="St. Urbanhof"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.sankturbanhof.ch"/>
+ </node>
+ <node id="1511936768" lat="47.1695272" lon="8.1135314" version="2" timestamp="2012-11-22T21:17:28Z" changeset="13991020" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="6210"/>
+ <tag k="addr:street" v="Luzernstrasse"/>
+ <tag k="name" v="Brauerei"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1511949897" lat="47.1722859" lon="8.1052498" version="1" timestamp="2011-11-21T21:20:15Z" changeset="9902110" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="6210"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Hotel Sursee"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-sursee.ch"/>
+ </node>
+ <node id="1511949906" lat="47.1716256" lon="8.1060540" version="2" timestamp="2012-12-25T19:53:42Z" changeset="14404398" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="6210"/>
+ <tag k="addr:street" v="Centralstrasse"/>
+ <tag k="name" v="Central"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://damario.ch"/>
+ </node>
+ <node id="1512081525" lat="47.1721105" lon="8.1102893" version="2" timestamp="2012-12-08T14:55:40Z" changeset="14200589" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="6210"/>
+ <tag k="addr:street" v="Oberstadt"/>
+ <tag k="name" v="Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hirschen-sursee.ch"/>
+ </node>
+ <node id="1516280690" lat="45.8781101" lon="8.9865411" version="2" timestamp="2014-12-26T12:10:13Z" changeset="27706981" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Mendrisio"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="6850"/>
+ <tag k="addr:street" v="Via Carlo Maderno"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="email" v="info@hotelmorgana.ch"/>
+ <tag k="fax" v="+41-91-646 42 64"/>
+ <tag k="name" v="Hotel Morgana"/>
+ <tag k="phone" v="+41-91-646 23 55"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelmorgana.ch"/>
+ </node>
+ <node id="1516283058" lat="45.8712777" lon="8.9878255" version="4" timestamp="2015-02-15T10:13:21Z" changeset="28859045" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Mendrisio"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="6850"/>
+ <tag k="addr:street" v="Piazzetta Fontana"/>
+ <tag k="amenity" v="bar"/>
+ <tag k="email" v="garnisport@bluewin.ch"/>
+ <tag k="fax" v="+41-91-646 38 33"/>
+ <tag k="name" v="Garni Bar Sport"/>
+ <tag k="outdoor_seating" v="no"/>
+ <tag k="phone" v="+41-91-646 15 60"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1516302195" lat="45.8702219" lon="8.9888786" version="4" timestamp="2015-02-15T10:13:21Z" changeset="28859045" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Mendrisio"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="6850"/>
+ <tag k="addr:street" v="Piazza del Ponte"/>
+ <tag k="amenity" v="bar"/>
+ <tag k="email" v="bar.commercio.ch@gmail.com"/>
+ <tag k="name" v="Albergo Bar Commercio"/>
+ <tag k="outdoor_seating" v="yes"/>
+ <tag k="phone" v="+41 91 646 38 77"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.barcommercioch.blogspot.com"/>
+ </node>
+ <node id="1518396137" lat="47.0543195" lon="8.3102224" version="4" timestamp="2013-04-02T20:07:16Z" changeset="15586387" uid="1322924" user="DamienM">
+ <tag k="name" v="Schweizerhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:description" v="Man muss von hinten rein"/>
+ </node>
+ <node id="1518396141" lat="47.0406763" lon="8.3077845" version="1" timestamp="2011-11-26T20:09:35Z" changeset="9960214" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Steghof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1525005900" lat="47.3694447" lon="8.7710816" version="5" timestamp="2011-12-05T11:59:57Z" changeset="10041254" uid="555807" user="Internethias">
+ <tag k="name" v="Quers Inn"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://quersinn.ch/"/>
+ </node>
+ <node id="1532749927" lat="47.5575308" lon="8.8966451" version="3" timestamp="2015-09-04T08:19:35Z" changeset="33788186" uid="79025" user="mstock">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Blumenstein"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-blumenstein.ch/"/>
+ </node>
+ <node id="1532752124" lat="47.5561868" lon="8.8955963" version="3" timestamp="2014-07-25T13:39:55Z" changeset="24350269" uid="79025" user="mstock">
+ <tag k="name" v="Hotel Hirt im Rhyhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hirt-im-rhyhof.ch/hotel/default.html"/>
+ </node>
+ <node id="1532756863" lat="47.5540815" lon="8.8951490" version="2" timestamp="2015-07-29T05:30:53Z" changeset="32946964" uid="607136" user="butl">
+ <tag k="name" v="Gasthof zum goldenen Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1532761463" lat="47.5527546" lon="8.8907591" version="5" timestamp="2015-10-24T17:13:26Z" changeset="34844919" uid="79025" user="mstock">
+ <tag k="name" v="Hotel Libelle"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://hotel-libelle.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1539783092" lat="46.0235969" lon="7.7539033" version="2" timestamp="2011-12-10T17:37:15Z" changeset="10083078" uid="179581" user="Geofreund1">
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:street" v="Gryfelblatte"/>
+ <tag k="name" v="Holiday"/>
+ <tag k="phone" v="+41 27 967 12 03"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1539899428" lat="47.1983307" lon="7.4295597" version="1" timestamp="2011-12-10T18:53:36Z" changeset="10083835" uid="178186" user="mdk">
+ <tag k="name" v="St. Urs und Viktor"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1540254042" lat="46.3091604" lon="7.4767958" version="3" timestamp="2013-04-07T21:46:14Z" changeset="15647561" uid="567573" user="ben123456789">
+ <tag k="addr:city" v="Crans-Montana"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="3963"/>
+ <tag k="name" v="Hotel du Lac"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hoteldulac-crans-montana.ch"/>
+ </node>
+ <node id="1543903591" lat="46.9937064" lon="8.6037093" version="1" timestamp="2011-12-13T08:01:39Z" changeset="10105574" uid="74900" user="FischersFritz">
+ <tag k="name" v="Waldstätter Hof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1545780645" lat="46.7920729" lon="10.2926988" version="1" timestamp="2011-12-14T14:10:48Z" changeset="10116301" uid="178186" user="mdk">
+ <tag k="addr:city" v="Scuol"/>
+ <tag k="addr:housenumber" v="417"/>
+ <tag k="addr:postcode" v="7550"/>
+ <tag k="addr:street" v="Via da Rachögna"/>
+ <tag k="name" v="Hotel Arnica Scuol"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.arnica-scuol.ch"/>
+ </node>
+ <node id="1550089711" lat="47.4778006" lon="8.3063851" version="6" timestamp="2014-11-24T08:17:35Z" changeset="26989337" uid="1232723" user="gerzim">
+ <tag k="addr:city" v="Baden"/>
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:postcode" v="5400"/>
+ <tag k="addr:street" v="Haselstrasse"/>
+ <tag k="email" v="info@bluecityhotel.ch"/>
+ <tag k="fax" v="+41 56 200 18 19"/>
+ <tag k="name" v="Blue City Hotel"/>
+ <tag k="phone" v="+41 56 200 18 18"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.bluecityhotel.ch"/>
+ </node>
+ <node id="1551920660" lat="46.7987524" lon="9.7026119" version="3" timestamp="2011-12-31T13:59:47Z" changeset="10254985" uid="178186" user="mdk">
+ <tag k="history" v="retrieved using undelete JOSM plugin"/>
+ <tag k="name" v="Rütihof"/>
+ <tag k="phone" v="+41 81 377 11 28"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ruetihof.ch/"/>
+ <tag k="year_built" v="1797"/>
+ </node>
+ <node id="1553431791" lat="47.0561008" lon="8.3103043" version="2" timestamp="2015-05-08T11:06:59Z" changeset="30900511" uid="2385757" user="gekapes">
+ <tag k="addr:city" v="Luzern"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="6004"/>
+ <tag k="addr:street" v="Zürichstrasse"/>
+ <tag k="name" v="Ambassador"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1553431812" lat="47.0558753" lon="8.3102950" version="1" timestamp="2011-12-19T07:36:38Z" changeset="10153349" uid="74900" user="FischersFritz">
+ <tag k="name" v="Hotel de la Paix"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1553431853" lat="47.0550810" lon="8.3110279" version="1" timestamp="2011-12-19T07:36:39Z" changeset="10153349" uid="74900" user="FischersFritz">
+ <tag k="name" v="Luzernerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1557505009" lat="46.1738526" lon="7.1958465" version="1" timestamp="2011-12-21T20:28:02Z" changeset="10174988" uid="510390" user="obitus">
+ <tag k="name" v="Bains de Saillon"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1564845064" lat="47.5173473" lon="9.4376613" version="3" timestamp="2013-09-08T01:46:27Z" changeset="17725989" uid="135562" user="Seetroll">
+ <tag k="name" v="Saurer Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1570631405" lat="46.5138866" lon="8.3239151" version="3" timestamp="2014-03-22T22:40:05Z" changeset="21254334" uid="131561" user="filot">
+ <tag k="name" v="Grimsel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1572577178" lat="47.3743026" lon="8.4831441" version="1" timestamp="2012-01-01T12:51:40Z" changeset="10261040" uid="78090" user="Roman Fischer">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:street" v="Triemlistrasse"/>
+ <tag k="name" v="Ortsmuseum Albisrieden"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1573053765" lat="47.4142493" lon="8.5413316" version="3" timestamp="2014-05-02T18:54:33Z" changeset="22090979" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="8050"/>
+ <tag k="addr:street" v="Max-Bill-Platz"/>
+ <tag k="name" v="Courtyard Marriott"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.marriott.de/hotels/travel/zrhcy-courtyard-zurich-north/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1573053812" lat="47.0520333" lon="8.3044753" version="2" timestamp="2014-01-15T12:48:32Z" changeset="20013405" uid="71497" user="kusmi">
+ <tag k="attraction:ref" v="1"/>
+ <tag k="ele" v="468"/>
+ <tag k="name" v="Hotel Krone"/>
+ <tag k="sightseeingtour:attraction" v="yes"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.krone-luzern.ch/"/>
+ </node>
+ <node id="1573053816" lat="47.0521207" lon="8.3065751" version="4" timestamp="2015-05-09T09:21:19Z" changeset="30931830" uid="397527" user="Stans">
+ <tag k="addr:city" v="Luzern"/>
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="6004"/>
+ <tag k="addr:street" v="Furrengasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="italian"/>
+ <tag k="name" v="Hotel zum Weisses Kreuz"/>
+ <tag k="opening_hours" v="Mo-Su 11:00-23:00"/>
+ <tag k="phone" v="+41 41 418 82 20"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.altstadthotelluzern.ch/"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1573395755" lat="46.8773212" lon="8.2191042" version="1" timestamp="2012-01-01T23:23:02Z" changeset="10266798" uid="178186" user="mdk">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="thai"/>
+ <tag k="name" v="Wilerbad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1579646984" lat="46.5447696" lon="9.2937744" version="1" timestamp="2012-01-06T16:55:03Z" changeset="10313479" uid="230707" user="stanton">
+ <tag k="addr:city" v="Medels"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7436"/>
+ <tag k="name" v="Walserhof"/>
+ <tag k="phone" v="+41 81 6641612"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.walserhof-spluegen.ch"/>
+ </node>
+ <node id="1580502703" lat="47.3469911" lon="8.5794413" version="2" timestamp="2015-06-13T12:03:39Z" changeset="31942301" uid="1218134" user="Sarob">
+ <tag k="addr:city" v="Zollikon"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="8702"/>
+ <tag k="addr:street" v="Witellikerstrasse"/>
+ <tag k="name" v="Dorothee Kleiner Historische Sammlung"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1581177885" lat="46.4947730" lon="6.3917427" version="1" timestamp="2012-01-07T16:50:24Z" changeset="10323047" uid="195875" user="inisheer">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hôtel-Restaurant du Commerce"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1581271912" lat="47.4991899" lon="8.7295274" version="3" timestamp="2015-07-22T16:13:19Z" changeset="32805988" uid="85218" user="Aleks-Berlin">
+ <tag k="addr:postcode" v="8400"/>
+ <tag k="name" v="Gewerbemuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1581271916" lat="47.5017786" lon="8.7303768" version="2" timestamp="2013-10-06T14:07:13Z" changeset="18212382" uid="524500" user="wheelmap_android">
+ <tag k="name" v="Kunstmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1581271929" lat="47.5001599" lon="8.7299100" version="6" timestamp="2015-04-19T21:10:09Z" changeset="30341810" uid="178186" user="mdk">
+ <tag k="name" v="Museum Briner+Kern"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://museumbrinerundkern.ch/"/>
+ <tag k="wikidata" v="Q1670093"/>
+ <tag k="wikipedia" v="de:Museum Briner und Kern"/>
+ </node>
+ <node id="1581271932" lat="47.5015142" lon="8.7304234" version="2" timestamp="2013-10-06T14:07:03Z" changeset="18212382" uid="524500" user="wheelmap_android">
+ <tag k="name" v="Naturmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1581313628" lat="47.5548126" lon="7.5881207" version="3" timestamp="2012-10-21T11:01:14Z" changeset="13577053" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:street" v="Im Lohnhof"/>
+ <tag k="name" v="Musikmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.hmb.ch/ueber-das-museum/vier-ausstellungshaeuser/musikmuseum.html"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1586989745" lat="46.9911049" lon="8.5261033" version="1" timestamp="2012-01-12T13:11:28Z" changeset="10369323" uid="178186" user="mdk">
+ <tag k="name" v="Riviera"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.seehotel-riviera.ch"/>
+ </node>
+ <node id="1586989752" lat="46.9908128" lon="8.5247889" version="1" timestamp="2012-01-12T13:11:28Z" changeset="10369323" uid="178186" user="mdk">
+ <tag k="name" v="Schwert"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.schwert-gersau.ch/"/>
+ </node>
+ <node id="1586989760" lat="46.9934080" lon="8.5268639" version="1" timestamp="2012-01-12T13:11:29Z" changeset="10369323" uid="178186" user="mdk">
+ <tag k="name" v="Schäfli"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://schaefli-gersau.ch/"/>
+ </node>
+ <node id="1588444544" lat="46.7196867" lon="9.1715688" version="1" timestamp="2012-01-13T16:03:53Z" changeset="10379792" uid="585223" user="brüno">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="italian"/>
+ <tag k="name" v="Gravas"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1588742357" lat="47.6593709" lon="8.8600641" version="4" timestamp="2014-10-31T19:07:15Z" changeset="26468184" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="cafe"/>
+ <tag k="name" v="Krippenwelt"/>
+ <tag k="opening_hours" v="Tu-Su 10:00-18:00"/>
+ <tag k="phone" v="+41 52 721 00 05"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1597755065" lat="46.7941896" lon="9.8238454" version="2" timestamp="2013-04-02T13:04:00Z" changeset="15578813" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Ochsen 2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1598176934" lat="47.6645520" lon="9.1337749" version="1" timestamp="2012-01-19T21:38:42Z" changeset="10441545" uid="178186" user="mdk">
+ <tag k="addr:city" v="Gottlieben"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="8274"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="name" v="Krone"/>
+ <tag k="phone" v="+4171 6 66 80 60"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.romantikhotel.ch"/>
+ </node>
+ <node id="1598939239" lat="47.5547530" lon="7.6192670" version="5" timestamp="2012-12-31T16:29:18Z" changeset="14479717" uid="523367" user="MischaF">
+ <tag k="addr:city" v="Birsfelden"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="4127"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="name" v="Alfa"/>
+ <tag k="phone" v="+41 61 315 62 62"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="www.hotel-alfa-birsfelden.ch"/>
+ </node>
+ <node id="1599295196" lat="46.2205035" lon="6.1140380" version="3" timestamp="2012-10-03T20:56:20Z" changeset="13353540" uid="195175" user="Ptigrouick">
+ <tag k="brand" v="Accor"/>
+ <tag k="name" v="Ibis Budget"/>
+ <tag k="old_name" v="Etap Hotel"/>
+ <tag k="operator" v="Ibis Budget"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1599295224" lat="46.2260695" lon="6.1063881" version="3" timestamp="2013-05-22T11:46:50Z" changeset="16236639" uid="120583" user="x-pab">
+ <tag k="name" v="Hôtel 33"/>
+ <tag k="note" v="Changed from amenity:hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1599295237" lat="46.2255070" lon="6.1057877" version="3" timestamp="2013-05-22T11:46:50Z" changeset="16236639" uid="120583" user="x-pab">
+ <tag k="name" v="Hôtel Phoenix"/>
+ <tag k="note" v="Changed from amenity:hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1606486182" lat="46.4845444" lon="7.5670248" version="1" timestamp="2012-01-26T13:21:56Z" changeset="10503084" uid="125339" user="efred">
+ <tag k="name" v="Alpina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1606915729" lat="47.4329466" lon="8.5646414" version="1" timestamp="2012-01-26T21:02:20Z" changeset="10507227" uid="462088" user="michael63">
+ <tag k="name" v="nh"/>
+ <tag k="source" v="Bing"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1606992473" lat="46.7990467" lon="10.3029797" version="5" timestamp="2014-01-06T22:39:05Z" changeset="19854023" uid="92387" user="SimonPoole">
+ <tag k="addr:city" v="Suol"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="199"/>
+ <tag k="addr:postcode" v="7550"/>
+ <tag k="addr:street" v="Via Ospital"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Uva"/>
+ <tag k="name:de" v="Traube"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1613719614" lat="47.2561981" lon="9.3201782" version="3" timestamp="2013-06-01T15:30:30Z" changeset="16377325" uid="290680" user="wheelmap_visitor">
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1615703375" lat="45.9224992" lon="8.9153720" version="6" timestamp="2015-06-06T07:19:38Z" changeset="31762161" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Morcote"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="6922"/>
+ <tag k="addr:street" v="Riva da Sant Antoni"/>
+ <tag k="name" v="Albergo Ristorante Rivabella"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.rivabellamorcote.ch"/>
+ </node>
+ <node id="1617870589" lat="47.4093903" lon="8.5425170" version="1" timestamp="2012-02-04T16:22:28Z" changeset="10585860" uid="16008" user="Tric">
+ <tag k="name" v="Hotel Löwen"/>
+ <tag k="phone" v="+41 44 310 16 90"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-loewen-zuerich.ch"/>
+ </node>
+ <node id="1620550102" lat="47.5558407" lon="7.6142726" version="4" timestamp="2014-10-12T07:25:27Z" changeset="26019760" uid="109705" user="gscholz">
+ <tag k="addr:housenumber" v="149"/>
+ <tag k="addr:street" v="Zürcherstrasse"/>
+ <tag k="email" v="mail@dasbreitehotel.ch"/>
+ <tag k="name" v="Das Breite Hotel"/>
+ <tag k="phone" v="+41 (0)61 3156565"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.dasbreitehotel.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1625432208" lat="46.7310100" lon="8.4278816" version="2" timestamp="2013-08-19T04:54:47Z" changeset="17405296" uid="236221" user="deocka">
+ <tag k="name" v="Steingletscher"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.sustenpass.ch/de/Angebote/Hotel-Restaurant_Steingletscher"/>
+ </node>
+ <node id="1625469627" lat="46.3934061" lon="6.2571170" version="1" timestamp="2012-02-09T16:26:42Z" changeset="10635422" uid="510390" user="obitus">
+ <tag k="name" v="La Barcarolle"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1628213480" lat="46.0961944" lon="7.2261173" version="2" timestamp="2012-04-30T19:08:15Z" changeset="11463355" uid="67547" user="gregus_">
+ <tag k="contact:email" v="nevaihotel@kingsverbier.ch"/>
+ <tag k="contact:phone" v="+41 27 775 40 00"/>
+ <tag k="contact:website" v="www.hotelnevai.com"/>
+ <tag k="name" v="Nevaï"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1630421911" lat="47.3053014" lon="7.8892647" version="3" timestamp="2015-09-20T11:45:52Z" changeset="34139009" uid="3238442" user="VanessaProcacci">
+ <tag k="name" v="Heimatmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1633915565" lat="46.5241749" lon="9.6206733" version="2" timestamp="2013-07-20T08:42:43Z" changeset="17020799" uid="556498" user="tungstentt">
+ <tag k="addr:city" v="Mulegns"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:street" v="Via Gülia"/>
+ <tag k="addr:street:de" v="Julierstrasse"/>
+ <tag k="name" v="Hotel Löwe Post"/>
+ <tag k="phone" v="+41 81 6845141"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hri.ch/7455/POSTHOTEL+L%D6WEN%2D"/>
+ </node>
+ <node id="1634936910" lat="46.6593452" lon="7.6962298" version="1" timestamp="2012-02-16T08:17:50Z" changeset="10699522" uid="125339" user="efred">
+ <tag k="name" v="Aeschipark"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1635382637" lat="46.2102921" lon="6.1505947" version="3" timestamp="2012-12-25T19:38:26Z" changeset="14404227" uid="300892" user="b_l">
+ <tag k="name" v="Hotel Kempinsky"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1635780937" lat="46.5202910" lon="6.6301095" version="1" timestamp="2012-02-16T22:05:41Z" changeset="10706366" uid="1393" user="jnsc">
+ <tag k="name" v="LHOTEL"/>
+ <tag k="rooms" v="26"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1639346054" lat="47.0130637" lon="6.9720669" version="3" timestamp="2014-08-10T20:20:56Z" changeset="24663324" uid="1894634" user="Wikilux">
+ <tag k="addr:city" v="Hauterive NE"/>
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="2068"/>
+ <tag k="addr:street" v="Rue de la Croix-d'Or"/>
+ <tag k="name" v="Hôtel Les Vieux Toits"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1639950859" lat="47.1084989" lon="9.2410213" version="4" timestamp="2014-04-28T22:16:25Z" changeset="22011893" uid="501454" user="RuU">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Don Camillo"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1639950879" lat="47.1095017" lon="9.2414035" version="6" timestamp="2014-05-30T08:24:23Z" changeset="22633370" uid="501454" user="RuU">
+ <tag k="addr:city" v="Quarten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8883"/>
+ <tag k="addr:street" v="Josef-Kentenich-Weg"/>
+ <tag k="name" v="Bildungszentrum Neu-Schönstatt"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1640255397" lat="46.4933256" lon="7.5600264" version="1" timestamp="2012-02-20T09:14:08Z" changeset="10738379" uid="125339" user="efred">
+ <tag k="name" v="Viktoria Eden"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1650227346" lat="46.0965933" lon="7.2262904" version="3" timestamp="2013-03-04T22:19:51Z" changeset="15252525" uid="67547" user="gregus_">
+ <tag k="contact:email" v="info@kingsverbier.ch"/>
+ <tag k="contact:fax" v="+41 27 775 20 34"/>
+ <tag k="contact:phone" v="+41 27 775 20 10"/>
+ <tag k="contact:website" v="www.kingsverbier.ch"/>
+ <tag k="name" v="Kings Parc"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1650227360" lat="46.0952905" lon="7.2286527" version="2" timestamp="2013-03-04T20:58:04Z" changeset="15251577" uid="67547" user="gregus_">
+ <tag k="name" v="Vanessa"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1651613495" lat="46.0953615" lon="7.2302027" version="2" timestamp="2012-04-18T20:23:04Z" changeset="11348284" uid="67547" user="gregus_">
+ <tag k="addr:city" v="Verbier"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="1936"/>
+ <tag k="addr:street" v="rue de Médran"/>
+ <tag k="contact:email" v="hoteldelaposte@verbier.ch"/>
+ <tag k="contact:fax" v="+41 27 771 34 01"/>
+ <tag k="contact:phone" v="+41 27 771 66 81"/>
+ <tag k="contact:website" v="www.hotelposteverbier.ch"/>
+ <tag k="name" v="Hotel de la Poste"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1652085303" lat="46.4890092" lon="9.8354856" version="3" timestamp="2013-09-28T16:11:48Z" changeset="18079097" uid="199058" user="pegeka">
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:street" v="Via dal Bagn"/>
+ <tag k="fee" v="no"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="ThePiz"/>
+ <tag k="phone" v="081 82 11 11"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.piz-stmoritz.ch"/>
+ </node>
+ <node id="1653248150" lat="47.4532617" lon="9.5517726" version="2" timestamp="2012-12-05T22:10:29Z" changeset="14168930" uid="122406" user="hanskuster">
+ <tag k="name" v="Hotel Krone"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1658851253" lat="46.0168367" lon="7.7437419" version="1" timestamp="2012-03-04T11:08:26Z" changeset="10866981" uid="179581" user="Geofreund1">
+ <tag k="name" v="Alpenblick"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1658851256" lat="46.0164945" lon="7.7434647" version="2" timestamp="2013-04-19T12:10:29Z" changeset="15784584" uid="67547" user="gregus_">
+ <tag k="addr:housenumber" v="79"/>
+ <tag k="addr:street" v="Oberdorfstrasse"/>
+ <tag k="name" v="Alpenrose"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1658919275" lat="47.3791820" lon="8.5453330" version="2" timestamp="2012-08-31T23:30:26Z" changeset="12937533" uid="837071" user="Kai_23">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8001"/>
+ <tag k="addr:street" v="Leonhardstrasse"/>
+ <tag k="name" v="Leoneck Hotel"/>
+ <tag k="phone" v="+41 44 254 2222"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.leoneck.ch/"/>
+ <tag k="wifi" v="free"/>
+ </node>
+ <node id="1665579831" lat="46.9882297" lon="6.8947421" version="1" timestamp="2012-03-08T09:07:59Z" changeset="10907254" uid="619320" user="Spectree1">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1665650671" lat="46.9915139" lon="6.9353427" version="1" timestamp="2012-03-08T10:40:55Z" changeset="10907254" uid="619320" user="Spectree1">
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1668248882" lat="47.4174544" lon="8.2146936" version="1" timestamp="2012-03-10T06:55:26Z" changeset="10928525" uid="79437" user="GPS-Jack">
+ <tag k="name" v="drei Sternen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1671829627" lat="46.5882019" lon="7.6456874" version="2" timestamp="2015-06-15T09:04:36Z" changeset="31978757" uid="190676" user="highbuilder">
+ <tag k="addr:city" v="Frutigen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="3714"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="name" v="Landhaus Adler"/>
+ <tag k="phone" v="+41 33 671 1271"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.landhaus-adler.ch"/>
+ </node>
+ <node id="1671947248" lat="46.5174807" lon="6.6299556" version="1" timestamp="2012-03-12T13:15:31Z" changeset="10954665" uid="195875" user="inisheer">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Continental"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1672073607" lat="46.6077193" lon="7.6621879" version="1" timestamp="2012-03-12T14:44:57Z" changeset="10955595" uid="125339" user="efred">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1673042734" lat="46.5943231" lon="7.6515062" version="1" timestamp="2012-03-13T08:02:53Z" changeset="10963845" uid="125339" user="efred">
+ <tag k="addr:city" v="Frutigen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="3714"/>
+ <tag k="addr:street" v="Spiezstrasse"/>
+ <tag k="name" v="Rustica"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1673091423" lat="46.5906294" lon="7.6502827" version="2" timestamp="2015-06-16T10:53:33Z" changeset="32003589" uid="190676" user="highbuilder">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1673589411" lat="46.3562719" lon="8.0458732" version="1" timestamp="2012-03-13T17:08:50Z" changeset="10969153" uid="130262" user="Holzwurmch">
+ <tag k="name" v="Hotel Aletsch"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1674875398" lat="47.0443996" lon="8.3682467" version="1" timestamp="2012-03-14T19:29:07Z" changeset="10981356" uid="178186" user="mdk">
+ <tag k="name" v="Balm"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1675863446" lat="47.3901111" lon="8.0446983" version="3" timestamp="2015-04-28T06:07:25Z" changeset="30570172" uid="190676" user="highbuilder">
+ <tag k="addr:city" v="Aarau"/>
+ <tag k="addr:postcode" v="5000"/>
+ <tag k="addr:street" v="Aargauerplatz"/>
+ <tag k="name" v="Aargauer Kunsthaus"/>
+ <tag k="opening_hours" v="Tu-We 10:00-17:00;Th 10:00-20:00;Fr-Su 10:00-17:00;Mo off"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://aargauerkunsthaus.ch"/>
+ </node>
+ <node id="1676120226" lat="47.6043098" lon="8.2023430" version="2" timestamp="2013-01-30T10:10:15Z" changeset="14845353" uid="165411" user="Stepili">
+ <tag k="email" v="info@festungsmuseum.ch"/>
+ <tag k="name" v="Festungsmuseum Reuenthal"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.festungsmuseum.ch"/>
+ </node>
+ <node id="1676139457" lat="47.5058505" lon="8.0236317" version="3" timestamp="2012-10-21T12:40:29Z" changeset="13579376" uid="443846" user="Vanderhoff">
+ <tag k="name" v="Hotel Adler"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1683109683" lat="46.4368008" lon="6.9324924" version="1" timestamp="2012-03-20T10:34:42Z" changeset="11039715" uid="633985" user="forestier">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1684106799" lat="47.4739716" lon="9.5153344" version="3" timestamp="2015-07-27T14:31:31Z" changeset="32911110" uid="229491" user="DanielLanz">
+ <tag k="addr:city" v="Rorschacherberg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="57"/>
+ <tag k="addr:postcode" v="9404"/>
+ <tag k="addr:street" v="Thalerstrasse"/>
+ <tag k="name" v="Hotel Rebstock"/>
+ <tag k="phone" v="+4171 855 24 55"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.rebstock.ch"/>
+ </node>
+ <node id="1684106800" lat="47.4788315" lon="9.5238243" version="5" timestamp="2015-07-27T14:31:31Z" changeset="32911110" uid="229491" user="DanielLanz">
+ <tag k="addr:city" v="Rorschacherberg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="9404"/>
+ <tag k="addr:street" v="Waldaustrasse"/>
+ <tag k="name" v="Parkhotel Waldau"/>
+ <tag k="phone" v="+4171 855 01 80"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.parkhotelwaldau.ch/"/>
+ </node>
+ <node id="1684683752" lat="46.0079486" lon="8.9790035" version="1" timestamp="2012-03-21T13:46:40Z" changeset="11052314" uid="114161" user="Polarbear">
+ <tag k="addr:city" v="Aldesago - Lugano"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Hotel Colibri"/>
+ <tag k="addr:postcode" v="6974"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Colibri"/>
+ <tag k="phone" v="+41-91-9714242"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelcolibri.ch/"/>
+ </node>
+ <node id="1685933694" lat="47.1968723" lon="8.4821711" version="1" timestamp="2012-03-22T14:05:37Z" changeset="11063012" uid="629669" user="TrackCheck">
+ <tag k="name" v="Zur Linde"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1687834452" lat="46.9098719" lon="9.8106539" version="1" timestamp="2012-03-23T23:10:17Z" changeset="11079527" uid="637674" user="Blucorazon">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Restaurant Old Jnn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1696162004" lat="46.1840063" lon="6.8353545" version="1" timestamp="2012-03-29T13:40:59Z" changeset="11139022" uid="178186" user="mdk">
+ <tag k="name" v="Hotel Telecabine"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1697747626" lat="46.3607398" lon="7.6234469" version="2" timestamp="2013-03-15T12:26:13Z" changeset="15372766" uid="39726" user="MTB54">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1698400308" lat="46.7523137" lon="8.1697942" version="6" timestamp="2014-07-05T19:00:04Z" changeset="23971884" uid="674625" user="Fjellrev">
+ <tag k="addr:housenumber" v="35c"/>
+ <tag k="addr:postcode" v="6083"/>
+ <tag k="addr:street" v="Sattel"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Bären"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hasli-baeren.ch"/>
+ </node>
+ <node id="1699495173" lat="46.0801166" lon="7.2088970" version="2" timestamp="2013-03-05T21:57:21Z" changeset="15264272" uid="67547" user="gregus_">
+ <tag k="contact:email" v="musee@bagnes.ch"/>
+ <tag k="contact:phone" v="+41 27 776 15 25"/>
+ <tag k="contact:website" v="www.museedebagnes.ch"/>
+ <tag k="name" v="Musée de Bagnes"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1700022544" lat="46.0962526" lon="7.2295039" version="3" timestamp="2013-03-04T22:19:47Z" changeset="15252525" uid="67547" user="gregus_">
+ <tag k="contact:email" v="centralhotelverbier@gmail.com"/>
+ <tag k="contact:fax" v="+41 27 771 50 11"/>
+ <tag k="contact:phone" v="+41 27 771 50 07"/>
+ <tag k="contact:website" v="www.verbiercentralhotel.com"/>
+ <tag k="name" v="Central"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1700022575" lat="46.0959779" lon="7.2295606" version="2" timestamp="2013-03-04T22:19:51Z" changeset="15252525" uid="67547" user="gregus_">
+ <tag k="name" v="Le Farinet"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1700022579" lat="46.0943110" lon="7.2187082" version="2" timestamp="2013-04-19T18:21:19Z" changeset="15788642" uid="67547" user="gregus_">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Les Touristes"/>
+ <tag k="source" v="survey 2012.3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1700022583" lat="46.0950320" lon="7.2319529" version="5" timestamp="2013-03-04T20:58:03Z" changeset="15251577" uid="67547" user="gregus_">
+ <tag k="contact:phone" v="+41 27 771 63 35"/>
+ <tag k="name" v="Mirabeau"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1707055861" lat="46.7848374" lon="8.1592167" version="4" timestamp="2014-10-08T21:57:36Z" changeset="25950102" uid="257555" user="rene78">
+ <tag k="name" v="Hotel Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1709242620" lat="47.1290150" lon="9.0515900" version="1" timestamp="2012-04-09T21:32:22Z" changeset="11245856" uid="595514" user="dan34">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="HRM Hotel &amp; Rest. Mineralbad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1709622479" lat="46.3639908" lon="9.1270244" version="2" timestamp="2014-08-12T06:55:33Z" changeset="24694825" uid="249733" user="akr@osm">
+ <tag k="name" v="La Cascata"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1712711806" lat="47.2684474" lon="8.6406486" version="2" timestamp="2013-05-17T12:51:35Z" changeset="16166422" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Ortsmuseum Meilen"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1713911614" lat="47.2072733" lon="7.5395298" version="2" timestamp="2015-05-01T08:49:22Z" changeset="30684645" uid="65804" user="Ronny Standtke">
+ <tag k="contact:email" v="judithhunger@bluewin.ch"/>
+ <tag k="contact:phone" v="+41 32 622 06 94"/>
+ <tag k="contact:website" v="http://www.puppen-spielzeug-museum.ch"/>
+ <tag k="name" v="Solothurner Puppen- und Spielzeugmuseum"/>
+ <tag k="opening_hours" v="We,Th,Sa 14:00-17:00; Su 13:00-17:00"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1714005709" lat="47.6947091" lon="8.6357397" version="6" timestamp="2015-01-04T16:46:31Z" changeset="27914092" uid="1556844" user="MisterG">
+ <tag k="addr:city" v="Schaffhausen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="8200"/>
+ <tag k="addr:street" v="Klosterstrasse"/>
+ <tag k="contact:email" v="admin.allerheiligen@stsh.ch"/>
+ <tag k="contact:fax" v="+41 52 6330788"/>
+ <tag k="contact:phone" v="+41 52 6330777"/>
+ <tag k="name" v="Museum zu Allerheiligen"/>
+ <tag k="phone" v="+41 52 633 07 77"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.allerheiligen.ch/de/alles-fuer-ihren-besuch/rollstuhlfahrerinnen"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wheelchair:description" v="Personal ist sehr hilfsbereit! So werden auch Rampen zu &quot;nicht zugänglichen Bereichen&quot; aufgestellt. Sehr detaillierte Informationen auf der Homepage."/>
+ <tag k="wikipedia" v="de:Museum zu Allerheiligen"/>
+ </node>
+ <node id="1714276610" lat="47.6983198" lon="8.6347224" version="2" timestamp="2012-11-26T06:46:55Z" changeset="14040809" uid="287306" user="Matthias Frank">
+ <tag k="name" v="ZAK"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1715927554" lat="47.2048519" lon="7.5363314" version="2" timestamp="2013-07-28T12:43:42Z" changeset="17124852" uid="481380" user="Nzara">
+ <tag k="addr:city" v="Solothurn"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:street" v="Berntorstrasse"/>
+ <tag k="name" v="Roter Ochsen"/>
+ <tag k="phone" v="+41 32 322 55 33"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelroterochsen.ch"/>
+ </node>
+ <node id="1715946282" lat="47.2034252" lon="7.5427226" version="3" timestamp="2015-02-02T09:57:55Z" changeset="28561977" uid="147368" user="Ecthelias">
+ <tag k="name" v="ENTER"/>
+ <tag k="source" v="http://www.enter-online.ch/"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.enter-online.ch"/>
+ </node>
+ <node id="1716046922" lat="46.5252049" lon="6.6235504" version="1" timestamp="2012-04-14T12:03:41Z" changeset="11297815" uid="195875" user="inisheer">
+ <tag k="name" v="Musée de la machine à écrire"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wikipedia" v="fr:Musée de la machine à écrire de Lausanne"/>
+ </node>
+ <node id="1717939888" lat="47.6960250" lon="8.6361848" version="2" timestamp="2012-11-23T12:09:12Z" changeset="13997841" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Sittich"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1720212661" lat="47.2050088" lon="7.5417217" version="3" timestamp="2015-04-23T20:18:56Z" changeset="30439552" uid="65804" user="Ronny Standtke">
+ <tag k="contact:email" v="reception@ambassador-hotel.ch"/>
+ <tag k="contact:phone" v="+41 32 621 61 81"/>
+ <tag k="contact:website" v="http://www.ambassador-hotel.ch"/>
+ <tag k="name" v="Ambassador"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1722256946" lat="46.0966943" lon="7.2294446" version="2" timestamp="2013-03-04T22:19:47Z" changeset="15252525" uid="67547" user="gregus_">
+ <tag k="email" v="hotel.bristol@verbier.ch"/>
+ <tag k="fax" v="+41 27 771 51 50"/>
+ <tag k="name" v="Bristol"/>
+ <tag k="phone" v="+41 27 771 65 77"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.bristol-verbier.ch"/>
+ </node>
+ <node id="1722257164" lat="46.0957301" lon="7.2301114" version="2" timestamp="2013-03-04T20:58:03Z" changeset="15251577" uid="67547" user="gregus_">
+ <tag k="contact:fax" v="+41 27 771 33 31"/>
+ <tag k="contact:phone" v="+41 27 771 65 25"/>
+ <tag k="contact:website" v="www.hotelrotonde.com"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="La Rotonde"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1723020346" lat="46.0959390" lon="7.2286469" version="3" timestamp="2013-03-04T20:58:00Z" changeset="15251577" uid="67547" user="gregus_">
+ <tag k="contact:website" v="www.hotelverbier.ch"/>
+ <tag k="name" v="De Verbier"/>
+ <tag k="phone" v="+41 27 775 21 21"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1729273293" lat="46.1681193" lon="9.0042023" version="2" timestamp="2014-12-16T12:10:45Z" changeset="27505798" uid="2265854" user="G4rp">
+ <tag k="name" v="Morobbia"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1735051515" lat="46.8212386" lon="8.4080884" version="3" timestamp="2014-04-08T13:26:13Z" changeset="21571432" uid="2017717" user="moritz23">
+ <tag k="name" v="Gasthaus Engel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1739073746" lat="47.0603846" lon="7.0897574" version="3" timestamp="2013-06-25T19:38:01Z" changeset="16704018" uid="103273" user="HB9DTX">
+ <tag k="name" v="J.-J. Rousseau"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1739279725" lat="46.1726497" lon="9.0085400" version="3" timestamp="2015-02-05T21:30:39Z" changeset="28640019" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Giubiasco"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="6a"/>
+ <tag k="addr:postcode" v="6512"/>
+ <tag k="addr:street" v="Via San Giobbe"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Albergo San Giobbe"/>
+ <tag k="rooms" v="16"/>
+ <tag k="source" v="local Knowledge"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelsangiobbe.ch"/>
+ </node>
+ <node id="1739708202" lat="46.9861339" lon="8.3122545" version="2" timestamp="2012-05-03T21:00:53Z" changeset="11492486" uid="660903" user="Rog007">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1741132174" lat="46.2094756" lon="6.1439365" version="1" timestamp="2012-05-05T08:08:15Z" changeset="11505025" uid="300892" user="b_l">
+ <tag k="name" v="Hôtel Cristal"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.fassbindhotels.com/fr-hotel-cristal.html"/>
+ </node>
+ <node id="1742477100" lat="47.1875154" lon="8.3967671" version="2" timestamp="2012-09-22T06:47:50Z" changeset="13203924" uid="476078" user="carsten harnisch">
+ <tag k="name" v="Arcade"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1745262574" lat="46.9876541" lon="8.7237819" version="1" timestamp="2012-05-08T09:30:54Z" changeset="11537121" uid="676980" user="2mal">
+ <tag k="name" v="Hotel Restaurant Sigristenhaus"/>
+ <tag k="source" v="www.sigristenhaus.ch"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1746613669" lat="47.1267986" lon="8.7492673" version="3" timestamp="2015-03-14T12:19:35Z" changeset="29470027" uid="110450" user="gosausee">
+ <tag k="addr:city" v="Einsiedeln"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="72"/>
+ <tag k="addr:postcode" v="8840"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="name" v="Hotel St. Georg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1748455890" lat="46.9694967" lon="8.4709920" version="4" timestamp="2012-11-10T08:56:05Z" changeset="13818170" uid="875145" user="romu_2">
+ <tag k="name" v="Nidwaldnerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1748455999" lat="46.9752164" lon="8.4257585" version="2" timestamp="2015-06-04T18:17:12Z" changeset="31727066" uid="505667" user="Bullroarer">
+ <tag k="name" v="Rigiblick am See"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.deritaliener.ch/"/>
+ </node>
+ <node id="1749584700" lat="46.0967587" lon="7.2278135" version="3" timestamp="2013-03-04T22:19:52Z" changeset="15252525" uid="67547" user="gregus_">
+ <tag k="addr:city" v="Verbier"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="1936"/>
+ <tag k="addr:street" v="Rue de la Poste"/>
+ <tag k="email" v="hotel@phenix-verbier.com"/>
+ <tag k="fax" v="+41 27 771 58 55"/>
+ <tag k="name" v="Phenix"/>
+ <tag k="phone" v="+41 27 771 68 44"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.phenix-verbier.com"/>
+ </node>
+ <node id="1754681455" lat="47.5686177" lon="9.3821080" version="4" timestamp="2014-10-11T23:39:08Z" changeset="26015696" uid="135562" user="Seetroll">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="italian"/>
+ <tag k="name" v="Schlosshotel und Restaurant Tribeli"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1754681456" lat="47.5703590" lon="9.3813604" version="1" timestamp="2012-05-16T09:38:52Z" changeset="11612492" uid="565471" user="bebbi">
+ <tag k="fax" v="+41 71 466 88 77"/>
+ <tag k="name" v="Park-Hotel Inseli"/>
+ <tag k="phone" v="+41 71 466 88 88"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotelinseli.ch"/>
+ </node>
+ <node id="1765235246" lat="46.7500068" lon="9.4404658" version="2" timestamp="2012-06-07T06:08:40Z" changeset="11822037" uid="688933" user="selinak">
+ <tag k="name" v="Schloss Sins - Historisches Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1768216261" lat="46.2208268" lon="6.1520970" version="4" timestamp="2013-09-20T11:46:59Z" changeset="17938824" uid="799112" user="mauriciotogneri">
+ <tag k="name" v="Musée d'histoire des sciences"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1769871099" lat="47.3642734" lon="7.1545717" version="1" timestamp="2012-05-29T20:21:33Z" changeset="11742147" uid="67077" user="tom2">
+ <tag k="name" v="Hôtel de la Demi-Lune"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1770773512" lat="46.6895626" lon="7.7720381" version="5" timestamp="2013-05-19T07:35:07Z" changeset="16189549" uid="125339" user="efred">
+ <tag k="addr:city" v="Beatenberg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="104"/>
+ <tag k="addr:postcode" v="3803"/>
+ <tag k="addr:street" v="Lehn"/>
+ <tag k="email" v="info@zeithotel.ch"/>
+ <tag k="fax" v="+41 33 841 03 46"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Zeit- &amp; Traumhotel Beatus"/>
+ <tag k="phone" v="+41 33 841 03 45"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.zeithotel.ch"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1773637394" lat="47.4488024" lon="8.3572700" version="1" timestamp="2012-06-02T14:37:59Z" changeset="11777586" uid="168709" user="hilmar-bit">
+ <tag k="name" v="Emma Kunz Zentrum (Museum + Grotte)"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1775046894" lat="47.2864659" lon="8.4822956" version="1" timestamp="2012-06-03T17:06:05Z" changeset="11788846" uid="121434" user="dave_zh">
+ <tag k="name" v="Bergwerk Riedhof"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1775883619" lat="47.1292285" lon="7.2380312" version="2" timestamp="2014-08-22T23:16:39Z" changeset="24945266" uid="2281319" user="gaebu">
+ <tag k="addr:city" v="Nidau"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="2560"/>
+ <tag k="addr:street" v="Uferweg"/>
+ <tag k="name" v="Lago Lodge"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.lagolodge.ch"/>
+ </node>
+ <node id="1777299217" lat="47.4835788" lon="8.2874316" version="2" timestamp="2012-11-05T22:34:31Z" changeset="13767206" uid="116241" user="gsapijaszko">
+ <tag k="name" v="La Cappella"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1780175315" lat="47.2297558" lon="8.8365639" version="3" timestamp="2014-10-19T10:36:07Z" changeset="26189789" uid="481380" user="Nzara">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1782356431" lat="46.1747657" lon="8.8186839" version="1" timestamp="2012-06-10T07:29:25Z" changeset="11851299" uid="522698" user="Corof1">
+ <tag k="name" v="Hotel Remorino"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1782526834" lat="46.1165435" lon="8.7080421" version="1" timestamp="2012-06-10T12:59:11Z" changeset="11854012" uid="30566" user="Pascal Mages">
+ <tag k="email" v="info@rivabellaaulac.ch"/>
+ <tag k="name" v="Rivabella au lac"/>
+ <tag k="phone" v="+41 91 793 1137"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.rivabellaaulac.ch/"/>
+ </node>
+ <node id="1782917387" lat="46.2118392" lon="6.1276907" version="3" timestamp="2013-04-23T11:53:40Z" changeset="15835757" uid="69418" user="TAA">
+ <tag k="addr:housenumber" v="42-44"/>
+ <tag k="addr:street" v="Avenue Wendt"/>
+ <tag k="name" v="NH Rex"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1783515459" lat="46.4432166" lon="6.1638379" version="3" timestamp="2013-08-18T16:02:56Z" changeset="17398284" uid="191979" user="It's so funny">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Le point du jour"/>
+ <tag k="note" v="hotel restaurant"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1783966916" lat="47.0995985" lon="9.0675540" version="3" timestamp="2012-11-24T16:17:31Z" changeset="14014845" uid="8590" user="Jiuka">
+ <tag k="addr:housenumber" v="29"/>
+ <tag k="addr:postcode" v="8752"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Bahnhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelbahnhof-naefels.ch/"/>
+ </node>
+ <node id="1783966926" lat="47.0990111" lon="9.0629742" version="1" timestamp="2012-06-11T21:17:32Z" changeset="11869360" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="8752"/>
+ <tag k="addr:street" v="Im Dorf"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Schwert"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-schwert-naefels.ch"/>
+ </node>
+ <node id="1783966940" lat="47.0973692" lon="9.0630557" version="1" timestamp="2012-06-11T21:17:33Z" changeset="11869360" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="8752"/>
+ <tag k="addr:street" v="Oberdorf"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Schützenhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.schuetzenhof-naefels.ch"/>
+ </node>
+ <node id="1783966944" lat="47.1079117" lon="9.0653859" version="1" timestamp="2012-06-11T21:17:33Z" changeset="11869360" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:postcode" v="8752"/>
+ <tag k="addr:street" v="Oberurnerstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="lintharena"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.linth-arena.ch/"/>
+ </node>
+ <node id="1786613267" lat="47.4255215" lon="8.5601035" version="1" timestamp="2012-06-13T21:05:41Z" changeset="11889571" uid="703673" user="charly8152">
+ <tag k="name" v="Novotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1788456490" lat="47.3065691" lon="8.7574151" version="3" timestamp="2015-11-10T13:19:48Z" changeset="35214854" uid="3130520" user="ankymtan">
+ <tag k="name" v="Indianland"/>
+ <tag k="phone" v="+41 44 935 26 74"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.indianland-museum.ch"/>
+ </node>
+ <node id="1792249645" lat="46.6918397" lon="9.3595432" version="1" timestamp="2012-06-17T19:16:59Z" changeset="11929457" uid="495247" user="Daham">
+ <tag k="name" v="Berg- und Skihaus Obergmeind"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.berghaus-obergmeind.ch"/>
+ </node>
+ <node id="1794182803" lat="46.4457514" lon="6.1582014" version="2" timestamp="2015-11-24T15:24:04Z" changeset="35553089" uid="490486" user="tikkaetco">
+ <tag k="name" v="Hotel Restaurant de la Poste"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.delaposte.ch"/>
+ </node>
+ <node id="1794731523" lat="46.6050476" lon="7.9239491" version="2" timestamp="2013-04-22T18:35:13Z" changeset="15828100" uid="565471" user="bebbi">
+ <tag k="name" v="Falken"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1796010046" lat="47.0387670" lon="9.0702250" version="1" timestamp="2012-06-20T16:32:26Z" changeset="11960602" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="8750"/>
+ <tag k="addr:street" v="Kirchweg"/>
+ <tag k="name" v="Freihof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1796010136" lat="47.0398590" lon="9.0670780" version="1" timestamp="2012-06-20T16:32:27Z" changeset="11960602" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="8750"/>
+ <tag k="addr:street" v="Rathausgasse"/>
+ <tag k="name" v="Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1796010143" lat="47.0392990" lon="9.0697710" version="1" timestamp="2012-06-20T16:32:27Z" changeset="11960602" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="8750"/>
+ <tag k="addr:street" v="Kirchweg"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Stadthof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelstadthof.ch"/>
+ </node>
+ <node id="1796010151" lat="47.0419380" lon="9.0674600" version="1" timestamp="2012-06-20T16:32:27Z" changeset="11960602" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="36"/>
+ <tag k="addr:postcode" v="8750"/>
+ <tag k="addr:street" v="Postgasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Waage"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1796737799" lat="47.0365435" lon="9.0038619" version="1" timestamp="2012-06-21T07:57:22Z" changeset="11966024" uid="595514" user="dan34">
+ <tag k="addr:postcode" v="8750"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Rhodannenberg"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.rhodannenberg.ch/"/>
+ </node>
+ <node id="1797002772" lat="46.9564550" lon="10.3850292" version="2" timestamp="2013-07-26T06:29:49Z" changeset="17097250" uid="937694" user="uroeth">
+ <tag k="name" v="Talmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1799671852" lat="47.0529127" lon="8.3005170" version="1" timestamp="2012-06-23T17:58:34Z" changeset="11991417" uid="481380" user="Nzara">
+ <tag k="name" v="TouristHotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1800018122" lat="46.1804480" lon="8.8672678" version="2" timestamp="2015-01-04T02:55:12Z" changeset="27901861" uid="1730904" user="donovaly">
+ <tag k="name" v="Hotel La Rotonda"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1800185503" lat="46.1855415" lon="8.9906818" version="1" timestamp="2012-06-24T06:32:11Z" changeset="11995946" uid="522698" user="Corof1">
+ <tag k="name" v="Albergo Cereda"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1801914311" lat="47.1880197" lon="8.3961417" version="2" timestamp="2012-07-31T13:12:28Z" changeset="12560917" uid="71691" user="Helios">
+ <tag k="addr:city" v="Sins"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="5643"/>
+ <tag k="addr:street" v="Luzernerstrasse"/>
+ <tag k="name" v="Hotel Landgasthof Löwen"/>
+ <tag k="phone" v="041 787 11 32"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.loewen-sins.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:description" v="1 chambre avec wc et douche sans rebord"/>
+ </node>
+ <node id="1801925794" lat="47.1167100" lon="8.6409574" version="2" timestamp="2014-12-30T10:09:32Z" changeset="27795341" uid="78656" user="Walter Schlögl">
+ <tag k="addr:city" v="Morgarten"/>
+ <tag k="addr:housenumber" v="63"/>
+ <tag k="addr:postcode" v="6315"/>
+ <tag k="addr:street" v="Hauptseestrasse"/>
+ <tag k="name" v="Eierhals"/>
+ <tag k="phone" v="041 754 50 50"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-eierhals.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:description" v="1 marche pour prendre le petit déjeuner"/>
+ </node>
+ <node id="1801963170" lat="46.4577208" lon="6.2960079" version="3" timestamp="2015-11-28T17:55:13Z" changeset="35632912" uid="74847" user="Marc Mongenet">
+ <tag k="addr:city" v="Gilly/VD"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="1182"/>
+ <tag k="addr:street" v="La Place"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Auberge Communale à L'Union"/>
+ <tag k="phone" v="021 824 12 08"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.aubergegilly.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:description" v="Hotel Auberge, cuisine culinaire"/>
+ </node>
+ <node id="1807666714" lat="46.4448968" lon="9.5800839" version="2" timestamp="2014-08-20T00:36:18Z" changeset="24873586" uid="2276287" user="bx19tri">
+ <tag k="addr:city" v="Juf"/>
+ <tag k="addr:postcode" v="7448"/>
+ <tag k="name" v="Pension Edelweiss"/>
+ <tag k="phone" v="+41 81 667 1134"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.pension-edelweiss.ch/"/>
+ </node>
+ <node id="1807738423" lat="46.4019149" lon="10.0670986" version="1" timestamp="2012-06-30T17:16:10Z" changeset="12067995" uid="14686" user="mgeiser">
+ <tag k="internet_access" v="no"/>
+ <tag k="name" v="Statione della Posta, La Rösa"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.larosa.ch/stazione-della-posta/home.html"/>
+ </node>
+ <node id="1810732826" lat="47.5572757" lon="7.5826359" version="1" timestamp="2012-07-03T01:43:33Z" changeset="12095692" uid="211491" user="linuxfanubuntu">
+ <tag k="name" v="Hotel Spalenbrunnen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1811401965" lat="46.1862602" lon="8.7473328" version="1" timestamp="2012-07-03T15:49:33Z" changeset="12101426" uid="576535" user="Nahuel Guidotti">
+ <tag k="name" v="Hotel Al Fiume"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1815316246" lat="47.5086802" lon="8.0149019" version="2" timestamp="2013-04-13T11:20:19Z" changeset="15708938" uid="290680" user="wheelmap_visitor">
+ <tag k="beds" v="35"/>
+ <tag k="email" v="info@platanenhof.ch"/>
+ <tag k="fax" v="+41 62 865 71 56"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Platanenhof"/>
+ <tag k="opening_hours" v="MO-FR 07:00-24:00; SA 08:00-24:00"/>
+ <tag k="operator" v="Laier Lars"/>
+ <tag k="phone" v="+41 62 865 71 71"/>
+ <tag k="rooms" v="25"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.platanenhof.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1821541394" lat="47.0493358" lon="8.3029047" version="3" timestamp="2013-09-18T06:25:00Z" changeset="17898135" uid="1742934" user="Pudu">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Stern"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.sternluzern.ch"/>
+ </node>
+ <node id="1821541395" lat="47.0503262" lon="8.3030689" version="1" timestamp="2012-07-11T15:15:41Z" changeset="12187094" uid="202283" user="Andy9FromSpace">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Wilden Mann"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1823237715" lat="47.4895063" lon="9.3705030" version="4" timestamp="2015-03-13T19:21:08Z" changeset="29456953" uid="1894634" user="Wikilux">
+ <tag k="name" v="Landwirtschafts-Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1826084582" lat="47.1747000" lon="7.4573335" version="1" timestamp="2012-07-15T10:21:28Z" changeset="12225697" uid="733117" user="slud">
+ <tag k="name" v="Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1834984556" lat="46.5292637" lon="8.9363025" version="2" timestamp="2015-11-30T19:10:29Z" changeset="35672350" uid="2265854" user="G4rp">
+ <tag k="name" v="Olivone Posta"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1834984727" lat="46.5272645" lon="8.9232718" version="2" timestamp="2015-11-30T20:42:45Z" changeset="35674115" uid="2265854" user="G4rp">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1835614788" lat="47.4353815" lon="8.2915654" version="3" timestamp="2014-11-24T15:29:56Z" changeset="26999642" uid="1232723" user="gerzim">
+ <tag k="name" v="Hotel Linde"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1835614808" lat="47.4356528" lon="8.2915221" version="1" timestamp="2012-07-23T18:14:49Z" changeset="12454538" uid="16405" user="Fabian">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1840165174" lat="47.1734362" lon="8.0990968" version="2" timestamp="2012-11-24T13:15:37Z" changeset="14012227" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="6210"/>
+ <tag k="addr:street" v="Buchenstrasse"/>
+ <tag k="name" v="Aquafit"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.aquafit-sursee.ch"/>
+ </node>
+ <node id="1841860123" lat="46.8195877" lon="8.4032239" version="1" timestamp="2012-07-28T20:22:08Z" changeset="12527903" uid="18367" user="pi1">
+ <tag k="name" v="Bellevue"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1842502215" lat="46.7062022" lon="8.2294363" version="2" timestamp="2015-09-26T06:56:33Z" changeset="34257188" uid="125684" user="tesche">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Hof und Post"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1845685794" lat="46.4631677" lon="9.1905562" version="2" timestamp="2013-08-06T18:32:36Z" changeset="17244861" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Bellevue"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1854610029" lat="47.3735545" lon="8.2339457" version="1" timestamp="2012-08-06T17:34:06Z" changeset="12635763" uid="782744" user="hb9leb">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1855509127" lat="47.3752209" lon="8.5479695" version="1" timestamp="2012-08-07T12:13:09Z" changeset="12644663" uid="29177" user="Gozgo">
+ <tag k="fee" v="no"/>
+ <tag k="name" v="Zoologisches und Paläontologisches Museum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1855509137" lat="47.3753485" lon="8.5489128" version="1" timestamp="2012-08-07T12:13:09Z" changeset="12644663" uid="29177" user="Gozgo">
+ <tag k="fee" v="no"/>
+ <tag k="name" v="Archäologisches Museum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1861390536" lat="47.1619980" lon="8.1147759" version="2" timestamp="2014-02-25T19:28:03Z" changeset="20777582" uid="505667" user="Bullroarer">
+ <tag k="name" v="Hotel Restaurant Feld"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1862160353" lat="46.4843543" lon="9.8387303" version="2" timestamp="2013-09-28T16:11:48Z" changeset="18079097" uid="199058" user="pegeka">
+ <tag k="name" v="Stahlbad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1866349691" lat="46.4596623" lon="6.3404126" version="1" timestamp="2012-08-14T20:43:12Z" changeset="12731566" uid="805375" user="or26935">
+ <tag k="name" v="Hostelerie du Chateau"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1866431113" lat="47.1556015" lon="8.1149794" version="3" timestamp="2014-02-24T19:16:38Z" changeset="20757463" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="6208"/>
+ <tag k="addr:street" v="Bahnstrasse"/>
+ <tag k="name" v="Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hirschen-oberkirch.ch/"/>
+ </node>
+ <node id="1871302904" lat="47.4289197" lon="8.6422928" version="1" timestamp="2012-08-18T12:45:28Z" changeset="12772688" uid="815421" user="eugenmeier">
+ <tag k="addr:city" v="Baltenswil"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="8303"/>
+ <tag k="addr:street" v="Neue Winterthurerstrasse"/>
+ <tag k="name" v="Hotel Pöstli"/>
+ <tag k="phone" v="+41 44 838 91 91"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelpoestli.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1873470962" lat="46.6594893" lon="8.0536211" version="2" timestamp="2013-01-09T14:07:29Z" changeset="14586424" uid="395161" user="6arms1leg">
+ <tag k="name" v="Berggasthaus First"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1874698222" lat="46.6095804" lon="7.9186195" version="3" timestamp="2014-07-22T15:36:23Z" changeset="24295211" uid="565471" user="bebbi">
+ <tag k="name" v="Alpenruhe"/>
+ <tag k="source" v="GPS and local knowledge"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alpenruhe-wengen.ch/"/>
+ </node>
+ <node id="1874698224" lat="46.6086851" lon="7.9247768" version="2" timestamp="2015-05-26T14:58:32Z" changeset="31475363" uid="125339" user="efred">
+ <tag k="name" v="Beausite Park"/>
+ <tag k="source" v="GPS and local knowledge"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.parkwengen.ch"/>
+ </node>
+ <node id="1874698226" lat="46.6088082" lon="7.9192583" version="4" timestamp="2015-01-06T19:45:41Z" changeset="27963923" uid="1416503" user="asdf2">
+ <tag k="name" v="Belvédère"/>
+ <tag k="source" v="GPS and local knowledge"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.belvedere-wengen.ch"/>
+ </node>
+ <node id="1874698231" lat="46.6042446" lon="7.9229309" version="1" timestamp="2012-08-20T16:54:40Z" changeset="12798381" uid="565471" user="bebbi">
+ <tag k="name" v="Caprice"/>
+ <tag k="source" v="local knowledge"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1874698239" lat="46.6083745" lon="7.9209691" version="3" timestamp="2015-01-06T19:45:42Z" changeset="27963923" uid="1416503" user="asdf2">
+ <tag k="name" v="Jungfraublick"/>
+ <tag k="source" v="GPS and local knowledge"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.jungfraublick.com"/>
+ </node>
+ <node id="1874698243" lat="46.6052545" lon="7.9221381" version="2" timestamp="2015-01-06T19:45:42Z" changeset="27963923" uid="1416503" user="asdf2">
+ <tag k="name" v="Silberhorn"/>
+ <tag k="source" v="GPS and local knowledge"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.wengenerhof.ch"/>
+ </node>
+ <node id="1874698245" lat="46.6083453" lon="7.9187149" version="4" timestamp="2015-01-06T19:45:43Z" changeset="27963923" uid="1416503" user="asdf2">
+ <tag k="name" v="Wengener Hof"/>
+ <tag k="source" v="GPS and local knowledge"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.wengenerhof.ch"/>
+ </node>
+ <node id="1876568169" lat="46.3222603" lon="7.9818616" version="5" timestamp="2013-07-31T18:27:52Z" changeset="17169843" uid="1703" user="Andrew Findlay">
+ <tag k="name" v="Festung Naters"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.zentrumgarde.ch/"/>
+ </node>
+ <node id="1879564406" lat="47.0958056" lon="8.5217953" version="1" timestamp="2012-08-23T17:00:57Z" changeset="12835165" uid="63998" user="TommyNF">
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Aesch"/>
+ <tag k="phone" v="+41 (0)41 758 11 26"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelaesch.ch/"/>
+ </node>
+ <node id="1885203826" lat="46.2006491" lon="6.1347394" version="1" timestamp="2012-08-27T11:58:33Z" changeset="12878134" uid="69418" user="TAA">
+ <tag k="name" v="Hôtel Le Grenil"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1892844608" lat="46.9468761" lon="9.0039182" version="2" timestamp="2014-12-24T08:44:40Z" changeset="27666557" uid="78656" user="Walter Schlögl">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Ahorn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1892855628" lat="46.3035924" lon="7.8012162" version="1" timestamp="2012-09-01T08:39:34Z" changeset="12939773" uid="538582" user="koebilee">
+ <tag k="name" v="Bergheim"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1893428185" lat="46.4440256" lon="8.5135645" version="1" timestamp="2012-09-01T16:37:17Z" changeset="12944216" uid="117958" user="geo-ranger">
+ <tag k="name" v="Albergo Robiei"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1906137695" lat="46.9792480" lon="8.3380222" version="4" timestamp="2014-08-27T01:26:28Z" changeset="25041967" uid="1416503" user="asdf2">
+ <tag k="name" v="Hotel Restaurant Hermann"/>
+ <tag k="source" v="GPS"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1909075928" lat="46.2931250" lon="7.5325181" version="2" timestamp="2013-06-08T21:25:59Z" changeset="16474860" uid="595633" user="D_S_W">
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Le Terminus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1911584222" lat="46.9715329" lon="8.4590453" version="5" timestamp="2014-08-28T12:52:59Z" changeset="25072945" uid="397527" user="Stans">
+ <tag k="name" v="Hotel Seerausch"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1912095423" lat="46.9674605" lon="8.4747818" version="3" timestamp="2012-11-10T09:03:23Z" changeset="13818216" uid="875145" user="romu_2">
+ <tag k="addr:postcode" v="6375"/>
+ <tag k="name" v="Isabella Kaiser"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1912743989" lat="46.6785544" lon="7.8646699" version="2" timestamp="2013-04-10T07:49:40Z" changeset="15674361" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Matten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="44"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="beds" v="60"/>
+ <tag k="email" v="info@alpinahotel.ch"/>
+ <tag k="fax" v="+41 33 822 03 33"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Alpina"/>
+ <tag k="operator" v="Dora Geringer"/>
+ <tag k="phone" v="+41 33 822 80 31"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alpina-interlaken.ch"/>
+ </node>
+ <node id="1912744009" lat="46.6831661" lon="7.8521649" version="3" timestamp="2013-03-02T18:10:52Z" changeset="15224472" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="37"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="fax" v="+41 33 822 55 17"/>
+ <tag k="name" v="Bahnhof"/>
+ <tag k="operator" v="Peter Steiner"/>
+ <tag k="phone" v="+41 33 822 70 41"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1912744010" lat="46.6784194" lon="7.8646491" version="2" timestamp="2013-04-10T07:49:40Z" changeset="15674361" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Matten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="44"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="email" v="info@alpinahotel.ch"/>
+ <tag k="fax" v="+41 33 822 03 33"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Basicrooms"/>
+ <tag k="operator" v="Dora Geringer"/>
+ <tag k="phone" v="+41 33 822 80 31"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.basicrooms.ch"/>
+ </node>
+ <node id="1912744011" lat="46.6846694" lon="7.8562718" version="4" timestamp="2013-03-09T23:20:21Z" changeset="15308950" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="30"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Jungfraustrasse"/>
+ <tag k="email" v="mail@hotel-blume.ch"/>
+ <tag k="fax" v="+41 33 822 71 94"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Blume"/>
+ <tag k="operator" v="Polo und Claudia Rosas"/>
+ <tag k="phone" v="+41 33 822 71 31"/>
+ <tag k="rooms" v="12"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-blume.ch"/>
+ </node>
+ <node id="1912744014" lat="46.6882390" lon="7.8623339" version="3" timestamp="2013-03-02T18:10:53Z" changeset="15224472" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Unterseen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="70"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Höheweg"/>
+ <tag k="cuisine" v="Neue Schweizer Küche New Swiss cusine"/>
+ <tag k="email" v="dunord@swissdreamshotels.com"/>
+ <tag k="fax" v="+41 33 827 50 55"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="yes"/>
+ <tag k="name" v="Du Nord"/>
+ <tag k="operator" v="SwissDreamsHotels"/>
+ <tag k="phone" v="+41 33 827 50 50"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.swissdreamshotels.com"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:description" v="1 rollstuhlgängiges 2-Zimmer-Premium-Apartment 1 rollstuhlgängiges 2-Zimmer-Budget-Apartment 1 rollstuhlgängiges 3-Zimmer-Premium-Apartment"/>
+ </node>
+ <node id="1912744015" lat="46.6865830" lon="7.8551457" version="3" timestamp="2013-03-09T23:20:22Z" changeset="15308950" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Harderstrasse"/>
+ <tag k="email" v="harder-minerva@tcnet.ch"/>
+ <tag k="fax" v="+41 33 822 04 85"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="name" v="Harder-Minerva"/>
+ <tag k="operator" v="René Bettoli"/>
+ <tag k="phone" v="+41 33 823 23 13"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.harder-minerva.ch"/>
+ </node>
+ <node id="1912744016" lat="46.6810397" lon="7.8282892" version="6" timestamp="2013-05-06T13:57:20Z" changeset="15998073" uid="943137" user="hansif">
+ <tag k="addr:city" v="Unterseen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="31"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Lehnweg"/>
+ <tag k="email" v="mail@golf-landhotel.ch"/>
+ <tag k="fax" v="+41 33 823 21 91"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Landhotel Golf"/>
+ <tag k="operator" v="Patrizio und Sonja Salzano"/>
+ <tag k="phone" v="+41 33 821 00 70"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.golf-landhotel.ch"/>
+ </node>
+ <node id="1912744017" lat="46.6816298" lon="7.8537648" version="5" timestamp="2013-08-27T19:23:40Z" changeset="17542914" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="31"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="General-Guisan-Strasse"/>
+ <tag k="beds" v="36"/>
+ <tag k="email" v="hotel@lotschberg.ch"/>
+ <tag k="fax" v="+41 33 822 25 79"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Lötschberg"/>
+ <tag k="operator" v="Susanne Hutmacher"/>
+ <tag k="phone" v="+41 33 822 25 45"/>
+ <tag k="rooms" v="19"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.lotschberg.ch"/>
+ </node>
+ <node id="1912744018" lat="46.6793898" lon="7.8644477" version="2" timestamp="2013-04-10T07:49:40Z" changeset="15674361" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Matten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="36"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="email" v="info@mattenhofresort.com"/>
+ <tag k="fax" v="+41 33 822 28 88"/>
+ <tag k="name" v="Mattenhof Resort"/>
+ <tag k="operator" v="Familie Bühler"/>
+ <tag k="phone" v="+41 33 828 12 81"/>
+ <tag k="rooms" v="63"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.mattenhof-resort.com"/>
+ </node>
+ <node id="1912744019" lat="46.6832802" lon="7.8522232" version="3" timestamp="2013-03-02T18:10:55Z" changeset="15224472" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="35"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="beds" v="72"/>
+ <tag k="email" v="info@merkurhotel-interlaken.ch"/>
+ <tag k="fax" v="+41 33 822 66 16"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Merkur"/>
+ <tag k="operator" v="Ruth Lévy"/>
+ <tag k="phone" v="+41 33 826 77 88"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.merkurhotel-interlaken.ch"/>
+ </node>
+ <node id="1912744022" lat="46.6857538" lon="7.8486843" version="4" timestamp="2013-05-05T14:06:01Z" changeset="15984869" uid="943137" user="hansif">
+ <tag k="addr:city" v="Unterseen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="email" v="hotel.post@tcnet.ch"/>
+ <tag k="fax" v="+41 33 822 00 28"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Post Hardermannli"/>
+ <tag k="operator" v="Andreas Grossniklaus"/>
+ <tag k="phone" v="+41 33 822 89 19"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.post-hardermannli.ch"/>
+ </node>
+ <node id="1912744028" lat="46.6858358" lon="7.8489347" version="5" timestamp="2013-06-25T21:20:47Z" changeset="16705629" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Unterseen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="email" v="info@roessli-interlaken.ch"/>
+ <tag k="fax" v="+41 33 822 96 16"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Rössli"/>
+ <tag k="operator" v="Jean-Luis Admirat"/>
+ <tag k="phone" v="+41 33 822 78 16"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.roessli-interlaken.ch"/>
+ </node>
+ <node id="1912744029" lat="46.6840496" lon="7.8578069" version="3" timestamp="2013-03-02T18:10:56Z" changeset="15224472" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Alpenstrasse"/>
+ <tag k="beds" v="23"/>
+ <tag k="email" v="savoy@tcnet.ch"/>
+ <tag k="fax" v="+41 33 828 16 71"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Savoy"/>
+ <tag k="operator" v="Peter Scheidegger + Marietta Studer"/>
+ <tag k="phone" v="+41 33 828 16 70"/>
+ <tag k="rooms" v="13"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelsavoy.ch"/>
+ </node>
+ <node id="1912744030" lat="46.6801545" lon="7.8640332" version="4" timestamp="2015-01-06T19:45:43Z" changeset="27963923" uid="1416503" user="asdf2">
+ <tag k="addr:city" v="Matten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="34"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="beds" v="45"/>
+ <tag k="email" v="info@sonne-interlaken.ch"/>
+ <tag k="fax" v="+41 33 823 29 15"/>
+ <tag k="name" v="Sonne"/>
+ <tag k="operator" v="Hans-Peter Seiler"/>
+ <tag k="phone" v="+41 33 822 75 41"/>
+ <tag k="rooms" v="22"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.sonne-interlaken.ch"/>
+ </node>
+ <node id="1912744031" lat="46.6821225" lon="7.8550052" version="4" timestamp="2013-08-27T19:23:41Z" changeset="17542914" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="23"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="General-Guisan-Strasse"/>
+ <tag k="email" v="info@swiss-inn.ch"/>
+ <tag k="fax" v="+41 33 823 23 03"/>
+ <tag k="name" v="Swiss Inn"/>
+ <tag k="operator" v="J.P. Müller-Lohner"/>
+ <tag k="phone" v="+41 33 822 36 26"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.swiss-inn.ch"/>
+ </node>
+ <node id="1912744033" lat="46.6848577" lon="7.8562177" version="5" timestamp="2015-05-25T08:59:38Z" changeset="31438990" uid="213831" user="Josef73">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Jungfraustrasse"/>
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="beds" v="50"/>
+ <tag k="email" v="toscana@hotel-toscana.ch"/>
+ <tag k="fax" v="+41 33 823 35 51"/>
+ <tag k="internet_access" v="wlan,wired"/>
+ <tag k="internet_access:fee" v="yes"/>
+ <tag k="name" v="Toscana"/>
+ <tag k="operator" v="Familie Del Grasso"/>
+ <tag k="phone" v="+41 33 823 30 33"/>
+ <tag k="rooms" v="22"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-toscana.ch"/>
+ </node>
+ <node id="1912744035" lat="46.6721233" lon="7.8558307" version="2" timestamp="2013-04-11T18:42:06Z" changeset="15693274" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Matten"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Wagnerenstrasse"/>
+ <tag k="email" v="mail@waldhotel-interlaken.ch"/>
+ <tag k="fax" v="+41 33 823 22 60"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Waldhotel-Unspunne"/>
+ <tag k="operator" v="Stefan Schneider"/>
+ <tag k="phone" v="+41 33 822 34 91"/>
+ <tag k="rooms" v="29"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.waldhotel-interlaken.ch"/>
+ </node>
+ <node id="1912744036" lat="46.6850972" lon="7.8553302" version="3" timestamp="2013-03-09T23:20:24Z" changeset="15308950" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Höheweg"/>
+ <tag k="email" v="mail@weisseskreuz.ch"/>
+ <tag k="fax" v="+41 33 823 35 55"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Weisses Kreuz"/>
+ <tag k="phone" v="+41 33 826 03 50"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.weisseskreuz.ch"/>
+ </node>
+ <node id="1914419024" lat="46.7802439" lon="9.6788464" version="4" timestamp="2014-01-14T20:23:05Z" changeset="19999545" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="name" v="Hotel Kaiser"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1922619479" lat="46.7285351" lon="9.5547373" version="1" timestamp="2012-09-19T21:47:13Z" changeset="13176366" uid="117036" user="hallovelo">
+ <tag k="name" v="Hotel Collina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1925326704" lat="47.2597201" lon="8.5984329" version="1" timestamp="2012-09-21T13:38:02Z" changeset="13195792" uid="904642" user="Thömes">
+ <tag k="name" v="Hotel Schwan"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1927890016" lat="46.9036171" lon="8.6254698" version="3" timestamp="2014-01-14T20:16:20Z" changeset="19999376" uid="111459" user="cherger">
+ <tag k="addr:city" v="Flüelen"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="6454"/>
+ <tag k="addr:street" v="Axenstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hostellerie Sternen"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1928599695" lat="47.4311962" lon="8.4676535" version="1" timestamp="2012-09-23T08:48:26Z" changeset="13216137" uid="313918" user="error_401">
+ <tag k="name" v="Mövenpick Regensdorf"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1929501548" lat="46.3454760" lon="7.0116806" version="1" timestamp="2012-09-23T20:17:08Z" changeset="13225566" uid="510390" user="obitus">
+ <tag k="name" v="Résidence du Chamossaire"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1929501653" lat="46.3470609" lon="7.0114875" version="1" timestamp="2012-09-23T20:17:11Z" changeset="13225566" uid="510390" user="obitus">
+ <tag k="name" v="Le Grand Chalet"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1929722467" lat="47.4240756" lon="9.3798741" version="1" timestamp="2012-09-23T22:07:51Z" changeset="13226797" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Am Spisertor"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1931871413" lat="47.0498617" lon="8.3029627" version="2" timestamp="2014-02-20T16:33:52Z" changeset="20676582" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Schlüssel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.schluessel-luzern.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1933436237" lat="46.6550634" lon="8.2892320" version="3" timestamp="2012-09-26T21:20:43Z" changeset="13265196" uid="505667" user="Bullroarer">
+ <tag k="addr:postcode" v="3864"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Bären"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.baeren-guttannen.ch/"/>
+ </node>
+ <node id="1934279256" lat="46.7276128" lon="8.1889175" version="3" timestamp="2014-05-06T13:57:16Z" changeset="22167114" uid="56103" user="JDKDHF">
+ <tag k="addr:city" v="Meiringen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="3860"/>
+ <tag k="addr:street" v="Schulhausgasse"/>
+ <tag k="name" v="Adler Central"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.adler-central.ch/"/>
+ </node>
+ <node id="1934343375" lat="46.7282362" lon="8.1879304" version="2" timestamp="2014-05-06T13:57:18Z" changeset="22167114" uid="56103" user="JDKDHF">
+ <tag k="addr:city" v="Meiringen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="3860"/>
+ <tag k="addr:street" v="Kirchgasse"/>
+ <tag k="name" v="Hasli Lodge"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.haslilodge.ch/"/>
+ </node>
+ <node id="1934343385" lat="46.7279788" lon="8.1848566" version="2" timestamp="2014-05-06T13:57:19Z" changeset="22167114" uid="56103" user="JDKDHF">
+ <tag k="addr:city" v="Meiringen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="3860"/>
+ <tag k="addr:street" v="Bahnhofplatz"/>
+ <tag k="name" v="Meiringen"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-meiringen.ch/"/>
+ </node>
+ <node id="1934343391" lat="46.7286241" lon="8.1883140" version="2" timestamp="2014-05-06T13:57:16Z" changeset="22167114" uid="56103" user="JDKDHF">
+ <tag k="addr:city" v="Meiringen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:postcode" v="3860"/>
+ <tag k="addr:street" v="Kirchgasse"/>
+ <tag k="name" v="Alpbach"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alpbach.ch/"/>
+ </node>
+ <node id="1934343399" lat="46.7279990" lon="8.1868629" version="2" timestamp="2014-05-06T13:57:19Z" changeset="22167114" uid="56103" user="JDKDHF">
+ <tag k="addr:city" v="Meiringen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="21"/>
+ <tag k="addr:postcode" v="3860"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Rebstock"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-rebstock.ch/"/>
+ </node>
+ <node id="1934343402" lat="46.7278307" lon="8.1852304" version="3" timestamp="2015-11-24T17:14:52Z" changeset="35555570" uid="674625" user="Fjellrev">
+ <tag k="addr:city" v="Meiringen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3860"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Baer"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-baer.ch/"/>
+ </node>
+ <node id="1934811855" lat="47.1022250" lon="9.2560890" version="1" timestamp="2012-09-27T07:47:01Z" changeset="13268386" uid="595514" user="dan34">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="8884"/>
+ <tag k="addr:street" v="Gafadurastrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Gemsli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1937152559" lat="46.4317900" lon="6.9375068" version="2" timestamp="2012-09-28T20:42:38Z" changeset="13289943" uid="510390" user="obitus">
+ <tag k="name" v="Caux Expo"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1939714683" lat="47.0489108" lon="8.3070816" version="1" timestamp="2012-09-30T13:39:01Z" changeset="13306304" uid="934311" user="Danny_G">
+ <tag k="name" v="Renaissance"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1940400009" lat="46.1720447" lon="7.1849298" version="1" timestamp="2012-09-30T19:51:06Z" changeset="13314580" uid="510390" user="obitus">
+ <tag k="name" v="Café de la Poste"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1940591275" lat="47.1787511" lon="8.1297111" version="2" timestamp="2013-06-17T19:51:34Z" changeset="16595074" uid="505667" user="Bullroarer">
+ <tag k="name" v="Hotel Restaurant Zellfeld"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.zellfeld.ch/"/>
+ </node>
+ <node id="1943930695" lat="46.8609140" lon="7.4907025" version="4" timestamp="2015-02-27T12:06:46Z" changeset="29133903" uid="2685446" user="bkri">
+ <tag k="name" v="Gasthof Bären"/>
+ <tag k="source" v="local knowledge"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1946201592" lat="47.5331706" lon="7.6097226" version="2" timestamp="2015-11-06T23:21:30Z" changeset="35138489" uid="2137840" user="rza31">
+ <tag k="addr:city" v="Münchenstein"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="4142"/>
+ <tag k="addr:street" v="Freilagerplatz"/>
+ <tag k="contact:website" v="http://www.hek.ch/"/>
+ <tag k="name" v="Haus für elektronische Künste"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wikipedia" v="de:HeK (Haus der elektronischen Künste Basel)"/>
+ </node>
+ <node id="1948705987" lat="46.8622049" lon="7.4963083" version="1" timestamp="2012-10-06T07:17:21Z" changeset="13381166" uid="939844" user="schoechlin">
+ <tag k="name" v="Oldtimer Galerie Toffen"/>
+ <tag k="source" v="local knowledge"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1949991012" lat="46.7461897" lon="7.6374333" version="2" timestamp="2015-10-04T17:54:51Z" changeset="34432857" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Thun"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="45"/>
+ <tag k="addr:postcode" v="3600"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="contact:email" v="gastronomiemuseum@bluewin.ch"/>
+ <tag k="contact:website" v="http://www.gastronomiemuseum-thun.ch"/>
+ <tag k="name" v="Gastronomiemuseeum"/>
+ <tag k="opening_hours" v="Th, We, Th 14:00-17:00"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1951076439" lat="46.7740242" lon="8.2704529" version="1" timestamp="2012-10-07T16:42:11Z" changeset="13400993" uid="81893" user="schmandr">
+ <tag k="name" v="frutt Lodge &amp; Spa"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.fruttlodge.ch/"/>
+ </node>
+ <node id="1956977967" lat="46.4423166" lon="8.6629159" version="2" timestamp="2014-07-06T12:17:39Z" changeset="23982729" uid="565471" user="bebbi">
+ <tag k="name" v="Albergo Pineta"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1961638534" lat="46.1167071" lon="8.7078230" version="1" timestamp="2012-10-12T21:57:18Z" changeset="13472890" uid="18367" user="pi1">
+ <tag k="name" v="Morettina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1961638537" lat="46.1192689" lon="8.7116580" version="1" timestamp="2012-10-12T21:57:18Z" changeset="13472890" uid="18367" user="pi1">
+ <tag k="name" v="Museo Ruggiero Leoncavallo"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1962314081" lat="47.4305300" lon="9.4911617" version="2" timestamp="2013-02-08T23:57:29Z" changeset="14962065" uid="565471" user="bebbi">
+ <tag k="addr:city" v="Rehetobel"/>
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="9038"/>
+ <tag k="addr:street" v="Gupf"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Gasthaus zum Gupf"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1965007571" lat="46.6019289" lon="9.9594087" version="1" timestamp="2012-10-14T16:50:07Z" changeset="13495297" uid="14686" user="mgeiser">
+ <tag k="amenity" v="cafe"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Klarer"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1967357699" lat="47.3882011" lon="8.5142542" version="1" timestamp="2012-10-15T19:54:22Z" changeset="13510821" uid="97547" user="datendelphin">
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Renaissance"/>
+ <tag k="operator" v="Marriott"/>
+ <tag k="phone" v="044 630 30 30"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.marriott.com/hotels/travel/zrhbr-renaissance-zurich-tower-hotel/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1972927178" lat="47.4533341" lon="9.5520797" version="1" timestamp="2012-10-18T20:21:49Z" changeset="13549569" uid="50044" user="arx">
+ <tag k="name" v="Museum Wolfhalden"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://museumwolfhalden.ch/"/>
+ </node>
+ <node id="1972940287" lat="47.4011049" lon="8.5781620" version="3" timestamp="2012-10-18T20:34:27Z" changeset="13549710" uid="50044" user="arx">
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="8051"/>
+ <tag k="addr:street" v="Probsteistrasse"/>
+ <tag k="name" v="Ortsmuseum Schwamendingen"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.schwamendingen.info/"/>
+ </node>
+ <node id="1975299702" lat="46.1754601" lon="6.8665844" version="3" timestamp="2015-03-13T16:22:03Z" changeset="29452626" uid="2755983" user="1234christophe">
+ <tag k="name" v="Beau Séjour"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1975299879" lat="46.1778862" lon="6.8695200" version="3" timestamp="2013-11-14T09:49:24Z" changeset="18890082" uid="321862" user="DanX">
+ <tag k="name" v="Suisse"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1975299883" lat="46.1787869" lon="6.8703542" version="3" timestamp="2013-11-14T09:49:24Z" changeset="18890082" uid="321862" user="DanX">
+ <tag k="name" v="National"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1975299927" lat="46.1807144" lon="6.8727851" version="1" timestamp="2012-10-20T16:31:57Z" changeset="13569667" uid="510390" user="obitus">
+ <tag k="name" v="Hôtel des Alpes"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1975299929" lat="46.1812357" lon="6.8736344" version="2" timestamp="2014-01-13T06:29:03Z" changeset="19966350" uid="321862" user="DanX">
+ <tag k="name" v="Pension"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1975543956" lat="46.8208444" lon="7.5856539" version="3" timestamp="2012-11-07T12:32:42Z" changeset="13784715" uid="967832" user="Kurly">
+ <tag k="name" v="Milchwirtschaftliches Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1976199290" lat="46.3254879" lon="7.9994136" version="1" timestamp="2012-10-21T08:32:40Z" changeset="13576806" uid="26726" user="lonvia">
+ <tag k="name" v="Alex"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1976199292" lat="46.3243846" lon="7.9856826" version="3" timestamp="2015-08-21T17:25:22Z" changeset="33488814" uid="311036" user="haavee">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Bellevue"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1976199310" lat="46.3228474" lon="7.9888518" version="2" timestamp="2014-05-16T16:06:48Z" changeset="22374475" uid="835140" user="nounours77">
+ <tag k="name" v="Touring"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1979288886" lat="46.0100154" lon="8.8564296" version="2" timestamp="2012-10-25T11:49:29Z" changeset="13626372" uid="998416" user="seo55">
+ <tag k="name" v="Berna - Posta"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1979289465" lat="46.0105705" lon="8.8562141" version="4" timestamp="2012-10-31T12:43:09Z" changeset="13698936" uid="998416" user="seo55">
+ <tag k="name" v="Belcantone"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1979289528" lat="46.0100656" lon="8.8554078" version="4" timestamp="2012-10-26T11:43:19Z" changeset="13637307" uid="998416" user="seo55">
+ <tag k="name" v="Novaggio"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1981204487" lat="46.4684877" lon="6.3343048" version="1" timestamp="2012-10-24T15:23:44Z" changeset="13617859" uid="510390" user="obitus">
+ <tag k="name" v="Musée du Vigneron"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1982608102" lat="46.4593245" lon="9.7956489" version="5" timestamp="2015-01-19T18:23:25Z" changeset="28259579" uid="998600" user="Cosisol13">
+ <tag k="addr:city" v="Silvaplana"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Hotel Albana"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="7513"/>
+ <tag k="addr:street" v="Via vers Mulins"/>
+ <tag k="email" v="hotel@hotelalbana.ch"/>
+ <tag k="name" v="Hotel Albana"/>
+ <tag k="phone" v="+41 81 8387878"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1984133928" lat="47.4760621" lon="7.5100092" version="1" timestamp="2012-10-26T10:35:43Z" changeset="13636494" uid="950312" user="Raphael FHNW">
+ <tag k="name" v="Hofstetter Dorfmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1989354064" lat="47.4965901" lon="8.7480339" version="2" timestamp="2012-11-03T01:01:26Z" changeset="13729569" uid="178186" user="mdk">
+ <tag k="name" v="Sinnorama"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="1992013078" lat="47.0487020" lon="8.3090466" version="2" timestamp="2014-10-26T13:00:26Z" changeset="26339918" uid="524500" user="wheelmap_android">
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="6003"/>
+ <tag k="addr:street" v="Murbacherstrasse"/>
+ <tag k="email" v="hotel@continental.ch"/>
+ <tag k="fax" v="+41 41 228 90 59"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Continental-Park"/>
+ <tag k="phone" v="+41 41 228 90 50"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.continental.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1993601882" lat="46.9065695" lon="7.7112986" version="1" timestamp="2012-11-02T11:55:52Z" changeset="13721314" uid="937694" user="uroeth">
+ <tag k="name" v="Gasthof Schlossberg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1994440469" lat="46.2484754" lon="7.3174488" version="1" timestamp="2012-11-02T21:21:49Z" changeset="13727788" uid="263620" user="hai">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="La Grande Maison"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1995320686" lat="47.3892262" lon="8.1620586" version="3" timestamp="2013-11-09T19:01:08Z" changeset="18804211" uid="1486839" user="ypid">
+ <tag k="name" v="Stapferhaus Lenzburg"/>
+ <tag k="opening_hours" v="Tu-Su 10:00-17:00; Th 10:00-20:00; Sep 23,Oct 28,Nov 18,Dec 16,Jan 20,Feb 17,Mar 24: 10:00-17:00 open &quot;Sonderöffnungen für diesen Montag&quot;; Jan 1,Dec 24,Dec 25,Dec 31 off; 2014 Apr 26-2099 Dec 31 closed &quot;applies only till 25. April 2014&quot;"/>
+ <tag k="opening_hours:url" v="http://www.stapferhaus.ch/ausstellung/oeffnungszeiten/"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.stapferhaus.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1996882069" lat="46.4976470" lon="9.8466341" version="1" timestamp="2012-11-04T11:53:51Z" changeset="13745637" uid="998600" user="Cosisol13">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Bellaval"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="1998363737" lat="47.4485549" lon="8.5847819" version="3" timestamp="2012-11-05T11:46:28Z" changeset="13759551" uid="247670" user="burt13de">
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="8302"/>
+ <tag k="addr:street" v="Hamelirainstrasse"/>
+ <tag k="name" v="Hotel Allegra"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.welcomegroup.ch/allegra/"/>
+ </node>
+ <node id="2008069167" lat="46.1516711" lon="8.7505812" version="2" timestamp="2012-11-11T10:29:12Z" changeset="13830638" uid="1039650" user="derschorsch86">
+ <tag k="name" v="Hotel Collinetta"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2008893410" lat="47.0627408" lon="9.3310109" version="1" timestamp="2012-11-11T17:11:06Z" changeset="13835577" uid="595514" user="dan34">
+ <tag k="name" v="Berghotel Schönhalden"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2008893417" lat="47.0698451" lon="9.3300505" version="1" timestamp="2012-11-11T17:11:06Z" changeset="13835577" uid="595514" user="dan34">
+ <tag k="addr:postcode" v="8895"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Sässliwiese"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2008935272" lat="47.5683717" lon="7.8131994" version="1" timestamp="2012-11-11T17:24:10Z" changeset="13835705" uid="117958" user="geo-ranger">
+ <tag k="name" v="Rheinkraftwerk"/>
+ <tag k="operator" v="Naturenergie"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2011303404" lat="46.0244662" lon="7.7487577" version="2" timestamp="2014-08-04T15:35:29Z" changeset="24538047" uid="2216082" user="MisterX1337">
+ <tag k="name" v="Hotel Bahnhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2011306245" lat="46.0189932" lon="7.7484618" version="2" timestamp="2014-10-29T21:02:37Z" changeset="26422911" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="3920"/>
+ <tag k="addr:street" v="Kirchstrasse"/>
+ <tag k="name" v="Hotel de la Couronne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2020059412" lat="47.0407222" lon="7.9958789" version="1" timestamp="2012-11-18T16:40:09Z" changeset="13920610" uid="505667" user="Bullroarer">
+ <tag k="addr:postcode" v="6125"/>
+ <tag k="addr:street" v="Dorf"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Landgasthof Hotel Menzberg"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-menzberg.ch/"/>
+ </node>
+ <node id="2020653213" lat="47.4790445" lon="9.4901243" version="4" timestamp="2015-07-27T14:31:33Z" changeset="32911110" uid="229491" user="DanielLanz">
+ <tag k="addr:city" v="Rorschach"/>
+ <tag k="addr:housenumber" v="88"/>
+ <tag k="addr:postcode" v="9400"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="name" v="Rössli"/>
+ <tag k="phone" v="+4171 844 68 68"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2021513198" lat="46.1992863" lon="6.1376416" version="6" timestamp="2015-07-20T16:23:29Z" changeset="32757512" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="34"/>
+ <tag k="addr:street" v="Rue des Bains"/>
+ <tag k="name" v="Mamco: Musée d'art moderne et contemporain"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.mamco.ch"/>
+ </node>
+ <node id="2021514567" lat="46.1985076" lon="6.1373644" version="1" timestamp="2012-11-19T13:41:24Z" changeset="13931887" uid="255036" user="fjdgva">
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2029587033" lat="46.5090714" lon="6.6604189" version="1" timestamp="2012-11-24T09:14:49Z" changeset="14009711" uid="1079914" user="j360">
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2030250479" lat="47.4314550" lon="8.5668924" version="1" timestamp="2012-11-24T16:13:02Z" changeset="14014238" uid="102572" user="goergel">
+ <tag k="name" v="Airport Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2031491627" lat="46.9397560" lon="7.5979411" version="1" timestamp="2012-11-25T09:57:18Z" changeset="14025314" uid="26726" user="lonvia">
+ <tag k="name" v="Rüttihubelbad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2033145560" lat="46.1686755" lon="6.1186476" version="2" timestamp="2015-07-18T08:44:05Z" changeset="32713717" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Plan-les-Ouates"/>
+ <tag k="addr:housenumber" v="135"/>
+ <tag k="addr:street" v="Route de Saint-Julien"/>
+ <tag k="name" v="Hotel des Horlogers"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2037406154" lat="47.5370273" lon="7.5717395" version="1" timestamp="2012-11-27T23:07:09Z" changeset="14066212" uid="380211" user="roki">
+ <tag k="name" v="Monteverdi Automuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2039060496" lat="47.7014807" lon="8.6249129" version="1" timestamp="2012-11-28T21:33:02Z" changeset="14079540" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Museum im Zeughaus"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2043511288" lat="46.6856775" lon="7.8559074" version="3" timestamp="2014-10-06T15:41:19Z" changeset="25897348" uid="481380" user="Nzara">
+ <tag k="name" v="Splendid"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2045143295" lat="47.5652825" lon="9.3787652" version="1" timestamp="2012-12-01T21:42:20Z" changeset="14117658" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Hotel Bahnhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2047029932" lat="47.5674629" lon="9.3822596" version="1" timestamp="2012-12-02T20:55:38Z" changeset="14130868" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Museum im Alten Zollhaus"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2047043453" lat="47.5647124" lon="9.3788910" version="4" timestamp="2014-10-13T11:14:38Z" changeset="26045422" uid="319913" user="himmelbuerger">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="pizza"/>
+ <tag k="name" v="Anker"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2060695833" lat="46.9857818" lon="6.8397423" version="1" timestamp="2012-12-10T21:21:33Z" changeset="14231381" uid="1126164" user="glloq1234">
+ <tag k="designation" v="EcoHotel ***"/>
+ <tag k="name" v="L'AUBIER"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2061980103" lat="46.4876084" lon="9.8411965" version="1" timestamp="2012-12-11T18:33:17Z" changeset="14241319" uid="510390" user="obitus">
+ <tag k="name" v="Casa Franco"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2068565401" lat="47.7537119" lon="8.6937372" version="1" timestamp="2012-12-15T17:14:01Z" changeset="14283433" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Hüttenleben"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2077413386" lat="47.2681926" lon="8.3459264" version="1" timestamp="2012-12-21T12:26:45Z" changeset="14354144" uid="598043" user="kalc">
+ <tag k="name" v="Engel"/>
+ <tag k="phone" v="+41 56 664 42 77"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2079035893" lat="47.6491047" lon="9.1810174" version="1" timestamp="2012-12-22T19:57:45Z" changeset="14370327" uid="287306" user="Matthias Frank">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2080290084" lat="46.4526699" lon="6.8549116" version="2" timestamp="2015-09-27T08:09:25Z" changeset="34277285" uid="1856092" user="StreetAv">
+ <tag k="addr:city" v="La Tour-de-Peilz"/>
+ <tag k="addr:postcode" v="1814"/>
+ <tag k="addr:street" v="Au Château"/>
+ <tag k="name" v="Musée suisse du jeu"/>
+ <tag k="name:de" v="schweizer spielmuseum"/>
+ <tag k="name:en" v="swiss museum of games"/>
+ <tag k="opening_hours" v="Tu-Su 11:00-17:30"/>
+ <tag k="operator" v="Fondation du Musée Suisse du Jeu"/>
+ <tag k="phone" v="+41 21 977 23 00"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museedujeu.ch/"/>
+ </node>
+ <node id="2080870923" lat="46.3153001" lon="7.4626084" version="1" timestamp="2012-12-24T08:48:57Z" changeset="14387402" uid="177381" user="ialex">
+ <tag k="name" v="Le Crans"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2082396918" lat="46.5075314" lon="9.8499559" version="2" timestamp="2013-02-27T11:10:14Z" changeset="15183780" uid="14686" user="mgeiser">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="pizza"/>
+ <tag k="name" v="Cresta-Run"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2082396926" lat="46.4554193" lon="9.8147089" version="1" timestamp="2012-12-25T17:02:53Z" changeset="14402738" uid="18367" user="pi1">
+ <tag k="name" v="Süsom Surlej"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2084513196" lat="46.8176026" lon="9.2651792" version="1" timestamp="2012-12-27T13:23:20Z" changeset="14425284" uid="13303" user="sissou">
+ <tag k="name" v="Riders Palace"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2087718178" lat="47.0522824" lon="8.3074921" version="1" timestamp="2012-12-29T21:21:24Z" changeset="14456661" uid="112682" user="svenglyxpilz">
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="6004"/>
+ <tag k="addr:street" v="Furrengasse"/>
+ <tag k="name" v="Hotel Des Alpes"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.desalpes-luzern.ch/"/>
+ </node>
+ <node id="2088399344" lat="47.3280041" lon="9.0837236" version="2" timestamp="2013-10-10T18:08:24Z" changeset="18285091" uid="213831" user="Josef73">
+ <tag k="name" v="Erlebniswelt Toggenburg"/>
+ <tag k="opening_hours" v="We,Sa,Su 10:30-16:30"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.erlebniswelttoggenburg.ch"/>
+ </node>
+ <node id="2088883928" lat="47.4920525" lon="7.5904472" version="1" timestamp="2012-12-30T18:41:55Z" changeset="14467880" uid="950422" user="Martin Wiggenhauser">
+ <tag k="name" v="Heimatmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2094064284" lat="46.3808222" lon="7.6253833" version="1" timestamp="2013-01-03T21:45:56Z" changeset="14518071" uid="387779" user="raketo">
+ <tag k="name" v="Derby"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2095165159" lat="46.7036213" lon="7.8097412" version="2" timestamp="2015-01-04T18:16:42Z" changeset="27916406" uid="126246" user="mocoohay">
+ <tag k="name" v="Waldegg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2095492912" lat="46.3015215" lon="7.4680400" version="1" timestamp="2013-01-04T20:59:14Z" changeset="14530921" uid="177381" user="ialex">
+ <tag k="name" v="Grand Hôtel du Golf &amp; Palace"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2096774581" lat="46.5191930" lon="6.6366516" version="1" timestamp="2013-01-05T19:02:49Z" changeset="14540560" uid="1187953" user="framaulo">
+ <tag k="name" v="Hotel de la Paix"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2098305352" lat="46.0980726" lon="7.2235534" version="2" timestamp="2013-03-26T20:42:55Z" changeset="15508431" uid="67547" user="gregus_">
+ <tag k="name" v="La Cordée des Alpes"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2099478228" lat="47.5625176" lon="7.5900022" version="1" timestamp="2013-01-07T09:43:22Z" changeset="14560037" uid="1189960" user="drumrum-raumschule">
+ <tag k="name" v="Ausstellungsraum Klingental"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2099478444" lat="47.5625079" lon="7.5898987" version="1" timestamp="2013-01-07T09:44:13Z" changeset="14560037" uid="1189960" user="drumrum-raumschule">
+ <tag k="name" v="Ausstellungsraum Klingental"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="unknown"/>
+ </node>
+ <node id="2099484899" lat="47.5550919" lon="7.5883889" version="1" timestamp="2013-01-07T09:57:01Z" changeset="14560037" uid="1189960" user="drumrum-raumschule">
+ <tag k="name" v="Historisches Museum: Musikmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2099487645" lat="47.5540952" lon="7.5941894" version="2" timestamp="2014-01-04T13:01:02Z" changeset="19804115" uid="1867074" user="HerrDaimon">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:housenumber" v="16"/>
+ <tag k="addr:postcode" v="4010"/>
+ <tag k="addr:street" v="St. Alban-Graben"/>
+ <tag k="name" v="Kunstmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2099499391" lat="47.5863961" lon="7.6504104" version="1" timestamp="2013-01-07T10:06:16Z" changeset="14560037" uid="1189960" user="drumrum-raumschule">
+ <tag k="name" v="Kunstraum Riehen"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2099527906" lat="47.5620071" lon="7.5896648" version="1" timestamp="2013-01-07T10:20:33Z" changeset="14560037" uid="1189960" user="drumrum-raumschule">
+ <tag k="name" v="Museum Kleines Klingental"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2099530483" lat="47.5657517" lon="7.6365864" version="4" timestamp="2015-03-23T16:13:30Z" changeset="29682142" uid="47978" user="Christoph Lotz">
+ <tag k="addr:city" v="Riehen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="70"/>
+ <tag k="addr:postcode" v="4125"/>
+ <tag k="addr:street" v="Hörnliallee"/>
+ <tag k="name" v="Sammlung Friedhof am Hörnli"/>
+ <tag k="phone" v="+41 61 6015068"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.sammlunghoernli.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2099549598" lat="47.5306372" lon="7.6058847" version="2" timestamp="2015-11-06T23:21:31Z" changeset="35138489" uid="2137840" user="rza31">
+ <tag k="addr:city" v="Münchenstein"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="4053"/>
+ <tag k="addr:street" v="Reinacherstrasse"/>
+ <tag k="contact:website" v="http://www.sportmuseum.ch/"/>
+ <tag k="name" v="Schweizer Sportmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wikipedia" v="de:Sportmuseum Schweiz"/>
+ </node>
+ <node id="2099554468" lat="47.5561221" lon="7.5828952" version="1" timestamp="2013-01-07T10:31:57Z" changeset="14560037" uid="1189960" user="drumrum-raumschule">
+ <tag k="name" v="Schweizerisches Feuerwehrmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2099560103" lat="47.5840847" lon="7.6493915" version="3" timestamp="2015-03-23T16:13:31Z" changeset="29682142" uid="47978" user="Christoph Lotz">
+ <tag k="addr:city" v="Riehen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="34"/>
+ <tag k="addr:postcode" v="4125"/>
+ <tag k="addr:street" v="Baselstrasse"/>
+ <tag k="name" v="Spielzeugmuseum Riehen"/>
+ <tag k="phone" v="+41 61 6412829"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.spielzeugmuseumriehen.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2099718985" lat="47.0409078" lon="8.4789333" version="1" timestamp="2013-01-07T12:56:18Z" changeset="14561994" uid="74900" user="FischersFritz">
+ <tag k="name" v="Hotel Rigi First"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2108013896" lat="47.1138878" lon="7.8493270" version="1" timestamp="2013-01-12T22:33:21Z" changeset="14628382" uid="989871" user="dretten">
+ <tag k="name" v="Kleiner Prinz"/>
+ <tag k="source" v="Local Knowledge"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2108923441" lat="46.5949325" lon="9.5947862" version="2" timestamp="2013-04-09T11:31:05Z" changeset="15665023" uid="122406" user="hanskuster">
+ <tag k="name" v="Museum Regiunal Savognin"/>
+ <tag k="note" v="position estimated"/>
+ <tag k="opening_hours:summer" v="Tu 19:30-21:00; Th 15:00-18:00"/>
+ <tag k="opening_hours:winter" v="Tu 16:30-18:00"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museumsavognin.ch"/>
+ </node>
+ <node id="2109287400" lat="46.1942467" lon="6.1451671" version="3" timestamp="2015-08-06T19:43:46Z" changeset="33164312" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:street" v="Rue Jean-Violette"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="La Cour des Augustins"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.lacourdesaugustins.com"/>
+ </node>
+ <node id="2123810977" lat="46.6817365" lon="7.8571759" version="3" timestamp="2014-02-15T17:09:33Z" changeset="20580944" uid="72918" user="Schnupfix">
+ <tag k="name" v="Hua Villa"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2127363277" lat="47.1519782" lon="6.9966955" version="1" timestamp="2013-01-25T11:59:32Z" changeset="14779816" uid="311102" user="Reclus">
+ <tag k="addr:city" v="Saint-Imier"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="2610"/>
+ <tag k="addr:street" v="Rue Saint-Martin"/>
+ <tag k="name" v="Musée de Saint-Imier"/>
+ <tag k="name:de" v="Museum von Saint-Imier"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2129346087" lat="47.1487285" lon="8.0014826" version="3" timestamp="2014-03-28T20:37:14Z" changeset="21372260" uid="505667" user="Bullroarer">
+ <tag k="name" v="Spanschachtelmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2130863930" lat="46.4695311" lon="8.2412685" version="2" timestamp="2014-11-23T20:59:26Z" changeset="26982697" uid="1742934" user="Pudu">
+ <tag k="name" v="Blinnenhorn"/>
+ <tag k="source" v="Survex"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://blinnenhorn.ch/"/>
+ </node>
+ <node id="2130863931" lat="46.4692821" lon="8.2474174" version="2" timestamp="2015-10-07T19:24:33Z" changeset="34497908" uid="465052" user="hecktor">
+ <tag k="name" v="Glocke"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2131233102" lat="46.8160330" lon="8.4074457" version="1" timestamp="2013-01-27T18:53:31Z" changeset="14812242" uid="1212647" user="Rotaryball">
+ <tag k="name" v="Hotel Bänklialp"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2131486191" lat="47.5027628" lon="7.7157177" version="3" timestamp="2014-08-27T01:26:03Z" changeset="25041967" uid="1416503" user="asdf2">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="4402"/>
+ <tag k="addr:street" v="schulstrasse"/>
+ <tag k="name" v="Hotel Wilden Mann"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2132038576" lat="47.4820215" lon="9.5396149" version="3" timestamp="2015-07-27T15:28:38Z" changeset="32912122" uid="229491" user="DanielLanz">
+ <tag k="name" v="Bodenseehotel Weisses Rössli"/>
+ <tag k="phone" v="+4171 855 15 15"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.weissesroessli.ch/"/>
+ </node>
+ <node id="2135347185" lat="47.5054262" lon="8.0184085" version="2" timestamp="2013-11-17T16:11:25Z" changeset="18954832" uid="213831" user="Josef73">
+ <tag k="email" v="dino@sauriermuseum-frick.ch"/>
+ <tag k="name" v="Sauriermuseum"/>
+ <tag k="opening_hours" v="Su 14:00-17:00"/>
+ <tag k="phone" v="+41 62 865 28 06"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.sauriermuseum-frick.ch"/>
+ </node>
+ <node id="2136270172" lat="47.6647262" lon="8.9744410" version="3" timestamp="2015-07-23T17:51:07Z" changeset="32832555" uid="607136" user="butl">
+ <tag k="addr:city" v="Steckborn"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="8266"/>
+ <tag k="addr:street" v="Im Feldbach"/>
+ <tag k="name" v="Hotel Feldbach"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-feldbach.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2140022287" lat="46.8864312" lon="8.2120587" version="1" timestamp="2013-02-03T12:39:20Z" changeset="14895394" uid="397527" user="Stans">
+ <tag k="name" v="Schwanderhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2140565958" lat="47.5247935" lon="7.6813790" version="1" timestamp="2013-02-03T20:13:47Z" changeset="14901918" uid="1204713" user="markuese">
+ <tag k="name" v="Marriot Courtyard Basel"/>
+ <tag k="operator" v="Marriot"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2142689745" lat="46.6200567" lon="6.4137897" version="2" timestamp="2015-05-29T13:11:02Z" changeset="31562145" uid="2278038" user="etbane">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Le Grütli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2142689747" lat="46.6546282" lon="6.5082407" version="1" timestamp="2013-02-05T15:16:19Z" changeset="14923065" uid="510390" user="obitus">
+ <tag k="name" v="O Sole Mio"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2145628191" lat="46.5169973" lon="7.3138258" version="1" timestamp="2013-02-07T18:12:37Z" changeset="14947938" uid="1224039" user="pa304">
+ <tag k="name" v="Hornberg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2146260903" lat="47.0634975" lon="8.5222310" version="1" timestamp="2013-02-08T09:02:20Z" changeset="14953559" uid="22199" user="FabianAffolter">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2146307561" lat="47.5624313" lon="7.5909812" version="1" timestamp="2013-02-08T10:01:36Z" changeset="14954059" uid="1189960" user="drumrum-raumschule">
+ <tag k="name" v="Balade Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2147988357" lat="46.1852123" lon="9.0205275" version="2" timestamp="2013-02-09T20:37:10Z" changeset="14972430" uid="26726" user="lonvia">
+ <tag k="name" v="Villa dei Cedri"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2152456737" lat="46.9850684" lon="9.1515207" version="2" timestamp="2013-02-16T09:41:13Z" changeset="15048805" uid="97547" user="datendelphin">
+ <tag k="addr:housenumber" v="61"/>
+ <tag k="addr:street" v="Allmeindstrasse"/>
+ <tag k="email" v="info@hotelheftiengi.ch"/>
+ <tag k="name" v="Hotel Hefti"/>
+ <tag k="phone" v="+41 55 6421155"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelheftiengi.ch/"/>
+ </node>
+ <node id="2152456802" lat="46.9851704" lon="9.1518531" version="2" timestamp="2013-02-16T09:41:13Z" changeset="15048805" uid="97547" user="datendelphin">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:street" v="Bergen"/>
+ <tag k="name" v="Naturwissenschaftliche Sammlungen des Kantons Glarus"/>
+ <tag k="opening_hours" v="We-Fr 14:00-17:00; Su 14:00-17:00"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2157113001" lat="46.9842698" lon="9.1453963" version="1" timestamp="2013-02-16T09:41:09Z" changeset="15048805" uid="97547" user="datendelphin">
+ <tag k="addr:housenumber" v="29"/>
+ <tag k="addr:street" v="Sernftalstrasse"/>
+ <tag k="name" v="Haus Avalon"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.haus-avalon.ch"/>
+ </node>
+ <node id="2166870346" lat="46.2013018" lon="6.1473038" version="4" timestamp="2013-08-21T13:22:51Z" changeset="17440950" uid="191979" user="It's so funny">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Les Armures"/>
+ <tag k="note" v="5 stars"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2172102356" lat="47.4185771" lon="8.2729544" version="5" timestamp="2014-11-24T15:22:15Z" changeset="26999439" uid="1232723" user="gerzim">
+ <tag k="name" v="Hotel Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2172102357" lat="47.4167670" lon="8.2723090" version="4" timestamp="2014-03-09T17:43:14Z" changeset="21010173" uid="359735" user="The_Raven">
+ <tag k="name" v="Mellingerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2172281501" lat="46.8789408" lon="7.5612436" version="1" timestamp="2013-02-24T21:30:00Z" changeset="15154254" uid="937694" user="uroeth">
+ <tag k="addr:city" v="Münsingen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="28"/>
+ <tag k="addr:postcode" v="3110"/>
+ <tag k="addr:street" v="Bernstrasse"/>
+ <tag k="name" v="Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2173194097" lat="46.6892252" lon="8.9572539" version="1" timestamp="2013-02-25T10:32:54Z" changeset="15159692" uid="105050" user="Männedorf">
+ <tag k="name" v="Altes Tenigerbad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2173194101" lat="46.6896948" lon="8.9574300" version="1" timestamp="2013-02-25T10:32:54Z" changeset="15159692" uid="105050" user="Männedorf">
+ <tag k="name" v="Waldhaus Tenigerbad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2175327578" lat="47.0053187" lon="7.1076751" version="3" timestamp="2015-04-06T18:23:10Z" changeset="30021960" uid="65044" user="hugi">
+ <tag k="addr:city" v="Ins"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="3232"/>
+ <tag k="addr:street" v="Müntschemiergasse"/>
+ <tag k="alt_name" v="Anker-Haus"/>
+ <tag k="contact:email" v="info@albert-anker.ch"/>
+ <tag k="contact:phone" v="+41 32 3131947"/>
+ <tag k="name" v="Albert Anker-Haus"/>
+ <tag k="opening_hours:url" v="http://www.albert-anker.ch/deu/kontakt.htm"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.albert-anker.ch"/>
+ </node>
+ <node id="2178312845" lat="46.2255170" lon="6.0830497" version="3" timestamp="2013-11-14T23:21:50Z" changeset="18905642" uid="1806534" user="Aspis">
+ <tag k="addr:city" v="Meyrin"/>
+ <tag k="addr:housename" v="Vivarium de Meyrin"/>
+ <tag k="addr:housenumber" v="32A"/>
+ <tag k="addr:postcode" v="1217"/>
+ <tag k="addr:street" v="Rue du Cardinal-Journet"/>
+ <tag k="name" v="Vivarium de Meyrin"/>
+ <tag k="phone" v="022 785 60 60"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.vivariumdemeyrin.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2179090354" lat="46.9423308" lon="7.8770832" version="1" timestamp="2013-02-28T22:48:40Z" changeset="15203174" uid="69380" user="Mathias Wittwer">
+ <tag k="name" v="Landgasthof Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2181036380" lat="47.5817294" lon="9.1745279" version="3" timestamp="2013-03-02T09:33:05Z" changeset="15219103" uid="253765" user="TuxFuxCH">
+ <tag k="addr:housenumber" v="32"/>
+ <tag k="addr:postcode" v="8572"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Gasthaus zum Bahnhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://bahnhof-grewe.ch/"/>
+ </node>
+ <node id="2184454064" lat="46.9149203" lon="9.7415471" version="1" timestamp="2013-03-03T20:29:15Z" changeset="15239079" uid="989564" user="Thomas Rast">
+ <tag k="name" v="Gasthaus zum Platz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2191277525" lat="47.5125228" lon="8.5193526" version="1" timestamp="2013-03-08T18:27:17Z" changeset="15293370" uid="359735" user="The_Raven">
+ <tag k="email" v="info@hotelhoeri.ch"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Höri Inn"/>
+ <tag k="phone" v="+41 58 680 24 30"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelhoeri.ch"/>
+ </node>
+ <node id="2194984188" lat="47.2810865" lon="7.3785261" version="2" timestamp="2015-01-20T19:42:40Z" changeset="28290215" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Musee Jurassien des Arts"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2195627202" lat="47.1008500" lon="7.3271085" version="1" timestamp="2013-03-11T12:41:24Z" changeset="15327423" uid="937694" user="uroeth">
+ <tag k="addr:city" v="Busswil b. Büren"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="46"/>
+ <tag k="addr:postcode" v="3292"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.roessli-busswil.ch/"/>
+ </node>
+ <node id="2207981527" lat="47.4057407" lon="9.6341903" version="1" timestamp="2013-03-18T10:11:27Z" changeset="15405895" uid="221939" user="alaska65">
+ <tag k="name" v="Hotel Metropol"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2208723670" lat="46.9470831" lon="7.4354038" version="12" timestamp="2014-11-29T19:53:31Z" changeset="27119070" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Laupenstrasse"/>
+ <tag k="alt_name" v="Sorell Hotel Ador"/>
+ <tag k="brand" v="Sorell Hotels"/>
+ <tag k="contact:email" v="info@hotelador.ch"/>
+ <tag k="contact:fax" v="+41 31 3880110"/>
+ <tag k="contact:phone" v="+41 31 3880111"/>
+ <tag k="contact:website" v="http://www.hotelador.ch/de/services_kontakt.asp"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Ador"/>
+ <tag k="old_name" v="Alfa"/>
+ <tag k="operator" v="Genossenschaft ZFV-Unternehmungen"/>
+ <tag k="smoking" v="no"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelador.ch"/>
+ <tag k="wheelchair" v="unknown"/>
+ </node>
+ <node id="2208853385" lat="46.9488096" lon="7.4409995" version="13" timestamp="2015-05-17T10:22:59Z" changeset="31222545" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Bahnhofplatz"/>
+ <tag k="alt_name" v="Hotel Schweizerhof"/>
+ <tag k="contact:email" v="info@schweizerhof-bern.ch"/>
+ <tag k="contact:fax" v="+41 31 3268083"/>
+ <tag k="contact:phone" v="+41 31 3268080"/>
+ <tag k="contact:website" v="http://en.schweizerhof-bern.ch/contact/"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="name" v="Schweizerhof"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.schweizerhof-bern.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2212126272" lat="47.0440215" lon="7.2760656" version="2" timestamp="2014-10-06T07:59:29Z" changeset="25891240" uid="2380137" user="duffsimpson">
+ <tag k="name" v="Krone"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2212625838" lat="46.4917295" lon="7.5579794" version="1" timestamp="2013-03-21T09:12:33Z" changeset="15440465" uid="55248" user="elPresidento">
+ <tag k="name" v="Hotel Alpenrose"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2212938290" lat="47.0179632" lon="8.1786476" version="1" timestamp="2013-03-21T13:37:07Z" changeset="15443147" uid="1290801" user="lars1791">
+ <tag k="name" v="Hotel-Restaurant Bildungszentrum Matt"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2213842664" lat="47.1245912" lon="7.4027515" version="1" timestamp="2013-03-21T23:17:34Z" changeset="15448663" uid="937694" user="uroeth">
+ <tag k="name" v="zum Bad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2219655500" lat="47.0363238" lon="7.4329122" version="1" timestamp="2013-03-24T21:27:50Z" changeset="15484937" uid="937694" user="uroeth">
+ <tag k="addr:city" v="Lätti"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3053"/>
+ <tag k="addr:street" v="Schönbrunnen"/>
+ <tag k="name" v="Hotel Paradiso"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2226467529" lat="47.1398439" lon="7.3712549" version="3" timestamp="2013-06-24T06:22:04Z" changeset="16679096" uid="1575125" user="Robert Sutter">
+ <tag k="name" v="Zur alten Post"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2229414128" lat="46.6853849" lon="7.8663849" version="3" timestamp="2015-01-06T13:33:19Z" changeset="27955986" uid="1416503" user="asdf2">
+ <tag k="addr:housename" v="Hotel Artos"/>
+ <tag k="contact:phone" v="+41 33 828 88 44"/>
+ <tag k="name" v="Hotel Artos"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-artos.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2232537074" lat="47.1748419" lon="7.3385130" version="1" timestamp="2013-03-28T22:39:16Z" changeset="15532134" uid="937694" user="uroeth">
+ <tag k="addr:city" v="Pieterlen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="2542"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Klösterli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2237307426" lat="46.6046463" lon="9.4265861" version="2" timestamp="2013-03-30T18:18:39Z" changeset="15554574" uid="1311228" user="FabioMani">
+ <tag k="name" v="Hotel Fravi"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2237512463" lat="46.6034959" lon="9.4262907" version="1" timestamp="2013-03-30T11:06:36Z" changeset="15549646" uid="1311228" user="FabioMani">
+ <tag k="name" v="Weisses Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2238796082" lat="46.6014000" lon="9.4281976" version="1" timestamp="2013-03-30T18:18:38Z" changeset="15554574" uid="1311228" user="FabioMani">
+ <tag k="name" v="Piz Vizan"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2238796086" lat="46.6019547" lon="9.4270711" version="1" timestamp="2013-03-30T18:18:38Z" changeset="15554574" uid="1311228" user="FabioMani">
+ <tag k="name" v="Hotel Post"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2240025551" lat="47.6687546" lon="9.0770268" version="1" timestamp="2013-03-31T21:02:15Z" changeset="15559162" uid="1316567" user="Roger2">
+ <tag k="name" v="Vinorama"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2240025563" lat="47.6690093" lon="9.0770616" version="1" timestamp="2013-03-31T21:02:16Z" changeset="15559162" uid="1316567" user="Roger2">
+ <tag k="name" v="Haus Phönix (Vinorama)"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2241821230" lat="45.9770920" lon="8.9470208" version="1" timestamp="2013-04-01T11:04:26Z" changeset="15566143" uid="26726" user="lonvia">
+ <tag k="name" v="Museo San Salvatore"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2242708685" lat="47.3496048" lon="7.9024161" version="1" timestamp="2013-04-01T17:53:33Z" changeset="15571775" uid="210639" user="OSMfan">
+ <tag k="name" v="Europe"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2244811988" lat="47.4185445" lon="8.2724122" version="2" timestamp="2014-10-15T09:22:19Z" changeset="26090574" uid="1232723" user="gerzim">
+ <tag k="name" v="Ortsmuseum, Bibliothek"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2249289264" lat="46.6912850" lon="7.8687156" version="1" timestamp="2013-04-04T20:30:50Z" changeset="15612659" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="225"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Höheweg"/>
+ <tag k="beds" v="50"/>
+ <tag k="building" v="yes"/>
+ <tag k="email" v="dulac@bluewin.ch"/>
+ <tag k="fax" v="+41 33 822 29 15"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="name" v="Du Lac"/>
+ <tag k="operator" v="Familie Ernst Hofmann"/>
+ <tag k="phone" v="+41 33 822 29 22"/>
+ <tag k="rooms" v="35"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.dulac-interlaken.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2252307957" lat="46.5535172" lon="9.3249036" version="1" timestamp="2013-04-06T09:02:25Z" changeset="15629607" uid="1311228" user="FabioMani">
+ <tag k="name" v="Pratigiana"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2254435302" lat="45.8905471" lon="8.9528985" version="2" timestamp="2015-01-03T17:40:12Z" changeset="27891825" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Meride"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="6866"/>
+ <tag k="addr:street" v="Via Bernardo Peyer"/>
+ <tag k="name" v="Museo dei fossili del Monte San Giorgio"/>
+ <tag k="opening_hours" v="Tu-Su 09:00-17:00"/>
+ <tag k="phone" v="+ 41 91 640 00 80"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.montesangiorgio.org"/>
+ </node>
+ <node id="2258807759" lat="46.2003728" lon="6.1615946" version="2" timestamp="2013-04-08T20:18:24Z" changeset="15659297" uid="667422" user="Alex-7">
+ <tag k="name" v="Pax"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="hotel-pax-geneva.ch"/>
+ </node>
+ <node id="2260257897" lat="47.3588985" lon="9.0731056" version="1" timestamp="2013-04-09T15:55:23Z" changeset="15667504" uid="1310627" user="roumen">
+ <tag k="name" v="Gästehaus Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2260932309" lat="47.2122045" lon="7.0036554" version="2" timestamp="2013-04-24T09:44:15Z" changeset="15846859" uid="997872" user="Ouistiti">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Auberge au Carrefour"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2268082364" lat="46.9258940" lon="8.9994869" version="1" timestamp="2013-04-15T10:01:49Z" changeset="15735145" uid="52015" user="rockcreek">
+ <tag k="name" v="Suworow Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2272115463" lat="46.7949859" lon="7.7166166" version="1" timestamp="2013-04-18T21:35:47Z" changeset="15778779" uid="937694" user="uroeth">
+ <tag k="name" v="Bären"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2273792298" lat="46.7807882" lon="9.6836148" version="2" timestamp="2014-01-14T09:14:42Z" changeset="19986661" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="fax" v="+41 (0)81 377 45 75"/>
+ <tag k="name" v="Hotel Altein"/>
+ <tag k="operator" v="Ferienverein"/>
+ <tag k="phone" v="+41 (0)81 377 31 51"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-altein.ch/"/>
+ </node>
+ <node id="2276672458" lat="46.0049767" lon="8.9704571" version="2" timestamp="2013-04-23T17:54:40Z" changeset="15839838" uid="1325754" user="guineu">
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:street" v="Piazza Emilio Bossi"/>
+ <tag k="name" v="Art Residence"/>
+ <tag k="phone" v="+41 91 9732555"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.artresidence.ch"/>
+ </node>
+ <node id="2277453772" lat="46.7170504" lon="7.7124060" version="1" timestamp="2013-04-22T19:12:11Z" changeset="15828582" uid="126246" user="mocoohay">
+ <tag k="name" v="Bären Sigriswil"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.baeren-sigriswil.ch/"/>
+ </node>
+ <node id="2282077534" lat="46.8090837" lon="9.8410442" version="3" timestamp="2013-04-26T13:38:22Z" changeset="15871538" uid="1178373" user="4d1blueskEi">
+ <tag k="addr:city" v="Davos Dorf"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="7260"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Montana"/>
+ <tag k="operator" v="Mountain Hotels Davos Klosters"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2283383167" lat="46.1957099" lon="6.1442169" version="1" timestamp="2013-04-27T18:25:34Z" changeset="15887111" uid="667422" user="Alex-7">
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Le Prince"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotel-le-prince.ch"/>
+ </node>
+ <node id="2283417948" lat="46.8080226" lon="9.8386211" version="1" timestamp="2013-04-27T19:10:03Z" changeset="15887253" uid="1178373" user="4d1blueskEi">
+ <tag k="addr:city" v="Davos Dorf"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="152"/>
+ <tag k="addr:postcode" v="7260"/>
+ <tag k="addr:street" v="Promenade"/>
+ <tag k="name" v="Hotel Parsenn"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2285717954" lat="47.1973034" lon="8.4852430" version="1" timestamp="2013-04-29T14:20:01Z" changeset="15908875" uid="1401170" user="JabberTopWocky">
+ <tag k="name" v="Hotel Rösli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2286028296" lat="46.8456526" lon="9.5264979" version="1" timestamp="2013-04-29T19:44:51Z" changeset="15913049" uid="20972" user="Juha H">
+ <tag k="name" v="Hotel-Restaurant Rosenhügel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2286028297" lat="46.8478283" lon="9.5291186" version="2" timestamp="2015-06-11T19:45:18Z" changeset="31886607" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Hotel Chur"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2287118374" lat="46.0012733" lon="8.9767337" version="4" timestamp="2013-12-03T19:04:16Z" changeset="19257952" uid="1325754" user="guineu">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="6976"/>
+ <tag k="addr:street" v="Strada di Gandria"/>
+ <tag k="contact:phone" v="+41 91 9701401"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Hotel Firenze"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2288386755" lat="46.0013090" lon="8.9773451" version="1" timestamp="2013-05-01T19:29:29Z" changeset="15938061" uid="1325754" user="guineu">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="6976"/>
+ <tag k="addr:street" v="Contrada Vecchio Municipio"/>
+ <tag k="name" v="Locanda Castagnola"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2291455948" lat="47.4305886" lon="9.3832025" version="2" timestamp="2015-05-06T06:10:55Z" changeset="30831151" uid="65044" user="hugi">
+ <tag k="name" v="Jägerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2291657886" lat="46.9557308" lon="7.0858223" version="2" timestamp="2013-05-04T18:33:33Z" changeset="15975191" uid="1414619" user="Amartini">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Restaurant Mont Vully"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotel-mont-vully.ch"/>
+ </node>
+ <node id="2291657893" lat="46.9553921" lon="7.0853449" version="2" timestamp="2013-05-04T18:33:33Z" changeset="15975191" uid="1414619" user="Amartini">
+ <tag k="name" v="Hotel Mont-Vully"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotel-mont-vully.ch"/>
+ </node>
+ <node id="2292674568" lat="46.2116958" lon="7.4308854" version="1" timestamp="2013-05-05T17:07:18Z" changeset="15987011" uid="57049" user="pjacquod">
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2293600781" lat="47.1678444" lon="8.7273825" version="1" timestamp="2013-05-06T13:27:20Z" changeset="15997703" uid="75458" user="Momo_102">
+ <tag k="name" v="Ramada"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2293991297" lat="46.1775514" lon="8.7009067" version="1" timestamp="2013-05-06T19:47:05Z" changeset="16002494" uid="719424" user="austi1996">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Osteria Centrale"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2294561766" lat="46.1776686" lon="8.7004669" version="1" timestamp="2013-05-07T10:25:36Z" changeset="16009076" uid="719424" user="austi1996">
+ <tag k="name" v="Museo regionale delle Centovalli e del Pedemonte"/>
+ <tag k="old_name" v="Casa Maggetti"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2296387975" lat="47.1205963" lon="7.9928966" version="2" timestamp="2013-11-26T20:45:55Z" changeset="19133991" uid="505667" user="Bullroarer">
+ <tag k="name" v="Mohren"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.mohren.ch/"/>
+ </node>
+ <node id="2296387978" lat="47.1216036" lon="7.9922237" version="2" timestamp="2013-11-26T20:45:55Z" changeset="19133991" uid="505667" user="Bullroarer">
+ <tag k="name" v="Post"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.gasthauspostwillisau.ch/"/>
+ </node>
+ <node id="2297515091" lat="47.0510958" lon="9.4404871" version="1" timestamp="2013-05-09T19:58:20Z" changeset="16054233" uid="26726" user="lonvia">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Rose"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2297683317" lat="47.3070023" lon="7.6906125" version="1" timestamp="2013-05-09T23:04:47Z" changeset="16056737" uid="1433545" user="vinderup">
+ <tag k="name" v="Heimatmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2301250135" lat="46.1553616" lon="8.7673111" version="2" timestamp="2015-07-21T17:33:10Z" changeset="32783616" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Ascona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="6612"/>
+ <tag k="addr:street" v="Contrada Maggiore"/>
+ <tag k="email" v="info@anticaposta.ch"/>
+ <tag k="fax" v="+41 (0)91 792 25 22"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Antica Posta"/>
+ <tag k="operator" v="Fam. Bechter"/>
+ <tag k="phone" v="+41 (0)91 791 04 26"/>
+ <tag k="rooms" v="9"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.anticaposta.ch"/>
+ </node>
+ <node id="2304169497" lat="47.0567210" lon="8.3118262" version="2" timestamp="2014-02-20T16:34:13Z" changeset="20676582" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Ibis Styles Luzern City"/>
+ <tag k="operator" v="Ibis"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2304169506" lat="47.0564488" lon="8.3127700" version="1" timestamp="2013-05-14T20:24:04Z" changeset="16130760" uid="74900" user="FischersFritz">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Weinhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2306203162" lat="46.2081601" lon="7.2152526" version="2" timestamp="2013-06-11T19:01:21Z" changeset="16514496" uid="1454564" user="Cedric Putallaz">
+ <tag k="name" v="Musée suisse de spéléologie"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2312590550" lat="46.6777154" lon="9.3462004" version="1" timestamp="2013-05-20T08:55:34Z" changeset="16204631" uid="51603" user="trackless">
+ <tag k="name" v="Bergasthaus Beverin"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2318439934" lat="46.4242450" lon="7.3223956" version="3" timestamp="2013-07-01T06:39:05Z" changeset="16773272" uid="1443666" user="schopfi">
+ <tag k="name" v="Hotel Wildhorn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2318439935" lat="46.4184578" lon="7.3243533" version="1" timestamp="2013-05-24T14:46:29Z" changeset="16266815" uid="1443666" user="schopfi">
+ <tag k="name" v="Hotel Alpenland"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2319961361" lat="46.4140672" lon="8.9785062" version="1" timestamp="2013-05-25T18:35:54Z" changeset="16283105" uid="1418771" user="Michaeljg">
+ <tag k="name" v="Casa dei Landfogti"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2320637222" lat="47.6622423" lon="8.8407650" version="1" timestamp="2013-05-26T12:58:57Z" changeset="16291717" uid="369302" user="Lingo1">
+ <tag k="name" v="Landgasthof Camping"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2320885523" lat="46.2149773" lon="6.1460660" version="2" timestamp="2014-04-05T16:06:19Z" changeset="21516448" uid="2018735" user="megahamea">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="1202"/>
+ <tag k="addr:street" v="Rue Ferrier"/>
+ <tag k="name" v="f6"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-f6.ch/"/>
+ </node>
+ <node id="2321048327" lat="47.0514942" lon="8.3830003" version="1" timestamp="2013-05-26T18:01:39Z" changeset="16297797" uid="774222" user="Adi_">
+ <tag k="name" v="Gasthof Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2322847044" lat="46.4749807" lon="7.2887229" version="1" timestamp="2013-05-28T08:17:10Z" changeset="16320329" uid="1443666" user="schopfi">
+ <tag k="name" v="Alpina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2322847045" lat="46.4710091" lon="7.2887175" version="1" timestamp="2013-05-28T08:17:10Z" changeset="16320329" uid="1443666" user="schopfi">
+ <tag k="name" v="Park"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2325754225" lat="46.9208831" lon="7.7257301" version="1" timestamp="2013-05-30T15:05:25Z" changeset="16351837" uid="937694" user="uroeth">
+ <tag k="name" v="Bären"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2325789000" lat="46.9192673" lon="7.7235710" version="2" timestamp="2013-06-23T15:16:38Z" changeset="16666419" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Zum roten Thurm"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2326150629" lat="47.3783567" lon="8.5474566" version="2" timestamp="2015-12-03T11:50:55Z" changeset="35721093" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="8092"/>
+ <tag k="addr:street" v="Sonneggstrasse"/>
+ <tag k="name" v="Focus Terra"/>
+ <tag k="operator" v="ETH Zürich"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2329326429" lat="47.1353191" lon="8.1918899" version="2" timestamp="2014-12-02T18:06:13Z" changeset="27185212" uid="1742934" user="Pudu">
+ <tag k="addr:city" v="Sempach"/>
+ <tag k="addr:housenumber" v="39"/>
+ <tag k="addr:postcode" v="6204"/>
+ <tag k="addr:street" v="Stadtstrasse"/>
+ <tag k="name" v="Krone"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.gasthauskrone.ch/"/>
+ </node>
+ <node id="2331765863" lat="46.1540910" lon="8.7686290" version="3" timestamp="2015-07-21T17:33:09Z" changeset="32783616" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Ascona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6612"/>
+ <tag k="addr:street" v="Piazza Giuseppe Motta"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Ristorante al porto"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2338867803" lat="46.5076835" lon="6.4977854" version="4" timestamp="2014-08-20T09:58:45Z" changeset="24880132" uid="1856092" user="StreetAv">
+ <tag k="addr:housenumber" v="73-75"/>
+ <tag k="name" v="Expo Fondation Bolle"/>
+ <tag k="operator" v="Salvatore GERVASI"/>
+ <tag k="phone" v="+41 (0) 79 349 22 91"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.fondationbolle.ch/"/>
+ </node>
+ <node id="2341650848" lat="46.1791113" lon="8.8226684" version="1" timestamp="2013-06-12T08:25:49Z" changeset="16520700" uid="510390" user="obitus">
+ <tag k="name" v="Hotel Garni Minusio"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2341650849" lat="46.1808421" lon="8.8227596" version="1" timestamp="2013-06-12T08:25:49Z" changeset="16520700" uid="510390" user="obitus">
+ <tag k="name" v="Esplanade Hotel Resort &amp; Spa"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2343798674" lat="47.5589727" lon="7.5991191" version="1" timestamp="2013-06-13T21:15:56Z" changeset="16543121" uid="1545794" user="Bickel">
+ <tag k="name" v="Hotel-Restaurant Resslirytti"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2345647484" lat="47.2198674" lon="7.1983291" version="1" timestamp="2013-06-15T14:52:54Z" changeset="16563957" uid="395487" user="stewe79">
+ <tag k="name" v="Hôtel Central"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2349960705" lat="47.1771309" lon="8.5176322" version="1" timestamp="2013-06-17T21:07:45Z" changeset="16596176" uid="18315" user="gernot">
+ <tag k="name" v="Hotel Station Zug"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2354705089" lat="46.6238844" lon="8.0002568" version="1" timestamp="2013-06-21T12:09:38Z" changeset="16643038" uid="937694" user="uroeth">
+ <tag k="name" v="Waldrand"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2357093470" lat="46.2219208" lon="6.1489940" version="2" timestamp="2013-06-23T13:22:13Z" changeset="16669353" uid="667422" user="Alex-7">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="135"/>
+ <tag k="addr:postcode" v="1202"/>
+ <tag k="addr:street" v="Rue de Lausanne"/>
+ <tag k="name" v="Eden"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.eden.ch"/>
+ </node>
+ <node id="2357646699" lat="47.4613317" lon="8.9698795" version="1" timestamp="2013-06-23T19:10:27Z" changeset="16673279" uid="1575857" user="mahusi">
+ <tag k="designation" v="Mechanische Werkstätte Wiesental Eschlikon"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2358695203" lat="46.5385005" lon="6.7335265" version="1" timestamp="2013-06-24T13:40:43Z" changeset="16684537" uid="1578438" user="jngrau">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2360334920" lat="46.5152787" lon="6.6278692" version="2" timestamp="2013-07-08T10:24:06Z" changeset="16871568" uid="321862" user="DanX">
+ <tag k="name" v="Agora Swiss Night"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2362831289" lat="46.2013411" lon="6.1465766" version="1" timestamp="2013-06-27T08:35:55Z" changeset="16723385" uid="321862" user="DanX">
+ <tag k="name" v="Espace Rousseau"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2364770498" lat="46.7449445" lon="8.2022179" version="1" timestamp="2013-06-28T19:19:46Z" changeset="16743640" uid="261872" user="hvolk">
+ <tag k="name" v="Haslizentrum SNB"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2366691322" lat="47.4623332" lon="9.0001802" version="9" timestamp="2014-09-20T18:41:25Z" changeset="25565521" uid="1416503" user="asdf2">
+ <tag k="addr:city" v="Sirnach"/>
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:postcode" v="8370"/>
+ <tag k="addr:street" v="Wilerstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Bahnhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2367517782" lat="46.9650288" lon="8.3839749" version="2" timestamp="2014-03-01T18:57:10Z" changeset="20851524" uid="397527" user="Stans">
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Stans Süd"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2371367688" lat="47.3323063" lon="7.7531587" version="1" timestamp="2013-07-02T22:26:05Z" changeset="16798622" uid="213329" user="diakone">
+ <tag k="name" v="Gasthof zum Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2373821083" lat="47.4515385" lon="8.5789782" version="1" timestamp="2013-07-04T17:31:58Z" changeset="16825712" uid="974687" user="airliner1980">
+ <tag k="designation" v="Appartment"/>
+ <tag k="name" v="Apartments Swiss Star GmbH"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2376427480" lat="46.8315759" lon="6.8583416" version="2" timestamp="2013-07-06T20:34:17Z" changeset="16853129" uid="1055616" user="Laatsch">
+ <tag k="addr:city" v="Lully"/>
+ <tag k="addr:postcode" v="1470"/>
+ <tag k="addr:street" v="Restoroute Rose de la Broye A1/E25"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Park Inn Lully"/>
+ <tag k="phone" v="+41 26664 8686"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.parkinn.com/hotel-lully"/>
+ </node>
+ <node id="2376929425" lat="47.3731066" lon="8.5398612" version="2" timestamp="2014-07-16T17:17:03Z" changeset="24185263" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Zürcher Spielzeugmuseum"/>
+ <tag k="source" v="Track, Image, visit"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2377890420" lat="46.0839549" lon="7.4031950" version="2" timestamp="2013-09-28T18:14:29Z" changeset="18080963" uid="67547" user="gregus_">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="fax" v="+41 27 281 37 54"/>
+ <tag k="name" v="Hôtel du barrage"/>
+ <tag k="phone" v="+41 27 281 13 22"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotel-barrage.ch"/>
+ </node>
+ <node id="2388778425" lat="47.1774146" lon="8.2094373" version="1" timestamp="2013-07-18T19:06:56Z" changeset="17003574" uid="505667" user="Bullroarer">
+ <tag k="addr:housenumber" v="43"/>
+ <tag k="addr:postcode" v="6025"/>
+ <tag k="addr:street" v="Luzernerstrasse"/>
+ <tag k="name" v="Grillrestaurant füür ond flamme"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.grillrestaurant-neudorf.ch/"/>
+ </node>
+ <node id="2393031750" lat="46.1585207" lon="8.7626690" version="3" timestamp="2015-09-19T18:05:25Z" changeset="34125994" uid="1988945" user="EPusch">
+ <tag k="name" v="Fondazione Monte Verità"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2393031763" lat="46.1527769" lon="8.7886145" version="1" timestamp="2013-07-22T16:50:46Z" changeset="17051237" uid="517367" user="Joe62">
+ <tag k="addr:city" v="Ascona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="116"/>
+ <tag k="addr:postcode" v="6612"/>
+ <tag k="addr:street" v="via Muraccio"/>
+ <tag k="email" v="ascona@hapimag.com"/>
+ <tag k="fax" v="+41 (91) 7 85 46 01"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Villa Saleggi"/>
+ <tag k="operator" v="Hapimag"/>
+ <tag k="phone" v="+41 (91) 7 85 46 00"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hapimag.com/de/ascona-tessin.htm"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2394202938" lat="46.7901533" lon="6.5242867" version="1" timestamp="2013-07-23T17:54:25Z" changeset="17065206" uid="84054" user="fredjunod">
+ <tag k="name" v="Hôtel du Jura"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2394263802" lat="47.1399171" lon="8.1309553" version="3" timestamp="2015-11-14T07:26:36Z" changeset="35301092" uid="1742934" user="Pudu">
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="6207"/>
+ <tag k="addr:street" v="Guido A. Zäch Strasse"/>
+ <tag k="name" v="GZI Seminar- und Kongresshotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.dasseminarhotel.ch/hotel/gebaeude-gzi/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2395119004" lat="46.9422474" lon="10.3582590" version="1" timestamp="2013-07-24T15:06:59Z" changeset="17076649" uid="937694" user="uroeth">
+ <tag k="name" v="Bellevue"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2395120718" lat="46.9429323" lon="10.3587659" version="1" timestamp="2013-07-24T15:11:15Z" changeset="17076649" uid="937694" user="uroeth">
+ <tag k="name" v="Muttler"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2395124233" lat="46.9428572" lon="10.3599354" version="3" timestamp="2014-03-08T14:29:23Z" changeset="20986221" uid="92274" user="adjuva">
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="23"/>
+ <tag k="addr:postcode" v="7563"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="name" v="Nevada"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2395960171" lat="46.9436998" lon="10.3599064" version="1" timestamp="2013-07-25T08:14:06Z" changeset="17084995" uid="937694" user="uroeth">
+ <tag k="addr:housenumber" v="30"/>
+ <tag k="addr:postcode" v="7563"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="name" v="Chasa Montana"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2395960172" lat="46.9430937" lon="10.3587020" version="1" timestamp="2013-07-25T08:14:06Z" changeset="17084995" uid="937694" user="uroeth">
+ <tag k="name" v="Alpina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2395992614" lat="46.9420700" lon="10.3594584" version="2" timestamp="2014-03-08T14:29:24Z" changeset="20986221" uid="92274" user="adjuva">
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="7563"/>
+ <tag k="addr:street" v="Südstrasse"/>
+ <tag k="name" v="Nova Garni"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2395992637" lat="46.9433171" lon="10.3620655" version="2" timestamp="2014-03-08T14:29:20Z" changeset="20986221" uid="92274" user="adjuva">
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="7563"/>
+ <tag k="addr:street" v="Votlasstrasse"/>
+ <tag k="name" v="Bergsonne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2395992639" lat="46.9430241" lon="10.3623203" version="1" timestamp="2013-07-25T08:55:34Z" changeset="17084995" uid="937694" user="uroeth">
+ <tag k="name" v="Chesa Grischuna"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2396023544" lat="46.9531534" lon="10.3731752" version="2" timestamp="2014-03-08T14:29:20Z" changeset="20986221" uid="92274" user="adjuva">
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="7563"/>
+ <tag k="addr:street" v="Waldweg"/>
+ <tag k="name" v="Aurora"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2396023574" lat="46.9501379" lon="10.3709652" version="2" timestamp="2014-03-08T14:29:20Z" changeset="20986221" uid="92274" user="adjuva">
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="66"/>
+ <tag k="addr:postcode" v="7563"/>
+ <tag k="addr:street" v="Talstrasse"/>
+ <tag k="name" v="Astoria Garni"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2396023575" lat="46.9516429" lon="10.3708953" version="2" timestamp="2014-03-08T14:29:23Z" changeset="20986221" uid="92274" user="adjuva">
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="12"/>
+ <tag k="addr:postcode" v="7563"/>
+ <tag k="addr:street" v="Ravaisch Strasse"/>
+ <tag k="name" v="Homann"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2396754039" lat="46.2518067" lon="7.5920230" version="1" timestamp="2013-07-25T22:30:19Z" changeset="17095167" uid="1668080" user="gsimon">
+ <tag k="fee" v="no"/>
+ <tag k="name" v="Espace Ella Maillart"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2396754040" lat="46.2515857" lon="7.5978784" version="2" timestamp="2013-07-26T08:13:45Z" changeset="17098270" uid="1668080" user="gsimon">
+ <tag k="name" v="Le Plampras"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2397704307" lat="46.8314759" lon="9.2821079" version="3" timestamp="2014-09-02T10:48:56Z" changeset="25178935" uid="69380" user="Mathias Wittwer">
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hapimag Resort Flims"/>
+ <tag k="operator" v="Hotel und Appartementhaus Immobilien Anlage AG"/>
+ <tag k="smoking" v="yes"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hapimag.com/de/angebot/resorts-residenzen/schweiz/flims-graubuenden.html"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2398702343" lat="46.9185050" lon="8.9972760" version="2" timestamp="2014-05-30T21:44:40Z" changeset="22647077" uid="15671" user="habi">
+ <tag k="addr:city" v="Linthal"/>
+ <tag k="addr:postcode" v="8783"/>
+ <tag k="addr:street" v="Hauptstrasse 49"/>
+ <tag k="name" v="Hotel Eidgenossen"/>
+ <tag k="phone" v="+41556432528"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2398702344" lat="46.9184020" lon="8.9974730" version="3" timestamp="2014-05-30T21:42:57Z" changeset="22647051" uid="15671" user="habi">
+ <tag k="addr:city" v="Linthal"/>
+ <tag k="addr:postcode" v="8783"/>
+ <tag k="addr:street" v="Dorfstrasse 1"/>
+ <tag k="contact:email" v="hotelraben@bluewin.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Hotel Raben"/>
+ <tag k="phone" v="+41556433122"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelraben.ch/"/>
+ </node>
+ <node id="2398768794" lat="46.3939356" lon="6.8052547" version="2" timestamp="2013-07-27T21:26:47Z" changeset="17118918" uid="507417" user="tartiflex">
+ <tag k="name" v="Le Rivage"/>
+ <tag k="source" v="Bing"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2401212366" lat="47.3717423" lon="8.0049034" version="1" timestamp="2013-07-30T08:06:57Z" changeset="17148805" uid="1693384" user="ckloeti849">
+ <tag k="name" v="Gugelmann Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2403628641" lat="46.4958696" lon="7.6742160" version="2" timestamp="2015-11-24T20:04:04Z" changeset="35558685" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Kandersteg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:street" v="Äussere Dorfstrasse"/>
+ <tag k="contact:email" v="info@chalethotel.ch"/>
+ <tag k="contact:fax" v="+41 33 675 80 11"/>
+ <tag k="contact:phone" v="+41 33 675 80 10"/>
+ <tag k="name" v="Chalet-Hotel Adler"/>
+ <tag k="operator" v="Familie Fetzer"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.chalethotel.ch/"/>
+ </node>
+ <node id="2403628645" lat="46.5003472" lon="7.6765754" version="2" timestamp="2015-11-24T20:04:04Z" changeset="35558685" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Kandersteg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="99"/>
+ <tag k="addr:postcode" v="3718"/>
+ <tag k="addr:street" v="Äussere Dorfstrasse"/>
+ <tag k="contact:email" v="hotel@alfasoleil.ch"/>
+ <tag k="contact:phone" v="+41 33 675 84 84"/>
+ <tag k="name" v="Hotel Alfa-Soleil"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alfasoleil.ch/"/>
+ </node>
+ <node id="2403628646" lat="46.4984888" lon="7.6751454" version="2" timestamp="2015-11-24T20:04:04Z" changeset="35558685" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Kandersteg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="72"/>
+ <tag k="addr:postcode" v="3718"/>
+ <tag k="addr:street" v="Äussere Dorfstrasse"/>
+ <tag k="contact:email" v="alpenblick@gmx.ch"/>
+ <tag k="contact:fax" v="+41 33 675 21 29"/>
+ <tag k="contact:phone" v="+41 33 675 11 29"/>
+ <tag k="name" v="Hotel Alpenblick"/>
+ <tag k="operator" v="Urs &amp; Regula Schmid-Ogi"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alpenblick-kandersteg.ch/"/>
+ </node>
+ <node id="2403628647" lat="46.4998168" lon="7.6760309" version="2" timestamp="2015-11-24T20:04:05Z" changeset="35558685" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Kandersteg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="92"/>
+ <tag k="addr:postcode" v="3718"/>
+ <tag k="addr:street" v="Äussere Dorfstrasse"/>
+ <tag k="contact:email" v="info@alpina-online.com"/>
+ <tag k="contact:fax" v="+41 33 675 12 33"/>
+ <tag k="contact:phone" v="+41 33 675 12 46"/>
+ <tag k="name" v="Hotel Alpina"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alpina-online.com/start/willkommen-und-portraet/"/>
+ </node>
+ <node id="2403628648" lat="46.4968504" lon="7.6741333" version="3" timestamp="2015-12-03T20:55:37Z" changeset="35735477" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Kandersteg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="37"/>
+ <tag k="addr:postcode" v="3718"/>
+ <tag k="addr:street" v="Äussere Dorfstrasse"/>
+ <tag k="contact:email" v="hotel@bernerhof.ch"/>
+ <tag k="contact:fax" v="+41 33 675 88 77"/>
+ <tag k="contact:phone" v="+41 33 675 88 75"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Hotel Bernerhof"/>
+ <tag k="operator" v="Claudia und Gerhard Lehmann-Güntert"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.bernerhof.ch"/>
+ </node>
+ <node id="2403628649" lat="46.4930486" lon="7.6722242" version="2" timestamp="2015-11-24T20:04:05Z" changeset="35558685" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Kandersteg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="name" v="Hotel Edelweiss"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2403628651" lat="46.4932201" lon="7.6726165" version="2" timestamp="2015-11-24T20:04:05Z" changeset="35558685" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Kandersteg"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3718"/>
+ <tag k="addr:street" v="Müllermattenstrasse"/>
+ <tag k="contact:fax" v="+41 33 675 13 16"/>
+ <tag k="contact:phone" v="+41 33 675 13 13"/>
+ <tag k="name" v="Hotel Pension Spycher"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelantico-spycher.ch"/>
+ </node>
+ <node id="2403628655" lat="46.4900461" lon="7.6714419" version="1" timestamp="2013-08-01T12:16:23Z" changeset="17178932" uid="232126" user="RetiredInNH">
+ <tag k="name" v="Hotel-Restaurant des Alpes"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://desalpes-kandersteg.ch/web/?lang=en"/>
+ </node>
+ <node id="2403628674" lat="46.4976484" lon="7.6749365" version="2" timestamp="2015-07-01T15:58:27Z" changeset="32335177" uid="364949" user="corvairjo">
+ <tag k="name" v="Royal Park Hotel (closed)"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.royalkandersteg.com/"/>
+ </node>
+ <node id="2409224145" lat="46.6257613" lon="7.6903939" version="1" timestamp="2013-08-06T19:59:46Z" changeset="17245929" uid="1706666" user="andre_muerner">
+ <tag k="name" v="Hotel Bahnhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2410414569" lat="46.8277913" lon="6.5347806" version="2" timestamp="2014-11-22T15:56:02Z" changeset="26954517" uid="835140" user="nounours77">
+ <tag k="email" v="info@grandhotelrasses.ch"/>
+ <tag k="name" v="Grand Hôtel des Rasses"/>
+ <tag k="phone" v="+41 (0)24 454 19 61"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.grandhotelrasses.ch"/>
+ </node>
+ <node id="2410856606" lat="46.2317586" lon="7.3633339" version="4" timestamp="2015-06-10T11:14:15Z" changeset="31867228" uid="2028552" user="keigan160">
+ <tag k="addr:city" v="Sion"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="1950"/>
+ <tag k="addr:street" v="Rue du Scex"/>
+ <tag k="name" v="Hôtel du Rhône"/>
+ <tag k="phone" v="027 322 82 91"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wheelchair:description" v="Marches partout et lits beacoup trop hauts, accès chambres compliqué"/>
+ </node>
+ <node id="2410914446" lat="46.8295461" lon="9.2860494" version="1" timestamp="2013-08-08T10:53:04Z" changeset="17265137" uid="184697" user="Katzenbär">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Chesa"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2413910442" lat="47.1597926" lon="9.0457714" version="1" timestamp="2013-08-10T21:26:19Z" changeset="17296574" uid="1710279" user="nikodemo64">
+ <tag k="name" v="Ortsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2415146548" lat="46.7494733" lon="9.5557623" version="1" timestamp="2013-08-11T19:42:57Z" changeset="17308044" uid="249995" user="schlasim">
+ <tag k="name" v="Posthotel Valbella"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2418791405" lat="46.2571087" lon="7.0978989" version="1" timestamp="2013-08-14T11:26:57Z" changeset="17343941" uid="510390" user="obitus">
+ <tag k="name" v="La Tsalounâ"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2419537310" lat="46.7286676" lon="9.5543341" version="1" timestamp="2013-08-15T07:22:07Z" changeset="17355458" uid="125687" user="tubeli">
+ <tag k="name" v="Sunstar Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2420265360" lat="46.4747396" lon="7.1322647" version="1" timestamp="2013-08-15T21:47:10Z" changeset="17365477" uid="232126" user="RetiredInNH">
+ <tag k="name" v="Hôtel de la Gare"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2424748596" lat="47.5109133" lon="8.7592552" version="1" timestamp="2013-08-19T21:43:17Z" changeset="17418375" uid="795968" user="ducrest">
+ <tag k="name" v="Hotel Römertor"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2426616613" lat="47.3477268" lon="7.7697802" version="1" timestamp="2013-08-21T09:40:33Z" changeset="17438168" uid="213329" user="diakone">
+ <tag k="name" v="Gasthof zum Ochsen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2429347243" lat="47.3736897" lon="8.5372975" version="1" timestamp="2013-08-23T17:21:30Z" changeset="17472738" uid="359735" user="The_Raven">
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:street" v="Sihlstrasse"/>
+ <tag k="email" v="info@seidenhof.ch"/>
+ <tag k="fax" v="+41 44 228 75 75"/>
+ <tag k="name" v="Seidenhof"/>
+ <tag k="phone" v="+41 44 228 75 00"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.seidenhof.ch/"/>
+ </node>
+ <node id="2429535877" lat="47.3652447" lon="8.5649912" version="1" timestamp="2013-08-23T21:44:16Z" changeset="17476441" uid="1199303" user="wolfv">
+ <tag k="name" v="California House"/>
+ <tag k="operator" v="California Immobilien GmbH"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2432065444" lat="47.0557831" lon="8.3248886" version="2" timestamp="2015-10-26T21:03:33Z" changeset="34891376" uid="397527" user="Stans">
+ <tag k="name" v="Hotel Europe"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2432262820" lat="46.0185852" lon="7.7490299" version="1" timestamp="2013-08-26T12:28:13Z" changeset="17516195" uid="241863" user="MRO">
+ <tag k="addr:city" v="Zermatt"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="3920"/>
+ <tag k="addr:street" v="Riedstrasse 3"/>
+ <tag k="email" v="info@bellerive-zermatt.ch"/>
+ <tag k="fax" v="+41 (0)27 966 74 75"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Bellerive Zermatt"/>
+ <tag k="operator" v="Katja &amp; Mario Noti"/>
+ <tag k="phone" v="+41 (0)27 966 74 74"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.bellerive-zermatt.ch"/>
+ </node>
+ <node id="2432494618" lat="46.2069018" lon="6.1418934" version="2" timestamp="2013-08-26T16:27:49Z" changeset="17520699" uid="34792" user="ChrisB">
+ <tag k="name" v="Hotel St Gervais"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.stgervais-geneva.ch/"/>
+ </node>
+ <node id="2434929159" lat="46.8029014" lon="7.1625321" version="1" timestamp="2013-08-28T08:32:26Z" changeset="17550302" uid="125339" user="efred">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Sauvage"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2438052071" lat="47.5393968" lon="7.5750336" version="1" timestamp="2013-08-29T21:54:58Z" changeset="17580103" uid="380211" user="roki">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2446293214" lat="46.4893496" lon="7.5267660" version="1" timestamp="2013-09-04T19:52:27Z" changeset="17677559" uid="126246" user="mocoohay">
+ <tag k="name" v="Hotel Retaurant Schermtanne"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.schermtanne.ch/"/>
+ </node>
+ <node id="2455973886" lat="47.4953341" lon="7.7119873" version="1" timestamp="2013-09-12T18:04:38Z" changeset="17804429" uid="1742817" user="Donnie Brasco">
+ <tag k="name" v="Bienenberg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2456778684" lat="46.4870724" lon="9.9079847" version="1" timestamp="2013-09-13T12:11:51Z" changeset="17816331" uid="357757" user="Alexandre Neto">
+ <tag k="name" v="Steinbock"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2457713463" lat="46.6014649" lon="10.4243670" version="1" timestamp="2013-09-14T07:49:12Z" changeset="17828451" uid="918603" user="carstenwasow">
+ <tag k="name" v="Museum 14/18"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2458553341" lat="47.4302601" lon="9.3791440" version="1" timestamp="2013-09-14T21:48:37Z" changeset="17840913" uid="286075" user="thomasF">
+ <tag k="name" v="Bierflaschenmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2459513468" lat="46.7607108" lon="7.0945485" version="1" timestamp="2013-09-15T16:29:25Z" changeset="17853291" uid="1514901" user="treyvaux">
+ <tag k="name" v="Hôtel La Croix-Blanche"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2461434257" lat="46.1882450" lon="6.1149651" version="2" timestamp="2015-07-22T13:59:54Z" changeset="32802867" uid="3068030" user="floyd70">
+ <tag k="addr:city" v="Petit-Lancy"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:street" v="Chemin des Olliquettes"/>
+ <tag k="name" v="Ibis Budget"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2463374534" lat="47.3741674" lon="8.5161770" version="4" timestamp="2015-11-29T12:10:20Z" changeset="35643596" uid="524500" user="wheelmap_android">
+ <tag k="email" v="info@apartments-swiss-star.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Guesthouse Gertrudstrasse"/>
+ <tag k="phone" v="+41 43 2555757"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.chreis-4-hotels.ch/pages/de/Gueshouse_Gertrudstrasse.html"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wheelchair_toilet" v="no"/>
+ </node>
+ <node id="2463674022" lat="47.6145650" lon="8.5359011" version="1" timestamp="2013-09-19T09:13:40Z" changeset="17918951" uid="1741289" user="ManuR">
+ <tag k="name" v="Dorfmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2470508406" lat="46.0232236" lon="7.7465079" version="1" timestamp="2013-09-24T21:11:02Z" changeset="18017127" uid="199058" user="pegeka">
+ <tag k="name" v="Best Western Butterfly"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2473129537" lat="47.2746832" lon="8.4442182" version="3" timestamp="2014-08-14T09:04:19Z" changeset="24740003" uid="480624" user="dlu">
+ <tag k="addr:city" v="Affoltern am Albis"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="8910"/>
+ <tag k="addr:street" v="Obstgartenstrasse"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Holiday Inn Express"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2473497879" lat="46.8670934" lon="8.2398262" version="3" timestamp="2015-04-05T17:34:52Z" changeset="29997074" uid="397527" user="Stans">
+ <tag k="addr:city" v="Sachseln"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="6072"/>
+ <tag k="addr:street" v="Bruder-Klausen-Weg"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="info@kreuz-sachseln.ch"/>
+ <tag k="hiking" v="yes"/>
+ <tag k="name" v="Kreuz"/>
+ <tag k="phone" v="+41 (0)41 660 53 00"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.kreuz-sachseln.ch/"/>
+ </node>
+ <node id="2475474742" lat="46.4859114" lon="9.8371745" version="1" timestamp="2013-09-28T16:52:28Z" changeset="18079690" uid="199058" user="pegeka">
+ <tag k="name" v="Laudinella"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2477694156" lat="47.4229652" lon="9.3704591" version="3" timestamp="2014-01-09T23:29:50Z" changeset="19909940" uid="44456" user="twalter">
+ <tag k="name" v="Hotel Metropol"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2479152997" lat="46.6861084" lon="7.8562655" version="1" timestamp="2013-10-01T16:42:55Z" changeset="18130161" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="37"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Höheweg"/>
+ <tag k="building" v="hotel"/>
+ <tag k="email" v="mail@metropole-interlaken.ch"/>
+ <tag k="fax" v="+41 33 828 66 33"/>
+ <tag k="name" v="Metropole"/>
+ <tag k="operator" v="Marco von Euw"/>
+ <tag k="phone" v="+41 33 828 66 66"/>
+ <tag k="rooms" v="96"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.metropole-interlaken.ch"/>
+ </node>
+ <node id="2481204992" lat="45.9915339" lon="8.9453684" version="2" timestamp="2013-10-07T01:03:28Z" changeset="18222316" uid="893327" user="mcheckimport">
+ <tag k="addr:city" v="Lugano"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:street" v="Via San Salvatore"/>
+ <tag k="name" v="Novotel"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2481379811" lat="47.4647131" lon="8.3253359" version="1" timestamp="2013-10-03T16:55:20Z" changeset="18165146" uid="359735" user="The_Raven">
+ <tag k="email" v="info@zwyssighof.ch"/>
+ <tag k="fax" v="+41 (0)56 437 01 02"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="yes"/>
+ <tag k="name" v="Zwyssighof"/>
+ <tag k="phone" v="+41 (0)56 437 01 01"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.zwyssighof.ch"/>
+ </node>
+ <node id="2485517214" lat="47.5787260" lon="7.5959957" version="1" timestamp="2013-10-06T19:52:40Z" changeset="18219281" uid="45059" user="&lt;don&gt;">
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Stücki"/>
+ <tag k="operator" v="Best Western"/>
+ <tag k="smoking" v="no"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.stuecki-basel.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2485849150" lat="45.9913669" lon="8.9457481" version="1" timestamp="2013-10-07T01:03:15Z" changeset="18222316" uid="893327" user="mcheckimport">
+ <tag k="addr:city" v="Lugano"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:street" v="Via Garetta"/>
+ <tag k="name" v="Ibis budget"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2485849151" lat="45.9913067" lon="8.9455090" version="1" timestamp="2013-10-07T01:03:15Z" changeset="18222316" uid="893327" user="mcheckimport">
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="6900"/>
+ <tag k="addr:street" v="Via Garetta"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Ibis"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2489849790" lat="46.5223377" lon="6.5661094" version="1" timestamp="2013-10-09T18:10:37Z" changeset="18269390" uid="500450" user="Hoff1980">
+ <tag k="name" v="SwissTech Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2492113644" lat="47.2279663" lon="8.8177967" version="1" timestamp="2013-10-11T11:10:05Z" changeset="18295463" uid="1764038" user="grothauser">
+ <tag k="name" v="Stadtmuseum Rapperswil"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2501107097" lat="46.7932174" lon="9.8213801" version="1" timestamp="2013-10-18T21:11:38Z" changeset="18426125" uid="120664" user="Chris Clemson">
+ <tag k="name" v="Hotel Davoserhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2501689499" lat="47.3014390" lon="9.4373850" version="1" timestamp="2013-10-19T14:45:37Z" changeset="18434984" uid="1779619" user="FuerKai">
+ <tag k="addr:city" v="Schwende"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:state" v="AI"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Gasthof Frohe Aussicht, Schwende (AI)"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2507487714" lat="46.7954611" lon="10.2946404" version="1" timestamp="2013-10-24T18:04:38Z" changeset="18524029" uid="97547" user="datendelphin">
+ <tag k="name" v="Collina"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://collina-scuol.ch/"/>
+ </node>
+ <node id="2507487715" lat="46.7989070" lon="10.3033745" version="1" timestamp="2013-10-24T18:04:38Z" changeset="18524029" uid="97547" user="datendelphin">
+ <tag k="name" v="Curuna"/>
+ <tag k="phone" v="+41 81 864 14 51"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.curuna.ch/"/>
+ </node>
+ <node id="2507487718" lat="46.7980448" lon="10.3006192" version="1" timestamp="2013-10-24T18:04:38Z" changeset="18524029" uid="97547" user="datendelphin">
+ <tag k="name" v="Quellenhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.quellenhofscuol.ch/"/>
+ </node>
+ <node id="2520330258" lat="46.4477683" lon="7.5650159" version="1" timestamp="2013-11-04T21:22:55Z" changeset="18720147" uid="126246" user="mocoohay">
+ <tag k="name" v="Berghotel Engstligenalp"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2524037538" lat="46.0468698" lon="8.9009680" version="2" timestamp="2014-08-02T13:34:39Z" changeset="24498379" uid="1832324" user="B&amp;B Arosio - Hike &amp; Bike">
+ <tag k="addr:city" v="Arosio"/>
+ <tag k="addr:housename" v="Casa Ernesta"/>
+ <tag k="addr:housenumber" v="82"/>
+ <tag k="addr:postcode" v="6939"/>
+ <tag k="addr:street" v="Arosio di Sotto"/>
+ <tag k="ele" v="840"/>
+ <tag k="name" v="Guesthouse Arosio B&amp;B"/>
+ <tag k="operator" v="Fabrizio Sommaruga"/>
+ <tag k="phone" v="+4179 2107659"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.arosiobnb.com"/>
+ </node>
+ <node id="2525165553" lat="46.5538551" lon="7.3712286" version="1" timestamp="2013-11-09T12:06:00Z" changeset="18797896" uid="516198" user="Sirius533">
+ <tag k="name" v="Résidence"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2535974669" lat="46.1792027" lon="6.1270456" version="2" timestamp="2014-05-20T07:15:13Z" changeset="22439332" uid="226626" user="sokolgeo">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housename" v="Ramada Encore Geneva"/>
+ <tag k="addr:housenumber" v="10-12"/>
+ <tag k="addr:street" v="Route des Jeunes"/>
+ <tag k="name" v="Ramada Encore Geneva"/>
+ <tag k="note" v="10-12, Route des Jeunes, Geneva, Switzerland www.ramada-encore-geneve.ch 022 309 50 00"/>
+ <tag k="phone" v="022 309 50 00"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ramada-encore-geneve.ch"/>
+ </node>
+ <node id="2536831622" lat="46.6289726" lon="7.3900146" version="1" timestamp="2013-11-17T17:46:16Z" changeset="18956714" uid="117958" user="geo-ranger">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2541796075" lat="47.1359296" lon="8.5849235" version="1" timestamp="2013-11-20T17:30:13Z" changeset="19018625" uid="1811841" user="h-vetterli">
+ <tag k="name" v="Hotel Lindenhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2546687775" lat="46.3149430" lon="7.9416143" version="1" timestamp="2013-11-23T11:22:03Z" changeset="19069842" uid="768737" user="sheg">
+ <tag k="name" v="Safran-Museum"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2548423246" lat="47.6905014" lon="8.6214090" version="2" timestamp="2013-11-24T12:20:23Z" changeset="19089664" uid="1817152" user="kaem21">
+ <tag k="addr:city" v="Neuhausen am Rheinfall"/>
+ <tag k="addr:housename" v="Schloss Charlottenels"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="8212"/>
+ <tag k="addr:street" v="Charlottenweg"/>
+ <tag k="alt_name" v="Mosermuseum"/>
+ <tag k="name" v="Moser Familienmuseum Charlottenfels"/>
+ <tag k="operator" v="Heinrich und Henri Moser Stiftung"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.charlottenfels-museum.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2557078673" lat="47.2077570" lon="7.5376854" version="1" timestamp="2013-11-29T14:22:27Z" changeset="19178991" uid="481380" user="Nzara">
+ <tag k="name" v="Steinmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="url" v="http://www.steinmuseum.ch/"/>
+ </node>
+ <node id="2560482537" lat="47.2155839" lon="7.5606731" version="2" timestamp="2014-06-14T15:03:16Z" changeset="22927533" uid="835140" user="nounours77">
+ <tag k="name" v="Sporthotel"/>
+ <tag k="sport" v="fitness"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2562267739" lat="46.5158417" lon="6.6307939" version="1" timestamp="2013-12-02T23:35:16Z" changeset="19243490" uid="938712" user="Menne71">
+ <tag k="email" v="info@hotelalagare.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Ala Gare"/>
+ <tag k="phone" v="021 612 09 09"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="hotelalagare.ch"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2574827343" lat="46.0926074" lon="7.2330026" version="1" timestamp="2013-12-10T20:26:13Z" changeset="19383657" uid="67547" user="gregus_">
+ <tag k="addr:city" v="Verbier"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="70"/>
+ <tag k="addr:postcode" v="1936"/>
+ <tag k="addr:street" v="Rue de Médran"/>
+ <tag k="contact:phone" v="+41 27 472 88 88"/>
+ <tag k="contact:website" v="www.wverbier.com"/>
+ <tag k="name" v="W Verbier"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2576005935" lat="47.4761957" lon="9.5771342" version="1" timestamp="2013-12-11T17:29:58Z" changeset="19399220" uid="1754577" user="RasRaf">
+ <tag k="name" v="Landgasthof Schiff"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2577144474" lat="47.5277251" lon="7.6475561" version="1" timestamp="2013-12-12T15:19:42Z" changeset="19415537" uid="1802129" user="remo ackermann">
+ <tag k="name" v="Hotel Basler Tor"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2583594620" lat="46.9491886" lon="7.4420283" version="9" timestamp="2014-11-04T22:15:54Z" changeset="26558242" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="26"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Neuengasse"/>
+ <tag k="alt_name" v="Hotel Savoy"/>
+ <tag k="contact:email" v="reservation-sav@zghotels.ch"/>
+ <tag k="contact:fax" v="+41 31 3121978"/>
+ <tag k="contact:phone" v="+41 31 3114405"/>
+ <tag k="contact:website" v="http://www.hotel-savoy-bern.ch/de/N372/kontakt.html"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Savoy"/>
+ <tag k="operator" v="ZG Hotels - H. Zurbrügg &amp; M. Gauer AG"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-savoy-bern.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2586286032" lat="46.9649177" lon="7.4843479" version="1" timestamp="2013-12-19T05:54:21Z" changeset="19525941" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="127"/>
+ <tag k="addr:postcode" v="3006"/>
+ <tag k="addr:street" v="Bolligenstrasse"/>
+ <tag k="name" v="Psychiatrie-Museum Bern"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.puk.unibe.ch/cu/museum/museumra.html"/>
+ </node>
+ <node id="2599500615" lat="46.4107060" lon="7.7766724" version="1" timestamp="2013-12-29T12:21:38Z" changeset="19695139" uid="132059" user="cgaspoz">
+ <tag k="name" v="Alpine Village"/>
+ <tag k="operator" v="Alpine Village"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2600913533" lat="46.4691249" lon="8.2438834" version="1" timestamp="2013-12-30T08:14:32Z" changeset="19710087" uid="131561" user="filot">
+ <tag k="name" v="Joopi"/>
+ <tag k="source" v="Survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2601038927" lat="47.2128586" lon="7.7881358" version="1" timestamp="2013-12-30T11:22:56Z" changeset="19712455" uid="1860997" user="myonium">
+ <tag k="addr:city" v="Langenthal"/>
+ <tag k="addr:housename" v="Altes Amts- und Zollhaus"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="4900"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Museum Langenthal"/>
+ <tag k="operator" v="Stiftung Museum Langenthal"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2601048062" lat="47.2128078" lon="7.7881108" version="1" timestamp="2013-12-30T11:33:50Z" changeset="19712619" uid="1860997" user="myonium">
+ <tag k="addr:city" v="Langenthal"/>
+ <tag k="addr:housename" v="Altes Amts- und Zollhaus"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="4900"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Museum Langenthal"/>
+ <tag k="operator" v="Stiftung Museum Langenthal"/>
+ <tag k="phone" v="+41 62 922 71 81"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2606146608" lat="47.4660156" lon="9.5671409" version="3" timestamp="2014-01-03T07:34:43Z" changeset="19781360" uid="1754577" user="RasRaf">
+ <tag k="name" v="Ortsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.ortsmuseum-thal.ch"/>
+ </node>
+ <node id="2607485642" lat="47.4883729" lon="9.5556145" version="1" timestamp="2014-01-03T07:30:06Z" changeset="19781328" uid="1754577" user="RasRaf">
+ <tag k="name" v="Fliegermuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.fliegermuseum.ch"/>
+ </node>
+ <node id="2607490692" lat="47.4663345" lon="9.5668845" version="1" timestamp="2014-01-03T07:35:38Z" changeset="19781360" uid="1754577" user="RasRaf">
+ <tag k="name" v="Landgasthof Ochsen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2607789926" lat="46.7490908" lon="9.5575390" version="6" timestamp="2014-01-03T13:15:41Z" changeset="19786166" uid="1865777" user="wenger67">
+ <tag k="name" v="Valbella Inn"/>
+ <tag k="star" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2609729281" lat="46.7748683" lon="9.6605536" version="1" timestamp="2014-01-04T17:48:08Z" changeset="19809293" uid="1218134" user="Sarob">
+ <tag k="name" v="Heimatmuseum Schanfigg"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2611469388" lat="46.1806015" lon="7.2949707" version="1" timestamp="2014-01-05T20:49:22Z" changeset="19832248" uid="1869125" user="Hugo Rodger-Brown">
+ <tag k="addr:city" v="Haute-Nendaz"/>
+ <tag k="addr:postcode" v="1997"/>
+ <tag k="addr:street" v="Route de la Télécabine"/>
+ <tag k="name" v="Hôtel Le Déserteur"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ledeserteur.ch/"/>
+ </node>
+ <node id="2611696472" lat="46.5283028" lon="8.6081866" version="2" timestamp="2015-01-11T18:39:51Z" changeset="28070019" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Airolo"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:postcode" v="6780"/>
+ <tag k="addr:street" v="Via della Stazione"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Alloggio Girasole"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alloggiogirasole.ch/"/>
+ </node>
+ <node id="2614484785" lat="46.3985489" lon="7.7710526" version="1" timestamp="2014-01-08T08:24:16Z" changeset="19877061" uid="147368" user="Ecthelias">
+ <tag k="name" v="Lötschberg"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://hotelloetschberg.ch/"/>
+ </node>
+ <node id="2615277888" lat="46.8023838" lon="9.8421786" version="2" timestamp="2014-06-01T17:40:53Z" changeset="22678458" uid="1730904" user="donovaly">
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="yes"/>
+ <tag k="name" v="Solaria"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.solaria.ch"/>
+ </node>
+ <node id="2617931454" lat="46.1225907" lon="7.9378217" version="1" timestamp="2014-01-10T22:14:59Z" changeset="19926179" uid="427807" user="samden">
+ <tag k="name" v="Monte Rosa"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2618801544" lat="46.6286465" lon="8.0420002" version="3" timestamp="2015-11-30T16:10:21Z" changeset="35668832" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Grindelwald"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="104"/>
+ <tag k="addr:postcode" v="3818"/>
+ <tag k="addr:street" v="Terrassenweg"/>
+ <tag k="contact:fax" v="+41 33 853 13 53"/>
+ <tag k="contact:phone" v="+41 33 853 12 20"/>
+ <tag k="name" v="Hotel Bodmi"/>
+ <tag k="source" v="Website"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.bodmi.ch"/>
+ </node>
+ <node id="2619446690" lat="46.3989301" lon="7.7710774" version="1" timestamp="2014-01-12T09:20:43Z" changeset="19948681" uid="1879026" user="Poldin">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2619454808" lat="46.3987506" lon="7.7698409" version="1" timestamp="2014-01-12T09:36:40Z" changeset="19948681" uid="1879026" user="Poldin">
+ <tag k="name" v="Rest. Bietschorn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2619530573" lat="46.4195149" lon="7.8167349" version="2" timestamp="2014-01-12T11:11:45Z" changeset="19950218" uid="1879026" user="Poldin">
+ <tag k="name" v="Hotel Rest. Bretihorn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2619532204" lat="46.4210514" lon="7.8207421" version="1" timestamp="2014-01-12T11:13:08Z" changeset="19950218" uid="1879026" user="Poldin">
+ <tag k="name" v="Hotel Edelweiss"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2619966402" lat="47.4826243" lon="7.7344143" version="1" timestamp="2014-01-12T17:17:26Z" changeset="19956416" uid="296768" user="Georg Schölly">
+ <tag k="addr:city" v="Liestal"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="4410"/>
+ <tag k="addr:street" v="Wasserturmplatz"/>
+ <tag k="contact:phone" v="+41 61 534 00 02"/>
+ <tag k="contact:website" v="http://www.guggenheimliestal.ch/hotel/"/>
+ <tag k="name" v="Kulturhotel Guggenheim"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2620924772" lat="47.1585304" lon="8.5855441" version="1" timestamp="2014-01-13T11:41:41Z" changeset="19970155" uid="783143" user="jop1982">
+ <tag k="operator" v="Militärhistorische Stiftung des Kantons Zug"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.mhsz.ch"/>
+ </node>
+ <node id="2621697605" lat="46.7773190" lon="9.6764427" version="4" timestamp="2014-01-14T21:09:03Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="addr:street" v="Hubelstrasse"/>
+ <tag k="name" v="Hotel Basic"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.basic-hotel.ch/"/>
+ </node>
+ <node id="2621697607" lat="46.7795040" lon="9.6778136" version="2" timestamp="2014-01-14T09:14:42Z" changeset="19986661" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="name" v="Hotel Cristallo"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2621697608" lat="46.7802836" lon="9.6792042" version="2" timestamp="2014-01-14T09:14:42Z" changeset="19986661" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="name" v="Hotel Metropol"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2621697609" lat="46.7832393" lon="9.6830396" version="3" timestamp="2014-01-14T21:09:04Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="name" v="Hotel Obersee"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2621971209" lat="46.7798619" lon="9.6773981" version="2" timestamp="2014-01-14T21:09:03Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="addr:street" v="Prätschlistrasse"/>
+ <tag k="name" v="Hotel Alpina"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622206214" lat="46.6041493" lon="6.2272390" version="1" timestamp="2014-01-14T13:04:28Z" changeset="19990374" uid="1736705" user="vwvw">
+ <tag k="name" v="Espace Horloger Vallée de Joux"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.espacehorloger.ch/Page.aspx?id=Welcome"/>
+ </node>
+ <node id="2622434487" lat="46.7748620" lon="9.6651268" version="1" timestamp="2014-01-14T16:51:42Z" changeset="19994921" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="addr:street" v="Innere Poststrasse"/>
+ <tag k="name" v="Arosa Kulm Hotel"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.arosakulm.ch"/>
+ </node>
+ <node id="2622434488" lat="46.7827270" lon="9.6786459" version="2" timestamp="2015-08-01T07:06:48Z" changeset="33024986" uid="1218134" user="Sarob">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="addr:street" v="Seeblickstrasse"/>
+ <tag k="email" v="info@arosa-vetter-hotel.ch"/>
+ <tag k="fax" v="+41 (0)81 378 80 08"/>
+ <tag k="name" v="Arosa Vetter Hotel"/>
+ <tag k="phone" v="+41 (0)81 378 80 00"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://arosa-vetter-hotel.ch"/>
+ </node>
+ <node id="2622434489" lat="46.7813648" lon="9.6798383" version="2" timestamp="2014-01-14T21:09:03Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="addr:street" v="Poststrasse"/>
+ <tag k="email" v="info@hotelasora.ch"/>
+ <tag k="fax" v="+41 (81) 377 46 90"/>
+ <tag k="name" v="Hotel Asora"/>
+ <tag k="phone" v="+41 (81) 377 12 08"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelasora.ch"/>
+ </node>
+ <node id="2622434490" lat="46.7808689" lon="9.6825558" version="1" timestamp="2014-01-14T16:51:42Z" changeset="19994921" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="addr:street" v="Alteinstrasse"/>
+ <tag k="email" v="hotel@astoria-arosa.ch"/>
+ <tag k="name" v="Hotel Astoria"/>
+ <tag k="phone" v="+41 (0)81 378 72 72"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.astoria-arosa.ch/"/>
+ </node>
+ <node id="2622434491" lat="46.7806321" lon="9.6774567" version="1" timestamp="2014-01-14T16:51:42Z" changeset="19994921" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="email" v="hotel@belarosa.ch"/>
+ <tag k="fax" v="+41 (0)81 378 89 89"/>
+ <tag k="name" v="Hotel Belarosa"/>
+ <tag k="phone" v="+41 (0)81 378 89 99"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.belarosa.ch"/>
+ </node>
+ <node id="2622683254" lat="46.7900813" lon="9.6749835" version="2" timestamp="2014-01-14T21:09:03Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="name" v="Hotel Arlenwald"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.arlenwaldhotel.ch/"/>
+ </node>
+ <node id="2622683255" lat="46.7747511" lon="9.6602076" version="2" timestamp="2014-01-14T21:09:03Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Belri"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622683257" lat="46.7755443" lon="9.6595446" version="2" timestamp="2014-01-14T21:09:03Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Erzhorn"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622683259" lat="46.7753405" lon="9.6583363" version="2" timestamp="2014-01-14T21:09:04Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Gspan"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622683260" lat="46.7822865" lon="9.6790688" version="2" timestamp="2014-01-14T21:09:04Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Haus am Wald"/>
+ <tag k="stars" v="1"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622683261" lat="46.7932804" lon="9.6811612" version="1" timestamp="2014-01-14T20:23:02Z" changeset="19999545" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Hof Maran"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622683262" lat="46.7786149" lon="9.6761599" version="2" timestamp="2014-01-14T21:09:04Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Hohe Promenade"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622683263" lat="46.7782836" lon="9.6759558" version="2" timestamp="2014-01-14T21:09:04Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Hohenfels"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622683264" lat="46.7750351" lon="9.6645248" version="2" timestamp="2014-01-14T21:09:04Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Hold"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622683265" lat="46.7824690" lon="9.6798432" version="2" timestamp="2014-01-14T21:09:04Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Lindemann's"/>
+ <tag k="stars" v="1"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622683266" lat="46.7775680" lon="9.6756837" version="2" timestamp="2014-01-14T21:09:04Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Merkur"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622683267" lat="46.7905841" lon="9.6753965" version="2" timestamp="2014-01-14T21:09:04Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="addr:city" v="Arosa"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="7050"/>
+ <tag k="ele" v="1908"/>
+ <tag k="name" v="Hotel Prätschli"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622683268" lat="46.7777074" lon="9.6760738" version="2" timestamp="2014-01-14T21:09:04Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Quellenhof"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622731302" lat="46.7760704" lon="9.6768475" version="1" timestamp="2014-01-14T21:09:00Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Robinson Club"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622731304" lat="46.7803299" lon="9.6822892" version="1" timestamp="2014-01-14T21:09:00Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Seehof"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622731305" lat="46.7767208" lon="9.6660978" version="1" timestamp="2014-01-14T21:09:00Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Sonnenhalde"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622731306" lat="46.7777748" lon="9.6755675" version="1" timestamp="2014-01-14T21:09:00Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Hotel Touring"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622731309" lat="46.7753420" lon="9.6636311" version="1" timestamp="2014-01-14T21:09:00Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Pension Mezzaprada"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.mezzaprada.ch/"/>
+ </node>
+ <node id="2622731310" lat="46.7828324" lon="9.6794689" version="1" timestamp="2014-01-14T21:09:00Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Posthotel"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622731311" lat="46.7771704" lon="9.6788274" version="1" timestamp="2014-01-14T21:09:00Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Sunstar Parkhotel"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2622731313" lat="46.7816229" lon="9.6774165" version="1" timestamp="2014-01-14T21:09:00Z" changeset="20000738" uid="32700" user="pfuender_666">
+ <tag k="name" v="Waldhotel National"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2625040323" lat="46.6864256" lon="9.3740655" version="1" timestamp="2014-01-16T18:33:01Z" changeset="20038558" uid="595514" user="dan34">
+ <tag k="addr:postcode" v="7428"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel-Restaurant Heimat"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.heimat-tschappina.ch"/>
+ </node>
+ <node id="2626326845" lat="46.1365838" lon="7.3163478" version="1" timestamp="2014-01-17T20:41:00Z" changeset="20057019" uid="67547" user="gregus_">
+ <tag k="name" v="Hôtel de Siviez"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2628536979" lat="46.9943301" lon="8.6055243" version="1" timestamp="2014-01-19T13:30:37Z" changeset="20084606" uid="289221" user="Hannes Röst">
+ <tag k="name" v="Swiss Knife Valley"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2629051523" lat="47.2903915" lon="7.7253060" version="1" timestamp="2014-01-19T19:51:13Z" changeset="20091857" uid="65804" user="Ronny Standtke">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="contact:phone" v="+41 62 396 17 76"/>
+ <tag k="name" v="Hotel-Restaurant Post"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2629117538" lat="47.2870078" lon="7.7092242" version="1" timestamp="2014-01-19T20:47:43Z" changeset="20092898" uid="65804" user="Ronny Standtke">
+ <tag k="contact:email" v="info@hotelrondo.ch"/>
+ <tag k="contact:fax" v="+41 62 388 30 19"/>
+ <tag k="contact:phone" v="+41 62 388 30 10"/>
+ <tag k="contact:website" v="http://hotelrondo.ch"/>
+ <tag k="name" v="Hotel Rondo"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2630152459" lat="46.4305588" lon="9.7652713" version="1" timestamp="2014-01-20T17:55:40Z" changeset="20108102" uid="481380" user="Nzara">
+ <tag k="name" v="Seraina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2633479355" lat="46.4341865" lon="9.7547929" version="1" timestamp="2014-01-23T09:34:55Z" changeset="20155831" uid="481380" user="Nzara">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2635064931" lat="46.0193015" lon="7.7437181" version="1" timestamp="2014-01-24T12:54:59Z" changeset="20176621" uid="1901148" user="pesche44">
+ <tag k="addr:city" v="Zermatt"/>
+ <tag k="addr:housenumber" v="64"/>
+ <tag k="addr:postcode" v="3920"/>
+ <tag k="addr:street" v="Metzggasse"/>
+ <tag k="name" v="La Vue"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2639063476" lat="46.6648128" lon="7.8721167" version="1" timestamp="2014-01-26T22:13:26Z" changeset="20219322" uid="213293" user="djsimon">
+ <tag k="addr:city" v="Gsteigwiler"/>
+ <tag k="addr:postcode" v="3814"/>
+ <tag k="name" v="Gasthaus Steinbock"/>
+ <tag k="phone" v="+41 33 823 30 01"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.gasthaus-steinbock.ch"/>
+ </node>
+ <node id="2641806853" lat="47.0318480" lon="8.4251013" version="1" timestamp="2014-01-29T07:43:43Z" changeset="20260399" uid="1443666" user="schopfi">
+ <tag k="name" v="Wellnes Hotel Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2641807035" lat="47.0296030" lon="8.4214106" version="1" timestamp="2014-01-29T07:44:05Z" changeset="20260399" uid="1443666" user="schopfi">
+ <tag k="name" v="Hotel Park Weggis"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2647362270" lat="47.0167028" lon="7.6548388" version="1" timestamp="2014-02-01T12:33:58Z" changeset="20315652" uid="97547" user="datendelphin">
+ <tag k="name" v="Kalchofen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2652022158" lat="46.7954757" lon="10.2998173" version="2" timestamp="2014-07-24T18:21:37Z" changeset="24335384" uid="99810" user="Martin Borsje">
+ <tag k="name" v="Hotel Engiadina"/>
+ <tag k="source" v="visit;local_knowledge"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-engiadina.ch/"/>
+ </node>
+ <node id="2652022160" lat="46.7958952" lon="10.3002656" version="2" timestamp="2014-07-24T18:21:37Z" changeset="24335384" uid="99810" user="Martin Borsje">
+ <tag k="name" v="Hotel Conrad"/>
+ <tag k="source" v="visit;local_knowledge"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.conrad-scuol.ch/"/>
+ </node>
+ <node id="2657418609" lat="46.3980484" lon="8.1453066" version="2" timestamp="2015-08-16T16:03:50Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="name" v="Museum Jost-Sigristen"/>
+ <tag k="opening_hours" v="We 17:00-18:00; Su 17:00-18:00"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2663034272" lat="46.3885389" lon="8.1190833" version="2" timestamp="2014-03-02T17:12:39Z" changeset="20868383" uid="84770" user="berolinux">
+ <tag k="name" v="Hotel Post"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2663267992" lat="46.4974617" lon="7.6820633" version="1" timestamp="2014-02-09T15:08:37Z" changeset="20466597" uid="96117" user="Maat">
+ <tag k="name" v="Hotel Erimitage"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2690201697" lat="46.7010223" lon="8.8428294" version="1" timestamp="2014-02-25T21:18:47Z" changeset="20779996" uid="126246" user="mocoohay">
+ <tag k="name" v="Hotel Baur"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2690201700" lat="46.6980971" lon="8.8425069" version="1" timestamp="2014-02-25T21:18:47Z" changeset="20779996" uid="126246" user="mocoohay">
+ <tag k="name" v="Hotel Sax"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2692256267" lat="47.3177129" lon="9.2873994" version="9" timestamp="2015-01-30T16:30:53Z" changeset="28508020" uid="474183" user="ratrun">
+ <tag k="building" v="entrance"/>
+ <tag k="entrance" v="yes"/>
+ <tag k="name" v="REKA Feriendorf"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2694490767" lat="46.2347915" lon="7.3636497" version="1" timestamp="2014-02-28T13:10:21Z" changeset="20826945" uid="403056" user="oenvoyage">
+ <tag k="name" v="Musée de l'Ancien Pénitencier"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2699658405" lat="46.7992302" lon="7.1503668" version="1" timestamp="2014-03-03T09:26:46Z" changeset="20884095" uid="1950345" user="chokundurin">
+ <tag k="addr:city" v="Fribourg"/>
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="addr:postcode" v="1700"/>
+ <tag k="addr:street" v="Rue du Simplon"/>
+ <tag k="name" v="Alpha"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alpha-hotel.ch/fr/index.html"/>
+ </node>
+ <node id="2705300257" lat="46.9963317" lon="9.0776825" version="1" timestamp="2014-03-07T09:27:16Z" changeset="20965637" uid="1972533" user="Derglarner">
+ <tag k="designation" v="Basic"/>
+ <tag k="name" v="Schwanderhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2710503128" lat="47.2036522" lon="9.3318343" version="4" timestamp="2014-03-13T22:32:42Z" changeset="21090938" uid="368215" user="wandsecacher">
+ <tag k="addr:postcode" v="9658"/>
+ <tag k="addr:street" v="Moosstrasse"/>
+ <tag k="entrance" v="yes"/>
+ <tag k="name" v="REKA Feriendorf"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.reka.ch/de/rekaferien/reka-feriendoerfer/seiten/wildhaus.aspx?gclid=CMC-if3Ah70CFWT4wgod9SIAoQ"/>
+ </node>
+ <node id="2714472151" lat="47.5582704" lon="7.7986843" version="1" timestamp="2014-03-12T18:32:45Z" changeset="21067180" uid="179581" user="Geofreund1">
+ <tag k="name" v="Park-Hotel am Rhein"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2718607433" lat="46.4457637" lon="7.5608022" version="2" timestamp="2014-03-15T08:10:30Z" changeset="21112586" uid="190676" user="highbuilder">
+ <tag k="name" v="Rüebihütte"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2725152148" lat="46.9472824" lon="7.4397624" version="4" timestamp="2014-07-25T06:12:35Z" changeset="24341768" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Bubenbergplatz"/>
+ <tag k="alt_name" v="Hotel City Am Bahnhof"/>
+ <tag k="contact:email" v="cityab@fhotels.ch"/>
+ <tag k="contact:fax" v="+41 31 3110636"/>
+ <tag k="contact:phone" v="+41 31 3115377"/>
+ <tag k="contact:website" v="http://www.fassbindhotels.com/hotel.100.html"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="City Am Bahnhof"/>
+ <tag k="source" v="website"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.fassbindhotels.com/hotel.100.html"/>
+ </node>
+ <node id="2731380112" lat="46.6985495" lon="8.8365962" version="3" timestamp="2014-03-25T10:25:45Z" changeset="21302422" uid="555807" user="Internethias">
+ <tag k="entrance" v="yes"/>
+ <tag k="name" v="REKA Feriendorf"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.reka.ch/de/rekaferien/reka-feriendoerfer/disentis/seiten/disentis.aspx"/>
+ </node>
+ <node id="2732858435" lat="46.5067802" lon="6.4967813" version="2" timestamp="2014-08-20T10:11:26Z" changeset="24880419" uid="1856092" user="StreetAv">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:street" v="Rue du Château"/>
+ <tag k="name" v="Musée Militaire"/>
+ <tag k="operator" v="Musée Militaire Vaudois"/>
+ <tag k="phone" v="+41 (0) 21 316 09 90"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.musees.vd.ch/fr/chateau-morges/musee-militaire/"/>
+ <tag k="wikipedia" v="fr:Musée militaire vaudois"/>
+ </node>
+ <node id="2737102568" lat="46.1091315" lon="7.9289682" version="1" timestamp="2014-03-23T16:28:28Z" changeset="21267618" uid="427807" user="samden">
+ <tag k="name" v="Popcorn"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2737259266" lat="47.4235705" lon="8.3063582" version="1" timestamp="2014-03-23T17:21:45Z" changeset="21268809" uid="1998934" user="chotlan">
+ <tag k="addr:street" v="Schulhaus Dorf"/>
+ <tag k="name" v="Ortsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2741760079" lat="46.0116410" lon="8.9746515" version="2" timestamp="2014-05-09T09:50:00Z" changeset="22226860" uid="555807" user="Internethias">
+ <tag k="addr:housenumber" v="59A"/>
+ <tag k="addr:postcode" v="6962"/>
+ <tag k="addr:street" v="Via Albonago"/>
+ <tag k="name" v="REKA Feriendorf"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.reka.ch/de/rekaferien/reka-feriendoerfer/seiten/albonago.aspx"/>
+ </node>
+ <node id="2749938965" lat="46.8030706" lon="9.8364758" version="1" timestamp="2014-03-28T16:39:28Z" changeset="21368744" uid="1873357" user="ms-fischer">
+ <tag k="addr:housenumber" v="116"/>
+ <tag k="addr:street" v="Promenade"/>
+ <tag k="name" v="Hotel Mon Repos"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2755192861" lat="47.3024373" lon="8.8435305" version="5" timestamp="2015-09-14T19:06:05Z" changeset="34027097" uid="290680" user="wheelmap_visitor">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="capacity" v="270"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Gasthof Hirschen"/>
+ <tag k="opening_hours" v="Mo-Su 07:00-24:00"/>
+ <tag k="phone" v="+41 44 938 90 50"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hirschen-hinwil.ch/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2756901512" lat="47.3909862" lon="8.5098966" version="1" timestamp="2014-03-31T19:49:10Z" changeset="21427200" uid="286075" user="thomasF">
+ <tag k="name" v="25hours Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2765456742" lat="47.3625180" lon="7.3508581" version="1" timestamp="2014-04-03T20:45:37Z" changeset="21484121" uid="1947590" user="pshemek">
+ <tag k="name" v="Victoria"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2765456750" lat="47.3624737" lon="7.3506622" version="2" timestamp="2015-10-13T13:06:14Z" changeset="34611222" uid="40504" user="mathieuS">
+ <tag k="name" v="Hôtel du Midi"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2765498162" lat="47.3637562" lon="7.3496269" version="1" timestamp="2014-04-03T20:54:42Z" changeset="21484271" uid="1947590" user="pshemek">
+ <tag k="name" v="Ibis Delémont"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2768083947" lat="46.9488382" lon="7.4553521" version="2" timestamp="2014-06-28T13:36:19Z" changeset="23245547" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Gerechtigkeitsgasse"/>
+ <tag k="alt_name" v="Hotel Belle Epoque"/>
+ <tag k="contact:email" v="info@belle-epoque.ch"/>
+ <tag k="contact:fax" v="+41 31 3113936"/>
+ <tag k="contact:phone" v="+41 31 3114336"/>
+ <tag k="contact:website" v="http://www.belle-epoque.ch/hotel-bern/en/kontakt.html"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Belle Epoque"/>
+ <tag k="operator" v="BE Hotel Management AG"/>
+ <tag k="source" v="website"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.belle-epoque.ch/hotel-bern/en/hotel.html"/>
+ </node>
+ <node id="2768222100" lat="46.9475154" lon="7.4431462" version="3" timestamp="2014-11-29T11:57:54Z" changeset="27109435" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Schauplatzgasse"/>
+ <tag k="contact:email" v="reception@baerenbern.ch"/>
+ <tag k="contact:fax" v="+41 31 311 69 83"/>
+ <tag k="contact:phone" v="+41 31 311 33 67"/>
+ <tag k="contact:website" v="http://baerenbern.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Bären"/>
+ <tag k="operator" v="Best Western"/>
+ <tag k="smoking" v="no"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2768357625" lat="46.9379986" lon="7.3956613" version="2" timestamp="2014-11-22T12:31:18Z" changeset="26950441" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="189"/>
+ <tag k="addr:postcode" v="3098"/>
+ <tag k="addr:street" v="Bümplizstrasse"/>
+ <tag k="alt_name" v="Hotel Restaurant Bahnhof Süd"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="contact:phone" v="+41 31 992 51 11"/>
+ <tag k="name" v="Bahnhof Süd"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2770867316" lat="47.1002135" lon="7.6078990" version="1" timestamp="2014-04-05T21:17:42Z" changeset="21522022" uid="92387" user="SimonPoole">
+ <tag k="name" v="Ruedswilbad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2776495569" lat="46.8214719" lon="8.4058555" version="1" timestamp="2014-04-08T01:28:40Z" changeset="21563191" uid="2017717" user="moritz23">
+ <tag k="name" v="Hotel Engelberg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2781782697" lat="46.1699301" lon="8.8556446" version="2" timestamp="2014-08-26T15:34:29Z" changeset="25030989" uid="149097" user="AlexanderF">
+ <tag k="name" v="Hotel Campofelice"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.campofelice.ch"/>
+ </node>
+ <node id="2789081393" lat="46.8276913" lon="7.8610076" version="1" timestamp="2014-04-13T19:47:54Z" changeset="21672846" uid="26726" user="lonvia">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Gasthof zum Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2800733826" lat="47.3893557" lon="8.5248723" version="3" timestamp="2014-08-27T01:48:57Z" changeset="25041967" uid="1416503" user="asdf2">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="270"/>
+ <tag k="addr:postcode" v="8005"/>
+ <tag k="addr:street" v="Limmatstrasse"/>
+ <tag k="name" v="Kunsthalle Zürich"/>
+ <tag k="opening_hours" v="Tu,We,Fr 11:00-18:00; Sa-Su 10:00-17:00; Th 11:00-20:00; PH 10:00-17:00"/>
+ <tag k="phone" v="+41 44 272 15 15"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.kunsthallezurich.ch/"/>
+ <tag k="wikipedia" v="en:Kunsthalle Zürich"/>
+ </node>
+ <node id="2810771401" lat="46.8082084" lon="9.8436712" version="1" timestamp="2014-04-23T11:27:40Z" changeset="21883534" uid="2044166" user="D3Meier">
+ <tag k="name" v="Heimatmuseum"/>
+ <tag k="source" v="bing"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2816145428" lat="47.4802053" lon="8.3138506" version="1" timestamp="2014-04-25T17:39:53Z" changeset="21937843" uid="257555" user="rene78">
+ <tag k="name" v="Limmathof Baden Hotel &amp; Novum Spa"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.limmathof.ch/"/>
+ </node>
+ <node id="2820811791" lat="47.0501281" lon="9.4374689" version="1" timestamp="2014-04-27T14:22:42Z" changeset="21978291" uid="2050108" user="Zeleni">
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2822153863" lat="47.5590315" lon="7.5779331" version="5" timestamp="2014-04-28T06:15:23Z" changeset="21993714" uid="16881" user="ulil">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:housenumber" v="21"/>
+ <tag k="addr:postcode" v="4003"/>
+ <tag k="addr:street" v="Missionsstrasse"/>
+ <tag k="contact:email" v="info@bildungszentrum-21.ch"/>
+ <tag k="contact:fax" v="+41 (61) 2602122"/>
+ <tag k="contact:phone" v="+41 (61) 2602121"/>
+ <tag k="contact:website" v="http://www.bildungszentrum-21.ch/"/>
+ <tag k="name" v="hotel bildungszentrum 21"/>
+ <tag k="operator" v="mission 21"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2848241595" lat="46.3723416" lon="8.0928203" version="1" timestamp="2014-05-10T14:43:13Z" changeset="22251483" uid="51603" user="trackless">
+ <tag k="name" v="Edelweis"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2852226167" lat="46.9285596" lon="9.7721883" version="3" timestamp="2015-05-13T06:15:28Z" changeset="31078310" uid="555807" user="Internethias">
+ <tag k="addr:housenumber" v="106"/>
+ <tag k="addr:postcode" v="7243"/>
+ <tag k="addr:street" v="St. Antönienstrasse"/>
+ <tag k="name" v="REKA Feriendorf Pany"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.reka.ch/de/rekaferien/reka-feriendoerfer/pany/Seiten/pany.aspx"/>
+ </node>
+ <node id="2852231915" lat="46.4679822" lon="7.4318277" version="3" timestamp="2014-05-12T05:58:53Z" changeset="22284275" uid="555807" user="Internethias">
+ <tag k="addr:housenumber" v="60"/>
+ <tag k="addr:postcode" v="3775"/>
+ <tag k="addr:street" v="Mittlere Aegertenstrasse"/>
+ <tag k="name" v="REKA Feriendorf Lenk"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.reka.ch/de/rekaferien/reka-feriendoerfer/Seiten/lenk.aspx"/>
+ </node>
+ <node id="2856003661" lat="46.9432408" lon="10.3600182" version="1" timestamp="2014-05-13T17:06:13Z" changeset="22317464" uid="2073153" user="m-awolf">
+ <tag k="addr:city" v="Samnaun"/>
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:postcode" v="7563"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="name" v="Silvretta"/>
+ <tag k="phone" v="+41 818 619 500"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2859759197" lat="46.6300002" lon="9.7425002" version="1" timestamp="2014-05-15T10:03:40Z" changeset="22349139" uid="555807" user="Internethias">
+ <tag k="addr:housenumber" v="31A"/>
+ <tag k="addr:postcode" v="7482"/>
+ <tag k="addr:street" v="Sot Tuer"/>
+ <tag k="name" v="REKA Feriendorf Bergün"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.reka.ch/de/rekaferien/reka-feriendoerfer/Seiten/berguen.aspx"/>
+ </node>
+ <node id="2862222447" lat="46.3160367" lon="7.9884610" version="2" timestamp="2014-05-16T15:40:27Z" changeset="22374064" uid="835140" user="nounours77">
+ <tag k="name" v="Hotel Simplon"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2862222448" lat="46.3159702" lon="7.9881986" version="1" timestamp="2014-05-16T14:53:38Z" changeset="22373185" uid="835140" user="nounours77">
+ <tag k="name" v="Hotel du Pont"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2862419912" lat="46.3226341" lon="7.9866196" version="1" timestamp="2014-05-16T16:06:43Z" changeset="22374475" uid="835140" user="nounours77">
+ <tag k="name" v="Aladin"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2864840445" lat="46.9107264" lon="8.5605806" version="2" timestamp="2014-05-17T17:51:54Z" changeset="22393295" uid="74590" user="finu">
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="email" v="info@gasthaustourist.ch"/>
+ <tag k="name" v="Gasthaus Tourist"/>
+ <tag k="phone" v="+41418781151"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.gasthaustourist.ch/"/>
+ </node>
+ <node id="2865870393" lat="46.9107173" lon="8.5602462" version="1" timestamp="2014-05-18T08:19:02Z" changeset="22401913" uid="74590" user="finu">
+ <tag k="addr:housenumber" v="27"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="name" v="Hotel Urirotstock"/>
+ <tag k="phone" v="+418781152"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.urirotstock.ch"/>
+ </node>
+ <node id="2868502424" lat="46.9497527" lon="8.0494532" version="1" timestamp="2014-05-19T14:15:12Z" changeset="22425949" uid="505667" user="Bullroarer">
+ <tag k="name" v="Kurhaus Heiligkreuz"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2883970683" lat="46.9487282" lon="7.4487585" version="7" timestamp="2014-08-22T10:55:13Z" changeset="24929432" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="72"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Rathausgasse"/>
+ <tag k="alt_name" v="Hotel Restaurant Goldener Schlüssel"/>
+ <tag k="contact:email" v="info@goldener-schluessel.ch"/>
+ <tag k="contact:fax" v="+41 31 3115688"/>
+ <tag k="contact:phone" v="+41 31 3110216"/>
+ <tag k="contact:website" v="http://www.goldener-schluessel.ch/contact-us/"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Goldener Schlüssel"/>
+ <tag k="operator" v="Marianne &amp; Jost Troxler "/>
+ <tag k="source" v="website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.goldener-schluessel.ch/hotel"/>
+ </node>
+ <node id="2886793101" lat="46.5071520" lon="6.6277700" version="2" timestamp="2014-08-27T01:25:39Z" changeset="25041967" uid="1416503" user="asdf2">
+ <tag k="name" v="Hotel du port"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2888195228" lat="47.6328442" lon="8.9720882" version="1" timestamp="2014-05-29T21:53:37Z" changeset="22628507" uid="79025" user="mstock">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="pizza"/>
+ <tag k="name" v="Don Camillo"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.doncamillo-pizzeria.ch/"/>
+ </node>
+ <node id="2888195232" lat="47.6180835" lon="8.9541570" version="1" timestamp="2014-05-29T21:53:37Z" changeset="22628507" uid="79025" user="mstock">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Linde"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.linde-dettighofen.ch/"/>
+ </node>
+ <node id="2894389755" lat="47.1845587" lon="8.0190516" version="1" timestamp="2014-06-01T20:33:38Z" changeset="22681785" uid="505667" user="Bullroarer">
+ <tag k="name" v="Dorf- und Glasmuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.wauwilermuseum.ch/"/>
+ </node>
+ <node id="2902374360" lat="46.9226663" lon="7.4142827" version="5" timestamp="2015-03-20T11:49:55Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Köniz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="279"/>
+ <tag k="addr:postcode" v="3098"/>
+ <tag k="addr:street" v="Schwarzenburgstrasse"/>
+ <tag k="contact:email" v="info@sternen-koeniz.ch"/>
+ <tag k="contact:fax" v="+41 31 9781418"/>
+ <tag k="contact:phone" v="+41 31 9781414"/>
+ <tag k="contact:website" v="http://www.sternen-koeniz.ch/index.php/Reservationen.html"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Sternen"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Marcel und Monika Fluri-Budinskà"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.sternen-koeniz.ch"/>
+ </node>
+ <node id="2904440949" lat="47.1617834" lon="8.0892999" version="1" timestamp="2014-06-07T14:25:07Z" changeset="22793745" uid="505667" user="Bullroarer">
+ <tag k="name" v="Campus Sursee Seminarzentrum"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://seminarzentrum.campus-sursee.ch/"/>
+ </node>
+ <node id="2912357260" lat="47.0518395" lon="6.7624645" version="1" timestamp="2014-06-12T06:37:09Z" changeset="22883514" uid="190676" user="highbuilder">
+ <tag k="name" v="Les Nids"/>
+ <tag k="smoking" v="outside"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.lesnids.ch"/>
+ </node>
+ <node id="2913331530" lat="46.5205405" lon="6.6369062" version="1" timestamp="2014-06-12T21:04:11Z" changeset="22897163" uid="835140" user="nounours77">
+ <tag k="addr:city" v="Lausanne"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:street" v="Rue Caroline"/>
+ <tag k="email" v="city@fassbindhotels.com"/>
+ <tag k="name" v="Hotel City"/>
+ <tag k="phone" v="+41 21 320 21 41"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.fassbindhotels.com/city_hotel.html"/>
+ </node>
+ <node id="2917163641" lat="46.4517474" lon="9.9396561" version="1" timestamp="2014-06-15T10:00:48Z" changeset="22940923" uid="2046386" user="thebonnetplume">
+ <tag k="name" v="Schaukäserei"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2925901962" lat="46.1556828" lon="8.7672248" version="2" timestamp="2015-10-13T18:20:53Z" changeset="34618459" uid="1975071" user="osmosi">
+ <tag k="name" v="Museo Comunale"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2931576055" lat="46.6964716" lon="9.4396421" version="1" timestamp="2014-06-24T19:29:40Z" changeset="23129312" uid="835140" user="nounours77">
+ <tag k="name" v="Via Mala"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2931861651" lat="46.7600617" lon="7.6299418" version="1" timestamp="2014-06-24T21:21:56Z" changeset="23131520" uid="1631980" user="gabaglio">
+ <tag k="name" v="Schlossmuseum Thun"/>
+ <tag k="operator" v="Stadt Thun"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2934655402" lat="46.5588425" lon="8.5666681" version="2" timestamp="2014-09-07T05:13:40Z" changeset="25279556" uid="130472" user="fx99">
+ <tag k="name" v="Sasso San Gottardo"/>
+ <tag k="opening_hours" v="10:30-15:00 (sommer only)"/>
+ <tag k="operator" v="Sasso San Gottardo SA"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.sasso-sangottardo.ch/"/>
+ </node>
+ <node id="2935328947" lat="46.6227304" lon="7.5653115" version="1" timestamp="2014-06-27T11:02:53Z" changeset="23210962" uid="937694" user="uroeth">
+ <tag k="name" v="Rothbad"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2938031295" lat="46.1719516" lon="8.8035736" version="3" timestamp="2015-07-07T21:20:32Z" changeset="32483540" uid="2917713" user="chrisanter">
+ <tag k="name" v="Hotel Rosa - Seegarten"/>
+ <tag k="phone" v="+41 91 743 8731"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.rosa-seegarten.ch/old/"/>
+ </node>
+ <node id="2938031705" lat="46.1717690" lon="8.8023972" version="3" timestamp="2015-07-07T21:32:48Z" changeset="32483540" uid="2917713" user="chrisanter">
+ <tag k="addr:city" v="Muralto"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="addr:postcode" v="CH 6600"/>
+ <tag k="addr:street" v="Viale Verbano"/>
+ <tag k="email" v="smart@hotelgeranio.ch"/>
+ <tag k="fax" v="+41 [0]91 735 80 05"/>
+ <tag k="name" v="Hotel Geranio au Lac"/>
+ <tag k="phone" v="+41 [0]91 735 80 00"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotelgeranio.ch"/>
+ </node>
+ <node id="2940801701" lat="46.5176430" lon="6.6315520" version="1" timestamp="2014-06-30T17:15:26Z" changeset="23360255" uid="190676" user="highbuilder">
+ <tag k="name" v="Hotel Victoria"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2943623186" lat="46.0353240" lon="8.9567640" version="1" timestamp="2014-07-02T14:22:04Z" changeset="23570360" uid="209348" user="pesciafernando">
+ <tag k="name" v="La Comanella"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2943709974" lat="47.3345672" lon="8.0245446" version="2" timestamp="2014-07-14T12:47:09Z" changeset="24140027" uid="1547666" user="anizani">
+ <tag k="addr:city" v="Kölliken"/>
+ <tag k="addr:housenumber" v="43"/>
+ <tag k="addr:postcode" v="5742"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="name" v="Dorfmuseum mit Strohhausdach"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2946596985" lat="47.5943967" lon="8.6790426" version="1" timestamp="2014-07-03T21:19:40Z" changeset="23901119" uid="795660" user="Loremo">
+ <tag k="name" v="Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2947389216" lat="47.2589722" lon="8.7932867" version="1" timestamp="2014-07-04T09:22:09Z" changeset="23914911" uid="1416503" user="asdf2">
+ <tag k="addr:city" v="Wolfhausen"/>
+ <tag k="addr:housenumber" v="17a"/>
+ <tag k="addr:postcode" v="8633"/>
+ <tag k="addr:street" v="Oberwolfhauserstrasse"/>
+ <tag k="email" v="info@roeseligarten.ch"/>
+ <tag k="name" v="Bed and Breakfast &quot;Im Röseligarten&quot;"/>
+ <tag k="phone" v="+41 55 243 46 46"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.roeseligarten.ch/"/>
+ </node>
+ <node id="2949082756" lat="47.4780284" lon="8.3046472" version="3" timestamp="2015-07-26T14:43:49Z" changeset="32890538" uid="257555" user="rene78">
+ <tag k="addr:city" v="Baden"/>
+ <tag k="addr:housenumber" v="56"/>
+ <tag k="addr:postcode" v="5400"/>
+ <tag k="addr:street" v="Bruggerstrasse"/>
+ <tag k="email" v="home@trafohotel.ch"/>
+ <tag k="name" v="Trafo Hotel"/>
+ <tag k="phone" v="+41 56 203 80 80"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.trafohotel.ch/"/>
+ </node>
+ <node id="2952079233" lat="46.2169780" lon="7.0046140" version="1" timestamp="2014-07-07T07:44:38Z" changeset="23998629" uid="190676" user="highbuilder">
+ <tag k="name" v="Hotel Dent du Midi"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2959643019" lat="46.7757139" lon="9.2027558" version="1" timestamp="2014-07-12T09:14:36Z" changeset="24096935" uid="18367" user="pi1">
+ <tag k="name" v="Kronenhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2959643020" lat="46.7758487" lon="9.2034486" version="1" timestamp="2014-07-12T09:14:36Z" changeset="24096935" uid="18367" user="pi1">
+ <tag k="name" v="Lukmanier"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2959909845" lat="47.3739495" lon="8.5489618" version="1" timestamp="2014-07-12T14:01:58Z" changeset="24101291" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Thomas-Mann-Archiv"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2967665134" lat="46.5204879" lon="6.6349907" version="3" timestamp="2014-08-20T12:04:57Z" changeset="24882986" uid="1856092" user="StreetAv">
+ <tag k="addr:street" v="Rue du Rôtillon"/>
+ <tag k="fee" v="no"/>
+ <tag k="name" v="Musée de la Chaussure"/>
+ <tag k="name:de" v="Schuhmuseum"/>
+ <tag k="name:en" v="Shoe Museum"/>
+ <tag k="operator" v="Association du Musée de la Chaussure"/>
+ <tag k="phone" v="+41 (0)21 312 06 77"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.shoemuseum.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikipedia" v="en:Shoe museum lau"/>
+ </node>
+ <node id="2967831045" lat="46.5236729" lon="6.6339646" version="2" timestamp="2014-07-17T16:51:17Z" changeset="24205062" uid="1856092" user="StreetAv">
+ <tag k="addr:floor" v="1"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:street" v="Place de la Riponne"/>
+ <tag k="name" v="Musée cantonal des Beaux-Arts"/>
+ <tag k="phone" v="+41 (0) 21 316 34 45"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.musees.vd.ch/fr/musee-des-beaux-arts/"/>
+ </node>
+ <node id="2967834673" lat="46.5234288" lon="6.6336288" version="1" timestamp="2014-07-17T16:42:35Z" changeset="24204901" uid="1856092" user="StreetAv">
+ <tag k="addr:floor" v="3"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:street" v="Place de la Riponne"/>
+ <tag k="name" v="Musée monétaire cantonal"/>
+ <tag k="phone" v="+41 (0) 21 316 39 90"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.musees.vd.ch/musee-monetaire/"/>
+ </node>
+ <node id="2967837255" lat="46.5237143" lon="6.6338189" version="1" timestamp="2014-07-17T16:51:16Z" changeset="24205062" uid="1856092" user="StreetAv">
+ <tag k="addr:floor" v="1"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:street" v="Place de la Riponne"/>
+ <tag k="name" v="Musée cantonal d'archéologie et d'histoire"/>
+ <tag k="phone" v="+41 (0) 21 316 34 30"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.musees.vd.ch/musee-darcheologie-et-dhistoire/"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2967837258" lat="46.5235421" lon="6.6340944" version="2" timestamp="2014-07-17T16:54:23Z" changeset="24205122" uid="1856092" user="StreetAv">
+ <tag k="addr:floor" v="5"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:street" v="Place de la Riponne"/>
+ <tag k="name" v="Musée cantonal de zoologie"/>
+ <tag k="phone" v="+41 (0) 21 316 34 60"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.musees.vd.ch/musee-de-zoologie/"/>
+ </node>
+ <node id="2967845363" lat="46.5234789" lon="6.6340469" version="2" timestamp="2014-07-17T16:55:57Z" changeset="24205154" uid="1856092" user="StreetAv">
+ <tag k="addr:floor" v="3"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:street" v="Place de la Riponne"/>
+ <tag k="name" v="Musée cantonal de géologie"/>
+ <tag k="phone" v="+41 (0) 21 316 33 10"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.unil.ch/mcg/"/>
+ </node>
+ <node id="2969053079" lat="46.5415087" lon="6.5800557" version="1" timestamp="2014-07-18T15:26:30Z" changeset="24223533" uid="1798321" user="springslord">
+ <tag k="name" v="Beau-Site"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2987768830" lat="46.8425535" lon="10.3640819" version="1" timestamp="2014-07-30T14:53:33Z" changeset="24444840" uid="2216574" user="eleanor67">
+ <tag k="name" v="Ortsmuseum Vnà"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="2992359138" lat="46.7134098" lon="9.4340970" version="2" timestamp="2015-10-18T19:45:26Z" changeset="34719272" uid="237907" user="AdrianR">
+ <tag k="name" v="Hotel Reich"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="2992366835" lat="46.6986540" lon="9.4397390" version="3" timestamp="2015-06-08T05:53:30Z" changeset="31805211" uid="524500" user="wheelmap_android">
+ <tag k="addr:city" v="Thusis"/>
+ <tag k="addr:housenumber" v="98"/>
+ <tag k="addr:postcode" v="7430"/>
+ <tag k="addr:street" v="Neudorfstrasse"/>
+ <tag k="name" v="Hotel Albula"/>
+ <tag k="phone" v="+41816511132"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2993198015" lat="46.9569099" lon="7.4569519" version="5" timestamp="2015-01-11T00:48:28Z" changeset="28052942" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="29"/>
+ <tag k="addr:postcode" v="3013"/>
+ <tag k="addr:street" v="Kasernenstrasse"/>
+ <tag k="alt_name" v="Hotel Alpenblick"/>
+ <tag k="contact:email" v="alpenblick@welcomehotels.ch"/>
+ <tag k="contact:fax" v="+41 31 3356655"/>
+ <tag k="contact:phone" v="+41 31 3356666"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Alpenblick"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="smoking" v="no"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.alpenblick-bern.ch"/>
+ </node>
+ <node id="2997191679" lat="46.7402776" lon="7.6274632" version="3" timestamp="2015-11-28T10:21:49Z" changeset="35625718" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Thun"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:postcode" v="3604"/>
+ <tag k="addr:street" v="Gwattstrasse"/>
+ <tag k="contact:email" v="welcome@alpha-thun.ch"/>
+ <tag k="contact:fax" v="+41 33 223 73 48"/>
+ <tag k="name" v="alpha thun"/>
+ <tag k="phone" v="+41 33 223 7347"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alpha-thun.ch"/>
+ </node>
+ <node id="2998499899" lat="46.7333117" lon="7.4532367" version="1" timestamp="2014-08-05T20:36:16Z" changeset="24563809" uid="2236536" user="Vitaly Repin">
+ <tag k="name" v="Berghaus Gurnigel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3008217018" lat="46.7131814" lon="7.3512645" version="5" timestamp="2015-08-17T13:19:57Z" changeset="33390542" uid="2777367" user="cerdo">
+ <tag k="addr:city" v="Guggisberg"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="493a"/>
+ <tag k="addr:postcode" v="1738"/>
+ <tag k="addr:street" v="Dorf"/>
+ <tag k="alt_name" v="Gasthof Hirschen Sangernboden"/>
+ <tag k="contact:email" v="info@hirschen-sangernboden.ch"/>
+ <tag k="contact:fax" v="+41 26 4193958"/>
+ <tag k="contact:phone" v="+41 26 4191158"/>
+ <tag k="contact:website" v="http://www.hirschen-sangernboden.ch/index.php/ct-menu-item-13"/>
+ <tag k="name" v="Hirchen"/>
+ <tag k="operator" v="Daniel Kilcher (Einzelunternehmung)"/>
+ <tag k="source" v="survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hirschen-sangernboden.ch/index.php/ct-menu-item-3"/>
+ </node>
+ <node id="3016337401" lat="46.4602025" lon="6.8436920" version="2" timestamp="2015-09-07T06:37:01Z" changeset="33847932" uid="225842" user="schnelli">
+ <tag k="addr:city" v="Vevey"/>
+ <tag k="addr:housenumber" v="27"/>
+ <tag k="addr:postcode" v="1800"/>
+ <tag k="addr:street" v="Rue du Conseil"/>
+ <tag k="name" v="Les Negociants"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelnegociants.ch/"/>
+ </node>
+ <node id="3020088833" lat="45.8437296" lon="9.0291340" version="3" timestamp="2015-02-15T09:46:05Z" changeset="28858460" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Vacallo"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="6833"/>
+ <tag k="addr:street" v="Via Concabella"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Concabella"/>
+ <tag k="rooms" v="17"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.concabella.ch"/>
+ </node>
+ <node id="3020501531" lat="46.7958330" lon="9.8193719" version="1" timestamp="2014-08-16T15:29:11Z" changeset="24789193" uid="30017" user="Lurker73">
+ <tag k="addr:city" v="Davos Platz"/>
+ <tag k="addr:housename" v="Hotel Strela"/>
+ <tag k="addr:housenumber" v="39"/>
+ <tag k="addr:postcode" v="7270"/>
+ <tag k="addr:street" v="Obere Strasse"/>
+ <tag k="name" v="Hotel Strela"/>
+ <tag k="phone" v="+41 81 4100606"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.mountainhotels.ch/winter/hotel-suchen/detailansicht/hotel/hotel_strela.html"/>
+ <tag k="wifi" v="free"/>
+ </node>
+ <node id="3022502483" lat="45.8365533" lon="9.0262074" version="3" timestamp="2014-12-23T12:23:54Z" changeset="27649559" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Chiasso"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="80"/>
+ <tag k="addr:postcode" v="6830"/>
+ <tag k="addr:street" v="Corso San Gottardo"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Art-Garni Centro"/>
+ <tag k="phone" v="+41 91 682 36 86"/>
+ <tag k="rooms" v="18"/>
+ <tag k="source" v="website and survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelgarnicentro.com"/>
+ </node>
+ <node id="3027596220" lat="46.3136952" lon="7.7822677" version="1" timestamp="2014-08-19T14:44:38Z" changeset="24861356" uid="2273829" user="bregjvan">
+ <tag k="name" v="Wafa-Hüs"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3028802263" lat="46.4729624" lon="9.5115019" version="2" timestamp="2014-08-20T00:29:34Z" changeset="24873545" uid="2276287" user="bx19tri">
+ <tag k="addr:city" v="Cresta/Avers"/>
+ <tag k="addr:postcode" v="7447"/>
+ <tag k="name" v="Capetta"/>
+ <tag k="phone" v="+41 81 650 88 22"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://hotelcapetta.ch/"/>
+ </node>
+ <node id="3028837057" lat="46.4499952" lon="9.5538115" version="2" timestamp="2014-08-20T00:29:34Z" changeset="24873545" uid="2276287" user="bx19tri">
+ <tag k="name" v="Bergalga"/>
+ <tag k="phone" v="+41 81 667 1168"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.bergalga.ch/"/>
+ </node>
+ <node id="3028837058" lat="46.4500765" lon="9.5534279" version="2" timestamp="2014-08-20T00:29:34Z" changeset="24873545" uid="2276287" user="bx19tri">
+ <tag k="name" v="Turtschi"/>
+ <tag k="phone" v="+41 81 650 8800"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.berghotel-turtschi.ch/"/>
+ </node>
+ <node id="3029387517" lat="46.5066494" lon="6.4967356" version="1" timestamp="2014-08-20T10:11:25Z" changeset="24880419" uid="1856092" user="StreetAv">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:street" v="Rue du Château"/>
+ <tag k="name" v="Musée de l'artillerie"/>
+ <tag k="operator" v="Musée Militaire Vaudois"/>
+ <tag k="phone" v="+41 (0) 21 316 09 90"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.musees.vd.ch/fr/chateau-morges/musee-de-lartillerie/"/>
+ <tag k="wikipedia" v="fr:Musée militaire vaudois"/>
+ </node>
+ <node id="3029387518" lat="46.5067124" lon="6.4968352" version="1" timestamp="2014-08-20T10:11:25Z" changeset="24880419" uid="1856092" user="StreetAv">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:street" v="Rue du Château"/>
+ <tag k="name" v="Musée suisse de la figurine historique"/>
+ <tag k="operator" v="Musée Militaire Vaudois"/>
+ <tag k="phone" v="+41 (0) 21 316 09 90"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.musees.vd.ch/fr/chateau-morges/musee-de-la-figurine/"/>
+ <tag k="wikipedia" v="fr:Musée militaire vaudois"/>
+ </node>
+ <node id="3029387519" lat="46.5067644" lon="6.4966171" version="1" timestamp="2014-08-20T10:11:25Z" changeset="24880419" uid="1856092" user="StreetAv">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:street" v="Rue du Château"/>
+ <tag k="name" v="Musée de la gendarmerie vaudoise"/>
+ <tag k="operator" v="Musée Militaire Vaudois"/>
+ <tag k="phone" v="+41 (0) 21 316 09 90"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.musees.vd.ch/fr/chateau-morges/musee-de-la-gendarmerie/"/>
+ <tag k="wikipedia" v="fr:Musée militaire vaudois"/>
+ </node>
+ <node id="3037709395" lat="47.6815829" lon="8.6221934" version="2" timestamp="2014-11-22T00:07:05Z" changeset="26941767" uid="7230" user="Andy Stricker">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Edelweiß"/>
+ <tag k="phone" v="+41 52 670 10 63"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-edelweiss-nh.ch/"/>
+ </node>
+ <node id="3037717677" lat="47.6820744" lon="8.6205972" version="1" timestamp="2014-08-23T20:50:33Z" changeset="24965002" uid="118352" user="kamarc">
+ <tag k="name" v="Rheinfall"/>
+ <tag k="phone" v="+41 52 672 88 22"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3041017211" lat="46.4713938" lon="6.8520262" version="1" timestamp="2014-08-25T11:12:41Z" changeset="25000503" uid="30967" user="dormin">
+ <tag k="name" v="Abaca"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.abaca.ch/"/>
+ </node>
+ <node id="3046765685" lat="46.7186519" lon="7.7140477" version="2" timestamp="2015-01-02T18:56:03Z" changeset="27870731" uid="126246" user="mocoohay">
+ <tag k="name" v="Adler"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.adler-sigriswil.ch"/>
+ </node>
+ <node id="3052432435" lat="46.9337901" lon="7.3510704" version="4" timestamp="2015-02-24T05:28:32Z" changeset="29059680" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="35"/>
+ <tag k="addr:postcode" v="3019"/>
+ <tag k="addr:street" v="Matzenriedstrasse"/>
+ <tag k="addr:suburb" v="Oberbottigen"/>
+ <tag k="alt_name" v="Hotel &amp; Restaurant Bären Oberbottigen"/>
+ <tag k="contact:email" v="hotel@baeren-oberbottigen.ch"/>
+ <tag k="contact:fax" v="+41 31 9261425"/>
+ <tag k="contact:phone" v="+41 31 9261424"/>
+ <tag k="name" v="Bären"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Familie Mettler-Schär"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.baeren-oberbottigen.ch/index.php?option=com_content&amp;view=article&amp;id=46&amp;Itemid=53"/>
+ </node>
+ <node id="3053644988" lat="46.3098961" lon="7.8003262" version="1" timestamp="2014-09-01T13:57:43Z" changeset="25160465" uid="858021" user="easy_rider">
+ <tag k="name" v="Rarnerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3054491418" lat="47.3491292" lon="7.9069836" version="2" timestamp="2014-09-02T21:58:51Z" changeset="25193309" uid="1638289" user="Rene Tran-Guillot">
+ <tag k="contact:email" v="sleep@hotelolten.ch"/>
+ <tag k="contact:phone" v="+41 62 287 32 32"/>
+ <tag k="contact:website" v="http://www.hotelolten.ch"/>
+ <tag k="name" v="Hotel Olten"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3054491419" lat="47.3495199" lon="7.9096776" version="1" timestamp="2014-09-01T21:50:43Z" changeset="25170982" uid="1638289" user="Rene Tran-Guillot">
+ <tag k="contact:email" v="info@hotel-oltnerhof.ch"/>
+ <tag k="contact:phone" v="+41 62 296 55 66"/>
+ <tag k="contact:website" v="http://hotel-oltnerhof.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Oltnerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3062858702" lat="46.6996576" lon="9.4397125" version="2" timestamp="2015-05-17T07:33:16Z" changeset="31218991" uid="524500" user="wheelmap_android">
+ <tag k="email" v="f.santalucia@outlook.com"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Pizzeria-Trattoria Bernina"/>
+ <tag k="operator" v="Franco Santalucia"/>
+ <tag k="phone" v="+41 81 630 09 44"/>
+ <tag k="smoking" v="separated"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.pizzeria-bernina.ch"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="3063103553" lat="46.5819605" lon="9.4212554" version="1" timestamp="2014-09-06T13:58:16Z" changeset="25267359" uid="655630" user="cront">
+ <tag k="email" v="hotel@rofflaschlucht.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Rofflaschlucht"/>
+ <tag k="phone" v="+41 (0)81 66 111 97"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.rofflaschlucht.ch"/>
+ </node>
+ <node id="3063274229" lat="46.5492364" lon="6.5747621" version="2" timestamp="2015-09-02T08:31:39Z" changeset="33745645" uid="2492524" user="Anthony Blanalt">
+ <tag k="addr:city" v="Crissier"/>
+ <tag k="addr:housenumber" v="24"/>
+ <tag k="addr:postcode" v="1023"/>
+ <tag k="addr:street" v="Chemin des Lentillières"/>
+ <tag k="name" v="Discovery Hotel Crissier"/>
+ <tag k="operator" v="Boas Hotels"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3064808533" lat="47.2405170" lon="8.1840310" version="1" timestamp="2014-09-07T09:43:01Z" changeset="25283089" uid="190676" user="highbuilder">
+ <tag k="addr:city" v="Menziken"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="5737"/>
+ <tag k="addr:street" v="Gütschstrasse"/>
+ <tag k="atm" v="no"/>
+ <tag k="internet_access" v="no"/>
+ <tag k="name" v="Tabak Museum"/>
+ <tag k="phone" v="0627712666"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.tabakmuseum.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3065139078" lat="46.6106570" lon="8.5384312" version="1" timestamp="2014-09-07T13:54:18Z" changeset="25287247" uid="130472" user="fx99">
+ <tag k="name" v="Zum Dörfli"/>
+ <tag k="operator" v="Fam. Schmid-Steinhauer"/>
+ <tag k="phone" v="+41 41 887 0132"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.zumdoerfli.ch"/>
+ </node>
+ <node id="3066634291" lat="46.6878206" lon="7.8601343" version="1" timestamp="2014-09-08T13:16:30Z" changeset="25307274" uid="72918" user="Schnupfix">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="95"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Höheweg"/>
+ <tag k="cuisine" v="Neue Schweizer Küche New Swiss cusine"/>
+ <tag k="email" v="ferienziel.interlaken@hapimag.com"/>
+ <tag k="fax" v="+41 33 828 28 80"/>
+ <tag k="name" v="Hapimag Belvédère"/>
+ <tag k="operator" v="Hapimag Switzerland"/>
+ <tag k="phone" v="+41 33 828 28 28"/>
+ <tag k="rooms" v="104"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:description" v="1 rollstuhlgängiges 2-Zimmer-Premium-Apartment 1 rollstuhlgängiges 2-Zimmer-Budget-Apartment 1 rollstuhlgängiges 3-Zimmer-Premium-Apartment"/>
+ </node>
+ <node id="3074041830" lat="46.9934524" lon="8.4882089" version="1" timestamp="2014-09-12T20:48:07Z" changeset="25399903" uid="65804" user="Ronny Standtke">
+ <tag k="addr:city" v="Gersau"/>
+ <tag k="addr:housenumber" v="159"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="contact:email" v="info@rotschuo.ch"/>
+ <tag k="contact:phone" v="+41 41 828 22 66"/>
+ <tag k="contact:website" v="http://rotschuo.ch"/>
+ <tag k="name" v="Paradieshotel Rotschuo"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3077368568" lat="45.8726217" lon="8.9879446" version="3" timestamp="2014-12-22T12:30:23Z" changeset="27629035" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Mendrisio"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6850"/>
+ <tag k="addr:street" v="Piazza San Giovanni"/>
+ <tag k="name" v="Museo D'arte Mendrisio"/>
+ <tag k="source" v="website and survey"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.mendrisio.ch/museo/"/>
+ </node>
+ <node id="3078036623" lat="46.9466150" lon="7.4467508" version="3" timestamp="2014-11-28T09:45:50Z" changeset="27085476" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housename" v="Bellevue Palace"/>
+ <tag k="addr:housenumber" v="3-5"/>
+ <tag k="addr:postcode" v="3011"/>
+ <tag k="addr:street" v="Kochergasse"/>
+ <tag k="alt_name" v="Hotel Bellevue Palace AG"/>
+ <tag k="contact:email" v="info@bellevue-palace.ch"/>
+ <tag k="contact:fax" v="+41 31 3204646"/>
+ <tag k="contact:phone" v="+41 31 3204545"/>
+ <tag k="contact:website" v="http://www.bellevue-palace.ch/en/contact"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Bellevue Palace"/>
+ <tag k="opening_hours" v="24/7"/>
+ <tag k="operator" v="Victoria-Jungfrau Collection AG"/>
+ <tag k="smoking" v="separated"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.bellevue-palace.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080611664" lat="46.6866020" lon="7.8574679" version="2" timestamp="2014-10-06T15:41:19Z" changeset="25897348" uid="481380" user="Nzara">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="41"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Höheweg"/>
+ <tag k="fax" v="+41 33 828 28 80"/>
+ <tag k="name" v="Victoria Jungfrau"/>
+ <tag k="phone" v="+41 33 828 28 28"/>
+ <tag k="rooms" v="212"/>
+ <tag k="stars" v="5"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080833127" lat="46.9100265" lon="6.6116599" version="1" timestamp="2014-09-16T20:48:45Z" changeset="25488382" uid="103273" user="HB9DTX">
+ <tag k="name" v="Maison de l'absinthe"/>
+ <tag k="phone" v="+41 (0)32 860 10 00"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.maison-absinthe.ch"/>
+ </node>
+ <node id="3086649239" lat="47.4387601" lon="8.5656327" version="1" timestamp="2014-09-19T21:03:21Z" changeset="25549630" uid="92387" user="SimonPoole">
+ <tag k="name" v="Dorint"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3089298982" lat="46.9492006" lon="8.6223649" version="1" timestamp="2014-09-21T15:58:30Z" changeset="25580626" uid="35560" user="Peilscheibe">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Axenstrasse"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3089298997" lat="46.9495671" lon="8.6219460" version="1" timestamp="2014-09-21T15:58:30Z" changeset="25580626" uid="35560" user="Peilscheibe">
+ <tag k="name" v="Sternen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3092896591" lat="47.5652492" lon="7.5979949" version="2" timestamp="2015-01-14T21:47:38Z" changeset="28148583" uid="364815" user="PatrickKaufmann">
+ <tag k="addr:city" v="Basel"/>
+ <tag k="addr:housenumber" v="91"/>
+ <tag k="addr:postcode" v="4058"/>
+ <tag k="addr:street" v="Riehenring"/>
+ <tag k="name" v="Hotel du Commerce"/>
+ <tag k="phone" v="+41 61 6902323"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ducommerce.ch"/>
+ </node>
+ <node id="3096499591" lat="46.5492096" lon="7.7588951" version="2" timestamp="2015-01-06T19:45:42Z" changeset="27963923" uid="1416503" user="asdf2">
+ <tag k="name" v="Hotel Waldrand"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.waldrand-pochtenalp.ch"/>
+ </node>
+ <node id="3098933659" lat="46.1957357" lon="8.1397250" version="1" timestamp="2014-09-27T17:01:00Z" changeset="25709718" uid="2359423" user="Mittipedia">
+ <tag k="name" v="Hotel Restaurant Bellevue"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3102597596" lat="46.8497499" lon="9.5334106" version="2" timestamp="2015-11-15T13:27:51Z" changeset="35327894" uid="1798346" user="1636">
+ <tag k="email" v="hotel@freieck.ch"/>
+ <tag k="fax" v="++41(0)81 255 15 16"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Freieck"/>
+ <tag k="operator" v="Josiane &amp; Martyn Stockmann"/>
+ <tag k="phone" v="++41(0)81 255 15 15"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.freieck.ch"/>
+ </node>
+ <node id="3110939668" lat="46.1529758" lon="8.7481478" version="1" timestamp="2014-10-04T13:13:52Z" changeset="25848950" uid="257555" user="rene78">
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="6612"/>
+ <tag k="addr:street" v="Via Gottardo Madonna"/>
+ <tag k="name" v="Albergo Casa Berno"/>
+ <tag k="phone" v="+41 91 791 32 32"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.casaberno.ch/"/>
+ </node>
+ <node id="3110948853" lat="46.1580093" lon="8.7631190" version="1" timestamp="2014-10-04T13:26:04Z" changeset="25848950" uid="257555" user="rene78">
+ <tag k="name" v="Monta Veritá"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3112513914" lat="46.8211951" lon="8.4069726" version="1" timestamp="2014-10-05T10:01:34Z" changeset="25872447" uid="1592064" user="alpenmurmeli">
+ <tag k="name" v="Alpenclub"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3112513915" lat="46.8214318" lon="8.4075163" version="2" timestamp="2015-04-30T08:14:02Z" changeset="30651347" uid="67515" user="threefoursixninefour">
+ <tag k="name" v="Talmuseum Engelberg"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.talmuseum.ch/"/>
+ </node>
+ <node id="3114959645" lat="46.6854643" lon="7.8547542" version="1" timestamp="2014-10-06T15:41:18Z" changeset="25897348" uid="481380" user="Nzara">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Höheweg"/>
+ <tag k="email" v="info@city-oberland.ch"/>
+ <tag k="fax" v="+41 33 827 87 70"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Oberland"/>
+ <tag k="phone" v="+41 33 827 87 87"/>
+ <tag k="rooms" v="191"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.city-oberland.ch"/>
+ </node>
+ <node id="3115277747" lat="46.9345883" lon="7.1252289" version="1" timestamp="2014-10-06T18:20:08Z" changeset="25902734" uid="948180" user="eltomello">
+ <tag k="addr:city" v="Muntelier"/>
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:postcode" v="3286"/>
+ <tag k="addr:street" v="Muntelierstrasse"/>
+ <tag k="name" v="Hotel Seepark"/>
+ <tag k="phone" v="+41 26 672 66 66"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://http://www.hotel-seepark.ch"/>
+ </node>
+ <node id="3117051357" lat="46.8263381" lon="9.2885351" version="1" timestamp="2014-10-07T18:47:59Z" changeset="25924026" uid="513434" user="whellmut">
+ <tag k="name" v="Hotel des Alpes"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3124778327" lat="47.6605749" lon="8.8583098" version="3" timestamp="2015-10-04T22:03:31Z" changeset="34437779" uid="413017" user="reneman">
+ <tag k="addr:city" v="Stein am Rhein"/>
+ <tag k="addr:housename" v="Zum Lindwurm"/>
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="8260"/>
+ <tag k="addr:street" v="Understadt"/>
+ <tag k="description" v="Kulturgeschichtliches Museum"/>
+ <tag k="email" v="info@museum-lindwurm.ch"/>
+ <tag k="image" v="http://upload.wikimedia.org/wikipedia/commons/2/2b/Stein_am_Rhein_Haus_Lindwurm.jpg"/>
+ <tag k="name" v="Museum Lindwurm"/>
+ <tag k="opening_hours" v="Mar-Oct : Mo,We-Su 10:00-17:00, Tu off"/>
+ <tag k="phone" v="+41 52 741 25 12"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museum-lindwurm.ch"/>
+ <tag k="wikimedia_commons" v="Stein_am_Rhein_Haus_Lindwurm.jpg"/>
+ </node>
+ <node id="3127177059" lat="46.5530645" lon="8.9389513" version="4" timestamp="2015-09-16T10:03:12Z" changeset="34059217" uid="705850" user="Cebderby">
+ <tag k="name" v="Ristorante Albergo Genziana"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3149367593" lat="47.2143443" lon="7.5477173" version="1" timestamp="2014-10-25T16:31:57Z" changeset="26324988" uid="481380" user="Nzara">
+ <tag k="addr:city" v="Solothurn"/>
+ <tag k="addr:housenumber" v="83"/>
+ <tag k="addr:street" v="Baselstrasse"/>
+ <tag k="contact:email" v="info@baeren-solothurn.ch"/>
+ <tag k="contact:fax" v="+41 32 626 24 99"/>
+ <tag k="contact:phone" v="+41 32 626 24 70"/>
+ <tag k="contact:website" v="http://www.baeren-solothurn.ch"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Bären"/>
+ <tag k="source" v="http://www.sogis.ch SO!GIS Import"/>
+ <tag k="source:date" v="20100325"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3149901587" lat="47.4837478" lon="8.4551385" version="2" timestamp="2015-07-28T20:33:42Z" changeset="32941861" uid="257555" user="rene78">
+ <tag k="addr:city" v="Dielsdorf"/>
+ <tag k="addr:housenumber" v="21"/>
+ <tag k="addr:postcode" v="8157"/>
+ <tag k="addr:street" v="Hinterdorfstrasse"/>
+ <tag k="email" v="info@loewen-dielsdorf.ch"/>
+ <tag k="name" v="Löwen"/>
+ <tag k="phone" v="+41 44 855 61 61"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://loewen-dielsdorf.ch/"/>
+ </node>
+ <node id="3151429546" lat="46.3441664" lon="7.0144691" version="3" timestamp="2015-08-17T08:41:09Z" changeset="33384719" uid="3153223" user="Armin Rigo">
+ <tag k="name" v="Alpine Classic Hotel"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.accorhotels.com/gb/hotel-6848-mercure-classic-hotel-leysin/index.shtml"/>
+ </node>
+ <node id="3154382455" lat="46.7105700" lon="6.5681532" version="2" timestamp="2015-05-28T22:03:31Z" changeset="31550683" uid="2278038" user="etbane">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hôtel Restaurant De La Gare"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3156438855" lat="47.6991974" lon="8.6321377" version="2" timestamp="2014-11-14T17:04:27Z" changeset="26781146" uid="1623234" user="Garstig">
+ <tag k="name" v="Arcona Living"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3156995861" lat="46.0191275" lon="7.7490248" version="1" timestamp="2014-10-29T21:02:36Z" changeset="26422911" uid="505667" user="Bullroarer">
+ <tag k="name" v="Chesa Valese"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3161491507" lat="46.2993110" lon="7.9180944" version="1" timestamp="2014-11-01T18:32:23Z" changeset="26488089" uid="481380" user="Nzara">
+ <tag k="fax" v="+41-(0)27-923 50 61"/>
+ <tag k="name" v="Hotel Römerhof"/>
+ <tag k="phone" v="+41-(0)27-946 31 27"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3163049264" lat="47.3707325" lon="8.5281315" version="1" timestamp="2014-11-02T16:16:57Z" changeset="26506727" uid="666" user="ThePacki">
+ <tag k="name" v="St. Georges"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3166215497" lat="47.4265457" lon="9.3745801" version="1" timestamp="2014-11-04T08:34:33Z" changeset="26543392" uid="54687" user="Granjow">
+ <tag k="name" v="Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3166509667" lat="47.4268237" lon="9.3752962" version="1" timestamp="2014-11-04T13:35:57Z" changeset="26548399" uid="54687" user="Granjow">
+ <tag k="name" v="Hotel Garni"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3167478358" lat="46.9611167" lon="7.4394202" version="3" timestamp="2014-11-04T22:15:53Z" changeset="26558242" uid="65044" user="hugi">
+ <tag k="addr:city" v="Bern"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="54"/>
+ <tag k="addr:postcode" v="3012"/>
+ <tag k="addr:street" v="Engestrasse"/>
+ <tag k="alt_name" v="Hotel Innere Enge"/>
+ <tag k="contact:email" v="reservation-ieb@zghotels.ch"/>
+ <tag k="contact:fax" v="+41 31 3096112"/>
+ <tag k="contact:phone" v="+41 31 3096111"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Innere Enge"/>
+ <tag k="operator" v="ZG Hotels - H. Zurbrügg &amp; M. Gauer AG"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.innere-enge.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3173221524" lat="47.1164213" lon="8.1960933" version="1" timestamp="2014-11-07T20:59:33Z" changeset="26627517" uid="505667" user="Bullroarer">
+ <tag k="name" v="Sempacherhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.sempacherhof.ch/"/>
+ </node>
+ <node id="3174386777" lat="46.6794936" lon="8.7729471" version="1" timestamp="2014-11-08T08:32:54Z" changeset="26636609" uid="2451514" user="Kontakter">
+ <tag k="addr:city" v="Sedrun"/>
+ <tag k="addr:housenumber" v="83"/>
+ <tag k="addr:postcode" v="7188"/>
+ <tag k="addr:street" v="Via Alpsu"/>
+ <tag k="name" v="Hotel Soliva"/>
+ <tag k="phone" v="081 949 11 14"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelsoliva.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wheelchair:description" v="Behinderten WC im Restaurant. Zimmer 15 als Behinderten I.O.. WC / Douche ist sehr klein. Rollstuhl-Behinderter muss kurz stehen können!"/>
+ </node>
+ <node id="3178863254" lat="47.6967220" lon="8.6322570" version="2" timestamp="2015-08-26T22:05:43Z" changeset="33609058" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Sorell Hotel Rüden"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.rueden.ch"/>
+ </node>
+ <node id="3186488836" lat="47.3681754" lon="8.8781369" version="1" timestamp="2014-11-14T13:17:35Z" changeset="26776654" uid="2413387" user="Awild">
+ <tag k="addr:city" v="Bauma"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="8494"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Webmaschinen Sammlung"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3191520475" lat="47.3699427" lon="8.7846191" version="2" timestamp="2015-09-02T13:23:46Z" changeset="33751716" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Pfäffikon ZH"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="8330"/>
+ <tag k="addr:street" v="Im Stock"/>
+ <tag k="name" v="Museum am Pfäffikersee"/>
+ <tag k="phone" v="+41 44 950 42 80"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museum-am-pfaeffikersee.ch"/>
+ </node>
+ <node id="3191551799" lat="47.3656454" lon="8.7796891" version="1" timestamp="2014-11-17T14:43:14Z" changeset="26844791" uid="2413387" user="Awild">
+ <tag k="addr:city" v="Pfäffikon ZH"/>
+ <tag k="addr:housenumber" v="18"/>
+ <tag k="addr:postcode" v="8330"/>
+ <tag k="addr:street" v="Usterstrasse"/>
+ <tag k="email" v="baentelie@hispeed.ch"/>
+ <tag k="name" v="Antiquarische Gesellschaft Pfäffikon"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.agp-pfaeffikon.ch"/>
+ </node>
+ <node id="3195266621" lat="46.8895324" lon="7.3127426" version="1" timestamp="2014-11-19T09:15:21Z" changeset="26882158" uid="125339" user="efred">
+ <tag k="addr:city" v="Flamatt"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3175"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="info@hotelflamatt.ch"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="name" v="Hotel Flamatt"/>
+ <tag k="phone" v="+41 31 741 06 60"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelflamatt.ch"/>
+ </node>
+ <node id="3199330263" lat="47.6983308" lon="8.4605588" version="2" timestamp="2014-12-28T20:34:34Z" changeset="27762960" uid="1811172" user="osmtraveller">
+ <tag k="name" v="Schaffhauser Weinbaumuseum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.sh-weinbaumuseum.ch"/>
+ </node>
+ <node id="3202688431" lat="47.4712077" lon="8.3047483" version="1" timestamp="2014-11-24T08:17:35Z" changeset="26989337" uid="1232723" user="gerzim">
+ <tag k="addr:city" v="Baden"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="5400"/>
+ <tag k="addr:street" v="Mellingerstrasse"/>
+ <tag k="name" v="Hotel Linde"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3203040800" lat="47.0113436" lon="8.4831526" version="1" timestamp="2014-11-24T13:53:19Z" changeset="26997370" uid="2482760" user="mugli7">
+ <tag k="name" v="Regionalmuseum Vitznau-Rigi"/>
+ <tag k="opening_hours" v="Pfingsten bis September"/>
+ <tag k="operator" v="Regionalmuseum der Luzerner Rigi-Gemeinden"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3203082291" lat="47.0100362" lon="8.4835006" version="2" timestamp="2015-06-23T19:07:01Z" changeset="32168719" uid="190676" user="highbuilder">
+ <tag k="addr:city" v="Vitznau"/>
+ <tag k="addr:housenumber" v="65"/>
+ <tag k="addr:postcode" v="6354"/>
+ <tag k="addr:street" v="Seestrasse"/>
+ <tag k="name" v="Hotel Rigi"/>
+ <tag k="operator" v="Hotel Rigi AG"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3203082293" lat="47.0098977" lon="8.4827011" version="1" timestamp="2014-11-24T14:25:18Z" changeset="26998175" uid="2482760" user="mugli7">
+ <tag k="name" v="Bastel Hotel"/>
+ <tag k="operator" v="Hobby Beizer"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3203082294" lat="47.0077833" lon="8.4832238" version="1" timestamp="2014-11-24T14:25:18Z" changeset="26998175" uid="2482760" user="mugli7">
+ <tag k="name" v="Vitznauerhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3205369884" lat="47.6920208" lon="8.4534255" version="2" timestamp="2014-12-28T20:34:34Z" changeset="27762960" uid="1811172" user="osmtraveller">
+ <tag k="name" v="Hotel Garni Matte Eggli"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-matteeggli.ch"/>
+ </node>
+ <node id="3206420258" lat="47.6985696" lon="8.4621471" version="1" timestamp="2014-11-26T16:56:19Z" changeset="27049407" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Ortsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3210751247" lat="46.9586645" lon="7.5242493" version="1" timestamp="2014-11-29T14:16:32Z" changeset="27111959" uid="835140" user="nounours77">
+ <tag k="name" v="Linde"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3210786047" lat="47.4206914" lon="9.3698882" version="1" timestamp="2014-11-29T14:46:20Z" changeset="27112579" uid="397527" user="Stans">
+ <tag k="internet_access" v="yes"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="City Weissenstein"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3213706985" lat="47.6677516" lon="8.4681172" version="1" timestamp="2014-12-01T08:07:31Z" changeset="27147807" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Ortsmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3216133561" lat="47.1358235" lon="8.1916387" version="1" timestamp="2014-12-02T18:06:12Z" changeset="27185212" uid="1742934" user="Pudu">
+ <tag k="addr:city" v="Sempach"/>
+ <tag k="addr:housenumber" v="29"/>
+ <tag k="addr:postcode" v="6204"/>
+ <tag k="addr:street" v="Stadtstrasse"/>
+ <tag k="name" v="Teddybär-Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3216568406" lat="47.5718129" lon="8.5608457" version="1" timestamp="2014-12-02T21:42:53Z" changeset="27189273" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Handwerksmuseum Gattersagi"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.gattersagi.ch"/>
+ </node>
+ <node id="3221982239" lat="46.8550783" lon="9.5369196" version="1" timestamp="2014-12-06T17:24:53Z" changeset="27294776" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Weinbaumuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3222126026" lat="46.9306394" lon="7.5635106" version="2" timestamp="2015-03-20T11:49:28Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Worb"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="3076"/>
+ <tag k="addr:street" v="Enggisteinstrasse"/>
+ <tag k="name" v="Löwen"/>
+ <tag k="operator" v="Gasthof Löwen Worb AG"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.loewen-worb.ch"/>
+ </node>
+ <node id="3232208666" lat="46.9225796" lon="7.4601375" version="2" timestamp="2015-03-20T11:49:28Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Köniz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="370"/>
+ <tag k="addr:postcode" v="3084"/>
+ <tag k="addr:street" v="Seftigenstrasse"/>
+ <tag k="addr:suburb" v="Wabern"/>
+ <tag k="alt_name" v="Gasthof Maygut"/>
+ <tag k="contact:email" v="info@maygut.ch"/>
+ <tag k="contact:fax" v="+41 31 9610098"/>
+ <tag k="contact:phone" v="+41 31 9613981"/>
+ <tag k="contact:website" v="http://maygut.ch/kontakt.php"/>
+ <tag k="name" v="Maygut"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.maygut.ch/hotel.htm"/>
+ </node>
+ <node id="3238545668" lat="46.1684729" lon="8.7929920" version="1" timestamp="2014-12-16T20:32:05Z" changeset="27515774" uid="2265854" user="G4rp">
+ <tag k="name" v="Hotel Castello"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3239053597" lat="46.1705498" lon="8.7991967" version="3" timestamp="2015-08-15T09:59:58Z" changeset="33349500" uid="2917713" user="chrisanter">
+ <tag k="addr:city" v="Locarno"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="3"/>
+ <tag k="addr:postcode" v="6600"/>
+ <tag k="addr:street" v="Via alla Ramogna"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Garni Du Lac"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://du-lac-locarno.ch"/>
+ </node>
+ <node id="3239093797" lat="46.1691459" lon="8.7931319" version="1" timestamp="2014-12-17T08:36:06Z" changeset="27524529" uid="2265854" user="G4rp">
+ <tag k="name" v="Hotel Giacometti"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3239093806" lat="46.1695434" lon="8.7922910" version="1" timestamp="2014-12-17T08:36:06Z" changeset="27524529" uid="2265854" user="G4rp">
+ <tag k="name" v="Hotel Fiorentina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3241863833" lat="46.8853768" lon="7.3893197" version="2" timestamp="2015-03-20T11:49:05Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Köniz"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="799"/>
+ <tag k="addr:postcode" v="3145"/>
+ <tag k="addr:street" v="Schwarzenburgstrasse"/>
+ <tag k="addr:suburb" v="Niederscherli"/>
+ <tag k="contact:email" v="info@baeren-niederscherli.ch"/>
+ <tag k="contact:fax" v="+41 31 8491362"/>
+ <tag k="contact:phone" v="+41 31 8490214"/>
+ <tag k="name" v="Hotel Bären"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.baeren-niederscherli.ch"/>
+ </node>
+ <node id="3246854013" lat="46.7899311" lon="6.5215315" version="2" timestamp="2014-12-22T10:36:17Z" changeset="27627042" uid="2278038" user="etbane">
+ <tag k="name" v="Musée du Vieux Baulmes"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3249762390" lat="45.8481781" lon="9.0066155" version="1" timestamp="2014-12-23T18:03:19Z" changeset="27656096" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Balerna"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="53"/>
+ <tag k="addr:postcode" v="6828"/>
+ <tag k="addr:street" v="Via San Gottardo"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Federale-Starna"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3249762397" lat="45.8464246" lon="9.0067134" version="1" timestamp="2014-12-23T18:03:20Z" changeset="27656096" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Balerna"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="80"/>
+ <tag k="addr:postcode" v="6828"/>
+ <tag k="addr:street" v="Via San Gottardo"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Vienna"/>
+ <tag k="phone" v="+41 91 682 62 83"/>
+ <tag k="rooms" v="23"/>
+ <tag k="source" v="website and survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelvienna.ch/"/>
+ </node>
+ <node id="3249762398" lat="45.8436407" lon="9.0057264" version="1" timestamp="2014-12-23T18:03:20Z" changeset="27656096" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Balerna"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="6828"/>
+ <tag k="addr:street" v="Via Antonio Monti"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Ristorante Borgovecchio"/>
+ <tag k="phone" v="+41 91 682 81 81"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.ristoranteborgovecchio.ch"/>
+ </node>
+ <node id="3250873882" lat="46.8068908" lon="6.5479976" version="1" timestamp="2014-12-24T14:10:01Z" changeset="27672527" uid="2278038" user="etbane">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3253407690" lat="45.8685129" lon="8.9791350" version="4" timestamp="2015-10-31T08:44:07Z" changeset="34987518" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Mendrisio"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6850"/>
+ <tag k="addr:street" v="Piazza Stazione"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Milano"/>
+ <tag k="phone" v="+41 91 646 57 41"/>
+ <tag k="source" v="website and survey"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-milano.ch"/>
+ </node>
+ <node id="3253407691" lat="45.8689413" lon="8.9792938" version="3" timestamp="2015-02-15T10:13:19Z" changeset="28859045" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Mendrisio"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="6850"/>
+ <tag k="addr:street" v="Via Giuseppe Motta"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Albergo Stazione"/>
+ <tag k="phone" v="+41 91 646 22 44"/>
+ <tag k="rooms" v="20"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.albergostazione.ch"/>
+ </node>
+ <node id="3253407692" lat="45.8331339" lon="9.0309491" version="2" timestamp="2015-11-04T23:26:54Z" changeset="35090961" uid="554973" user="dgitto">
+ <tag k="addr:city" v="Chiasso"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="6830"/>
+ <tag k="addr:street" v="Piazza Indipendenza"/>
+ <tag k="name" v="Movenpick Hotel Touring"/>
+ <tag k="operator" v="Moevenpick"/>
+ <tag k="phone" v="+41 91 682 53 31"/>
+ <tag k="source" v="website and survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.moevenpick.com"/>
+ </node>
+ <node id="3254551904" lat="46.7599364" lon="7.6302202" version="1" timestamp="2014-12-26T23:30:27Z" changeset="27720782" uid="1631980" user="gabaglio">
+ <tag k="addr:city" v="Thun"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3600"/>
+ <tag k="addr:street" v="Schlossberg"/>
+ <tag k="name" v="Schloss Hotel Thun"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.schlosshotelthun.ch/"/>
+ </node>
+ <node id="3255898213" lat="46.5974013" lon="9.5965817" version="1" timestamp="2014-12-27T22:33:32Z" changeset="27742198" uid="122406" user="hanskuster">
+ <tag k="name" v="Danilo-Pianta"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3256406529" lat="46.1930545" lon="9.0221211" version="3" timestamp="2015-10-31T16:37:35Z" changeset="34995448" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Bellinzona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6500"/>
+ <tag k="addr:street" v="Monte San Michele"/>
+ <tag k="name" v="Museo di Castelgrande"/>
+ <tag k="phone" v="+41 91 825 81 45"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www2.bellinzonaturismo.ch/it/cultura/musei-e-gallerie-d'arte/castelgrande.aspx"/>
+ </node>
+ <node id="3256443028" lat="46.1912665" lon="9.0264341" version="2" timestamp="2015-10-31T16:37:35Z" changeset="34995448" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Bellinzona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6500"/>
+ <tag k="addr:street" v="Salita ai Castelli"/>
+ <tag k="name" v="Museo Castello di Montebello"/>
+ <tag k="opening_hours" v="Mar-Nov: Mo-Su 10:00-18:00"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www2.bellinzonaturismo.ch/it/cultura/musei-e-gallerie-d'arte/montebello.aspx"/>
+ </node>
+ <node id="3256443040" lat="46.1881563" lon="9.0303662" version="2" timestamp="2015-10-31T16:37:36Z" changeset="34995448" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Bellinzona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6500"/>
+ <tag k="addr:street" v="Via Sasso Corbaro"/>
+ <tag k="name" v="Museo Castello di Sasso Corbaro"/>
+ <tag k="phone" v="+41 91 825 59 06"/>
+ <tag k="source" v="website and survey"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www2.bellinzonaturismo.ch/it/cultura/musei-e-gallerie-d'arte/sasso-corbaro.aspx"/>
+ </node>
+ <node id="3267434936" lat="45.8639988" lon="8.9500771" version="2" timestamp="2015-03-14T10:53:00Z" changeset="29468594" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Ligornetto"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6853"/>
+ <tag k="addr:street" v="Largo Vincenzo Vela"/>
+ <tag k="name" v="Museo Vincenzo Vela"/>
+ <tag k="phone" v="+41 58 481 30 44"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museo-vela.ch"/>
+ <tag k="wikidata" v="Q3867651"/>
+ <tag k="wikipedia" v="it:Museo Vincenzo Vela"/>
+ </node>
+ <node id="3267434937" lat="45.8717356" lon="8.9688686" version="2" timestamp="2015-03-14T10:53:00Z" changeset="29468594" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Rancate"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6862"/>
+ <tag k="name" v="Pinacoteca cantonale Giovanni Züst"/>
+ <tag k="phone" v="+41 91 816 47 91"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.ti.ch/zuest"/>
+ <tag k="wikidata" v="Q3905095"/>
+ <tag k="wikipedia" v="it:Pinacoteca cantonale Giovanni Züst"/>
+ </node>
+ <node id="3268484278" lat="47.0098608" lon="8.6868074" version="1" timestamp="2015-01-04T08:24:55Z" changeset="27904138" uid="1399112" user="Jenseblume">
+ <tag k="name" v="Windstock"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3268911206" lat="47.6688406" lon="9.0797042" version="1" timestamp="2015-01-04T14:27:51Z" changeset="27910829" uid="1913198" user="pascalfree">
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:street" v="Fruthwilerstrasse"/>
+ <tag k="name" v="Hotel Adler"/>
+ <tag k="phone" v="+41716641133"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.adler-ermatingen.ch"/>
+ </node>
+ <node id="3269506429" lat="47.0439689" lon="8.4652446" version="1" timestamp="2015-01-04T20:09:52Z" changeset="27919161" uid="505667" user="Bullroarer">
+ <tag k="name" v="Hotel Rigi Kaltbad"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelrigikaltbad.ch/"/>
+ </node>
+ <node id="3269506431" lat="47.0483626" lon="8.4640403" version="2" timestamp="2015-10-23T15:27:28Z" changeset="34822811" uid="35560" user="Peilscheibe">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Edelweiss"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.edelweiss-rigi.ch/"/>
+ </node>
+ <node id="3279865560" lat="46.5301729" lon="8.6060692" version="1" timestamp="2015-01-10T07:59:56Z" changeset="28035080" uid="2265854" user="G4rp">
+ <tag k="name" v="Hotel Alpina"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3279872677" lat="46.5286047" lon="8.6105890" version="2" timestamp="2015-01-11T18:39:50Z" changeset="28070019" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Airolo"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="43"/>
+ <tag k="addr:postcode" v="6780"/>
+ <tag k="addr:street" v="Via San Gottardo"/>
+ <tag k="name" v="Albergo Motta"/>
+ <tag k="phone" v="+41 91 869 22 11"/>
+ <tag k="rooms" v="29"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.bbmotta.ch"/>
+ </node>
+ <node id="3279872679" lat="46.5279023" lon="8.6087000" version="2" timestamp="2015-01-11T18:39:51Z" changeset="28070019" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Airolo"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6780"/>
+ <tag k="addr:street" v="via della Stazione"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="name" v="Hotel Alpina"/>
+ <tag k="rooms" v="28"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-alpina.net"/>
+ </node>
+ <node id="3285452714" lat="47.0528050" lon="8.3041815" version="1" timestamp="2015-01-13T08:42:46Z" changeset="28105483" uid="666" user="ThePacki">
+ <tag k="name" v="Jail Hotel Luzern"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-jail.ch/"/>
+ </node>
+ <node id="3285978362" lat="46.5204610" lon="6.5675480" version="1" timestamp="2015-01-13T15:50:54Z" changeset="28114746" uid="15671" user="habi">
+ <tag k="name" v="Cray XMP/48"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3291879071" lat="46.7733383" lon="6.6494936" version="1" timestamp="2015-01-16T06:52:33Z" changeset="28179794" uid="84054" user="fredjunod">
+ <tag k="name" v="Hôtel de la Source"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hoteldelasource.ch/"/>
+ </node>
+ <node id="3293054569" lat="45.9042964" lon="8.9793388" version="2" timestamp="2015-04-21T14:38:12Z" changeset="30380675" uid="1783785" user="R0bst3r">
+ <tag k="addr:city" v="Capolago"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="addr:postcode" v="6825"/>
+ <tag k="addr:street" v="Via Famiglia Avvocato Scacchi"/>
+ <tag k="email" v="info@albergoristorantesvizzero.com"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Albergo Svizzero"/>
+ <tag k="phone" v="+41 91 648 19 75"/>
+ <tag k="rooms" v="23"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.albergoristorantesvizzero.com/"/>
+ </node>
+ <node id="3294226712" lat="47.2080715" lon="7.5362787" version="2" timestamp="2015-05-15T13:43:57Z" changeset="31175267" uid="65804" user="Ronny Standtke">
+ <tag k="contact:email" v="kontakt@kosciuszkomuseum.ch"/>
+ <tag k="contact:phone" v="+41 32 622 80 56"/>
+ <tag k="contact:website" v="http://www.kosciuszkomuseum.ch"/>
+ <tag k="name" v="Kosciuszko Museum"/>
+ <tag k="opening_hours" v="Sa 14:00-16:00"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3302995856" lat="46.0080101" lon="8.9566117" version="1" timestamp="2015-01-21T19:24:36Z" changeset="28312785" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Lugano"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="19"/>
+ <tag k="addr:postcode" v="6900"/>
+ <tag k="addr:street" v="Via Serafino Balestra"/>
+ <tag k="name" v="Albergo Ceresio"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3302999281" lat="46.0061332" lon="8.9532455" version="2" timestamp="2015-01-27T07:06:28Z" changeset="28436064" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Hotel Zurigo"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotelzurigo.ch"/>
+ </node>
+ <node id="3308007341" lat="45.9511048" lon="8.9643088" version="2" timestamp="2015-04-21T14:38:12Z" changeset="30380675" uid="1783785" user="R0bst3r">
+ <tag k="addr:city" v="Bissone"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6816"/>
+ <tag k="addr:street" v="Piazza Francesco Borromini"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Albergo La Palma"/>
+ <tag k="phone" v="+41 91 649 84 06"/>
+ <tag k="rooms" v="10"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.palmabissone.ch/"/>
+ </node>
+ <node id="3318472123" lat="47.4790964" lon="9.4911125" version="3" timestamp="2015-07-27T14:31:35Z" changeset="32911110" uid="229491" user="DanielLanz">
+ <tag k="addr:city" v="Rorschach"/>
+ <tag k="addr:postcode" v="9400"/>
+ <tag k="name" v="Hotel Mozart"/>
+ <tag k="phone" v="+4171 844 47 47"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.mozart-rorschach.ch"/>
+ </node>
+ <node id="3322906799" lat="45.9316257" lon="8.9840692" version="1" timestamp="2015-01-31T08:21:39Z" changeset="28518533" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="6821"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="Rovio"/>
+ <tag k="addr:street" v="Via Ronchi"/>
+ <tag k="email" v="info@parkhotelrovio.ch"/>
+ <tag k="name" v="Park Hotel"/>
+ <tag k="phone" v="+41 91 649 73 72"/>
+ <tag k="source" v="website and survey"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.parkhotelrovio.ch"/>
+ </node>
+ <node id="3323252266" lat="45.8321311" lon="9.0336140" version="1" timestamp="2015-01-31T12:26:50Z" changeset="28522107" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Chiasso"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="6830"/>
+ <tag k="addr:street" v="Via Giuseppe Motta"/>
+ <tag k="internet_access" v="yes"/>
+ <tag k="name" v="Hotel Bahnoff House"/>
+ <tag k="rooms" v="28"/>
+ <tag k="smoking" v="no"/>
+ <tag k="source" v="website and survey"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.bahnhofhaus.com"/>
+ </node>
+ <node id="3323252267" lat="45.8369309" lon="9.0267156" version="1" timestamp="2015-01-31T12:26:50Z" changeset="28522107" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Chiasso"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="6830"/>
+ <tag k="addr:street" v="Via Dante Alighieri"/>
+ <tag k="name" v="M.A.X museo"/>
+ <tag k="opening_hours" v="Th-Su 10:00-12:00,15:00-18:00;Mo off"/>
+ <tag k="phone" v="+41 91 690 11 50"/>
+ <tag k="source" v="website and survey"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.maxmuseo.ch"/>
+ </node>
+ <node id="3323252272" lat="45.8371006" lon="9.0270546" version="1" timestamp="2015-01-31T12:26:50Z" changeset="28522107" uid="2265854" user="G4rp">
+ <tag k="name" v="Spazio officina"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3326866337" lat="47.2872018" lon="8.4320469" version="1" timestamp="2015-02-02T13:21:07Z" changeset="28565915" uid="9353" user="Schäuble Michele">
+ <tag k="name" v="Dorfmuseum Affoltern am Albis"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3334262587" lat="46.6677011" lon="7.7189267" version="1" timestamp="2015-02-06T15:12:32Z" changeset="28653838" uid="835140" user="nounours77">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="email" v="info@moeve.ch"/>
+ <tag k="name" v="Möve"/>
+ <tag k="phone" v="+41 33 654 68 66"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.moeve.ch"/>
+ </node>
+ <node id="3336190159" lat="46.7388845" lon="7.5215838" version="2" timestamp="2015-03-19T11:54:47Z" changeset="29590465" uid="65044" user="hugi">
+ <tag k="addr:city" v="Blumenstein"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="3638"/>
+ <tag k="addr:street" v="Bärenstutz"/>
+ <tag k="alt_name" v="Gasthof Bären"/>
+ <tag k="name" v="Bären"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.baeren-blumenstein.ch/2501.html"/>
+ </node>
+ <node id="3338354831" lat="45.9963722" lon="8.9465810" version="1" timestamp="2015-02-08T17:57:40Z" changeset="28708022" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Museo d'Arte"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.mdam.ch"/>
+ </node>
+ <node id="3353481292" lat="46.2810381" lon="6.1664454" version="2" timestamp="2015-08-17T13:57:01Z" changeset="33391416" uid="617875" user="MFlamm">
+ <tag k="addr:city" v="Versoix"/>
+ <tag k="addr:housenumber" v="77"/>
+ <tag k="addr:postcode" v="1290"/>
+ <tag k="addr:street" v="Route de Suisse"/>
+ <tag k="name" v="Lake Geneva Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3354412202" lat="45.9516356" lon="8.9440424" version="3" timestamp="2015-06-06T07:15:16Z" changeset="31762102" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Melide"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="6815"/>
+ <tag k="addr:street" v="Lungolago Giuseppe Motta"/>
+ <tag k="name" v="Albergo Riviera"/>
+ <tag k="rooms" v="27"/>
+ <tag k="stars" v="3"/>
+ <tag k="starts" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-riviera.ch"/>
+ </node>
+ <node id="3354416274" lat="45.9514009" lon="8.9435166" version="2" timestamp="2015-06-06T07:15:16Z" changeset="31762102" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Melide"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="9"/>
+ <tag k="addr:postcode" v="6815"/>
+ <tag k="addr:street" v="Lungolago Giuseppe Motta"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Hotel Del Lago"/>
+ <tag k="rooms" v="21"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-dellago.ch"/>
+ </node>
+ <node id="3354416282" lat="45.9507464" lon="8.9425518" version="3" timestamp="2015-06-06T07:15:16Z" changeset="31762102" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Melide"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="30"/>
+ <tag k="addr:postcode" v="6815"/>
+ <tag k="addr:street" v="Lungolago Giuseppe Motta"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Battello Hotel Garni"/>
+ <tag k="rooms" v="29"/>
+ <tag k="stars" v="2"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelgarni-battello.com"/>
+ </node>
+ <node id="3355376443" lat="46.9559616" lon="7.4808154" version="3" timestamp="2015-03-20T11:42:34Z" changeset="29612298" uid="125339" user="efred">
+ <tag k="addr:city" v="Ostermundigen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="25"/>
+ <tag k="addr:postcode" v="3072"/>
+ <tag k="addr:street" v="Bernstrasse"/>
+ <tag k="alt_name" v="Bären Ostermundigen"/>
+ <tag k="contact:email" v="info@baeren-ostermundigen.ch"/>
+ <tag k="contact:fax" v="+41 31 9391020"/>
+ <tag k="contact:phone" v="+41 31 9391010"/>
+ <tag k="name" v="Bären"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.baeren-ostermundigen.ch"/>
+ </node>
+ <node id="3357502595" lat="47.4784153" lon="9.5067125" version="1" timestamp="2015-02-18T10:44:56Z" changeset="28929145" uid="329983" user="PaterMcFly">
+ <tag k="name" v="Forum Würth Rorschach"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3379729195" lat="47.4717029" lon="9.5307016" version="1" timestamp="2015-03-02T16:13:41Z" changeset="29202505" uid="229491" user="DanielLanz">
+ <tag k="name" v="Schlosshotel Wartensee"/>
+ <tag k="phone" v="+4171 858 73 73"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.wartensee.ch"/>
+ </node>
+ <node id="3381913020" lat="46.9395018" lon="7.5980139" version="1" timestamp="2015-03-03T21:37:14Z" changeset="29232252" uid="103273" user="HB9DTX">
+ <tag k="name" v="Sensorium"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.ruettihubelbad.ch/de/sensorium/"/>
+ </node>
+ <node id="3385583585" lat="47.5756481" lon="8.5282328" version="1" timestamp="2015-03-06T07:59:00Z" changeset="29284056" uid="2735064" user="Martin Hermann">
+ <tag k="name" v="Ortsmuseum Weierbachhus Eglisau"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3388457945" lat="47.3718471" lon="8.0017951" version="1" timestamp="2015-03-07T23:07:11Z" changeset="29319168" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Bally-Schuhmuseum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3391558467" lat="46.4104579" lon="8.0771681" version="1" timestamp="2015-03-09T21:02:41Z" changeset="29371557" uid="1913534" user="kfrah">
+ <tag k="name" v="Erlebniswelt Aletsch"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3398101374" lat="47.3874514" lon="8.4854414" version="1" timestamp="2015-03-14T12:40:35Z" changeset="29470470" uid="2490309" user="csekol">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="8048"/>
+ <tag k="addr:street" v="Lindenplatz"/>
+ <tag k="name" v="Best Western Hotel Spirgarten"/>
+ <tag k="operator" v="Best Western"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3398938386" lat="47.4019007" lon="8.4636621" version="1" timestamp="2015-03-14T23:45:24Z" changeset="29482978" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Gasi-Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3410058063" lat="47.3506200" lon="8.7190856" version="1" timestamp="2015-03-21T08:31:35Z" changeset="29630368" uid="177149" user="zwis">
+ <tag k="addr:city" v="Uster"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8610"/>
+ <tag k="addr:street" v="Industriestrasse"/>
+ <tag k="name" v="Eisenbahn-Sammlung Uster"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3415981707" lat="47.1344540" lon="7.2443426" version="3" timestamp="2015-07-25T17:42:14Z" changeset="32875580" uid="290680" user="wheelmap_visitor">
+ <tag k="addr:city" v="Biel/Bienne"/>
+ <tag k="addr:housenumber" v="14"/>
+ <tag k="addr:postcode" v="2502"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="addr:street_1" v="Rue de la Gare"/>
+ <tag k="contact:email" v="info@hotelelite.ch"/>
+ <tag k="name" v="Elite"/>
+ <tag k="phone" v="+41 32 328 77 77"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotelelite.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3416370382" lat="47.2255356" lon="8.8168769" version="2" timestamp="2015-03-24T18:59:52Z" changeset="29710833" uid="208047" user="Basti der Entdecker">
+ <tag k="addr:city" v="Rapperswil"/>
+ <tag k="addr:housenumber" v="5"/>
+ <tag k="addr:postcode" v="8640"/>
+ <tag k="addr:street" v="Untere Bahnhofstrasse"/>
+ <tag k="name" v="Hotel Speer"/>
+ <tag k="operator" v="Best Western Plus"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3424879267" lat="47.0012304" lon="9.5008174" version="1" timestamp="2015-03-29T15:34:26Z" changeset="29829653" uid="2110714" user="captain_slow">
+ <tag k="name" v="Krone"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3431819026" lat="47.1190694" lon="9.3715119" version="1" timestamp="2015-04-02T17:11:23Z" changeset="29933301" uid="508672" user="SingletrailMap">
+ <tag k="name" v="Kurhaus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3436729151" lat="46.1984004" lon="6.1382674" version="2" timestamp="2015-08-16T16:03:52Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="7"/>
+ <tag k="addr:postcode" v="1205"/>
+ <tag k="addr:street" v="Rue des Vieux-Grenadiers"/>
+ <tag k="name" v="Patek Philippe Museum"/>
+ <tag k="opening_hours" v="Tu-Fr 14:00-18:00; Sa 10:00-18:00"/>
+ <tag k="phone" v="+41 22 8070910"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.patekmuseum.com/"/>
+ </node>
+ <node id="3440962662" lat="46.8215244" lon="7.4383092" version="1" timestamp="2015-04-06T13:25:52Z" changeset="30015519" uid="505667" user="Bullroarer">
+ <tag k="name" v="Bären"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3449277304" lat="46.8438879" lon="7.5767451" version="1" timestamp="2015-04-10T21:10:30Z" changeset="30129554" uid="65044" user="hugi">
+ <tag k="alt_name" v="Hotel Restaurant Kreuz"/>
+ <tag k="name" v="Kreuz"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.kreuzwichtrach.ch/uebernachtung.html"/>
+ </node>
+ <node id="3456349253" lat="46.8680770" lon="8.2375369" version="1" timestamp="2015-04-14T21:11:17Z" changeset="30222570" uid="397527" user="Stans">
+ <tag k="name" v="Hotel Löwen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3459783893" lat="47.1494989" lon="9.1444636" version="3" timestamp="2015-04-16T16:54:50Z" changeset="30269725" uid="2834132" user="Amden Weesen Tourismus">
+ <tag k="designation" v="***"/>
+ <tag k="name" v="Hotel Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3459790793" lat="47.1349886" lon="9.0979083" version="1" timestamp="2015-04-16T17:04:18Z" changeset="30269725" uid="2834132" user="Amden Weesen Tourismus">
+ <tag k="designation" v="***"/>
+ <tag k="name" v="Parkhotel Schwert"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3464974755" lat="46.2019771" lon="6.1392828" version="2" timestamp="2015-04-19T10:00:13Z" changeset="30325606" uid="1734" user="user_1734">
+ <tag k="addr:city" v="Genève"/>
+ <tag k="addr:housenumber" v="20"/>
+ <tag k="addr:postcode" v="1204"/>
+ <tag k="addr:street" v="Rue de l'Arquebuse"/>
+ <tag k="name" v="Tiffany Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-tiffany.ch/"/>
+ </node>
+ <node id="3473042481" lat="47.3849790" lon="8.5290417" version="1" timestamp="2015-04-23T11:37:48Z" changeset="30427011" uid="2569560" user="Eugenepjk">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="11"/>
+ <tag k="addr:postcode" v="8005"/>
+ <tag k="addr:street" v="Motorenstrasse"/>
+ <tag k="name" v="Casa Heinrich Apartments"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3491028413" lat="47.2757022" lon="8.9100587" version="1" timestamp="2015-05-01T12:45:04Z" changeset="30690871" uid="1416503" user="asdf2">
+ <tag k="name" v="Bleiche Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3499668517" lat="47.0265681" lon="8.9461912" version="1" timestamp="2015-05-05T18:43:55Z" changeset="30819044" uid="80117" user="kartenleser">
+ <tag k="addr:city" v="Klöntal"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:district" v="Kanton Glarus"/>
+ <tag k="addr:postcode" v="8750"/>
+ <tag k="addr:street" v="Hinten am See"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Hotel Restaurant Vorauen"/>
+ <tag k="operator" v="Familie A. &amp; Hp. Freuler-Zopfi"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="3499725474" lat="47.2240690" lon="9.1990722" version="1" timestamp="2015-05-05T19:02:55Z" changeset="30819289" uid="2395427" user="schoen6">
+ <tag k="name" v="Sternen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3502354648" lat="47.1896461" lon="7.7890574" version="1" timestamp="2015-05-07T06:13:37Z" changeset="30862372" uid="65044" user="hugi">
+ <tag k="addr:city" v="Lotzwil"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="4932"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="contact:email" v="info@restaurant-bahnhof-lotzwil.ch"/>
+ <tag k="contact:phone" v="+41 62 9221004"/>
+ <tag k="contact:website" v="http://www.restaurant-bahnhof-lotzwil.ch/de/Kontakt"/>
+ <tag k="name" v="Bahnhof"/>
+ <tag k="operator" v="Familie Hanim Kilic"/>
+ <tag k="source" v="survey and website"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.restaurant-bahnhof-lotzwil.ch/de/Gaestezimmer"/>
+ </node>
+ <node id="3506850440" lat="46.4076533" lon="8.6476673" version="3" timestamp="2015-06-09T17:26:31Z" changeset="31850448" uid="26726" user="lonvia">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Il Medico"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3507251394" lat="47.1811561" lon="8.4596531" version="3" timestamp="2015-05-13T12:46:29Z" changeset="31102872" uid="97547" user="datendelphin">
+ <tag k="addr:city" v="Cham"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="6330"/>
+ <tag k="addr:street" v="Dorfplatz"/>
+ <tag k="name" v="Lorze"/>
+ <tag k="opening_hours" v="Mo-Fr 07:00-12:00, 18:00-21:00; Sa,Su,PH 08:00-11:00"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://hotel-lorze-cham.ch"/>
+ </node>
+ <node id="3513069499" lat="46.1282049" lon="7.0217070" version="1" timestamp="2015-05-12T19:18:01Z" changeset="31063609" uid="134112" user="Pan">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hôtel Balance"/>
+ <tag k="phone" v="+41 27 761 15 22"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="type" v="multipolygon"/>
+ <tag k="website" v="www.vegetarisches-hotel.ch"/>
+ </node>
+ <node id="3515498152" lat="46.4900523" lon="6.7428543" version="1" timestamp="2015-05-13T18:10:27Z" changeset="31110635" uid="13303" user="sissou">
+ <tag k="name" v="Hôtel Lavaux"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3525279802" lat="46.0773695" lon="7.1463482" version="1" timestamp="2015-05-18T09:26:51Z" changeset="31249295" uid="67547" user="gregus_">
+ <tag k="addr:city" v="Sembrancher"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="28"/>
+ <tag k="addr:postcode" v="1933"/>
+ <tag k="addr:street" v="Route de la Gare"/>
+ <tag k="email" v="cafe-de-la-gare@bluewin.ch"/>
+ <tag k="name" v="Hotel de la Gare"/>
+ <tag k="phone" v="+41 27 785 30 05"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3542113135" lat="47.0226257" lon="8.2925742" version="1" timestamp="2015-05-24T18:17:33Z" changeset="31426165" uid="1789430" user="S1nus">
+ <tag k="name" v="Mothotel Pilatusblick"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3545194716" lat="47.0492667" lon="8.3092660" version="4" timestamp="2015-11-29T09:13:12Z" changeset="35642311" uid="1606658" user="Artepko">
+ <tag k="name" v="Waldstätterhof"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair:description" v="Das Wc im Zimmer hat nur einen Haltegriff. Toilettenpapierhalter ist etwas ungünstig angebracht."/>
+ <tag k="wheelchair_toilet" v="yes"/>
+ </node>
+ <node id="3548889371" lat="47.4295410" lon="9.1232227" version="2" timestamp="2015-05-27T02:02:51Z" changeset="31491991" uid="2944315" user="leu_">
+ <tag k="designation" v="*"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3562661305" lat="47.0087061" lon="8.4838135" version="1" timestamp="2015-06-01T05:49:14Z" changeset="31625240" uid="190676" user="highbuilder">
+ <tag k="name" v="Hotel Flora GmbH"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3562661515" lat="47.0147047" lon="8.4800356" version="1" timestamp="2015-06-01T05:49:15Z" changeset="31625240" uid="190676" user="highbuilder">
+ <tag k="name" v="Schiff"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3577370987" lat="46.1707382" lon="8.7955113" version="1" timestamp="2015-06-06T18:54:45Z" changeset="31775256" uid="26726" user="lonvia">
+ <tag k="name" v="Pensione Citta Vecchia"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3578967661" lat="47.2567583" lon="8.8540566" version="1" timestamp="2015-06-07T18:38:38Z" changeset="31796957" uid="2963467" user="rütner">
+ <tag k="addr:city" v="Rüti (ZH)"/>
+ <tag k="addr:housenumber" v="44"/>
+ <tag k="addr:postcode" v="8630"/>
+ <tag k="addr:street" v="Ferrachstrasse"/>
+ <tag k="name" v="Hotel Sonne"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.hotelsonnerueti.ch"/>
+ </node>
+ <node id="3586104915" lat="46.3896641" lon="6.8609600" version="1" timestamp="2015-06-10T14:58:06Z" changeset="31872802" uid="2978225" user="Bouveret Tourisme">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3587466507" lat="46.1542027" lon="8.7684282" version="2" timestamp="2015-07-21T17:33:09Z" changeset="32783616" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Ascona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="21"/>
+ <tag k="addr:postcode" v="6612"/>
+ <tag k="addr:street" v="Piazza Giuseppe Motta"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Ristorante Schiff-Battello"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3587469833" lat="46.1540665" lon="8.7686715" version="1" timestamp="2015-06-11T08:47:34Z" changeset="31891000" uid="26726" user="lonvia">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="al faro"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3587469834" lat="46.1542990" lon="8.7682611" version="2" timestamp="2015-07-21T17:33:09Z" changeset="32783616" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Ascona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6612"/>
+ <tag k="addr:street" v="Piazza Giuseppe Motta"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="regional"/>
+ <tag k="name" v="Ristorante Carcani"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3587474995" lat="46.1545786" lon="8.7698709" version="2" timestamp="2015-07-21T19:42:58Z" changeset="32786766" uid="2917713" user="chrisanter">
+ <tag k="name" v="Museo Parrocchiale"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3595995025" lat="46.5887269" lon="7.6475423" version="1" timestamp="2015-06-15T09:04:35Z" changeset="31978757" uid="190676" user="highbuilder">
+ <tag k="name" v="National"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3599698330" lat="46.1696077" lon="8.7860267" version="1" timestamp="2015-06-17T00:18:27Z" changeset="32019417" uid="2917713" user="chrisanter">
+ <tag k="name" v="Albergo Ristorante Elvetico ***"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3600103331" lat="46.1663130" lon="8.7881377" version="2" timestamp="2015-07-30T14:04:49Z" changeset="32981149" uid="2917713" user="chrisanter">
+ <tag k="addr:city" v="Locarno"/>
+ <tag k="addr:housenumber" v="13"/>
+ <tag k="addr:postcode" v="6600"/>
+ <tag k="addr:street" v="Via Rovedo"/>
+ <tag k="name" v="Hotel Alpi"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3600154489" lat="46.1786594" lon="8.7137939" version="2" timestamp="2015-07-21T20:54:46Z" changeset="32788548" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Golino"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6656"/>
+ <tag k="name" v="Hotel Garni Cà Vegia"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-cavegia.ch"/>
+ </node>
+ <node id="3600173198" lat="47.3000304" lon="8.3139052" version="1" timestamp="2015-06-17T09:28:08Z" changeset="32024972" uid="190676" user="highbuilder">
+ <tag k="name" v="Sternen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3617797440" lat="47.2011505" lon="9.3393800" version="1" timestamp="2015-06-25T15:24:08Z" changeset="32207675" uid="190676" user="highbuilder">
+ <tag k="addr:housenumber" v="88"/>
+ <tag k="addr:street" v="Lisighaus"/>
+ <tag k="name" v="Hotel Toggenburg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3617797462" lat="47.1937776" lon="9.2845300" version="1" timestamp="2015-06-25T15:24:09Z" changeset="32207675" uid="190676" user="highbuilder">
+ <tag k="name" v="Rössli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3618126900" lat="47.0536574" lon="8.3076145" version="1" timestamp="2015-06-25T18:49:49Z" changeset="32211420" uid="397527" user="Stans">
+ <tag k="name" v="Hotel Falken"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3618304607" lat="47.3868989" lon="9.2806142" version="1" timestamp="2015-06-25T20:48:16Z" changeset="32213924" uid="190676" user="highbuilder">
+ <tag k="addr:city" v="Herisau"/>
+ <tag k="addr:housenumber" v="10"/>
+ <tag k="addr:postcode" v="9100"/>
+ <tag k="addr:street" v="Zeughausstrasse"/>
+ <tag k="name" v="Hotel Marktplatz"/>
+ <tag k="phone" v="+41713523212"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.cafemp.ch/hotel/"/>
+ </node>
+ <node id="3618878991" lat="46.4406415" lon="6.2477018" version="1" timestamp="2015-06-26T05:23:03Z" changeset="32218415" uid="304871" user="Damos">
+ <tag k="addr:city" v="Begnins"/>
+ <tag k="addr:postcode" v="1268"/>
+ <tag k="addr:street" v="Route de Saint-Cergue"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Auberge de l'Écu Vaudois"/>
+ <tag k="operator" v="Ismaël et Karim Marabet"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3622520879" lat="47.7494859" lon="8.4889616" version="1" timestamp="2015-06-27T21:07:58Z" changeset="32251564" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Museum Schleitheimertal"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.museum-schleitheim.ch"/>
+ </node>
+ <node id="3624570737" lat="46.8231465" lon="8.0327652" version="1" timestamp="2015-06-29T07:30:29Z" changeset="32278080" uid="1855676" user="barbe45">
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Hotel Sörenberg"/>
+ <tag k="smoking" v="no"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3626354002" lat="46.7680427" lon="9.0601247" version="1" timestamp="2015-06-30T06:51:45Z" changeset="32300715" uid="1399112" user="Jenseblume">
+ <tag k="name" v="Alpina"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="url" v="http://www.alpina-brigels.ch"/>
+ </node>
+ <node id="3634554380" lat="46.1694811" lon="8.7914385" version="1" timestamp="2015-07-04T20:18:12Z" changeset="32413932" uid="2917713" user="chrisanter">
+ <tag k="name" v="Casa Rusca, Pinacoteca comunale"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3635261484" lat="47.6943800" lon="8.6369053" version="1" timestamp="2015-07-05T13:21:06Z" changeset="32425985" uid="287306" user="Matthias Frank">
+ <tag k="name" v="IWC-Uhren-Museum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.iwc.com"/>
+ </node>
+ <node id="3636366305" lat="47.0515076" lon="8.3044753" version="1" timestamp="2015-07-06T06:21:07Z" changeset="32440854" uid="1742934" user="Pudu">
+ <tag k="addr:city" v="Luzern"/>
+ <tag k="addr:postcode" v="6004"/>
+ <tag k="addr:street" v="Weinmarkt"/>
+ <tag k="name" v="Hotel des Balances"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="https://www.balances.ch/"/>
+ </node>
+ <node id="3639888855" lat="46.1707529" lon="8.8009327" version="1" timestamp="2015-07-07T21:17:23Z" changeset="32483540" uid="2917713" user="chrisanter">
+ <tag k="name" v="Hotel Garni Millennium"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3646267493" lat="47.3724267" lon="8.5406434" version="1" timestamp="2015-07-11T14:24:10Z" changeset="32565152" uid="79025" user="mstock">
+ <tag k="name" v="Kindli"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.kindli.ch/hotel"/>
+ </node>
+ <node id="3647976752" lat="46.1958794" lon="8.1404393" version="4" timestamp="2015-07-12T21:33:26Z" changeset="32590025" uid="225057" user="hindair">
+ <tag k="addr:city" v="Gondo"/>
+ <tag k="addr:housename" v="Stockalperturm"/>
+ <tag k="addr:postcode" v="3907"/>
+ <tag k="addr:street" v="Simplonstrasse"/>
+ <tag k="name" v="Hotel Restaurant Stockalperturm"/>
+ <tag k="operator" v="Patric Zenklusen, Fabienne Kämpfen"/>
+ <tag k="phone" v="+41 (0) 27 979 25 50"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.stockalperturm.ch"/>
+ </node>
+ <node id="3650869725" lat="46.1961679" lon="7.8391346" version="1" timestamp="2015-07-14T15:16:16Z" changeset="32630231" uid="92387" user="SimonPoole">
+ <tag k="name" v="Walliserhof"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3650947231" lat="46.1955959" lon="7.8399240" version="1" timestamp="2015-07-14T16:29:00Z" changeset="32631929" uid="92387" user="SimonPoole">
+ <tag k="name" v="Hotel Desirée"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3653699178" lat="47.3902291" lon="8.5120690" version="1" timestamp="2015-07-16T06:40:26Z" changeset="32666840" uid="2110714" user="captain_slow">
+ <tag k="name" v="Museum für Gestaltung - Schaudepot"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.museum-gestaltung.ch/"/>
+ </node>
+ <node id="3656925349" lat="46.1626637" lon="8.7683211" version="1" timestamp="2015-07-18T18:18:21Z" changeset="32721301" uid="2917713" user="chrisanter">
+ <tag k="name" v="Hotel Casa Emmaus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3657862924" lat="46.3162290" lon="8.4934673" version="2" timestamp="2015-08-08T21:15:15Z" changeset="33208746" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Bosco/Gurin"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6685"/>
+ <tag k="name" v="Hotel Walser"/>
+ <tag k="rooms" v="12"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3659114813" lat="46.1988648" lon="6.1375504" version="6" timestamp="2015-07-20T16:27:00Z" changeset="32757609" uid="3068030" user="floyd70">
+ <tag k="name" v="Centre d'art contemporain"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3660576999" lat="47.0045430" lon="9.5290399" version="1" timestamp="2015-07-21T16:43:02Z" changeset="32782174" uid="3061705" user="EarthWaterAir">
+ <tag k="name" v="Hirschen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3660638935" lat="46.1543659" lon="8.7683013" version="1" timestamp="2015-07-21T17:33:07Z" changeset="32783616" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Ascona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6612"/>
+ <tag k="addr:street" v="Piazza Giuseppe Motta"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="name" v="Albergo Carcani"/>
+ <tag k="rooms" v="29"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.carcani.ch"/>
+ </node>
+ <node id="3660638936" lat="46.1543083" lon="8.7684971" version="1" timestamp="2015-07-21T17:33:07Z" changeset="32783616" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Ascona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="21"/>
+ <tag k="addr:postcode" v="6612"/>
+ <tag k="addr:street" v="Piazza Giuseppe Motta"/>
+ <tag k="name" v="Hotel Schiff-Battello"/>
+ <tag k="rooms" v="15"/>
+ <tag k="starts" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-schiff-ascona.ch"/>
+ </node>
+ <node id="3660638937" lat="46.1541504" lon="8.7686661" version="1" timestamp="2015-07-21T17:33:08Z" changeset="32783616" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Ascona"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6612"/>
+ <tag k="addr:street" v="Piazza Giuseppe Motta"/>
+ <tag k="name" v="Albergo al Porto"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alporto-hotel.ch"/>
+ </node>
+ <node id="3660857007" lat="46.1841742" lon="8.7162529" version="1" timestamp="2015-07-21T20:54:44Z" changeset="32788548" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Cavigliano"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="6654"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="name" v="Boutique Hotel Tentazioni"/>
+ <tag k="rooms" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3664389926" lat="46.3818554" lon="6.2383125" version="1" timestamp="2015-07-24T11:23:28Z" changeset="32847066" uid="129299" user="RBA">
+ <tag k="name" v="Hôtel Restaurant du XVIe Siècle"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3664456952" lat="46.1580332" lon="8.7704091" version="1" timestamp="2015-07-24T12:09:35Z" changeset="32847448" uid="2917713" user="chrisanter">
+ <tag k="name" v="Hotel La Perla Ascona"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3672528358" lat="46.1737133" lon="8.8041090" version="1" timestamp="2015-07-29T22:03:11Z" changeset="32966763" uid="6087" user="Geonick">
+ <tag k="addr:city" v="Muralto"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="6600"/>
+ <tag k="addr:street" v="Via San Gottardo"/>
+ <tag k="name" v="Residenza Al Parco - Tertianum"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.alparco.tertianum.ch/"/>
+ </node>
+ <node id="3672528359" lat="46.1731264" lon="8.8024890" version="1" timestamp="2015-07-29T22:03:11Z" changeset="32966763" uid="6087" user="Geonick">
+ <tag k="addr:city" v="Muralto"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="6600"/>
+ <tag k="addr:street" v="Via Collegiata"/>
+ <tag k="name" v="Rio Garni"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3675611312" lat="46.1718181" lon="8.7919793" version="1" timestamp="2015-07-31T21:53:30Z" changeset="33020127" uid="2917713" user="chrisanter">
+ <tag k="name" v="Albergo Villa India"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3677685025" lat="47.5876337" lon="7.6544076" version="2" timestamp="2015-08-16T16:03:42Z" changeset="33372466" uid="39774" user="MKnight">
+ <tag k="addr:city" v="Riehen"/>
+ <tag k="addr:housenumber" v="44"/>
+ <tag k="addr:postcode" v="4125"/>
+ <tag k="addr:street" v="Inzlingerstrasse"/>
+ <tag k="name" v="Gedenkstätte für Flüchtlinge zur Zeit des 2. Weltkriegs"/>
+ <tag k="opening_hours" v="Mo-Su 09:00-17:00"/>
+ <tag k="operator" v="Verein Gedenkstätte Riehen"/>
+ <tag k="phone" v="+41 61 645 96 50"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.gedenkstaetteriehen.ch"/>
+ </node>
+ <node id="3687461621" lat="46.5122586" lon="6.6276874" version="1" timestamp="2015-08-08T21:28:33Z" changeset="33208939" uid="1856092" user="StreetAv">
+ <tag k="addr:housenumber" v="4"/>
+ <tag k="addr:street" v="Avenue de Cour"/>
+ <tag k="email" v="contact@carltonlausanne.ch"/>
+ <tag k="fax" v="+41 21 613 07 10"/>
+ <tag k="name" v="Carlton"/>
+ <tag k="operator" v="Boutique Hôtel"/>
+ <tag k="phone" v="+41 21 613 07 07"/>
+ <tag k="stars" v="4"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.carltonlausanne.com/"/>
+ </node>
+ <node id="3688825734" lat="46.7600664" lon="7.6286953" version="2" timestamp="2015-08-10T06:10:15Z" changeset="33231484" uid="190676" user="highbuilder">
+ <tag k="addr:city" v="Thun"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="3600"/>
+ <tag k="addr:street" v="Untere Hauptgasse"/>
+ <tag k="name" v="Hotel Schwert"/>
+ <tag k="phone" v="+41332215588"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.schwert-thun.net"/>
+ </node>
+ <node id="3688863082" lat="46.7598702" lon="7.6289608" version="1" timestamp="2015-08-10T06:10:09Z" changeset="33231484" uid="190676" user="highbuilder">
+ <tag k="addr:city" v="Thun"/>
+ <tag k="addr:housenumber" v="2"/>
+ <tag k="addr:postcode" v="3600"/>
+ <tag k="addr:street" v="Untere Hauptgasse"/>
+ <tag k="name" v="Zunfthaus zu Metzgern"/>
+ <tag k="phone" v="+413332222141"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.zumetzgern.ch"/>
+ </node>
+ <node id="3688863102" lat="46.7597209" lon="7.6282192" version="1" timestamp="2015-08-10T06:10:10Z" changeset="33231484" uid="190676" user="highbuilder">
+ <tag k="addr:city" v="Thun"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="3600"/>
+ <tag k="addr:street" v="Gerberngasse"/>
+ <tag k="name" v="Rathaus"/>
+ <tag k="phone" v="+41312215257"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3689968878" lat="46.1956259" lon="7.3438692" version="1" timestamp="2015-08-10T18:05:19Z" changeset="33246287" uid="8296" user="kuede">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3689986517" lat="47.4600007" lon="8.2477549" version="1" timestamp="2015-08-10T18:18:29Z" changeset="33246552" uid="257555" user="rene78">
+ <tag k="addr:city" v="Birmenstorf"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="5413"/>
+ <tag k="addr:street" v="Badenerstrasse"/>
+ <tag k="email" v="info@adler-birmenstorf.ch"/>
+ <tag k="name" v="Adler"/>
+ <tag k="opening_hours" v="Mo-Fr 06:00-22:00; Sa 07:30-22:00; Su 08:00-22:00"/>
+ <tag k="phone" v="+41 56 225 10 15"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.adler-birmenstorf.ch"/>
+ </node>
+ <node id="3695212861" lat="46.3759015" lon="7.9779778" version="2" timestamp="2015-08-14T06:33:57Z" changeset="33329356" uid="186651" user="Teddych">
+ <tag k="building" v="yes"/>
+ <tag k="name" v="Tigilou"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.tigilou.ch/"/>
+ </node>
+ <node id="3700178028" lat="46.5101517" lon="6.4998442" version="1" timestamp="2015-08-16T19:04:19Z" changeset="33375840" uid="9733" user="stedewa">
+ <tag k="name" v="Hotel de Savoie"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3700719580" lat="46.3415987" lon="7.0129503" version="1" timestamp="2015-08-17T08:41:09Z" changeset="33384719" uid="3153223" user="Armin Rigo">
+ <tag k="name" v="Vieux Musée de Leysin"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3701029548" lat="46.0525424" lon="6.9493307" version="1" timestamp="2015-08-17T13:13:18Z" changeset="33390384" uid="362997" user="Virgile1994">
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3705306295" lat="46.1964440" lon="6.1422808" version="1" timestamp="2015-08-19T18:21:29Z" changeset="33446467" uid="1238664" user="zerpou">
+ <tag k="name" v="Starling Résidence Genève"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3707251809" lat="47.4222124" lon="8.5586268" version="1" timestamp="2015-08-20T21:41:01Z" changeset="33471871" uid="1199303" user="wolfv">
+ <tag k="addr:city" v="Zürich"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8152"/>
+ <tag k="addr:street" v="Dufaux-Strasse"/>
+ <tag k="name" v="Kameha Grand Zurich, Autograph Collection"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.marriott.de/hotels/maps/travel/zrhak-kameha-grand-zurich-autograph-collection/"/>
+ </node>
+ <node id="3710416425" lat="47.0231016" lon="8.9119768" version="1" timestamp="2015-08-23T11:31:14Z" changeset="33523108" uid="257555" user="rene78">
+ <tag k="addr:city" v="Klöntal"/>
+ <tag k="addr:housenumber" v="106"/>
+ <tag k="addr:postcode" v="8750"/>
+ <tag k="addr:street" v="Richisauerstrasse"/>
+ <tag k="email" v="info@gasthaus-richisau.ch"/>
+ <tag k="name" v="Gasthaus Richisau"/>
+ <tag k="phone" v="+41 55 640 10 85"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.gasthaus-richisau.ch/hotel.html"/>
+ </node>
+ <node id="3711119060" lat="47.2433545" lon="8.7767183" version="4" timestamp="2015-10-03T14:41:18Z" changeset="34409094" uid="1416503" user="asdf2">
+ <tag k="addr:city" v="Hombrechtikon"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="8634"/>
+ <tag k="addr:street" v="Langenrietstrasse"/>
+ <tag k="name" v="Stricklerhuus"/>
+ <tag k="operator" v="Pro Hombrechtikon"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.prohombrechtikon.ch/"/>
+ </node>
+ <node id="3711632795" lat="46.3157619" lon="7.8518434" version="1" timestamp="2015-08-24T08:58:45Z" changeset="33540584" uid="190676" user="highbuilder">
+ <tag k="name" v="Sonnenhalde"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3713832203" lat="46.9663860" lon="6.8610270" version="1" timestamp="2015-08-25T16:00:21Z" changeset="33575147" uid="3113214" user="St-Lettre">
+ <tag k="addr:city" v="Colombier"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="2013"/>
+ <tag k="addr:street" v="Rue du Vieux-Moulin"/>
+ <tag k="name" v="Hôtel de la Couronne"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3713879361" lat="46.4876360" lon="8.2636864" version="1" timestamp="2015-08-25T16:37:46Z" changeset="33576209" uid="130472" user="fx99">
+ <tag k="addr:housenumber" v="79"/>
+ <tag k="addr:street" v="Furkastrasse"/>
+ <tag k="name" v="Croix d'Or et Poste"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3717533775" lat="46.6930218" lon="7.8703966" version="1" timestamp="2015-08-27T20:47:47Z" changeset="33630623" uid="3190225" user="India Village Interlaken">
+ <tag k="addr:city" v="Interlaken"/>
+ <tag k="addr:housenumber" v="38"/>
+ <tag k="addr:postcode" v="3800"/>
+ <tag k="addr:street" v="Brienzstrasse"/>
+ <tag k="name" v="India Village Guesthouse &amp; Restaurant"/>
+ <tag k="note" v="Reception Timing 10.00 to 22.00 Restaurant Timing 12.00 to 22.00"/>
+ <tag k="operator" v="India Village GMBH"/>
+ <tag k="phone" v="+41 33 821 21 50"/>
+ <tag k="smoking" v="outside"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.india-village.net"/>
+ </node>
+ <node id="3718116860" lat="46.8021198" lon="9.8336972" version="2" timestamp="2015-08-28T08:47:18Z" changeset="33638265" uid="1894634" user="Wikilux">
+ <tag k="addr:city" v="Davos"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="7270"/>
+ <tag k="addr:street" v="Scalettastrasse"/>
+ <tag k="name" v="Ameron"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3719321242" lat="47.3442711" lon="8.2451167" version="1" timestamp="2015-08-28T23:41:00Z" changeset="33655158" uid="190676" user="highbuilder">
+ <tag k="name" v="Hotel Villmergen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3723625755" lat="46.7539437" lon="8.0317328" version="1" timestamp="2015-08-31T19:11:40Z" changeset="33711755" uid="1894634" user="Wikilux">
+ <tag k="addr:housenumber" v="92"/>
+ <tag k="addr:postcode" v="3855"/>
+ <tag k="addr:street" v="Hauptstrasse"/>
+ <tag k="name" v="Seehotel Sternen"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3725024818" lat="47.6106735" lon="9.0368574" version="1" timestamp="2015-09-01T17:27:32Z" changeset="33733685" uid="79025" user="mstock">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Hotel Restaurant Kreuzstrasse"/>
+ <tag k="opening_hours" v="Mo-Fr 08:00-23:00; Sa 08:00-14:00"/>
+ <tag k="outdoor_seating" v="yes"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-kreuzstrasse-lamperswil.ch/"/>
+ </node>
+ <node id="3725795755" lat="47.3853768" lon="8.7507430" version="1" timestamp="2015-09-02T09:00:22Z" changeset="33746235" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Fehraltorf"/>
+ <tag k="addr:housenumber" v="35"/>
+ <tag k="addr:postcode" v="8320"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="name" v="Binario3"/>
+ <tag k="phone" v="+41 44 955 21 01"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="www.binario3.ch"/>
+ </node>
+ <node id="3726115220" lat="47.3643200" lon="8.7673271" version="1" timestamp="2015-09-02T13:58:21Z" changeset="33752577" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Pfäffikon ZH"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="8330"/>
+ <tag k="addr:street" v="Schanzweg"/>
+ <tag k="email" v="info@fahrzeug-museum.ch"/>
+ <tag k="name" v="Fahrzeug-Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3727351646" lat="47.3655567" lon="8.7717243" version="2" timestamp="2015-10-16T18:59:49Z" changeset="34681614" uid="69380" user="Mathias Wittwer">
+ <tag k="email" v="info@unicus-schweiz.ch"/>
+ <tag k="name" v="Unicus GmbH"/>
+ <tag k="note" v="Museum, Laden, Werkstatt"/>
+ <tag k="opening_hours" v="Tu-Th 14:00-19:30; Sa 10:00-16:00"/>
+ <tag k="phone" v="+41 44 950 90 21"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.unicus-schweiz.ch"/>
+ </node>
+ <node id="3729613516" lat="47.3990247" lon="8.5326299" version="1" timestamp="2015-09-04T18:01:32Z" changeset="33800135" uid="3204626" user="Faer">
+ <tag k="name" v="Guggach Apartotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3734581909" lat="46.1789454" lon="7.8245526" version="1" timestamp="2015-09-08T14:08:10Z" changeset="33883675" uid="817064" user="三二一">
+ <tag k="name" v="Hotel Alpenrosli"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3735775056" lat="47.4301654" lon="8.9636277" version="1" timestamp="2015-09-09T09:47:14Z" changeset="33903978" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Dussnang"/>
+ <tag k="addr:housenumber" v="34"/>
+ <tag k="addr:postcode" v="8374"/>
+ <tag k="addr:street" v="Kurhausstrasse"/>
+ <tag k="email" v="sprokkereef@kneipphof.ch"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3739708237" lat="47.3198199" lon="7.9073167" version="1" timestamp="2015-09-11T22:15:37Z" changeset="33971406" uid="190676" user="highbuilder">
+ <tag k="name" v="Krone"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3743775331" lat="47.4202965" lon="8.8454846" version="1" timestamp="2015-09-15T07:25:02Z" changeset="34034592" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Wila"/>
+ <tag k="addr:housenumber" v="23"/>
+ <tag k="addr:postcode" v="8492"/>
+ <tag k="addr:street" v="Tösstalstrasse"/>
+ <tag k="email" v="brewi@bluewin.ch"/>
+ <tag k="opening_hours" v="1st Sunday of the month from 14.00 - 16.00 clock; During the months of June to October by appointment only"/>
+ <tag k="phone" v="+41 52 394 24 24"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.wila.ch/xml_1/internet/de/application/d35/f41.cfm"/>
+ </node>
+ <node id="3743779204" lat="47.3880462" lon="8.8602614" version="1" timestamp="2015-09-15T07:28:23Z" changeset="34034648" uid="3130520" user="ankymtan">
+ <tag k="addr:city" v="Saland"/>
+ <tag k="addr:housenumber" v="17"/>
+ <tag k="addr:postcode" v="8493"/>
+ <tag k="addr:street" v="Bodenwis"/>
+ <tag k="email" v="christoph.kuratle@quad-toesstal.ch"/>
+ <tag k="name" v="Quad Tösstal GmbH"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3751609508" lat="47.6535603" lon="9.1676981" version="4" timestamp="2015-10-10T18:30:49Z" changeset="34555531" uid="135562" user="Seetroll">
+ <tag k="addr:city" v="Kreuzlingen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:housenumber" v="15"/>
+ <tag k="addr:postcode" v="8280"/>
+ <tag k="addr:street" v="Konstanzerstrasse"/>
+ <tag k="name" v="Hotel Bellevue"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3756838501" lat="46.1233933" lon="8.7142504" version="2" timestamp="2015-09-24T20:41:29Z" changeset="34234318" uid="2265854" user="G4rp">
+ <tag k="addr:city" v="Brissago"/>
+ <tag k="name" v="Yachtsport Resort"/>
+ <tag k="note" v="Sailing &amp; Motorboat Academy"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.yachtsport-resort.com"/>
+ </node>
+ <node id="3758964483" lat="46.0058981" lon="8.9565451" version="1" timestamp="2015-09-25T14:48:55Z" changeset="34246045" uid="3264954" user="MarcMueller">
+ <tag k="name" v="fondazione Filippo Ciani"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3771757756" lat="47.6522006" lon="9.1687354" version="1" timestamp="2015-10-04T13:23:03Z" changeset="34427637" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Hotel Bahnhof-Post"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-bahnhof-post.ch/"/>
+ </node>
+ <node id="3780487492" lat="46.3168989" lon="7.7444040" version="1" timestamp="2015-10-10T06:35:49Z" changeset="34543728" uid="2395427" user="schoen6">
+ <tag k="name" v="Hotel du Pont"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3780488558" lat="46.3159507" lon="7.7439072" version="1" timestamp="2015-10-10T06:34:22Z" changeset="34543719" uid="2395427" user="schoen6">
+ <tag k="name" v="Hotel du Rhône"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3780542212" lat="46.0845720" lon="7.4037033" version="1" timestamp="2015-10-10T07:39:48Z" changeset="34544427" uid="2395427" user="schoen6">
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3783549518" lat="47.4390124" lon="8.5675181" version="2" timestamp="2015-10-12T17:25:01Z" changeset="34595241" uid="1725852" user="Christouf0676">
+ <tag k="addr:city" v="Glattbrugg"/>
+ <tag k="addr:housenumber" v="6"/>
+ <tag k="addr:postcode" v="8152"/>
+ <tag k="addr:street" v="Walter Mittelholzerstrasse"/>
+ <tag k="name" v="STAY@Zurich Airport"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.stay-at-zurich-airport.ch/"/>
+ </node>
+ <node id="3784158251" lat="46.8199914" lon="8.6512538" version="1" timestamp="2015-10-13T04:21:54Z" changeset="34603215" uid="618919" user="msg132e">
+ <tag k="addr:city" v="Erstfeld"/>
+ <tag k="addr:housenumber" v="84"/>
+ <tag k="addr:postcode" v="6472"/>
+ <tag k="addr:street" v="Gotthardstrasse"/>
+ <tag k="amenity" v="restaurant"/>
+ <tag k="cuisine" v="chinese"/>
+ <tag k="name" v="China Restaurant Chengdu"/>
+ <tag k="phone" v="+41 41 882 01 01"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3784223500" lat="47.5553742" lon="7.7934386" version="1" timestamp="2015-10-13T06:42:32Z" changeset="34604475" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Fricktaler Museum"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.fricktaler-museum.ch"/>
+ </node>
+ <node id="3785239259" lat="47.2109982" lon="7.4177512" version="1" timestamp="2015-10-13T20:08:16Z" changeset="34620557" uid="105050" user="Männedorf">
+ <tag k="addr:city" v="Bettlach"/>
+ <tag k="addr:housenumber" v="29a"/>
+ <tag k="addr:postcode" v="2544"/>
+ <tag k="addr:street" v="Höhenweg"/>
+ <tag k="name" v="Museum Frank Buchser"/>
+ <tag k="opening_hours" v="auf Anmeldung"/>
+ <tag k="operator" v="Beat Leimer"/>
+ <tag k="phone" v="032 645 27 77"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="http://www.frank-buchser.ch"/>
+ </node>
+ <node id="3786100302" lat="47.5628404" lon="8.0601356" version="1" timestamp="2015-10-14T13:15:22Z" changeset="34632655" uid="287306" user="Matthias Frank">
+ <tag k="name" v="galerie one4one"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3786294125" lat="47.2401566" lon="7.6530528" version="1" timestamp="2015-10-14T16:21:19Z" changeset="34636530" uid="481380" user="Nzara">
+ <tag k="amenity" v="restaurant"/>
+ <tag k="name" v="Al Ponte"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3786503537" lat="47.4321742" lon="8.7635340" version="1" timestamp="2015-10-14T18:31:03Z" changeset="34638888" uid="257555" user="rene78">
+ <tag k="addr:city" v="Weisslingen"/>
+ <tag k="addr:housenumber" v="32"/>
+ <tag k="addr:postcode" v="8484"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="email" v="info@restaurant-sonne-weisslingen.ch"/>
+ <tag k="name" v="Sonne"/>
+ <tag k="phone" v="+41 52 384 13 47"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.schnyders-sonne.ch/"/>
+ </node>
+ <node id="3787111893" lat="47.5628092" lon="8.0607949" version="1" timestamp="2015-10-15T06:46:07Z" changeset="34647530" uid="287306" user="Matthias Frank">
+ <tag k="name" v="Museum Schiff"/>
+ <tag k="tourism" v="museum"/>
+ <tag k="website" v="www.museum-schiff.ch"/>
+ </node>
+ <node id="3790450725" lat="47.1691094" lon="8.0972027" version="1" timestamp="2015-10-17T16:11:26Z" changeset="34696803" uid="505667" user="Bullroarer">
+ <tag k="name" v="Bella Vista"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3794315358" lat="47.3140155" lon="8.0533153" version="1" timestamp="2015-10-20T13:35:30Z" changeset="34755329" uid="2098541" user="lluki">
+ <tag k="name" v="Hotel Cinema 8"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3800677919" lat="46.8066596" lon="7.1602821" version="1" timestamp="2015-10-24T12:18:07Z" changeset="34839991" uid="397527" user="Stans">
+ <tag k="name" v="Hide Adon Hotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3802229175" lat="47.1976658" lon="9.4237681" version="1" timestamp="2015-10-25T15:39:56Z" changeset="34861837" uid="2395427" user="schoen6">
+ <tag k="name" v="Zollhaus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3813078060" lat="47.2912070" lon="8.5663439" version="2" timestamp="2015-11-15T18:34:27Z" changeset="35333884" uid="452231" user="balducien">
+ <tag k="name" v="Ortsmuseum Thalwil"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3822324119" lat="47.3695783" lon="8.5137027" version="3" timestamp="2015-12-02T09:58:16Z" changeset="35702156" uid="3421576" user="theamauchle">
+ <tag k="name" v="Hotel Neufeld"/>
+ <tag k="phone" v="+41 439607373"/>
+ <tag k="rooms" v="40"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ <tag k="website" v="http://www.hotel-neufeld.ch/"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wheelchair_toilet" v="unknown"/>
+ </node>
+ <node id="3825027757" lat="47.5224850" lon="7.6048099" version="1" timestamp="2015-11-08T18:59:45Z" changeset="35176207" uid="2137840" user="rza31">
+ <tag k="addr:city" v="Münchenstein"/>
+ <tag k="addr:housenumber" v="8"/>
+ <tag k="addr:postcode" v="4142"/>
+ <tag k="addr:street" v="Grabenackerstrasse"/>
+ <tag k="contact:website" v="http://www.froggy.ch"/>
+ <tag k="name" v="Froschmuseum"/>
+ <tag k="opening_hours" v="Su[1] 14:00-17:00"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3827151423" lat="46.8646627" lon="9.8823051" version="1" timestamp="2015-11-09T18:17:00Z" changeset="35198803" uid="397527" user="Stans">
+ <tag k="layer" v="http://wynegg.ch/de/"/>
+ <tag k="name" v="Hotel Wynegg"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3841749039" lat="46.8461485" lon="9.5124832" version="1" timestamp="2015-11-17T21:17:54Z" changeset="35389807" uid="1798346" user="1636">
+ <tag k="name" v="Ibis"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3848706295" lat="47.3767256" lon="9.5412437" version="2" timestamp="2015-11-23T20:11:14Z" changeset="35537870" uid="3403662" user="-2147483648">
+ <tag k="name" v="Hotel Sonne"/>
+ <tag k="opening_hours" v="Jan-Dec: Tu-Fr 06:30-23:30; Jan-Dec: Sa 08:00-23:30; Jan-Dec: Su 08:00-15:00; Mo 17:30-23:30"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3849090122" lat="47.2163780" lon="8.6065136" version="1" timestamp="2015-11-21T14:50:14Z" changeset="35488840" uid="3404090" user="orbisnonsufficit">
+ <tag k="addr:city" v="Hirzel"/>
+ <tag k="addr:housenumber" v="48"/>
+ <tag k="addr:postcode" v="8816"/>
+ <tag k="addr:street" v="Dorfstrasse"/>
+ <tag k="name" v="Johanna Spyri Museum"/>
+ <tag k="opening_hours" v="Sunday: 2-4 pm"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3856298289" lat="47.3635004" lon="8.5317341" version="1" timestamp="2015-11-24T11:40:58Z" changeset="35548482" uid="1894634" user="Wikilux">
+ <tag k="name" v="FIFA World Football Museum"/>
+ <tag k="tourism" v="museum"/>
+ </node>
+ <node id="3856672546" lat="46.7263788" lon="9.5583746" version="1" timestamp="2015-11-24T14:40:41Z" changeset="35551867" uid="3410857" user="lenzerheide">
+ <tag k="name" v="Hotel Kurhaus"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3857519243" lat="46.0860178" lon="8.9197648" version="1" timestamp="2015-11-24T20:45:02Z" changeset="35559503" uid="3411443" user="claf">
+ <tag k="name" v="Chromotel"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+ <node id="3867160873" lat="47.0899784" lon="7.7908099" version="1" timestamp="2015-11-29T14:05:03Z" changeset="35646660" uid="513434" user="whellmut">
+ <tag k="addr:city" v="Dürrenroth"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:postcode" v="3465"/>
+ <tag k="addr:street" v="Dorf"/>
+ <tag k="contact:email" v="info@bearen-duerrenroth.ch"/>
+ <tag k="contact:fax" v="+41 62 959 01 22"/>
+ <tag k="contact:phone" v="+41 62 959 00 88"/>
+ <tag k="contact:website" v="http://www.baeren-duerrenroth.ch"/>
+ <tag k="name" v="Romatik Hotel Bären"/>
+ <tag k="stars" v="3"/>
+ <tag k="tourism" v="hotel"/>
+ </node>
+
+</osm> \ No newline at end of file
diff --git a/test/poi-service/script/switzerland/poi-client.conf b/test/poi-service/script/switzerland/poi-client.conf
new file mode 100644
index 0000000..465e4a9
--- /dev/null
+++ b/test/poi-service/script/switzerland/poi-client.conf
@@ -0,0 +1,39 @@
+[General]
+InvalidHandle=255
+PoiDisplayTableRows=15
+DefaultTextToSearch=enter text to search
+DefaultTextToBeInitialized=to be initialized
+DefaultRadius=100
+CAMName=org.genivi.poiservice.POIContentAccessModule
+CAMOffset=256
+MapWidthInMeter = 5000
+MapHeightInMeter = 5000
+TimerPeriodForPosition = 1000
+
+[Attribute]
+Source = 0
+WebSite = 1
+Phone = 2
+Stars = 3
+OpeningHours = 4
+Number = 5
+Street = 6
+PostCode = 7
+City = 8
+Brand = 9
+Operateur = 10
+
+[Category]
+AllCategories = 0
+
+[Language]
+language=fra
+country=FRA
+script=Latn
+HMI=en
+
+[DefaultLocation]
+latitude=46.95901
+longitude=7.462547
+altitude=30
+
diff --git a/test/poi-service/script/switzerland/station.xml b/test/poi-service/script/switzerland/station.xml
new file mode 100755
index 0000000..80daca6
--- /dev/null
+++ b/test/poi-service/script/switzerland/station.xml
@@ -0,0 +1,12665 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<osm version="0.6" generator="Overpass API">
+<note>The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.</note>
+<meta osm_base="2015-12-04T10:16:01Z" areas="2015-12-03T14:13:01Z"/>
+
+ <node id="19485633" lat="47.4624834" lon="9.0408063" version="13" timestamp="2015-08-07T12:59:18Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="570"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Wil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WIL"/>
+ <tag k="uic_name" v="Wil"/>
+ <tag k="uic_ref" v="8506206"/>
+ </node>
+ <node id="25522992" lat="47.5038653" lon="9.3586097" version="16" timestamp="2014-09-22T18:09:26Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="512"/>
+ <tag k="name" v="Häggenschwil-Winden"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HAEW"/>
+ <tag k="uic_name" v="Häggenschwil-Winden"/>
+ <tag k="uic_ref" v="8506395"/>
+ </node>
+ <node id="25523005" lat="47.5387733" lon="9.3758622" version="8" timestamp="2014-09-22T18:09:35Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="412"/>
+ <tag k="name" v="Neukirch-Egnach"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NK"/>
+ <tag k="uic_name" v="Neukirch-Egnach"/>
+ <tag k="uic_ref" v="8506398"/>
+ </node>
+ <node id="26032218" lat="46.8937546" lon="9.8430839" version="5" timestamp="2013-05-14T19:09:19Z" changeset="16129669" uid="266672" user="tf66">
+ <tag k="ele" v="1028"/>
+ <tag k="name" v="Serneus"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Serneus"/>
+ <tag k="uic_ref" v="8509066"/>
+ </node>
+ <node id="26032230" lat="46.9073551" lon="9.8103956" version="10" timestamp="2013-05-14T19:09:19Z" changeset="16129669" uid="266672" user="tf66">
+ <tag k="alt_name" v="Saas im Prättigau"/>
+ <tag k="ele" v="935"/>
+ <tag k="name" v="Saas"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Saas"/>
+ <tag k="uic_ref" v="8509065"/>
+ <tag k="wikipedia" v="en:Saas (Rhaetian Railway station)"/>
+ </node>
+ <node id="26032254" lat="46.9299107" lon="9.7181685" version="5" timestamp="2013-03-25T20:18:48Z" changeset="15495968" uid="1291799" user="drummers2105">
+ <tag k="ele" v="723"/>
+ <tag k="name" v="Jenaz"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Jenaz"/>
+ <tag k="uic_ref" v="8509062"/>
+ <tag k="wikipedia" v="en:Jenaz (Rhaetian Railway station)"/>
+ </node>
+ <node id="26032347" lat="46.9805460" lon="9.6456708" version="9" timestamp="2013-04-27T21:17:39Z" changeset="15888856" uid="123364" user="Tronikon">
+ <tag k="ele" v="630"/>
+ <tag k="name" v="Grüsch"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Grüsch"/>
+ <tag k="uic_ref" v="8509059"/>
+ <tag k="wikipedia" v="en:Grusch (Rhaetian Railway station)"/>
+ </node>
+ <node id="26032373" lat="46.9776390" lon="9.5742675" version="8" timestamp="2014-09-22T18:09:32Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="536"/>
+ <tag k="name" v="Malans"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MALA"/>
+ <tag k="uic_name" v="Malans"/>
+ <tag k="uic_ref" v="8509057"/>
+ <tag k="wikipedia" v="en:Malans (Rhaetian Railway station)"/>
+ </node>
+ <node id="26997265" lat="47.3733035" lon="8.5686887" version="12" timestamp="2014-11-11T15:43:20Z" changeset="26714298" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="547"/>
+ <tag k="name" v="Waldhaus Dolder"/>
+ <tag k="operator" v="DBZ"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="tram" v="yes"/>
+ <tag k="uic_name" v="Zürich, Waldhaus Dolder"/>
+ <tag k="uic_ref" v="8591421"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="27505197" lat="46.5175950" lon="8.6750540" version="4" timestamp="2015-05-03T17:03:30Z" changeset="30753811" uid="2265854" user="G4rp">
+ <tag k="ele" v="1010"/>
+ <tag k="name" v="Piotta Centrale FPR"/>
+ <tag k="operator" v="FPR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Piotta Centrale FPR"/>
+ <tag k="uic_ref" v="8505273"/>
+ </node>
+ <node id="27528737" lat="47.3862560" lon="7.7489110" version="4" timestamp="2010-11-10T07:24:04Z" changeset="6333629" uid="368211" user="DidokImportCH">
+ <tag k="ele" v="518"/>
+ <tag k="name" v="Waldenburg"/>
+ <tag k="operator" v="WB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Waldenburg"/>
+ <tag k="uic_ref" v="8500087"/>
+ </node>
+ <node id="27580759" lat="47.3454892" lon="8.5930969" version="11" timestamp="2013-05-20T07:36:13Z" changeset="16203738" uid="177149" user="zwis">
+ <tag k="ele" v="590"/>
+ <tag k="name" v="Waldburg"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Waldburg"/>
+ <tag k="uic_ref" v="8503078"/>
+ </node>
+ <node id="27580765" lat="47.3473310" lon="8.5970593" version="8" timestamp="2013-05-22T06:26:39Z" changeset="16233424" uid="177149" user="zwis">
+ <tag k="ele" v="602"/>
+ <tag k="name" v="Spital Zollikerberg"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Spital Zollikerberg"/>
+ <tag k="uic_ref" v="8503077"/>
+ </node>
+ <node id="27580768" lat="47.3459882" lon="8.6035515" version="10" timestamp="2014-09-23T08:51:13Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="611"/>
+ <tag k="name" v="Zollikerberg"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZKBG"/>
+ <tag k="uic_name" v="Zollikerberg"/>
+ <tag k="uic_ref" v="8503067"/>
+ </node>
+ <node id="29138914" lat="47.2600765" lon="8.8552134" version="6" timestamp="2015-08-07T12:59:14Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="482"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Rüti ZH"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RUE"/>
+ <tag k="uic_name" v="Rüti ZH"/>
+ <tag k="uic_ref" v="8503121"/>
+ </node>
+ <node id="31307603" lat="46.9277370" lon="7.4459910" version="7" timestamp="2014-11-10T08:10:10Z" changeset="26682283" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="573"/>
+ <tag k="name" v="Wabern"/>
+ <tag k="operator" v="GB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Wabern"/>
+ <tag k="uic_ref" v="8507097"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="31307606" lat="46.9195460" lon="7.4397440" version="8" timestamp="2014-11-10T08:10:10Z" changeset="26682283" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="833"/>
+ <tag k="name" v="Gurten Kulm"/>
+ <tag k="operator" v="GB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Gurten Kulm"/>
+ <tag k="uic_ref" v="8507099"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="36258964" lat="47.3731345" lon="8.5747390" version="13" timestamp="2014-09-17T16:04:48Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="606"/>
+ <tag k="name" v="Bergstation Dolderbahn"/>
+ <tag k="operator" v="DB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="ref_name" v="Zürich, Bergstation Dolderbahn"/>
+ <tag k="uic_name" v="Zürich Dolder"/>
+ <tag k="uic_ref" v="8503084"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="41141842" lat="47.3574356" lon="9.2861629" version="8" timestamp="2014-09-17T16:05:03Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="816"/>
+ <tag k="name" v="Waldstatt"/>
+ <tag k="operator" v="AB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Waldstatt"/>
+ <tag k="uic_ref" v="8506281"/>
+ </node>
+ <node id="41142152" lat="47.3177631" lon="9.2854376" version="9" timestamp="2014-09-17T16:05:02Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="826"/>
+ <tag k="name" v="Urnäsch"/>
+ <tag k="operator" v="AB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Urnäsch"/>
+ <tag k="uic_ref" v="8506283"/>
+ </node>
+ <node id="41147989" lat="47.3200869" lon="9.3286069" version="8" timestamp="2014-09-17T16:04:53Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="876"/>
+ <tag k="name" v="Jakobsbad Bahnhof"/>
+ <tag k="operator" v="AB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Jakobsbad"/>
+ <tag k="uic_ref" v="8506284"/>
+ </node>
+ <node id="41269321" lat="47.4598436" lon="7.7412459" version="5" timestamp="2013-01-30T21:38:04Z" changeset="14853085" uid="1136962" user="stupot0041">
+ <tag k="ele" v="360"/>
+ <tag k="name" v="Bubendorf"/>
+ <tag k="operator" v="WB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bubendorf"/>
+ <tag k="uic_ref" v="8500082"/>
+ </node>
+ <node id="41269449" lat="47.4513100" lon="7.7499246" version="5" timestamp="2013-01-30T21:45:30Z" changeset="14853085" uid="1136962" user="stupot0041">
+ <tag k="ele" v="374"/>
+ <tag k="name" v="Talhaus"/>
+ <tag k="operator" v="WB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Talhaus"/>
+ <tag k="uic_ref" v="8500080"/>
+ </node>
+ <node id="41270278" lat="47.4271714" lon="7.7710231" version="7" timestamp="2013-01-30T21:56:56Z" changeset="14853085" uid="1136962" user="stupot0041">
+ <tag k="ele" v="423"/>
+ <tag k="name" v="Hölstein"/>
+ <tag k="operator" v="WB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Hölstein"/>
+ <tag k="uic_ref" v="8500084"/>
+ </node>
+ <node id="41270486" lat="47.4227972" lon="7.7676650" version="7" timestamp="2013-01-30T22:04:32Z" changeset="14853085" uid="1136962" user="stupot0041">
+ <tag k="ele" v="432"/>
+ <tag k="name" v="Hölstein Süd"/>
+ <tag k="operator" v="WB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Hölstein Süd"/>
+ <tag k="uic_ref" v="8500092"/>
+ </node>
+ <node id="41270679" lat="47.4094352" lon="7.7545169" version="8" timestamp="2013-01-30T22:07:29Z" changeset="14853085" uid="1136962" user="stupot0041">
+ <tag k="ele" v="461"/>
+ <tag k="name" v="Hirschlang"/>
+ <tag k="operator" v="WB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Hirschlang"/>
+ <tag k="uic_ref" v="8500094"/>
+ </node>
+ <node id="41270803" lat="47.3926775" lon="7.7489042" version="6" timestamp="2013-01-30T22:58:52Z" changeset="14853641" uid="1136962" user="stupot0041">
+ <tag k="ele" v="499"/>
+ <tag k="name" v="Oberdorf BL"/>
+ <tag k="operator" v="WB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Oberdorf BL"/>
+ <tag k="uic_ref" v="8500086"/>
+ </node>
+ <node id="52208883" lat="46.7123395" lon="6.3707438" version="11" timestamp="2014-09-23T10:34:29Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="807"/>
+ <tag k="name" v="Vallorbe"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="VAL"/>
+ <tag k="uic_name" v="Vallorbe"/>
+ <tag k="uic_ref" v="8501103"/>
+ </node>
+ <node id="52220985" lat="46.7172543" lon="6.4007001" version="9" timestamp="2014-09-23T10:34:24Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="787"/>
+ <tag k="name" v="Le Day"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DAY"/>
+ <tag k="uic_name" v="Day, Le"/>
+ <tag k="uic_ref" v="8501104"/>
+ </node>
+ <node id="60169827" lat="46.2318963" lon="7.8705679" version="6" timestamp="2014-09-17T16:05:00Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="799"/>
+ <tag k="name" v="Stalden-Saas"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Stalden-Saas"/>
+ <tag k="uic_ref" v="8501683"/>
+ </node>
+ <node id="60769200" lat="47.4109142" lon="9.4427270" version="12" timestamp="2014-09-17T16:05:00Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="924"/>
+ <tag k="name" v="Speicher"/>
+ <tag k="nat_name" v="Speicher"/>
+ <tag k="operator" v="AB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Speicher"/>
+ <tag k="uic_ref" v="8506366"/>
+ </node>
+ <node id="61087312" lat="46.6656908" lon="7.8694032" version="16" timestamp="2015-10-29T15:58:49Z" changeset="34952469" uid="452231" user="balducien">
+ <tag k="ele" v="584"/>
+ <tag k="name" v="Wilderswil"/>
+ <tag k="network" v="Jungfraubahnen"/>
+ <tag k="operator" v="BOB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WILD"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2015"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Wilderswil"/>
+ <tag k="uic_ref" v="8507388"/>
+ </node>
+ <node id="81321512" lat="47.5329301" lon="9.0690790" version="7" timestamp="2014-09-23T11:35:50Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="506"/>
+ <tag k="name" v="Märwil"/>
+ <tag k="operator" v="THURBO"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MAE"/>
+ <tag k="uic_name" v="Märwil"/>
+ <tag k="uic_ref" v="8506184"/>
+ </node>
+ <node id="85763770" lat="46.5140170" lon="9.8584148" version="10" timestamp="2013-05-06T20:33:54Z" changeset="16003194" uid="123364" user="Tronikon">
+ <tag k="ele" v="1730"/>
+ <tag k="name" v="Celerina / Schlarigna"/>
+ <tag k="name:de" v="Celerina"/>
+ <tag k="name:rm" v="Schlarigna"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Celerina"/>
+ <tag k="uic_ref" v="8509252"/>
+ <tag k="wikipedia" v="en:Celerina (Rhaetian Railway station)"/>
+ </node>
+ <node id="85763797" lat="46.5496225" lon="9.8884446" version="10" timestamp="2013-03-08T23:56:35Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1714"/>
+ <tag k="name" v="Bever"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bever"/>
+ <tag k="uic_ref" v="8509250"/>
+ <tag k="wikipedia" v="en:Bever (Rhaetian Railway station)"/>
+ </node>
+ <node id="102387390" lat="47.3862942" lon="8.5499933" version="12" timestamp="2014-11-11T15:43:20Z" changeset="26714298" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="517"/>
+ <tag k="funicular" v="yes"/>
+ <tag k="name" v="Goldauerstrasse"/>
+ <tag k="operator" v="VBZ"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zürich, Goldauerstrasse"/>
+ <tag k="uic_ref" v="8591164"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="102387394" lat="47.3871405" lon="8.5523277" version="13" timestamp="2014-11-11T15:43:20Z" changeset="26714298" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="565"/>
+ <tag k="funicular" v="yes"/>
+ <tag k="name" v="Germaniastrasse"/>
+ <tag k="operator" v="VBZ"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zürich, Germaniastrasse"/>
+ <tag k="uic_ref" v="8591156"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="102387395" lat="47.3873392" lon="8.5533848" version="14" timestamp="2015-10-30T12:53:37Z" changeset="34971745" uid="452231" user="balducien">
+ <tag k="ele" v="580"/>
+ <tag k="funicular" v="yes"/>
+ <tag k="name" v="Seilbahn Rigiblick, Bergstation"/>
+ <tag k="operator" v="VBZ"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="ref_name" v="Zürich, Rigiblick"/>
+ <tag k="uic_name" v="Zürich Rigiblick"/>
+ <tag k="uic_ref" v="8530473"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="108092258" lat="47.5388525" lon="9.1836253" version="14" timestamp="2014-09-22T18:09:45Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="449"/>
+ <tag k="name" v="Sulgen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SLG"/>
+ <tag k="uic_name" v="Sulgen"/>
+ <tag k="uic_ref" v="8506217"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="130246905" lat="47.3858850" lon="8.5489310" version="13" timestamp="2015-10-30T12:53:37Z" changeset="34971745" uid="452231" user="balducien">
+ <tag k="ele" v="493"/>
+ <tag k="funicular" v="yes"/>
+ <tag k="name" v="Seilbahn Rigiblick, Talstation"/>
+ <tag k="operator" v="VBZ"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zürich, Seilbahn Rigiblick"/>
+ <tag k="uic_ref" v="8530472"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="158849968" lat="46.9159848" lon="7.4659403" version="9" timestamp="2015-11-22T19:59:04Z" changeset="35516217" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="567"/>
+ <tag k="name" v="Kehrsatz Nord"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KSN"/>
+ <tag k="uic_name" v="Kehrsatz Nord"/>
+ <tag k="uic_ref" v="8507093"/>
+ </node>
+ <node id="187228181" lat="46.5312090" lon="7.3518570" version="4" timestamp="2013-07-19T20:04:15Z" changeset="17016088" uid="1399112" user="Jenseblume">
+ <tag k="ele" v="1151"/>
+ <tag k="name" v="Oeschseite"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Oeschseite"/>
+ <tag k="uic_ref" v="8507273"/>
+ </node>
+ <node id="187228398" lat="46.5043084" lon="7.2910741" version="5" timestamp="2013-03-03T21:48:06Z" changeset="15239920" uid="103273" user="HB9DTX">
+ <tag k="ele" v="1231"/>
+ <tag k="name" v="Schönried"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Schönried"/>
+ <tag k="uic_ref" v="8507271"/>
+ </node>
+ <node id="187228521" lat="46.4904390" lon="7.2803118" version="5" timestamp="2013-10-23T22:00:23Z" changeset="18510524" uid="937694" user="uroeth">
+ <tag k="ele" v="1141"/>
+ <tag k="name" v="Gruben"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Gruben"/>
+ <tag k="uic_ref" v="8507270"/>
+ </node>
+ <node id="187228699" lat="46.4749381" lon="7.2841516" version="5" timestamp="2013-03-05T10:55:33Z" changeset="15256969" uid="74900" user="FischersFritz">
+ <tag k="ele" v="1049"/>
+ <tag k="name" v="Gstaad"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Gstaad"/>
+ <tag k="uic_ref" v="8501399"/>
+ </node>
+ <node id="205214880" lat="46.4506679" lon="9.9402695" version="15" timestamp="2013-03-08T23:56:41Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1896"/>
+ <tag k="name" v="Morteratsch"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Morteratsch"/>
+ <tag k="uic_ref" v="8509353"/>
+ <tag k="wikipedia" v="en:Morteratsch (Rhaetian Railway station)"/>
+ </node>
+ <node id="205214903" lat="46.4855379" lon="9.9058746" version="12" timestamp="2013-03-08T23:56:43Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1822"/>
+ <tag k="name" v="Surovas"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Surovas"/>
+ <tag k="uic_ref" v="8509352"/>
+ <tag k="wikipedia" v="en:Surovas (Rhaetian Railway station)"/>
+ </node>
+ <node id="206936372" lat="46.6935439" lon="6.9120499" version="8" timestamp="2014-09-23T10:34:27Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="707"/>
+ <tag k="name" v="Romont"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ROM"/>
+ <tag k="uic_name" v="Romont"/>
+ <tag k="uic_ref" v="8504023"/>
+ </node>
+ <node id="240025600" lat="46.2140791" lon="7.8369032" version="7" timestamp="2014-09-17T16:04:53Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="897"/>
+ <tag k="name" v="Kalpetran"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Kalpetran"/>
+ <tag k="uic_ref" v="8501684"/>
+ </node>
+ <node id="240025702" lat="46.1774911" lon="7.8019291" version="5" timestamp="2014-09-17T16:05:00Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1127"/>
+ <tag k="name" v="St. Niklaus"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="St. Niklaus"/>
+ <tag k="uic_ref" v="8501685"/>
+ </node>
+ <node id="240032797" lat="46.1323848" lon="7.7914998" version="7" timestamp="2014-09-17T16:04:53Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1254"/>
+ <tag k="name" v="Herbriggen"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Herbriggen"/>
+ <tag k="uic_ref" v="8501686"/>
+ </node>
+ <node id="240052658" lat="46.0996129" lon="7.7816364" version="7" timestamp="2014-09-17T16:04:57Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1406"/>
+ <tag k="name" v="Randa"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Randa"/>
+ <tag k="uic_ref" v="8501687"/>
+ </node>
+ <node id="240052843" lat="46.0673612" lon="7.7744288" version="9" timestamp="2014-09-17T16:05:01Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1438"/>
+ <tag k="name" v="Täsch"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Täsch"/>
+ <tag k="uic_ref" v="8501688"/>
+ </node>
+ <node id="240052938" lat="46.0241634" lon="7.7480034" version="9" timestamp="2015-05-24T23:19:03Z" changeset="31432156" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="1605"/>
+ <tag k="name" v="Zermatt"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zermatt"/>
+ <tag k="uic_ref" v="8501689"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="240135050" lat="46.0172947" lon="7.7700623" version="4" timestamp="2014-11-11T16:12:04Z" changeset="26714949" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="1604"/>
+ <tag k="name" v="Sunnegga Paradise"/>
+ <tag k="operator" v="ZBAG"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zermatt ZBAG-zsb"/>
+ <tag k="uic_ref" v="8530212"/>
+ </node>
+ <node id="243715751" lat="47.5214389" lon="9.0335783" version="8" timestamp="2014-09-23T11:35:52Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="511"/>
+ <tag k="name" v="Tobel-Affeltrangen"/>
+ <tag k="operator" v="THURBO"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TOA"/>
+ <tag k="uic_name" v="Tobel-Affeltrangen"/>
+ <tag k="uic_ref" v="8506183"/>
+ </node>
+ <node id="243715773" lat="47.4985759" lon="9.0209313" version="14" timestamp="2014-09-23T11:35:47Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="546"/>
+ <tag k="name" v="Bettwiesen"/>
+ <tag k="operator" v="THURBO"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BTW"/>
+ <tag k="uic_name" v="Bettwiesen"/>
+ <tag k="uic_ref" v="8506182"/>
+ </node>
+ <node id="243717690" lat="47.3195919" lon="9.0831877" version="6" timestamp="2014-09-22T18:09:30Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="616"/>
+ <tag k="name" v="Lichtensteig"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LSG"/>
+ <tag k="uic_name" v="Lichtensteig"/>
+ <tag k="uic_ref" v="8506201"/>
+ </node>
+ <node id="243717707" lat="47.2994699" lon="9.0865838" version="9" timestamp="2014-09-22T18:09:49Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="614"/>
+ <tag k="name" v="Wattwil"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WA"/>
+ <tag k="uic_name" v="Wattwil"/>
+ <tag k="uic_ref" v="8506200"/>
+ </node>
+ <node id="247229903" lat="47.3712075" lon="8.0820238" version="11" timestamp="2014-09-22T18:09:45Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="397"/>
+ <tag k="name" v="Suhr"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SUHR"/>
+ <tag k="uic_name" v="Suhr"/>
+ <tag k="uic_ref" v="8502103"/>
+ </node>
+ <node id="249162312" lat="47.0567240" lon="7.0665780" version="11" timestamp="2014-11-02T19:02:44Z" changeset="26510618" uid="152074" user="beweta">
+ <tag k="ele" v="437"/>
+ <tag k="name" v="Le Landeron"/>
+ <tag k="name:de" v="Landern"/>
+ <tag k="name:fr" v="Le Landeron"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LD"/>
+ <tag k="uic_name" v="Landeron, Le"/>
+ <tag k="uic_ref" v="8504225"/>
+ </node>
+ <node id="253238168" lat="46.6571696" lon="6.5523811" version="9" timestamp="2014-09-23T10:34:22Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="455"/>
+ <tag k="name" v="Eclépens"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ECL"/>
+ <tag k="uic_name" v="Eclépens"/>
+ <tag k="uic_ref" v="8501114"/>
+ </node>
+ <node id="254374885" lat="46.9048880" lon="6.5817190" version="7" timestamp="2014-11-30T19:27:33Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="742"/>
+ <tag k="name" v="Fleurier"/>
+ <tag k="operator" v="TRN"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FLE"/>
+ <tag k="uic_name" v="Fleurier"/>
+ <tag k="uic_ref" v="8504287"/>
+ </node>
+ <node id="254841922" lat="47.0029201" lon="8.3824569" version="4" timestamp="2014-11-11T15:55:14Z" changeset="26714555" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="435"/>
+ <tag k="name" v="Bürgenstock Tal"/>
+ <tag k="operator" v="BB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Kehrsiten-Bürgenstock BB"/>
+ <tag k="uic_ref" v="8508490"/>
+ </node>
+ <node id="254841932" lat="46.9967648" lon="8.3785878" version="4" timestamp="2014-11-11T15:55:14Z" changeset="26714555" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="874"/>
+ <tag k="name" v="Bürgenstock Berg"/>
+ <tag k="operator" v="BB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bürgenstock"/>
+ <tag k="uic_ref" v="8508491"/>
+ </node>
+ <node id="254899276" lat="46.8428714" lon="9.4811521" version="5" timestamp="2013-04-26T21:34:13Z" changeset="15877369" uid="123364" user="Tronikon">
+ <tag k="ele" v="569"/>
+ <tag k="name" v="Felsberg"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Felsberg"/>
+ <tag k="uic_ref" v="8509180"/>
+ <tag k="wikipedia" v="en:Felsberg (Rhaetian Railway station)"/>
+ </node>
+ <node id="255076727" lat="46.8619530" lon="9.5315080" version="4" timestamp="2013-03-08T23:56:36Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="577"/>
+ <tag k="name" v="Chur Wiesental"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Chur Wiesental"/>
+ <tag k="uic_ref" v="8509006"/>
+ <tag k="wikipedia" v="en:Chur Wiesental (Rhaetian Railway station)"/>
+ </node>
+ <node id="255670371" lat="46.1757740" lon="8.7936820" version="9" timestamp="2014-11-11T16:19:20Z" changeset="26715122" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="380"/>
+ <tag k="name" v="Madonna del Sasso"/>
+ <tag k="operator" v="FLMS"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Madonna del Sasso"/>
+ <tag k="uic_ref" v="8505366"/>
+ </node>
+ <node id="255670378" lat="46.1712348" lon="8.7996508" version="9" timestamp="2014-12-15T09:27:10Z" changeset="27477359" uid="2265854" user="G4rp">
+ <tag k="ele" v="205"/>
+ <tag k="name" v="Locarno FLMS"/>
+ <tag k="operator" v="FLMS"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Locarno FLMS"/>
+ <tag k="uic_ref" v="8530670"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="256445955" lat="46.5097213" lon="9.8652182" version="5" timestamp="2013-06-08T16:07:49Z" changeset="16470616" uid="123364" user="Tronikon">
+ <tag k="ele" v="1716"/>
+ <tag k="name" v="Celerina Staz"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Celerina Staz"/>
+ <tag k="uic_ref" v="8509350"/>
+ <tag k="wikipedia" v="en:Celerina Staz (Rhaetian Railway station)"/>
+ </node>
+ <node id="256446013" lat="46.4905108" lon="9.8962251" version="6" timestamp="2013-03-08T23:56:41Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1774"/>
+ <tag k="name" v="Pontresina"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Pontresina"/>
+ <tag k="uic_ref" v="8509255"/>
+ <tag k="wikipedia" v="en:Pontresina (Rhaetian Railway station)"/>
+ </node>
+ <node id="256451508" lat="46.4450020" lon="9.9691221" version="5" timestamp="2013-06-09T14:51:18Z" changeset="16483154" uid="123364" user="Tronikon">
+ <tag k="ele" v="2046"/>
+ <tag k="name" v="Bernina Suot"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bernina Suot"/>
+ <tag k="uic_ref" v="8509354"/>
+ <tag k="wikipedia" v="en:Bernina Suot (Rhaetian Railway station)"/>
+ </node>
+ <node id="256455632" lat="46.4365476" lon="9.9913379" version="6" timestamp="2013-03-17T15:03:49Z" changeset="15396646" uid="123364" user="Tronikon">
+ <tag k="ele" v="2099"/>
+ <tag k="name" v="Bernina Lagalb"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bernina Lagalb"/>
+ <tag k="uic_ref" v="8509373"/>
+ <tag k="wikipedia" v="en:Bernina Lagalb (Rhaetian Railway station)"/>
+ </node>
+ <node id="256455728" lat="46.4086169" lon="10.0198409" version="5" timestamp="2013-05-28T20:33:45Z" changeset="16329818" uid="123364" user="Tronikon">
+ <tag k="ele" v="2253"/>
+ <tag k="name" v="Ospizio Bernina"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ospizio Bernina"/>
+ <tag k="uic_ref" v="8509356"/>
+ <tag k="wikipedia" v="de:Bahnhof Ospizio Bernina"/>
+ </node>
+ <node id="256458497" lat="46.3745662" lon="10.0313246" version="6" timestamp="2013-03-08T23:16:37Z" changeset="15296617" uid="123364" user="Tronikon">
+ <tag k="ele" v="2091"/>
+ <tag k="name" v="Alp Grüm"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Alp Grüm"/>
+ <tag k="uic_ref" v="8509357"/>
+ <tag k="wikipedia" v="de:Alp Grüm"/>
+ </node>
+ <node id="256459553" lat="46.3643173" lon="10.0441359" version="6" timestamp="2013-03-08T23:56:36Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1692"/>
+ <tag k="name" v="Cavaglia"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Cavaglia"/>
+ <tag k="uic_ref" v="8509358"/>
+ <tag k="wikipedia" v="en:Cavaglia (Rhaetian Railway station)"/>
+ </node>
+ <node id="256494674" lat="46.3452636" lon="10.0513983" version="5" timestamp="2013-03-08T23:56:35Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1383"/>
+ <tag k="name" v="Cadera"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Cadera"/>
+ <tag k="uic_ref" v="8509359"/>
+ <tag k="wikipedia" v="en:Cadera (Rhaetian Railway station)"/>
+ </node>
+ <node id="256496188" lat="46.3245834" lon="10.0542819" version="6" timestamp="2014-12-16T10:40:43Z" changeset="27503317" uid="152074" user="beweta">
+ <tag k="ele" v="1014"/>
+ <tag k="name" v="Poschiavo"/>
+ <tag k="name:de" v="Puschlav"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Poschiavo"/>
+ <tag k="uic_ref" v="8509361"/>
+ <tag k="wikipedia" v="en:Poschiavo (Rhaetian Railway station)"/>
+ </node>
+ <node id="257555031" lat="46.7917745" lon="9.2754966" version="5" timestamp="2013-05-31T16:18:17Z" changeset="16367285" uid="266672" user="tf66">
+ <tag k="ele" v="669"/>
+ <tag k="name" v="Valendas-Sagogn"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Valendas-Sagogn"/>
+ <tag k="uic_ref" v="8509169"/>
+ <tag k="wikipedia" v="en:Valendas-Sagogn (Rhaetian Railway station)"/>
+ </node>
+ <node id="258400840" lat="46.7785328" lon="9.2326425" version="4" timestamp="2013-05-31T16:18:16Z" changeset="16367285" uid="266672" user="tf66">
+ <tag k="ele" v="655"/>
+ <tag k="name" v="Castrisch"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Castrisch"/>
+ <tag k="uic_ref" v="8509170"/>
+ <tag k="wikipedia" v="en:Castrisch (Rhaetian Railway station)"/>
+ </node>
+ <node id="258400869" lat="46.7754196" lon="9.2075198" version="9" timestamp="2013-05-31T16:18:16Z" changeset="16367285" uid="266672" user="tf66">
+ <tag k="ele" v="698"/>
+ <tag k="name" v="Ilanz / Glion"/>
+ <tag k="name:de" v="Ilanz"/>
+ <tag k="name:rm" v="Glion"/>
+ <tag k="note" v="In february 2011, the inscriptions where in both german/romanch"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ilanz"/>
+ <tag k="uic_ref" v="8509171"/>
+ <tag k="wikipedia" v="en:Ilanz (Rhaetian Railway station)"/>
+ </node>
+ <node id="258404237" lat="46.7747742" lon="9.1452377" version="5" timestamp="2013-05-31T16:18:17Z" changeset="16367285" uid="266672" user="tf66">
+ <tag k="ele" v="733"/>
+ <tag k="name" v="Rueun"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Rueun"/>
+ <tag k="uic_ref" v="8509173"/>
+ <tag k="wikipedia" v="en:Rueun (Rhaetian Railway station)"/>
+ </node>
+ <node id="258404264" lat="46.7694410" lon="9.1199360" version="4" timestamp="2013-03-08T23:56:45Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="744"/>
+ <tag k="name" v="Waltensburg/Vuorz"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Waltensburg/Vuorz"/>
+ <tag k="uic_ref" v="8509174"/>
+ <tag k="wikipedia" v="en:Waltensburg/Vuorz (Rhaetian Railway station)"/>
+ </node>
+ <node id="258509057" lat="46.7547139" lon="9.0637262" version="4" timestamp="2013-05-31T16:18:17Z" changeset="16367285" uid="266672" user="tf66">
+ <tag k="ele" v="788"/>
+ <tag k="name" v="Tavanasa-Breil/Brigels"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Tavanasa-Breil/Brigels"/>
+ <tag k="uic_ref" v="8509175"/>
+ <tag k="wikipedia" v="en:Tavanasa-Breil/Brigels (Rhaetian Railway station)"/>
+ </node>
+ <node id="258509119" lat="46.7425788" lon="8.9907577" version="5" timestamp="2013-03-08T23:56:44Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="852"/>
+ <tag k="name" v="Trun"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Trun"/>
+ <tag k="uic_ref" v="8509176"/>
+ <tag k="wikipedia" v="en:Trun (Rhaetian Railway station)"/>
+ </node>
+ <node id="258509146" lat="46.7324641" lon="8.9572331" version="5" timestamp="2014-03-24T22:30:37Z" changeset="21295416" uid="74900" user="FischersFritz">
+ <tag k="ele" v="928"/>
+ <tag k="name" v="Rabius-Surrein"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Rabius-Surrein"/>
+ <tag k="uic_ref" v="8509177"/>
+ <tag k="wikipedia" v="en:Rabius-Surrein (Rhaetian Railway station)"/>
+ </node>
+ <node id="258510891" lat="46.7239741" lon="8.9310217" version="6" timestamp="2014-06-08T12:36:05Z" changeset="22808979" uid="105050" user="Männedorf">
+ <tag k="ele" v="982"/>
+ <tag k="name" v="Sumvitg-Cumpadials"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sumvitg-Cumpadials"/>
+ <tag k="uic_ref" v="8509178"/>
+ <tag k="wikipedia" v="en:Sumvitg-Cumpadials (Rhaetian Railway station)"/>
+ </node>
+ <node id="258541142" lat="46.6910580" lon="8.8298304" version="5" timestamp="2015-08-23T20:33:36Z" changeset="33532780" uid="38433" user="freeclimber">
+ <tag k="ele" v="1276"/>
+ <tag k="name" v="Segnas"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Segnas"/>
+ <tag k="uic_ref" v="8505179"/>
+ </node>
+ <node id="258541175" lat="46.6819310" lon="8.8246500" version="3" timestamp="2014-09-17T16:04:56Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1394"/>
+ <tag k="name" v="Mompé Tujetsch"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Mompé Tujetsch"/>
+ <tag k="uic_ref" v="8505178"/>
+ </node>
+ <node id="258541203" lat="46.6824556" lon="8.7865120" version="6" timestamp="2014-09-17T16:04:50Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1438"/>
+ <tag k="name" v="Bugnei"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bugnei"/>
+ <tag k="uic_ref" v="8505177"/>
+ </node>
+ <node id="259224476" lat="46.3359595" lon="8.0171645" version="9" timestamp="2014-09-17T16:04:49Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="705"/>
+ <tag k="name" v="Bitsch"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bitsch"/>
+ <tag k="uic_ref" v="8501677"/>
+ </node>
+ <node id="262206007" lat="47.1602391" lon="7.0195931" version="6" timestamp="2014-09-23T08:51:13Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="763"/>
+ <tag k="name" v="Villeret"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="VT"/>
+ <tag k="uic_name" v="Villeret"/>
+ <tag k="uic_ref" v="8504309"/>
+ </node>
+ <node id="262211081" lat="47.1893868" lon="7.1081238" version="7" timestamp="2014-09-23T08:51:07Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="677"/>
+ <tag k="name" v="Cortébert"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CO"/>
+ <tag k="uic_name" v="Cortébert"/>
+ <tag k="uic_ref" v="8504306"/>
+ </node>
+ <node id="262211167" lat="47.1895484" lon="7.2252098" version="6" timestamp="2014-09-22T18:09:29Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="608"/>
+ <tag k="name" v="La Heutte"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LHE"/>
+ <tag k="uic_name" v="Heutte, La"/>
+ <tag k="uic_ref" v="8504303"/>
+ </node>
+ <node id="262225206" lat="47.3894194" lon="8.2077117" version="7" timestamp="2014-09-22T18:09:24Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="419"/>
+ <tag k="name" v="Hendschiken"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HDK"/>
+ <tag k="uic_name" v="Hendschiken"/>
+ <tag k="uic_ref" v="8502211"/>
+ </node>
+ <node id="263825515" lat="47.6424037" lon="9.1623911" version="10" timestamp="2014-09-23T11:35:49Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="461"/>
+ <tag k="name" v="Kreuzlingen Bernrain"/>
+ <tag k="operator" v="THURBO"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KRB"/>
+ <tag k="uic_name" v="Kreuzlingen Bernrain"/>
+ <tag k="uic_ref" v="8506197"/>
+ </node>
+ <node id="263825561" lat="47.6257351" lon="9.1903236" version="6" timestamp="2014-09-23T11:35:49Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="509"/>
+ <tag k="name" v="Lengwil"/>
+ <tag k="operator" v="THURBO"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LENG"/>
+ <tag k="uic_name" v="Lengwil"/>
+ <tag k="uic_ref" v="8506196"/>
+ </node>
+ <node id="263825644" lat="47.5821466" lon="9.1743799" version="7" timestamp="2014-09-23T11:35:46Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="554"/>
+ <tag k="name" v="Berg"/>
+ <tag k="operator" v="THURBO"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BERG"/>
+ <tag k="uic_name" v="Berg"/>
+ <tag k="uic_ref" v="8506194"/>
+ </node>
+ <node id="263828133" lat="47.5512448" lon="9.2256046" version="7" timestamp="2014-09-22T18:09:20Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="449"/>
+ <tag k="name" v="Erlen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ERL"/>
+ <tag k="uic_name" v="Erlen"/>
+ <tag k="uic_ref" v="8506107"/>
+ </node>
+ <node id="264552651" lat="46.4536307" lon="6.9434477" version="8" timestamp="2013-06-09T11:20:34Z" changeset="16480195" uid="287341" user="Shernott">
+ <tag k="ele" v="970"/>
+ <tag k="name" v="Les Avants"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Avants, Les"/>
+ <tag k="uic_ref" v="8501377"/>
+ </node>
+ <node id="265649369" lat="46.9677639" lon="9.6880699" version="5" timestamp="2013-04-27T21:17:39Z" changeset="15888856" uid="123364" user="Tronikon">
+ <tag k="ele" v="654"/>
+ <tag k="name" v="Schiers"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Schiers"/>
+ <tag k="uic_ref" v="8509060"/>
+ <tag k="wikipedia" v="en:Schiers (Rhaetian Railway station)"/>
+ </node>
+ <node id="265649390" lat="46.9143207" lon="9.7715650" version="7" timestamp="2013-05-14T19:09:19Z" changeset="16129669" uid="266672" user="tf66">
+ <tag k="ele" v="810"/>
+ <tag k="name" v="Küblis"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Küblis"/>
+ <tag k="uic_ref" v="8509064"/>
+ <tag k="wikipedia" v="en:Kublis (Rhaetian Railway station)"/>
+ </node>
+ <node id="265654424" lat="46.8835616" lon="9.8751319" version="7" timestamp="2013-03-08T23:56:39Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1124"/>
+ <tag k="name" v="Klosters Dorf"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Klosters Dorf"/>
+ <tag k="uic_ref" v="8509067"/>
+ <tag k="wikipedia" v="en:Klosters Dorf (Rhaetian Railway station)"/>
+ </node>
+ <node id="265654508" lat="46.8704849" lon="9.8678974" version="7" timestamp="2013-05-15T18:13:28Z" changeset="16142457" uid="266672" user="tf66">
+ <tag k="ele" v="1352"/>
+ <tag k="name" v="Cavadürli"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Cavadürli"/>
+ <tag k="uic_ref" v="8509069"/>
+ <tag k="wikipedia" v="en:Cavadürli (Rhaetian Railway station)"/>
+ </node>
+ <node id="265654564" lat="46.8481603" lon="9.8728926" version="8" timestamp="2013-03-08T23:56:37Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1522"/>
+ <tag k="name" v="Davos-Laret"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Davos Laret"/>
+ <tag k="uic_ref" v="8509070"/>
+ <tag k="wikipedia" v="en:Davos Laret (Rhaetian Railway station)"/>
+ </node>
+ <node id="265790277" lat="46.7666716" lon="9.7994139" version="8" timestamp="2013-03-08T23:56:37Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1505"/>
+ <tag k="name" v="Davos Frauenkirch"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Davos Frauenkirch"/>
+ <tag k="uic_ref" v="8509075"/>
+ <tag k="wikipedia" v="en:Davos Frauenkirch (Rhaetian Railway station)"/>
+ </node>
+ <node id="265790339" lat="46.7453518" lon="9.7797107" version="7" timestamp="2013-03-08T23:56:37Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1454"/>
+ <tag k="name" v="Davos Glaris"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Davos Glaris"/>
+ <tag k="uic_ref" v="8509076"/>
+ <tag k="wikipedia" v="en:Davos Glaris (Rhaetian Railway station)"/>
+ </node>
+ <node id="265790395" lat="46.7159280" lon="9.7599300" version="3" timestamp="2013-03-08T23:56:37Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1347"/>
+ <tag k="name" v="Davos Monstein"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Davos Monstein"/>
+ <tag k="uic_ref" v="8509077"/>
+ <tag k="wikipedia" v="en:Davos Monstein (Rhaetian Railway station)"/>
+ </node>
+ <node id="266196878" lat="46.8164760" lon="9.3594673" version="6" timestamp="2013-05-23T19:41:18Z" changeset="16257098" uid="123364" user="Tronikon">
+ <tag k="ele" v="609"/>
+ <tag k="name" v="Trin"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Trin"/>
+ <tag k="uic_ref" v="8509167"/>
+ <tag k="wikipedia" v="en:Trin (Rhaetian Railway station)"/>
+ </node>
+ <node id="266199247" lat="46.5789290" lon="9.9238509" version="6" timestamp="2013-07-21T14:25:32Z" changeset="17036484" uid="705028" user="polemiker10">
+ <tag k="ele" v="1697"/>
+ <tag k="name" v="La Punt Chamues-ch"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Punt-Chamues-ch, La"/>
+ <tag k="uic_ref" v="8509256"/>
+ <tag k="wikipedia" v="en:La Punt-Chamues-ch (Rhaetian Railway station)"/>
+ </node>
+ <node id="266199297" lat="46.6120040" lon="9.9816890" version="4" timestamp="2013-03-08T23:56:42Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1670"/>
+ <tag k="name" v="S-chanf"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="S-chanf"/>
+ <tag k="uic_ref" v="8509259"/>
+ <tag k="wikipedia" v="en:S-chanf (Rhaetian Railway station)"/>
+ </node>
+ <node id="266203328" lat="46.6377929" lon="10.0218036" version="6" timestamp="2013-03-17T12:09:10Z" changeset="15394719" uid="315015" user="WernerP">
+ <tag k="ele" v="1640"/>
+ <tag k="name" v="Cinuos-chel-Brail"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Cinuos-chel-Brail"/>
+ <tag k="uic_ref" v="8509260"/>
+ <tag k="wikipedia" v="en:Cinuos-chel-Brail (Rhaetian Railway station)"/>
+ </node>
+ <node id="266207902" lat="46.7520396" lon="10.0793006" version="4" timestamp="2013-06-15T15:57:42Z" changeset="16564839" uid="123364" user="Tronikon">
+ <tag k="ele" v="1435"/>
+ <tag k="name" v="Susch"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Susch"/>
+ <tag k="uic_ref" v="8509263"/>
+ <tag k="wikipedia" v="en:Susch (Rhaetian Railway station)"/>
+ </node>
+ <node id="266207958" lat="46.7696921" lon="10.1109012" version="5" timestamp="2013-03-22T23:15:17Z" changeset="15460423" uid="123364" user="Tronikon">
+ <tag k="ele" v="1432"/>
+ <tag k="name" v="Lavin"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Lavin"/>
+ <tag k="uic_ref" v="8509264"/>
+ <tag k="wikipedia" v="en:Lavin (Rhaetian Railway station)"/>
+ </node>
+ <node id="266208069" lat="46.7714270" lon="10.1506314" version="7" timestamp="2013-06-15T10:04:08Z" changeset="16561062" uid="123364" user="Tronikon">
+ <tag k="ele" v="1432"/>
+ <tag k="name" v="Guarda"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Guarda"/>
+ <tag k="uic_ref" v="8509265"/>
+ <tag k="wikipedia" v="en:Guarda (Rhaetian Railway station)"/>
+ </node>
+ <node id="266211413" lat="46.7734468" lon="10.2009258" version="6" timestamp="2013-03-09T17:58:03Z" changeset="15305549" uid="123364" user="Tronikon">
+ <tag k="ele" v="1432"/>
+ <tag k="name" v="Ardez"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ardez"/>
+ <tag k="uic_ref" v="8509266"/>
+ <tag k="wikipedia" v="en:Ardez (Rhaetian Railway station)"/>
+ </node>
+ <node id="266216968" lat="46.9187698" lon="9.5592026" version="5" timestamp="2013-11-04T13:59:24Z" changeset="18712509" uid="481380" user="Nzara">
+ <tag k="ele" v="537"/>
+ <tag k="name" v="Untervaz-Trimmis"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Untervaz-Trimmis"/>
+ <tag k="uic_ref" v="8509053"/>
+ <tag k="wikipedia" v="en:Untervaz-Trimmis (Rhaetian Railway station)"/>
+ </node>
+ <node id="266217005" lat="46.8771838" lon="9.5332000" version="7" timestamp="2013-11-06T12:08:06Z" changeset="18745444" uid="481380" user="Nzara">
+ <tag k="ele" v="562"/>
+ <tag k="name" v="Haldenstein"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Haldenstein"/>
+ <tag k="uic_ref" v="8509051"/>
+ <tag k="wikipedia" v="en:Haldenstein (Rhaetian Railway station)"/>
+ </node>
+ <node id="267730860" lat="46.8318106" lon="9.6136081" version="6" timestamp="2013-03-11T21:06:47Z" changeset="15333228" uid="123364" user="Tronikon">
+ <tag k="ele" v="938"/>
+ <tag k="name" v="Station Lüen-Castiel"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Lüen-Castiel"/>
+ <tag k="uic_ref" v="8509152"/>
+ <tag k="wikipedia" v="en:Lüen-Castiel (Rhaetian Railway station)"/>
+ </node>
+ <node id="267736421" lat="46.8296331" lon="9.6718227" version="5" timestamp="2013-04-13T16:03:10Z" changeset="15713957" uid="315015" user="WernerP">
+ <tag k="ele" v="1244"/>
+ <tag k="name" v="Station Peist"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Peist"/>
+ <tag k="uic_ref" v="8509154"/>
+ <tag k="wikipedia" v="en:Peist (Rhaetian Railway station)"/>
+ </node>
+ <node id="267736500" lat="46.8195834" lon="9.7071883" version="6" timestamp="2015-11-04T11:59:51Z" changeset="35077170" uid="452231" user="balducien">
+ <tag k="ele" v="1317"/>
+ <tag k="name" v="Langwies"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Langwies GR"/>
+ <tag k="uic_ref" v="8509155"/>
+ <tag k="wikipedia" v="en:Langwies (Rhaetian Railway station)"/>
+ </node>
+ <node id="267736568" lat="46.7979825" lon="9.7030834" version="6" timestamp="2013-03-10T13:40:52Z" changeset="15314976" uid="123364" user="Tronikon">
+ <tag k="ele" v="1452"/>
+ <tag k="name" v="Litzirüti"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Litzirüti"/>
+ <tag k="uic_ref" v="8509156"/>
+ <tag k="wikipedia" v="en:Litzirüti (Rhaetian Railway station)"/>
+ </node>
+ <node id="267736718" lat="46.7839267" lon="9.6793268" version="6" timestamp="2013-03-10T13:55:25Z" changeset="15315162" uid="123364" user="Tronikon">
+ <tag k="ele" v="1739"/>
+ <tag k="name" v="Arosa"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Arosa"/>
+ <tag k="uic_ref" v="8509157"/>
+ <tag k="wikipedia" v="de:Bahnhof Arosa"/>
+ </node>
+ <node id="269926319" lat="46.9871049" lon="8.5856155" version="9" timestamp="2014-11-11T15:55:15Z" changeset="26714555" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="435"/>
+ <tag k="name" v="Treib TSB"/>
+ <tag k="operator" v="TSB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Treib TSB"/>
+ <tag k="uic_ref" v="8508498"/>
+ </node>
+ <node id="270165975" lat="46.9495270" lon="6.8389470" version="4" timestamp="2010-11-09T22:48:44Z" changeset="6332442" uid="368211" user="DidokImportCH">
+ <tag k="ele" v="491"/>
+ <tag k="name" v="Boudry"/>
+ <tag k="operator" v="TN"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Boudry TN"/>
+ <tag k="uic_ref" v="8504511"/>
+ </node>
+ <node id="272856892" lat="46.5849147" lon="7.9609212" version="10" timestamp="2015-05-26T12:34:31Z" changeset="31470971" uid="125339" user="efred">
+ <tag k="ele" v="2061"/>
+ <tag k="name" v="Kleine Scheidegg"/>
+ <tag k="name:ru" v="Клайне-Шайдег"/>
+ <tag k="network" v="Jungfraubahnen"/>
+ <tag k="operator" v="JB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Kleine Scheidegg"/>
+ <tag k="uic_ref" v="8507374"/>
+ </node>
+ <node id="273414949" lat="47.4919335" lon="9.2411107" version="26" timestamp="2014-09-22T18:09:13Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="506"/>
+ <tag k="name" v="Bischofszell Stadt"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BZS"/>
+ <tag k="uic_name" v="Bischofszell Stadt"/>
+ <tag k="uic_ref" v="8506213"/>
+ </node>
+ <node id="273415547" lat="47.5004626" lon="9.2341287" version="27" timestamp="2014-09-22T18:09:13Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="476"/>
+ <tag k="name" v="Bischofszell Nord"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BZN"/>
+ <tag k="uic_name" v="Bischofszell Nord"/>
+ <tag k="uic_ref" v="8506215"/>
+ </node>
+ <node id="273490069" lat="45.9932780" lon="8.9246610" version="4" timestamp="2010-11-10T08:02:59Z" changeset="6333774" uid="368211" user="DidokImportCH">
+ <tag k="ele" v="341"/>
+ <tag k="name" v="Cappella-Agnuzzo"/>
+ <tag k="operator" v="FLP"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Cappella-Agnuzzo"/>
+ <tag k="uic_ref" v="8505393"/>
+ </node>
+ <node id="273490192" lat="45.9815840" lon="8.8838680" version="3" timestamp="2013-04-12T17:54:46Z" changeset="15703312" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="290"/>
+ <tag k="name" v="Magliaso"/>
+ <tag k="operator" v="FLP"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Magliaso"/>
+ <tag k="uic_ref" v="8505396"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="273490208" lat="46.0122140" lon="8.9142210" version="3" timestamp="2010-11-10T08:02:54Z" changeset="6333774" uid="368211" user="DidokImportCH">
+ <tag k="ele" v="287"/>
+ <tag k="name" v="Bioggio Molinazzo"/>
+ <tag k="operator" v="FLP"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bioggio Molinazzo"/>
+ <tag k="uic_ref" v="8530789"/>
+ </node>
+ <node id="273490210" lat="46.0116950" lon="8.9086460" version="2" timestamp="2010-11-10T08:02:55Z" changeset="6333774" uid="368211" user="DidokImportCH">
+ <tag k="ele" v="292"/>
+ <tag k="name" v="Bioggio"/>
+ <tag k="operator" v="FLP"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bioggio"/>
+ <tag k="uic_ref" v="8505394"/>
+ </node>
+ <node id="273490211" lat="46.0085062" lon="8.9045495" version="3" timestamp="2011-05-22T12:53:29Z" changeset="8215884" uid="109035" user="Teddy80">
+ <tag k="ele" v="285"/>
+ <tag k="name" v="Serocca"/>
+ <tag k="operator" v="FLP"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Serocca"/>
+ <tag k="uic_ref" v="8505390"/>
+ </node>
+ <node id="273490212" lat="45.9959650" lon="8.9009684" version="3" timestamp="2014-09-08T16:21:01Z" changeset="25310793" uid="1482676" user="Alexander Elagin">
+ <tag k="ele" v="274"/>
+ <tag k="name" v="Agno"/>
+ <tag k="operator" v="FLP"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Agno"/>
+ <tag k="uic_ref" v="8505395"/>
+ </node>
+ <node id="273490214" lat="45.9699373" lon="8.8604427" version="5" timestamp="2014-09-08T16:27:09Z" changeset="25310914" uid="1482676" user="Alexander Elagin">
+ <tag k="ele" v="276"/>
+ <tag k="name" v="Ponte Tresa"/>
+ <tag k="operator" v="FLP"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ponte Tresa"/>
+ <tag k="uic_ref" v="8505398"/>
+ </node>
+ <node id="274374392" lat="46.1240899" lon="8.9249644" version="8" timestamp="2015-10-31T08:08:39Z" changeset="34987027" uid="2265854" user="G4rp">
+ <tag k="ele" v="472"/>
+ <tag k="name" v="Rivera-Bironico"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RIB"/>
+ <tag k="uic_name" v="Rivera-Bironico"/>
+ <tag k="uic_ref" v="8505216"/>
+ </node>
+ <node id="279148500" lat="46.2959089" lon="7.0563483" version="9" timestamp="2014-09-17T16:05:02Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1252"/>
+ <tag k="name" v="Villars-sur-Ollon"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Villars-sur-Ollon"/>
+ <tag k="uic_ref" v="8501495"/>
+ </node>
+ <node id="279893555" lat="46.9459140" lon="7.4422020" version="9" timestamp="2015-10-04T20:19:42Z" changeset="34435743" uid="413017" user="reneman">
+ <tag k="ele" v="540"/>
+ <tag k="name" v="Stadt Bern"/>
+ <tag k="operator" v="DMB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bern DMB"/>
+ <tag k="uic_ref" v="8530257"/>
+ <tag k="website" v="www.marzilibahn.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikimedia_commons" v="Category:Marzilibahn"/>
+ <tag k="wikipedia" v="de:Drahtseilbahn Marzili-Stadt Bern"/>
+ </node>
+ <node id="279893556" lat="46.9452186" lon="7.4430586" version="9" timestamp="2015-10-04T20:19:42Z" changeset="34435743" uid="413017" user="reneman">
+ <tag k="ele" v="507"/>
+ <tag k="name" v="Marzili"/>
+ <tag k="operator" v="DMB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Marzili"/>
+ <tag k="uic_ref" v="8530258"/>
+ <tag k="website" v="www.marzilibahn.ch"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikimedia_commons" v="Category:Marzilibahn"/>
+ <tag k="wikipedia" v="de:Drahtseilbahn Marzili-Stadt Bern"/>
+ </node>
+ <node id="281282248" lat="46.2938875" lon="7.0615584" version="5" timestamp="2014-09-17T16:04:58Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1302"/>
+ <tag k="name" v="Roche Grise"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Roches Grises"/>
+ <tag k="uic_ref" v="8501447"/>
+ </node>
+ <node id="281282993" lat="46.3165572" lon="7.0722358" version="4" timestamp="2014-09-17T16:04:54Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1758"/>
+ <tag k="name" v="Les Bouquetins"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bouquetins"/>
+ <tag k="uic_ref" v="8501498"/>
+ </node>
+ <node id="281283404" lat="46.0790381" lon="7.2148931" version="7" timestamp="2014-09-17T16:04:54Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="820"/>
+ <tag k="name" v="Le Châble"/>
+ <tag k="operator" v="TMR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Châble, Le"/>
+ <tag k="uic_ref" v="8501579"/>
+ </node>
+ <node id="281283590" lat="46.3095687" lon="7.0755409" version="4" timestamp="2014-09-17T16:04:54Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1604"/>
+ <tag k="name" v="Le Golf"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Villars-sur-Ollon Golf"/>
+ <tag k="uic_ref" v="8501446"/>
+ </node>
+ <node id="281284377" lat="46.3219152" lon="7.0733451" version="4" timestamp="2014-09-17T16:04:50Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1813"/>
+ <tag k="name" v="Col de Bretaye"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Col-de-Bretaye"/>
+ <tag k="uic_ref" v="8501499"/>
+ </node>
+ <node id="281285800" lat="46.3049058" lon="7.0695937" version="4" timestamp="2014-09-17T16:04:50Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1524"/>
+ <tag k="name" v="Col de Soud"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Col-de-Soud"/>
+ <tag k="uic_ref" v="8501497"/>
+ </node>
+ <node id="282626046" lat="47.3085950" lon="7.6882550" version="6" timestamp="2014-08-11T11:04:33Z" changeset="24674979" uid="481380" user="Nzara">
+ <tag k="ele" v="486"/>
+ <tag k="name" v="Thalbrücke"/>
+ <tag k="operator" v="OeBB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Thalbrücke"/>
+ <tag k="uic_ref" v="8500293"/>
+ </node>
+ <node id="282626063" lat="47.3130240" lon="7.6945180" version="5" timestamp="2011-07-17T10:34:27Z" changeset="8746432" uid="14686" user="mgeiser">
+ <tag k="ele" v="492"/>
+ <tag k="name" v="Balsthal"/>
+ <tag k="operator" v="OeBB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Balsthal"/>
+ <tag k="uic_ref" v="8500294"/>
+ </node>
+ <node id="283213230" lat="46.9238243" lon="7.4426519" version="6" timestamp="2014-11-10T08:10:10Z" changeset="26682283" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="833"/>
+ <tag k="name" v="Grünenboden"/>
+ <tag k="operator" v="GB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Grünenboden"/>
+ <tag k="uic_ref" v="8507099"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="285656003" lat="47.0522103" lon="8.5852982" version="5" timestamp="2014-09-23T11:08:59Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="592"/>
+ <tag k="name" v="Steinerberg"/>
+ <tag k="network" v="Tarifverbund Schwyz"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STBG"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Steinerberg"/>
+ <tag k="uic_ref" v="8503280"/>
+ </node>
+ <node id="286044669" lat="46.5198897" lon="6.4276362" version="8" timestamp="2014-11-30T19:27:36Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="527"/>
+ <tag k="name" v="Yens"/>
+ <tag k="operator" v="MBC"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="YENS"/>
+ <tag k="uic_name" v="Yens"/>
+ <tag k="uic_ref" v="8501093"/>
+ </node>
+ <node id="286044718" lat="46.5522903" lon="6.3744376" version="14" timestamp="2014-08-16T05:30:19Z" changeset="24780306" uid="481380" user="Nzara">
+ <tag k="ele" v="713"/>
+ <tag k="name" v="Ballens"/>
+ <tag k="operator" v="MBC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ballens"/>
+ <tag k="uic_ref" v="8501095"/>
+ </node>
+ <node id="286543553" lat="46.0828081" lon="7.1626476" version="5" timestamp="2014-09-17T16:04:51Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="756"/>
+ <tag k="name" v="Etiez"/>
+ <tag k="operator" v="TMR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Etiez"/>
+ <tag k="uic_ref" v="8501580"/>
+ </node>
+ <node id="286543703" lat="46.0785366" lon="7.0821408" version="4" timestamp="2014-09-17T16:04:49Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="613"/>
+ <tag k="name" v="Bovernier"/>
+ <tag k="operator" v="TMR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bovernier"/>
+ <tag k="uic_ref" v="8501575"/>
+ </node>
+ <node id="286674751" lat="46.8083690" lon="9.8384446" version="9" timestamp="2014-11-11T16:34:26Z" changeset="26715480" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="1556"/>
+ <tag k="name" v="Davos Dorf DKB"/>
+ <tag k="operator" v="DKB-dpb"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Davos Dorf DKB"/>
+ <tag k="uic_ref" v="8509083"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="286674799" lat="46.8329019" lon="9.8058343" version="6" timestamp="2015-10-30T07:55:19Z" changeset="34966169" uid="452231" user="balducien">
+ <tag k="ele" v="2663"/>
+ <tag k="name" v="Weissfluhjoch DKB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Weissfluhjoch DKB"/>
+ <tag k="uic_ref" v="8509085"/>
+ </node>
+ <node id="286680672" lat="46.8012650" lon="9.8155170" version="5" timestamp="2014-11-11T16:36:01Z" changeset="26715510" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="1861"/>
+ <tag k="name" v="Schatzalp"/>
+ <tag k="operator" v="DSB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Schatzalp"/>
+ <tag k="uic_ref" v="8509089"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="286680676" lat="46.7971387" lon="9.8214645" version="8" timestamp="2015-11-03T06:36:18Z" changeset="35049341" uid="452231" user="balducien">
+ <tag k="ele" v="1557"/>
+ <tag k="name" v="Davos Platz Schatzalpbahn"/>
+ <tag k="operator" v="DSB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Davos Platz Schatzalpbahn"/>
+ <tag k="uic_ref" v="8509088"/>
+ <tag k="wikipedia" v="en:Davos Platz (Rhaetian Railway station)"/>
+ </node>
+ <node id="286908465" lat="46.3611263" lon="7.0530851" version="5" timestamp="2014-09-17T16:04:54Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="978"/>
+ <tag k="name" v="Le Sepey"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sépey, Le"/>
+ <tag k="uic_ref" v="8501474"/>
+ </node>
+ <node id="287798135" lat="47.5418651" lon="8.9024129" version="18" timestamp="2013-08-08T19:25:18Z" changeset="17271181" uid="440353" user="osmose">
+ <tag k="ele" v="423"/>
+ <tag k="name" v="Lüdem"/>
+ <tag k="operator" v="FW"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Lüdem"/>
+ <tag k="uic_ref" v="8506179"/>
+ </node>
+ <node id="287798274" lat="47.5088732" lon="8.9441422" version="16" timestamp="2013-02-16T15:39:09Z" changeset="15052758" uid="266672" user="tf66">
+ <tag k="ele" v="463"/>
+ <tag k="name" v="Jakobstal"/>
+ <tag k="operator" v="FW"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Jakobstal"/>
+ <tag k="uic_ref" v="8506175"/>
+ </node>
+ <node id="288503221" lat="45.9280214" lon="9.0188658" version="6" timestamp="2014-09-17T03:03:42Z" changeset="25491873" uid="481380" user="Nzara">
+ <tag k="ele" v="1594"/>
+ <tag k="name" v="Vetta"/>
+ <tag k="operator" v="Ferrovia Monte Generoso SA"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Generoso Vetta"/>
+ <tag k="uic_ref" v="8505374"/>
+ </node>
+ <node id="289934163" lat="47.4195620" lon="9.3795300" version="10" timestamp="2015-10-30T13:38:41Z" changeset="34972594" uid="452231" user="balducien">
+ <tag k="ele" v="749"/>
+ <tag k="name" v="Mühleggbahn Bergstation"/>
+ <tag k="operator" v="VBSG"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="St. Gallen, Mühlegg"/>
+ <tag k="uic_ref" v="8589601"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="289934269" lat="47.4220753" lon="9.3777101" version="7" timestamp="2015-02-22T03:11:56Z" changeset="29012999" uid="1771944" user="dkwolf">
+ <tag k="ele" v="677"/>
+ <tag k="name" v="Mühleggbahn Talstation"/>
+ <tag k="operator" v="VBSG"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="St. Gallen, Mühlegg Talstation"/>
+ <tag k="uic_ref" v="8589913"/>
+ </node>
+ <node id="291432620" lat="47.3281409" lon="9.3474153" version="7" timestamp="2014-09-17T16:04:52Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="902"/>
+ <tag k="name" v="Gonten Bahnhof"/>
+ <tag k="operator" v="AB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Gonten"/>
+ <tag k="uic_ref" v="8506285"/>
+ </node>
+ <node id="291432639" lat="47.3316241" lon="9.3723478" version="7" timestamp="2014-09-17T16:04:52Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="890"/>
+ <tag k="name" v="Gontenbad"/>
+ <tag k="operator" v="AB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Gontenbad"/>
+ <tag k="uic_ref" v="8506271"/>
+ </node>
+ <node id="292533984" lat="46.8038169" lon="6.5535980" version="5" timestamp="2014-11-30T19:27:35Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="589"/>
+ <tag k="name" v="Vuiteboeuf"/>
+ <tag k="operator" v="TRAVYS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="VUIB"/>
+ <tag k="uic_name" v="Vuiteboeuf"/>
+ <tag k="uic_ref" v="8504294"/>
+ </node>
+ <node id="294901500" lat="47.3660208" lon="7.9043119" version="6" timestamp="2014-09-22T18:09:46Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="435"/>
+ <tag k="name" v="Trimbach"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TRI"/>
+ <tag k="uic_name" v="Trimbach"/>
+ <tag k="uic_ref" v="8500037"/>
+ </node>
+ <node id="294913405" lat="47.4089028" lon="7.8479468" version="5" timestamp="2015-05-03T15:18:00Z" changeset="30751082" uid="8296" user="kuede">
+ <tag k="ele" v="520"/>
+ <tag k="name" v="Buckten"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BUC"/>
+ <tag k="uic_name" v="Buckten"/>
+ <tag k="uic_ref" v="8500034"/>
+ </node>
+ <node id="294913443" lat="47.4253470" lon="7.8506450" version="4" timestamp="2014-09-22T18:09:41Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="480"/>
+ <tag k="name" v="Rümlingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RLG"/>
+ <tag k="uic_name" v="Rümlingen"/>
+ <tag k="uic_ref" v="8500033"/>
+ </node>
+ <node id="294913461" lat="47.4391612" lon="7.8514146" version="5" timestamp="2014-09-22T18:09:44Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="450"/>
+ <tag k="name" v="Sommerau"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SOM"/>
+ <tag k="uic_name" v="Sommerau"/>
+ <tag k="uic_ref" v="8500032"/>
+ </node>
+ <node id="294976331" lat="47.3636959" lon="9.1419958" version="8" timestamp="2014-09-22T18:09:33Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="715"/>
+ <tag k="name" v="Mogelsberg"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MOG"/>
+ <tag k="uic_name" v="Mogelsberg"/>
+ <tag k="uic_ref" v="8506293"/>
+ </node>
+ <node id="294976499" lat="47.3851323" lon="9.2433035" version="8" timestamp="2014-09-22T18:09:41Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="787"/>
+ <tag k="name" v="Schachen"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCH"/>
+ <tag k="uic_name" v="Schachen (Herisau)"/>
+ <tag k="uic_ref" v="8506291"/>
+ </node>
+ <node id="295308628" lat="47.3301913" lon="9.2927149" version="7" timestamp="2014-09-17T16:05:04Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="810"/>
+ <tag k="name" v="Zürchersmühle"/>
+ <tag k="operator" v="AB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zürchersmühle"/>
+ <tag k="uic_ref" v="8506282"/>
+ </node>
+ <node id="297749800" lat="47.3730251" lon="8.5321860" version="10" timestamp="2015-10-29T15:00:32Z" changeset="34951177" uid="452231" user="balducien">
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="fixme" v="stairs and elevators"/>
+ <tag k="name" v="Bahnhof Selnau"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zürich Selnau"/>
+ <tag k="uic_ref" v="008503090"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="299167536" lat="46.2592397" lon="10.1251371" version="5" timestamp="2013-03-10T09:54:25Z" changeset="15312313" uid="123364" user="Tronikon">
+ <tag k="ele" v="780"/>
+ <tag k="name" v="Brusio"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Brusio"/>
+ <tag k="uic_ref" v="8509366"/>
+ <tag k="wikipedia" v="en:Brusio (Rhaetian Railway station)"/>
+ </node>
+ <node id="299167652" lat="46.2731617" lon="10.0999007" version="5" timestamp="2013-03-16T16:23:27Z" changeset="15385946" uid="123364" user="Tronikon">
+ <tag k="ele" v="965"/>
+ <tag k="name" v="Miralago"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Miralago"/>
+ <tag k="uic_ref" v="8509365"/>
+ <tag k="wikipedia" v="en:Miralago (Rhaetian Railway station)"/>
+ </node>
+ <node id="299270340" lat="46.0064499" lon="8.9702256" version="8" timestamp="2015-09-01T10:03:35Z" changeset="33723443" uid="341454" user="MA_Mapper">
+ <tag k="ele" v="278"/>
+ <tag k="name" v="Cassarate"/>
+ <tag k="operator" v="FMB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Cassarate"/>
+ <tag k="uic_ref" v="8505371"/>
+ </node>
+ <node id="299270341" lat="46.0069529" lon="8.9722718" version="7" timestamp="2015-02-25T23:35:35Z" changeset="29104722" uid="1771944" user="dkwolf">
+ <tag k="ele" v="394"/>
+ <tag k="name" v="Suvigliana"/>
+ <tag k="operator" v="FMB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Suvigliana"/>
+ <tag k="uic_ref" v="8505375"/>
+ </node>
+ <node id="299270342" lat="46.0072360" lon="8.9729410" version="5" timestamp="2014-11-11T16:22:37Z" changeset="26715194" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="394"/>
+ <tag k="name" v="Suvigliana"/>
+ <tag k="operator" v="FMB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Suvigliana"/>
+ <tag k="uic_ref" v="8505375"/>
+ </node>
+ <node id="299270349" lat="46.0092202" lon="8.9860885" version="9" timestamp="2015-09-01T10:59:34Z" changeset="33724441" uid="341454" user="MA_Mapper">
+ <tag k="ele" v="916"/>
+ <tag k="name" v="Monte Brè Vetta"/>
+ <tag k="operator" v="FMB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Monte Brè"/>
+ <tag k="uic_ref" v="8505379"/>
+ </node>
+ <node id="299357596" lat="46.2334805" lon="10.1416942" version="10" timestamp="2013-03-16T19:55:46Z" changeset="15388366" uid="123364" user="Tronikon">
+ <tag k="ele" v="553"/>
+ <tag k="name" v="Campocologno"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Campocologno"/>
+ <tag k="uic_ref" v="8509368"/>
+ <tag k="wikipedia" v="en:Campocologno (Rhaetian Railway station)"/>
+ </node>
+ <node id="300351185" lat="46.9547868" lon="6.7216450" version="6" timestamp="2014-09-23T08:51:11Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="728"/>
+ <tag k="name" v="Noiraigue"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NOI"/>
+ <tag k="uic_name" v="Noiraigue"/>
+ <tag k="uic_ref" v="8504216"/>
+ </node>
+ <node id="300534038" lat="46.9476159" lon="8.3510392" version="9" timestamp="2015-07-29T15:00:01Z" changeset="32959017" uid="67515" user="threefoursixninefour">
+ <tag k="ele" v="714"/>
+ <tag k="name" v="Kälti (Stans)"/>
+ <tag k="operator" v="SthB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Kälti SthB"/>
+ <tag k="uic_ref" v="8508361"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="300534385" lat="46.9583617" lon="8.3633457" version="7" timestamp="2015-07-29T15:00:03Z" changeset="32959017" uid="67515" user="threefoursixninefour">
+ <tag k="ele" v="451"/>
+ <tag k="name" v="Stans (SthB)"/>
+ <tag k="operator" v="SthB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="tourism" v="attraction"/>
+ <tag k="uic_name" v="Stans SthB"/>
+ <tag k="uic_ref" v="8508360"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="301508650" lat="47.4768656" lon="8.9992437" version="5" timestamp="2013-02-16T15:39:10Z" changeset="15052758" uid="266672" user="tf66">
+ <tag k="ele" v="518"/>
+ <tag k="name" v="Münchwilen (TG)"/>
+ <tag k="operator" v="FW"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Münchwilen TG"/>
+ <tag k="uic_ref" v="8506178"/>
+ </node>
+ <node id="302357016" lat="46.6522304" lon="7.9111825" version="14" timestamp="2015-10-17T13:03:39Z" changeset="34693386" uid="51045" user="Geogast">
+ <tag k="ele" v="1987"/>
+ <tag k="name" v="Schynige Platte"/>
+ <tag k="network" v="Jungfraubahnen"/>
+ <tag k="operator" v="SPB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2015"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Schynige Platte"/>
+ <tag k="uic_ref" v="8507387"/>
+ <tag k="wikidata" v="Q617181"/>
+ <tag k="wikipedia" v="de:Schynige Platte Bahn"/>
+ </node>
+ <node id="303022601" lat="47.4883144" lon="8.9023781" version="9" timestamp="2014-09-13T11:06:50Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="528"/>
+ <tag k="name" v="Aadorf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AD"/>
+ <tag k="uic_name" v="Aadorf"/>
+ <tag k="uic_ref" v="8506013"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="304987114" lat="47.2359425" lon="7.4938146" version="8" timestamp="2015-11-11T21:17:57Z" changeset="35249463" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="655"/>
+ <tag k="name" v="Oberdorf"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ODF"/>
+ <tag k="uic_name" v="Oberdorf SO"/>
+ <tag k="uic_ref" v="8500264"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="305595184" lat="47.2621050" lon="7.9575390" version="6" timestamp="2014-09-22T18:09:14Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="444"/>
+ <tag k="name" v="Brittnau-Wikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BRIT"/>
+ <tag k="uic_name" v="Brittnau-Wikon"/>
+ <tag k="uic_ref" v="8502002"/>
+ </node>
+ <node id="305682094" lat="47.2389192" lon="7.2541125" version="6" timestamp="2014-09-22T18:09:38Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="712"/>
+ <tag k="name" v="Pontenet"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PON"/>
+ <tag k="uic_name" v="Pontenet"/>
+ <tag k="uic_ref" v="8500135"/>
+ </node>
+ <node id="306504177" lat="46.4672540" lon="7.0462120" version="3" timestamp="2010-11-09T23:12:52Z" changeset="6332594" uid="368211" user="DidokImportCH">
+ <tag k="ele" v="849"/>
+ <tag k="name" v="La Tine"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Tine, La"/>
+ <tag k="uic_ref" v="8501391"/>
+ </node>
+ <node id="306504199" lat="46.4647393" lon="7.0830861" version="5" timestamp="2011-01-25T00:56:24Z" changeset="7079773" uid="39569" user="hromain">
+ <tag k="ele" v="891"/>
+ <tag k="name" v="Rossiniere"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Rossinière"/>
+ <tag k="uic_ref" v="8501392"/>
+ </node>
+ <node id="306504206" lat="46.4660476" lon="7.0967137" version="3" timestamp="2013-05-29T08:10:18Z" changeset="16334410" uid="4363" user="Pmz">
+ <tag k="ele" v="886"/>
+ <tag k="name" v="La Chaudanne-Les Moulins"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Chaudanne-Les Moulins, La"/>
+ <tag k="uic_ref" v="8501393"/>
+ </node>
+ <node id="306504255" lat="46.4749319" lon="7.1324507" version="5" timestamp="2011-02-04T18:23:05Z" changeset="7185680" uid="39569" user="hromain">
+ <tag k="ele" v="968"/>
+ <tag k="name" v="Château-d'Oex"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Château-d'Oex"/>
+ <tag k="uic_ref" v="8501394"/>
+ </node>
+ <node id="306507835" lat="46.4765270" lon="7.1417810" version="4" timestamp="2015-06-09T10:48:23Z" changeset="31840005" uid="2965963" user="Jonathan Masur">
+ <tag k="ele" v="980"/>
+ <tag k="name" v="La Palaz-Hôpital"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Palaz, La"/>
+ <tag k="uic_ref" v="8501198"/>
+ </node>
+ <node id="306507866" lat="46.4741640" lon="7.1551390" version="3" timestamp="2010-11-09T23:12:57Z" changeset="6332594" uid="368211" user="DidokImportCH">
+ <tag k="ele" v="1003"/>
+ <tag k="name" v="Les Granges"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Château-d'Oex-Les Granges"/>
+ <tag k="uic_ref" v="8501395"/>
+ </node>
+ <node id="306507932" lat="46.4822819" lon="7.1866950" version="4" timestamp="2013-06-28T15:39:44Z" changeset="16740899" uid="1311287" user="JosClag">
+ <tag k="ele" v="980"/>
+ <tag k="name" v="Flendruz"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Flendruz"/>
+ <tag k="uic_ref" v="8501396"/>
+ </node>
+ <node id="306507958" lat="46.4884101" lon="7.2089064" version="4" timestamp="2011-01-29T20:55:28Z" changeset="7127252" uid="39569" user="hromain">
+ <tag k="ele" v="992"/>
+ <tag k="name" v="Rougemont"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Rougemont"/>
+ <tag k="uic_ref" v="8501397"/>
+ </node>
+ <node id="306507985" lat="46.4884671" lon="7.2605637" version="4" timestamp="2013-07-18T15:16:45Z" changeset="17001053" uid="1399112" user="Jenseblume">
+ <tag k="ele" v="1010"/>
+ <tag k="name" v="Saanen"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Saanen BE"/>
+ <tag k="uic_ref" v="8501398"/>
+ </node>
+ <node id="306511015" lat="46.5175194" lon="7.3115816" version="3" timestamp="2013-07-19T19:55:14Z" changeset="17016088" uid="1399112" user="Jenseblume">
+ <tag k="ele" v="1269"/>
+ <tag k="name" v="Saanenmöser"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Saanenmöser"/>
+ <tag k="uic_ref" v="8507272"/>
+ </node>
+ <node id="307378159" lat="47.2177870" lon="7.5135510" version="6" timestamp="2014-09-23T11:06:15Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="470"/>
+ <tag k="name" v="Langendorf"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LADO"/>
+ <tag k="uic_name" v="Langendorf"/>
+ <tag k="uic_ref" v="8500261"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="307383967" lat="47.2656610" lon="7.4647450" version="5" timestamp="2014-09-23T11:06:13Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="719"/>
+ <tag k="name" v="Gänsbrunnen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GAE"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Gänsbrunnen"/>
+ <tag k="uic_ref" v="8500265"/>
+ </node>
+ <node id="307383982" lat="47.2724360" lon="7.4567200" version="5" timestamp="2014-09-23T11:06:11Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="699"/>
+ <tag k="name" v="Crémines-Zoo"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZOO"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Crémines-Zoo"/>
+ <tag k="uic_ref" v="8500260"/>
+ </node>
+ <node id="307385185" lat="47.2393245" lon="7.3057180" version="6" timestamp="2014-09-22T18:09:44Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="681"/>
+ <tag k="name" v="Sorvilier"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SOR"/>
+ <tag k="uic_name" v="Sorvilier"/>
+ <tag k="uic_ref" v="8500103"/>
+ </node>
+ <node id="307391788" lat="47.4984868" lon="8.8633795" version="5" timestamp="2014-09-13T11:06:52Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="507"/>
+ <tag k="name" v="Elgg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EL"/>
+ <tag k="uic_name" v="Elgg"/>
+ <tag k="uic_ref" v="8506014"/>
+ </node>
+ <node id="307392748" lat="47.4620300" lon="9.0004513" version="6" timestamp="2014-09-13T11:06:57Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="549"/>
+ <tag k="name" v="Sirnach"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SIR"/>
+ <tag k="uic_name" v="Sirnach"/>
+ <tag k="uic_ref" v="8506010"/>
+ </node>
+ <node id="307412745" lat="46.9119320" lon="6.6102510" version="5" timestamp="2014-11-30T19:27:34Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="735"/>
+ <tag k="name" v="Môtiers"/>
+ <tag k="operator" v="TRN"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MOT"/>
+ <tag k="uic_name" v="Môtiers"/>
+ <tag k="uic_ref" v="8504286"/>
+ </node>
+ <node id="307412768" lat="46.9233660" lon="6.6357050" version="5" timestamp="2014-11-30T19:27:33Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="734"/>
+ <tag k="name" v="Couvet"/>
+ <tag k="operator" v="TRN"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CVTR"/>
+ <tag k="uic_name" v="Couvet"/>
+ <tag k="uic_ref" v="8504285"/>
+ </node>
+ <node id="307412779" lat="46.9311420" lon="6.6543460" version="7" timestamp="2014-11-30T19:27:33Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="729"/>
+ <tag k="name" v="La Presta - Mines d' Asphalte"/>
+ <tag k="operator" v="TRN"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PRST"/>
+ <tag k="uic_name" v="La Presta Mines d'asphalte"/>
+ <tag k="uic_ref" v="8504284"/>
+ </node>
+ <node id="308165414" lat="46.5375073" lon="6.3369299" version="9" timestamp="2014-08-20T16:56:53Z" changeset="24890053" uid="481380" user="Nzara">
+ <tag k="ele" v="694"/>
+ <tag k="name" v="Bière"/>
+ <tag k="operator" v="MBC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bière"/>
+ <tag k="uic_ref" v="8501096"/>
+ </node>
+ <node id="309153034" lat="47.0373245" lon="8.2768006" version="7" timestamp="2010-12-01T13:15:50Z" changeset="6503531" uid="74900" user="FischersFritz">
+ <tag k="ele" v="492"/>
+ <tag k="name" v="Sonnenbergbahn Talstation"/>
+ <tag k="operator" v="KSB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Kriens KSB"/>
+ <tag k="uic_ref" v="8530359"/>
+ </node>
+ <node id="309543392" lat="46.5076612" lon="9.8192981" version="4" timestamp="2014-11-11T16:26:52Z" changeset="26715284" uid="2438331" user="MichelBernmobil">
+ <tag k="name" v="Corviglia"/>
+ <tag k="operator" v="SMBB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Corviglia SMBB"/>
+ <tag k="uic_ref" v="8509272"/>
+ </node>
+ <node id="309543453" lat="46.4987475" lon="9.8377396" version="5" timestamp="2014-11-11T16:26:52Z" changeset="26715284" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="1775"/>
+ <tag k="name" v="Sankt Moritz"/>
+ <tag k="operator" v="SMBB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="St. Moritz SMBB"/>
+ <tag k="uic_ref" v="8509270"/>
+ </node>
+ <node id="309543456" lat="46.5018005" lon="9.8352348" version="5" timestamp="2014-11-11T16:26:52Z" changeset="26715284" uid="2438331" user="MichelBernmobil">
+ <tag k="name" v="Chantarella"/>
+ <tag k="operator" v="SMBB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Chantarella"/>
+ <tag k="uic_ref" v="8509271"/>
+ </node>
+ <node id="310603374" lat="46.0044799" lon="8.9496797" version="5" timestamp="2014-09-24T12:12:46Z" changeset="25643630" uid="429539" user="Cristian1989">
+ <tag k="disused" v="yes"/>
+ <tag k="disused:railway" v="halt"/>
+ <tag k="ele" v="280"/>
+ <tag k="name" v="Città"/>
+ <tag k="note:disused" v="dal 2014-08-04 a fine 2016 il servizio è sospeso per lavori di rinnovo. In tale periodo sono disponibili bus sostitutivi."/>
+ <tag k="operator" v="TPL"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Lugano Città TPL"/>
+ <tag k="uic_ref" v="8530461"/>
+ </node>
+ <node id="310603375" lat="46.0051566" lon="8.9468897" version="5" timestamp="2014-09-24T11:33:53Z" changeset="25642961" uid="429539" user="Cristian1989">
+ <tag k="disused" v="yes"/>
+ <tag k="disused:railway" v="halt"/>
+ <tag k="ele" v="335"/>
+ <tag k="name" v="Stazione"/>
+ <tag k="note:disused" v="dal 2014-08-04 a fine 2016 il servizio è sospeso per lavori di rinnovo. In tale periodo sono disponibili bus sostitutivi."/>
+ <tag k="operator" v="TPL"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Lugano Stazione TPL"/>
+ <tag k="uic_ref" v="8530462"/>
+ </node>
+ <node id="313222406" lat="47.0439004" lon="8.2725397" version="6" timestamp="2010-12-01T10:07:16Z" changeset="6501498" uid="74900" user="FischersFritz">
+ <tag k="ele" v="706"/>
+ <tag k="name" v="Sonnenbergbahn Bergstation"/>
+ <tag k="operator" v="KSB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sonnenberg KSB"/>
+ <tag k="uic_ref" v="8530361"/>
+ </node>
+ <node id="313698590" lat="46.5509387" lon="6.4232029" version="8" timestamp="2014-11-30T19:27:32Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="642"/>
+ <tag k="name" v="Apples"/>
+ <tag k="operator" v="MBC"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="APPL"/>
+ <tag k="uic_name" v="Apples"/>
+ <tag k="uic_ref" v="8501094"/>
+ </node>
+ <node id="313812083" lat="46.5653833" lon="7.0853687" version="4" timestamp="2013-07-29T22:17:21Z" changeset="17145585" uid="1399112" user="Jenseblume">
+ <tag k="ele" v="712"/>
+ <tag k="name" v="Enney"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Enney"/>
+ <tag k="uic_ref" v="8504075"/>
+ </node>
+ <node id="313812086" lat="46.5733060" lon="7.0863350" version="2" timestamp="2010-11-09T23:28:33Z" changeset="6332654" uid="368211" user="DidokImportCH">
+ <tag k="ele" v="709"/>
+ <tag k="name" v="Estavannens"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Estavannens"/>
+ <tag k="uic_ref" v="8504076"/>
+ </node>
+ <node id="313812092" lat="46.5827562" lon="7.0733528" version="4" timestamp="2013-07-29T22:21:04Z" changeset="17145585" uid="1399112" user="Jenseblume">
+ <tag k="ele" v="746"/>
+ <tag k="name" v="Gruyères"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Gruyères"/>
+ <tag k="uic_ref" v="8504077"/>
+ </node>
+ <node id="313814737" lat="46.6168470" lon="7.0012205" version="4" timestamp="2011-07-11T01:18:27Z" changeset="8689781" uid="74847" user="Marc Mongenet">
+ <tag k="ele" v="804"/>
+ <tag k="name" v="Les Colombettes"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Colombettes, Les"/>
+ <tag k="uic_ref" v="8504059"/>
+ </node>
+ <node id="313814754" lat="46.6190640" lon="6.9900983" version="5" timestamp="2014-05-25T16:36:38Z" changeset="22544689" uid="481380" user="Nzara">
+ <tag k="ele" v="813"/>
+ <tag k="name" v="Vaulruz-Sud"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Vaulruz-Sud"/>
+ <tag k="uic_ref" v="8504065"/>
+ </node>
+ <node id="313815865" lat="46.6010607" lon="6.9417725" version="4" timestamp="2011-07-11T00:40:37Z" changeset="8689685" uid="74847" user="Marc Mongenet">
+ <tag k="ele" v="845"/>
+ <tag k="name" v="Le Crêt"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Crêt, Le"/>
+ <tag k="uic_ref" v="8504056"/>
+ </node>
+ <node id="313815890" lat="46.5875469" lon="6.9250814" version="4" timestamp="2011-07-11T00:40:37Z" changeset="8689685" uid="74847" user="Marc Mongenet">
+ <tag k="ele" v="836"/>
+ <tag k="name" v="La Verrerie"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Verrerie, La"/>
+ <tag k="uic_ref" v="8504064"/>
+ </node>
+ <node id="313815917" lat="46.5735359" lon="6.9268328" version="3" timestamp="2011-07-11T00:40:37Z" changeset="8689685" uid="74847" user="Marc Mongenet">
+ <tag k="ele" v="858"/>
+ <tag k="name" v="Semsales"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Semsales"/>
+ <tag k="uic_ref" v="8504063"/>
+ </node>
+ <node id="313818238" lat="46.5496572" lon="6.9015452" version="3" timestamp="2011-07-21T08:40:09Z" changeset="8786155" uid="156551" user="Michel Schinz">
+ <tag k="ele" v="835"/>
+ <tag k="name" v="Prayoud"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Prayoud"/>
+ <tag k="uic_ref" v="8504055"/>
+ </node>
+ <node id="313818273" lat="46.5261563" lon="6.8985868" version="3" timestamp="2011-10-09T21:32:42Z" changeset="9517621" uid="74847" user="Marc Mongenet">
+ <tag k="ele" v="807"/>
+ <tag k="name" v="Châtel-Saint-Denis"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Châtel-St-Denis"/>
+ <tag k="uic_ref" v="8504062"/>
+ </node>
+ <node id="313818291" lat="46.5260101" lon="6.8826850" version="4" timestamp="2011-10-09T21:32:42Z" changeset="9517621" uid="74847" user="Marc Mongenet">
+ <tag k="ele" v="773"/>
+ <tag k="name" v="Au Moulin"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Au Moulin"/>
+ <tag k="uic_ref" v="8504052"/>
+ </node>
+ <node id="313818302" lat="46.5237885" lon="6.8762572" version="3" timestamp="2011-10-09T21:32:43Z" changeset="9517621" uid="74847" user="Marc Mongenet">
+ <tag k="ele" v="757"/>
+ <tag k="name" v="Remaufens"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Remaufens"/>
+ <tag k="uic_ref" v="8504061"/>
+ </node>
+ <node id="313818325" lat="46.5232282" lon="6.8635446" version="3" timestamp="2011-10-09T21:32:43Z" changeset="9517621" uid="74847" user="Marc Mongenet">
+ <tag k="ele" v="739"/>
+ <tag k="name" v="Tatroz"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Tatroz"/>
+ <tag k="uic_ref" v="8504051"/>
+ </node>
+ <node id="313818337" lat="46.5257076" lon="6.8532273" version="4" timestamp="2011-10-09T16:17:30Z" changeset="9514134" uid="74847" user="Marc Mongenet">
+ <tag k="ele" v="730"/>
+ <tag k="name" v="Bossonnens"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bossonnens"/>
+ <tag k="uic_ref" v="8504060"/>
+ </node>
+ <node id="313818354" lat="46.5286031" lon="6.8424628" version="3" timestamp="2011-10-09T16:17:30Z" changeset="9514134" uid="74847" user="Marc Mongenet">
+ <tag k="ele" v="703"/>
+ <tag k="name" v="Granges"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Granges (Veveyse)"/>
+ <tag k="uic_ref" v="8504050"/>
+ </node>
+ <node id="315935032" lat="47.0653234" lon="7.6082785" version="7" timestamp="2015-10-30T06:03:24Z" changeset="34964803" uid="452231" user="balducien">
+ <tag k="ele" v="525"/>
+ <tag k="name" v="Burgdorf Buchmatt"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Burgdorf Buchmatt"/>
+ <tag k="uic_ref" v="8508083"/>
+ </node>
+ <node id="316019885" lat="46.2967668" lon="6.9931887" version="6" timestamp="2014-09-17T16:04:57Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="468"/>
+ <tag k="name" v="Ollon"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ollon"/>
+ <tag k="uic_ref" v="8501461"/>
+ </node>
+ <node id="316505677" lat="46.3065073" lon="7.8812229" version="8" timestamp="2014-09-23T11:06:12Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="853"/>
+ <tag k="name" v="Eggerberg"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EB"/>
+ <tag k="uic_name" v="Eggerberg"/>
+ <tag k="uic_ref" v="8507471"/>
+ </node>
+ <node id="321575083" lat="47.1853398" lon="9.3123063" version="7" timestamp="2015-02-20T21:52:32Z" changeset="28987567" uid="1771944" user="dkwolf">
+ <tag k="ele" v="1354"/>
+ <tag k="name" v="Iltios"/>
+ <tag k="operator" v="TBBU"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Iltios"/>
+ <tag k="uic_ref" v="8506251"/>
+ </node>
+ <node id="321789807" lat="46.8195577" lon="9.8234325" version="3" timestamp="2014-11-11T16:34:26Z" changeset="26715480" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="2218"/>
+ <tag k="name" v="Höhenweg"/>
+ <tag k="operator" v="DKB-dpb"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Höhenweg"/>
+ <tag k="uic_ref" v="8509084"/>
+ </node>
+ <node id="333789840" lat="46.3456312" lon="7.0067198" version="6" timestamp="2014-09-17T16:04:55Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="amenity" v="bus_station"/>
+ <tag k="ele" v="1450"/>
+ <tag k="name" v="Leysin-Grand-Hôtel"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Leysin-Grand-Hôtel"/>
+ <tag k="uic_ref" v="8501483"/>
+ </node>
+ <node id="334580415" lat="46.7939779" lon="10.2866452" version="8" timestamp="2014-04-19T18:29:52Z" changeset="21802265" uid="311036" user="haavee">
+ <tag k="ele" v="1287"/>
+ <tag k="name" v="Scuol-Tarasp"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCTA"/>
+ <tag k="uic_name" v="Scuol-Tarasp"/>
+ <tag k="uic_ref" v="8509268"/>
+ <tag k="wikipedia" v="de:Bahnhof Scuol-Tarasp"/>
+ </node>
+ <node id="338474121" lat="47.4420571" lon="9.2520599" version="5" timestamp="2014-09-22T18:09:10Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="621"/>
+ <tag k="name" v="Arnegg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ARN"/>
+ <tag k="uic_name" v="Arnegg"/>
+ <tag k="uic_ref" v="8506211"/>
+ </node>
+ <node id="338474122" lat="47.4769010" lon="9.2515991" version="5" timestamp="2014-09-22T18:09:23Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="561"/>
+ <tag k="name" v="Hauptwil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HPT"/>
+ <tag k="uic_name" v="Hauptwil"/>
+ <tag k="uic_ref" v="8506212"/>
+ </node>
+ <node id="339478753" lat="46.1750469" lon="6.8716517" version="6" timestamp="2014-09-17T16:04:50Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1035"/>
+ <tag k="name" v="Champéry"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Champéry"/>
+ <tag k="uic_ref" v="8501448"/>
+ </node>
+ <node id="343455957" lat="46.6711545" lon="9.6515329" version="5" timestamp="2013-03-09T19:43:37Z" changeset="15306766" uid="123364" user="Tronikon">
+ <tag k="ele" v="999"/>
+ <tag k="name" v="Alvaneu"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Alvaneu"/>
+ <tag k="uic_ref" v="8509194"/>
+ </node>
+ <node id="346921241" lat="46.5090554" lon="9.8828461" version="6" timestamp="2014-11-11T16:28:51Z" changeset="26715342" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="1738"/>
+ <tag k="name" v="Punt Muragl MMB"/>
+ <tag k="operator" v="BEST-mmb"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Punt Muragl BEST-mmb"/>
+ <tag k="uic_ref" v="8509275"/>
+ </node>
+ <node id="346921247" lat="46.5216749" lon="9.9018837" version="4" timestamp="2014-11-11T16:28:51Z" changeset="26715342" uid="2438331" user="MichelBernmobil">
+ <tag k="name" v="Muottas Muragl"/>
+ <tag k="operator" v="BEST-mmb"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Muottas Muragl"/>
+ <tag k="uic_ref" v="8509276"/>
+ </node>
+ <node id="346948339" lat="46.5096900" lon="9.8811630" version="3" timestamp="2013-03-08T23:56:42Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1728"/>
+ <tag k="name" v="Punt Muragl"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Punt Muragl"/>
+ <tag k="uic_ref" v="8509254"/>
+ <tag k="wikipedia" v="en:Punt Muragl (Rhaetian Railway station)"/>
+ </node>
+ <node id="354498113" lat="46.0688250" lon="7.9158951" version="4" timestamp="2015-10-29T15:52:13Z" changeset="34952338" uid="452231" user="balducien">
+ <tag k="name" v="Felskinn"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Felskinn"/>
+ <tag k="uic_ref" v="008501337"/>
+ </node>
+ <node id="354498114" lat="46.0575396" lon="7.9054697" version="4" timestamp="2015-03-20T04:09:20Z" changeset="29606193" uid="1771944" user="dkwolf">
+ <tag k="ele" v="3462"/>
+ <tag k="name" v="Mittelallalin"/>
+ <tag k="operator" v="LSF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Mittelallalin"/>
+ <tag k="uic_ref" v="8501732"/>
+ </node>
+ <node id="354739910" lat="46.1726696" lon="8.8021102" version="11" timestamp="2015-10-30T08:06:08Z" changeset="34966353" uid="452231" user="balducien">
+ <tag k="covered" v="yes"/>
+ <tag k="ele" v="205"/>
+ <tag k="name" v="Locarno FART"/>
+ <tag k="operator" v="FART"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Locarno FART"/>
+ <tag k="uic_ref" v="8505470"/>
+ </node>
+ <node id="354740600" lat="46.1694976" lon="8.7774866" version="8" timestamp="2015-06-03T14:57:19Z" changeset="31694601" uid="2917713" user="chrisanter">
+ <tag k="ele" v="226"/>
+ <tag k="name" v="Solduno"/>
+ <tag k="operator" v="FART"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Solduno"/>
+ <tag k="uic_ref" v="8505472"/>
+ </node>
+ <node id="359723652" lat="47.0087330" lon="6.9609320" version="7" timestamp="2014-11-11T16:12:04Z" changeset="26714949" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="516"/>
+ <tag k="name" v="La Coudre"/>
+ <tag k="operator" v="TN"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Neuchâtel, La Coudre"/>
+ <tag k="uic_ref" v="8504268"/>
+ </node>
+ <node id="360702161" lat="46.4662817" lon="6.8610121" version="4" timestamp="2012-03-04T17:13:17Z" changeset="10871024" uid="17835" user="Stéphane Brunner">
+ <tag k="ele" v="501"/>
+ <tag k="name" v="Hauteville"/>
+ <tag k="operator" v="MVR-cev"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Hauteville"/>
+ <tag k="uic_ref" v="8501262"/>
+ </node>
+ <node id="361187557" lat="46.4537641" lon="6.9123409" version="3" timestamp="2012-03-14T09:05:19Z" changeset="10975608" uid="481380" user="Nzara">
+ <tag k="ele" v="725"/>
+ <tag k="name" v="Chamby-Musée"/>
+ <tag k="operator" v="MVR-cev"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Chamby-Musée"/>
+ <tag k="uic_ref" v="8501306"/>
+ </node>
+ <node id="363743119" lat="47.0265245" lon="6.9575285" version="7" timestamp="2014-11-11T16:12:03Z" changeset="26714949" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="1086"/>
+ <tag k="name" v="Chaumont"/>
+ <tag k="operator" v="TN"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Chaumont"/>
+ <tag k="uic_ref" v="8504269"/>
+ </node>
+ <node id="370811742" lat="46.6454062" lon="6.9557363" version="3" timestamp="2011-07-21T12:53:36Z" changeset="8788321" uid="156551" user="Michel Schinz">
+ <tag k="ele" v="811"/>
+ <tag k="name" v="Rueyres Treyfayes"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Rueyres-Treyfayes"/>
+ <tag k="uic_ref" v="8504082"/>
+ </node>
+ <node id="373469866" lat="46.9222944" lon="9.7336292" version="3" timestamp="2013-04-28T09:28:50Z" changeset="15892917" uid="123364" user="Tronikon">
+ <tag k="ele" v="744"/>
+ <tag k="name" v="Fideris"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Fideris"/>
+ <tag k="uic_ref" v="8509063"/>
+ </node>
+ <node id="392463845" lat="45.9767663" lon="8.9462206" version="5" timestamp="2014-11-11T16:21:06Z" changeset="26715155" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="882"/>
+ <tag k="name" v="San Salvatore"/>
+ <tag k="operator" v="MS"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Monte San Salvatore"/>
+ <tag k="uic_ref" v="8505370"/>
+ </node>
+ <node id="392463849" lat="45.9905019" lon="8.9452156" version="8" timestamp="2014-11-11T16:21:06Z" changeset="26715155" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="303"/>
+ <tag k="name" v="Lugano Paradiso"/>
+ <tag k="operator" v="MS"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Lugano-Paradiso MS"/>
+ <tag k="uic_ref" v="8505368"/>
+ </node>
+ <node id="403325543" lat="46.6459390" lon="7.6528950" version="5" timestamp="2014-11-11T15:55:15Z" changeset="26714555" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="2336"/>
+ <tag k="name" v="Niesen Kulm"/>
+ <tag k="operator" v="NB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Niesen Kulm"/>
+ <tag k="uic_ref" v="8507459"/>
+ </node>
+ <node id="403582381" lat="46.6394171" lon="7.6902261" version="7" timestamp="2015-10-29T15:07:19Z" changeset="34951325" uid="452231" user="balducien">
+ <tag k="addr:city" v="Mülenen"/>
+ <tag k="addr:country" v="CH"/>
+ <tag k="addr:district" v="Bern"/>
+ <tag k="addr:postcode" v="3711"/>
+ <tag k="contact:email" v="info@niesen.ch"/>
+ <tag k="contact:fax" v="+41 33 676 77 12"/>
+ <tag k="contact:phone" v="+41 33 676 77 11"/>
+ <tag k="contact:website" v="http://www.niesen.ch"/>
+ <tag k="name" v="Mülenen NB"/>
+ <tag k="operator" v="Niesenbahn AG"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Mülenen NB"/>
+ <tag k="uic_ref" v="8507394"/>
+ </node>
+ <node id="419894822" lat="47.4696259" lon="7.0483309" version="5" timestamp="2014-09-23T08:51:09Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="391"/>
+ <tag k="name" v="Grandgourt"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GRA"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Grandgourt"/>
+ <tag k="uic_ref" v="8500143"/>
+ </node>
+ <node id="419894858" lat="47.4396829" lon="7.0577592" version="5" timestamp="2014-09-23T08:51:07Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="406"/>
+ <tag k="name" v="Courchavon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CCH"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Courchavon"/>
+ <tag k="uic_ref" v="8500141"/>
+ </node>
+ <node id="420041304" lat="46.5612576" lon="8.3614646" version="10" timestamp="2015-06-18T12:41:05Z" changeset="32050047" uid="311036" user="haavee">
+ <tag k="ele" v="1757"/>
+ <tag k="name" v="Gletsch"/>
+ <tag k="operator" v="DFB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Gletsch"/>
+ <tag k="uic_ref" v="8501635"/>
+ </node>
+ <node id="426953627" lat="46.4916385" lon="7.0345615" version="4" timestamp="2011-09-09T07:19:26Z" changeset="9251529" uid="74900" user="FischersFritz">
+ <tag k="ele" v="881"/>
+ <tag k="name" v="Les Sciernes"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sciernes, Les"/>
+ <tag k="uic_ref" v="8501379"/>
+ </node>
+ <node id="454143274" lat="46.4318135" lon="6.9788731" version="4" timestamp="2013-07-08T10:01:51Z" changeset="16871264" uid="287341" user="Shernott">
+ <tag k="ele" v="1970"/>
+ <tag k="name" v="Rochers de Naye"/>
+ <tag k="operator" v="MVR-mtgn"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Rochers-de-Naye"/>
+ <tag k="uic_ref" v="8501369"/>
+ </node>
+ <node id="476021965" lat="46.0279160" lon="7.1436130" version="8" timestamp="2014-09-17T16:04:57Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="902"/>
+ <tag k="name" v="Orsières"/>
+ <tag k="operator" v="TMR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Orsières"/>
+ <tag k="uic_ref" v="8501578"/>
+ </node>
+ <node id="481068487" lat="47.1527900" lon="6.9933251" version="4" timestamp="2012-12-03T13:07:50Z" changeset="14138323" uid="250783" user="finkenmann">
+ <tag k="ele" v="793"/>
+ <tag k="name" v="St-Imier"/>
+ <tag k="operator" v="SMtS"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="St-Imier SMtS"/>
+ <tag k="uic_ref" v="8504360"/>
+ </node>
+ <node id="481068494" lat="47.1586367" lon="6.9938310" version="7" timestamp="2015-09-19T16:37:13Z" changeset="34124524" uid="8296" user="kuede">
+ <tag k="ele" v="1173"/>
+ <tag k="name" v="Mont Soleil"/>
+ <tag k="operator" v="SMtS"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Mont-Soleil"/>
+ <tag k="uic_ref" v="8504361"/>
+ </node>
+ <node id="484308388" lat="47.5204168" lon="8.9327890" version="4" timestamp="2013-02-16T15:39:09Z" changeset="15052758" uid="266672" user="tf66">
+ <tag k="ele" v="451"/>
+ <tag k="name" v="Matzingen"/>
+ <tag k="operator" v="FW"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Matzingen"/>
+ <tag k="uic_ref" v="8506174"/>
+ </node>
+ <node id="484322475" lat="47.5378971" lon="8.9157173" version="3" timestamp="2013-02-16T15:39:09Z" changeset="15052758" uid="266672" user="tf66">
+ <tag k="ele" v="434"/>
+ <tag k="name" v="Murkart"/>
+ <tag k="operator" v="FW"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Murkart"/>
+ <tag k="uic_ref" v="8506172"/>
+ </node>
+ <node id="489946514" lat="47.6795604" lon="8.4639450" version="8" timestamp="2014-11-16T11:18:02Z" changeset="26819378" uid="481380" user="Nzara">
+ <tag k="name" v="Wilchingen-Hallau"/>
+ <tag k="operator" v="DB/SH"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref:DBAG" v="RWIN"/>
+ <tag k="uic_ref" v="8503466"/>
+ </node>
+ <node id="500737324" lat="47.0840392" lon="7.1346756" version="8" timestamp="2014-12-24T15:05:50Z" changeset="27673678" uid="177381" user="ialex">
+ <tag k="ele" v="434"/>
+ <tag k="name" v="Ligerz"/>
+ <tag k="operator" v="asm"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ligerz ASM-ltb"/>
+ <tag k="uic_ref" v="8504356"/>
+ </node>
+ <node id="506196777" lat="46.4707440" lon="6.8721000" version="6" timestamp="2013-01-10T16:11:23Z" changeset="14599542" uid="229613" user="Papilli">
+ <tag k="ele" v="533"/>
+ <tag k="name" v="Saint-Légier Gare"/>
+ <tag k="operator" v="MVR-cev"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Saint-Légier-Gare"/>
+ <tag k="uic_ref" v="8501280"/>
+ </node>
+ <node id="534090731" lat="47.4040820" lon="7.7516430" version="3" timestamp="2010-11-10T07:23:39Z" changeset="6333629" uid="368211" user="DidokImportCH">
+ <tag k="ele" v="469"/>
+ <tag k="name" v="Niederdorf"/>
+ <tag k="operator" v="WB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Niederdorf"/>
+ <tag k="uic_ref" v="8500085"/>
+ </node>
+ <node id="534091566" lat="47.3969929" lon="7.7489076" version="5" timestamp="2013-01-30T22:45:52Z" changeset="14853641" uid="1136962" user="stupot0041">
+ <tag k="ele" v="491"/>
+ <tag k="name" v="Oberdorf BL Winkelweg"/>
+ <tag k="operator" v="WB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Oberdorf BL Winkelweg"/>
+ <tag k="uic_ref" v="8500088"/>
+ </node>
+ <node id="534853889" lat="46.3513380" lon="7.1545160" version="3" timestamp="2014-09-17T16:04:55Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1155"/>
+ <tag k="name" v="Les Diablerets"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Diablerets, Les"/>
+ <tag k="uic_ref" v="8501479"/>
+ </node>
+ <node id="549309454" lat="47.4963327" lon="8.9532543" version="3" timestamp="2013-02-16T15:39:10Z" changeset="15052758" uid="266672" user="tf66">
+ <tag k="ele" v="474"/>
+ <tag k="name" v="Wängi"/>
+ <tag k="operator" v="FW"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Wängi"/>
+ <tag k="uic_ref" v="8506176"/>
+ </node>
+ <node id="549315239" lat="47.4815584" lon="8.9918977" version="4" timestamp="2013-11-05T12:59:58Z" changeset="18728610" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="518"/>
+ <tag k="name" v="Münchwilen Pflegeheim"/>
+ <tag k="operator" v="FW"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Münchwilen Pflegeheim"/>
+ <tag k="uic_ref" v="8506170"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="549328645" lat="47.4924034" lon="8.9749314" version="4" timestamp="2013-02-16T15:39:10Z" changeset="15052758" uid="266672" user="tf66">
+ <tag k="ele" v="487"/>
+ <tag k="name" v="Rosental"/>
+ <tag k="operator" v="FW"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Rosental"/>
+ <tag k="uic_ref" v="8506177"/>
+ </node>
+ <node id="549339154" lat="47.5022256" lon="8.9487106" version="3" timestamp="2013-02-16T15:39:10Z" changeset="15052758" uid="266672" user="tf66">
+ <tag k="ele" v="466"/>
+ <tag k="name" v="Wiesengrund"/>
+ <tag k="operator" v="FW"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Wiesengrund"/>
+ <tag k="uic_ref" v="8506169"/>
+ </node>
+ <node id="555006353" lat="46.4937558" lon="7.4217207" version="6" timestamp="2013-07-29T21:33:00Z" changeset="17145246" uid="1399112" user="Jenseblume">
+ <tag k="ele" v="1023"/>
+ <tag k="name" v="Matten"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Matten"/>
+ <tag k="uic_ref" v="8507277"/>
+ </node>
+ <node id="567312811" lat="46.9787598" lon="8.5869224" version="9" timestamp="2014-11-11T15:55:15Z" changeset="26714555" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="770"/>
+ <tag k="name" v="Seelisberg"/>
+ <tag k="operator" v="TSB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Seelisberg"/>
+ <tag k="uic_ref" v="8508499"/>
+ </node>
+ <node id="600391627" lat="47.0871923" lon="7.1320031" version="7" timestamp="2014-11-28T15:45:15Z" changeset="27092757" uid="2490840" user="flm_asm">
+ <tag k="ele" v="581"/>
+ <tag k="name" v="Festi / Château"/>
+ <tag k="operator" v="asm"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="shelter" v="yes"/>
+ <tag k="uic_name" v="Festi/Château"/>
+ <tag k="uic_ref" v="8504357"/>
+ </node>
+ <node id="603714630" lat="46.3391938" lon="7.0060435" version="4" timestamp="2014-09-17T16:04:55Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1268"/>
+ <tag k="name" v="Leysin-Village"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Leysin-Village"/>
+ <tag k="uic_ref" v="8501481"/>
+ </node>
+ <node id="605081667" lat="47.4069999" lon="9.4506072" version="9" timestamp="2014-09-17T16:04:48Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="932"/>
+ <tag k="name" v="Bendlehn"/>
+ <tag k="nat_name" v="Speicher, Bendlehn"/>
+ <tag k="operator" v="AB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bendlehn"/>
+ <tag k="uic_ref" v="8506367"/>
+ </node>
+ <node id="605081704" lat="47.4072040" lon="9.4612200" version="6" timestamp="2014-09-17T16:05:01Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="919"/>
+ <tag k="name" v="Trogen"/>
+ <tag k="nat_name" v="Trogen"/>
+ <tag k="operator" v="AB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Trogen"/>
+ <tag k="uic_ref" v="8506369"/>
+ </node>
+ <node id="606939198" lat="47.3199719" lon="7.9631738" version="5" timestamp="2014-09-22T18:09:48Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="467"/>
+ <tag k="name" v="Walterswil-Striegel"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WAST"/>
+ <tag k="uic_name" v="Walterswil-Striegel"/>
+ <tag k="uic_ref" v="8502121"/>
+ </node>
+ <node id="617642400" lat="47.4191651" lon="7.7638343" version="3" timestamp="2013-01-30T22:06:09Z" changeset="14853085" uid="1136962" user="stupot0041">
+ <tag k="ele" v="446"/>
+ <tag k="name" v="Hölstein Weidbächli"/>
+ <tag k="operator" v="WB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Hölstein Weidbächli"/>
+ <tag k="uic_ref" v="8500093"/>
+ </node>
+ <node id="623883948" lat="46.8097146" lon="9.8420441" version="6" timestamp="2013-03-08T23:56:37Z" changeset="15296891" uid="123364" user="Tronikon">
+ <tag k="ele" v="1560"/>
+ <tag k="name" v="Davos Dorf"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Davos Dorf"/>
+ <tag k="uic_ref" v="8509072"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wikipedia" v="en:Davos Dorf (Rhaetian Railway station)"/>
+ </node>
+ <node id="636798044" lat="47.3520270" lon="7.9076220" version="8" timestamp="2015-08-07T12:59:13Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="396"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Olten"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="platforms" v="10"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OL"/>
+ <tag k="uic_name" v="Olten"/>
+ <tag k="uic_ref" v="8500218"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="639276682" lat="46.8882840" lon="6.5532350" version="4" timestamp="2014-11-30T19:27:32Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="769"/>
+ <tag k="name" v="Buttes"/>
+ <tag k="operator" v="TRN"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BT"/>
+ <tag k="uic_name" v="Buttes"/>
+ <tag k="uic_ref" v="8504288"/>
+ </node>
+ <node id="642988980" lat="46.2196508" lon="7.6025218" version="5" timestamp="2010-12-13T14:18:02Z" changeset="6648139" uid="67370" user="extremecarver">
+ <tag k="ele" v="1684"/>
+ <tag k="name" v="St-Luc"/>
+ <tag k="operator" v="FLC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="St-Luc FLC"/>
+ <tag k="uic_ref" v="8530142"/>
+ </node>
+ <node id="642989057" lat="46.2291808" lon="7.6096854" version="5" timestamp="2010-12-13T14:18:03Z" changeset="6648139" uid="67370" user="extremecarver">
+ <tag k="ele" v="2182"/>
+ <tag k="name" v="Tignousa"/>
+ <tag k="operator" v="FLC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Tignousa"/>
+ <tag k="uic_ref" v="8530143"/>
+ </node>
+ <node id="655286248" lat="46.0225095" lon="7.7514497" version="5" timestamp="2015-09-17T12:33:24Z" changeset="34082148" uid="524500" user="wheelmap_android">
+ <tag k="ele" v="1604"/>
+ <tag k="name" v="Sunneggabahn Talstation"/>
+ <tag k="operator" v="ZBAG"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zermatt ZBAG-zsb"/>
+ <tag k="uic_ref" v="8530212"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="678571598" lat="47.6288420" lon="9.2470000" version="4" timestamp="2014-09-22T18:09:29Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="409"/>
+ <tag k="name" v="Landschlacht"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LDS"/>
+ <tag k="uic_name" v="Landschlacht"/>
+ <tag k="uic_ref" v="8588122"/>
+ </node>
+ <node id="690893499" lat="46.1846490" lon="8.7298537" version="4" timestamp="2014-05-04T21:13:32Z" changeset="22134808" uid="481380" user="Nzara">
+ <tag k="ele" v="277"/>
+ <tag k="name" v="Verscio"/>
+ <tag k="operator" v="FART"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Verscio"/>
+ <tag k="uic_ref" v="8505492"/>
+ </node>
+ <node id="696524685" lat="46.8992017" lon="6.7809478" version="9" timestamp="2014-09-23T10:34:23Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="451"/>
+ <tag k="name" v="Gorgier / Saint-Aubin"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GOR"/>
+ <tag k="uic_name" v="Gorgier-St-Aubin"/>
+ <tag k="uic_ref" v="8504205"/>
+ </node>
+ <node id="699886357" lat="46.6680510" lon="6.8023550" version="4" timestamp="2014-09-23T10:34:26Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="510"/>
+ <tag k="name" v="Moudon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MD"/>
+ <tag k="uic_name" v="Moudon"/>
+ <tag k="uic_ref" v="8504120"/>
+ </node>
+ <node id="701192319" lat="46.2737600" lon="7.0602010" version="4" timestamp="2014-09-17T16:04:52Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1131"/>
+ <tag k="name" v="Gryon"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Gryon"/>
+ <tag k="uic_ref" v="8501492"/>
+ </node>
+ <node id="735475253" lat="46.1733131" lon="8.7963615" version="6" timestamp="2015-06-06T18:54:53Z" changeset="31775256" uid="26726" user="lonvia">
+ <tag k="name" v="Muralto Belvedere"/>
+ <tag k="operator" v="FLMS"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Muralto Belvedere"/>
+ <tag k="uic_ref" v="8530827"/>
+ </node>
+ <node id="746341248" lat="46.2957827" lon="7.0565317" version="4" timestamp="2014-09-17T16:05:02Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1253"/>
+ <tag k="name" v="Villars-sur-Ollon"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Villars-sur-Ollon"/>
+ <tag k="uic_ref" v="8501495"/>
+ </node>
+ <node id="762194590" lat="47.3688189" lon="8.8782140" version="5" timestamp="2014-09-13T11:06:51Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="639"/>
+ <tag k="name" v="Bauma"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BMA"/>
+ <tag k="uic_name" v="Bauma"/>
+ <tag k="uic_ref" v="8503134"/>
+ </node>
+ <node id="765901241" lat="46.5272431" lon="8.6723691" version="4" timestamp="2015-05-03T17:03:30Z" changeset="30753811" uid="2265854" user="G4rp">
+ <tag k="ele" v="1793"/>
+ <tag k="name" v="Piora"/>
+ <tag k="operator" v="FPR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Piora"/>
+ <tag k="uic_ref" v="8505260"/>
+ </node>
+ <node id="776949252" lat="46.1651656" lon="8.6491414" version="4" timestamp="2014-05-04T21:49:49Z" changeset="22134808" uid="481380" user="Nzara">
+ <tag k="ele" v="534"/>
+ <tag k="name" v="Verdasio"/>
+ <tag k="operator" v="FART"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Verdasio"/>
+ <tag k="uic_ref" v="8505496"/>
+ </node>
+ <node id="831323757" lat="46.8718800" lon="7.2808429" version="4" timestamp="2014-09-23T08:51:13Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="bench" v="yes"/>
+ <tag k="ele" v="598"/>
+ <tag k="name" v="Wünnewil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WUE"/>
+ <tag k="uic_name" v="Wünnewil"/>
+ <tag k="uic_ref" v="8504113"/>
+ </node>
+ <node id="955043565" lat="46.4541321" lon="6.9436648" version="7" timestamp="2014-11-11T16:12:04Z" changeset="26714949" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="970"/>
+ <tag k="name" v="Les Avants"/>
+ <tag k="operator" v="MVR-las"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Avants-Funi, Les"/>
+ <tag k="uic_ref" v="8501350"/>
+ </node>
+ <node id="956231542" lat="46.5875365" lon="8.4647733" version="6" timestamp="2010-12-30T22:17:16Z" changeset="6814756" uid="130472" user="fx99">
+ <tag k="ele" v="1846"/>
+ <tag k="name" v="Tiefenbach DFB"/>
+ <tag k="operator" v="DFB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Tiefenbach DFB"/>
+ <tag k="uic_ref" v="8530613"/>
+ </node>
+ <node id="957203502" lat="46.0618036" lon="7.9099016" version="2" timestamp="2015-03-20T04:09:20Z" changeset="29606193" uid="1771944" user="dkwolf">
+ <tag k="name" v="Hohlaub"/>
+ <tag k="operator" v="LSF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Hohlaub"/>
+ <tag k="uic_ref" v="8501338"/>
+ </node>
+ <node id="959673315" lat="46.5672865" lon="8.4042740" version="9" timestamp="2015-06-18T12:44:19Z" changeset="32050047" uid="311036" user="haavee">
+ <tag k="ele" v="2118"/>
+ <tag k="name" v="Muttbach-Belvédère"/>
+ <tag k="operator" v="DFB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Muttbach-Belvédère"/>
+ <tag k="uic_ref" v="8501634"/>
+ </node>
+ <node id="959673351" lat="46.5762946" lon="8.4284703" version="8" timestamp="2015-06-18T12:41:04Z" changeset="32050047" uid="311036" user="haavee">
+ <tag k="ele" v="2160"/>
+ <tag k="name" v="Furka DFB"/>
+ <tag k="operator" v="DFB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Furka DFB"/>
+ <tag k="uic_ref" v="8530614"/>
+ </node>
+ <node id="973605493" lat="46.4571450" lon="6.9389170" version="4" timestamp="2014-11-11T16:12:04Z" changeset="26714949" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="1154"/>
+ <tag k="name" v="Sonloup"/>
+ <tag k="operator" v="MVR-las"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sonloup"/>
+ <tag k="uic_ref" v="8501351"/>
+ </node>
+ <node id="983788188" lat="46.6172690" lon="6.4111820" version="3" timestamp="2014-11-30T19:27:33Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="666"/>
+ <tag k="name" v="L'Isle-Mont-la-Ville"/>
+ <tag k="operator" v="MBC"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ISLE"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="L'Isle-Mont-la-Ville"/>
+ <tag k="uic_ref" v="8501099"/>
+ </node>
+ <node id="983805077" lat="46.9093260" lon="6.5632940" version="3" timestamp="2014-09-17T16:04:58Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="789"/>
+ <tag k="name" v="Saint-Sulpice NE"/>
+ <tag k="operator" v="TRN"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="St-Sulpice NE"/>
+ <tag k="uic_ref" v="8504289"/>
+ </node>
+ <node id="983805184" lat="46.8508760" lon="6.7231660" version="3" timestamp="2014-09-23T10:34:21Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="435"/>
+ <tag k="name" v="Concise"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CC"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Concise"/>
+ <tag k="uic_ref" v="8504203"/>
+ </node>
+ <node id="983828546" lat="46.0526060" lon="7.1487826" version="4" timestamp="2015-11-03T06:36:18Z" changeset="35049341" uid="452231" user="balducien">
+ <tag k="ele" v="818"/>
+ <tag k="name" v="La Douay"/>
+ <tag k="operator" v="TMR"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Douay, La"/>
+ <tag k="uic_ref" v="8501577"/>
+ </node>
+ <node id="983834950" lat="46.2777147" lon="7.0675788" version="3" timestamp="2014-09-17T16:04:52Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1175"/>
+ <tag k="name" v="Gryon Bois-Gentil"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Gryon Bois-Gentil"/>
+ <tag k="uic_ref" v="8588193"/>
+ </node>
+ <node id="983835278" lat="46.4705851" lon="7.4354933" version="2" timestamp="2011-04-25T20:38:17Z" changeset="7968560" uid="117958" user="geo-ranger">
+ <tag k="ele" v="1037"/>
+ <tag k="name" v="Boden"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Boden"/>
+ <tag k="uic_ref" v="8507278"/>
+ </node>
+ <node id="983835725" lat="46.2435892" lon="6.9299964" version="4" timestamp="2014-09-17T16:04:50Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="687"/>
+ <tag k="name" v="Chemex"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Chemex"/>
+ <tag k="uic_ref" v="8501456"/>
+ </node>
+ <node id="983848011" lat="46.6214930" lon="6.8499576" version="4" timestamp="2014-09-23T10:34:29Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="757"/>
+ <tag k="name" v="Vauderens"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="VD"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Vauderens"/>
+ <tag k="uic_ref" v="8504021"/>
+ </node>
+ <node id="983858446" lat="47.0749265" lon="7.2011709" version="3" timestamp="2014-11-28T15:32:13Z" changeset="27092392" uid="2490840" user="flm_asm">
+ <tag k="ele" v="550"/>
+ <tag k="name" v="Gerolfingen"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Gerolfingen, Bahnhof"/>
+ <tag k="uic_ref" v="8582683"/>
+ </node>
+ <node id="983859112" lat="47.1018848" lon="7.2194904" version="4" timestamp="2014-11-28T15:29:56Z" changeset="27092392" uid="2490840" user="flm_asm">
+ <tag k="ele" v="450"/>
+ <tag k="farezone:zigzag" v="20"/>
+ <tag k="name" v="Sutz"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sutz, Bahnhof"/>
+ <tag k="uic_ref" v="8582704"/>
+ </node>
+ <node id="983969271" lat="47.0204519" lon="7.4977465" version="4" timestamp="2014-09-23T11:35:51Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="526"/>
+ <tag k="name" v="Schönbühl"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCBS"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Schönbühl RBS"/>
+ <tag k="uic_ref" v="8508057"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="983969281" lat="47.0901573" lon="7.7730324" version="4" timestamp="2014-09-23T11:06:17Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="685"/>
+ <tag k="name" v="Mussachen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MUSS"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Mussachen"/>
+ <tag k="uic_ref" v="8508287"/>
+ </node>
+ <node id="983974261" lat="46.7626841" lon="7.6192825" version="4" timestamp="2014-09-23T11:06:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="557"/>
+ <tag k="name" v="Schwäbis"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SWB"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Schwäbis"/>
+ <tag k="uic_ref" v="8508250"/>
+ </node>
+ <node id="984003073" lat="46.0085186" lon="8.9750146" version="3" timestamp="2014-11-11T16:22:37Z" changeset="26715194" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="480"/>
+ <tag k="name" v="Albonago"/>
+ <tag k="operator" v="FMB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Albonago"/>
+ <tag k="uic_ref" v="8505376"/>
+ </node>
+ <node id="984003281" lat="46.0113246" lon="8.9811830" version="6" timestamp="2015-02-22T18:41:55Z" changeset="29028082" uid="2649006" user="Mappino">
+ <tag k="ele" v="649"/>
+ <tag k="name" v="Utoring"/>
+ <tag k="operator" v="FMB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Utoring"/>
+ <tag k="uic_ref" v="8530829"/>
+ </node>
+ <node id="984013992" lat="46.8699606" lon="8.3720851" version="6" timestamp="2015-04-26T15:50:58Z" changeset="30507570" uid="67515" user="threefoursixninefour">
+ <tag k="ele" v="573"/>
+ <tag k="name" v="Grafenort"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GRAF"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Grafenort"/>
+ <tag k="uic_ref" v="8508396"/>
+ </node>
+ <node id="984712482" lat="46.2980570" lon="10.0747580" version="3" timestamp="2013-06-09T21:09:03Z" changeset="16488409" uid="123364" user="Tronikon">
+ <tag k="ele" v="973"/>
+ <tag k="name" v="Le Prese (incrocio)"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="passenger" v="no"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Prese, Le (incrocio)"/>
+ <tag k="uic_ref" v="8515161"/>
+ </node>
+ <node id="984713923" lat="46.8939026" lon="9.8433931" version="2" timestamp="2015-08-23T16:35:26Z" changeset="33528045" uid="372615" user="sennewald63">
+ <tag k="ele" v="1010"/>
+ <tag k="name" v="Serneus, Mezzaselva"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Serneus, Mezzaselva"/>
+ <tag k="uic_ref" v="8581199"/>
+ </node>
+ <node id="984734050" lat="47.3378351" lon="9.1306380" version="6" timestamp="2014-09-22T18:09:14Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="654"/>
+ <tag k="name" v="Brunnadern-Neckertal"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BRN"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Brunnadern-Neckertal"/>
+ <tag k="uic_ref" v="8506294"/>
+ </node>
+ <node id="984740011" lat="47.0933080" lon="8.6691300" version="3" timestamp="2014-09-23T11:08:59Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="936"/>
+ <tag k="name" v="Biberegg"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BIGG"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Biberegg"/>
+ <tag k="uic_ref" v="8503290"/>
+ </node>
+ <node id="984751856" lat="47.5176340" lon="9.3370236" version="3" timestamp="2014-09-22T18:09:33Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="479"/>
+ <tag k="name" v="Muolen"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MUO"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Muolen"/>
+ <tag k="uic_ref" v="8506396"/>
+ </node>
+ <node id="984751870" lat="47.5315360" lon="9.3498360" version="3" timestamp="2014-09-22T18:09:44Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="448"/>
+ <tag k="name" v="Steinebrunn"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STB"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Steinebrunn"/>
+ <tag k="uic_ref" v="8506397"/>
+ </node>
+ <node id="984751932" lat="47.5928350" lon="9.1640790" version="2" timestamp="2014-09-23T11:35:46Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="555"/>
+ <tag k="name" v="Altishausen"/>
+ <tag k="operator" v="THURBO"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AHAU"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Altishausen"/>
+ <tag k="uic_ref" v="8506199"/>
+ </node>
+ <node id="984762323" lat="47.3127233" lon="8.6741608" version="3" timestamp="2015-10-29T15:35:49Z" changeset="34951963" uid="452231" user="balducien">
+ <tag k="ele" v="604"/>
+ <tag k="name" v="Neuhaus bei Hinteregg"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Neuhaus bei Hinteregg"/>
+ <tag k="uic_ref" v="8503072"/>
+ </node>
+ <node id="1024285550" lat="47.1187022" lon="7.3375919" version="5" timestamp="2015-01-09T08:55:05Z" changeset="28014434" uid="481380" user="Nzara">
+ <tag k="ele" v="434"/>
+ <tag k="farezone:zigzag" v="32"/>
+ <tag k="name" v="Dotzigen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DON"/>
+ <tag k="uic_name" v="Dotzigen"/>
+ <tag k="uic_ref" v="8500220"/>
+ </node>
+ <node id="1047886809" lat="47.0186554" lon="7.4938901" version="4" timestamp="2014-09-23T11:35:51Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="526"/>
+ <tag k="name" v="Shoppyland"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCSH"/>
+ <tag k="uic_name" v="Schönbühl Shoppyland"/>
+ <tag k="uic_ref" v="8508071"/>
+ </node>
+ <node id="1059035581" lat="46.6369110" lon="8.5934050" version="2" timestamp="2014-09-17T16:04:47Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1436"/>
+ <tag k="name" v="Andermatt"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Andermatt"/>
+ <tag k="uic_ref" v="8505165"/>
+ </node>
+ <node id="1060554622" lat="47.3682944" lon="8.5606567" version="5" timestamp="2014-11-11T15:43:20Z" changeset="26714298" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="445"/>
+ <tag k="name" v="Römerhof"/>
+ <tag k="operator" v="DBZ"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="ref_name" v="Zürich, Römerhof"/>
+ <tag k="uic_name" v="Zürich Römerhof"/>
+ <tag k="uic_ref" v="8503083"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1071633268" lat="46.6395005" lon="6.6330600" version="5" timestamp="2014-12-07T20:45:29Z" changeset="27320365" uid="481380" user="Nzara">
+ <tag k="ele" v="617"/>
+ <tag k="name" v="Echallens"/>
+ <tag k="operator" v="LEB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ECH"/>
+ <tag k="uic_name" v="Echallens"/>
+ <tag k="uic_ref" v="8501173"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1100949260" lat="46.3446344" lon="7.0085879" version="2" timestamp="2014-09-17T16:04:55Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1398"/>
+ <tag k="name" v="Leysin Feydey"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Leysin-Feydey"/>
+ <tag k="uic_ref" v="8501482"/>
+ </node>
+ <node id="1189482494" lat="47.4114986" lon="8.5441507" version="4" timestamp="2014-09-22T18:09:52Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="442"/>
+ <tag k="name" v="Zürich Oerlikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZOER"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Oerlikon"/>
+ <tag k="uic_ref" v="8503006"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1219787004" lat="47.4058050" lon="8.4049220" version="9" timestamp="2015-08-07T12:59:08Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="388"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Dietikon"/>
+ <tag k="opening_hours" v="Mo-Fr 6:30-19:15; Sa-Su 7:15-18:15"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DT"/>
+ <tag k="uic_name" v="Dietikon"/>
+ <tag k="uic_ref" v="8503508"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1222221178" lat="47.3993035" lon="8.4466160" version="3" timestamp="2014-09-22T18:09:42Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="393"/>
+ <tag k="name" v="Schlieren"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCHL"/>
+ <tag k="uic_name" v="Schlieren"/>
+ <tag k="uic_ref" v="8503509"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1231420538" lat="47.3851609" lon="8.5173926" version="4" timestamp="2015-08-07T12:59:20Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="415"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Zürich Hardbrücke"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZHDB"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Hardbrücke"/>
+ <tag k="uic_ref" v="8503020"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1231713221" lat="46.8693830" lon="9.8809843" version="5" timestamp="2014-03-21T15:26:32Z" changeset="21227094" uid="481380" user="Nzara">
+ <tag k="ele" v="1191"/>
+ <tag k="name" v="Klosters Platz"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Klosters"/>
+ <tag k="uic_ref" v="8509068"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wikipedia" v="en:Klosters (Rhaetian Railway station)"/>
+ </node>
+ <node id="1232262197" lat="47.3920319" lon="8.5290758" version="3" timestamp="2015-10-23T06:19:54Z" changeset="34814129" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="425"/>
+ <tag k="name" v="Zürich Wipkingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZWIP"/>
+ <tag k="uic_name" v="Zürich Wipkingen"/>
+ <tag k="uic_ref" v="8503015"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1236383343" lat="47.3781008" lon="8.5393635" version="8" timestamp="2015-11-30T15:54:46Z" changeset="35668508" uid="2455020" user="EJ_">
+ <tag k="ele" v="408"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Zürich Hauptbahnhof"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZUE"/>
+ <tag k="short_name" v="Zürich HB"/>
+ <tag k="uic_name" v="Zürich HB"/>
+ <tag k="uic_ref" v="8503000"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1239733410" lat="47.3667071" lon="8.5487611" version="3" timestamp="2014-09-22T18:09:52Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="411"/>
+ <tag k="name" v="Zürich Stadelhofen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZSTH"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Stadelhofen"/>
+ <tag k="uic_ref" v="8503003"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1239941343" lat="47.3971647" lon="8.5961093" version="6" timestamp="2015-08-07T12:59:16Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="450"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Stettbach"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STET"/>
+ <tag k="uic_name" v="Stettbach"/>
+ <tag k="uic_ref" v="8503147"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1240218104" lat="47.4126250" lon="8.5923797" version="5" timestamp="2015-08-07T12:59:17Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="431"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Wallisellen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WS"/>
+ <tag k="uic_name" v="Wallisellen"/>
+ <tag k="uic_ref" v="8503129"/>
+ </node>
+ <node id="1240254898" lat="47.4299507" lon="8.5618129" version="3" timestamp="2014-09-22T18:09:37Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="427"/>
+ <tag k="name" v="Opfikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OP"/>
+ <tag k="uic_name" v="Opfikon"/>
+ <tag k="uic_ref" v="8503340"/>
+ </node>
+ <node id="1240260092" lat="47.4502948" lon="8.5622313" version="5" timestamp="2014-09-17T02:56:49Z" changeset="25491873" uid="481380" user="Nzara">
+ <tag k="covered" v="yes"/>
+ <tag k="ele" v="430"/>
+ <tag k="name" v="Zürich Flughafen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZFH"/>
+ <tag k="uic_name" v="Zürich Flughafen"/>
+ <tag k="uic_ref" v="8503016"/>
+ </node>
+ <node id="1240269753" lat="47.4486212" lon="8.5837030" version="4" timestamp="2014-09-22T18:09:28Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="447"/>
+ <tag k="name" v="Kloten"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KL"/>
+ <tag k="uic_name" v="Kloten"/>
+ <tag k="uic_ref" v="8503308"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1240277150" lat="47.4384334" lon="8.6262753" version="3" timestamp="2014-09-22T18:09:11Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="455"/>
+ <tag k="name" v="Bassersdorf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BSD"/>
+ <tag k="uic_name" v="Bassersdorf"/>
+ <tag k="uic_ref" v="8503307"/>
+ </node>
+ <node id="1240354282" lat="47.4202466" lon="8.6195449" version="6" timestamp="2015-11-13T11:03:47Z" changeset="35281186" uid="719152" user="Lynx87">
+ <tag k="ele" v="445"/>
+ <tag k="name" v="Dietlikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DTL"/>
+ <tag k="toilets:wheelchair" v="yes"/>
+ <tag k="uic_name" v="Dietlikon"/>
+ <tag k="uic_ref" v="8503306"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1241005663" lat="47.4258479" lon="8.6866264" version="5" timestamp="2015-08-07T12:59:08Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="511"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Effretikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EF"/>
+ <tag k="uic_name" v="Effretikon"/>
+ <tag k="uic_ref" v="8503305"/>
+ </node>
+ <node id="1241075021" lat="47.4532115" lon="8.7056583" version="3" timestamp="2014-09-22T18:09:27Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="469"/>
+ <tag k="name" v="Kemptthal"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KE"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Kemptthal"/>
+ <tag k="uic_ref" v="8503304"/>
+ </node>
+ <node id="1246649935" lat="47.4088849" lon="8.7227071" version="5" timestamp="2014-09-22T18:09:26Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="517"/>
+ <tag k="name" v="Illnau"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="IL"/>
+ <tag k="uic_name" v="Illnau"/>
+ <tag k="uic_ref" v="8503303"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1246927285" lat="47.3851530" lon="8.7500307" version="3" timestamp="2014-09-22T18:09:21Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="531"/>
+ <tag k="name" v="Fehraltorf"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FET"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Fehraltorf"/>
+ <tag k="uic_ref" v="8503302"/>
+ </node>
+ <node id="1247061685" lat="47.3670665" lon="8.7847682" version="4" timestamp="2014-09-22T18:09:37Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="547"/>
+ <tag k="name" v="Pfäffikon ZH"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PFZ"/>
+ <tag k="uic_name" v="Pfäffikon ZH"/>
+ <tag k="uic_ref" v="8503301"/>
+ </node>
+ <node id="1247149601" lat="47.3319037" lon="8.8046608" version="5" timestamp="2015-10-26T16:41:02Z" changeset="34886167" uid="719152" user="Lynx87">
+ <tag k="ele" v="552"/>
+ <tag k="name" v="Kempten"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KN"/>
+ <tag k="uic_name" v="Kempten"/>
+ <tag k="uic_ref" v="8503300"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1247229579" lat="47.3180931" lon="8.7922663" version="8" timestamp="2015-08-07T12:59:18Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="532"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Wetzikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WZ"/>
+ <tag k="uic_name" v="Wetzikon"/>
+ <tag k="uic_ref" v="8503123"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wheelchair:description" v="Nur nit Voranmldung Einstieg möglich, ausser es sind Züge der neusten Generation, da kommt man mit etwas Übung auch alleine rein (5-8cm Spalt)"/>
+ </node>
+ <node id="1247695897" lat="47.3357134" lon="8.7659456" version="3" timestamp="2014-09-22T18:09:10Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="506"/>
+ <tag k="name" v="Aathal"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AAT"/>
+ <tag k="uic_name" v="Aathal"/>
+ <tag k="uic_ref" v="8503124"/>
+ </node>
+ <node id="1248313818" lat="47.3506835" lon="8.7184647" version="4" timestamp="2015-08-07T12:59:17Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="464"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Uster"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UST"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Uster"/>
+ <tag k="uic_ref" v="8503125"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1248354066" lat="47.3695444" lon="8.6859458" version="5" timestamp="2014-09-22T18:09:36Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="449"/>
+ <tag k="name" v="Nänikon-Greifensee"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NAEN"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Nänikon-Greifensee"/>
+ <tag k="uic_ref" v="8503126"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1248429948" lat="47.3843303" lon="8.6588276" version="4" timestamp="2015-08-07T12:59:15Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="443"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Schwerzenbach"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCWE"/>
+ <tag k="uic_name" v="Schwerzenbach ZH"/>
+ <tag k="uic_ref" v="8503127"/>
+ </node>
+ <node id="1248535234" lat="47.4003811" lon="8.6231240" version="7" timestamp="2015-10-26T12:58:34Z" changeset="34881129" uid="719152" user="Lynx87">
+ <tag k="ele" v="440"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Dübendorf"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DUE"/>
+ <tag k="uic_name" v="Dübendorf"/>
+ <tag k="uic_ref" v="8503128"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1249885897" lat="47.3909777" lon="8.0526099" version="6" timestamp="2015-02-04T10:17:27Z" changeset="28607589" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="383"/>
+ <tag k="name" v="Aarau WSB"/>
+ <tag k="network" v="A-Welle"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AAWS"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Aarau WSB"/>
+ <tag k="uic_ref" v="8502170"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1259866486" lat="47.2599600" lon="7.6613348" version="6" timestamp="2014-09-23T11:35:50Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="490"/>
+ <tag k="name" v="Oberbipp"/>
+ <tag k="operator" v="ASM"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OBBI"/>
+ <tag k="uic_name" v="Oberbipp"/>
+ <tag k="uic_ref" v="8500288"/>
+ </node>
+ <node id="1261444104" lat="47.3724721" lon="8.5318950" version="5" timestamp="2015-01-28T10:55:14Z" changeset="28462187" uid="2292586" user="imsinfo-yhe">
+ <tag k="covered" v="yes"/>
+ <tag k="ele" v="398"/>
+ <tag k="name" v="Zürich Selnau"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZSEL"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Selnau"/>
+ <tag k="uic_ref" v="8503090"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1261444152" lat="47.3628473" lon="8.5180854" version="6" timestamp="2015-12-02T09:59:41Z" changeset="35702156" uid="3421576" user="theamauchle">
+ <tag k="ele" v="421"/>
+ <tag k="name" v="Zürich Binz"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZBZ"/>
+ <tag k="uic_name" v="Zürich Binz"/>
+ <tag k="uic_ref" v="8503051"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wheelchair_toilet" v="unknown"/>
+ </node>
+ <node id="1261958523" lat="47.3648164" lon="8.5075769" version="4" timestamp="2015-10-30T07:23:45Z" changeset="34965727" uid="452231" user="balducien">
+ <tag k="ele" v="446"/>
+ <tag k="name" v="Zürich Friesenberg"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FRIB"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Friesenberg"/>
+ <tag k="uic_ref" v="8503052"/>
+ </node>
+ <node id="1261981415" lat="47.3649332" lon="8.4953639" version="2" timestamp="2015-01-27T08:04:09Z" changeset="28436703" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="485"/>
+ <tag k="name" v="Zürich Triemli"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TRLI"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Triemli"/>
+ <tag k="uic_ref" v="8503054"/>
+ </node>
+ <node id="1262073820" lat="47.3602550" lon="8.4773761" version="4" timestamp="2015-01-26T15:22:34Z" changeset="28420972" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="682"/>
+ <tag k="name" v="Ringlikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RILI"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Ringlikon"/>
+ <tag k="uic_ref" v="8503056"/>
+ </node>
+ <node id="1262086033" lat="47.3519751" lon="8.4874815" version="3" timestamp="2015-01-26T14:44:26Z" changeset="28420085" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="813"/>
+ <tag k="name" v="Uetliberg"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UEBE"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Uetliberg"/>
+ <tag k="uic_ref" v="8503057"/>
+ </node>
+ <node id="1264771132" lat="47.3627627" lon="8.5221783" version="4" timestamp="2015-01-28T10:21:12Z" changeset="28461710" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="418"/>
+ <tag k="name" v="Zürich Giesshübel"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZGH"/>
+ <tag k="uic_name" v="Zürich Giesshübel"/>
+ <tag k="uic_ref" v="8503091"/>
+ </node>
+ <node id="1264808495" lat="47.3580067" lon="8.5218339" version="3" timestamp="2015-01-28T10:19:10Z" changeset="28461672" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="420"/>
+ <tag k="name" v="Zürich Saalsporthalle"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZSAA"/>
+ <tag k="uic_name" v="Zürich Saalsporthalle"/>
+ <tag k="uic_ref" v="8503087"/>
+ </node>
+ <node id="1264882620" lat="47.3515976" lon="8.5262233" version="2" timestamp="2015-01-28T10:19:09Z" changeset="28461672" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="422"/>
+ <tag k="name" v="Zürich Brunau"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZBRU"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Brunau"/>
+ <tag k="uic_ref" v="8503086"/>
+ </node>
+ <node id="1265011513" lat="47.3330734" lon="8.5187267" version="2" timestamp="2015-01-28T07:42:35Z" changeset="28459307" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="435"/>
+ <tag k="name" v="Zürich Leimbach"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZLE"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Leimbach"/>
+ <tag k="uic_ref" v="8503094"/>
+ </node>
+ <node id="1265111168" lat="47.3123226" lon="8.5240799" version="3" timestamp="2015-01-28T07:51:35Z" changeset="28459417" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="452"/>
+ <tag k="name" v="Adliswil"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ADW"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Adliswil"/>
+ <tag k="uic_ref" v="8503096"/>
+ </node>
+ <node id="1265471983" lat="47.2683251" lon="8.5576347" version="2" timestamp="2015-01-28T07:51:36Z" changeset="28459417" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="488"/>
+ <tag k="name" v="Sihlwald"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SIW"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Sihlwald"/>
+ <tag k="uic_ref" v="8503098"/>
+ </node>
+ <node id="1265472081" lat="47.2874358" lon="8.5439885" version="2" timestamp="2015-01-28T07:51:36Z" changeset="28459417" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="468"/>
+ <tag k="name" v="Langnau-Gattikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LNG"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Langnau-Gattikon"/>
+ <tag k="uic_ref" v="8503097"/>
+ </node>
+ <node id="1270323047" lat="47.3717117" lon="8.5230648" version="2" timestamp="2014-09-22T18:09:53Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="405"/>
+ <tag k="name" v="Zürich Wiedikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZWIE"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Wiedikon"/>
+ <tag k="uic_ref" v="8503011"/>
+ </node>
+ <node id="1270614835" lat="47.3641833" lon="8.5307605" version="3" timestamp="2015-08-07T12:59:20Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="409"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Zürich Enge"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZEN"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Enge"/>
+ <tag k="uic_ref" v="8503010"/>
+ </node>
+ <node id="1273164743" lat="47.2769443" lon="8.5776545" version="3" timestamp="2015-10-29T10:41:08Z" changeset="34945811" uid="452231" user="balducien">
+ <tag k="ele" v="460"/>
+ <tag k="name" v="Oberrieden Dorf"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Oberrieden Dorf"/>
+ <tag k="uic_ref" v="8502209"/>
+ </node>
+ <node id="1273321595" lat="47.2586441" lon="8.5896602" version="4" timestamp="2014-09-22T18:09:25Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="484"/>
+ <tag k="name" v="Horgen Oberdorf"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HGO"/>
+ <tag k="uic_name" v="Horgen Oberdorf"/>
+ <tag k="uic_ref" v="8502208"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1278205325" lat="47.1827922" lon="8.5169552" version="3" timestamp="2014-09-13T11:06:51Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="428"/>
+ <tag k="name" v="Baar Lindenpark"/>
+ <tag k="network" v="Tarifverbund Zug"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BAAL"/>
+ <tag k="uic_name" v="Baar Lindenpark"/>
+ <tag k="uic_ref" v="8515993"/>
+ </node>
+ <node id="1280652702" lat="47.1737853" lon="8.5155086" version="4" timestamp="2015-08-07T12:59:20Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="425"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Zug"/>
+ <tag k="network" v="Tarifverbund Zug"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZG"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zug"/>
+ <tag k="uic_ref" v="8502204"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1286602751" lat="47.5003138" lon="8.7239736" version="10" timestamp="2015-11-13T15:47:02Z" changeset="35287031" uid="3080626" user="Weltstaat">
+ <tag k="ele" v="439"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Winterthur"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="W"/>
+ <tag k="uic_name" v="Winterthur"/>
+ <tag k="uic_ref" v="8506000"/>
+ <tag k="website" v="http://www.sbb.ch/bahnhof-services/am-bahnhof/bahnhof/railcity-winterthur"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1291611923" lat="47.3500875" lon="8.5613617" version="4" timestamp="2014-09-22T18:09:53Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="408"/>
+ <tag k="name" v="Zürich Tiefenbrunnen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZTB"/>
+ <tag k="uic_name" v="Zürich Tiefenbrunnen"/>
+ <tag k="uic_ref" v="8503004"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1293202658" lat="47.4187637" lon="8.5446268" version="4" timestamp="2014-09-22T18:09:52Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="442"/>
+ <tag k="name" v="Zürich Seebach"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZSEB"/>
+ <tag k="uic_name" v="Zürich Seebach"/>
+ <tag k="uic_ref" v="8503007"/>
+ </node>
+ <node id="1293232953" lat="47.4209007" lon="8.5081772" version="4" timestamp="2015-12-03T10:51:22Z" changeset="35722825" uid="3430698" user="Kratze">
+ <tag k="bin" v="yes"/>
+ <tag k="ele" v="456"/>
+ <tag k="name" v="Zürich Affoltern"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZAF"/>
+ <tag k="shelter" v="yes"/>
+ <tag k="uic_name" v="Zürich Affoltern"/>
+ <tag k="uic_ref" v="8503008"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1295126213" lat="47.4363997" lon="8.4722646" version="4" timestamp="2014-09-22T18:09:38Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="442"/>
+ <tag k="name" v="Regensdorf-Watt"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="REG"/>
+ <tag k="uic_name" v="Regensdorf-Watt"/>
+ <tag k="uic_ref" v="8503526"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1295286856" lat="47.4532818" lon="8.4373058" version="3" timestamp="2014-09-22T18:09:14Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="IBNR" v="8503527"/>
+ <tag k="ele" v="440"/>
+ <tag k="name" v="Buchs-Dällikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BUD"/>
+ <tag k="uic_name" v="Buchs-Dällikon"/>
+ <tag k="uic_ref" v="8503527"/>
+ </node>
+ <node id="1295889766" lat="47.4549968" lon="8.3882578" version="3" timestamp="2014-09-22T18:09:37Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="IBNR" v="8503528"/>
+ <tag k="ele" v="427"/>
+ <tag k="name" v="Otelfingen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OF"/>
+ <tag k="uic_name" v="Otelfingen"/>
+ <tag k="uic_ref" v="8503528"/>
+ </node>
+ <node id="1296263124" lat="47.4457221" lon="8.3577544" version="3" timestamp="2014-09-22T18:09:51Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="IBNR" v="8503529"/>
+ <tag k="ele" v="420"/>
+ <tag k="name" v="Würenlos"/>
+ <tag k="network" v="A-Welle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WUER"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Würenlos"/>
+ <tag k="uic_ref" v="8503529"/>
+ </node>
+ <node id="1300628760" lat="47.3373683" lon="8.5694921" version="2" timestamp="2014-09-22T18:09:51Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="415"/>
+ <tag k="name" v="Zollikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZK"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zollikon"/>
+ <tag k="uic_ref" v="8503100"/>
+ </node>
+ <node id="1300646901" lat="47.3268474" lon="8.5757474" version="4" timestamp="2015-10-30T12:41:41Z" changeset="34971562" uid="452231" user="balducien">
+ <tag k="ele" v="417"/>
+ <tag k="name" v="Küsnacht Goldbach"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Küsnacht Goldbach"/>
+ <tag k="uic_ref" v="8503141"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1300717238" lat="47.3192062" lon="8.5808707" version="2" timestamp="2014-09-22T18:09:29Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="415"/>
+ <tag k="name" v="Küsnacht ZH"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KUES"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Küsnacht ZH"/>
+ <tag k="uic_ref" v="8503101"/>
+ </node>
+ <node id="1305029643" lat="47.3058691" lon="8.5916592" version="4" timestamp="2014-09-22T18:09:20Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="419"/>
+ <tag k="name" v="Erlenbach ZH"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ERLB"/>
+ <tag k="uic_name" v="Erlenbach ZH"/>
+ <tag k="uic_ref" v="8503102"/>
+ </node>
+ <node id="1305115032" lat="47.2972890" lon="8.5989470" version="6" timestamp="2015-10-30T13:06:54Z" changeset="34971965" uid="452231" user="balducien">
+ <tag k="ele" v="520"/>
+ <tag k="name" v="Winkel am Zürichsee"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Winkel am Zürichsee"/>
+ <tag k="uic_ref" v="8503111"/>
+ </node>
+ <node id="1305607315" lat="47.2817769" lon="8.6126892" version="3" timestamp="2014-09-22T18:09:24Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="423"/>
+ <tag k="name" v="Herrliberg-Feldmeilen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HERL"/>
+ <tag k="uic_name" v="Herrliberg-Feldmeilen"/>
+ <tag k="uic_ref" v="8503103"/>
+ </node>
+ <node id="1305660372" lat="47.2696451" lon="8.6442022" version="5" timestamp="2015-08-07T12:59:12Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="420"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Meilen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ML"/>
+ <tag k="uic_name" v="Meilen"/>
+ <tag k="uic_ref" v="8503104"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1305717852" lat="47.2588686" lon="8.6790661" version="3" timestamp="2014-09-22T18:09:47Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="414"/>
+ <tag k="name" v="Uetikon am See"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UET"/>
+ <tag k="uic_name" v="Uetikon"/>
+ <tag k="uic_ref" v="8503105"/>
+ </node>
+ <node id="1309502573" lat="47.4987187" lon="8.7510097" version="4" timestamp="2014-09-13T11:07:00Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="452"/>
+ <tag k="name" v="Winterthur Grüze"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WGR"/>
+ <tag k="uic_name" v="Winterthur Grüze"/>
+ <tag k="uic_ref" v="8506001"/>
+ </node>
+ <node id="1310783650" lat="47.4874281" lon="8.7667673" version="5" timestamp="2014-09-13T11:07:00Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="468"/>
+ <tag k="name" v="Winterthur Seen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WSEE"/>
+ <tag k="uic_name" v="Winterthur Seen"/>
+ <tag k="uic_ref" v="8506002"/>
+ </node>
+ <node id="1311007154" lat="47.5076729" lon="8.7601154" version="3" timestamp="2014-09-22T18:09:36Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="457"/>
+ <tag k="name" v="Oberwinterthur"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OWT"/>
+ <tag k="uic_name" v="Oberwinterthur"/>
+ <tag k="uic_ref" v="8506016"/>
+ </node>
+ <node id="1313973484" lat="47.5357425" lon="8.7390581" version="4" timestamp="2014-12-06T02:45:20Z" changeset="27281846" uid="577816" user="martin0203">
+ <tag k="ele" v="455"/>
+ <tag k="name" v="Seuzach"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SEU"/>
+ <tag k="uic_name" v="Seuzach"/>
+ <tag k="uic_ref" v="8506020"/>
+ </node>
+ <node id="1317155980" lat="47.7456338" lon="8.7044713" version="6" timestamp="2014-11-18T17:58:36Z" changeset="26869667" uid="481380" user="Nzara">
+ <tag k="name" v="Thayngen"/>
+ <tag k="network" v="FlexTax"/>
+ <tag k="operator" v="DB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref:DBAG" v="RTG"/>
+ <tag k="railway:ref:SBB" v="THA"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Thayngen"/>
+ <tag k="uic_ref" v="8503461"/>
+ </node>
+ <node id="1317271480" lat="47.6829702" lon="8.6249258" version="7" timestamp="2015-11-10T18:31:12Z" changeset="35222660" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="397"/>
+ <tag k="name" v="Neuhausen"/>
+ <tag k="network" v="FlexTax"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NH"/>
+ <tag k="uic_name" v="Neuhausen"/>
+ <tag k="uic_ref" v="8503423"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1317308966" lat="47.6670802" lon="8.6138781" version="3" timestamp="2014-09-22T18:09:16Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="394"/>
+ <tag k="name" v="Dachsen"/>
+ <tag k="network" v="ZVV;FlexTax"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DA"/>
+ <tag k="uic_name" v="Dachsen"/>
+ <tag k="uic_ref" v="8506049"/>
+ </node>
+ <node id="1317339977" lat="47.6312292" lon="8.6560597" version="5" timestamp="2014-11-23T14:07:47Z" changeset="26973593" uid="795660" user="Loremo">
+ <tag k="ele" v="412"/>
+ <tag k="name" v="Marthalen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MTL"/>
+ <tag k="uic_name" v="Marthalen"/>
+ <tag k="uic_ref" v="8506048"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1317354601" lat="47.5937546" lon="8.6779137" version="5" timestamp="2014-09-22T18:09:10Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="402"/>
+ <tag k="name" v="Andelfingen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AN"/>
+ <tag k="uic_name" v="Andelfingen"/>
+ <tag k="uic_ref" v="8506047"/>
+ </node>
+ <node id="1317425466" lat="47.5645005" lon="8.6850343" version="2" timestamp="2014-09-22T18:09:24Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="434"/>
+ <tag k="name" v="Henggart"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HGT"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Henggart"/>
+ <tag k="uic_ref" v="8506046"/>
+ </node>
+ <node id="1317463581" lat="47.5453546" lon="8.6947652" version="4" timestamp="2014-09-22T18:09:24Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="425"/>
+ <tag k="name" v="Hettlingen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HET"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Hettlingen"/>
+ <tag k="uic_ref" v="8506045"/>
+ </node>
+ <node id="1317682772" lat="47.4151531" lon="9.1897276" version="6" timestamp="2014-09-13T11:06:52Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="611"/>
+ <tag k="name" v="Flawil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FLA"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Flawil"/>
+ <tag k="uic_ref" v="8506209"/>
+ </node>
+ <node id="1318982221" lat="47.3809783" lon="8.4302694" version="3" timestamp="2014-09-22T18:09:47Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="456"/>
+ <tag k="name" v="Urdorf Weihermatt"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="URDW"/>
+ <tag k="uic_name" v="Urdorf Weihermatt"/>
+ <tag k="uic_ref" v="8502229"/>
+ </node>
+ <node id="1319059823" lat="47.3575797" lon="8.4374136" version="3" timestamp="2014-09-22T18:09:13Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="488"/>
+ <tag k="name" v="Birmensdorf ZH"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BIR"/>
+ <tag k="uic_name" v="Birmensdorf ZH"/>
+ <tag k="uic_ref" v="8502221"/>
+ </node>
+ <node id="1321496221" lat="47.4308389" lon="8.5589108" version="3" timestamp="2014-09-22T18:09:22Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="432"/>
+ <tag k="name" v="Glattbrugg"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GLB"/>
+ <tag k="uic_name" v="Glattbrugg"/>
+ <tag k="uic_ref" v="8503310"/>
+ </node>
+ <node id="1321840643" lat="47.4540519" lon="8.5327101" version="3" timestamp="2014-09-22T18:09:40Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="430"/>
+ <tag k="name" v="Rümlang"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RUEM"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Rümlang"/>
+ <tag k="uic_ref" v="8503311"/>
+ </node>
+ <node id="1327631013" lat="47.4704022" lon="8.5104921" version="3" timestamp="2014-09-22T18:09:36Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="430"/>
+ <tag k="name" v="Oberglatt"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OGL"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Oberglatt"/>
+ <tag k="uic_ref" v="8503312"/>
+ </node>
+ <node id="1328354702" lat="47.4824141" lon="8.4593678" version="3" timestamp="2014-09-22T18:09:17Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="429"/>
+ <tag k="name" v="Dielsdorf"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DI"/>
+ <tag k="uic_name" v="Dielsdorf"/>
+ <tag k="uic_ref" v="8503315"/>
+ </node>
+ <node id="1328512534" lat="47.5113458" lon="8.3694229" version="4" timestamp="2014-09-22T18:09:35Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="444"/>
+ <tag k="name" v="Niederweningen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NW"/>
+ <tag k="uic_name" v="Niederweningen"/>
+ <tag k="uic_ref" v="8503319"/>
+ </node>
+ <node id="1329658757" lat="47.4875068" lon="8.5032999" version="3" timestamp="2014-09-22T18:09:35Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="424"/>
+ <tag k="name" v="Niederglatt"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NG"/>
+ <tag k="uic_name" v="Niederglatt"/>
+ <tag k="uic_ref" v="8503313"/>
+ </node>
+ <node id="1329773238" lat="47.5240143" lon="8.5362586" version="4" timestamp="2015-08-07T12:59:07Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="428"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Bülach"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BUE"/>
+ <tag k="uic_name" v="Bülach"/>
+ <tag k="uic_ref" v="8503400"/>
+ </node>
+ <node id="1330470648" lat="47.5205595" lon="8.5870215" version="3" timestamp="2014-09-22T18:09:19Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="423"/>
+ <tag k="name" v="Embrach-Rorbas"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EMB"/>
+ <tag k="uic_name" v="Embrach-Rorbas"/>
+ <tag k="uic_ref" v="8506041"/>
+ </node>
+ <node id="1330676298" lat="47.5066922" lon="8.6805185" version="6" timestamp="2015-07-24T16:03:54Z" changeset="32853409" uid="719152" user="Lynx87">
+ <tag k="ele" v="422"/>
+ <tag k="name" v="Winterthur Wülflingen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WWUE"/>
+ <tag k="uic_name" v="Winterthur Wülflingen"/>
+ <tag k="uic_ref" v="8506043"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wheelchair:description" v="Bahnsteigkante befindet sich auf Gleisniveau und ist mit Stufen ausgestattet."/>
+ </node>
+ <node id="1330704266" lat="47.4898671" lon="8.7100885" version="4" timestamp="2014-09-22T18:09:50Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="435"/>
+ <tag k="name" v="Winterthur Töss"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WTOE"/>
+ <tag k="uic_name" v="Winterthur Töss"/>
+ <tag k="uic_ref" v="8506044"/>
+ </node>
+ <node id="1333665650" lat="47.0453859" lon="9.4453692" version="3" timestamp="2014-01-20T10:02:02Z" changeset="20100378" uid="137823" user="RolandS">
+ <tag k="ele" v="482"/>
+ <tag k="name" v="Sargans"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SA"/>
+ <tag k="uic_name" v="Sargans"/>
+ <tag k="uic_ref" v="8509411"/>
+ </node>
+ <node id="1333943270" lat="47.0715687" lon="9.4805472" version="2" timestamp="2014-09-13T11:06:58Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="479"/>
+ <tag k="name" v="Trübbach"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TRUE"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Trübbach"/>
+ <tag k="uic_ref" v="8509408"/>
+ </node>
+ <node id="1338388633" lat="47.1253663" lon="9.4937731" version="3" timestamp="2014-09-13T11:06:57Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="458"/>
+ <tag k="name" v="Sevelen"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SEV"/>
+ <tag k="uic_name" v="Sevelen"/>
+ <tag k="uic_ref" v="8509406"/>
+ </node>
+ <node id="1339769454" lat="47.1686534" lon="9.4784414" version="8" timestamp="2013-11-03T19:22:34Z" changeset="18700524" uid="481380" user="Nzara">
+ <tag k="ele" v="447"/>
+ <tag k="name" v="Buchs SG"/>
+ <tag k="network" v="Ostwind;VVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BU"/>
+ <tag k="railway:ref:ÖBB" v="Bc"/>
+ <tag k="uic_name" v="Buchs SG"/>
+ <tag k="uic_ref" v="8509404"/>
+ </node>
+ <node id="1343271671" lat="47.2414749" lon="9.5022834" version="3" timestamp="2014-09-13T11:06:57Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="436"/>
+ <tag k="name" v="Salez-Sennwald"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SAS"/>
+ <tag k="uic_name" v="Salez-Sennwald"/>
+ <tag k="uic_ref" v="8509402"/>
+ </node>
+ <node id="1344340307" lat="47.0537302" lon="9.4177175" version="3" timestamp="2014-09-13T11:06:55Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="487"/>
+ <tag k="name" v="Mels"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MELS"/>
+ <tag k="uic_name" v="Mels"/>
+ <tag k="uic_ref" v="8509412"/>
+ </node>
+ <node id="1345694391" lat="47.2469087" lon="8.6438481" version="3" timestamp="2014-09-22T18:09:10Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="410"/>
+ <tag k="name" v="Au"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AU"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Au ZH"/>
+ <tag k="uic_ref" v="8503205"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wheelchair:description" v="Rampe von Bahnhofplatz zur Unterführung sehr steil; Lift (nur) von Unterführung zu Bahnsteig. S-Bahn"/>
+ </node>
+ <node id="1345880152" lat="47.2085520" lon="8.7074819" version="3" timestamp="2014-09-13T11:06:56Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="408"/>
+ <tag k="name" v="Richterswil"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RI"/>
+ <tag k="uic_name" v="Richterswil"/>
+ <tag k="uic_ref" v="8503207"/>
+ </node>
+ <node id="1346888802" lat="47.4231739" lon="9.3696839" version="10" timestamp="2015-12-02T13:25:02Z" changeset="35705372" uid="1722422" user="hdzimmermann">
+ <tag k="ele" v="670"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Bahnhof St. Gallen"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SG"/>
+ <tag k="toilets:wheelchair" v="unknown"/>
+ <tag k="uic_name" v="St. Gallen"/>
+ <tag k="uic_ref" v="8506302"/>
+ <tag k="website" v="http://de.wikipedia.org/wiki/bahnhof_st._gallen"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wheelchair:description" v="Schalterhalle via Gleis 1 zugänglich"/>
+ </node>
+ <node id="1346888845" lat="47.4220733" lon="9.3689509" version="7" timestamp="2014-09-22T18:09:44Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="669"/>
+ <tag k="loc_name" v="Gaiserbahnhof"/>
+ <tag k="name" v="St. Gallen AB"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SGSG"/>
+ <tag k="uic_name" v="St. Gallen AB"/>
+ <tag k="uic_ref" v="8506370"/>
+ </node>
+ <node id="1346975631" lat="47.4251786" lon="9.4040257" version="3" timestamp="2014-09-17T16:04:57Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="785"/>
+ <tag k="light_rail" v="yes"/>
+ <tag k="name" v="Notkersegg"/>
+ <tag k="nat_name" v="St. Gallen, Notkersegg"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Notkersegg"/>
+ <tag k="uic_ref" v="8506361"/>
+ </node>
+ <node id="1346975650" lat="47.4224958" lon="9.4153241" version="2" timestamp="2014-09-17T16:04:59Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="855"/>
+ <tag k="light_rail" v="yes"/>
+ <tag k="name" v="Schwarzer Bären"/>
+ <tag k="nat_name" v="St. Gallen, Schwarzer Bären"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Schwarzer Bären"/>
+ <tag k="uic_ref" v="8506362"/>
+ </node>
+ <node id="1346975665" lat="47.4160363" lon="9.4364312" version="2" timestamp="2014-09-17T16:05:02Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="940"/>
+ <tag k="light_rail" v="yes"/>
+ <tag k="name" v="Vögelinsegg"/>
+ <tag k="nat_name" v="Speicher, Vögelinsegg"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Vögelinsegg"/>
+ <tag k="uic_ref" v="8506364"/>
+ </node>
+ <node id="1347073388" lat="47.4002605" lon="9.3591903" version="4" timestamp="2014-09-17T16:04:55Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="775"/>
+ <tag k="loc_name" v="Gaiserbahnhof"/>
+ <tag k="name" v="Lustmühle"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Lustmühle"/>
+ <tag k="uic_ref" v="8506372"/>
+ </node>
+ <node id="1347073433" lat="47.3921781" lon="9.3675416" version="4" timestamp="2014-09-17T16:04:57Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="834"/>
+ <tag k="loc_name" v="Gaiserbahnhof"/>
+ <tag k="name" v="Niederteufen"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Niederteufen"/>
+ <tag k="uic_ref" v="8506373"/>
+ </node>
+ <node id="1348076004" lat="47.2404433" lon="8.7219680" version="4" timestamp="2014-09-22T18:09:45Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="414"/>
+ <tag k="name" v="Stäfa"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STAE"/>
+ <tag k="uic_name" v="Stäfa"/>
+ <tag k="uic_ref" v="8503107"/>
+ </node>
+ <node id="1348149623" lat="47.2359046" lon="8.7526393" version="3" timestamp="2014-09-13T11:06:59Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="426"/>
+ <tag k="name" v="Uerikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UER"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Uerikon"/>
+ <tag k="uic_ref" v="8503108"/>
+ </node>
+ <node id="1348193962" lat="47.2391708" lon="8.7830688" version="3" timestamp="2014-09-13T11:06:52Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="426"/>
+ <tag k="name" v="Feldbach"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FB"/>
+ <tag k="uic_name" v="Feldbach"/>
+ <tag k="uic_ref" v="8503109"/>
+ </node>
+ <node id="1349112911" lat="47.4077074" lon="9.3381741" version="4" timestamp="2014-09-22T18:09:44Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="677"/>
+ <tag k="name" v="St. Gallen Haggen"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SGHA"/>
+ <tag k="uic_name" v="St. Gallen Haggen"/>
+ <tag k="uic_ref" v="8506392"/>
+ </node>
+ <node id="1349145783" lat="47.4737687" lon="9.4669898" version="4" timestamp="2014-09-13T11:06:53Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="447"/>
+ <tag k="name" v="Goldach"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GOL"/>
+ <tag k="uic_name" v="Goldach"/>
+ <tag k="uic_ref" v="8506305"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1349145879" lat="47.4780880" lon="9.5052023" version="4" timestamp="2014-09-13T11:06:56Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="399"/>
+ <tag k="name" v="Rorschach"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RS"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Rorschach"/>
+ <tag k="uic_ref" v="8506311"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1349282462" lat="47.4072467" lon="9.3296232" version="3" timestamp="2014-09-13T11:06:58Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="651"/>
+ <tag k="name" v="St. Gallen Bruggen"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SGBR"/>
+ <tag k="uic_name" v="St. Gallen Bruggen"/>
+ <tag k="uic_ref" v="8506301"/>
+ </node>
+ <node id="1349359710" lat="47.4038858" lon="9.3008475" version="4" timestamp="2014-09-13T11:06:58Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="655"/>
+ <tag k="name" v="St. Gallen Winkeln"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SGWI"/>
+ <tag k="uic_name" v="St. Gallen Winkeln"/>
+ <tag k="uic_ref" v="8506300"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1350137496" lat="47.4118546" lon="9.2530825" version="4" timestamp="2014-09-13T11:06:53Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="638"/>
+ <tag k="name" v="Gossau"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GSS"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Gossau SG"/>
+ <tag k="uic_ref" v="8506210"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1350137582" lat="47.4112678" lon="9.2536028" version="5" timestamp="2014-09-22T18:09:22Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="638"/>
+ <tag k="name" v="Gossau AB"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GSAB"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Gossau SG AB"/>
+ <tag k="uic_ref" v="8506226"/>
+ </node>
+ <node id="1350247616" lat="47.3979580" lon="9.3167830" version="4" timestamp="2014-09-22T18:09:23Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="698"/>
+ <tag k="name" v="Gübsensee"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GUEB"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Gübsensee"/>
+ <tag k="uic_ref" v="8506287"/>
+ </node>
+ <node id="1351166985" lat="47.3900606" lon="9.2767726" version="4" timestamp="2014-09-22T18:09:24Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="745"/>
+ <tag k="name" v="Herisau"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HE"/>
+ <tag k="uic_name" v="Herisau"/>
+ <tag k="uic_ref" v="8506290"/>
+ </node>
+ <node id="1351167005" lat="47.3898225" lon="9.2769144" version="3" timestamp="2013-10-16T19:05:03Z" changeset="18391866" uid="481380" user="Nzara">
+ <tag k="ele" v="745"/>
+ <tag k="name" v="Herisau AB"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Herisau AB"/>
+ <tag k="uic_ref" v="8506249"/>
+ </node>
+ <node id="1351406368" lat="47.3756350" lon="9.2791984" version="3" timestamp="2014-09-17T16:05:03Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="761"/>
+ <tag k="name" v="Wilen"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Wilen"/>
+ <tag k="uic_ref" v="8506280"/>
+ </node>
+ <node id="1351838924" lat="47.4987760" lon="8.7951493" version="2" timestamp="2014-09-13T11:06:56Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="476"/>
+ <tag k="name" v="Räterschen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RAET"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Räterschen"/>
+ <tag k="uic_ref" v="8506015"/>
+ </node>
+ <node id="1351877724" lat="47.5001986" lon="8.8103740" version="2" timestamp="2014-09-13T11:06:57Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="486"/>
+ <tag k="name" v="Schottikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCHK"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Schottikon"/>
+ <tag k="uic_ref" v="8506035"/>
+ </node>
+ <node id="1352330377" lat="47.0102582" lon="9.5051542" version="3" timestamp="2014-09-13T11:06:51Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="502"/>
+ <tag k="name" v="Bad Ragaz"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BRAG"/>
+ <tag k="uic_name" v="Bad Ragaz"/>
+ <tag k="uic_ref" v="8509004"/>
+ </node>
+ <node id="1352638414" lat="47.4583363" lon="8.7738925" version="3" timestamp="2014-09-13T11:06:54Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="493"/>
+ <tag k="name" v="Kollbrunn"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KOL"/>
+ <tag k="uic_name" v="Kollbrunn"/>
+ <tag k="uic_ref" v="8506004"/>
+ </node>
+ <node id="1352668875" lat="47.4450079" lon="8.7964393" version="3" timestamp="2014-09-13T11:06:56Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="512"/>
+ <tag k="name" v="Rikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RN"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Rikon"/>
+ <tag k="uic_ref" v="8506005"/>
+ </node>
+ <node id="1352757256" lat="47.5253432" lon="8.7758563" version="3" timestamp="2014-09-22T18:09:50Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="470"/>
+ <tag k="name" v="Wiesendangen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WD"/>
+ <tag k="uic_name" v="Wiesendangen"/>
+ <tag k="uic_ref" v="8506017"/>
+ </node>
+ <node id="1352769914" lat="47.5353822" lon="8.7891263" version="4" timestamp="2015-08-23T12:57:23Z" changeset="33517035" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="472"/>
+ <tag k="name" v="Rickenbach-Attikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RIK"/>
+ <tag k="uic_name" v="Rickenbach-Attikon"/>
+ <tag k="uic_ref" v="8506018"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1353867068" lat="47.5490592" lon="8.5239605" version="2" timestamp="2014-09-22T18:09:22Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="410"/>
+ <tag k="name" v="Glattfelden"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GF"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Glattfelden"/>
+ <tag k="uic_ref" v="8503401"/>
+ </node>
+ <node id="1353944373" lat="47.5724360" lon="8.5165257" version="4" timestamp="2014-09-22T18:09:19Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="390"/>
+ <tag k="name" v="Eglisau"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EGL"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Eglisau"/>
+ <tag k="uic_ref" v="8503402"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="1354055720" lat="47.5811886" lon="8.5126794" version="3" timestamp="2014-09-22T18:09:26Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="393"/>
+ <tag k="name" v="Hüntwangen-Wil"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HUEW"/>
+ <tag k="uic_name" v="Hüntwangen-Wil"/>
+ <tag k="uic_ref" v="8503403"/>
+ </node>
+ <node id="1354086304" lat="47.6038125" lon="8.5433523" version="3" timestamp="2014-09-22T18:09:38Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="424"/>
+ <tag k="name" v="Rafz"/>
+ <tag k="network" v="ZVV;FlexTax"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RZ"/>
+ <tag k="uic_name" v="Rafz"/>
+ <tag k="uic_ref" v="8503404"/>
+ </node>
+ <node id="1354654530" lat="47.4932287" lon="9.4633853" version="3" timestamp="2014-09-13T11:06:53Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="403"/>
+ <tag k="name" v="Horn"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HN"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Horn"/>
+ <tag k="uic_ref" v="8506307"/>
+ </node>
+ <node id="1354779312" lat="47.5105940" lon="9.4334441" version="4" timestamp="2014-09-13T11:06:50Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="399"/>
+ <tag k="name" v="Arbon"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ARB"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Arbon"/>
+ <tag k="uic_ref" v="8506308"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1354868348" lat="47.4856228" lon="9.3920883" version="6" timestamp="2014-09-22T18:09:39Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="560"/>
+ <tag k="name" v="Roggwil-Berg"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ROBG"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Roggwil-Berg"/>
+ <tag k="uic_ref" v="8506394"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1354868350" lat="47.4628421" lon="9.3884660" version="3" timestamp="2014-09-22T18:09:50Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="603"/>
+ <tag k="name" v="Wittenbach"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WIT"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Wittenbach"/>
+ <tag k="uic_ref" v="8506393"/>
+ </node>
+ <node id="1356798952" lat="47.0490903" lon="8.5497699" version="9" timestamp="2015-08-07T12:59:04Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="510"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Arth-Goldau"/>
+ <tag k="network" v="Tarifverbund Schwyz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GD"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Arth-Goldau"/>
+ <tag k="uic_ref" v="8505004"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wikipedia" v="de:Bahnhof Arth-Goldau"/>
+ </node>
+ <node id="1356862483" lat="47.0402209" lon="8.5306373" version="3" timestamp="2013-03-24T11:36:55Z" changeset="15477317" uid="88164" user="Med">
+ <tag k="ele" v="789"/>
+ <tag k="name" v="Kräbel"/>
+ <tag k="operator" v="RB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Kräbel"/>
+ <tag k="uic_ref" v="8505064"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wikipedia" v="de:Arth-Rigi-Bahn"/>
+ </node>
+ <node id="1360184011" lat="47.0383996" lon="8.5049882" version="5" timestamp="2013-03-24T11:36:52Z" changeset="15477317" uid="88164" user="Med">
+ <tag k="ele" v="1150"/>
+ <tag k="name" v="Fruttli"/>
+ <tag k="operator" v="RB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Fruttli"/>
+ <tag k="uic_ref" v="8505065"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wikipedia" v="de:Arth-Rigi-Bahn"/>
+ </node>
+ <node id="1360184034" lat="47.0472663" lon="8.4764325" version="5" timestamp="2013-07-17T11:20:41Z" changeset="16985913" uid="183483" user="jeroenrozema74">
+ <tag k="ele" v="1484"/>
+ <tag k="name" v="Rigi Wölfertschen-First"/>
+ <tag k="operator" v="RB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Rigi First"/>
+ <tag k="uic_ref" v="8505067"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wikipedia" v="de:Arth-Rigi-Bahn"/>
+ </node>
+ <node id="1360184036" lat="47.0424737" lon="8.4872606" version="3" timestamp="2013-03-24T11:37:01Z" changeset="15477317" uid="88164" user="Med">
+ <tag k="ele" v="1315"/>
+ <tag k="name" v="Rigi-Klösterli"/>
+ <tag k="operator" v="RB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Rigi Klösterli"/>
+ <tag k="uic_ref" v="8505066"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wikipedia" v="de:Arth-Rigi-Bahn"/>
+ </node>
+ <node id="1360205879" lat="47.0536035" lon="8.4740717" version="3" timestamp="2013-03-24T11:37:02Z" changeset="15477317" uid="88164" user="Med">
+ <tag k="ele" v="1604"/>
+ <tag k="name" v="Rigi-Staffel"/>
+ <tag k="operator" v="RB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Rigi Staffel"/>
+ <tag k="uic_ref" v="8505068"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wikipedia" v="de:Arth-Rigi-Bahn"/>
+ </node>
+ <node id="1360301779" lat="47.0302624" lon="8.4795069" version="3" timestamp="2013-03-24T11:36:51Z" changeset="15477317" uid="88164" user="Med">
+ <tag k="ele" v="1025"/>
+ <tag k="name" v="Freibergen"/>
+ <tag k="operator" v="RB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Freibergen"/>
+ <tag k="uic_ref" v="8505072"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wikipedia" v="de:Vitznau-Rigi-Bahn"/>
+ </node>
+ <node id="1360301780" lat="47.0439458" lon="8.4666420" version="5" timestamp="2015-01-17T23:25:43Z" changeset="28220918" uid="97547" user="datendelphin">
+ <tag k="ele" v="1440"/>
+ <tag k="name" v="Rigi Kaltbad-First"/>
+ <tag k="operator" v="RB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Rigi Kaltbad-First"/>
+ <tag k="uic_ref" v="8505074"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wikipedia" v="de:Vitznau-Rigi-Bahn"/>
+ </node>
+ <node id="1360408889" lat="47.0095847" lon="8.4830613" version="6" timestamp="2014-11-24T14:21:35Z" changeset="26998082" uid="2482760" user="mugli7">
+ <tag k="ele" v="1025"/>
+ <tag k="name" v="Vitznau"/>
+ <tag k="operator" v="Rigibahnen"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Vitznau RB"/>
+ <tag k="uic_ref" v="8508464"/>
+ <tag k="website" v="http://www.rigi.ch"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wikipedia" v="de:Vitznau-Rigi-Bahn"/>
+ </node>
+ <node id="1362070306" lat="46.9490920" lon="8.6207164" version="2" timestamp="2014-09-13T11:06:58Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="446"/>
+ <tag k="name" v="Sisikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SK"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Sisikon"/>
+ <tag k="uic_ref" v="8505111"/>
+ </node>
+ <node id="1363390558" lat="47.2040265" lon="8.7592336" version="3" timestamp="2014-09-22T18:09:21Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="415"/>
+ <tag k="name" v="Freienbach SOB"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FRBS"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Freienbach SOB"/>
+ <tag k="uic_ref" v="8503289"/>
+ </node>
+ <node id="1363420493" lat="47.1955304" lon="8.7248856" version="6" timestamp="2014-09-23T11:08:59Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="504"/>
+ <tag k="name" v="Wollerau"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="platforms" v="1"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WOL"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Wollerau"/>
+ <tag k="uic_ref" v="8503288"/>
+ </node>
+ <node id="1364650809" lat="47.4673366" lon="9.5905946" version="7" timestamp="2014-09-13T11:06:55Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="400"/>
+ <tag k="name" v="Rheineck"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="platforms" v="2"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RCK"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Rheineck"/>
+ <tag k="uic_ref" v="8506313"/>
+ </node>
+ <node id="1364883794" lat="47.4531589" lon="9.6382271" version="6" timestamp="2014-08-08T19:12:50Z" changeset="24622071" uid="137823" user="RolandS">
+ <tag k="ele" v="402"/>
+ <tag k="name" v="St. Margrethen"/>
+ <tag k="network" v="Ostwind;VVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SMG"/>
+ <tag k="railway:ref:ÖBB" v="Mt"/>
+ <tag k="uic_name" v="St. Margrethen"/>
+ <tag k="uic_ref" v="8506314"/>
+ </node>
+ <node id="1365243196" lat="47.4361144" lon="9.6412928" version="4" timestamp="2014-09-13T11:06:51Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="405"/>
+ <tag k="name" v="Au SG"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AUSG"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Au SG"/>
+ <tag k="uic_ref" v="8506316"/>
+ </node>
+ <node id="1365382704" lat="47.4104580" lon="9.6272669" version="5" timestamp="2015-08-02T10:30:18Z" changeset="33041790" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="406"/>
+ <tag k="name" v="Heerbrugg"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HEBG"/>
+ <tag k="toilets:wheelchair" v="yes"/>
+ <tag k="uic_name" v="Heerbrugg"/>
+ <tag k="uic_ref" v="8506317"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1367639353" lat="47.3235004" lon="9.5713106" version="4" timestamp="2014-09-13T11:06:55Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="421"/>
+ <tag k="name" v="Oberriet"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ORT"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Oberriet"/>
+ <tag k="uic_ref" v="8509400"/>
+ </node>
+ <node id="1370020172" lat="47.1764210" lon="8.7091675" version="3" timestamp="2014-09-23T11:08:59Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="755"/>
+ <tag k="name" v="Schindellegi-Feusisberg"/>
+ <tag k="network" v="ZVV;tarifverbund schyz"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCHI"/>
+ <tag k="uic_name" v="Schindellegi-Feusisberg"/>
+ <tag k="uic_ref" v="8503285"/>
+ </node>
+ <node id="1370216560" lat="47.1567539" lon="8.7224833" version="3" timestamp="2014-09-23T11:08:58Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="830"/>
+ <tag k="name" v="Biberbrugg"/>
+ <tag k="network" v="tarifverbund schyz"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BIB"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Biberbrugg"/>
+ <tag k="uic_ref" v="8503284"/>
+ </node>
+ <node id="1371159723" lat="47.0706062" lon="8.2824568" version="3" timestamp="2014-09-22T18:09:19Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="438"/>
+ <tag k="name" v="Emmenbrücke"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="platforms" v="2"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EBR"/>
+ <tag k="uic_name" v="Emmenbrücke"/>
+ <tag k="uic_ref" v="8502021"/>
+ </node>
+ <node id="1388458944" lat="47.0781350" lon="8.2767673" version="3" timestamp="2014-09-22T18:09:19Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="434"/>
+ <tag k="name" v="Emmenbrücke Gersag"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GSAG"/>
+ <tag k="uic_name" v="Emmenbrücke Gersag"/>
+ <tag k="uic_ref" v="8502028"/>
+ </node>
+ <node id="1388479511" lat="47.0908300" lon="8.2731823" version="3" timestamp="2014-09-22T18:09:40Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="484"/>
+ <tag k="name" v="Rothenburg Dorf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RBGD"/>
+ <tag k="uic_name" v="Rothenburg Dorf"/>
+ <tag k="uic_ref" v="8502012"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="1388516085" lat="47.0842196" lon="8.3423938" version="3" timestamp="2014-09-22T18:09:18Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="421"/>
+ <tag k="name" v="Ebikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EBI"/>
+ <tag k="uic_name" v="Ebikon"/>
+ <tag k="uic_ref" v="8502200"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1388558213" lat="47.0936028" lon="8.3564488" version="3" timestamp="2014-09-22T18:09:14Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="419"/>
+ <tag k="name" v="Buchrain"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BURN"/>
+ <tag k="uic_name" v="Buchrain"/>
+ <tag k="uic_ref" v="8516350"/>
+ </node>
+ <node id="1390495818" lat="46.4134546" lon="6.2060944" version="3" timestamp="2014-11-30T19:27:35Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="501"/>
+ <tag k="name" v="Trélex"/>
+ <tag k="operator" v="NStCM"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TREL"/>
+ <tag k="uic_name" v="Trélex"/>
+ <tag k="uic_ref" v="8501068"/>
+ </node>
+ <node id="1398638153" lat="47.1048078" lon="8.3736490" version="2" timestamp="2014-09-22T18:09:40Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="417"/>
+ <tag k="name" v="Root D4"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LBD"/>
+ <tag k="uic_name" v="Root D4"/>
+ <tag k="uic_ref" v="8515997"/>
+ </node>
+ <node id="1398679344" lat="47.1211824" lon="8.3947181" version="3" timestamp="2014-09-22T18:09:22Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="421"/>
+ <tag k="name" v="Gisikon-Root"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GSK"/>
+ <tag k="uic_name" v="Gisikon-Root"/>
+ <tag k="uic_ref" v="8502201"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1398733009" lat="47.0538744" lon="8.3373276" version="4" timestamp="2014-09-22T18:09:31Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="439"/>
+ <tag k="name" v="Luzern Verkehrshaus"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LZVH"/>
+ <tag k="uic_name" v="Luzern Verkehrshaus"/>
+ <tag k="uic_ref" v="8517336"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1398789169" lat="47.0450593" lon="8.3741218" version="3" timestamp="2014-09-22T18:09:32Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="470"/>
+ <tag k="name" v="Meggen Zentrum"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MEGZ"/>
+ <tag k="uic_name" v="Meggen Zentrum"/>
+ <tag k="uic_ref" v="8505018"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1398833212" lat="47.0501486" lon="8.3830296" version="2" timestamp="2014-09-22T18:09:32Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="472"/>
+ <tag k="name" v="Meggen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MEG"/>
+ <tag k="uic_name" v="Meggen"/>
+ <tag k="uic_ref" v="8505001"/>
+ </node>
+ <node id="1417748841" lat="46.5437813" lon="7.0730624" version="2" timestamp="2013-07-29T22:15:50Z" changeset="17145585" uid="1399112" user="Jenseblume">
+ <tag k="ele" v="739"/>
+ <tag k="name" v="Grandvillard"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Grandvillard"/>
+ <tag k="uic_ref" v="8504074"/>
+ </node>
+ <node id="1420063325" lat="46.6180636" lon="7.0202036" version="1" timestamp="2011-09-01T13:05:41Z" changeset="9184440" uid="125339" user="efred">
+ <tag k="ele" v="803"/>
+ <tag k="name" v="Vuadens-Sud"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Vuadens-Sud"/>
+ <tag k="uic_ref" v="8504066"/>
+ </node>
+ <node id="1425079621" lat="46.5178915" lon="7.0552914" version="1" timestamp="2011-09-06T11:28:51Z" changeset="9226387" uid="125339" user="efred">
+ <tag k="ele" v="767"/>
+ <tag k="name" v="Albeuve"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Albeuve"/>
+ <tag k="uic_ref" v="8504072"/>
+ </node>
+ <node id="1425079641" lat="46.5073904" lon="7.0524659" version="3" timestamp="2013-07-29T22:09:23Z" changeset="17145585" uid="1399112" user="Jenseblume">
+ <tag k="ele" v="778"/>
+ <tag k="name" v="Lessoc"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Lessoc"/>
+ <tag k="uic_ref" v="8504071"/>
+ </node>
+ <node id="1425079647" lat="46.5282672" lon="7.0614589" version="2" timestamp="2013-07-29T22:12:27Z" changeset="17145585" uid="1399112" user="Jenseblume">
+ <tag k="ele" v="754"/>
+ <tag k="name" v="Neirivue"/>
+ <tag k="note" v="FIXME position estimated"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Neirivue"/>
+ <tag k="uic_ref" v="8504073"/>
+ </node>
+ <node id="1425180890" lat="46.8845743" lon="7.0408911" version="4" timestamp="2014-09-23T08:51:05Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="438"/>
+ <tag k="name" v="Avenches"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AV"/>
+ <tag k="uic_name" v="Avenches"/>
+ <tag k="uic_ref" v="8504126"/>
+ </node>
+ <node id="1425180904" lat="46.9998368" lon="7.0998336" version="3" timestamp="2014-09-23T11:06:14Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="438"/>
+ <tag k="name" v="Ins"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="INS"/>
+ <tag k="uic_name" v="Ins"/>
+ <tag k="uic_ref" v="8504483"/>
+ </node>
+ <node id="1446930653" lat="46.8549153" lon="6.9859687" version="3" timestamp="2014-09-23T08:51:08Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="442"/>
+ <tag k="name" v="Dompierre"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DOP"/>
+ <tag k="uic_name" v="Dompierre"/>
+ <tag k="uic_ref" v="8504124"/>
+ </node>
+ <node id="1458694906" lat="46.2827899" lon="7.0705191" version="2" timestamp="2014-09-17T16:04:48Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="1210"/>
+ <tag k="name" v="Barboleusaz"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Barboleuse, La"/>
+ <tag k="uic_ref" v="8501493"/>
+ </node>
+ <node id="1483901183" lat="47.5479215" lon="8.8459927" version="4" timestamp="2014-09-22T18:09:26Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="423"/>
+ <tag k="name" v="Islikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ISL"/>
+ <tag k="uic_name" v="Islikon"/>
+ <tag k="uic_ref" v="8506019"/>
+ </node>
+ <node id="1492349416" lat="47.3015325" lon="8.6898247" version="4" timestamp="2015-10-29T14:43:36Z" changeset="34950649" uid="452231" user="balducien">
+ <tag k="ele" v="548"/>
+ <tag k="name" v="Egg"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Egg"/>
+ <tag k="uic_ref" v="8503062"/>
+ </node>
+ <node id="1492349422" lat="47.2877150" lon="8.7099849" version="4" timestamp="2014-09-23T08:51:09Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="478"/>
+ <tag k="name" v="Esslingen"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ESSL"/>
+ <tag k="uic_name" v="Esslingen"/>
+ <tag k="uic_ref" v="8503060"/>
+ </node>
+ <node id="1492349433" lat="47.2960958" lon="8.6942833" version="2" timestamp="2015-10-29T16:08:57Z" changeset="34952682" uid="452231" user="balducien">
+ <tag k="ele" v="527"/>
+ <tag k="name" v="Langwies"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Langwies ZH"/>
+ <tag k="uic_ref" v="8503061"/>
+ </node>
+ <node id="1502109772" lat="47.3540424" lon="7.9465676" version="3" timestamp="2014-09-22T18:09:17Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="394"/>
+ <tag k="name" v="Dulliken"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DU"/>
+ <tag k="uic_name" v="Dulliken"/>
+ <tag k="uic_ref" v="8502110"/>
+ </node>
+ <node id="1535110044" lat="46.4384204" lon="6.2058056" version="6" timestamp="2015-11-27T23:42:57Z" changeset="35620536" uid="74847" user="Marc Mongenet">
+ <tag k="ele" v="802"/>
+ <tag k="name" v="Sus-Châtel"/>
+ <tag k="operator" v="NStCM"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sus-Châtel"/>
+ <tag k="uic_ref" v="8501056"/>
+ </node>
+ <node id="1546861622" lat="46.1775838" lon="8.7021434" version="2" timestamp="2014-05-04T21:18:40Z" changeset="22134808" uid="481380" user="Nzara">
+ <tag k="ele" v="342"/>
+ <tag k="name" v="Intragna"/>
+ <tag k="operator" v="FART"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Intragna"/>
+ <tag k="uic_ref" v="8505494"/>
+ </node>
+ <node id="1651345786" lat="46.2282983" lon="6.9158595" version="3" timestamp="2014-09-17T16:05:01Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="770m"/>
+ <tag k="name" v="Troistorrents"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Troistorrents"/>
+ <tag k="uic_ref" v="8501464"/>
+ </node>
+ <node id="1685688885" lat="46.2539565" lon="6.9475548" version="3" timestamp="2014-09-17T16:04:56Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="420"/>
+ <tag k="name" v="Monthey-Ville"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Monthey-Ville"/>
+ <tag k="uic_ref" v="8501463"/>
+ </node>
+ <node id="1688491262" lat="47.2066053" lon="7.5321289" version="2" timestamp="2014-09-22T18:09:43Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="433"/>
+ <tag k="name" v="Solothurn West"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SW"/>
+ <tag k="uic_name" v="Solothurn West"/>
+ <tag k="uic_ref" v="8500206"/>
+ </node>
+ <node id="1688504321" lat="47.2006820" lon="7.4567381" version="2" timestamp="2014-09-22T18:09:43Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="name" v="Selzach"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SEL"/>
+ <tag k="uic_name" v="Selzach"/>
+ <tag k="uic_ref" v="8500204"/>
+ </node>
+ <node id="1688510585" lat="47.1888261" lon="7.3984462" version="2" timestamp="2014-09-22T18:09:23Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="440"/>
+ <tag k="name" v="Grenchen Süd"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GS"/>
+ <tag k="uic_name" v="Grenchen Süd"/>
+ <tag k="uic_ref" v="8500202"/>
+ </node>
+ <node id="1688527654" lat="47.1794740" lon="7.3666336" version="2" timestamp="2014-09-22T18:09:30Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="439"/>
+ <tag k="farezone:zigzag" v="30"/>
+ <tag k="name" v="Lengnau"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LEN"/>
+ <tag k="uic_name" v="Lengnau"/>
+ <tag k="uic_ref" v="8500201"/>
+ </node>
+ <node id="1688809253" lat="46.9598669" lon="6.7748229" version="3" timestamp="2014-09-23T08:51:06Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="649"/>
+ <tag k="name" v="Champ du Moulin"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CDM"/>
+ <tag k="uic_name" v="Champ-du-Moulin"/>
+ <tag k="uic_ref" v="8504217"/>
+ </node>
+ <node id="1720777156" lat="47.1361374" lon="9.0599519" version="3" timestamp="2015-08-07T12:59:19Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="425"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Ziegelbrücke"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZB"/>
+ <tag k="uic_name" v="Ziegelbrücke"/>
+ <tag k="uic_ref" v="8503225"/>
+ </node>
+ <node id="1722774299" lat="47.1826421" lon="8.9006806" version="2" timestamp="2014-09-13T11:06:57Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="433"/>
+ <tag k="name" v="Siebnen-Wangen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SIB"/>
+ <tag k="uic_name" v="Siebnen-Wangen"/>
+ <tag k="uic_ref" v="8503221"/>
+ </node>
+ <node id="1724275556" lat="47.1520622" lon="9.0299703" version="2" timestamp="2014-09-13T11:06:51Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="421"/>
+ <tag k="name" v="Bilten"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BIL"/>
+ <tag k="uic_name" v="Bilten"/>
+ <tag k="uic_ref" v="8503224"/>
+ </node>
+ <node id="1725086798" lat="47.1726556" lon="8.9823407" version="2" timestamp="2014-09-13T11:06:55Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="420"/>
+ <tag k="name" v="Reichenburg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RG"/>
+ <tag k="uic_name" v="Reichenburg"/>
+ <tag k="uic_ref" v="8503223"/>
+ </node>
+ <node id="1741399260" lat="47.1279609" lon="8.7440536" version="3" timestamp="2014-09-23T11:08:59Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="881"/>
+ <tag k="name" v="Einsiedeln"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EIS"/>
+ <tag k="uic_name" v="Einsiedeln"/>
+ <tag k="uic_ref" v="8503283"/>
+ </node>
+ <node id="1793087592" lat="47.1178167" lon="9.1729576" version="4" timestamp="2014-09-13T11:06:55Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="426"/>
+ <tag k="name" v="Mühlehorn"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MH"/>
+ <tag k="uic_name" v="Mühlehorn"/>
+ <tag k="uic_ref" v="8509418"/>
+ </node>
+ <node id="1800313662" lat="46.5170017" lon="6.6291687" version="9" timestamp="2015-08-07T12:59:10Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="447"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Lausanne"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LS"/>
+ <tag k="station" v="rail"/>
+ <tag k="uic_name" v="Lausanne"/>
+ <tag k="uic_ref" v="8501120"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1821182403" lat="47.2179762" lon="9.0223347" version="2" timestamp="2014-09-13T11:06:54Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="470"/>
+ <tag k="name" v="Kaltbrunn"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KAB"/>
+ <tag k="uic_name" v="Kaltbrunn"/>
+ <tag k="uic_ref" v="8503117"/>
+ </node>
+ <node id="1825303886" lat="47.4100916" lon="9.0689868" version="3" timestamp="2014-09-22T18:09:12Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="598"/>
+ <tag k="name" v="Bazenheid"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BAZ"/>
+ <tag k="uic_name" v="Bazenheid"/>
+ <tag k="uic_ref" v="8506205"/>
+ </node>
+ <node id="1825303887" lat="47.3595853" lon="9.0751160" version="4" timestamp="2014-09-22T18:09:16Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="611"/>
+ <tag k="name" v="Bütschwil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BUET"/>
+ <tag k="uic_name" v="Bütschwil"/>
+ <tag k="uic_ref" v="8506203"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1825319422" lat="47.2636836" lon="9.1210322" version="4" timestamp="2014-09-22T18:09:18Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="630"/>
+ <tag k="name" v="Ebnat-Kappel"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EK"/>
+ <tag k="uic_name" v="Ebnat-Kappel"/>
+ <tag k="uic_ref" v="8506297"/>
+ </node>
+ <node id="1825319424" lat="47.2488045" lon="9.1680810" version="4" timestamp="2014-09-22T18:09:29Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="713"/>
+ <tag k="name" v="Krummenau"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KRU"/>
+ <tag k="uic_name" v="Krummenau"/>
+ <tag k="uic_ref" v="8506298"/>
+ </node>
+ <node id="1825319428" lat="47.2268233" lon="9.1976865" version="4" timestamp="2014-09-22T18:09:34Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="759"/>
+ <tag k="name" v="Nesslau-Neu-Sankt-Johann"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NL"/>
+ <tag k="uic_name" v="Nesslau-Neu St. Johann"/>
+ <tag k="uic_ref" v="8506299"/>
+ </node>
+ <node id="1829415808" lat="46.8194486" lon="7.5754816" version="4" timestamp="2014-09-22T18:09:27Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="539"/>
+ <tag k="name" v="Kiesen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="platforms" v="2"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KI"/>
+ <tag k="uic_name" v="Kiesen"/>
+ <tag k="uic_ref" v="8507008"/>
+ </node>
+ <node id="1843809989" lat="45.9028807" lon="8.9788841" version="3" timestamp="2014-09-23T10:34:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="274"/>
+ <tag k="name" v="Capolago - Riva San Vitale"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CAP"/>
+ <tag k="uic_name" v="Capolago-Riva S. Vitale"/>
+ <tag k="uic_ref" v="8505304"/>
+ </node>
+ <node id="1846603347" lat="45.8690601" lon="8.9786364" version="6" timestamp="2015-03-14T10:52:59Z" changeset="29468594" uid="2265854" user="G4rp">
+ <tag k="ele" v="329"/>
+ <tag k="name" v="Mendrisio"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MEN"/>
+ <tag k="uic_name" v="Mendrisio"/>
+ <tag k="uic_ref" v="8505305"/>
+ <tag k="wikidata" v="Q3970088"/>
+ <tag k="wikipedia" v="it:Stazione di Mendrisio"/>
+ </node>
+ <node id="1848502699" lat="47.5662968" lon="9.1063233" version="4" timestamp="2015-08-07T12:59:18Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="429"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Weinfelden"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WF"/>
+ <tag k="uic_name" v="Weinfelden"/>
+ <tag k="uic_ref" v="8506105"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1867062538" lat="46.9000339" lon="7.6981497" version="2" timestamp="2014-09-23T11:06:11Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="706"/>
+ <tag k="name" v="Bowil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BOW"/>
+ <tag k="uic_name" v="Bowil"/>
+ <tag k="uic_ref" v="8508204"/>
+ </node>
+ <node id="1868437676" lat="46.7815680" lon="7.6090263" version="2" timestamp="2014-09-23T11:06:16Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="551"/>
+ <tag k="name" v="Lädeli"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LAED"/>
+ <tag k="uic_name" v="Lädeli"/>
+ <tag k="uic_ref" v="8508252"/>
+ </node>
+ <node id="1868716159" lat="46.9654691" lon="7.6234751" version="2" timestamp="2014-09-23T11:06:10Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="675"/>
+ <tag k="name" v="Bigenthal"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BIGE"/>
+ <tag k="uic_name" v="Bigenthal"/>
+ <tag k="uic_ref" v="8508263"/>
+ </node>
+ <node id="1868716178" lat="46.9246563" lon="7.6269259" version="3" timestamp="2014-09-23T11:06:11Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="739"/>
+ <tag k="name" v="Biglen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BIG"/>
+ <tag k="uic_name" v="Biglen"/>
+ <tag k="uic_ref" v="8508261"/>
+ </node>
+ <node id="1868716191" lat="46.9474322" lon="7.6190166" version="3" timestamp="2014-09-23T11:06:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="691"/>
+ <tag k="name" v="Walkringen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WALK"/>
+ <tag k="uic_name" v="Walkringen"/>
+ <tag k="uic_ref" v="8508262"/>
+ </node>
+ <node id="1870377624" lat="46.9438295" lon="7.4071815" version="8" timestamp="2015-11-22T19:59:03Z" changeset="35516217" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="551"/>
+ <tag k="name" v="Bern Europaplatz"/>
+ <tag k="old_name" v="Bern Ausserholligen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNAH"/>
+ <tag k="uic_name" v="Bern Europaplatz Süd"/>
+ <tag k="uic_ref" v="8507082"/>
+ </node>
+ <node id="1870377640" lat="46.9443406" lon="7.4063275" version="7" timestamp="2014-12-20T14:06:22Z" changeset="27589207" uid="1228489" user="maparanoia">
+ <tag k="ele" v="551"/>
+ <tag k="name" v="Bern Europaplatz"/>
+ <tag k="old_name" v="Bern Ausserholligen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNAS"/>
+ <tag k="uic_name" v="Bern Europaplatz Nord"/>
+ <tag k="uic_ref" v="8504108"/>
+ </node>
+ <node id="1870377641" lat="46.9494163" lon="7.4400020" version="8" timestamp="2014-12-01T16:48:08Z" changeset="27158890" uid="65044" user="hugi">
+ <tag k="ele" v="534"/>
+ <tag k="name" v="Bern RBS"/>
+ <tag k="operator" v="RBS Regionalverkehr Bern-Solothurn"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BRBS"/>
+ <tag k="uic_name" v="Bern, RBS"/>
+ <tag k="uic_ref" v="8508050"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1870421883" lat="46.9440866" lon="7.3754987" version="7" timestamp="2014-11-18T16:55:34Z" changeset="26861346" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="558"/>
+ <tag k="name" v="Bern Brünnen Westside"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNB"/>
+ <tag k="uic_name" v="Bern Brünnen Westside"/>
+ <tag k="uic_ref" v="8516154"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="1870460759" lat="46.9414184" lon="7.3353869" version="7" timestamp="2014-11-04T05:39:48Z" changeset="26541588" uid="65044" user="hugi">
+ <tag k="ele" v="568"/>
+ <tag k="name" v="Riedbach"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RCH"/>
+ <tag k="source" v="survey and BAV Bundesamt für Verkehr DIDOK 2014"/>
+ <tag k="uic_name" v="Riedbach"/>
+ <tag k="uic_ref" v="8504488"/>
+ </node>
+ <node id="1870469015" lat="46.9464623" lon="7.4009484" version="3" timestamp="2015-05-15T21:14:20Z" changeset="31187965" uid="65044" user="hugi">
+ <tag k="ele" v="551"/>
+ <tag k="name" v="Stöckacker"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="platforms" v="2"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNST"/>
+ <tag k="uic_name" v="Bern Stöckacker"/>
+ <tag k="uic_ref" v="8504495"/>
+ </node>
+ <node id="1888488782" lat="47.3726546" lon="9.2001188" version="3" timestamp="2014-09-22T18:09:16Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="799"/>
+ <tag k="name" v="Degersheim"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DG"/>
+ <tag k="uic_name" v="Degersheim"/>
+ <tag k="uic_ref" v="8506292"/>
+ </node>
+ <node id="1900131629" lat="47.5478925" lon="7.5885295" version="3" timestamp="2014-12-13T10:24:06Z" changeset="27439442" uid="481380" user="Nzara">
+ <tag k="ele" v="277"/>
+ <tag k="name" v="Basel SNCF"/>
+ <tag k="name:de" v="Basel SNCF"/>
+ <tag k="name:fr" v="Bâle SNCF"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BALE"/>
+ <tag k="uic_name" v="Basel SBB Gleise 30-35"/>
+ <tag k="uic_ref" v="8530009"/>
+ </node>
+ <node id="1909651801" lat="47.5426262" lon="7.6192676" version="2" timestamp="2014-02-08T13:03:20Z" changeset="20446174" uid="167948" user="LMB">
+ <tag k="ele" v="260"/>
+ <tag k="name" v="Basel St. Jakob"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Basel St. Jakob"/>
+ <tag k="uic_ref" v="8500822"/>
+ </node>
+ <node id="1915327468" lat="47.4703846" lon="7.7598730" version="2" timestamp="2014-09-22T18:09:30Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="344"/>
+ <tag k="name" v="Lausen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LSN"/>
+ <tag k="uic_name" v="Lausen"/>
+ <tag k="uic_ref" v="8500024"/>
+ </node>
+ <node id="1941309430" lat="46.4365341" lon="6.2147079" version="3" timestamp="2014-11-30T19:27:33Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="562"/>
+ <tag k="name" v="Genolier"/>
+ <tag k="operator" v="NStCM"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GEN"/>
+ <tag k="uic_name" v="Genolier"/>
+ <tag k="uic_ref" v="8501066"/>
+ </node>
+ <node id="1944846875" lat="46.9423283" lon="6.6763533" version="3" timestamp="2014-09-23T08:51:12Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="748"/>
+ <tag k="name" v="Travers"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TR"/>
+ <tag k="uic_name" v="Travers"/>
+ <tag k="uic_ref" v="8504215"/>
+ </node>
+ <node id="1946558958" lat="47.1140823" lon="7.1959136" version="2" timestamp="2014-09-23T08:51:13Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="435"/>
+ <tag k="farezone:zigzag" v="20"/>
+ <tag k="name" v="Tüscherz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TUE"/>
+ <tag k="uic_name" v="Tüscherz"/>
+ <tag k="uic_ref" v="8504229"/>
+ </node>
+ <node id="1948006333" lat="46.9839035" lon="6.9034241" version="3" timestamp="2014-09-23T08:51:11Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="475"/>
+ <tag k="name" v="Neuchâtel-Serrières"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NESE"/>
+ <tag k="uic_name" v="Neuchâtel-Serrières"/>
+ <tag k="uic_ref" v="8504220"/>
+ </node>
+ <node id="1949801868" lat="46.9853562" lon="6.8988506" version="3" timestamp="2014-09-23T08:51:10Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="510"/>
+ <tag k="name" v="Les Deurres"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DEU"/>
+ <tag k="uic_name" v="Deurres, Les"/>
+ <tag k="uic_ref" v="8504231"/>
+ </node>
+ <node id="1951370014" lat="46.9691052" lon="6.8379757" version="3" timestamp="2014-09-23T08:51:06Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="544"/>
+ <tag k="name" v="Bôle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BOLE"/>
+ <tag k="uic_name" v="Bôle"/>
+ <tag k="uic_ref" v="8504218"/>
+ </node>
+ <node id="1951472692" lat="46.9595577" lon="6.8350129" version="4" timestamp="2014-09-23T08:51:06Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="491"/>
+ <tag k="name" v="Boudry"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BDR"/>
+ <tag k="uic_name" v="Boudry"/>
+ <tag k="uic_ref" v="8504208"/>
+ </node>
+ <node id="1955142185" lat="46.9674673" lon="6.8126551" version="3" timestamp="2014-09-23T08:51:06Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="685"/>
+ <tag k="name" v="Chambrelien"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CHN"/>
+ <tag k="uic_name" v="Chambrelien"/>
+ <tag k="uic_ref" v="8504234"/>
+ </node>
+ <node id="1955180993" lat="47.0150333" lon="6.8531512" version="3" timestamp="2014-09-23T08:51:10Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="850"/>
+ <tag k="name" v="Les Geneveys-sur-Coffrane"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GEC"/>
+ <tag k="uic_name" v="Geneveys-sur-Coffrane, Les"/>
+ <tag k="uic_ref" v="8504236"/>
+ </node>
+ <node id="1955180999" lat="47.0472765" lon="6.8746503" version="3" timestamp="2014-09-23T08:51:10Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="954"/>
+ <tag k="name" v="Les Hauts-Geneveys"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HGV"/>
+ <tag k="uic_name" v="Hauts-Geneveys, Les"/>
+ <tag k="uic_ref" v="8504237"/>
+ </node>
+ <node id="1975565226" lat="46.9082719" lon="7.0746046" version="3" timestamp="2014-09-23T08:51:09Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="434"/>
+ <tag k="name" v="Faoug"/>
+ <tag k="name:de" v="Pfauen"/>
+ <tag k="name:fr" v="Faoug"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FG"/>
+ <tag k="uic_name" v="Faoug"/>
+ <tag k="uic_ref" v="8504127"/>
+ </node>
+ <node id="1976391941" lat="46.9508111" lon="7.1531341" version="2" timestamp="2014-09-23T08:51:09Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="437"/>
+ <tag k="name" v="Galmiz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GZ"/>
+ <tag k="uic_name" v="Galmiz"/>
+ <tag k="uic_ref" v="8504129"/>
+ </node>
+ <node id="2014866998" lat="46.8949693" lon="7.4932402" version="3" timestamp="2015-11-22T19:59:03Z" changeset="35516217" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="525"/>
+ <tag k="name" v="Belp Steinbach"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BPST"/>
+ <tag k="uic_name" v="Belp Steinbach"/>
+ <tag k="uic_ref" v="8507092"/>
+ </node>
+ <node id="2014914353" lat="46.8382555" lon="7.5017117" version="2" timestamp="2014-09-23T11:06:14Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="535"/>
+ <tag k="name" v="Kaufdorf"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KD"/>
+ <tag k="uic_name" v="Kaufdorf"/>
+ <tag k="uic_ref" v="8507074"/>
+ </node>
+ <node id="2023106356" lat="46.8763874" lon="7.3679600" version="2" timestamp="2014-09-23T11:06:17Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="669"/>
+ <tag k="name" v="Mittelhäusern"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MHN"/>
+ <tag k="uic_name" v="Mittelhäusern"/>
+ <tag k="uic_ref" v="8507087"/>
+ </node>
+ <node id="2023645789" lat="46.9259578" lon="7.3768803" version="2" timestamp="2014-09-23T08:51:11Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="568"/>
+ <tag k="name" v="Niederwangen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NWA"/>
+ <tag k="uic_name" v="Niederwangen"/>
+ <tag k="uic_ref" v="8504105"/>
+ </node>
+ <node id="2023667093" lat="46.9050416" lon="7.3571146" version="2" timestamp="2014-09-23T08:51:12Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="585"/>
+ <tag k="name" v="Thörishaus"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="THO"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Thörishaus Station"/>
+ <tag k="uic_ref" v="8504104"/>
+ </node>
+ <node id="2023749384" lat="46.9140831" lon="7.3621615" version="2" timestamp="2014-09-23T08:51:11Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="576"/>
+ <tag k="name" v="Oberwangen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OWA"/>
+ <tag k="uic_name" v="Oberwangen"/>
+ <tag k="uic_ref" v="8504117"/>
+ </node>
+ <node id="2031584146" lat="47.3926019" lon="9.5867962" version="4" timestamp="2015-08-14T13:28:32Z" changeset="33336332" uid="334389" user="ueliw0">
+ <tag k="ele" v="410"/>
+ <tag k="name" v="Rebstein-Marbach"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="REB"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Rebstein-Marbach"/>
+ <tag k="uic_ref" v="8506318"/>
+ </node>
+ <node id="2031997035" lat="47.3743685" lon="9.5565364" version="5" timestamp="2015-11-22T14:38:27Z" changeset="35509619" uid="3403662" user="-2147483648">
+ <tag k="ele" v="430"/>
+ <tag k="name" v="Altstätten SG"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ALT"/>
+ <tag k="uic_name" v="Altstätten SG"/>
+ <tag k="uic_ref" v="8506319"/>
+ </node>
+ <node id="2035405343" lat="47.3767739" lon="9.5374174" version="2" timestamp="2014-09-17T16:04:47Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="469"/>
+ <tag k="name" v="Altstätten Stadt"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Altstätten Stadt"/>
+ <tag k="uic_ref" v="8506379"/>
+ </node>
+ <node id="2036280057" lat="47.3686090" lon="9.5223013" version="2" timestamp="2014-09-17T16:04:47Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="617"/>
+ <tag k="name" v="Alter Zoll"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Alter Zoll"/>
+ <tag k="uic_ref" v="8506389"/>
+ </node>
+ <node id="2036318726" lat="47.3606225" lon="9.4872043" version="2" timestamp="2014-09-17T16:04:58Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="948"/>
+ <tag k="name" v="Rietli"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Rietli"/>
+ <tag k="uic_ref" v="8506385"/>
+ </node>
+ <node id="2036444760" lat="47.3608019" lon="9.4512632" version="2" timestamp="2014-09-17T16:04:52Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="919"/>
+ <tag k="name" v="Gais"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Gais"/>
+ <tag k="uic_ref" v="8506378"/>
+ </node>
+ <node id="2038162407" lat="46.8628426" lon="7.2539377" version="2" timestamp="2014-09-23T08:51:12Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="607"/>
+ <tag k="name" v="Schmitten"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCMI"/>
+ <tag k="uic_name" v="Schmitten"/>
+ <tag k="uic_ref" v="8504102"/>
+ </node>
+ <node id="2038567622" lat="47.3729045" lon="9.4209534" version="2" timestamp="2014-09-17T16:04:50Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="828"/>
+ <tag k="name" v="Bühler"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Bühler"/>
+ <tag k="uic_ref" v="8506377"/>
+ </node>
+ <node id="2038584248" lat="47.3769561" lon="9.4048644" version="2" timestamp="2014-09-17T16:05:00Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="814"/>
+ <tag k="name" v="Steigbach"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Steigbach"/>
+ <tag k="uic_ref" v="8506376"/>
+ </node>
+ <node id="2039027792" lat="47.3904094" lon="9.3899862" version="3" timestamp="2015-07-12T06:39:51Z" changeset="32575275" uid="1323678" user="Vespot">
+ <tag k="ele" v="837"/>
+ <tag k="name" v="Teufen"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Teufen"/>
+ <tag k="uic_ref" v="8506375"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2039979031" lat="47.3482735" lon="9.4323983" version="2" timestamp="2014-09-17T16:04:59Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="931"/>
+ <tag k="name" v="Sammelplatz"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Sammelplatz"/>
+ <tag k="uic_ref" v="8506381"/>
+ </node>
+ <node id="2040133184" lat="47.3283884" lon="9.4096252" version="2" timestamp="2014-09-17T16:04:47Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="786"/>
+ <tag k="name" v="Appenzell"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Appenzell"/>
+ <tag k="uic_ref" v="8506286"/>
+ </node>
+ <node id="2040544557" lat="47.3105515" lon="9.4358334" version="2" timestamp="2014-09-17T16:05:03Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="820"/>
+ <tag k="name" v="Weissbad"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Weissbad"/>
+ <tag k="uic_ref" v="8506288"/>
+ </node>
+ <node id="2040794201" lat="47.2855060" lon="9.4287258" version="2" timestamp="2014-09-17T16:05:03Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="868"/>
+ <tag k="name" v="Wasserauen"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="AB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Wasserauen"/>
+ <tag k="uic_ref" v="8506289"/>
+ </node>
+ <node id="2042234574" lat="47.0965560" lon="9.3479266" version="3" timestamp="2014-09-13T11:06:53Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="441"/>
+ <tag k="name" v="Flums"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FMS"/>
+ <tag k="uic_name" v="Flums"/>
+ <tag k="uic_ref" v="8509413"/>
+ </node>
+ <node id="2043344991" lat="46.8284423" lon="7.0115860" version="3" timestamp="2014-09-23T08:51:11Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="551"/>
+ <tag k="name" v="Léchelles"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LECH"/>
+ <tag k="uic_name" v="Léchelles"/>
+ <tag k="uic_ref" v="8504137"/>
+ </node>
+ <node id="2048030452" lat="47.2053481" lon="7.7802277" version="2" timestamp="2014-09-23T11:06:15Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="483"/>
+ <tag k="name" v="Langenthal Süd"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LTHS"/>
+ <tag k="uic_name" v="Langenthal Süd"/>
+ <tag k="uic_ref" v="8508181"/>
+ </node>
+ <node id="2048248456" lat="47.1199134" lon="9.3129667" version="3" timestamp="2014-09-13T11:06:59Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="426"/>
+ <tag k="name" v="Walenstadt"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WAL"/>
+ <tag k="uic_name" v="Walenstadt"/>
+ <tag k="uic_ref" v="8509414"/>
+ </node>
+ <node id="2051540372" lat="47.1138237" lon="9.2549987" version="3" timestamp="2014-09-13T11:06:59Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="426"/>
+ <tag k="name" v="Unterterzen"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UNT"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Unterterzen"/>
+ <tag k="uic_ref" v="8509416"/>
+ </node>
+ <node id="2051794005" lat="47.0502364" lon="8.3102966" version="3" timestamp="2015-08-07T12:59:11Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="436"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Luzern"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LZ"/>
+ <tag k="uic_name" v="Luzern"/>
+ <tag k="uic_ref" v="8505000"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2052186417" lat="46.5131850" lon="6.6782861" version="4" timestamp="2014-09-23T10:34:23Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="501"/>
+ <tag k="name" v="La Conversion"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CVN"/>
+ <tag k="uic_name" v="Conversion, La"/>
+ <tag k="uic_ref" v="8504010"/>
+ </node>
+ <node id="2055907448" lat="46.9743625" lon="7.4763810" version="7" timestamp="2015-10-30T09:38:30Z" changeset="34968047" uid="481380" user="Nzara">
+ <tag k="ele" v="523"/>
+ <tag k="name" v="Papiermühle"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PAPI"/>
+ <tag k="uic_name" v="Papiermühle"/>
+ <tag k="uic_ref" v="8507096"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2055925336" lat="47.2621198" lon="7.9575862" version="3" timestamp="2014-09-22T18:09:14Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="444"/>
+ <tag k="name" v="Brittnau-Wikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BRIT"/>
+ <tag k="uic_name" v="Brittnau-Wikon"/>
+ <tag k="uic_ref" v="8502002"/>
+ </node>
+ <node id="2068734355" lat="47.2407299" lon="7.7695263" version="4" timestamp="2014-11-28T15:13:38Z" changeset="27091772" uid="2490840" user="flm_asm">
+ <tag k="ele" v="439"/>
+ <tag k="name" v="Aarwangen"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AARW"/>
+ <tag k="uic_name" v="Aarwangen"/>
+ <tag k="uic_ref" v="8508153"/>
+ </node>
+ <node id="2068758717" lat="47.2271596" lon="7.8361031" version="4" timestamp="2014-11-28T15:20:11Z" changeset="27091772" uid="2490840" user="flm_asm">
+ <tag k="ele" v="450"/>
+ <tag k="name" v="St. Urban Ziegelei"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZIE"/>
+ <tag k="uic_name" v="St. Urban Ziegelei"/>
+ <tag k="uic_ref" v="8508164"/>
+ </node>
+ <node id="2068765287" lat="47.2392881" lon="7.8224452" version="4" timestamp="2014-11-28T15:18:47Z" changeset="27091772" uid="2490840" user="flm_asm">
+ <tag k="ele" v="456"/>
+ <tag k="name" v="Roggwil Dorf"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ROGD"/>
+ <tag k="uic_name" v="Roggwil Dorf"/>
+ <tag k="uic_ref" v="8508162"/>
+ </node>
+ <node id="2069321265" lat="47.2236337" lon="6.9571647" version="2" timestamp="2014-09-23T11:35:49Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="969"/>
+ <tag k="name" v="Le Noirmont"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NOMO"/>
+ <tag k="uic_name" v="Noirmont, Le"/>
+ <tag k="uic_ref" v="8500174"/>
+ </node>
+ <node id="2074359564" lat="47.0837855" lon="8.4334067" version="3" timestamp="2014-09-22T18:09:29Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="457"/>
+ <tag k="name" v="Küssnacht am Rigi"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KUE"/>
+ <tag k="uic_name" v="Küssnacht am Rigi"/>
+ <tag k="uic_ref" v="8505002"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2076741875" lat="47.1077443" lon="8.3196144" version="2" timestamp="2014-09-22T18:09:48Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="422"/>
+ <tag k="name" v="Waldibrücke"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WAB"/>
+ <tag k="uic_name" v="Waldibrücke"/>
+ <tag k="uic_ref" v="8502017"/>
+ </node>
+ <node id="2077879362" lat="47.5832354" lon="7.6519207" version="5" timestamp="2014-12-20T11:43:08Z" changeset="27585838" uid="481380" user="Nzara">
+ <tag k="ele" v="283"/>
+ <tag k="name" v="Riehen"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref:CH" v="RIEH"/>
+ <tag k="railway:ref:DBAG" v="RRI"/>
+ <tag k="uic_name" v="Riehen"/>
+ <tag k="uic_ref" v="8014439"/>
+ </node>
+ <node id="2088870941" lat="47.4364792" lon="8.2175484" version="4" timestamp="2014-09-22T18:09:13Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="408"/>
+ <tag k="name" v="Birr"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BIRR"/>
+ <tag k="uic_name" v="Birr"/>
+ <tag k="uic_ref" v="8502247"/>
+ </node>
+ <node id="2089341161" lat="47.2250125" lon="8.3885727" version="4" timestamp="2015-10-29T10:50:32Z" changeset="34945994" uid="452231" user="balducien">
+ <tag k="bench" v="yes"/>
+ <tag k="ele" v="445"/>
+ <tag k="name" v="Mühlau"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Mühlau"/>
+ <tag k="uic_ref" v="8502217"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wheelchair:description" v="Perron Richtung Rotkreuz ist Rollstuhlgängig, jedoch ist das Perron ca. 1 Tritthöhe unter der Einstiegshöhe des Zuges. Das Perron Richtung Wohlen ist überhaupt nicht Rollstuhlgängig."/>
+ </node>
+ <node id="2090657942" lat="47.4516705" lon="8.1668996" version="2" timestamp="2014-09-22T18:09:41Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="352"/>
+ <tag k="name" v="Schinznach Bad"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SBAD"/>
+ <tag k="uic_name" v="Schinznach Bad"/>
+ <tag k="uic_ref" v="8502116"/>
+ </node>
+ <node id="2090662658" lat="47.4286609" lon="8.1665944" version="2" timestamp="2014-09-22T18:09:25Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="365"/>
+ <tag k="name" v="Holderbank (AG)"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HOBK"/>
+ <tag k="uic_name" v="Holderbank AG"/>
+ <tag k="uic_ref" v="8502128"/>
+ </node>
+ <node id="2095964520" lat="47.5820291" lon="8.2489738" version="2" timestamp="2014-09-22T18:09:28Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="321"/>
+ <tag k="name" v="Klingnau"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KLI"/>
+ <tag k="uic_name" v="Klingnau"/>
+ <tag k="uic_ref" v="8516176"/>
+ </node>
+ <node id="2107742641" lat="47.3610030" lon="8.0457956" version="2" timestamp="2015-02-04T13:15:49Z" changeset="28610448" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="412"/>
+ <tag k="name" v="Oberentfelden Uerkenbrücke"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OEFU"/>
+ <tag k="uic_name" v="Oberentfelden Uerkenbrücke"/>
+ <tag k="uic_ref" v="8502181"/>
+ </node>
+ <node id="2112820736" lat="46.5797479" lon="7.3831591" version="2" timestamp="2014-09-23T11:06:13Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="910"/>
+ <tag k="name" v="Grubenwald"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GRU"/>
+ <tag k="uic_name" v="Grubenwald"/>
+ <tag k="uic_ref" v="8507281"/>
+ </node>
+ <node id="2132037878" lat="47.3320723" lon="8.6236945" version="4" timestamp="2014-08-02T10:39:11Z" changeset="24495676" uid="1886106" user="mariusw">
+ <tag k="ele" v="659"/>
+ <tag k="name" v="Zumikon"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zumikon"/>
+ <tag k="uic_ref" v="8503066"/>
+ <tag k="uzh_landmark" v="true"/>
+ </node>
+ <node id="2132037879" lat="47.3369138" lon="8.6166705" version="5" timestamp="2013-05-19T07:08:35Z" changeset="16189233" uid="177149" user="zwis">
+ <tag k="ele" v="651"/>
+ <tag k="name" v="Waltikon"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Waltikon"/>
+ <tag k="uic_ref" v="8503075"/>
+ </node>
+ <node id="2132070272" lat="47.3253381" lon="8.6481526" version="3" timestamp="2013-06-12T08:47:27Z" changeset="16520920" uid="177149" user="zwis">
+ <tag k="ele" v="689"/>
+ <tag k="name" v="Forch"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Forch"/>
+ <tag k="uic_ref" v="8503065"/>
+ </node>
+ <node id="2132070273" lat="47.3281674" lon="8.6312121" version="3" timestamp="2013-05-30T07:08:30Z" changeset="16347332" uid="177149" user="zwis">
+ <tag k="ele" v="659"/>
+ <tag k="name" v="Maiacher"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Maiacher"/>
+ <tag k="uic_ref" v="8503068"/>
+ </node>
+ <node id="2132070275" lat="47.3225086" lon="8.6595963" version="4" timestamp="2015-10-29T16:14:59Z" changeset="34952785" uid="452231" user="balducien">
+ <tag k="ele" v="659"/>
+ <tag k="name" v="Scheuren"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Scheuren"/>
+ <tag k="uic_ref" v="8503064"/>
+ </node>
+ <node id="2132070280" lat="47.3257763" lon="8.6379333" version="3" timestamp="2013-05-25T07:30:53Z" changeset="16275029" uid="177149" user="zwis">
+ <tag k="ele" v="675"/>
+ <tag k="name" v="Neue Forch"/>
+ <tag k="operator" v="FB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Neue Forch"/>
+ <tag k="uic_ref" v="8503074"/>
+ </node>
+ <node id="2140525770" lat="46.6663577" lon="7.6050308" version="2" timestamp="2014-09-23T11:06:11Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="644"/>
+ <tag k="name" v="Burgholz"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BH"/>
+ <tag k="uic_name" v="Burgholz"/>
+ <tag k="uic_ref" v="8507287"/>
+ </node>
+ <node id="2140550810" lat="46.6757060" lon="7.6356106" version="2" timestamp="2014-09-23T11:06:21Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="629"/>
+ <tag k="name" v="Wimmis"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WM"/>
+ <tag k="uic_name" v="Wimmis"/>
+ <tag k="uic_ref" v="8507298"/>
+ </node>
+ <node id="2141115746" lat="47.3334192" lon="8.9232896" version="4" timestamp="2014-09-13T11:06:52Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="734"/>
+ <tag k="name" v="Fischenthal"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FI"/>
+ <tag k="uic_name" v="Fischenthal"/>
+ <tag k="uic_ref" v="8503136"/>
+ </node>
+ <node id="2141146352" lat="47.2727268" lon="8.9139616" version="4" timestamp="2014-09-13T11:06:59Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="616"/>
+ <tag k="name" v="Wald"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WL"/>
+ <tag k="uic_name" v="Wald"/>
+ <tag k="uic_ref" v="8503138"/>
+ </node>
+ <node id="2157546310" lat="47.5272864" lon="8.9219352" version="2" timestamp="2014-05-06T19:21:24Z" changeset="22173632" uid="440353" user="osmose">
+ <tag k="ele" v="443"/>
+ <tag k="name" v="Weberei Matzingen"/>
+ <tag k="operator" v="FW"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Weberei Matzingen"/>
+ <tag k="uic_ref" v="8506173"/>
+ </node>
+ <node id="2161608888" lat="47.3199687" lon="8.0527970" version="3" timestamp="2015-02-05T15:17:51Z" changeset="28632541" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="444"/>
+ <tag k="name" v="Hirschthal"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HIT"/>
+ <tag k="uic_name" v="Hirschthal"/>
+ <tag k="uic_ref" v="8502197"/>
+ </node>
+ <node id="2161635578" lat="47.3292909" lon="8.0544816" version="3" timestamp="2015-03-04T15:41:35Z" changeset="29247399" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="435"/>
+ <tag k="name" v="Obermuhen"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OMUH"/>
+ <tag k="uic_name" v="Obermuhen"/>
+ <tag k="uic_ref" v="8502178"/>
+ </node>
+ <node id="2161635579" lat="47.3686865" lon="8.0445382" version="2" timestamp="2015-02-04T12:24:34Z" changeset="28609622" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="414"/>
+ <tag k="name" v="Unterentfelden Post"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UNPO"/>
+ <tag k="uic_name" v="Unterentfelden Post"/>
+ <tag k="uic_ref" v="8502196"/>
+ </node>
+ <node id="2162332936" lat="47.3462154" lon="8.1586722" version="3" timestamp="2015-02-08T16:10:33Z" changeset="28704738" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="446"/>
+ <tag k="name" v="Seon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SE"/>
+ <tag k="uic_name" v="Seon"/>
+ <tag k="uic_ref" v="8502030"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2162383109" lat="47.3151487" lon="8.1845122" version="2" timestamp="2014-09-23T08:51:06Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="name" v="Boniswil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BONI"/>
+ <tag k="uic_name" v="Boniswil"/>
+ <tag k="uic_ref" v="8502032"/>
+ </node>
+ <node id="2164196870" lat="47.2446973" lon="8.2238838" version="3" timestamp="2014-09-22T18:09:33Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="458"/>
+ <tag k="name" v="Mosen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MO"/>
+ <tag k="uic_name" v="Mosen"/>
+ <tag k="uic_ref" v="8502029"/>
+ </node>
+ <node id="2164248359" lat="47.2231242" lon="8.2514976" version="2" timestamp="2014-09-22T18:09:25Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="470"/>
+ <tag k="name" v="Hitzkirch"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HIK"/>
+ <tag k="uic_name" v="Hitzkirch"/>
+ <tag k="uic_ref" v="8502027"/>
+ </node>
+ <node id="2171580321" lat="47.1477356" lon="8.5099680" version="3" timestamp="2014-09-13T11:07:01Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="431"/>
+ <tag k="name" v="Zug Oberwil"/>
+ <tag k="network" v="Tarifverbund Zug"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZGO"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Zug Oberwil"/>
+ <tag k="uic_ref" v="8502231"/>
+ <tag k="wikipedia" v="de:Bahnhof Zug Oberwil"/>
+ </node>
+ <node id="2192724752" lat="46.5014961" lon="9.8352722" version="2" timestamp="2014-11-11T16:26:52Z" changeset="26715284" uid="2438331" user="MichelBernmobil">
+ <tag k="name" v="Chantarella"/>
+ <tag k="operator" v="SMBB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Chantarella"/>
+ <tag k="uic_ref" v="8509271"/>
+ </node>
+ <node id="2207090144" lat="46.5267096" lon="6.6025582" version="4" timestamp="2014-09-23T10:34:27Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="430"/>
+ <tag k="name" v="Prilly-Malley"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PRMA"/>
+ <tag k="uic_name" v="Prilly-Malley"/>
+ <tag k="uic_ref" v="8518452"/>
+ </node>
+ <node id="2255957882" lat="47.1316922" lon="8.6962346" version="2" timestamp="2014-09-23T11:08:58Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="920"/>
+ <tag k="name" v="Altmatt"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AT"/>
+ <tag k="uic_name" v="Altmatt"/>
+ <tag k="uic_ref" v="8503292"/>
+ </node>
+ <node id="2255957890" lat="47.1056664" lon="8.6746503" version="2" timestamp="2014-09-23T11:08:59Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="923"/>
+ <tag k="name" v="Rothenthurm"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RTT"/>
+ <tag k="uic_name" v="Rothenthurm"/>
+ <tag k="uic_ref" v="8503282"/>
+ </node>
+ <node id="2264609200" lat="47.2441176" lon="8.4573878" version="2" timestamp="2015-10-29T10:49:03Z" changeset="34945963" uid="452231" user="balducien">
+ <tag k="ele" v="460"/>
+ <tag k="name" v="Mettmenstetten"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Mettmenstetten"/>
+ <tag k="uic_ref" v="8502225"/>
+ </node>
+ <node id="2266006370" lat="46.8291498" lon="9.6538230" version="1" timestamp="2013-04-13T16:02:39Z" changeset="15713957" uid="315015" user="WernerP">
+ <tag k="ele" v="1157"/>
+ <tag k="name" v="Station Sankt Peter-Molinis"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="St. Peter-Molinis"/>
+ <tag k="uic_ref" v="8509153"/>
+ <tag k="wikipedia" v="en:Sankt Peter-Molinis (Rhaetian Railway station)"/>
+ </node>
+ <node id="2266207797" lat="46.2236306" lon="9.0414879" version="4" timestamp="2014-09-22T18:09:16Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="241"/>
+ <tag k="name" v="Castione-Arbedo"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CAST"/>
+ <tag k="uic_name" v="Castione-Arbedo"/>
+ <tag k="uic_ref" v="8505212"/>
+ </node>
+ <node id="2271423425" lat="47.2301995" lon="8.8344798" version="2" timestamp="2014-09-13T11:06:54Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="433"/>
+ <tag k="name" v="Jona"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="JO"/>
+ <tag k="uic_name" v="Jona"/>
+ <tag k="uic_ref" v="8503120"/>
+ </node>
+ <node id="2278756340" lat="46.1525334" lon="8.9426983" version="3" timestamp="2015-05-03T09:08:46Z" changeset="30741713" uid="2265854" user="G4rp">
+ <tag k="ele" v="208"/>
+ <tag k="name" v="Cadenazzo"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CAD"/>
+ <tag k="uic_name" v="Cadenazzo"/>
+ <tag k="uic_ref" v="8505404"/>
+ </node>
+ <node id="2284793595" lat="46.4586477" lon="6.2114650" version="3" timestamp="2014-11-30T19:27:32Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="842"/>
+ <tag k="name" v="Arzier"/>
+ <tag k="operator" v="NStCM"/>
+ <tag k="platforms" v="2"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ARZ"/>
+ <tag k="uic_name" v="Arzier"/>
+ <tag k="uic_ref" v="8501063"/>
+ </node>
+ <node id="2288214840" lat="47.4626032" lon="7.8117356" version="2" timestamp="2015-10-29T13:57:05Z" changeset="34949455" uid="452231" user="balducien">
+ <tag k="name" v="Sissach"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sissach"/>
+ <tag k="uic_ref" v="008500026"/>
+ </node>
+ <node id="2291723099" lat="47.4558122" lon="8.4020993" version="2" timestamp="2014-09-22T18:09:37Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="IBNR" v="8503525"/>
+ <tag k="ele" v="427"/>
+ <tag k="name" v="Otelfingen Golfpark"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OFR"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Otelfingen Golfpark"/>
+ <tag k="uic_ref" v="8503525"/>
+ </node>
+ <node id="2374814929" lat="47.4495398" lon="7.8377193" version="2" timestamp="2015-10-29T22:15:58Z" changeset="34961093" uid="452231" user="balducien">
+ <tag k="ele" v="420"/>
+ <tag k="name" v="Diepflingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Diepflingen"/>
+ <tag k="uic_ref" v="8500031"/>
+ </node>
+ <node id="2388447150" lat="46.2313474" lon="6.1102181" version="5" timestamp="2015-08-19T22:17:16Z" changeset="33451706" uid="1783785" user="R0bst3r">
+ <tag k="ele" v="424"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Genève-Aéroport"/>
+ <tag k="name:de" v="Genf Flughafen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GEAP"/>
+ <tag k="uic_name" v="Genève-Aéroport"/>
+ <tag k="uic_ref" v="8501026"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2388447162" lat="46.3843454" lon="6.2359932" version="4" timestamp="2015-08-07T12:59:13Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="406"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Nyon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Nyon"/>
+ <tag k="uic_ref" v="8501030"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2390023800" lat="46.5086272" lon="6.7859160" version="3" timestamp="2014-09-23T10:34:25Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="657"/>
+ <tag k="name" v="Moreillon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MRL"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Moreillon"/>
+ <tag k="uic_ref" v="8504007"/>
+ </node>
+ <node id="2390023802" lat="46.7660618" lon="7.0649683" version="3" timestamp="2014-09-23T10:34:26Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="686"/>
+ <tag k="name" v="Neyruz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NEY"/>
+ <tag k="uic_name" v="Neyruz"/>
+ <tag k="uic_ref" v="8504027"/>
+ </node>
+ <node id="2390026164" lat="46.7826379" lon="7.0619691" version="4" timestamp="2014-09-23T10:34:27Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="667"/>
+ <tag k="name" v="Rosé"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ROS"/>
+ <tag k="uic_name" v="Rosé"/>
+ <tag k="uic_ref" v="8504028"/>
+ </node>
+ <node id="2390026168" lat="46.6409909" lon="6.9729438" version="1" timestamp="2013-07-19T20:53:50Z" changeset="17016857" uid="266672" user="tf66">
+ <tag k="ele" v="836"/>
+ <tag k="name" v="Sâles"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sâles"/>
+ <tag k="uic_ref" v="8504083"/>
+ </node>
+ <node id="2390026172" lat="46.6238827" lon="6.9903876" version="1" timestamp="2013-07-19T20:53:51Z" changeset="17016857" uid="266672" user="tf66">
+ <tag k="ele" v="827"/>
+ <tag k="name" v="Vaulruz-Nord"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Vaulruz-Nord"/>
+ <tag k="uic_ref" v="8504084"/>
+ </node>
+ <node id="2390026178" lat="46.6525985" lon="6.9301681" version="1" timestamp="2013-07-19T20:53:51Z" changeset="17016857" uid="266672" user="tf66">
+ <tag k="ele" v="791"/>
+ <tag k="name" v="Vuisternens"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Vuisternens-devant-Romont"/>
+ <tag k="uic_ref" v="8504081"/>
+ </node>
+ <node id="2400947089" lat="46.7077830" lon="6.8421224" version="3" timestamp="2014-09-23T10:34:24Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="439"/>
+ <tag k="name" v="Lucens"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LUC"/>
+ <tag k="uic_name" v="Lucens"/>
+ <tag k="uic_ref" v="8504121"/>
+ </node>
+ <node id="2412401899" lat="47.2532897" lon="8.6927615" version="2" timestamp="2015-10-30T13:06:54Z" changeset="34971965" uid="452231" user="balducien">
+ <tag k="ele" v="419"/>
+ <tag k="name" v="Männedorf"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Männedorf"/>
+ <tag k="uic_ref" v="8503106"/>
+ </node>
+ <node id="2413525746" lat="47.2383893" lon="8.8142984" version="2" timestamp="2015-10-30T13:06:54Z" changeset="34971965" uid="452231" user="balducien">
+ <tag k="ele" v="412"/>
+ <tag k="name" v="Kempraten"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Kempraten"/>
+ <tag k="uic_ref" v="8503112"/>
+ </node>
+ <node id="2414247964" lat="47.2696318" lon="8.8246979" version="2" timestamp="2014-09-22T18:09:14Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="509"/>
+ <tag k="name" v="Bubikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BUB"/>
+ <tag k="uic_name" v="Bubikon"/>
+ <tag k="uic_ref" v="8503122"/>
+ </node>
+ <node id="2414295811" lat="47.2994453" lon="8.8401699" version="2" timestamp="2014-09-22T18:09:25Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="565"/>
+ <tag k="name" v="Hinwil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HI"/>
+ <tag k="uic_name" v="Hinwil"/>
+ <tag k="uic_ref" v="8503130"/>
+ </node>
+ <node id="2421944630" lat="46.9255199" lon="8.9978082" version="2" timestamp="2014-09-13T11:06:54Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="648"/>
+ <tag k="name" v="Linthal"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LIN"/>
+ <tag k="uic_name" v="Linthal"/>
+ <tag k="uic_ref" v="8503239"/>
+ </node>
+ <node id="2425891024" lat="47.5704259" lon="8.4679199" version="2" timestamp="2014-09-22T18:09:52Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="369"/>
+ <tag k="name" v="Zweidlen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZWD"/>
+ <tag k="uic_name" v="Zweidlen"/>
+ <tag k="uic_ref" v="8503405"/>
+ </node>
+ <node id="2426996363" lat="47.5699252" lon="8.3271211" version="2" timestamp="2014-09-22T18:09:38Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="338"/>
+ <tag k="name" v="Rekingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="REK"/>
+ <tag k="uic_name" v="Rekingen AG"/>
+ <tag k="uic_ref" v="8503408"/>
+ </node>
+ <node id="2427045409" lat="47.5882818" lon="8.2955260" version="2" timestamp="2014-09-22T18:09:11Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="339"/>
+ <tag k="name" v="Bad Zurzach"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZZ"/>
+ <tag k="uic_name" v="Bad Zurzach"/>
+ <tag k="uic_ref" v="8503409"/>
+ </node>
+ <node id="2427056804" lat="47.6007577" lon="8.2772678" version="2" timestamp="2014-09-22T18:09:39Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="333"/>
+ <tag k="name" v="Rietheim"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RIET"/>
+ <tag k="uic_name" v="Rietheim"/>
+ <tag k="uic_ref" v="8503410"/>
+ </node>
+ <node id="2428167137" lat="47.6980614" lon="8.6326636" version="5" timestamp="2015-08-07T12:59:15Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="404"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Schaffhausen"/>
+ <tag k="network" v="FlexTax"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref:DBAG" v="RSCF"/>
+ <tag k="railway:ref:SBB" v="SH"/>
+ <tag k="uic_name" v="Schaffhausen"/>
+ <tag k="uic_ref" v="8503424"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2441859903" lat="47.3135921" lon="8.9154157" version="3" timestamp="2014-09-13T11:06:53Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="756"/>
+ <tag k="name" v="Gibswil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GIB"/>
+ <tag k="uic_name" v="Gibswil"/>
+ <tag k="uic_ref" v="8503137"/>
+ </node>
+ <node id="2443368760" lat="47.3942582" lon="8.8542313" version="2" timestamp="2014-09-13T11:06:57Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="600"/>
+ <tag k="name" v="Saland"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SD"/>
+ <tag k="uic_name" v="Saland"/>
+ <tag k="uic_ref" v="8506009"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2446019572" lat="47.4415427" lon="8.8190544" version="2" timestamp="2014-09-13T11:06:56Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="530"/>
+ <tag k="name" v="Rämismühle-Zell"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RMZ"/>
+ <tag k="uic_name" v="Rämismühle-Zell"/>
+ <tag k="uic_ref" v="8506006"/>
+ </node>
+ <node id="2446048209" lat="47.4373149" lon="8.8439327" version="2" timestamp="2014-09-13T11:06:59Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="550"/>
+ <tag k="name" v="Turbenthal"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TU"/>
+ <tag k="uic_name" v="Turbenthal"/>
+ <tag k="uic_ref" v="8506007"/>
+ </node>
+ <node id="2446055623" lat="47.4178409" lon="8.8484952" version="3" timestamp="2014-09-13T11:07:00Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="569"/>
+ <tag k="name" v="Wila"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WILA"/>
+ <tag k="uic_name" v="Wila"/>
+ <tag k="uic_ref" v="8506008"/>
+ </node>
+ <node id="2453133359" lat="47.5695683" lon="8.7576593" version="2" timestamp="2014-09-22T18:09:46Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="440"/>
+ <tag k="name" v="Thalheim-Altikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TLH"/>
+ <tag k="uic_name" v="Thalheim-Altikon"/>
+ <tag k="uic_ref" v="8506022"/>
+ </node>
+ <node id="2455946411" lat="47.6145929" lon="8.7240978" version="2" timestamp="2014-09-22T18:09:37Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="427"/>
+ <tag k="name" v="Ossingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OSS"/>
+ <tag k="uic_name" v="Ossingen"/>
+ <tag k="uic_ref" v="8506023"/>
+ </node>
+ <node id="2456031549" lat="47.6611073" lon="8.8186276" version="3" timestamp="2014-09-22T18:09:21Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="438"/>
+ <tag k="name" v="Etzwilen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EW"/>
+ <tag k="uic_name" v="Etzwilen"/>
+ <tag k="uic_ref" v="8506025"/>
+ </node>
+ <node id="2456031550" lat="47.6349291" lon="8.7887786" version="2" timestamp="2014-09-22T18:09:44Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="433"/>
+ <tag k="name" v="Stammheim"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STM"/>
+ <tag k="uic_name" v="Stammheim"/>
+ <tag k="uic_ref" v="8506024"/>
+ </node>
+ <node id="2456031551" lat="47.6561255" lon="8.8551084" version="2" timestamp="2014-09-22T18:09:44Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="413"/>
+ <tag k="name" v="Stein am Rhein"/>
+ <tag k="name:de" v="Stein am Rhein"/>
+ <tag k="name:gsw" v="Stei am Rhy"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STR"/>
+ <tag k="uic_name" v="Stein am Rhein"/>
+ <tag k="uic_ref" v="8506139"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2458507606" lat="46.0566855" lon="8.9303948" version="4" timestamp="2014-09-22T18:09:46Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="335"/>
+ <tag k="name" v="Taverne-Torricella"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TAV"/>
+ <tag k="uic_name" v="Taverne-Torricella"/>
+ <tag k="uic_ref" v="8505218"/>
+ </node>
+ <node id="2460241310" lat="46.0054989" lon="8.9468486" version="4" timestamp="2015-08-07T12:59:11Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="335"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Lugano"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LG"/>
+ <tag k="uic_name" v="Lugano"/>
+ <tag k="uic_ref" v="8505300"/>
+ </node>
+ <node id="2460272281" lat="45.9558224" lon="8.9481758" version="3" timestamp="2014-09-23T10:34:25Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="274"/>
+ <tag k="name" v="Melide"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MDE"/>
+ <tag k="uic_name" v="Melide"/>
+ <tag k="uic_ref" v="8505302"/>
+ </node>
+ <node id="2460281903" lat="45.9323199" lon="8.9740496" version="3" timestamp="2014-09-23T10:34:25Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="280"/>
+ <tag k="name" v="Maroggia-Melano"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MAR"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Maroggia-Melano"/>
+ <tag k="uic_ref" v="8505303"/>
+ </node>
+ <node id="2462102646" lat="46.1723153" lon="8.8013509" version="4" timestamp="2015-08-07T12:59:10Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="205"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Locarno"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LO"/>
+ <tag k="uic_name" v="Locarno"/>
+ <tag k="uic_ref" v="8505400"/>
+ </node>
+ <node id="2462102649" lat="46.1774403" lon="8.8517056" version="3" timestamp="2014-09-22T18:09:46Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="203"/>
+ <tag k="name" v="Tenero"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TEN"/>
+ <tag k="uic_name" v="Tenero"/>
+ <tag k="uic_ref" v="8505401"/>
+ </node>
+ <node id="2463259314" lat="46.1453456" lon="8.8501564" version="3" timestamp="2014-09-22T18:09:31Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="215"/>
+ <tag k="name" v="Magadino-Vira"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MAG"/>
+ <tag k="uic_name" v="Magadino-Vira"/>
+ <tag k="uic_ref" v="8505406"/>
+ </node>
+ <node id="2463259316" lat="46.1351879" lon="8.8070294" version="3" timestamp="2014-09-22T18:09:41Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="211"/>
+ <tag k="name" v="S. Nazzaro"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SN"/>
+ <tag k="uic_name" v="S. Nazzaro"/>
+ <tag k="uic_ref" v="8505407"/>
+ </node>
+ <node id="2472416440" lat="47.1838719" lon="7.5558915" version="2" timestamp="2014-09-23T11:35:47Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="459"/>
+ <tag k="name" v="Biberist"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BIBS"/>
+ <tag k="uic_name" v="Biberist RBS"/>
+ <tag k="uic_ref" v="8508068"/>
+ </node>
+ <node id="2472559165" lat="46.0044493" lon="8.9476468" version="1" timestamp="2013-09-26T19:43:00Z" changeset="18050987" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="333"/>
+ <tag k="name" v="Lugano FLP"/>
+ <tag k="operator" v="FLP"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Lugano FLP"/>
+ <tag k="uic_ref" v="8505391"/>
+ </node>
+ <node id="2475026135" lat="47.6921490" lon="8.6459368" version="2" timestamp="2014-09-22T18:09:21Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="409"/>
+ <tag k="name" v="Feuerthalen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FT"/>
+ <tag k="uic_name" v="Feuerthalen"/>
+ <tag k="uic_ref" v="8503425"/>
+ </node>
+ <node id="2475106740" lat="47.6668446" lon="8.7702771" version="3" timestamp="2014-09-22T18:09:41Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="427"/>
+ <tag k="name" v="Schlattingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCHN"/>
+ <tag k="uic_name" v="Schlattingen"/>
+ <tag k="uic_ref" v="8503429"/>
+ </node>
+ <node id="2479971948" lat="47.6454048" lon="8.8764416" version="2" timestamp="2014-09-22T18:09:20Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="417"/>
+ <tag k="name" v="Eschenz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EZ"/>
+ <tag k="uic_name" v="Eschenz"/>
+ <tag k="uic_ref" v="8506138"/>
+ </node>
+ <node id="2482900821" lat="47.5160871" lon="8.6467000" version="2" timestamp="2014-11-30T08:39:16Z" changeset="27126391" uid="481380" user="Nzara">
+ <tag k="ele" v="412"/>
+ <tag k="name" v="Pfungen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PFU"/>
+ <tag k="uic_name" v="Pfungen"/>
+ <tag k="uic_ref" v="8506042"/>
+ </node>
+ <node id="2486323396" lat="47.6442502" lon="8.9142487" version="3" timestamp="2014-09-22T18:09:32Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="412"/>
+ <tag k="name" v="Mammern"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MAM"/>
+ <tag k="uic_name" v="Mammern"/>
+ <tag k="uic_ref" v="8506137"/>
+ </node>
+ <node id="2486323397" lat="47.6645455" lon="8.9809666" version="3" timestamp="2015-05-22T11:46:23Z" changeset="31359595" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="404"/>
+ <tag k="name" v="Steckborn"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STK"/>
+ <tag k="uic_name" v="Steckborn"/>
+ <tag k="uic_ref" v="8506136"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2486344596" lat="47.6732578" lon="9.0220237" version="2" timestamp="2014-09-22T18:09:12Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="403"/>
+ <tag k="name" v="Berlingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BER"/>
+ <tag k="uic_name" v="Berlingen"/>
+ <tag k="uic_ref" v="8506135"/>
+ </node>
+ <node id="2486375605" lat="47.6699561" lon="9.0856637" version="2" timestamp="2014-09-22T18:09:20Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="402"/>
+ <tag k="name" v="Ermatingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ERM"/>
+ <tag k="uic_name" v="Ermatingen"/>
+ <tag k="uic_ref" v="8506133"/>
+ </node>
+ <node id="2486375610" lat="47.6736646" lon="9.0524497" version="7" timestamp="2014-09-22T18:09:32Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="400"/>
+ <tag k="name" v="Mannenbach-Salenstein"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MANN"/>
+ <tag k="uic_name" v="Mannenbach-Salenstein"/>
+ <tag k="uic_ref" v="8506134"/>
+ </node>
+ <node id="2486660800" lat="47.6525932" lon="9.1687608" version="3" timestamp="2015-08-07T12:59:09Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="403"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Kreuzlingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KR"/>
+ <tag k="uic_name" v="Kreuzlingen"/>
+ <tag k="uic_ref" v="8506131"/>
+ </node>
+ <node id="2486660801" lat="47.6535316" lon="9.1394739" version="3" timestamp="2014-09-23T11:35:52Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="420"/>
+ <tag k="name" v="Tägerwilen Dorf"/>
+ <tag k="operator" v="THURBO"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TAEM"/>
+ <tag k="start_date" v="2000"/>
+ <tag k="uic_name" v="Tägerwilen Dorf"/>
+ <tag k="uic_ref" v="8506198"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2486660802" lat="47.6595931" lon="9.1329282" version="2" timestamp="2014-09-22T18:09:47Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="404"/>
+ <tag k="name" v="Tägerwilen-Gottlieben"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TAEG"/>
+ <tag k="uic_name" v="Tägerwilen-Gottlieben"/>
+ <tag k="uic_ref" v="8506132"/>
+ </node>
+ <node id="2486668293" lat="47.6491561" lon="9.1819226" version="2" timestamp="2014-09-22T18:09:28Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="402"/>
+ <tag k="name" v="Kreuzlingen Hafen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KRH"/>
+ <tag k="uic_name" v="Kreuzlingen Hafen"/>
+ <tag k="uic_ref" v="8506128"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2488676494" lat="47.4615118" lon="8.9585919" version="2" timestamp="2014-09-13T11:06:52Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="567"/>
+ <tag k="name" v="Eschlikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ESL"/>
+ <tag k="uic_name" v="Eschlikon"/>
+ <tag k="uic_ref" v="8506011"/>
+ </node>
+ <node id="2489918542" lat="47.4364595" lon="9.1309316" version="4" timestamp="2015-11-17T19:47:50Z" changeset="35386682" uid="481380" user="Nzara">
+ <tag k="ele" v="564"/>
+ <tag k="name" v="Uzwil"/>
+ <tag k="operator" v="SBB CFF FFS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UZW"/>
+ <tag k="uic_name" v="Uzwil"/>
+ <tag k="uic_ref" v="8506208"/>
+ </node>
+ <node id="2494757819" lat="47.4344847" lon="9.3934152" version="2" timestamp="2014-09-13T11:06:58Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="645"/>
+ <tag k="name" v="St. Gallen St. Fiden"/>
+ <tag k="network" v="Ostwind"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SGF"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="St. Gallen St. Fiden"/>
+ <tag k="uic_ref" v="8506303"/>
+ </node>
+ <node id="2498640502" lat="47.4460883" lon="9.5365708" version="3" timestamp="2014-09-22T18:09:24Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="794"/>
+ <tag k="name" v="Heiden"/>
+ <tag k="operator" v="AB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HEI"/>
+ <tag k="uic_name" v="Heiden"/>
+ <tag k="uic_ref" v="8506355"/>
+ </node>
+ <node id="2502523894" lat="47.3842187" lon="9.0708526" version="2" timestamp="2014-09-22T18:09:31Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="599"/>
+ <tag k="name" v="Lütisburg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LUET"/>
+ <tag k="uic_name" v="Lütisburg"/>
+ <tag k="uic_ref" v="8506204"/>
+ </node>
+ <node id="2507429705" lat="47.6109632" lon="9.1680833" version="1" timestamp="2013-10-24T16:58:25Z" changeset="18522980" uid="481380" user="Nzara">
+ <tag k="ele" v="546"/>
+ <tag k="name" v="Siegershausen"/>
+ <tag k="operator" v="THURBO"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Siegershausen"/>
+ <tag k="uic_ref" v="8506195"/>
+ </node>
+ <node id="2507443665" lat="47.5723296" lon="9.1697319" version="2" timestamp="2014-09-23T11:35:49Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="508"/>
+ <tag k="name" v="Kehlhof"/>
+ <tag k="operator" v="THURBO"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KHF"/>
+ <tag k="uic_name" v="Kehlhof"/>
+ <tag k="uic_ref" v="8506193"/>
+ </node>
+ <node id="2508186999" lat="47.5562085" lon="9.0841066" version="2" timestamp="2014-09-23T11:35:48Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="444"/>
+ <tag k="name" v="Bussnang"/>
+ <tag k="operator" v="THURBO"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNG"/>
+ <tag k="uic_name" v="Bussnang"/>
+ <tag k="uic_ref" v="8506190"/>
+ </node>
+ <node id="2508647786" lat="47.5542349" lon="8.8986487" version="1" timestamp="2013-10-25T18:18:52Z" changeset="18540389" uid="481380" user="Nzara">
+ <tag k="ele" v="420"/>
+ <tag k="name" v="Frauenfeld Marktplatz"/>
+ <tag k="operator" v="FWB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Frauenfeld Marktplatz"/>
+ <tag k="uic_ref" v="8506171"/>
+ </node>
+ <node id="2508696539" lat="47.5581253" lon="8.8965638" version="3" timestamp="2015-02-10T08:52:24Z" changeset="28745661" uid="524500" user="wheelmap_android">
+ <tag k="ele" v="405"/>
+ <tag k="name" v="Frauenfeld"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FF"/>
+ <tag k="uic_name" v="Frauenfeld"/>
+ <tag k="uic_ref" v="8506100"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikipedia" v="de:Bahnhof Frauenfeld"/>
+ </node>
+ <node id="2508724562" lat="47.5771523" lon="8.9431805" version="3" timestamp="2014-09-22T18:09:21Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="399"/>
+ <tag k="name" v="Felben-Wellhausen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FEL"/>
+ <tag k="uic_name" v="Felben-Wellhausen"/>
+ <tag k="uic_ref" v="8506101"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2508778217" lat="47.5828756" lon="9.0621528" version="2" timestamp="2014-09-22T18:09:34Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="418"/>
+ <tag k="name" v="Märstetten"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MAER"/>
+ <tag k="uic_name" v="Märstetten"/>
+ <tag k="uic_ref" v="8506104"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2508783701" lat="47.5881982" lon="9.0155521" version="2" timestamp="2014-09-22T18:09:34Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="412"/>
+ <tag k="name" v="Müllheim-Wigoltingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MUEL"/>
+ <tag k="uic_name" v="Müllheim-Wigoltingen"/>
+ <tag k="uic_ref" v="8506103"/>
+ </node>
+ <node id="2509270355" lat="47.5655287" lon="9.3792916" version="4" timestamp="2015-08-07T12:59:14Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="399"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Romanshorn"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RH"/>
+ <tag k="uic_name" v="Romanshorn"/>
+ <tag k="uic_ref" v="8506121"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2509489215" lat="47.5491468" lon="9.1499076" version="2" timestamp="2014-09-22T18:09:15Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="440"/>
+ <tag k="name" v="Bürglen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BGL"/>
+ <tag k="uic_name" v="Bürglen"/>
+ <tag k="uic_ref" v="8506106"/>
+ </node>
+ <node id="2509529986" lat="47.5245671" lon="9.2017390" version="2" timestamp="2014-09-22T18:09:28Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="457"/>
+ <tag k="name" v="Kradolf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KRA"/>
+ <tag k="uic_name" v="Kradolf"/>
+ <tag k="uic_ref" v="8506216"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2510469066" lat="47.6087330" lon="9.2921974" version="2" timestamp="2014-09-22T18:09:23Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="410"/>
+ <tag k="name" v="Güttingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GUET"/>
+ <tag k="uic_name" v="Güttingen"/>
+ <tag k="uic_ref" v="8506124"/>
+ </node>
+ <node id="2510493283" lat="47.5859995" lon="9.3396730" version="2" timestamp="2014-09-22T18:09:48Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="406"/>
+ <tag k="name" v="Uttwil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UTW"/>
+ <tag k="uic_name" v="Uttwil"/>
+ <tag k="uic_ref" v="8506122"/>
+ </node>
+ <node id="2517831407" lat="46.9677105" lon="9.5546880" version="4" timestamp="2014-09-13T11:06:54Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="523"/>
+ <tag k="name" v="Landquart"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LQ"/>
+ <tag k="uic_name" v="Landquart"/>
+ <tag k="uic_ref" v="8509002"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wikipedia" v="en:Landquart railway station"/>
+ </node>
+ <node id="2522151337" lat="46.8535563" lon="9.5296459" version="3" timestamp="2015-08-07T12:59:07Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="585"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Chur"/>
+ <tag k="name:ja" v="クール"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CH"/>
+ <tag k="uic_name" v="Chur"/>
+ <tag k="uic_ref" v="8509000"/>
+ <tag k="wikipedia" v="en:Chur railway station"/>
+ </node>
+ <node id="2528279663" lat="47.2186024" lon="7.4694852" version="3" timestamp="2015-11-11T21:15:55Z" changeset="35249463" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="555"/>
+ <tag k="name" v="Lommiswil"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LOM"/>
+ <tag k="uic_name" v="Lommiswil"/>
+ <tag k="uic_ref" v="8500262"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="2533670535" lat="46.8332206" lon="9.4529785" version="1" timestamp="2013-11-15T14:51:27Z" changeset="18916281" uid="481380" user="Nzara">
+ <tag k="ele" v="581"/>
+ <tag k="name" v="Domat/Ems"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="platforms" v="2"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Domat/Ems"/>
+ <tag k="uic_ref" v="8509181"/>
+ <tag k="wikipedia" v="en:Domat/Ems (Rhaetian Railway station)"/>
+ </node>
+ <node id="2533670536" lat="46.8286129" lon="9.4304058" version="1" timestamp="2013-11-15T14:51:28Z" changeset="18916281" uid="481380" user="Nzara">
+ <tag k="ele" v="597"/>
+ <tag k="name" v="Ems Werk"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="platforms" v="2"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ems Werk"/>
+ <tag k="uic_ref" v="8509182"/>
+ <tag k="wikipedia" v="en:Ems Werk (Rhaetian Railway station)"/>
+ </node>
+ <node id="2552101961" lat="47.3495263" lon="8.3126848" version="4" timestamp="2015-10-29T14:01:49Z" changeset="34949562" uid="452231" user="balducien">
+ <tag k="name" v="Erdmannlistein"/>
+ <tag k="operator" v="BDWM"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ERDM"/>
+ <tag k="uic_name" v="Erdmannlistein"/>
+ <tag k="uic_ref" v="8502269"/>
+ </node>
+ <node id="2620062615" lat="46.9536331" lon="7.5473203" version="2" timestamp="2014-09-23T11:35:47Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="567"/>
+ <tag k="name" v="Boll-Utzigen"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BOUT"/>
+ <tag k="uic_name" v="Boll-Utzigen"/>
+ <tag k="uic_ref" v="8507065"/>
+ </node>
+ <node id="2620076962" lat="46.9700701" lon="7.4969056" version="4" timestamp="2015-11-18T19:14:45Z" changeset="35403736" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="543"/>
+ <tag k="name" v="Bolligen"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BOLI"/>
+ <tag k="toilets:wheelchair" v="yes"/>
+ <tag k="uic_name" v="Bolligen"/>
+ <tag k="uic_ref" v="8507068"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2627149261" lat="46.8103405" lon="9.3979824" version="2" timestamp="2015-12-01T19:03:35Z" changeset="35680145" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="659"/>
+ <tag k="name" v="Bonaduz"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bonaduz"/>
+ <tag k="uic_ref" v="8509184"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikipedia" v="en:Bonaduz (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627149262" lat="46.8240714" lon="9.4133440" version="1" timestamp="2014-01-18T15:06:05Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="604"/>
+ <tag k="name" v="Reichenau-Tamins"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Reichenau-Tamins"/>
+ <tag k="uic_ref" v="8509183"/>
+ <tag k="wikipedia" v="en:Reichenau-Tamins (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627149263" lat="46.7997783" lon="9.3992046" version="1" timestamp="2014-01-18T15:06:05Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="654"/>
+ <tag k="name" v="Rhäzüns"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Rhäzüns"/>
+ <tag k="uic_ref" v="8509185"/>
+ <tag k="wikipedia" v="en:Rhäzüns (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627167875" lat="46.7198821" lon="9.4327725" version="1" timestamp="2014-01-18T15:20:27Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="658"/>
+ <tag k="name" v="Cazis"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Cazis"/>
+ <tag k="uic_ref" v="8509188"/>
+ <tag k="wikipedia" v="en:Cazis (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627167878" lat="46.7355751" lon="9.4332636" version="2" timestamp="2014-02-07T11:14:05Z" changeset="20428128" uid="555807" user="Internethias">
+ <tag k="ele" v="640"/>
+ <tag k="name" v="Rodels-Realta"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Rodels-Realta"/>
+ <tag k="uic_ref" v="8509187"/>
+ <tag k="wikipedia" v="en:Rodels-Realta (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627167879" lat="46.7678789" lon="9.4195181" version="1" timestamp="2014-01-18T15:20:27Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="622"/>
+ <tag k="name" v="Rothenbrunnen"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Rothenbrunnen"/>
+ <tag k="uic_ref" v="8509186"/>
+ <tag k="wikipedia" v="en:Rothenbrunnen (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627208362" lat="46.7003364" lon="9.4585266" version="1" timestamp="2014-01-18T16:01:57Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="735"/>
+ <tag k="name" v="Sils im Domleschg"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sils im Domleschg"/>
+ <tag k="uic_ref" v="8509190"/>
+ </node>
+ <node id="2627208363" lat="46.6809352" lon="9.5254535" version="1" timestamp="2014-01-18T16:01:57Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="851"/>
+ <tag k="name" v="Solis"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Solis"/>
+ <tag k="uic_ref" v="8509191"/>
+ </node>
+ <node id="2627208364" lat="46.6670236" lon="9.6203088" version="1" timestamp="2014-01-18T16:01:57Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="939"/>
+ <tag k="name" v="Surava"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Surava"/>
+ <tag k="uic_ref" v="8509193"/>
+ </node>
+ <node id="2627208365" lat="46.6982497" lon="9.4404927" version="2" timestamp="2015-06-08T05:52:22Z" changeset="31805211" uid="524500" user="wheelmap_android">
+ <tag k="ele" v="697"/>
+ <tag k="name" v="Thusis"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Thusis"/>
+ <tag k="uic_ref" v="8509189"/>
+ <tag k="wheelchair" v="no"/>
+ <tag k="wikipedia" v="en:Thusis (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627208366" lat="46.6639314" lon="9.5725781" version="1" timestamp="2014-01-18T16:01:57Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="884"/>
+ <tag k="name" v="Tiefencastel"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Tiefencastel"/>
+ <tag k="uic_ref" v="8509192"/>
+ <tag k="wikipedia" v="en:Tiefencastel (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627249005" lat="46.6315312" lon="9.7464397" version="1" timestamp="2014-01-18T16:25:01Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="1372"/>
+ <tag k="name" v="Bergün/Bravuogn"/>
+ <tag k="name:de" v="Bergün"/>
+ <tag k="name:rm" v="Bravuogn"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bergün/Bravuogn"/>
+ <tag k="uic_ref" v="8509197"/>
+ <tag k="wikipedia" v="en:Bergün/Bravuogn (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627249113" lat="46.6751603" lon="9.6823634" version="1" timestamp="2014-01-18T16:25:04Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="1080"/>
+ <tag k="name" v="Filisur"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Filisur"/>
+ <tag k="uic_ref" v="8509195"/>
+ <tag k="wikipedia" v="en:Filisur (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627301864" lat="46.5882632" lon="9.7773533" version="1" timestamp="2014-01-18T16:58:21Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="1789"/>
+ <tag k="name" v="Preda"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Preda"/>
+ <tag k="uic_ref" v="8509198"/>
+ <tag k="wikipedia" v="en:Preda (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627301865" lat="46.5339877" lon="9.8733977" version="1" timestamp="2014-01-18T16:58:21Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="1705"/>
+ <tag k="name" v="Samedan"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Samedan"/>
+ <tag k="uic_ref" v="8509251"/>
+ <tag k="wikipedia" v="en:Samedan (Rhaetian Railway station)"/>
+ </node>
+ <node id="2627301866" lat="46.5597891" lon="9.8452670" version="1" timestamp="2014-01-18T16:58:21Z" changeset="20066939" uid="481380" user="Nzara">
+ <tag k="ele" v="1815"/>
+ <tag k="name" v="Spinas"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Spinas"/>
+ <tag k="uic_ref" v="8509199"/>
+ <tag k="wikipedia" v="en:Spinas (Rhaetian Railway station)"/>
+ </node>
+ <node id="2628526118" lat="46.4980210" lon="9.8459437" version="1" timestamp="2014-01-19T13:15:21Z" changeset="20084084" uid="481380" user="Nzara">
+ <tag k="ele" v="1775"/>
+ <tag k="name" v="St. Moritz"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="St. Moritz"/>
+ <tag k="uic_ref" v="8509253"/>
+ <tag k="wikipedia" v="de:Bahnhof St. Moritz"/>
+ </node>
+ <node id="2629119873" lat="45.8769017" lon="8.9829709" version="3" timestamp="2014-11-30T22:00:20Z" changeset="27142539" uid="2265854" user="G4rp">
+ <tag k="ele" v="329"/>
+ <tag k="name" v="Mendrisio San Martino"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MOSM"/>
+ <tag k="uic_name" v="Mendrisio San Martino"/>
+ <tag k="uic_ref" v="8518475"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2662923136" lat="46.5166906" lon="7.3886730" version="1" timestamp="2014-02-09T10:08:56Z" changeset="20461307" uid="481380" user="Nzara">
+ <tag k="ele" v="968"/>
+ <tag k="name" v="Stöckli"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Stöckli"/>
+ <tag k="uic_ref" v="8507275"/>
+ </node>
+ <node id="2662927320" lat="46.5053849" lon="7.4006256" version="1" timestamp="2014-02-09T10:13:27Z" changeset="20461307" uid="481380" user="Nzara">
+ <tag k="ele" v="993"/>
+ <tag k="name" v="St. Stephan"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="St. Stephan"/>
+ <tag k="uic_ref" v="8507276"/>
+ </node>
+ <node id="2663516100" lat="46.5413208" lon="7.3853120" version="1" timestamp="2014-02-09T18:03:04Z" changeset="20469143" uid="481380" user="Nzara">
+ <tag k="ele" v="957"/>
+ <tag k="name" v="Blankenburg"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Blankenburg"/>
+ <tag k="uic_ref" v="8507274"/>
+ </node>
+ <node id="2684764539" lat="47.4891663" lon="7.5094298" version="3" timestamp="2015-11-19T15:06:13Z" changeset="35436655" uid="2290263" user="soemisch">
+ <tag k="name" v="Bättwil"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bättwil"/>
+ <tag k="uic_ref" v="8500067"/>
+ </node>
+ <node id="2708957739" lat="46.7242252" lon="6.5302417" version="1" timestamp="2014-03-09T14:56:17Z" changeset="21007013" uid="481380" user="Nzara">
+ <tag k="ele" v="473"/>
+ <tag k="name" v="Orbe"/>
+ <tag k="operator" v="TRAVYS"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Orbe"/>
+ <tag k="uic_ref" v="8501191"/>
+ </node>
+ <node id="2731099726" lat="46.8565855" lon="9.8827430" version="1" timestamp="2014-03-21T13:28:44Z" changeset="21227094" uid="481380" user="Nzara">
+ <tag k="designation" v="Autoverlad"/>
+ <tag k="ele" v="1281"/>
+ <tag k="name" v="Selfranga"/>
+ <tag k="note" v="Autoverlad Vereina"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Klosters Selfranga"/>
+ <tag k="uic_ref" v="8509095"/>
+ </node>
+ <node id="2731339186" lat="46.7642694" lon="10.0992725" version="1" timestamp="2014-03-21T15:00:17Z" changeset="21227094" uid="481380" user="Nzara">
+ <tag k="designation" v="Autoverlad"/>
+ <tag k="ele" v="1432"/>
+ <tag k="name" v="Sagliains"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sagliains"/>
+ <tag k="uic_ref" v="8509269"/>
+ <tag k="wikipedia" v="de:Bahnhof Sagliains"/>
+ </node>
+ <node id="2732142802" lat="46.7150426" lon="6.4747659" version="3" timestamp="2014-09-23T10:34:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="673"/>
+ <tag k="name" v="Bretonnières"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BRT"/>
+ <tag k="uic_name" v="Bretonnières"/>
+ <tag k="uic_ref" v="8501105"/>
+ </node>
+ <node id="2732142816" lat="46.6966919" lon="6.4780878" version="3" timestamp="2014-09-23T10:34:21Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="642"/>
+ <tag k="name" v="Croy-Romainmôtier"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CR"/>
+ <tag k="uic_name" v="Croy-Romainmôtier"/>
+ <tag k="uic_ref" v="8501106"/>
+ </node>
+ <node id="2732654252" lat="46.6060110" lon="6.5236223" version="5" timestamp="2014-11-30T08:28:13Z" changeset="27126391" uid="481380" user="Nzara">
+ <tag k="ele" v="428"/>
+ <tag k="name" v="Cossonay-Penthalaz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="COS"/>
+ <tag k="uic_name" v="Cossonay-Penthalaz"/>
+ <tag k="uic_ref" v="8501115"/>
+ <tag k="url" v="http://www.sbb.ch/fr/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2732685244" lat="46.6119908" lon="6.5099403" version="3" timestamp="2014-11-30T08:28:13Z" changeset="27126391" uid="481380" user="Nzara">
+ <tag k="ele" v="565"/>
+ <tag k="name" v="Cossonay-Ville"/>
+ <tag k="operator" v="MBC"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="COSS01"/>
+ <tag k="uic_name" v="Cossonay-Ville"/>
+ <tag k="uic_ref" v="8530003"/>
+ </node>
+ <node id="2752093541" lat="46.5534852" lon="7.3748080" version="2" timestamp="2014-09-23T11:06:21Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="942"/>
+ <tag k="name" v="Zweisimmen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZW"/>
+ <tag k="uic_name" v="Zweisimmen"/>
+ <tag k="uic_ref" v="8507290"/>
+ </node>
+ <node id="2770485920" lat="46.6686875" lon="6.3247888" version="3" timestamp="2014-09-23T10:34:24Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="1008"/>
+ <tag k="name" v="Le Pont"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PT"/>
+ <tag k="uic_name" v="Pont, Le"/>
+ <tag k="uic_ref" v="8501100"/>
+ </node>
+ <node id="2772059993" lat="46.5476466" lon="6.5518541" version="3" timestamp="2014-09-23T10:34:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="407"/>
+ <tag k="name" v="Bussigny"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BY"/>
+ <tag k="uic_name" v="Bussigny"/>
+ <tag k="uic_ref" v="8501117"/>
+ </node>
+ <node id="2772060002" lat="46.5762216" lon="6.5308091" version="3" timestamp="2014-09-23T10:34:30Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="406"/>
+ <tag k="name" v="Vufflens-la-Ville"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="VU"/>
+ <tag k="uic_name" v="Vufflens-la-Ville"/>
+ <tag k="uic_ref" v="8501116"/>
+ <tag k="url" v="http://www.sbb.ch/fr/"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="2774680774" lat="46.5860361" lon="6.2143342" version="3" timestamp="2014-11-30T19:27:33Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="1022"/>
+ <tag k="name" v="Le Brassus"/>
+ <tag k="operator" v="TRAVYS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BRA"/>
+ <tag k="uic_name" v="Brassus, Le"/>
+ <tag k="uic_ref" v="8501159"/>
+ </node>
+ <node id="2774680775" lat="46.6468890" lon="6.2832587" version="3" timestamp="2014-11-30T19:27:34Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="1050"/>
+ <tag k="name" v="Le Lieu"/>
+ <tag k="operator" v="TRAVYS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LIEU"/>
+ <tag k="uic_name" v="Lieu, Le"/>
+ <tag k="uic_ref" v="8501153"/>
+ </node>
+ <node id="2774680779" lat="46.6057229" lon="6.2310522" version="4" timestamp="2015-05-25T22:32:45Z" changeset="31459613" uid="2278038" user="etbane">
+ <tag k="ele" v="1013"/>
+ <tag k="name" v="Sentier-Orient"/>
+ <tag k="operator" v="TRAVYS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SEN"/>
+ <tag k="uic_name" v="Sentier-Orient"/>
+ <tag k="uic_ref" v="8501157"/>
+ </node>
+ <node id="2790204448" lat="46.4970008" lon="6.7226049" version="3" timestamp="2014-09-23T10:34:23Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="565"/>
+ <tag k="name" v="Grandvaux"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GRV"/>
+ <tag k="uic_name" v="Grandvaux"/>
+ <tag k="uic_ref" v="8504011"/>
+ </node>
+ <node id="2790344845" lat="46.4886072" lon="6.7271541" version="3" timestamp="2014-09-23T10:34:22Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="391"/>
+ <tag k="name" v="Cully"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CU"/>
+ <tag k="uic_name" v="Cully"/>
+ <tag k="uic_ref" v="8501124"/>
+ </node>
+ <node id="2793245894" lat="46.4629482" lon="6.8433890" version="3" timestamp="2014-09-23T10:34:29Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="386"/>
+ <tag k="name" v="Vevey"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="VV"/>
+ <tag k="uic_name" v="Vevey"/>
+ <tag k="uic_ref" v="8501200"/>
+ </node>
+ <node id="2793811935" lat="46.4427827" lon="6.8954938" version="3" timestamp="2014-09-23T10:34:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="400"/>
+ <tag k="name" v="Clarens"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CL"/>
+ <tag k="uic_name" v="Clarens"/>
+ <tag k="uic_ref" v="8501203"/>
+ </node>
+ <node id="2793870896" lat="46.4358452" lon="6.9103799" version="4" timestamp="2015-08-07T12:59:12Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="395"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Montreux"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MX"/>
+ <tag k="uic_name" v="Montreux"/>
+ <tag k="uic_ref" v="8501300"/>
+ </node>
+ <node id="2797580802" lat="46.4319287" lon="6.9240596" version="1" timestamp="2014-04-17T20:07:01Z" changeset="21756319" uid="481380" user="Nzara">
+ <tag k="ele" v="688"/>
+ <tag k="name" v="Glion"/>
+ <tag k="operator" v="MVR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Glion"/>
+ <tag k="uic_ref" v="8501370"/>
+ </node>
+ <node id="2797614424" lat="46.4311994" lon="6.9381974" version="1" timestamp="2014-04-17T20:28:30Z" changeset="21756319" uid="481380" user="Nzara">
+ <tag k="ele" v="1054"/>
+ <tag k="name" v="Caux"/>
+ <tag k="operator" v="MVR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Caux"/>
+ <tag k="uic_ref" v="8501371"/>
+ </node>
+ <node id="2797750712" lat="46.4463875" lon="6.9095315" version="1" timestamp="2014-04-17T21:29:22Z" changeset="21756319" uid="481380" user="Nzara">
+ <tag k="ele" v="600"/>
+ <tag k="name" v="Chernex"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Chernex"/>
+ <tag k="uic_ref" v="8501375"/>
+ </node>
+ <node id="2797758582" lat="46.4493253" lon="6.9135309" version="1" timestamp="2014-04-17T21:32:26Z" changeset="21756319" uid="481380" user="Nzara">
+ <tag k="ele" v="736"/>
+ <tag k="name" v="Chamby"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Chamby"/>
+ <tag k="uic_ref" v="8501376"/>
+ </node>
+ <node id="2809386073" lat="46.3983796" lon="6.9269106" version="3" timestamp="2014-09-23T10:34:29Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="375"/>
+ <tag k="name" v="Villeneuve"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="VIL"/>
+ <tag k="uic_name" v="Villeneuve"/>
+ <tag k="uic_ref" v="8501303"/>
+ </node>
+ <node id="2813798087" lat="46.4938875" lon="6.7656133" version="3" timestamp="2014-09-23T10:34:27Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="618"/>
+ <tag k="name" v="Puidoux-Chexbres"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PUI"/>
+ <tag k="uic_name" v="Puidoux-Chexbres"/>
+ <tag k="uic_ref" v="8504012"/>
+ </node>
+ <node id="2815709554" lat="46.5427623" lon="6.8379342" version="3" timestamp="2014-09-23T10:34:26Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="669"/>
+ <tag k="name" v="Palézieux"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PAL"/>
+ <tag k="uic_name" v="Palézieux"/>
+ <tag k="uic_ref" v="8504014"/>
+ </node>
+ <node id="2816125955" lat="46.5725777" lon="6.8370539" version="3" timestamp="2014-09-23T10:34:26Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="700"/>
+ <tag k="name" v="Oron"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OR"/>
+ <tag k="uic_name" v="Oron"/>
+ <tag k="uic_ref" v="8504020"/>
+ </node>
+ <node id="2817283213" lat="46.6104097" lon="6.8110214" version="3" timestamp="2014-09-23T10:34:22Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="585"/>
+ <tag k="name" v="Ecubiens-Rue"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ECU"/>
+ <tag k="uic_name" v="Ecublens-Rue"/>
+ <tag k="uic_ref" v="8504018"/>
+ </node>
+ <node id="2817306961" lat="46.6531882" lon="6.7912402" version="3" timestamp="2014-09-23T10:34:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="533"/>
+ <tag k="name" v="Bressonaz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BZ"/>
+ <tag k="uic_name" v="Bressonnaz"/>
+ <tag k="uic_ref" v="8504019"/>
+ </node>
+ <node id="2822261468" lat="46.7489705" lon="7.0004278" version="3" timestamp="2014-09-23T10:34:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="722"/>
+ <tag k="name" v="Chénens"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CHE"/>
+ <tag k="uic_name" v="Chénens"/>
+ <tag k="uic_ref" v="8504025"/>
+ </node>
+ <node id="2824962936" lat="46.7588602" lon="6.8942370" version="2" timestamp="2015-10-29T15:45:10Z" changeset="34952170" uid="452231" user="balducien">
+ <tag k="name" v="Granges-Marnand"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Granges-Marnand"/>
+ <tag k="uic_ref" v="008504122"/>
+ </node>
+ <node id="2827316047" lat="46.4697112" lon="7.0080463" version="1" timestamp="2014-04-30T19:07:23Z" changeset="22049769" uid="481380" user="Nzara">
+ <tag k="ele" v="1006"/>
+ <tag k="name" v="Allieres"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Allières"/>
+ <tag k="uic_ref" v="8501378"/>
+ </node>
+ <node id="2827382352" lat="46.4859016" lon="7.0426606" version="2" timestamp="2014-09-13T13:05:03Z" changeset="25410648" uid="481380" user="Nzara">
+ <tag k="ele" v="797"/>
+ <tag k="name" v="Montbovon"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Montbovon"/>
+ <tag k="uic_ref" v="8504070"/>
+ </node>
+ <node id="2827690369" lat="46.4657103" lon="6.8957781" version="1" timestamp="2014-04-30T21:26:58Z" changeset="22051722" uid="481380" user="Nzara">
+ <tag k="ele" v="620"/>
+ <tag k="name" v="Blonay"/>
+ <tag k="operator" v="MVR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Blonay"/>
+ <tag k="uic_ref" v="8501281"/>
+ </node>
+ <node id="2833545015" lat="46.4414511" lon="6.9768406" version="1" timestamp="2014-05-03T12:27:26Z" changeset="22103294" uid="481380" user="Nzara">
+ <tag k="ele" v="1742"/>
+ <tag k="name" v="Jaman"/>
+ <tag k="operator" v="MVR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Jaman"/>
+ <tag k="uic_ref" v="8501367"/>
+ </node>
+ <node id="2836798674" lat="46.1857997" lon="8.7532797" version="1" timestamp="2014-05-04T21:08:48Z" changeset="22134808" uid="481380" user="Nzara">
+ <tag k="ele" v="258"/>
+ <tag k="name" v="Ponte Brolla"/>
+ <tag k="operator" v="FART"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ponte Brolla"/>
+ <tag k="uic_ref" v="8505473"/>
+ </node>
+ <node id="2836798675" lat="46.1719570" lon="8.7704113" version="1" timestamp="2014-05-04T21:08:48Z" changeset="22134808" uid="481380" user="Nzara">
+ <tag k="ele" v="213"/>
+ <tag k="name" v="San Martino"/>
+ <tag k="operator" v="FART"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="S. Martino"/>
+ <tag k="uic_ref" v="8505467"/>
+ </node>
+ <node id="2836798676" lat="46.1860743" lon="8.7427642" version="1" timestamp="2014-05-04T21:08:48Z" changeset="22134808" uid="481380" user="Nzara">
+ <tag k="ele" v="258"/>
+ <tag k="name" v="Tegna"/>
+ <tag k="operator" v="FART"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Tegna"/>
+ <tag k="uic_ref" v="8505491"/>
+ </node>
+ <node id="2836813325" lat="46.1838301" lon="8.7213828" version="1" timestamp="2014-05-04T21:13:30Z" changeset="22134808" uid="481380" user="Nzara">
+ <tag k="ele" v="299"/>
+ <tag k="name" v="Cavigliano"/>
+ <tag k="operator" v="FART"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Cavigliano"/>
+ <tag k="uic_ref" v="8505493"/>
+ </node>
+ <node id="2836847702" lat="46.1687669" lon="8.6751752" version="1" timestamp="2014-05-04T21:29:43Z" changeset="22134808" uid="481380" user="Nzara">
+ <tag k="ele" v="466"/>
+ <tag k="name" v="Corcapolo"/>
+ <tag k="operator" v="FART"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Corcapolo"/>
+ <tag k="uic_ref" v="8505495"/>
+ </node>
+ <node id="2836876118" lat="46.1547927" lon="8.6109160" version="1" timestamp="2014-05-04T21:49:40Z" changeset="22134808" uid="481380" user="Nzara">
+ <tag k="ele" v="552"/>
+ <tag k="name" v="Camedo"/>
+ <tag k="operator" v="FART"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Camedo"/>
+ <tag k="uic_ref" v="8505499"/>
+ </node>
+ <node id="2842461934" lat="46.8206423" lon="8.6503405" version="2" timestamp="2014-09-13T11:06:52Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="472"/>
+ <tag k="name" v="Erstfeld"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ER"/>
+ <tag k="uic_name" v="Erstfeld"/>
+ <tag k="uic_ref" v="8505114"/>
+ </node>
+ <node id="2855488952" lat="46.3065103" lon="7.7478105" version="1" timestamp="2014-05-13T13:59:22Z" changeset="22313696" uid="481380" user="Nzara">
+ <tag k="ele" v="632"/>
+ <tag k="name" v="Gampel-Steg"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Gampel-Steg"/>
+ <tag k="uic_ref" v="8501603"/>
+ </node>
+ <node id="2855488953" lat="46.3062198" lon="7.8015221" version="2" timestamp="2014-09-23T10:34:27Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="638"/>
+ <tag k="name" v="Raron"/>
+ <tag k="name:fr" v="Rarogne"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RAR"/>
+ <tag k="uic_name" v="Raron"/>
+ <tag k="uic_ref" v="8501604"/>
+ </node>
+ <node id="2855641882" lat="46.3093336" lon="7.7000679" version="2" timestamp="2014-09-23T10:34:29Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="625"/>
+ <tag k="name" v="Turtmann"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TUR"/>
+ <tag k="uic_name" v="Turtmann"/>
+ <tag k="uic_ref" v="8501602"/>
+ </node>
+ <node id="2855659605" lat="46.3119015" lon="7.6435965" version="2" timestamp="2014-09-23T10:34:24Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="623"/>
+ <tag k="name" v="Leuk"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LK"/>
+ <tag k="uic_name" v="Leuk"/>
+ <tag k="uic_ref" v="8501601"/>
+ </node>
+ <node id="2859798310" lat="46.2921355" lon="7.5327214" version="3" timestamp="2014-09-23T10:34:28Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="534"/>
+ <tag k="name" v="Sierre/Siders"/>
+ <tag k="name:de" v="Siders"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SIE"/>
+ <tag k="uic_name" v="Sierre/Siders"/>
+ <tag k="uic_ref" v="8501509"/>
+ </node>
+ <node id="2862464856" lat="46.2515098" lon="7.4195382" version="3" timestamp="2014-09-23T10:34:28Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="498"/>
+ <tag k="name" v="Saint-Léonard"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SL"/>
+ <tag k="uic_name" v="St-Léonard"/>
+ <tag k="uic_ref" v="8501507"/>
+ </node>
+ <node id="2862668748" lat="46.2274616" lon="7.3593303" version="5" timestamp="2015-08-07T12:59:15Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="491"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Sion"/>
+ <tag k="name:de" v="Sitten"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SIO"/>
+ <tag k="uic_name" v="Sion"/>
+ <tag k="uic_ref" v="8501506"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2867224125" lat="47.0322781" lon="7.1823646" version="2" timestamp="2014-11-28T15:34:25Z" changeset="27092392" uid="2490840" user="flm_asm">
+ <tag k="ele" v="440"/>
+ <tag k="name" v="Siselen BE"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Siselen BE"/>
+ <tag k="uic_ref" v="8504466"/>
+ </node>
+ <node id="2867244970" lat="47.0297803" lon="7.1788897" version="2" timestamp="2015-10-29T15:48:34Z" changeset="34952250" uid="452231" user="balducien">
+ <tag k="ele" v="440"/>
+ <tag k="name" v="Finsterhennen"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Finsterhennen"/>
+ <tag k="uic_ref" v="8504477"/>
+ </node>
+ <node id="2867275484" lat="47.0479548" lon="7.1773912" version="2" timestamp="2015-10-29T15:48:35Z" changeset="34952250" uid="452231" user="balducien">
+ <tag k="ele" v="446"/>
+ <tag k="name" v="Lüscherz"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Lüscherz"/>
+ <tag k="uic_ref" v="8504465"/>
+ </node>
+ <node id="2867980976" lat="47.0056105" lon="7.1064594" version="3" timestamp="2014-11-28T15:36:04Z" changeset="27092392" uid="2490840" user="flm_asm">
+ <tag k="ele" v="476"/>
+ <tag k="name" v="Ins Dorf"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ins Dorf"/>
+ <tag k="uic_ref" v="8504468"/>
+ </node>
+ <node id="2868073397" lat="47.1172274" lon="7.2353428" version="3" timestamp="2015-10-29T15:52:13Z" changeset="34952338" uid="452231" user="balducien">
+ <tag k="ele" v="435"/>
+ <tag k="name" v="Ipsach"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ipsach"/>
+ <tag k="uic_ref" v="8504471"/>
+ </node>
+ <node id="2868073398" lat="47.0958299" lon="7.2137942" version="3" timestamp="2015-06-12T20:53:49Z" changeset="31931746" uid="481380" user="Nzara">
+ <tag k="ele" v="455"/>
+ <tag k="name" v="Lattrigen"/>
+ <tag k="operator" v="ASM"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Lattrigen"/>
+ <tag k="uic_ref" v="8504462"/>
+ </node>
+ <node id="2868073901" lat="47.1240195" lon="7.2422554" version="4" timestamp="2015-04-24T08:16:44Z" changeset="30448312" uid="481380" user="Nzara">
+ <tag k="ele" v="433"/>
+ <tag k="name" v="Nidau"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Nidau"/>
+ <tag k="uic_ref" v="8504461"/>
+ </node>
+ <node id="2868073903" lat="47.0665426" lon="7.1987248" version="3" timestamp="2014-11-28T15:32:13Z" changeset="27092392" uid="2490840" user="flm_asm">
+ <tag k="ele" v="492"/>
+ <tag k="name" v="Täuffelen"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Täuffelen"/>
+ <tag k="uic_ref" v="8504463"/>
+ </node>
+ <node id="2874250804" lat="46.1493475" lon="7.1734561" version="4" timestamp="2014-09-23T10:34:28Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="465"/>
+ <tag k="name" v="Saxon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SAX"/>
+ <tag k="uic_name" v="Saxon"/>
+ <tag k="uic_ref" v="8501502"/>
+ </node>
+ <node id="2879653641" lat="46.2160227" lon="7.3045480" version="3" timestamp="2014-09-23T10:34:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="510"/>
+ <tag k="name" v="Châteauneuf-Conthey"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CHF"/>
+ <tag k="uic_name" v="Châteauneuf-Conthey"/>
+ <tag k="uic_ref" v="8501510"/>
+ </node>
+ <node id="2879732601" lat="46.2085471" lon="7.2708062" version="3" timestamp="2014-09-23T10:34:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="488"/>
+ <tag k="name" v="Ardon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ARD"/>
+ <tag k="uic_name" v="Ardon"/>
+ <tag k="uic_ref" v="8501505"/>
+ </node>
+ <node id="2880099984" lat="46.6053899" lon="7.1092869" version="1" timestamp="2014-05-25T15:50:53Z" changeset="22544689" uid="481380" user="Nzara">
+ <tag k="ele" v="689"/>
+ <tag k="name" v="Broc Fabrique"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Broc-Fabrique"/>
+ <tag k="uic_ref" v="8504089"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2880099985" lat="46.6040698" lon="7.0987174" version="1" timestamp="2014-05-25T15:50:53Z" changeset="22544689" uid="481380" user="Nzara">
+ <tag k="ele" v="719"/>
+ <tag k="name" v="Broc Village"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Broc-Village"/>
+ <tag k="uic_ref" v="8504088"/>
+ </node>
+ <node id="2886808634" lat="46.1267865" lon="7.1264885" version="3" timestamp="2014-09-23T10:34:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="461"/>
+ <tag k="name" v="Charrat-Fully"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CHAR"/>
+ <tag k="uic_name" v="Charrat-Fully"/>
+ <tag k="uic_ref" v="8501501"/>
+ </node>
+ <node id="2886970163" lat="46.0933388" lon="7.0701071" version="2" timestamp="2014-09-17T16:04:56Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="484"/>
+ <tag k="name" v="Martigny-Bourg"/>
+ <tag k="operator" v="TMR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Martigny-Bourg"/>
+ <tag k="uic_ref" v="8501572"/>
+ </node>
+ <node id="2886990784" lat="46.0770921" lon="7.1462250" version="2" timestamp="2014-09-17T16:04:59Z" changeset="25504059" uid="481380" user="Nzara">
+ <tag k="ele" v="717"/>
+ <tag k="name" v="Sembrancher"/>
+ <tag k="operator" v="TMR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sembrancher"/>
+ <tag k="uic_ref" v="8501576"/>
+ </node>
+ <node id="2887795830" lat="47.0162229" lon="7.6555627" version="2" timestamp="2014-09-23T11:06:13Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="571"/>
+ <tag k="name" v="Hasle-Rüegsau"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HA"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Hasle-Rüegsau"/>
+ <tag k="uic_ref" v="8508265"/>
+ </node>
+ <node id="2887957046" lat="47.0606451" lon="7.6216568" version="4" timestamp="2015-08-07T12:59:07Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="533"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Burgdorf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BDF"/>
+ <tag k="uic_name" v="Burgdorf"/>
+ <tag k="uic_ref" v="8508005"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2887957047" lat="47.0523022" lon="7.6184873" version="2" timestamp="2014-09-23T11:06:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="544"/>
+ <tag k="name" v="Steinhof"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BDFS"/>
+ <tag k="uic_name" v="Burgdorf Steinhof"/>
+ <tag k="uic_ref" v="8508081"/>
+ </node>
+ <node id="2888990902" lat="46.1692451" lon="7.0254823" version="3" timestamp="2014-09-23T10:34:22Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="449"/>
+ <tag k="name" v="Evionnaz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EV"/>
+ <tag k="uic_name" v="Evionnaz"/>
+ <tag k="uic_ref" v="8501404"/>
+ </node>
+ <node id="2892027628" lat="46.2163912" lon="7.0021426" version="3" timestamp="2014-09-23T10:34:28Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="422"/>
+ <tag k="name" v="Saint-Maurice"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SM"/>
+ <tag k="uic_name" v="St-Maurice"/>
+ <tag k="uic_ref" v="8501403"/>
+ </node>
+ <node id="2892181159" lat="46.2514432" lon="7.0007618" version="4" timestamp="2014-09-23T10:34:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="411"/>
+ <tag k="name" v="Bex"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BEX"/>
+ <tag k="uic_name" v="Bex"/>
+ <tag k="uic_ref" v="8501402"/>
+ </node>
+ <node id="2892181160" lat="46.2412484" lon="6.9855456" version="3" timestamp="2014-09-23T10:34:25Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="399"/>
+ <tag k="name" v="Massongex"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MAS"/>
+ <tag k="uic_name" v="Massongex"/>
+ <tag k="uic_ref" v="8501420"/>
+ </node>
+ <node id="2892995678" lat="46.2787902" lon="6.9719705" version="3" timestamp="2014-09-23T10:34:29Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="405"/>
+ <tag k="name" v="St. Triphon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ST"/>
+ <tag k="uic_name" v="St-Triphon"/>
+ <tag k="uic_ref" v="8501401"/>
+ </node>
+ <node id="2893199502" lat="46.2556315" lon="6.9551470" version="3" timestamp="2014-09-23T10:34:25Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="406"/>
+ <tag k="name" v="Monthey"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MTH"/>
+ <tag k="uic_name" v="Monthey"/>
+ <tag k="uic_ref" v="8501421"/>
+ </node>
+ <node id="2893316867" lat="46.3168421" lon="6.9637697" version="5" timestamp="2015-08-23T16:47:08Z" changeset="33528252" uid="2777367" user="cerdo">
+ <tag k="ele" v="415"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Aigle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AIG"/>
+ <tag k="uic_name" v="Aigle"/>
+ <tag k="uic_ref" v="8501400"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="2893470286" lat="46.3857382" lon="6.8532861" version="3" timestamp="2014-09-23T10:34:23Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="374"/>
+ <tag k="name" v="Le Bouveret"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BOU"/>
+ <tag k="uic_name" v="Bouveret"/>
+ <tag k="uic_ref" v="8501426"/>
+ </node>
+ <node id="2893482975" lat="46.3369434" lon="6.8979518" version="3" timestamp="2014-09-23T10:34:30Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="381"/>
+ <tag k="name" v="Vouvry"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="VOU"/>
+ <tag k="uic_name" v="Vouvry"/>
+ <tag k="uic_ref" v="8501424"/>
+ </node>
+ <node id="2897444037" lat="47.1901523" lon="8.8530338" version="3" timestamp="2014-09-13T11:06:54Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="417"/>
+ <tag k="name" v="Lachen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LA"/>
+ <tag k="uic_name" v="Lachen"/>
+ <tag k="uic_ref" v="8503220"/>
+ </node>
+ <node id="2924982500" lat="46.8365497" lon="8.1862781" version="3" timestamp="2014-10-01T15:50:01Z" changeset="25792554" uid="481380" user="Nzara">
+ <tag k="ele" v="485"/>
+ <tag k="name" v="Giswil"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GI"/>
+ <tag k="uic_name" v="Giswil"/>
+ <tag k="uic_ref" v="8508312"/>
+ </node>
+ <node id="2930847414" lat="46.8155771" lon="7.1564903" version="5" timestamp="2015-10-30T06:15:10Z" changeset="34964907" uid="452231" user="balducien">
+ <tag k="ele" v="608"/>
+ <tag k="name" v="Fribourg/Freiburg Poya"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FRPO"/>
+ <tag k="uic_name" v="Fribourg/Freiburg Poya"/>
+ <tag k="uic_ref" v="8519133"/>
+ </node>
+ <node id="2993022444" lat="46.8709420" lon="8.2383454" version="3" timestamp="2014-09-13T13:05:04Z" changeset="25410648" uid="481380" user="Nzara">
+ <tag k="name" v="Sachseln"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SACH"/>
+ <tag k="uic_name" v="Sachseln"/>
+ <tag k="uic_ref" v="8508313"/>
+ </node>
+ <node id="2993051586" lat="46.8946173" lon="8.2474163" version="3" timestamp="2014-10-01T15:50:03Z" changeset="25792554" uid="481380" user="Nzara">
+ <tag k="ele" v="473"/>
+ <tag k="name" v="Sarnen"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SAR"/>
+ <tag k="uic_name" v="Sarnen"/>
+ <tag k="uic_ref" v="8508314"/>
+ </node>
+ <node id="3019483999" lat="46.5963222" lon="6.3932344" version="1" timestamp="2014-08-16T05:30:12Z" changeset="24780306" uid="481380" user="Nzara">
+ <tag k="ele" v="676"/>
+ <tag k="name" v="Montricher"/>
+ <tag k="operator" v="MBC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Montricher"/>
+ <tag k="uic_ref" v="8501098"/>
+ </node>
+ <node id="3019484000" lat="46.5770903" lon="6.4321281" version="2" timestamp="2014-11-30T19:27:35Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="628"/>
+ <tag k="name" v="Pampigny-Sévery"/>
+ <tag k="operator" v="MBC"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PASE"/>
+ <tag k="uic_name" v="Pampigny-Sévery"/>
+ <tag k="uic_ref" v="8501097"/>
+ </node>
+ <node id="3019498808" lat="46.5307078" lon="8.3427425" version="2" timestamp="2014-08-21T16:26:35Z" changeset="24913109" uid="481380" user="Nzara">
+ <tag k="ele" v="1366"/>
+ <tag k="name" v="Oberwald"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Oberwald"/>
+ <tag k="uic_ref" v="8501661"/>
+ </node>
+ <node id="3019503458" lat="46.5953275" lon="8.5010476" version="2" timestamp="2014-10-08T16:00:35Z" changeset="25942341" uid="481380" user="Nzara">
+ <tag k="ele" v="1538"/>
+ <tag k="name" v="Realp DFB"/>
+ <tag k="operator" v="DFB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Realp DFB"/>
+ <tag k="uic_ref" v="8530612"/>
+ </node>
+ <node id="3019503459" lat="46.5985267" lon="8.5034841" version="3" timestamp="2014-12-10T12:23:03Z" changeset="27375762" uid="176514" user="guenz">
+ <tag k="ele" v="1538"/>
+ <tag k="name" v="Realp"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Realp"/>
+ <tag k="uic_ref" v="8505163"/>
+ </node>
+ <node id="3019503522" lat="46.8195480" lon="6.5006419" version="3" timestamp="2014-11-30T19:27:35Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="1066"/>
+ <tag k="name" v="Sainte-Croix"/>
+ <tag k="operator" v="TRAVYS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STCR"/>
+ <tag k="uic_name" v="Ste-Croix"/>
+ <tag k="uic_ref" v="8504298"/>
+ </node>
+ <node id="3019544675" lat="46.7887894" lon="6.5241906" version="3" timestamp="2014-11-30T19:27:32Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="631"/>
+ <tag k="name" v="Baulmes"/>
+ <tag k="operator" v="TRAVYS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BAU"/>
+ <tag k="uic_name" v="Baulmes"/>
+ <tag k="uic_ref" v="8504295"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3019544677" lat="46.8003758" lon="6.5320086" version="3" timestamp="2014-11-30T19:27:35Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="906"/>
+ <tag k="name" v="Trois-Villes"/>
+ <tag k="operator" v="TRAVYS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TRVI"/>
+ <tag k="uic_name" v="Trois-Villes"/>
+ <tag k="uic_ref" v="8504297"/>
+ </node>
+ <node id="3019555389" lat="46.7952375" lon="6.5796560" version="3" timestamp="2014-11-30T19:27:33Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="507"/>
+ <tag k="name" v="Essert-Sous-Champvent"/>
+ <tag k="operator" v="TRAVYS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ESSC"/>
+ <tag k="uic_name" v="Essert-sous-Champvent"/>
+ <tag k="uic_ref" v="8504293"/>
+ </node>
+ <node id="3022062409" lat="46.4822980" lon="6.4559654" version="3" timestamp="2014-09-23T10:34:28Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="395"/>
+ <tag k="name" v="Saint-Prex"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STP"/>
+ <tag k="uic_name" v="St-Prex"/>
+ <tag k="uic_ref" v="8501036"/>
+ </node>
+ <node id="3022131191" lat="46.4757782" lon="6.3996823" version="3" timestamp="2014-09-23T10:34:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="422"/>
+ <tag k="name" v="Allaman"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ALL"/>
+ <tag k="uic_name" v="Allaman"/>
+ <tag k="uic_ref" v="8501035"/>
+ </node>
+ <node id="3025234417" lat="46.4628286" lon="6.3364226" version="2" timestamp="2014-09-23T10:34:27Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="402"/>
+ <tag k="name" v="Rolle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ROL"/>
+ <tag k="uic_name" v="Rolle"/>
+ <tag k="uic_ref" v="8501033"/>
+ </node>
+ <node id="3035352284" lat="46.4200054" lon="6.2690993" version="2" timestamp="2014-09-23T10:34:23Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="415"/>
+ <tag k="name" v="Gland"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GLA"/>
+ <tag k="uic_name" v="Gland"/>
+ <tag k="uic_ref" v="8501031"/>
+ </node>
+ <node id="3037139891" lat="47.1235747" lon="7.2784269" version="2" timestamp="2014-09-22T18:09:14Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="436"/>
+ <tag k="name" v="Brügg BE"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BGG"/>
+ <tag k="uic_name" v="Brügg BE"/>
+ <tag k="uic_ref" v="8504416"/>
+ </node>
+ <node id="3037883083" lat="46.4652943" lon="6.0734899" version="1" timestamp="2014-08-23T22:56:22Z" changeset="24967076" uid="481380" user="Nzara">
+ <tag k="ele" v="1155"/>
+ <tag k="name" v="La Cure"/>
+ <tag k="operator" v="NStCM"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="La Cure"/>
+ <tag k="uic_ref" v="8501060"/>
+ </node>
+ <node id="3037883084" lat="46.4484863" lon="6.1601710" version="2" timestamp="2014-11-30T19:27:35Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="1047"/>
+ <tag k="name" v="St-Cergue"/>
+ <tag k="operator" v="NStCM"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STCE"/>
+ <tag k="uic_name" v="St-Cergue"/>
+ <tag k="uic_ref" v="8501062"/>
+ </node>
+ <node id="3038931613" lat="46.4289294" lon="6.2051635" version="2" timestamp="2014-11-30T19:27:33Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="554"/>
+ <tag k="name" v="Givrins"/>
+ <tag k="operator" v="NStCM"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GIVI"/>
+ <tag k="uic_name" v="Givrins"/>
+ <tag k="uic_ref" v="8501067"/>
+ </node>
+ <node id="3038931614" lat="46.4541869" lon="6.2154864" version="2" timestamp="2014-11-30T19:27:34Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="715"/>
+ <tag k="name" v="Le Muids"/>
+ <tag k="operator" v="NStCM"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MUI"/>
+ <tag k="uic_name" v="Le Muids"/>
+ <tag k="uic_ref" v="8501065"/>
+ </node>
+ <node id="3046153730" lat="47.1328999" lon="7.2431078" version="3" timestamp="2015-07-25T17:40:31Z" changeset="32875580" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="437"/>
+ <tag k="name" v="Biel/Bienne"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BI"/>
+ <tag k="uic_name" v="Biel/Bienne"/>
+ <tag k="uic_ref" v="8504300"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3052044268" lat="46.3172872" lon="6.1878952" version="3" timestamp="2014-09-23T10:34:21Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="394"/>
+ <tag k="name" v="Coppet"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="COP"/>
+ <tag k="uic_name" v="Coppet"/>
+ <tag k="uic_ref" v="8501023"/>
+ </node>
+ <node id="3052433470" lat="47.2804397" lon="8.1446955" version="2" timestamp="2015-02-05T13:32:14Z" changeset="28630508" uid="2292586" user="imsinfo-yhe">
+ <tag k="name" v="Gontenschwil"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GON"/>
+ <tag k="uic_name" v="Gontenschwil"/>
+ <tag k="uic_ref" v="8502164"/>
+ </node>
+ <node id="3053167578" lat="46.2637899" lon="6.1612284" version="2" timestamp="2014-09-23T10:34:21Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="386"/>
+ <tag k="name" v="Creux-de-Genthod"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CRGD"/>
+ <tag k="uic_name" v="Creux-de-Genthod"/>
+ <tag k="uic_ref" v="8501012"/>
+ </node>
+ <node id="3053167580" lat="46.2797404" lon="6.1658051" version="3" timestamp="2014-09-23T10:34:29Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="388"/>
+ <tag k="name" v="Versoix"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="VSX"/>
+ <tag k="uic_name" v="Versoix"/>
+ <tag k="uic_ref" v="8501022"/>
+ </node>
+ <node id="3059714407" lat="46.1786398" lon="5.9999776" version="1" timestamp="2014-09-04T17:30:41Z" changeset="25231599" uid="481380" user="Nzara">
+ <tag k="ele" v="356"/>
+ <tag k="name" v="La Plaine"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Plaine, La"/>
+ <tag k="uic_ref" v="8501001"/>
+ </node>
+ <node id="3059714408" lat="46.1877668" lon="6.0175136" version="2" timestamp="2014-11-19T10:19:22Z" changeset="26883252" uid="97547" user="datendelphin">
+ <tag k="ele" v="377"/>
+ <tag k="name" v="Russin"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Russin"/>
+ <tag k="uic_ref" v="8501002"/>
+ </node>
+ <node id="3060828206" lat="46.1889980" lon="6.1254115" version="2" timestamp="2014-09-23T10:34:23Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="384"/>
+ <tag k="name" v="Lancy-Pont-Rouge"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LAPR"/>
+ <tag k="uic_name" v="Lancy-Pont-Rouge"/>
+ <tag k="uic_ref" v="8516155"/>
+ </node>
+ <node id="3062506036" lat="46.1765261" lon="6.1264273" version="3" timestamp="2014-09-23T10:34:22Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="386"/>
+ <tag k="name" v="Genève-Stade"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GEST"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Genève-Stade"/>
+ <tag k="uic_ref" v="8516174"/>
+ </node>
+ <node id="3074774935" lat="46.8757253" lon="8.6316355" version="2" timestamp="2015-08-07T12:59:04Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="447"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Altdorf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AL"/>
+ <tag k="uic_name" v="Altdorf"/>
+ <tag k="uic_ref" v="8505113"/>
+ </node>
+ <node id="3074774936" lat="46.5107172" lon="8.6898501" version="2" timestamp="2014-09-22T18:09:10Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="name" v="Ambri-Piotta"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AP"/>
+ <tag k="uic_name" v="Ambrì-Piotta"/>
+ <tag k="uic_ref" v="8505202"/>
+ </node>
+ <node id="3074774937" lat="46.3804549" lon="8.9063454" version="2" timestamp="2014-09-22T18:09:13Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="331"/>
+ <tag k="name" v="Bodio"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BO"/>
+ <tag k="uic_name" v="Bodio TI"/>
+ <tag k="uic_ref" v="8505207"/>
+ </node>
+ <node id="3074774938" lat="46.9992300" lon="8.6099655" version="1" timestamp="2014-09-13T11:06:44Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="439"/>
+ <tag k="name" v="Brunnen"/>
+ <tag k="network" v="Tarifverbund Schwyz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BRU"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Brunnen"/>
+ <tag k="uic_ref" v="8505007"/>
+ <tag k="wikipedia" v="de:Bahnhof Brunnen"/>
+ </node>
+ <node id="3074774939" lat="47.3373013" lon="8.8521706" version="3" timestamp="2014-12-28T22:59:31Z" changeset="27765607" uid="2134457" user="JoeTar">
+ <tag k="addr:city" v="Bäretswil"/>
+ <tag k="addr:housenumber" v="22"/>
+ <tag k="addr:postcode" v="8344"/>
+ <tag k="addr:street" v="Bahnhofstrasse"/>
+ <tag k="ele" v="696"/>
+ <tag k="name" v="Bäretswil"/>
+ <tag k="operator" v="DVZO (steam train operator)"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BAEW"/>
+ <tag k="uic_name" v="Bäretswil"/>
+ <tag k="uic_ref" v="8503132"/>
+ <tag k="website" v="http://www.dvzo.ch/"/>
+ <tag k="wikipedia" v="de:Dampfbahn-Verein Zürcher Oberland"/>
+ </node>
+ <node id="3074774940" lat="46.9016484" lon="8.6242771" version="1" timestamp="2014-09-13T11:06:44Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="436"/>
+ <tag k="name" v="Flüelen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FL"/>
+ <tag k="uic_name" v="Flüelen"/>
+ <tag k="uic_ref" v="8505112"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3074774941" lat="46.7292647" lon="8.6224835" version="1" timestamp="2014-09-13T11:06:44Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="name" v="Gurtnellen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GU"/>
+ <tag k="uic_name" v="Gurtnellen"/>
+ <tag k="uic_ref" v="8505117"/>
+ </node>
+ <node id="3074774942" lat="46.6658011" lon="8.5887141" version="1" timestamp="2014-09-13T11:06:44Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="1106"/>
+ <tag k="name" v="Göschenen"/>
+ <tag k="network" v="Gotthard-Matterhorn Bahn"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GOE"/>
+ <tag k="uic_name" v="Göschenen"/>
+ <tag k="uic_ref" v="8505119"/>
+ </node>
+ <node id="3074774943" lat="46.4409608" lon="8.8397752" version="2" timestamp="2014-09-22T18:09:30Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="615"/>
+ <tag k="name" v="Lavorgo"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LAV"/>
+ <tag k="uic_name" v="Lavorgo"/>
+ <tag k="uic_ref" v="8505205"/>
+ </node>
+ <node id="3074774944" lat="47.2029524" lon="8.7780789" version="2" timestamp="2015-08-07T12:59:13Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="412"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Pfäffikon SZ"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PF"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Pfäffikon SZ"/>
+ <tag k="uic_ref" v="8503209"/>
+ </node>
+ <node id="3074774945" lat="47.2249553" lon="8.8168416" version="2" timestamp="2015-08-07T12:59:13Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="409"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Rapperswil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RW"/>
+ <tag k="train" v="yes"/>
+ <tag k="type" v="public_transport"/>
+ <tag k="uic_name" v="Rapperswil"/>
+ <tag k="uic_ref" v="8503110"/>
+ </node>
+ <node id="3074774946" lat="46.4902140" lon="8.7401351" version="2" timestamp="2014-09-22T18:09:39Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="name" v="Rodi-Fiesso"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RO"/>
+ <tag k="uic_name" v="Rodi-Fiesso"/>
+ <tag k="uic_ref" v="8505203"/>
+ </node>
+ <node id="3074774947" lat="47.1916017" lon="8.6860081" version="1" timestamp="2014-09-13T11:06:45Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="629"/>
+ <tag k="name" v="Samstagern"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SAM"/>
+ <tag k="uic_name" v="Samstagern"/>
+ <tag k="uic_ref" v="8503286"/>
+ </node>
+ <node id="3074774948" lat="47.0798576" lon="8.6273467" version="1" timestamp="2014-09-13T11:06:45Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="772"/>
+ <tag k="name" v="Sattel-Aegeri"/>
+ <tag k="network" v="Tarifverbund Schwyz"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SAT"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Sattel-Aegeri"/>
+ <tag k="uic_ref" v="8503281"/>
+ </node>
+ <node id="3074774949" lat="47.2251484" lon="8.9433925" version="1" timestamp="2014-09-13T11:06:45Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="408"/>
+ <tag k="name" v="Schmerikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCME"/>
+ <tag k="uic_name" v="Schmerikon"/>
+ <tag k="uic_ref" v="8503115"/>
+ </node>
+ <node id="3074774950" lat="47.0264227" lon="8.6322466" version="1" timestamp="2014-09-13T11:06:45Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="455"/>
+ <tag k="name" v="Schwyz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCHW"/>
+ <tag k="uic_name" v="Schwyz"/>
+ <tag k="uic_ref" v="8505006"/>
+ <tag k="wikipedia" v="de:Bahnhof Schwyz"/>
+ </node>
+ <node id="3074774951" lat="47.0476480" lon="8.6075595" version="1" timestamp="2014-09-13T11:06:45Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="467"/>
+ <tag k="name" v="Steinen"/>
+ <tag k="network" v="Tarifverbund Schwyz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STN"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Steinen"/>
+ <tag k="uic_ref" v="8505005"/>
+ </node>
+ <node id="3074774952" lat="47.2243317" lon="8.9806451" version="1" timestamp="2014-09-13T11:06:45Z" changeset="25409034" uid="481380" user="Nzara">
+ <tag k="ele" v="410"/>
+ <tag k="name" v="Uznach"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UZ"/>
+ <tag k="uic_name" v="Uznach"/>
+ <tag k="uic_ref" v="8503116"/>
+ </node>
+ <node id="3074886736" lat="47.2468735" lon="8.3656892" version="2" timestamp="2015-10-29T14:01:49Z" changeset="34949562" uid="452231" user="balducien">
+ <tag k="ele" v="458"/>
+ <tag k="name" v="Benzenschwil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNZ"/>
+ <tag k="uic_name" v="Benzenschwil"/>
+ <tag k="uic_ref" v="8502216"/>
+ </node>
+ <node id="3074886737" lat="47.3052219" lon="8.3153249" version="2" timestamp="2015-10-29T14:01:49Z" changeset="34949562" uid="452231" user="balducien">
+ <tag k="ele" v="446"/>
+ <tag k="name" v="Boswil-Bünzen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BOS"/>
+ <tag k="uic_name" v="Boswil-Bünzen"/>
+ <tag k="uic_ref" v="8502214"/>
+ </node>
+ <node id="3074886740" lat="47.3244752" lon="8.5480578" version="2" timestamp="2015-10-29T10:49:03Z" changeset="34945963" uid="452231" user="balducien">
+ <tag k="ele" v="424"/>
+ <tag k="name" v="Kilchberg"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KIL"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Kilchberg"/>
+ <tag k="uic_ref" v="8503200"/>
+ </node>
+ <node id="3074886742" lat="47.2796641" lon="8.5784107" version="2" timestamp="2015-10-29T10:41:08Z" changeset="34945811" uid="452231" user="balducien">
+ <tag k="ele" v="424"/>
+ <tag k="name" v="Oberrieden"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ORD"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Oberrieden"/>
+ <tag k="uic_ref" v="8503203"/>
+ </node>
+ <node id="3074886744" lat="47.0253937" lon="7.7371554" version="2" timestamp="2015-10-30T06:03:24Z" changeset="34964803" uid="452231" user="balducien">
+ <tag k="ele" v="663"/>
+ <tag k="name" v="Sumiswald-Grünen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SWG"/>
+ <tag k="uic_name" v="Sumiswald-Grünen"/>
+ <tag k="uic_ref" v="8508272"/>
+ </node>
+ <node id="3080372075" lat="47.2761701" lon="8.4468044" version="2" timestamp="2014-09-22T18:09:10Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="494"/>
+ <tag k="name" v="Affoltern am Albis"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AF"/>
+ <tag k="uic_name" v="Affoltern am Albis"/>
+ <tag k="uic_ref" v="8502224"/>
+ </node>
+ <node id="3080372076" lat="46.5275936" lon="8.6087427" version="2" timestamp="2014-09-22T18:09:10Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="1142"/>
+ <tag k="name" v="Airolo"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AI"/>
+ <tag k="uic_name" v="Airolo"/>
+ <tag k="uic_ref" v="8505201"/>
+ </node>
+ <node id="3080372077" lat="47.1951657" lon="8.5228748" version="2" timestamp="2014-09-22T18:09:11Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="444"/>
+ <tag k="name" v="Baar"/>
+ <tag k="network" v="Tarifverbund Zug"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BAA"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Baar"/>
+ <tag k="uic_ref" v="8502206"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3080372078" lat="46.1952327" lon="9.0291322" version="4" timestamp="2015-08-07T12:59:06Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="241"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Bellinzona"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BEL"/>
+ <tag k="uic_name" v="Bellinzona"/>
+ <tag k="uic_ref" v="8505213"/>
+ <tag k="wikidata" v="Q662556"/>
+ <tag k="wikipedia" v="it:Stazione di Bellinzona"/>
+ </node>
+ <node id="3080372079" lat="46.3516092" lon="8.9742568" version="3" timestamp="2014-09-22T18:09:12Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="293"/>
+ <tag k="name" v="Biasca"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BIA"/>
+ <tag k="uic_name" v="Biasca"/>
+ <tag k="uic_ref" v="8505209"/>
+ </node>
+ <node id="3080372080" lat="47.3258145" lon="8.4682433" version="3" timestamp="2014-09-22T18:09:13Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="528"/>
+ <tag k="name" v="Bonstetten-Wettswil"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BON"/>
+ <tag k="uic_name" v="Bonstetten-Wettswil"/>
+ <tag k="uic_ref" v="8502222"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080372082" lat="47.2086659" lon="8.6928484" version="2" timestamp="2014-09-23T11:08:59Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="530"/>
+ <tag k="name" v="Burghalden"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SOB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BGH"/>
+ <tag k="uic_name" v="Burghalden"/>
+ <tag k="uic_ref" v="8503287"/>
+ </node>
+ <node id="3080372083" lat="47.1782709" lon="8.4574767" version="2" timestamp="2014-09-22T18:09:16Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="418"/>
+ <tag k="name" v="Cham"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CHAM"/>
+ <tag k="uic_name" v="Cham"/>
+ <tag k="uic_ref" v="8502203"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080372084" lat="47.6854945" lon="8.7523188" version="2" timestamp="2014-09-22T18:09:17Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="413"/>
+ <tag k="name" v="Diessenhofen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DSH"/>
+ <tag k="uic_name" v="Diessenhofen"/>
+ <tag k="uic_ref" v="8503428"/>
+ </node>
+ <node id="3080372085" lat="46.6597141" lon="7.8147818" version="3" timestamp="2014-09-23T11:06:12Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="562"/>
+ <tag k="name" v="Därligen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DAE"/>
+ <tag k="uic_name" v="Därligen"/>
+ <tag k="uic_ref" v="8507494"/>
+ </node>
+ <node id="3080372086" lat="46.9151173" lon="7.9363065" version="2" timestamp="2014-09-22T18:09:20Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="853"/>
+ <tag k="name" v="Escholzmatt"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ESCH"/>
+ <tag k="uic_name" v="Escholzmatt"/>
+ <tag k="uic_ref" v="8508210"/>
+ </node>
+ <node id="3080372087" lat="46.4830909" lon="8.7908019" version="2" timestamp="2014-09-22T18:09:21Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="755"/>
+ <tag k="name" v="Faido"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FA"/>
+ <tag k="uic_name" v="Faido"/>
+ <tag k="uic_ref" v="8505204"/>
+ </node>
+ <node id="3080372088" lat="46.1737876" lon="9.0036369" version="2" timestamp="2014-09-22T18:09:22Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="230"/>
+ <tag k="name" v="Giubiasco"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="platforms" v="5"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GIU"/>
+ <tag k="uic_name" v="Giubiasco"/>
+ <tag k="uic_ref" v="8505214"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="3080372089" lat="47.2988097" lon="8.4459976" version="2" timestamp="2014-09-22T18:09:23Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="497"/>
+ <tag k="name" v="Hedingen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HED"/>
+ <tag k="source" v="Bing"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Hedingen"/>
+ <tag k="uic_ref" v="8502223"/>
+ </node>
+ <node id="3080372090" lat="47.2614564" lon="8.5968943" version="2" timestamp="2014-09-22T18:09:25Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="409"/>
+ <tag k="name" v="Horgen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HG"/>
+ <tag k="uic_name" v="Horgen"/>
+ <tag k="uic_ref" v="8503204"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3080372091" lat="47.0915893" lon="8.4626311" version="2" timestamp="2014-09-22T18:09:26Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="460"/>
+ <tag k="name" v="Immensee"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="IM"/>
+ <tag k="uic_name" v="Immensee"/>
+ <tag k="uic_ref" v="8505003"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="3080372092" lat="46.6826487" lon="7.8515809" version="2" timestamp="2014-09-23T11:06:14Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="564"/>
+ <tag k="name" v="Interlaken West"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="IW"/>
+ <tag k="uic_name" v="Interlaken West"/>
+ <tag k="uic_ref" v="8507493"/>
+ </node>
+ <node id="3080372093" lat="47.2203560" lon="8.4666350" version="2" timestamp="2014-09-22T18:09:28Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="436"/>
+ <tag k="name" v="Knonau"/>
+ <tag k="network" v="ZVV;Tarifverbund Zug"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KNO"/>
+ <tag k="uic_name" v="Knonau"/>
+ <tag k="uic_ref" v="8502226"/>
+ </node>
+ <node id="3080372094" lat="46.6551128" lon="7.7749368" version="2" timestamp="2014-09-23T11:06:16Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="570"/>
+ <tag k="name" v="Leissigen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LSS"/>
+ <tag k="uic_name" v="Leissigen"/>
+ <tag k="uic_ref" v="8507495"/>
+ </node>
+ <node id="3080372096" lat="47.1416628" lon="8.4303964" version="3" timestamp="2015-08-07T12:59:14Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="429"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Rotkreuz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RK"/>
+ <tag k="uic_name" v="Rotkreuz"/>
+ <tag k="uic_ref" v="8502202"/>
+ </node>
+ <node id="3080372097" lat="47.3070240" lon="8.5552815" version="2" timestamp="2014-09-22T18:09:41Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="433"/>
+ <tag k="name" v="Rüschlikon"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RUES"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Rüschlikon"/>
+ <tag k="uic_ref" v="8503201"/>
+ </node>
+ <node id="3080372098" lat="46.9508022" lon="8.0154546" version="2" timestamp="2014-09-22T18:09:42Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="717"/>
+ <tag k="name" v="Schüpfheim"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCHH"/>
+ <tag k="uic_name" v="Schüpfheim"/>
+ <tag k="uic_ref" v="8508211"/>
+ </node>
+ <node id="3080372099" lat="47.2384510" lon="8.5770042" version="2" timestamp="2014-09-22T18:09:43Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="514"/>
+ <tag k="name" v="Sihlbrugg"/>
+ <tag k="network" v="ZVV;Tarifverbund Zug"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SBG"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Sihlbrugg"/>
+ <tag k="uic_ref" v="8502207"/>
+ </node>
+ <node id="3080372100" lat="47.1944734" lon="8.4782475" version="3" timestamp="2014-09-22T18:09:45Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="424"/>
+ <tag k="name" v="Steinhausen"/>
+ <tag k="network" v="Tarifverbund Zug"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STE"/>
+ <tag k="uic_name" v="Steinhausen"/>
+ <tag k="uic_ref" v="8502227"/>
+ </node>
+ <node id="3080372101" lat="47.2960140" lon="8.5648378" version="3" timestamp="2015-08-07T12:59:17Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="435"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Thalwil"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TW"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Thalwil"/>
+ <tag k="uic_ref" v="8503202"/>
+ </node>
+ <node id="3080372102" lat="47.0987002" lon="8.5168477" version="2" timestamp="2014-09-22T18:09:48Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="449"/>
+ <tag k="name" v="Walchwil"/>
+ <tag k="network" v="Tarifverbund Zug"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WCHW"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Walchwil"/>
+ <tag k="uic_ref" v="8502205"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080372103" lat="46.8997784" lon="7.9013567" version="2" timestamp="2014-09-22T18:09:50Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="782"/>
+ <tag k="name" v="Wiggen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WIG"/>
+ <tag k="uic_name" v="Wiggen"/>
+ <tag k="uic_ref" v="8508209"/>
+ </node>
+ <node id="3080372104" lat="47.2292959" lon="8.6751853" version="4" timestamp="2015-08-07T12:59:18Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="408"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Wädenswil"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WAE"/>
+ <tag k="uic_name" v="Wädenswil"/>
+ <tag k="uic_ref" v="8503206"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080372105" lat="47.3913167" lon="8.4893332" version="3" timestamp="2015-08-07T12:59:20Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="399"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Zürich Altstetten"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZAS"/>
+ <tag k="uic_name" v="Zürich Altstetten"/>
+ <tag k="uic_ref" v="8503001"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080372106" lat="47.3474322" lon="8.5335394" version="2" timestamp="2014-09-22T18:09:53Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="409"/>
+ <tag k="name" v="Zürich Wollishofen"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZWOL"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Zürich Wollishofen"/>
+ <tag k="uic_ref" v="8503009"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3080695733" lat="47.4764076" lon="8.3077761" version="3" timestamp="2015-08-07T12:59:05Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="385"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Baden"/>
+ <tag k="network" v="A-Welle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BD"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Baden"/>
+ <tag k="uic_ref" v="8503504"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikipedia" v="de:Bahnhof Baden"/>
+ </node>
+ <node id="3080695734" lat="47.1856852" lon="8.2801699" version="2" timestamp="2014-09-22T18:09:11Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="469"/>
+ <tag k="name" v="Baldegg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BLG"/>
+ <tag k="uic_name" v="Baldegg"/>
+ <tag k="uic_ref" v="8502025"/>
+ </node>
+ <node id="3080695735" lat="47.2672298" lon="8.2021326" version="2" timestamp="2014-09-22T18:09:12Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="519"/>
+ <tag k="name" v="Beinwil am See"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BW"/>
+ <tag k="uic_name" v="Beinwil am See"/>
+ <tag k="uic_ref" v="8502034"/>
+ </node>
+ <node id="3080695736" lat="47.2878868" lon="8.1989507" version="2" timestamp="2014-09-22T18:09:13Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="521"/>
+ <tag k="name" v="Birrwil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BWL"/>
+ <tag k="uic_name" v="Birrwil"/>
+ <tag k="uic_ref" v="8502033"/>
+ </node>
+ <node id="3080695737" lat="47.4808273" lon="8.2087459" version="3" timestamp="2015-08-07T12:59:07Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="352"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Brugg"/>
+ <tag k="network" v="A-Welle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BG"/>
+ <tag k="uic_name" v="Brugg AG"/>
+ <tag k="uic_ref" v="8500309"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikipedia" v="de:Bahnhof Brugg"/>
+ </node>
+ <node id="3080695738" lat="47.3737374" lon="8.2343487" version="2" timestamp="2014-09-22T18:09:17Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="423"/>
+ <tag k="name" v="Dottikon-Dintikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DOT"/>
+ <tag k="uic_name" v="Dottikon-Dintikon"/>
+ <tag k="uic_ref" v="8502212"/>
+ </node>
+ <node id="3080695739" lat="47.5753003" lon="8.2562445" version="2" timestamp="2014-09-22T18:09:18Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="326"/>
+ <tag k="name" v="Döttingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DOE"/>
+ <tag k="uic_name" v="Döttingen"/>
+ <tag k="uic_ref" v="8503501"/>
+ </node>
+ <node id="3080695740" lat="47.5329983" lon="7.9897652" version="2" timestamp="2014-09-22T18:09:19Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="329"/>
+ <tag k="name" v="Eiken"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EI"/>
+ <tag k="uic_name" v="Eiken"/>
+ <tag k="uic_ref" v="8500304"/>
+ </node>
+ <node id="3080695741" lat="47.1324142" lon="8.3227240" version="2" timestamp="2014-09-22T18:09:20Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="468"/>
+ <tag k="name" v="Eschenbach"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ESB"/>
+ <tag k="uic_name" v="Eschenbach"/>
+ <tag k="uic_ref" v="8502022"/>
+ </node>
+ <node id="3080695742" lat="47.5073367" lon="8.0131246" version="2" timestamp="2014-09-22T18:09:22Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="360"/>
+ <tag k="name" v="Frick"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FCK"/>
+ <tag k="uic_name" v="Frick"/>
+ <tag k="uic_ref" v="8500305"/>
+ </node>
+ <node id="3080695743" lat="47.1669678" lon="8.2887762" version="2" timestamp="2014-09-22T18:09:25Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="482"/>
+ <tag k="name" v="Hochdorf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HO"/>
+ <tag k="uic_name" v="Hochdorf"/>
+ <tag k="uic_ref" v="8502024"/>
+ </node>
+ <node id="3080695744" lat="47.3882356" lon="8.1256999" version="2" timestamp="2014-09-22T18:09:26Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="400"/>
+ <tag k="name" v="Hunzenschwil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HU"/>
+ <tag k="uic_name" v="Hunzenschwil"/>
+ <tag k="uic_ref" v="8502104"/>
+ </node>
+ <node id="3080695745" lat="47.4333166" lon="8.3541297" version="2" timestamp="2014-09-22T18:09:27Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="393"/>
+ <tag k="name" v="Killwangen-Spreitenbach"/>
+ <tag k="network" v="A-Welle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KLW"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Killwangen-Spreitenbach"/>
+ <tag k="uic_ref" v="8503506"/>
+ </node>
+ <node id="3080695746" lat="47.6003489" lon="8.2269958" version="2" timestamp="2014-09-22T18:09:28Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="321"/>
+ <tag k="name" v="Koblenz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KB"/>
+ <tag k="uic_name" v="Koblenz"/>
+ <tag k="uic_ref" v="8500329"/>
+ </node>
+ <node id="3080695747" lat="47.5597988" lon="8.0612398" version="2" timestamp="2014-09-22T18:09:30Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="318"/>
+ <tag k="name" v="Laufenburg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LFG"/>
+ <tag k="uic_name" v="Laufenburg"/>
+ <tag k="uic_ref" v="8500322"/>
+ </node>
+ <node id="3080695749" lat="47.3911408" lon="8.1702983" version="3" timestamp="2015-02-08T16:15:04Z" changeset="28704738" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="406"/>
+ <tag k="name" v="Lenzburg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LB"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Lenzburg"/>
+ <tag k="uic_ref" v="8502119"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080695750" lat="47.4451125" lon="8.2149609" version="2" timestamp="2014-09-22T18:09:31Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="404"/>
+ <tag k="name" v="Lupfig"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LUPF"/>
+ <tag k="uic_name" v="Lupfig"/>
+ <tag k="uic_ref" v="8502237"/>
+ </node>
+ <node id="3080695752" lat="47.2765077" lon="8.3398574" version="3" timestamp="2015-10-16T14:08:19Z" changeset="34676123" uid="524500" user="wheelmap_android">
+ <tag k="ele" v="459"/>
+ <tag k="name" v="Muri AG"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MI"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Muri AG"/>
+ <tag k="uic_ref" v="8502215"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3080695753" lat="47.4144587" lon="8.2351585" version="2" timestamp="2014-09-22T18:09:34Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="416"/>
+ <tag k="name" v="Mägenwil"/>
+ <tag k="network" v="A-Welle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MAEG"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Mägenwil"/>
+ <tag k="uic_ref" v="8502106"/>
+ </node>
+ <node id="3080695754" lat="47.1659202" lon="8.4047203" version="2" timestamp="2014-09-22T18:09:36Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="403"/>
+ <tag k="name" v="Oberrüti"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OI"/>
+ <tag k="uic_name" v="Oberrüti"/>
+ <tag k="uic_ref" v="8502219"/>
+ </node>
+ <node id="3080695755" lat="47.4073897" lon="8.2148758" version="2" timestamp="2014-09-22T18:09:37Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="419"/>
+ <tag k="name" v="Othmarsingen"/>
+ <tag k="network" v="A-Welle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OTH"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Othmarsingen"/>
+ <tag k="uic_ref" v="8502105"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="3080695756" lat="47.4032239" lon="8.1271113" version="2" timestamp="2014-09-22T18:09:40Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="374"/>
+ <tag k="name" v="Rupperswil"/>
+ <tag k="network" v="A-Welle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RU"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Rupperswil"/>
+ <tag k="uic_ref" v="8502114"/>
+ </node>
+ <node id="3080695759" lat="47.1882075" lon="8.3977875" version="3" timestamp="2015-02-03T19:39:18Z" changeset="28596842" uid="2013871" user="Che4ter">
+ <tag k="bench" v="yes"/>
+ <tag k="ele" v="406"/>
+ <tag k="name" v="Sins"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SINS"/>
+ <tag k="uic_name" v="Sins"/>
+ <tag k="uic_ref" v="8502218"/>
+ </node>
+ <node id="3080695760" lat="47.4922427" lon="8.2528306" version="2" timestamp="2014-09-22T18:09:47Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="342"/>
+ <tag k="name" v="Turgi"/>
+ <tag k="network" v="A-Welle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TG"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Turgi"/>
+ <tag k="uic_ref" v="8503503"/>
+ <tag k="wikipedia" v="de:Bahnhof Turgi"/>
+ </node>
+ <node id="3080695761" lat="47.3908382" lon="8.4347623" version="2" timestamp="2014-09-22T18:09:47Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="442"/>
+ <tag k="name" v="Urdorf"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="URD"/>
+ <tag k="uic_name" v="Urdorf"/>
+ <tag k="uic_ref" v="8502220"/>
+ </node>
+ <node id="3080695762" lat="47.4596829" lon="8.3160538" version="3" timestamp="2015-06-29T23:26:03Z" changeset="32296982" uid="2019700" user="Marco Rossini">
+ <tag k="ele" v="388"/>
+ <tag k="name" v="Wettingen"/>
+ <tag k="network" v="A-Welle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WE"/>
+ <tag k="uic_name" v="Wettingen"/>
+ <tag k="uic_ref" v="8503505"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080695763" lat="47.4152402" lon="8.1630635" version="2" timestamp="2014-09-22T18:09:50Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="354"/>
+ <tag k="name" v="Wildegg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WI"/>
+ <tag k="uic_name" v="Wildegg"/>
+ <tag k="uic_ref" v="8502115"/>
+ </node>
+ <node id="3080728369" lat="46.3122422" lon="7.8441248" version="2" timestamp="2014-09-23T11:06:09Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="932"/>
+ <tag k="name" v="Ausserberg"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AB"/>
+ <tag k="uic_name" v="Ausserberg"/>
+ <tag k="uic_ref" v="8507472"/>
+ </node>
+ <node id="3080728370" lat="46.6274159" lon="7.3900900" version="2" timestamp="2014-09-23T11:06:11Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="817"/>
+ <tag k="name" v="Boltigen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BOLT"/>
+ <tag k="uic_name" v="Boltigen"/>
+ <tag k="uic_ref" v="8507292"/>
+ </node>
+ <node id="3080728372" lat="46.3193223" lon="7.9880453" version="3" timestamp="2015-08-07T12:59:07Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="678"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Brig"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BR"/>
+ <tag k="source" v="bing"/>
+ <tag k="uic_name" v="Brig"/>
+ <tag k="uic_ref" v="8501609"/>
+ </node>
+ <node id="3080728373" lat="46.6181428" lon="7.0550432" version="1" timestamp="2014-09-16T19:33:32Z" changeset="25486584" uid="481380" user="Nzara">
+ <tag k="ele" v="771"/>
+ <tag k="name" v="Bulle"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bulle"/>
+ <tag k="uic_ref" v="8504086"/>
+ </node>
+ <node id="3080728375" lat="46.6587132" lon="7.4954837" version="2" timestamp="2014-09-23T11:06:12Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="758"/>
+ <tag k="name" v="Därstetten"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DR"/>
+ <tag k="uic_name" v="Därstetten"/>
+ <tag k="uic_ref" v="8507295"/>
+ </node>
+ <node id="3080728376" lat="46.6591443" lon="7.5552665" version="3" timestamp="2015-10-30T12:44:03Z" changeset="34971596" uid="452231" user="balducien">
+ <tag k="ele" v="681"/>
+ <tag k="name" v="Erlenbach im Simmental"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EBIS"/>
+ <tag k="uic_name" v="Erlenbach im Simmental"/>
+ <tag k="uic_ref" v="8507296"/>
+ </node>
+ <node id="3080728377" lat="46.6738130" lon="7.6979424" version="2" timestamp="2014-09-23T11:06:12Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="603"/>
+ <tag k="name" v="Faulensee"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FS"/>
+ <tag k="uic_name" v="Faulensee"/>
+ <tag k="uic_ref" v="8507496"/>
+ </node>
+ <node id="3080728378" lat="46.5889314" lon="7.6512955" version="2" timestamp="2014-09-23T11:06:12Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="779"/>
+ <tag k="int_name" v="Public transport station Frutigen"/>
+ <tag k="name" v="Frutigen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FR"/>
+ <tag k="uic_name" v="Frutigen"/>
+ <tag k="uic_ref" v="8507478"/>
+ </node>
+ <node id="3080728379" lat="46.3677450" lon="7.7548443" version="2" timestamp="2014-09-23T11:06:13Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="1217"/>
+ <tag k="name" v="Goppenstein"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GO"/>
+ <tag k="uic_name" v="Goppenstein"/>
+ <tag k="uic_ref" v="8507474"/>
+ </node>
+ <node id="3080728381" lat="46.3224146" lon="7.7640861" version="2" timestamp="2014-09-23T11:06:13Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="1078"/>
+ <tag k="name" v="Hohtenn"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HT"/>
+ <tag k="uic_name" v="Hohtenn"/>
+ <tag k="uic_ref" v="8507473"/>
+ </node>
+ <node id="3080728382" lat="46.4955441" lon="7.6716339" version="2" timestamp="2014-09-23T11:06:14Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="1176"/>
+ <tag k="name" v="Kandersteg"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KA"/>
+ <tag k="uic_name" v="Kandersteg"/>
+ <tag k="uic_ref" v="8507475"/>
+ </node>
+ <node id="3080728383" lat="46.3011048" lon="7.9095351" version="2" timestamp="2014-09-23T11:06:15Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="801"/>
+ <tag k="name" v="Lalden"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LL"/>
+ <tag k="uic_name" v="Lalden"/>
+ <tag k="uic_ref" v="8507470"/>
+ </node>
+ <node id="3080728384" lat="46.5290139" lon="7.6755806" version="2" timestamp="2014-09-23T11:06:17Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="974"/>
+ <tag k="name" v="Mitholz"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BL"/>
+ <tag k="uic_name" v="Blausee-Mitholz"/>
+ <tag k="uic_ref" v="8507476"/>
+ </node>
+ <node id="3080728385" lat="46.6384090" lon="7.6908837" version="2" timestamp="2014-09-23T11:06:17Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="692"/>
+ <tag k="name" v="Mülenen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MUE"/>
+ <tag k="uic_name" v="Mülenen"/>
+ <tag k="uic_ref" v="8507481"/>
+ </node>
+ <node id="3080728386" lat="46.6561543" lon="7.4354347" version="2" timestamp="2014-09-23T11:06:18Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="837"/>
+ <tag k="name" v="Oberwil"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OIS"/>
+ <tag k="uic_name" v="Oberwil im Simmental"/>
+ <tag k="uic_ref" v="8507293"/>
+ </node>
+ <node id="3080728387" lat="46.6599426" lon="7.5791865" version="2" timestamp="2014-09-23T11:06:18Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="670"/>
+ <tag k="name" v="Oey-Diemtigen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OE"/>
+ <tag k="uic_name" v="Oey-Diemtigen"/>
+ <tag k="uic_ref" v="8507297"/>
+ </node>
+ <node id="3080728388" lat="46.6250657" lon="7.6900397" version="2" timestamp="2014-09-23T11:06:18Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="706"/>
+ <tag k="name" v="Reichenbach i.K."/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="REIK"/>
+ <tag k="uic_name" v="Reichenbach im Kandertal"/>
+ <tag k="uic_ref" v="8507480"/>
+ </node>
+ <node id="3080728389" lat="46.6866435" lon="7.6799522" version="2" timestamp="2014-09-23T11:06:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="628"/>
+ <tag k="name" v="Spiez"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SP"/>
+ <tag k="uic_name" v="Spiez"/>
+ <tag k="uic_ref" v="8507483"/>
+ </node>
+ <node id="3080728390" lat="46.2937666" lon="7.8817778" version="3" timestamp="2015-08-07T12:59:17Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="651"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Visp"/>
+ <tag k="name:fr" v="Viège"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="VI"/>
+ <tag k="uic_name" v="Visp"/>
+ <tag k="uic_ref" v="8501605"/>
+ </node>
+ <node id="3080728391" lat="46.6035017" lon="7.3742659" version="2" timestamp="2014-09-23T11:06:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="843"/>
+ <tag k="name" v="Weissenbach"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WBA"/>
+ <tag k="uic_name" v="Weissenbach"/>
+ <tag k="uic_ref" v="8507291"/>
+ </node>
+ <node id="3080728392" lat="46.6592648" lon="7.4759328" version="2" timestamp="2014-09-23T11:06:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="782"/>
+ <tag k="name" v="Weissenburg"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WG"/>
+ <tag k="uic_name" v="Weissenburg"/>
+ <tag k="uic_ref" v="8507294"/>
+ </node>
+ <node id="3080728393" lat="46.6000888" lon="9.9613460" version="1" timestamp="2014-09-16T19:33:34Z" changeset="25486584" uid="481380" user="Nzara">
+ <tag k="ele" v="1692"/>
+ <tag k="name" v="Zuoz"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zuoz"/>
+ <tag k="uic_ref" v="8509258"/>
+ <tag k="wikipedia" v="en:Zuoz (Rhaetian Railway station)"/>
+ </node>
+ <node id="3080746008" lat="47.3914562" lon="8.0513072" version="3" timestamp="2015-08-07T12:59:21Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="383"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Aarau"/>
+ <tag k="network" v="A-Welle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AA"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Aarau"/>
+ <tag k="uic_ref" v="8502113"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080746009" lat="47.4768234" lon="7.7448532" version="1" timestamp="2014-09-16T19:50:36Z" changeset="25486584" uid="481380" user="Nzara">
+ <tag k="ele" v="334"/>
+ <tag k="name" v="Altmarkt"/>
+ <tag k="operator" v="WB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Altmarkt"/>
+ <tag k="uic_ref" v="8500081"/>
+ </node>
+ <node id="3080746010" lat="47.5674616" lon="7.6073096" version="5" timestamp="2015-10-09T11:05:02Z" changeset="34527441" uid="2455020" user="EJ_">
+ <tag k="ele" v="277"/>
+ <tag k="name" v="Basel Badischer Bahnhof"/>
+ <tag k="operator" v="DB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RB"/>
+ <tag k="railway:ref:CH" v="BAD"/>
+ <tag k="short_name" v="Basel Bad Bf"/>
+ <tag k="uic_name" v="Basel Bad Bf"/>
+ <tag k="uic_ref" v="8500090"/>
+ <tag k="wheelchair" v="limited"/>
+ <tag k="wheelchair:description" v="Gleise der SBB nicht zugänglich. Nur über Treppe zu erreichen."/>
+ </node>
+ <node id="3080746011" lat="47.5476225" lon="7.5896417" version="3" timestamp="2015-08-07T12:59:05Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Basel SBB"/>
+ <tag k="name:de" v="Basel SBB"/>
+ <tag k="name:fr" v="Bâle CFF"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BS"/>
+ <tag k="railway:ref:DB" v="XSB"/>
+ <tag k="uic_name" v="Basel SBB"/>
+ <tag k="uic_ref" v="8500010"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080746012" lat="47.3563151" lon="7.9786420" version="2" timestamp="2014-09-22T18:09:17Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="381"/>
+ <tag k="name" v="Däniken"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DK"/>
+ <tag k="uic_name" v="Däniken"/>
+ <tag k="uic_ref" v="8502111"/>
+ </node>
+ <node id="3080746013" lat="47.5015152" lon="7.7192110" version="2" timestamp="2014-09-22T18:09:22Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="311"/>
+ <tag k="name" v="Frenkendorf-Füllinsdorf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FRE"/>
+ <tag k="uic_name" v="Frenkendorf-Füllinsdorf"/>
+ <tag k="uic_ref" v="8500022"/>
+ </node>
+ <node id="3080746014" lat="47.4658039" lon="7.8475180" version="2" timestamp="2014-09-22T18:09:22Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="403"/>
+ <tag k="name" v="Gelterkinden"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="platforms" v="1"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GKD"/>
+ <tag k="uic_name" v="Gelterkinden"/>
+ <tag k="uic_ref" v="8500027"/>
+ </node>
+ <node id="3080746015" lat="47.5384708" lon="7.7241581" version="2" timestamp="2014-09-22T18:09:27Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="274"/>
+ <tag k="name" v="Kaiseraugst"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KAU"/>
+ <tag k="uic_name" v="Kaiseraugst"/>
+ <tag k="uic_ref" v="8500300"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080746016" lat="47.3372925" lon="8.0264333" version="2" timestamp="2014-09-22T18:09:29Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="428"/>
+ <tag k="name" v="Kölliken"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KK"/>
+ <tag k="uic_name" v="Kölliken"/>
+ <tag k="uic_ref" v="8502101"/>
+ </node>
+ <node id="3080746017" lat="47.4844611" lon="7.7314623" version="3" timestamp="2015-08-07T12:59:10Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="327"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Liestal"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LST"/>
+ <tag k="uic_name" v="Liestal"/>
+ <tag k="uic_ref" v="8500023"/>
+ </node>
+ <node id="3080746018" lat="47.3923963" lon="7.8561519" version="2" timestamp="2014-09-22T18:09:31Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="559"/>
+ <tag k="name" v="Läufelfingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LF"/>
+ <tag k="uic_name" v="Läufelfingen"/>
+ <tag k="uic_ref" v="8500035"/>
+ </node>
+ <node id="3080746019" lat="47.5476038" lon="7.9097702" version="2" timestamp="2014-09-22T18:09:33Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="310"/>
+ <tag k="name" v="Mumpf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MPF"/>
+ <tag k="uic_name" v="Mumpf"/>
+ <tag k="uic_ref" v="8500303"/>
+ </node>
+ <node id="3080746020" lat="47.5335638" lon="7.6478535" version="2" timestamp="2014-09-22T18:09:34Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="281"/>
+ <tag k="name" v="Muttenz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MU"/>
+ <tag k="uic_name" v="Muttenz"/>
+ <tag k="uic_ref" v="8500020"/>
+ </node>
+ <node id="3080746021" lat="47.5618190" lon="7.8339202" version="3" timestamp="2015-06-13T10:17:24Z" changeset="31939393" uid="524500" user="wheelmap_android">
+ <tag k="ele" v="308"/>
+ <tag k="name" v="Möhlin"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MOE"/>
+ <tag k="uic_name" v="Möhlin"/>
+ <tag k="uic_ref" v="8500302"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080746022" lat="47.3565066" lon="8.0483181" version="2" timestamp="2014-09-22T18:09:36Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="415"/>
+ <tag k="name" v="Oberentfelden"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OEF"/>
+ <tag k="uic_name" v="Oberentfelden"/>
+ <tag k="uic_ref" v="8502102"/>
+ </node>
+ <node id="3080746023" lat="47.5226188" lon="7.6907117" version="2" timestamp="2014-09-22T18:09:38Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="290"/>
+ <tag k="name" v="Pratteln"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PR"/>
+ <tag k="uic_name" v="Pratteln"/>
+ <tag k="uic_ref" v="8500021"/>
+ </node>
+ <node id="3080746024" lat="47.5512606" lon="7.7921295" version="3" timestamp="2015-08-07T12:59:14Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="285"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Rheinfelden"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RF"/>
+ <tag k="uic_name" v="Rheinfelden"/>
+ <tag k="uic_ref" v="8500301"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080746025" lat="47.3217185" lon="7.9835109" version="2" timestamp="2014-09-22T18:09:41Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="472"/>
+ <tag k="name" v="Safenwil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SAF"/>
+ <tag k="uic_name" v="Safenwil"/>
+ <tag k="uic_ref" v="8502100"/>
+ </node>
+ <node id="3080746026" lat="47.3713259" lon="8.0001867" version="3" timestamp="2015-09-16T13:17:20Z" changeset="34062540" uid="190676" user="highbuilder">
+ <tag k="ele" v="379"/>
+ <tag k="name" v="Schönenwerd"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCOE"/>
+ <tag k="uic_name" v="Schönenwerd SO"/>
+ <tag k="uic_ref" v="8502112"/>
+ </node>
+ <node id="3080746027" lat="47.4628222" lon="7.8120852" version="3" timestamp="2015-08-07T12:59:16Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="376"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Sissach"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SIS"/>
+ <tag k="uic_name" v="Sissach"/>
+ <tag k="uic_ref" v="8500026"/>
+ </node>
+ <node id="3080746028" lat="47.5703438" lon="7.5728087" version="3" timestamp="2015-10-28T08:27:20Z" changeset="34920984" uid="2455020" user="EJ_">
+ <tag k="ele" v="266"/>
+ <tag k="name" v="St. Johann"/>
+ <tag k="name:fr" v="Bâle-Saint-Jean"/>
+ <tag k="operator" v="SNCF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Basel St. Johann"/>
+ <tag k="uic_ref" v="8500016"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3080746029" lat="47.5416401" lon="7.9489252" version="2" timestamp="2014-09-22T18:09:44Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="311"/>
+ <tag k="name" v="Stein-Säckingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STS"/>
+ <tag k="uic_name" v="Stein-Säckingen"/>
+ <tag k="uic_ref" v="8500320"/>
+ </node>
+ <node id="3080746030" lat="47.4457879" lon="7.8876953" version="2" timestamp="2014-09-22T18:09:46Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="445"/>
+ <tag k="name" v="Tecknau"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TK"/>
+ <tag k="uic_name" v="Tecknau"/>
+ <tag k="uic_ref" v="8500028"/>
+ </node>
+ <node id="3080770153" lat="47.4677564" lon="7.6029992" version="2" timestamp="2014-09-23T08:51:05Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="299"/>
+ <tag k="name" v="Aesch"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AE"/>
+ <tag k="uic_name" v="Aesch"/>
+ <tag k="uic_ref" v="8500117"/>
+ </node>
+ <node id="3080770154" lat="47.4243182" lon="7.1284239" version="2" timestamp="2014-09-23T11:35:46Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="450"/>
+ <tag k="name" v="Alle"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ALLE"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Alle"/>
+ <tag k="uic_ref" v="8500186"/>
+ </node>
+ <node id="3080770155" lat="47.3367110" lon="7.2466274" version="3" timestamp="2015-03-02T21:01:17Z" changeset="29208601" uid="2722437" user="SEB2854">
+ <tag k="ele" v="478"/>
+ <tag k="name" v="Bassecourt"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BSC"/>
+ <tag k="uic_name" v="Bassecourt"/>
+ <tag k="uic_ref" v="8500122"/>
+ </node>
+ <node id="3080770156" lat="47.4923762" lon="7.0167229" version="2" timestamp="2014-09-23T08:51:06Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="373"/>
+ <tag k="name" v="Boncourt"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BCT"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Boncourt"/>
+ <tag k="uic_ref" v="8500128"/>
+ </node>
+ <node id="3080770157" lat="47.4745013" lon="7.1548289" version="2" timestamp="2014-09-23T11:35:48Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="437"/>
+ <tag k="name" v="Bonfol"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BONF"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Bonfol"/>
+ <tag k="uic_ref" v="8500188"/>
+ </node>
+ <node id="3080770158" lat="47.4792198" lon="7.0301300" version="2" timestamp="2014-09-23T08:51:06Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="240"/>
+ <tag k="name" v="Buix"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BX"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Buix"/>
+ <tag k="uic_ref" v="8500144"/>
+ </node>
+ <node id="3080770159" lat="47.3350532" lon="7.2912729" version="2" timestamp="2014-09-23T08:51:07Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="451"/>
+ <tag k="name" v="Courfaivre"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CFV"/>
+ <tag k="uic_name" v="Courfaivre"/>
+ <tag k="uic_ref" v="8500121"/>
+ </node>
+ <node id="3080770160" lat="47.4051715" lon="7.1242587" version="2" timestamp="2014-09-23T08:51:07Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="488"/>
+ <tag k="name" v="Courgenay"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CG"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Courgenay"/>
+ <tag k="uic_ref" v="8500125"/>
+ </node>
+ <node id="3080770161" lat="47.4558397" lon="7.0553355" version="2" timestamp="2014-09-23T08:51:07Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="397"/>
+ <tag k="name" v="Courtemaîche"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CTM"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Courtemaîche"/>
+ <tag k="uic_ref" v="8500127"/>
+ </node>
+ <node id="3080770162" lat="47.3428610" lon="7.3179223" version="2" timestamp="2014-09-23T08:51:07Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="437"/>
+ <tag k="name" v="Courtételle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CTT"/>
+ <tag k="uic_name" v="Courtételle"/>
+ <tag k="uic_ref" v="8500120"/>
+ </node>
+ <node id="3080770164" lat="47.3620492" lon="7.3501557" version="4" timestamp="2015-08-28T15:08:06Z" changeset="33646072" uid="152074" user="beweta">
+ <tag k="ele" v="413"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Delémont"/>
+ <tag k="name:de" v="Delsberg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DMT"/>
+ <tag k="uic_name" v="Delémont"/>
+ <tag k="uic_ref" v="8500109"/>
+ </node>
+ <node id="3080770165" lat="47.4886026" lon="7.6110413" version="2" timestamp="2014-09-23T08:51:08Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="294"/>
+ <tag k="name" v="Dornach-Arlesheim"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DOR"/>
+ <tag k="uic_name" v="Dornach-Arlesheim"/>
+ <tag k="uic_ref" v="8500118"/>
+ </node>
+ <node id="3080770166" lat="47.4534854" lon="7.6035551" version="2" timestamp="2014-09-23T08:51:08Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="316"/>
+ <tag k="name" v="Duggingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DUG"/>
+ <tag k="uic_name" v="Duggingen"/>
+ <tag k="uic_ref" v="8500116"/>
+ </node>
+ <node id="3080770167" lat="47.3351200" lon="7.2093193" version="2" timestamp="2014-09-23T08:51:09Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="505"/>
+ <tag k="name" v="Glovelier"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GLO"/>
+ <tag k="uic_name" v="Glovelier"/>
+ <tag k="uic_ref" v="8500123"/>
+ </node>
+ <node id="3080770168" lat="47.4413096" lon="7.5920002" version="2" timestamp="2014-09-23T08:51:09Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="322"/>
+ <tag k="name" v="Grellingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GREL"/>
+ <tag k="uic_name" v="Grellingen"/>
+ <tag k="uic_ref" v="8500115"/>
+ </node>
+ <node id="3080770169" lat="47.4193052" lon="7.5025681" version="2" timestamp="2014-09-23T08:51:10Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="355"/>
+ <tag k="name" v="Laufen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LFN"/>
+ <tag k="uic_name" v="Laufen"/>
+ <tag k="uic_ref" v="8500113"/>
+ </node>
+ <node id="3080770170" lat="47.5133532" lon="7.6176480" version="2" timestamp="2014-09-23T08:51:11Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="273"/>
+ <tag k="name" v="Münchenstein"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MST"/>
+ <tag k="uic_name" v="Münchenstein"/>
+ <tag k="uic_ref" v="8500119"/>
+ </node>
+ <node id="3080770171" lat="47.4209346" lon="7.0800050" version="3" timestamp="2015-08-22T20:43:22Z" changeset="33513326" uid="152074" user="beweta">
+ <tag k="ele" v="423"/>
+ <tag k="name" v="Porrentruy"/>
+ <tag k="name:de" v="Pruntrut"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="POR"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Porrentruy"/>
+ <tag k="uic_ref" v="8500126"/>
+ </node>
+ <node id="3080770172" lat="47.3677169" lon="7.1659766" version="2" timestamp="2014-09-23T08:51:12Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="492"/>
+ <tag k="name" v="St-Ursanne"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SU"/>
+ <tag k="uic_name" v="St-Ursanne"/>
+ <tag k="uic_ref" v="8500124"/>
+ </node>
+ <node id="3080770173" lat="47.4526131" lon="7.1566018" version="2" timestamp="2014-09-23T11:35:53Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="448"/>
+ <tag k="name" v="Vendlincourt"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="VEND"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Vendlincourt"/>
+ <tag k="uic_ref" v="8500187"/>
+ </node>
+ <node id="3080770174" lat="47.4337515" lon="7.5304981" version="2" timestamp="2014-09-23T08:51:13Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="347"/>
+ <tag k="name" v="Zwingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZWG"/>
+ <tag k="uic_name" v="Zwingen"/>
+ <tag k="uic_ref" v="8500114"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3081128586" lat="47.3202264" lon="7.9081530" version="2" timestamp="2014-09-22T18:09:09Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="412"/>
+ <tag k="name" v="Aarburg-Oftringen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ABO"/>
+ <tag k="uic_name" v="Aarburg-Oftringen"/>
+ <tag k="uic_ref" v="8502000"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="3081128587" lat="47.0954806" lon="7.5593347" version="2" timestamp="2014-09-23T11:06:09Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="497"/>
+ <tag k="name" v="Aefligen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AEF"/>
+ <tag k="uic_name" v="Aefligen"/>
+ <tag k="uic_ref" v="8508085"/>
+ </node>
+ <node id="3081128588" lat="47.2444602" lon="7.7401356" version="3" timestamp="2014-09-23T11:35:46Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="455"/>
+ <tag k="name" v="Bannwil"/>
+ <tag k="operator" v="ASM"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BAN"/>
+ <tag k="uic_name" v="Bannwil"/>
+ <tag k="uic_ref" v="8508155"/>
+ </node>
+ <node id="3081128589" lat="47.2283658" lon="7.5665219" version="3" timestamp="2014-09-23T11:35:46Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="475"/>
+ <tag k="name" v="Bei den Weihern"/>
+ <tag k="operator" v="ASM"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BDWE"/>
+ <tag k="uic_name" v="Bei den Weihern"/>
+ <tag k="uic_ref" v="8500275"/>
+ </node>
+ <node id="3081128590" lat="47.1806587" lon="7.5661398" version="2" timestamp="2014-09-23T11:06:10Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="446"/>
+ <tag k="name" v="Biberist Ost"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BIST"/>
+ <tag k="uic_name" v="Biberist Ost"/>
+ <tag k="uic_ref" v="8508089"/>
+ </node>
+ <node id="3081128591" lat="47.1299037" lon="7.5344654" version="2" timestamp="2014-09-23T11:35:48Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="472"/>
+ <tag k="name" v="Bätterkinden"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BKI"/>
+ <tag k="uic_name" v="Bätterkinden"/>
+ <tag k="uic_ref" v="8508064"/>
+ </node>
+ <node id="3081128592" lat="47.2175452" lon="7.9790681" version="2" timestamp="2014-09-22T18:09:16Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="472"/>
+ <tag k="name" v="Dagmersellen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DAG"/>
+ <tag k="uic_name" v="Dagmersellen"/>
+ <tag k="uic_ref" v="8502004"/>
+ </node>
+ <node id="3081128593" lat="47.2181818" lon="7.6189589" version="2" timestamp="2014-09-22T18:09:16Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="429"/>
+ <tag k="name" v="Deitingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DN"/>
+ <tag k="uic_name" v="Deitingen"/>
+ <tag k="uic_ref" v="8500209"/>
+ </node>
+ <node id="3081128594" lat="47.3148510" lon="7.7988372" version="2" timestamp="2014-09-22T18:09:19Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="435"/>
+ <tag k="name" v="Egerkingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EG"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Egerkingen"/>
+ <tag k="uic_ref" v="8500214"/>
+ </node>
+ <node id="3081128595" lat="46.9481048" lon="7.7472164" version="2" timestamp="2014-09-22T18:09:19Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="650"/>
+ <tag k="name" v="Emmenmatt"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EMM"/>
+ <tag k="uic_name" v="Emmenmatt"/>
+ <tag k="uic_ref" v="8508206"/>
+ </node>
+ <node id="3081128596" lat="46.9936765" lon="8.0624171" version="2" timestamp="2014-09-22T18:09:20Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="684"/>
+ <tag k="name" v="Entlebuch"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ENT"/>
+ <tag k="uic_name" v="Entlebuch"/>
+ <tag k="uic_ref" v="8508213"/>
+ </node>
+ <node id="3081128597" lat="47.1705154" lon="7.5653587" version="2" timestamp="2014-09-23T11:06:12Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="452"/>
+ <tag k="name" v="Gerlafingen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GLF"/>
+ <tag k="uic_name" v="Gerlafingen"/>
+ <tag k="uic_ref" v="8508088"/>
+ </node>
+ <node id="3081128598" lat="47.1401336" lon="7.9701450" version="2" timestamp="2014-09-23T11:06:13Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="545"/>
+ <tag k="name" v="Gettnau"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GET"/>
+ <tag k="uic_name" v="Gettnau"/>
+ <tag k="uic_ref" v="8508294"/>
+ </node>
+ <node id="3081128599" lat="46.9781310" lon="8.0470580" version="2" timestamp="2014-09-22T18:09:23Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="695"/>
+ <tag k="name" v="Hasle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HAS"/>
+ <tag k="uic_name" v="Hasle LU"/>
+ <tag k="uic_ref" v="8508212"/>
+ </node>
+ <node id="3081128600" lat="47.1880768" lon="7.7010834" version="2" timestamp="2014-09-22T18:09:24Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="name" v="Herzogenbuchsee"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HB"/>
+ <tag k="uic_name" v="Herzogenbuchsee"/>
+ <tag k="uic_ref" v="8508008"/>
+ </node>
+ <node id="3081128601" lat="47.1144328" lon="7.8425992" version="2" timestamp="2014-09-23T11:06:14Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="638"/>
+ <tag k="name" v="Huttwil"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HWIL"/>
+ <tag k="uic_name" v="Huttwil"/>
+ <tag k="uic_ref" v="8508187"/>
+ </node>
+ <node id="3081128602" lat="47.3303040" lon="7.8436890" version="2" timestamp="2014-09-22T18:09:26Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="428"/>
+ <tag k="name" v="Hägendorf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HAE"/>
+ <tag k="uic_ref" v="8500215"/>
+ </node>
+ <node id="3081128603" lat="47.1285354" lon="7.9058914" version="2" timestamp="2014-09-23T11:06:14Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="613"/>
+ <tag k="name" v="Hüswil"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HUE"/>
+ <tag k="uic_name" v="Hüswil"/>
+ <tag k="uic_ref" v="8508292"/>
+ </node>
+ <node id="3081128604" lat="47.0829697" lon="7.5810973" version="2" timestamp="2014-09-23T11:06:15Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="509"/>
+ <tag k="name" v="Kirchberg-Alchenflüh"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="stop"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KIAL"/>
+ <tag k="uic_name" v="Kirchberg-Alchenflüh"/>
+ <tag k="uic_ref" v="8508084"/>
+ </node>
+ <node id="3081128605" lat="47.1462481" lon="7.7909518" version="2" timestamp="2014-09-23T11:06:15Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="558"/>
+ <tag k="name" v="Kleindietwil"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KDI"/>
+ <tag k="uic_name" v="Kleindietwil"/>
+ <tag k="uic_ref" v="8508185"/>
+ </node>
+ <node id="3081128606" lat="47.3042833" lon="7.6938634" version="2" timestamp="2015-04-08T05:18:33Z" changeset="30054781" uid="508672" user="SingletrailMap">
+ <tag k="ele" v="484"/>
+ <tag k="name" v="Klus"/>
+ <tag k="operator" v="OeBB"/>
+ <tag k="place" v="isolated_dwelling"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Klus"/>
+ <tag k="uic_ref" v="8500292"/>
+ </node>
+ <node id="3081128607" lat="47.2172915" lon="7.7848627" version="4" timestamp="2015-08-07T12:59:10Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="472"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Langenthal"/>
+ <tag k="opening_hours" v="Mo-Fr 06:30-19:00; Sa 07:00-17:30; Su 09:00-17:30"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LTH"/>
+ <tag k="uic_name" v="Langenthal"/>
+ <tag k="uic_ref" v="8508100"/>
+ </node>
+ <node id="3081128608" lat="46.9392779" lon="7.7842576" version="2" timestamp="2014-09-22T18:09:29Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="673"/>
+ <tag k="name" v="Langnau"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LN"/>
+ <tag k="uic_name" v="Langnau"/>
+ <tag k="uic_ref" v="8508207"/>
+ </node>
+ <node id="3081128609" lat="47.1545622" lon="7.7904121" version="2" timestamp="2014-09-23T11:06:16Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="545"/>
+ <tag k="name" v="Lindenholz"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LHO"/>
+ <tag k="uic_name" v="Lindenholz"/>
+ <tag k="uic_ref" v="8508184"/>
+ </node>
+ <node id="3081128610" lat="47.0530545" lon="8.2572067" version="2" timestamp="2014-09-22T18:09:30Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="456"/>
+ <tag k="name" v="Littau"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LIT"/>
+ <tag k="uic_name" v="Littau"/>
+ <tag k="uic_ref" v="8508219"/>
+ </node>
+ <node id="3081128611" lat="47.1630069" lon="7.5267191" version="2" timestamp="2014-09-23T11:35:50Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="464"/>
+ <tag k="name" v="Lohn-Lüterkofen"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LOLU"/>
+ <tag k="uic_name" v="Lohn-Lüterkofen"/>
+ <tag k="uic_ref" v="8508066"/>
+ </node>
+ <node id="3081128612" lat="47.1894791" lon="7.7886826" version="3" timestamp="2015-05-07T06:13:43Z" changeset="30862372" uid="65044" user="hugi">
+ <tag k="ele" v="502"/>
+ <tag k="name" v="Lotzwil"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LOTZ"/>
+ <tag k="uic_name" v="Lotzwil"/>
+ <tag k="uic_ref" v="8508182"/>
+ </node>
+ <node id="3081128613" lat="47.2171327" lon="7.5835965" version="2" timestamp="2014-09-22T18:09:31Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="430"/>
+ <tag k="name" v="Luterbach-Attisholz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LUT"/>
+ <tag k="uic_name" v="Luterbach-Attisholz"/>
+ <tag k="uic_ref" v="8500208"/>
+ </node>
+ <node id="3081128614" lat="47.1669632" lon="7.7958546" version="2" timestamp="2014-09-23T11:06:16Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="534"/>
+ <tag k="name" v="Madiswil"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MADI"/>
+ <tag k="uic_name" v="Madiswil"/>
+ <tag k="uic_ref" v="8508183"/>
+ </node>
+ <node id="3081128615" lat="47.0385310" lon="8.1819784" version="2" timestamp="2014-09-22T18:09:32Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="496"/>
+ <tag k="name" v="Malters"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MAL"/>
+ <tag k="uic_name" v="Malters"/>
+ <tag k="uic_ref" v="8508218"/>
+ </node>
+ <node id="3081128616" lat="47.0833435" lon="8.0409563" version="2" timestamp="2014-09-23T11:06:17Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="596"/>
+ <tag k="name" v="Menznau"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MAU"/>
+ <tag k="uic_name" v="Menznau"/>
+ <tag k="uic_ref" v="8508297"/>
+ </node>
+ <node id="3081128617" lat="47.2654860" lon="7.8322006" version="2" timestamp="2014-09-22T18:09:33Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="414"/>
+ <tag k="name" v="Murgenthal"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MGT"/>
+ <tag k="uic_name" v="Murgenthal"/>
+ <tag k="uic_ref" v="8508102"/>
+ </node>
+ <node id="3081128618" lat="47.1923746" lon="7.9773954" version="2" timestamp="2014-09-22T18:09:34Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="487"/>
+ <tag k="name" v="Nebikon"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NEB"/>
+ <tag k="uic_name" v="Nebikon"/>
+ <tag k="uic_ref" v="8502005"/>
+ </node>
+ <node id="3081128619" lat="47.2704226" lon="7.6947628" version="4" timestamp="2015-05-30T15:14:31Z" changeset="31577875" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="468"/>
+ <tag k="name" v="Niederbipp"/>
+ <tag k="operator" v="asm/SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NB"/>
+ <tag k="uic_name" v="Niederbipp"/>
+ <tag k="uic_ref" v="8500211"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="3081128620" lat="47.1387987" lon="8.1385376" version="2" timestamp="2014-09-22T18:09:36Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="507"/>
+ <tag k="name" v="Nottwil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NO"/>
+ <tag k="uic_name" v="Nottwil"/>
+ <tag k="uic_ref" v="8502008"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3081128621" lat="47.3052407" lon="7.7715945" version="2" timestamp="2014-09-22T18:09:36Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="442"/>
+ <tag k="name" v="Oberbuchsiten"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OB"/>
+ <tag k="uic_name" v="Oberbuchsiten"/>
+ <tag k="uic_ref" v="8500213"/>
+ </node>
+ <node id="3081128622" lat="47.0398031" lon="7.6291441" version="3" timestamp="2015-02-12T22:44:47Z" changeset="28810066" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="547"/>
+ <tag k="name" v="Oberburg"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OBB"/>
+ <tag k="uic_name" v="Oberburg"/>
+ <tag k="uic_ref" v="8508080"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3081128623" lat="47.2850480" lon="7.7097797" version="3" timestamp="2015-10-29T22:05:56Z" changeset="34960902" uid="452231" user="balducien">
+ <tag k="ele" v="462"/>
+ <tag k="name" v="Oensingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Oensingen"/>
+ <tag k="uic_ref" v="8500212"/>
+ </node>
+ <node id="3081128624" lat="47.3485459" lon="7.8978872" version="2" timestamp="2014-09-22T18:09:36Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="403"/>
+ <tag k="name" v="Olten Hammer"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OLH"/>
+ <tag k="uic_name" v="Olten Hammer"/>
+ <tag k="uic_ref" v="8500217"/>
+ </node>
+ <node id="3081128625" lat="46.9969252" lon="7.7097872" version="2" timestamp="2014-09-23T11:06:18Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="600"/>
+ <tag k="name" v="Ramsei"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RAM"/>
+ <tag k="uic_name" v="Ramsei"/>
+ <tag k="uic_ref" v="8508267"/>
+ </node>
+ <node id="3081128626" lat="47.2414572" lon="7.9688523" version="2" timestamp="2014-09-22T18:09:38Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="458"/>
+ <tag k="name" v="Reiden"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="REID"/>
+ <tag k="uic_name" v="Reiden"/>
+ <tag k="uic_ref" v="8502003"/>
+ </node>
+ <node id="3081128628" lat="47.1372063" lon="7.8135055" version="2" timestamp="2014-09-23T11:06:18Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="584"/>
+ <tag k="name" v="Rohrbach"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RBA"/>
+ <tag k="uic_name" v="Rohrbach"/>
+ <tag k="uic_ref" v="8508186"/>
+ </node>
+ <node id="3081128629" lat="47.0891611" lon="8.2475060" version="2" timestamp="2014-09-22T18:09:40Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="522"/>
+ <tag k="name" v="Rothenburg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RBG"/>
+ <tag k="uic_name" v="Rothenburg"/>
+ <tag k="uic_ref" v="8502020"/>
+ </node>
+ <node id="3081128630" lat="47.0379322" lon="8.1432808" version="2" timestamp="2014-09-22T18:09:41Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="518"/>
+ <tag k="name" v="Schachen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCHA"/>
+ <tag k="uic_name" v="Schachen LU"/>
+ <tag k="uic_ref" v="8508217"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="3081128631" lat="47.1161159" lon="8.1959894" version="3" timestamp="2015-05-21T23:04:58Z" changeset="31333299" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="514"/>
+ <tag k="name" v="Sempach-Neuenkirch"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SEM"/>
+ <tag k="uic_name" v="Sempach-Neuenkirch"/>
+ <tag k="uic_ref" v="8502009"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="3081128632" lat="47.2042524" lon="7.5426793" version="3" timestamp="2015-08-07T12:59:16Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="432"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Solothurn"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SO"/>
+ <tag k="uic_name" v="Solothurn"/>
+ <tag k="uic_ref" v="8500207"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3081128633" lat="47.1708212" lon="8.0979538" version="3" timestamp="2015-08-07T12:59:16Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="504"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Sursee"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SS"/>
+ <tag k="uic_name" v="Sursee"/>
+ <tag k="uic_ref" v="8502007"/>
+ </node>
+ <node id="3081128634" lat="46.9216808" lon="7.8462696" version="2" timestamp="2014-09-22T18:09:47Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="732"/>
+ <tag k="name" v="Trubschachen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TSCH"/>
+ <tag k="uic_name" v="Trubschachen"/>
+ <tag k="uic_ref" v="8508208"/>
+ </node>
+ <node id="3081128635" lat="47.2319832" lon="7.6561774" version="2" timestamp="2014-09-22T18:09:48Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="423"/>
+ <tag k="name" v="Wangen a.A."/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WAA"/>
+ <tag k="uic_name" v="Wangen an der Aare"/>
+ <tag k="uic_ref" v="8500210"/>
+ </node>
+ <node id="3081128636" lat="47.3413595" lon="7.8682199" version="2" timestamp="2014-09-22T18:09:48Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="417"/>
+ <tag k="name" v="Wangen bei Olten"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WBOL"/>
+ <tag k="uic_name" v="Wangen bei Olten"/>
+ <tag k="uic_ref" v="8500216"/>
+ </node>
+ <node id="3081128637" lat="47.2527940" lon="7.6461418" version="4" timestamp="2014-11-28T15:07:30Z" changeset="27091772" uid="2490840" user="flm_asm">
+ <tag k="ele" v="473"/>
+ <tag k="name" v="Wiedlisbach"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WIED"/>
+ <tag k="uic_name" v="Wiedlisbach"/>
+ <tag k="uic_ref" v="8500287"/>
+ </node>
+ <node id="3081128638" lat="47.1523865" lon="7.5560637" version="2" timestamp="2014-09-23T11:06:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="463"/>
+ <tag k="name" v="Wiler"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WR"/>
+ <tag k="uic_name" v="Wiler"/>
+ <tag k="uic_ref" v="8508087"/>
+ </node>
+ <node id="3081128639" lat="47.1226087" lon="7.9967719" version="2" timestamp="2014-09-23T11:06:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="555"/>
+ <tag k="name" v="Willisau"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WSAU"/>
+ <tag k="uic_name" v="Willisau"/>
+ <tag k="uic_ref" v="8508295"/>
+ </node>
+ <node id="3081128640" lat="47.0555014" lon="8.0799888" version="2" timestamp="2014-09-22T18:09:51Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="565"/>
+ <tag k="name" v="Wolhusen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WH"/>
+ <tag k="uic_name" v="Wolhusen"/>
+ <tag k="uic_ref" v="8508215"/>
+ </node>
+ <node id="3081128641" lat="47.1050480" lon="7.6634099" version="2" timestamp="2014-09-22T18:09:51Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="528"/>
+ <tag k="name" v="Wynigen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WY"/>
+ <tag k="uic_name" v="Wynigen"/>
+ <tag k="uic_ref" v="8508006"/>
+ </node>
+ <node id="3081128642" lat="47.1367113" lon="7.9263740" version="2" timestamp="2014-09-23T11:06:21Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="588"/>
+ <tag k="name" v="Zell"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZELL"/>
+ <tag k="uic_name" v="Zell"/>
+ <tag k="uic_ref" v="8508293"/>
+ </node>
+ <node id="3081128643" lat="47.2880807" lon="7.9431929" version="3" timestamp="2015-08-07T12:59:19Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="432"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Zofingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZF"/>
+ <tag k="uic_name" v="Zofingen"/>
+ <tag k="uic_ref" v="8502001"/>
+ </node>
+ <node id="3081128644" lat="46.9756983" lon="7.7412497" version="2" timestamp="2014-09-23T11:06:21Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="625"/>
+ <tag k="name" v="Zollbrück"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZO"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Zollbrück"/>
+ <tag k="uic_ref" v="8508268"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3081154343" lat="47.0441251" lon="7.2783067" version="2" timestamp="2014-09-23T08:51:05Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="449"/>
+ <tag k="name" v="Aarberg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ABE"/>
+ <tag k="uic_name" v="Aarberg"/>
+ <tag k="uic_ref" v="8504404"/>
+ </node>
+ <node id="3081154344" lat="46.9796031" lon="6.8776965" version="2" timestamp="2014-09-23T08:51:05Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="492"/>
+ <tag k="name" v="Auvernier"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AUV"/>
+ <tag k="uic_name" v="Auvernier"/>
+ <tag k="uic_ref" v="8504219"/>
+ </node>
+ <node id="3081154345" lat="46.8169587" lon="7.1060089" version="3" timestamp="2015-02-17T15:38:49Z" changeset="28911614" uid="904226" user="TeKiLaa">
+ <tag k="ele" v="613"/>
+ <tag k="name" v="Belfaux CFF"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BF"/>
+ <tag k="uic_name" v="Belfaux CFF"/>
+ <tag k="uic_ref" v="8504139"/>
+ </node>
+ <node id="3081154346" lat="46.8218360" lon="7.1088392" version="1" timestamp="2014-09-17T02:38:28Z" changeset="25491873" uid="481380" user="Nzara">
+ <tag k="ele" v="588"/>
+ <tag k="name" v="Belfaux-Village"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Belfaux-Village"/>
+ <tag k="uic_ref" v="8504182"/>
+ </node>
+ <node id="3081154347" lat="46.8888766" lon="7.4987453" version="4" timestamp="2015-11-22T19:59:03Z" changeset="35516217" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="523"/>
+ <tag k="name" v="Belp"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BP"/>
+ <tag k="uic_name" v="Belp"/>
+ <tag k="uic_ref" v="8507076"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3081154348" lat="46.9358031" lon="7.4300811" version="3" timestamp="2015-11-22T19:59:03Z" changeset="35516217" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="550"/>
+ <tag k="name" v="Bern Weissenbühl"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNWE"/>
+ <tag k="uic_name" v="Bern Weissenbühl"/>
+ <tag k="uic_ref" v="8507079"/>
+ </node>
+ <node id="3081154349" lat="46.9489092" lon="7.4399554" version="5" timestamp="2015-11-22T19:59:03Z" changeset="35516217" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="540"/>
+ <tag k="name" v="Bern"/>
+ <tag k="name:fr" v="Berne CFF"/>
+ <tag k="name:ja" v="ベルン中央"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BN"/>
+ <tag k="tactile_paving" v="yes"/>
+ <tag k="uic_name" v="Bern"/>
+ <tag k="uic_ref" v="8507000"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3081154350" lat="46.9296713" lon="6.8117235" version="2" timestamp="2014-09-23T10:34:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="489"/>
+ <tag k="name" v="Bevaix"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BV"/>
+ <tag k="uic_name" v="Bevaix"/>
+ <tag k="uic_ref" v="8504206"/>
+ </node>
+ <node id="3081154351" lat="47.2969282" lon="7.1238645" version="2" timestamp="2014-09-23T11:35:47Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="807"/>
+ <tag k="name" v="Bollement"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BOLL"/>
+ <tag k="uic_name" v="Bollement"/>
+ <tag k="uic_ref" v="8500196"/>
+ </node>
+ <node id="3081154352" lat="46.8183368" lon="7.6108506" version="2" timestamp="2014-09-23T11:06:11Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="577"/>
+ <tag k="name" v="Brenzikofen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BK"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Brenzikofen"/>
+ <tag k="uic_ref" v="8508254"/>
+ </node>
+ <node id="3081154353" lat="46.7893743" lon="7.5211556" version="2" timestamp="2014-09-23T11:06:11Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="567"/>
+ <tag k="name" v="Burgistein-Wattenwil"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BWA"/>
+ <tag k="uic_name" v="Burgistein-Wattenwil"/>
+ <tag k="uic_ref" v="8507072"/>
+ </node>
+ <node id="3081154354" lat="47.0985270" lon="7.3186155" version="2" timestamp="2014-09-22T18:09:15Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="437"/>
+ <tag k="farezone:zigzag" v="32"/>
+ <tag k="name" v="Busswil"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BUS"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Busswil"/>
+ <tag k="uic_ref" v="8504415"/>
+ </node>
+ <node id="3081154355" lat="46.9459540" lon="7.3898830" version="3" timestamp="2014-11-03T08:15:05Z" changeset="26520315" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="555"/>
+ <tag k="name" v="Bümpliz Nord"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNBZ"/>
+ <tag k="uic_name" v="Bern Bümpliz Nord"/>
+ <tag k="uic_ref" v="8504489"/>
+ </node>
+ <node id="3081154356" lat="46.9375694" lon="7.3955361" version="4" timestamp="2014-11-11T06:36:30Z" changeset="26703965" uid="65044" user="hugi">
+ <tag k="ele" v="562"/>
+ <tag k="name" v="Bümpliz-Süd"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNBS"/>
+ <tag k="source" v="survey and BAV Bundesamt für Verkehr DIDOK 2014"/>
+ <tag k="uic_name" v="Bern Bümpliz Süd"/>
+ <tag k="uic_ref" v="8504106"/>
+ </node>
+ <node id="3081154357" lat="47.1381978" lon="7.3712158" version="3" timestamp="2015-04-21T16:11:51Z" changeset="30382890" uid="481380" user="Nzara">
+ <tag k="ele" v="443"/>
+ <tag k="name" v="Büren a.A."/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BUER"/>
+ <tag k="uic_name" v="Büren an der Aare"/>
+ <tag k="uic_ref" v="8500221"/>
+ </node>
+ <node id="3081154358" lat="47.0959041" lon="7.5186721" version="2" timestamp="2014-09-23T11:35:48Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="506"/>
+ <tag k="name" v="Büren zum Hof"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BUHO"/>
+ <tag k="uic_name" v="Büren zum Hof"/>
+ <tag k="uic_ref" v="8508062"/>
+ </node>
+ <node id="3081154359" lat="46.7100930" lon="6.5681270" version="2" timestamp="2014-09-23T10:34:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="447"/>
+ <tag k="name" v="Chavornay"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CHV"/>
+ <tag k="uic_name" v="Chavornay"/>
+ <tag k="uic_ref" v="8501112"/>
+ </node>
+ <node id="3081154360" lat="46.9676649" lon="6.8489890" version="2" timestamp="2014-09-23T08:51:06Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="490"/>
+ <tag k="name" v="Colombier"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CLB"/>
+ <tag k="uic_name" v="Colombier"/>
+ <tag k="uic_ref" v="8504209"/>
+ </node>
+ <node id="3081154361" lat="46.9833892" lon="6.8838017" version="2" timestamp="2014-09-23T08:51:06Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="510"/>
+ <tag k="name" v="Corcelles-Peseux"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CP"/>
+ <tag k="uic_name" v="Corcelles-Peseux"/>
+ <tag k="uic_ref" v="8504232"/>
+ </node>
+ <node id="3081154362" lat="46.8288792" lon="6.9572120" version="2" timestamp="2014-09-23T10:34:21Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="451"/>
+ <tag k="name" v="Corcelles-Sud"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CS"/>
+ <tag k="uic_name" v="Corcelles-Sud"/>
+ <tag k="uic_ref" v="8504135"/>
+ </node>
+ <node id="3081154363" lat="46.8342339" lon="6.9580545" version="2" timestamp="2014-09-23T10:34:21Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="451"/>
+ <tag k="name" v="Corcelles-Nord"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CN"/>
+ <tag k="uic_name" v="Corcelles-Nord"/>
+ <tag k="uic_ref" v="8504123"/>
+ </node>
+ <node id="3081154364" lat="47.1933671" lon="7.1446372" version="2" timestamp="2014-09-23T08:51:06Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="660"/>
+ <tag k="name" v="Corgémont"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="COG"/>
+ <tag k="uic_name" v="Corgémont"/>
+ <tag k="uic_ref" v="8504305"/>
+ </node>
+ <node id="3081154365" lat="47.0387280" lon="7.0233932" version="2" timestamp="2014-09-23T08:51:07Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="435"/>
+ <tag k="name" v="Cornaux"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CORN"/>
+ <tag k="uic_name" v="Cornaux"/>
+ <tag k="uic_ref" v="8504223"/>
+ </node>
+ <node id="3081154366" lat="47.2407303" lon="7.3421917" version="2" timestamp="2014-09-22T18:09:16Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="666"/>
+ <tag k="name" v="Court"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CT"/>
+ <tag k="uic_name" v="Court"/>
+ <tag k="uic_ref" v="8500104"/>
+ </node>
+ <node id="3081154367" lat="47.1756680" lon="7.0689412" version="2" timestamp="2014-09-23T08:51:07Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="701"/>
+ <tag k="name" v="Courtelary"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CTY"/>
+ <tag k="uic_name" v="Courtelary"/>
+ <tag k="uic_ref" v="8504307"/>
+ </node>
+ <node id="3081154368" lat="46.8185761" lon="6.9774710" version="2" timestamp="2014-09-23T08:51:07Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="484"/>
+ <tag k="name" v="Cousset"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="COUS"/>
+ <tag k="uic_name" v="Cousset"/>
+ <tag k="uic_ref" v="8504136"/>
+ </node>
+ <node id="3081154369" lat="46.8159940" lon="6.8892761" version="2" timestamp="2014-09-23T08:51:08Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="469"/>
+ <tag k="name" v="Cugy"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CGY"/>
+ <tag k="uic_name" v="Cugy FR"/>
+ <tag k="uic_ref" v="8504133"/>
+ </node>
+ <node id="3081154370" lat="46.8510151" lon="7.1898188" version="2" timestamp="2014-09-23T08:51:08Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="596"/>
+ <tag k="name" v="Düdingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DUED"/>
+ <tag k="uic_name" v="Düdingen"/>
+ <tag k="uic_ref" v="8504101"/>
+ </node>
+ <node id="3081154371" lat="46.7463418" lon="6.6076392" version="2" timestamp="2014-09-23T10:34:22Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="440"/>
+ <tag k="name" v="Ependes"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EP"/>
+ <tag k="uic_name" v="Ependes"/>
+ <tag k="uic_ref" v="8501110"/>
+ </node>
+ <node id="3081154372" lat="46.8445422" lon="6.8429587" version="2" timestamp="2014-09-23T08:51:09Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="463"/>
+ <tag k="name" v="Estavayer-le-Lac"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EST"/>
+ <tag k="uic_name" v="Estavayer-le-Lac"/>
+ <tag k="uic_ref" v="8504132"/>
+ </node>
+ <node id="3081154373" lat="46.8899351" lon="7.3105859" version="1" timestamp="2014-09-17T02:38:30Z" changeset="25491873" uid="481380" user="Nzara">
+ <tag k="ele" v="532"/>
+ <tag k="name" v="Flamatt Dorf"/>
+ <tag k="operator" v="STB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Flamatt Dorf"/>
+ <tag k="uic_ref" v="8504191"/>
+ </node>
+ <node id="3081154374" lat="46.8885369" lon="7.3195920" version="2" timestamp="2014-09-23T08:51:09Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="552"/>
+ <tag k="name" v="Flamatt"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FLM"/>
+ <tag k="uic_name" v="Flamatt"/>
+ <tag k="uic_ref" v="8504103"/>
+ </node>
+ <node id="3081154375" lat="46.8029610" lon="7.1510169" version="3" timestamp="2015-08-07T12:59:09Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="629"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Fribourg - Freiburg"/>
+ <tag k="name:de" v="Freiburg"/>
+ <tag k="name:fr" v="Fribourg"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FRI"/>
+ <tag k="uic_name" v="Fribourg"/>
+ <tag k="uic_ref" v="8504100"/>
+ </node>
+ <node id="3081154376" lat="46.8167343" lon="7.1253253" version="1" timestamp="2014-09-17T02:38:31Z" changeset="25491873" uid="481380" user="Nzara">
+ <tag k="ele" v="617"/>
+ <tag k="name" v="Givisiez"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Givisiez"/>
+ <tag k="uic_ref" v="8504181"/>
+ </node>
+ <node id="3081154377" lat="46.8063263" lon="6.6418440" version="2" timestamp="2014-09-23T10:34:23Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="436"/>
+ <tag k="name" v="Grandson"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GRS"/>
+ <tag k="uic_name" v="Grandson"/>
+ <tag k="uic_ref" v="8504201"/>
+ </node>
+ <node id="3081154378" lat="47.1916477" lon="7.3897044" version="2" timestamp="2014-09-23T11:06:13Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="467"/>
+ <tag k="name" v="Grenchen Nord"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GN"/>
+ <tag k="uic_name" v="Grenchen Nord"/>
+ <tag k="uic_ref" v="8500159"/>
+ </node>
+ <node id="3081154379" lat="46.8319467" lon="7.0660620" version="2" timestamp="2014-09-23T08:51:09Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="612"/>
+ <tag k="name" v="Grolley"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GRO"/>
+ <tag k="uic_name" v="Grolley"/>
+ <tag k="uic_ref" v="8504138"/>
+ </node>
+ <node id="3081154380" lat="46.9042145" lon="7.6347567" version="4" timestamp="2015-04-09T21:38:40Z" changeset="30104729" uid="65044" user="hugi">
+ <tag k="ele" v="743"/>
+ <tag k="name" v="Grosshöchstetten"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GH"/>
+ <tag k="uic_name" v="Grosshöchstetten"/>
+ <tag k="uic_ref" v="8508260"/>
+ </node>
+ <node id="3081154381" lat="46.9343370" lon="7.5054864" version="4" timestamp="2014-12-19T06:44:27Z" changeset="27563598" uid="65044" user="hugi">
+ <tag k="ele" v="562"/>
+ <tag k="name" v="Gümligen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="platforms" v="3"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GUE"/>
+ <tag k="uic_name" v="Gümligen"/>
+ <tag k="uic_ref" v="8507003"/>
+ </node>
+ <node id="3081154382" lat="46.9421946" lon="7.2343399" version="2" timestamp="2014-09-23T11:06:13Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="494"/>
+ <tag k="name" v="Gümmenen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GMM"/>
+ <tag k="uic_name" v="Gümmenen"/>
+ <tag k="uic_ref" v="8504486"/>
+ </node>
+ <node id="3081154383" lat="46.7908501" lon="7.6062157" version="2" timestamp="2014-09-23T11:06:13Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="552"/>
+ <tag k="name" v="Heimberg"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HMB"/>
+ <tag k="uic_name" v="Heimberg"/>
+ <tag k="uic_ref" v="8508253"/>
+ </node>
+ <node id="3081154384" lat="47.0477630" lon="7.5077458" version="2" timestamp="2014-09-23T11:35:49Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="522"/>
+ <tag k="name" v="Jegenstorf"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="JEG"/>
+ <tag k="uic_name" v="Jegenstorf"/>
+ <tag k="uic_ref" v="8508059"/>
+ </node>
+ <node id="3081154385" lat="47.0801412" lon="7.5114367" version="2" timestamp="2014-09-23T11:35:49Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="name" v="Grafenried"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GRRI"/>
+ <tag k="uic_name" v="Grafenried"/>
+ <tag k="uic_ref" v="8508060"/>
+ </node>
+ <node id="3081154386" lat="47.0255068" lon="7.2352046" version="2" timestamp="2014-09-23T08:51:09Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="445"/>
+ <tag k="name" v="Kallnach"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KAL"/>
+ <tag k="uic_name" v="Kallnach"/>
+ <tag k="uic_ref" v="8504402"/>
+ </node>
+ <node id="3081154387" lat="46.9088618" lon="7.4723753" version="3" timestamp="2015-11-22T19:59:04Z" changeset="35516217" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="570"/>
+ <tag k="name" v="Kehrsatz"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KS"/>
+ <tag k="uic_name" v="Kehrsatz"/>
+ <tag k="uic_ref" v="8507077"/>
+ </node>
+ <node id="3081154388" lat="46.9752201" lon="7.1923907" version="2" timestamp="2014-09-23T11:06:15Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="name" v="Kerzers"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KZ"/>
+ <tag k="uic_name" v="Kerzers"/>
+ <tag k="uic_ref" v="8504400"/>
+ </node>
+ <node id="3081154389" lat="46.8807793" lon="7.6214170" version="2" timestamp="2014-09-22T18:09:28Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="663"/>
+ <tag k="name" v="Konolfingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KF"/>
+ <tag k="uic_name" v="Konolfingen"/>
+ <tag k="uic_ref" v="8508202"/>
+ </node>
+ <node id="3081154390" lat="46.9249291" lon="7.4151945" version="3" timestamp="2014-11-04T12:02:04Z" changeset="26546896" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="572"/>
+ <tag k="entrance" v="yes"/>
+ <tag k="name" v="Köniz"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="KOE"/>
+ <tag k="uic_name" v="Köniz"/>
+ <tag k="uic_ref" v="8507083"/>
+ </node>
+ <node id="3081154391" lat="47.0985980" lon="6.8251130" version="3" timestamp="2015-08-07T12:59:10Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="994"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="La Chaux-de-Fonds"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CF"/>
+ <tag k="uic_name" v="Chaux-de-Fonds, La"/>
+ <tag k="uic_ref" v="8504314"/>
+ </node>
+ <node id="3081154392" lat="47.3135756" lon="7.1578727" version="2" timestamp="2014-09-23T11:35:49Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="626"/>
+ <tag k="name" v="La Combe Tabeillon"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="COTA"/>
+ <tag k="uic_name" v="Combe-Tabeillon"/>
+ <tag k="uic_ref" v="8500199"/>
+ </node>
+ <node id="3081154393" lat="47.0628778" lon="7.0952081" version="3" timestamp="2014-11-02T19:02:44Z" changeset="26510618" uid="152074" user="beweta">
+ <tag k="ele" v="434"/>
+ <tag k="name" v="La Neuveville"/>
+ <tag k="name:de" v="Neuenstadt"/>
+ <tag k="name:fr" v="La Neuveville"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NV"/>
+ <tag k="uic_name" v="Neuveville, La"/>
+ <tag k="uic_ref" v="8504226"/>
+ </node>
+ <node id="3081154394" lat="47.0400122" lon="6.8020947" version="2" timestamp="2014-11-30T19:27:33Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="1031"/>
+ <tag k="name" v="La Sagne"/>
+ <tag k="operator" v="TRN"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SAGN"/>
+ <tag k="uic_name" v="Sagne, La"/>
+ <tag k="uic_ref" v="8504385"/>
+ </node>
+ <node id="3081154395" lat="46.8418143" lon="7.3471650" version="2" timestamp="2014-09-23T11:06:15Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="741"/>
+ <tag k="name" v="Lanzenhäusern"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LH"/>
+ <tag k="uic_name" v="Lanzenhäusern"/>
+ <tag k="uic_ref" v="8507088"/>
+ </node>
+ <node id="3081154396" lat="46.9027141" lon="7.2381911" version="1" timestamp="2014-09-17T02:38:33Z" changeset="25491873" uid="481380" user="Nzara">
+ <tag k="ele" v="489"/>
+ <tag k="name" v="Laupen"/>
+ <tag k="operator" v="STB"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Laupen"/>
+ <tag k="uic_ref" v="8504194"/>
+ </node>
+ <node id="3081154398" lat="47.0499443" lon="6.7261169" version="2" timestamp="2014-09-23T08:51:10Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="alt_name" v="Le Locle (Col-des-Roches)"/>
+ <tag k="ele" v="917"/>
+ <tag k="name" v="Le Locle - Col-des-Roches"/>
+ <tag k="official_name" v="Le Locle-Col-des-Roches"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="COL"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Locle-Col-des-Roches, Le"/>
+ <tag k="uic_ref" v="8504317"/>
+ </node>
+ <node id="3081154399" lat="47.0578303" lon="6.7461999" version="2" timestamp="2014-09-23T08:51:10Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="946"/>
+ <tag k="name" v="Le Locle"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LOC"/>
+ <tag k="uic_name" v="Locle, Le"/>
+ <tag k="uic_ref" v="8504316"/>
+ </node>
+ <node id="3081154400" lat="47.0674351" lon="6.7073809" version="3" timestamp="2014-11-30T19:27:34Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="876"/>
+ <tag k="name" v="Les Brenets"/>
+ <tag k="operator" v="TRN"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BREN"/>
+ <tag k="uic_name" v="Brenets, Les"/>
+ <tag k="uic_ref" v="8504392"/>
+ </node>
+ <node id="3081154401" lat="47.2106201" lon="7.0054691" version="2" timestamp="2014-09-23T11:35:50Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="1038"/>
+ <tag k="name" v="Les Breuleux"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BREU"/>
+ <tag k="uic_name" v="Breuleux, Les"/>
+ <tag k="uic_ref" v="8500173"/>
+ </node>
+ <node id="3081154402" lat="47.2243379" lon="7.0833821" version="2" timestamp="2014-09-23T11:35:50Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="1011"/>
+ <tag k="name" v="Les Reussilles"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="REUS"/>
+ <tag k="uic_name" v="Les Reussilles"/>
+ <tag k="uic_ref" v="8500171"/>
+ </node>
+ <node id="3081154403" lat="46.9991344" lon="6.7352272" version="2" timestamp="2014-11-30T19:27:34Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="ele" v="1009"/>
+ <tag k="name" v="Les-Ponts-de-Martel"/>
+ <tag k="operator" v="TRN"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PDM"/>
+ <tag k="uic_name" v="Les Ponts-de-Martel"/>
+ <tag k="uic_ref" v="8504388"/>
+ </node>
+ <node id="3081154404" lat="47.0837974" lon="7.1351220" version="2" timestamp="2014-09-23T10:34:24Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="434"/>
+ <tag k="name" v="Ligerz"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LIG"/>
+ <tag k="uic_name" v="Ligerz"/>
+ <tag k="uic_ref" v="8504227"/>
+ </node>
+ <node id="3081154405" lat="47.0762355" lon="7.3062939" version="4" timestamp="2015-08-07T12:59:11Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="444"/>
+ <tag k="farezone:libero" v="837"/>
+ <tag k="farezone:zigzag" v="32"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Lyss"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LY"/>
+ <tag k="uic_name" v="Lyss"/>
+ <tag k="uic_ref" v="8504414"/>
+ </node>
+ <node id="3081154407" lat="47.0090238" lon="7.0106675" version="2" timestamp="2014-09-23T11:06:16Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="450"/>
+ <tag k="name" v="Marin Epagnier"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MEP"/>
+ <tag k="uic_name" v="Marin-Epagnier"/>
+ <tag k="uic_ref" v="8504481"/>
+ </node>
+ <node id="3081154409" lat="46.5110186" lon="6.4941304" version="3" timestamp="2015-08-07T12:59:12Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="381"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Morges"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MOR"/>
+ <tag k="uic_name" v="Morges"/>
+ <tag k="uic_ref" v="8501037"/>
+ </node>
+ <node id="3081154410" lat="47.2808585" lon="7.3812357" version="2" timestamp="2014-09-22T18:09:33Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="529"/>
+ <tag k="name" v="Moutier"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MOU"/>
+ <tag k="uic_name" v="Moutier"/>
+ <tag k="uic_ref" v="8500105"/>
+ </node>
+ <node id="3081154411" lat="46.9254349" lon="7.1153109" version="2" timestamp="2014-09-23T08:51:11Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="448"/>
+ <tag k="name" v="Murten / Morat"/>
+ <tag k="name:de" v="Murten"/>
+ <tag k="name:fr" v="Morat"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MRT"/>
+ <tag k="uic_name" v="Murten"/>
+ <tag k="uic_ref" v="8504128"/>
+ </node>
+ <node id="3081154412" lat="47.0213304" lon="7.4519321" version="2" timestamp="2014-09-22T18:09:34Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="554"/>
+ <tag k="name" v="Münchenbuchsee"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="platforms" v="2"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MUEB"/>
+ <tag k="uic_name" v="Münchenbuchsee"/>
+ <tag k="uic_ref" v="8504411"/>
+ </node>
+ <node id="3081154413" lat="46.8735617" lon="7.5594742" version="3" timestamp="2015-08-07T12:59:12Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="531"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Münsingen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="platforms" v="3"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MS"/>
+ <tag k="uic_name" v="Münsingen"/>
+ <tag k="uic_ref" v="8507006"/>
+ </node>
+ <node id="3081154414" lat="46.9965783" lon="6.9358276" version="3" timestamp="2015-08-07T12:59:13Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="479"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Neuchâtel"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NE"/>
+ <tag k="uic_name" v="Neuchâtel"/>
+ <tag k="uic_ref" v="8504221"/>
+ </node>
+ <node id="3081154415" lat="46.8939689" lon="7.2997201" version="1" timestamp="2014-09-17T02:38:35Z" changeset="25491873" uid="481380" user="Nzara">
+ <tag k="ele" v="524"/>
+ <tag k="name" v="Neuenegg"/>
+ <tag k="operator" v="STB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Neuenegg"/>
+ <tag k="uic_ref" v="8504192"/>
+ </node>
+ <node id="3081154416" lat="46.8864759" lon="7.3883820" version="2" timestamp="2014-09-23T11:06:17Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="656"/>
+ <tag k="name" v="Niederscherli"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NS"/>
+ <tag k="uic_name" v="Niederscherli"/>
+ <tag k="uic_ref" v="8507086"/>
+ </node>
+ <node id="3081154417" lat="46.8391878" lon="7.6179271" version="2" timestamp="2014-09-23T11:06:18Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="604"/>
+ <tag k="name" v="Oberdiessbach"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OD"/>
+ <tag k="uic_name" v="Oberdiessbach"/>
+ <tag k="uic_ref" v="8508255"/>
+ </node>
+ <node id="3081154418" lat="46.9567757" lon="7.4814383" version="2" timestamp="2014-09-22T18:09:37Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="558"/>
+ <tag k="name" v="Ostermundigen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OST"/>
+ <tag k="uic_name" v="Ostermundigen"/>
+ <tag k="uic_ref" v="8507002"/>
+ </node>
+ <node id="3081154419" lat="46.8196558" lon="6.9398245" version="2" timestamp="2014-09-23T08:51:11Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="452"/>
+ <tag k="name" v="Payerne"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PAY"/>
+ <tag k="uic_name" v="Payerne"/>
+ <tag k="uic_ref" v="8504134"/>
+ </node>
+ <node id="3081154421" lat="47.2770992" lon="7.0585354" version="2" timestamp="2014-09-23T11:35:51Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="928"/>
+ <tag k="name" v="Pré-Petitjean"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="PREP"/>
+ <tag k="uic_name" v="Pré-Petitjean"/>
+ <tag k="uic_ref" v="8500194"/>
+ </node>
+ <node id="3081154422" lat="47.2351534" lon="7.2275666" version="2" timestamp="2014-09-22T18:09:38Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="728"/>
+ <tag k="name" v="Reconvilier"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="REC"/>
+ <tag k="uic_name" v="Reconvilier"/>
+ <tag k="uic_ref" v="8500101"/>
+ </node>
+ <node id="3081154423" lat="47.1256562" lon="6.9252298" version="2" timestamp="2014-09-23T08:51:12Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="907"/>
+ <tag k="name" v="Renan"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RE"/>
+ <tag k="uic_name" v="Renan BE"/>
+ <tag k="uic_ref" v="8504312"/>
+ </node>
+ <node id="3081154424" lat="47.1897704" lon="7.2470762" version="3" timestamp="2015-05-07T10:24:10Z" changeset="30868618" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="596"/>
+ <tag k="name" v="Reuchenette-Péry"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="REU"/>
+ <tag k="uic_name" v="Reuchenette-Péry"/>
+ <tag k="uic_ref" v="8504302"/>
+ </node>
+ <node id="3081154425" lat="46.9342799" lon="7.2968405" version="2" timestamp="2014-09-23T11:06:18Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="580"/>
+ <tag k="name" v="Rosshäusern"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ROSS"/>
+ <tag k="uic_name" v="Rosshäusern"/>
+ <tag k="uic_ref" v="8504487"/>
+ </node>
+ <node id="3081154426" lat="46.8991922" lon="7.5452906" version="2" timestamp="2014-09-22T18:09:40Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="549"/>
+ <tag k="name" v="Rubigen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RUB"/>
+ <tag k="uic_name" v="Rubigen"/>
+ <tag k="uic_ref" v="8507005"/>
+ </node>
+ <node id="3081154427" lat="47.2547173" lon="6.9943025" version="2" timestamp="2014-09-23T11:35:51Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="982"/>
+ <tag k="name" v="Saignelégier"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SAIG"/>
+ <tag k="uic_name" v="Saignelégier"/>
+ <tag k="uic_ref" v="8500191"/>
+ </node>
+ <node id="3081154428" lat="47.0120851" lon="6.9846917" version="3" timestamp="2015-11-26T13:30:14Z" changeset="35591024" uid="225842" user="schnelli">
+ <tag k="ele" v="432"/>
+ <tag k="name" v="Saint Blaise-Lac"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SBLB"/>
+ <tag k="uic_name" v="St-Blaise-Lac"/>
+ <tag k="uic_ref" v="8504480"/>
+ </node>
+ <node id="3081154429" lat="47.0145305" lon="6.9821423" version="3" timestamp="2015-11-27T07:31:57Z" changeset="35605930" uid="225842" user="schnelli">
+ <tag k="ele" v="464"/>
+ <tag k="name" v="Saint-Blaise CFF"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SBL"/>
+ <tag k="uic_name" v="Saint-Blaise CFF"/>
+ <tag k="uic_ref" v="8504222"/>
+ </node>
+ <node id="3081154430" lat="46.3922258" lon="6.8058748" version="2" timestamp="2014-09-23T10:34:28Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="390"/>
+ <tag k="name" v="Saint-Gingolph"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STGI"/>
+ <tag k="uic_name" v="St-Gingolph (Suisse)"/>
+ <tag k="uic_ref" v="8501428"/>
+ </node>
+ <node id="3081154431" lat="46.8189833" lon="7.3426894" version="2" timestamp="2014-09-23T11:06:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="792"/>
+ <tag k="name" v="Schwarzenburg"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCBG"/>
+ <tag k="uic_name" v="Schwarzenburg"/>
+ <tag k="uic_ref" v="8507089"/>
+ </node>
+ <node id="3081154432" lat="47.0190769" lon="7.4988277" version="2" timestamp="2014-09-22T18:09:42Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="526"/>
+ <tag k="name" v="Schönbühl SBB"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCHB"/>
+ <tag k="uic_name" v="Schönbühl SBB"/>
+ <tag k="uic_ref" v="8508001"/>
+ </node>
+ <node id="3081154433" lat="47.0418533" lon="7.3862152" version="2" timestamp="2014-09-22T18:09:42Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="519"/>
+ <tag k="name" v="Schüpfen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCUE"/>
+ <tag k="uic_name" v="Schüpfen"/>
+ <tag k="uic_ref" v="8504412"/>
+ </node>
+ <node id="3081154434" lat="46.7868864" lon="7.5403221" version="2" timestamp="2014-09-23T11:06:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="578"/>
+ <tag k="name" v="Seftigen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SF"/>
+ <tag k="uic_name" v="Seftigen"/>
+ <tag k="uic_ref" v="8507071"/>
+ </node>
+ <node id="3081154435" lat="47.1952271" lon="7.1688974" version="2" timestamp="2014-09-23T08:51:12Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="653"/>
+ <tag k="name" v="Sonceboz-Sombeval"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCB"/>
+ <tag k="uic_name" v="Sonceboz-Sombeval"/>
+ <tag k="uic_ref" v="8504304"/>
+ </node>
+ <node id="3081154436" lat="47.1412880" lon="6.9695164" version="2" timestamp="2014-09-23T08:51:12Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="836"/>
+ <tag k="name" v="Sonvilier"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SV"/>
+ <tag k="uic_name" v="Sonvilier"/>
+ <tag k="uic_ref" v="8504311"/>
+ </node>
+ <node id="3081154437" lat="47.1517171" lon="7.0010241" version="2" timestamp="2014-09-23T08:51:12Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="793"/>
+ <tag k="name" v="St-Imier"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STI"/>
+ <tag k="uic_name" v="St-Imier"/>
+ <tag k="uic_ref" v="8504310"/>
+ </node>
+ <node id="3081154438" lat="46.8708592" lon="7.6228198" version="2" timestamp="2014-09-23T11:06:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="654"/>
+ <tag k="name" v="Stalden"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STAL"/>
+ <tag k="uic_name" v="Stalden i.E."/>
+ <tag k="uic_ref" v="8508256"/>
+ </node>
+ <node id="3081154439" lat="46.7728137" lon="7.6153051" version="2" timestamp="2014-09-23T11:06:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="563"/>
+ <tag k="name" v="Steffisburg"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STEF"/>
+ <tag k="uic_name" v="Steffisburg"/>
+ <tag k="uic_ref" v="8508251"/>
+ </node>
+ <node id="3081154440" lat="47.0585026" lon="7.3389623" version="2" timestamp="2014-09-22T18:09:45Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="476"/>
+ <tag k="name" v="Suberg-Grossaffoltern"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SUB"/>
+ <tag k="uic_name" v="Suberg-Grossaffoltern"/>
+ <tag k="uic_ref" v="8504413"/>
+ </node>
+ <node id="3081154441" lat="47.2198981" lon="7.2015537" version="2" timestamp="2014-09-22T18:09:45Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="754"/>
+ <tag k="name" v="Tavannes"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TA"/>
+ <tag k="uic_name" v="Tavannes"/>
+ <tag k="uic_ref" v="8500100"/>
+ </node>
+ <node id="3081154442" lat="46.7548621" lon="7.6297325" version="3" timestamp="2015-08-07T12:59:17Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="560"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Thun"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TH"/>
+ <tag k="uic_name" v="Thun"/>
+ <tag k="uic_ref" v="8507100"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3081154443" lat="46.8134871" lon="7.5138400" version="2" timestamp="2014-09-23T11:06:19Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="550"/>
+ <tag k="name" v="Thurnen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="THU"/>
+ <tag k="uic_name" v="Thurnen"/>
+ <tag k="uic_ref" v="8507073"/>
+ </node>
+ <node id="3081154444" lat="46.8936923" lon="7.3520402" version="2" timestamp="2014-09-23T08:51:12Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="575"/>
+ <tag k="name" v="Thörishaus Dorf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="THOD"/>
+ <tag k="uic_name" v="Thörishaus Dorf"/>
+ <tag k="uic_ref" v="8504115"/>
+ </node>
+ <node id="3081154445" lat="46.8586018" lon="7.4960223" version="3" timestamp="2015-10-07T10:44:44Z" changeset="34487679" uid="2685446" user="bkri">
+ <tag k="ele" v="528"/>
+ <tag k="name" v="Toffen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TO"/>
+ <tag k="uic_name" v="Toffen"/>
+ <tag k="uic_ref" v="8507075"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3081154446" lat="47.2228542" lon="7.1043696" version="4" timestamp="2015-05-22T12:12:07Z" changeset="31359595" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="888"/>
+ <tag k="name" v="Tramelan"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TRAM"/>
+ <tag k="toilets:wheelchair" v="yes"/>
+ <tag k="uic_name" v="Tramelan"/>
+ <tag k="uic_ref" v="8500170"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3081154447" lat="47.0936589" lon="7.1564016" version="2" timestamp="2014-09-23T08:51:13Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="434"/>
+ <tag k="name" v="Twann"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TWN"/>
+ <tag k="uic_name" v="Twann"/>
+ <tag k="uic_ref" v="8504228"/>
+ </node>
+ <node id="3081154448" lat="46.8822627" lon="7.5807765" version="2" timestamp="2014-09-22T18:09:47Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="644"/>
+ <tag k="name" v="Tägertschi"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TI"/>
+ <tag k="uic_name" v="Tägertschi"/>
+ <tag k="uic_ref" v="8508201"/>
+ </node>
+ <node id="3081154449" lat="46.7749109" lon="7.5727054" version="2" timestamp="2014-09-23T11:06:20Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="554"/>
+ <tag k="name" v="Uetendorf"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UE"/>
+ <tag k="uic_name" v="Uetendorf"/>
+ <tag k="uic_ref" v="8507070"/>
+ </node>
+ <node id="3081154450" lat="46.7942886" lon="7.5825683" version="2" timestamp="2014-09-22T18:09:47Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="545"/>
+ <tag k="name" v="Uttigen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UTI"/>
+ <tag k="uic_name" v="Uttigen"/>
+ <tag k="uic_ref" v="8507009"/>
+ </node>
+ <node id="3081154452" lat="46.9286949" lon="7.4457491" version="4" timestamp="2015-11-22T19:59:04Z" changeset="35516217" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="560"/>
+ <tag k="name" v="Wabern"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WBB"/>
+ <tag k="source" v="Bing"/>
+ <tag k="uic_name" v="Wabern bei Bern"/>
+ <tag k="uic_ref" v="8507078"/>
+ </node>
+ <node id="3081154453" lat="46.9668342" lon="7.4642202" version="3" timestamp="2015-08-07T12:59:06Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="549"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Wankdorf"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNWD"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Bern Wankdorf"/>
+ <tag k="uic_ref" v="8516161"/>
+ </node>
+ <node id="3081154454" lat="46.8416291" lon="7.5689139" version="2" timestamp="2014-09-22T18:09:50Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="530"/>
+ <tag k="name" v="Wichtrach"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="platforms" v="2"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WCH"/>
+ <tag k="uic_name" v="Wichtrach"/>
+ <tag k="uic_ref" v="8507007"/>
+ </node>
+ <node id="3081154455" lat="46.9152286" lon="7.5650095" version="2" timestamp="2014-09-22T18:09:51Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="607"/>
+ <tag k="name" v="Worb SBB"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WB"/>
+ <tag k="uic_name" v="Worb SBB"/>
+ <tag k="uic_ref" v="8508200"/>
+ </node>
+ <node id="3081154456" lat="46.9792613" lon="7.4578175" version="2" timestamp="2014-09-23T11:35:53Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="520"/>
+ <tag k="name" v="Worblaufen"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WBL"/>
+ <tag k="uic_name" v="Worblaufen"/>
+ <tag k="uic_ref" v="8508054"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3081154457" lat="46.7814422" lon="6.6409615" version="3" timestamp="2015-08-07T12:59:19Z" changeset="33179968" uid="1623234" user="Garstig">
+ <tag k="ele" v="435"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Yverdon-les-Bains"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="YV"/>
+ <tag k="uic_name" v="Yverdon-les-Bains"/>
+ <tag k="uic_ref" v="8504200"/>
+ </node>
+ <node id="3081154458" lat="46.8008222" lon="6.7467029" version="2" timestamp="2014-09-23T10:34:30Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="434"/>
+ <tag k="name" v="Yvonand"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="YND"/>
+ <tag k="uic_name" v="Yvonand"/>
+ <tag k="uic_ref" v="8504130"/>
+ </node>
+ <node id="3081154459" lat="47.0019643" lon="7.4629576" version="2" timestamp="2014-09-22T18:09:51Z" changeset="25609153" uid="481380" user="Nzara">
+ <tag k="ele" v="560"/>
+ <tag k="name" v="Zollikofen"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZOL"/>
+ <tag k="uic_name" v="Zollikofen"/>
+ <tag k="uic_ref" v="8504410"/>
+ </node>
+ <node id="3092099794" lat="47.2517715" lon="7.8149354" version="1" timestamp="2014-09-23T08:52:17Z" changeset="25620296" uid="481380" user="Nzara">
+ <tag k="ele" v="432"/>
+ <tag k="name" v="Roggwil-Wynau"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ROG"/>
+ <tag k="uic_name" v="Roggwil-Wynau"/>
+ <tag k="uic_ref" v="8508101"/>
+ </node>
+ <node id="3092179807" lat="45.8321293" lon="9.0318628" version="2" timestamp="2015-01-05T18:37:49Z" changeset="27939305" uid="2265854" user="G4rp">
+ <tag k="name" v="Chiasso"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CHI"/>
+ <tag k="uic_name" v="Chiasso"/>
+ <tag k="uic_ref" v="8505307"/>
+ <tag k="wikipedia" v="it:Stazione di Chiasso"/>
+ </node>
+ <node id="3092219558" lat="47.2855507" lon="7.4507618" version="1" timestamp="2014-09-23T11:06:09Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="645"/>
+ <tag k="name" v="Corcelles BE"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CORC"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Corcelles BE"/>
+ <tag k="uic_ref" v="8500266"/>
+ </node>
+ <node id="3092219559" lat="47.2855578" lon="7.4352289" version="1" timestamp="2014-09-23T11:06:09Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="624"/>
+ <tag k="name" v="Crémines"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CREM"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Crémines"/>
+ <tag k="uic_ref" v="8500267"/>
+ </node>
+ <node id="3092219560" lat="47.0092851" lon="7.0576472" version="1" timestamp="2014-09-23T11:06:09Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="433"/>
+ <tag k="name" v="Gampelen"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GP"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Gampelen"/>
+ <tag k="uic_ref" v="8504482"/>
+ </node>
+ <node id="3092219561" lat="47.2835610" lon="7.4218355" version="1" timestamp="2014-09-23T11:06:09Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="601"/>
+ <tag k="name" v="Grandval"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GVAL"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Grandval"/>
+ <tag k="uic_ref" v="8500268"/>
+ </node>
+ <node id="3092219562" lat="46.9945311" lon="7.6566752" version="1" timestamp="2014-09-23T11:06:09Z" changeset="25621992" uid="481380" user="Nzara">
+ <tag k="ele" v="606"/>
+ <tag k="name" v="Schafhausen im Emmental"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SHIE"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Schafhausen i.E."/>
+ <tag k="uic_ref" v="8508264"/>
+ </node>
+ <node id="3092246463" lat="47.2160463" lon="7.5498118" version="2" timestamp="2014-11-28T15:02:48Z" changeset="27091772" uid="2490840" user="flm_asm">
+ <tag k="ele" v="441"/>
+ <tag k="name" v="St. Katharinen"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STKA"/>
+ <tag k="uic_name" v="St. Katharinen"/>
+ <tag k="uic_ref" v="8500273"/>
+ </node>
+ <node id="3095343997" lat="47.0174914" lon="8.3068027" version="2" timestamp="2014-09-27T12:19:35Z" changeset="25704580" uid="481380" user="Nzara">
+ <tag k="ele" v="442"/>
+ <tag k="name" v="Horw"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HW"/>
+ <tag k="uic_name" v="Horw"/>
+ <tag k="uic_ref" v="8508319"/>
+ </node>
+ <node id="3095367597" lat="46.9826058" lon="8.3101080" version="3" timestamp="2014-09-27T12:19:34Z" changeset="25704580" uid="481380" user="Nzara">
+ <tag k="ele" v="449"/>
+ <tag k="name" v="Hergiswil"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HGW"/>
+ <tag k="uic_name" v="Hergiswil"/>
+ <tag k="uic_ref" v="8508318"/>
+ </node>
+ <node id="3095850718" lat="46.9763170" lon="8.3366667" version="2" timestamp="2014-09-27T12:19:35Z" changeset="25704580" uid="481380" user="Nzara">
+ <tag k="ele" v="438"/>
+ <tag k="name" v="Stansstad"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SSTA"/>
+ <tag k="uic_name" v="Stansstad"/>
+ <tag k="uic_ref" v="8508390"/>
+ </node>
+ <node id="3096774485" lat="46.9584477" lon="8.3666014" version="5" timestamp="2015-07-24T16:09:24Z" changeset="32853409" uid="719152" user="Lynx87">
+ <tag k="ele" v="454"/>
+ <tag k="name" v="Stans"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STAN"/>
+ <tag k="toilets:wheelchair" v="yes"/>
+ <tag k="uic_name" v="Stans"/>
+ <tag k="uic_ref" v="8508391"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3096963294" lat="46.9337597" lon="8.3919197" version="2" timestamp="2014-09-27T12:19:34Z" changeset="25704580" uid="481380" user="Nzara">
+ <tag k="ele" v="486"/>
+ <tag k="name" v="Dallenwil"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DAL"/>
+ <tag k="uic_name" v="Dallenwil"/>
+ <tag k="uic_ref" v="8508392"/>
+ </node>
+ <node id="3097149275" lat="46.9078303" lon="8.3948272" version="2" timestamp="2014-09-27T12:19:35Z" changeset="25704580" uid="481380" user="Nzara">
+ <tag k="ele" v="514"/>
+ <tag k="name" v="Wolfenschiessen"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WOS"/>
+ <tag k="uic_name" v="Wolfenschiessen"/>
+ <tag k="uic_ref" v="8508394"/>
+ </node>
+ <node id="3097782203" lat="46.8195260" lon="8.4026245" version="2" timestamp="2014-09-27T12:19:34Z" changeset="25704580" uid="481380" user="Nzara">
+ <tag k="ele" v="1002"/>
+ <tag k="name" v="Engelberg"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="EBG"/>
+ <tag k="uic_name" v="Engelberg"/>
+ <tag k="uic_ref" v="8508399"/>
+ </node>
+ <node id="3103498752" lat="46.9550597" lon="8.2777670" version="2" timestamp="2014-10-01T15:50:01Z" changeset="25792554" uid="481380" user="Nzara">
+ <tag k="ele" v="436"/>
+ <tag k="name" v="Alpnachstad"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="AST"/>
+ <tag k="uic_name" v="Alpnachstad"/>
+ <tag k="uic_ref" v="8508317"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3103498753" lat="46.9553412" lon="8.2770736" version="2" timestamp="2015-10-30T12:10:23Z" changeset="34971091" uid="452231" user="balducien">
+ <tag k="ele" v="436"/>
+ <tag k="name" v="Alpnachstad PB"/>
+ <tag k="operator" v="PB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Alpnachstad PB"/>
+ <tag k="uic_ref" v="8508458"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3103520832" lat="46.9405511" lon="8.2754526" version="3" timestamp="2015-08-24T19:48:25Z" changeset="33556093" uid="1187489" user="Eyewall ZRH">
+ <tag k="ele" v="452"/>
+ <tag k="name" v="Alpnach Dorf"/>
+ <tag k="operator" v="ZB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ADF"/>
+ <tag k="uic_name" v="Alpnach Dorf"/>
+ <tag k="uic_ref" v="8508316"/>
+ </node>
+ <node id="3110640831" lat="46.0239275" lon="7.7485969" version="1" timestamp="2014-10-04T08:02:41Z" changeset="25846791" uid="481380" user="Nzara">
+ <tag k="ele" v="1605"/>
+ <tag k="name" v="Zermatt GGB"/>
+ <tag k="operator" v="GGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Zermatt GGB"/>
+ <tag k="uic_ref" v="8501690"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3110648194" lat="46.0096193" lon="7.7488491" version="1" timestamp="2014-10-04T08:16:28Z" changeset="25846956" uid="481380" user="Nzara">
+ <tag k="ele" v="1770"/>
+ <tag k="name" v="Findelbach"/>
+ <tag k="operator" v="GGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Findelbach"/>
+ <tag k="uic_ref" v="8501679"/>
+ </node>
+ <node id="3110648195" lat="45.9832554" lon="7.7821690" version="2" timestamp="2014-10-19T14:15:52Z" changeset="26193136" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="3089"/>
+ <tag k="name" v="Gornergrat"/>
+ <tag k="operator" v="GGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Gornergrat"/>
+ <tag k="uic_ref" v="8501694"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3110648197" lat="46.0048090" lon="7.7539585" version="1" timestamp="2014-10-04T08:16:28Z" changeset="25846956" uid="481380" user="Nzara">
+ <tag k="ele" v="2210"/>
+ <tag k="name" v="Riffelalp"/>
+ <tag k="operator" v="GGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Riffelalp"/>
+ <tag k="uic_ref" v="8501691"/>
+ </node>
+ <node id="3110648198" lat="45.9929446" lon="7.7550827" version="3" timestamp="2015-08-30T16:04:35Z" changeset="33685237" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="2582"/>
+ <tag k="name" v="Riffelberg"/>
+ <tag k="operator" v="GGB"/>
+ <tag k="place" v="hamlet"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Riffelberg"/>
+ <tag k="uic_ref" v="8501692"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3114699244" lat="45.8498651" lon="8.9444411" version="2" timestamp="2014-11-30T09:41:56Z" changeset="27127337" uid="481380" user="Nzara">
+ <tag k="ele" v="344"/>
+ <tag k="name" v="Stabio"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STAF"/>
+ <tag k="uic_name" v="Stabio"/>
+ <tag k="uic_ref" v="8517519"/>
+ </node>
+ <node id="3114762827" lat="46.6904478" lon="7.8689965" version="3" timestamp="2014-10-10T12:23:23Z" changeset="25981813" uid="481380" user="Nzara">
+ <tag k="ele" v="567"/>
+ <tag k="name" v="Interlaken Ost"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="IO"/>
+ <tag k="uic_name" v="Interlaken Ost"/>
+ <tag k="uic_ref" v="8507492"/>
+ </node>
+ <node id="3118134977" lat="46.6210380" lon="8.5709538" version="1" timestamp="2014-10-08T09:40:52Z" changeset="25935495" uid="481380" user="Nzara">
+ <tag k="ele" v="1452"/>
+ <tag k="name" v="Hospental"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Hospental"/>
+ <tag k="uic_ref" v="8505164"/>
+ </node>
+ <node id="3118134978" lat="46.6424093" lon="8.6129228" version="1" timestamp="2014-10-08T09:40:52Z" changeset="25935495" uid="481380" user="Nzara">
+ <tag k="ele" v="1843"/>
+ <tag k="name" v="Nätschen"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Nätschen"/>
+ <tag k="uic_ref" v="8505170"/>
+ </node>
+ <node id="3136256208" lat="47.0400002" lon="9.0715056" version="2" timestamp="2015-10-29T16:00:26Z" changeset="34952521" uid="452231" user="balducien">
+ <tag k="addr:city" v="Glarus"/>
+ <tag k="addr:postcode" v="8750"/>
+ <tag k="addr:street" v="Schweizerhofstrasse"/>
+ <tag k="name" v="Glarus"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Glarus"/>
+ <tag k="uic_ref" v="8503230"/>
+ </node>
+ <node id="3140659099" lat="45.9112025" lon="9.0013791" version="1" timestamp="2014-10-20T20:33:46Z" changeset="26222355" uid="2265854" user="G4rp">
+ <tag k="ele" v="1221"/>
+ <tag k="electrified" v="contact_line"/>
+ <tag k="name" v="Bellavista"/>
+ <tag k="operator" v="Ferrovia Monte Generoso SA"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_ref" v="8505373"/>
+ </node>
+ <node id="3140659104" lat="45.8862798" lon="8.9888747" version="1" timestamp="2014-10-20T20:33:46Z" changeset="26222355" uid="2265854" user="G4rp">
+ <tag k="ele" v="701"/>
+ <tag k="electrified" v="contact_line"/>
+ <tag k="name" v="San Nicolao"/>
+ <tag k="operator" v="Ferrovia Monte Generoso SA"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_ref" v="8505372"/>
+ </node>
+ <node id="3140659105" lat="45.9029952" lon="8.9788325" version="2" timestamp="2015-03-02T21:32:04Z" changeset="29209270" uid="2265854" user="G4rp">
+ <tag k="alt_name" v="Capolago Lago"/>
+ <tag k="ele" v="274"/>
+ <tag k="name" v="Capolago FFS"/>
+ <tag k="operator" v="Ferrovia Monte Generoso SA"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Capolago Lago"/>
+ <tag k="uic_ref" v="8505367"/>
+ <tag k="wikidata" v="Q354045"/>
+ <tag k="wikipedia" v="it:Ferrovia Monte Generoso"/>
+ </node>
+ <node id="3142358425" lat="45.8467632" lon="9.0051129" version="3" timestamp="2015-03-14T10:52:58Z" changeset="29468594" uid="2265854" user="G4rp">
+ <tag k="name" v="Balerna"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BAL"/>
+ <tag k="uic_name" v="Balerna"/>
+ <tag k="uic_ref" v="8505306"/>
+ <tag k="wikidata" v="Q3968955"/>
+ <tag k="wikipedia" v="it:Stazione di Balerna"/>
+ </node>
+ <node id="3154868043" lat="46.6600932" lon="8.6707866" version="1" timestamp="2014-10-28T19:28:13Z" changeset="26396058" uid="481380" user="Nzara">
+ <tag k="ele" v="2033"/>
+ <tag k="name" v="Oberalppass"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OBAL"/>
+ <tag k="uic_name" v="Oberalppass"/>
+ <tag k="uic_ref" v="8505172"/>
+ </node>
+ <node id="3156502888" lat="46.6810494" lon="8.7697979" version="1" timestamp="2014-10-29T17:44:18Z" changeset="26417872" uid="481380" user="Nzara">
+ <tag k="ele" v="1441"/>
+ <tag k="name" v="Sedrun"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Sedrun"/>
+ <tag k="uic_ref" v="8505176"/>
+ <tag k="wikipedia" v="en:Sedrun railway station"/>
+ </node>
+ <node id="3156558654" lat="46.7050880" lon="8.8551821" version="3" timestamp="2014-12-10T13:14:22Z" changeset="27376598" uid="152074" user="beweta">
+ <tag k="ele" v="1130"/>
+ <tag k="name" v="Disentis/Mustér"/>
+ <tag k="name:de" v="Disentis"/>
+ <tag k="name:rm" v="Mustér"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Disentis/Mustér"/>
+ <tag k="uic_ref" v="8509179"/>
+ <tag k="wikipedia" v="en:Disentis/Mustér railway station"/>
+ </node>
+ <node id="3158020539" lat="46.3752555" lon="8.0917261" version="2" timestamp="2015-08-19T15:38:56Z" changeset="33442588" uid="311036" user="haavee">
+ <tag k="ele" v="895"/>
+ <tag k="name" v="Grengiols"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Grengiols"/>
+ <tag k="uic_ref" v="8501674"/>
+ </node>
+ <node id="3158020540" lat="46.3869146" lon="8.1171393" version="2" timestamp="2014-12-03T09:36:39Z" changeset="27196063" uid="311036" user="haavee">
+ <tag k="ele" v="1045"/>
+ <tag k="name" v="Lax"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Lax"/>
+ <tag k="uic_ref" v="8501673"/>
+ </node>
+ <node id="3158045228" lat="46.4031084" lon="8.1326787" version="1" timestamp="2014-10-30T15:58:55Z" changeset="26440514" uid="481380" user="Nzara">
+ <tag k="ele" v="1067"/>
+ <tag k="name" v="Fiesch"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Fiesch"/>
+ <tag k="uic_ref" v="8501672"/>
+ </node>
+ <node id="3158045230" lat="46.4116660" lon="8.1521352" version="4" timestamp="2015-08-19T15:01:19Z" changeset="33441906" uid="311036" user="haavee">
+ <tag k="ele" v="1201"/>
+ <tag k="name" v="Fürgangen-Bellwald"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Fürgangen-Bellwald Talstation"/>
+ <tag k="uic_ref" v="8501671"/>
+ </node>
+ <node id="3158061219" lat="46.4853975" lon="8.2664861" version="1" timestamp="2014-10-30T16:13:17Z" changeset="26441214" uid="481380" user="Nzara">
+ <tag k="ele" v="1359"/>
+ <tag k="name" v="Münster"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Münster VS"/>
+ <tag k="uic_ref" v="8501665"/>
+ </node>
+ <node id="3158061220" lat="46.4682345" lon="8.2438359" version="1" timestamp="2014-10-30T16:13:17Z" changeset="26441214" uid="481380" user="Nzara">
+ <tag k="ele" v="1315"/>
+ <tag k="name" v="Reckingen"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Reckingen"/>
+ <tag k="uic_ref" v="8501666"/>
+ </node>
+ <node id="3158078844" lat="46.3562170" lon="8.0470549" version="1" timestamp="2014-10-30T16:36:54Z" changeset="26442144" uid="481380" user="Nzara">
+ <tag k="ele" v="762"/>
+ <tag k="name" v="Mörel"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Mörel"/>
+ <tag k="uic_ref" v="8501676"/>
+ </node>
+ <node id="3158326264" lat="46.3189999" lon="7.9878948" version="3" timestamp="2014-12-23T18:08:15Z" changeset="27655221" uid="481380" user="Nzara">
+ <tag k="ele" v="690"/>
+ <tag k="name" v="Brig Bahnhofplatz"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Brig Bahnhofplatz"/>
+ <tag k="uic_ref" v="8515296"/>
+ </node>
+ <node id="3161728535" lat="46.4833339" lon="6.9099352" version="1" timestamp="2014-11-01T21:33:45Z" changeset="26491703" uid="40504" user="mathieuS">
+ <tag k="ele" v="1348"/>
+ <tag k="name" v="Les Pléiades"/>
+ <tag k="operator" v="MVR"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Pléiades, Les"/>
+ <tag k="uic_ref" v="8501288"/>
+ </node>
+ <node id="3178411620" lat="46.9238354" lon="7.4425754" version="1" timestamp="2014-11-10T08:10:08Z" changeset="26682283" uid="2438331" user="MichelBernmobil">
+ <tag k="ele" v="833"/>
+ <tag k="name" v="Grünenboden"/>
+ <tag k="operator" v="GB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Grünenboden"/>
+ <tag k="uic_ref" v="8507099"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3189849099" lat="47.6950364" lon="8.5745009" version="2" timestamp="2015-11-06T09:05:47Z" changeset="35121156" uid="481380" user="Nzara">
+ <tag k="name" v="Beringen Bad"/>
+ <tag k="operator" v="DB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref:CH" v="BERB"/>
+ <tag k="railway:ref:DBAG" v="RBE"/>
+ <tag k="uic_name" v="Beringen Bad Bf"/>
+ <tag k="uic_ref" v="8503464"/>
+ </node>
+ <node id="3189849100" lat="47.6892774" lon="8.4948060" version="1" timestamp="2014-11-16T11:17:59Z" changeset="26819378" uid="481380" user="Nzara">
+ <tag k="name" v="Neunkirch"/>
+ <tag k="operator" v="DB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref:DBAG" v="RNK"/>
+ <tag k="railway:ref:SBB" v="NEUK"/>
+ <tag k="uic_name" v="Neunkirch"/>
+ <tag k="uic_ref" v="8503465"/>
+ </node>
+ <node id="3200044857" lat="47.0518862" lon="7.0395403" version="1" timestamp="2014-11-22T15:24:53Z" changeset="26953834" uid="481380" user="Nzara">
+ <tag k="ele" v="436"/>
+ <tag k="name" v="Cressier NE"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CRNE"/>
+ <tag k="uic_name" v="Cressier NE"/>
+ <tag k="uic_ref" v="8504224"/>
+ </node>
+ <node id="3203077677" lat="47.0096925" lon="8.4829828" version="2" timestamp="2015-10-29T16:36:13Z" changeset="34953235" uid="452231" user="balducien">
+ <tag k="name" v="Vitznau"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Vitznau"/>
+ <tag k="uic_ref" v="8508464"/>
+ </node>
+ <node id="3209168860" lat="47.2200866" lon="7.5548916" version="2" timestamp="2014-11-30T20:00:54Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="name" v="Feldbrunnen"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FEBR"/>
+ <tag k="uic_name" v="Feldbrunnen"/>
+ <tag k="uic_ref" v="8500274"/>
+ </node>
+ <node id="3209170926" lat="47.2309939" lon="7.5726639" version="2" timestamp="2014-11-30T20:00:55Z" changeset="27139230" uid="481380" user="Nzara">
+ <tag k="name" v="Riedholz"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RIHO"/>
+ <tag k="uic_name" v="Riedholz"/>
+ <tag k="uic_ref" v="8500283"/>
+ </node>
+ <node id="3209176863" lat="47.2787952" lon="7.7032660" version="3" timestamp="2015-05-30T15:15:16Z" changeset="31577875" uid="290680" user="wheelmap_visitor">
+ <tag k="name" v="Niederbipp Industrie"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="NIIN"/>
+ <tag k="uic_name" v="Niederbipp Industrie"/>
+ <tag k="uic_ref" v="8518690"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3209186981" lat="47.2247924" lon="7.7820761" version="3" timestamp="2015-11-04T11:59:51Z" changeset="35077170" uid="452231" user="balducien">
+ <tag k="name" v="Langenthal Gaswerk"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LTHG"/>
+ <tag k="uic_name" v="Langenthal Gaswerk"/>
+ <tag k="uic_ref" v="8508151"/>
+ </node>
+ <node id="3209241558" lat="47.0852444" lon="7.1330570" version="2" timestamp="2015-10-29T15:04:13Z" changeset="34951256" uid="452231" user="balducien">
+ <tag k="name" v="Pilgerweg"/>
+ <tag k="operator" v="asm"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Pilgerweg"/>
+ <tag k="uic_ref" v="8504358"/>
+ </node>
+ <node id="3214117289" lat="46.6929480" lon="6.7037286" version="1" timestamp="2014-12-01T14:02:11Z" changeset="27154777" uid="481380" user="Nzara">
+ <tag k="name" v="Bercher"/>
+ <tag k="operator" v="LEB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BERC"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="uic_name" v="Bercher"/>
+ <tag k="uic_ref" v="8501177"/>
+ </node>
+ <node id="3217915796" lat="47.1295525" lon="7.5537429" version="2" timestamp="2015-02-07T11:05:51Z" changeset="28670148" uid="181135" user="Manu1400">
+ <tag k="name" v="Utzenstorf"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="platforms" v="2"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UT"/>
+ <tag k="uic_name" v="Utzenstorf"/>
+ <tag k="uic_ref" v="8508086"/>
+ </node>
+ <node id="3223613353" lat="46.5844020" lon="6.6059617" version="1" timestamp="2014-12-07T17:22:09Z" changeset="27316297" uid="481380" user="Nzara">
+ <tag k="ele" v="607"/>
+ <tag k="name" v="Cheseaux"/>
+ <tag k="operator" v="LEB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CHES"/>
+ <tag k="uic_name" v="Cheseaux"/>
+ <tag k="uic_ref" v="8501169"/>
+ </node>
+ <node id="3223613360" lat="46.5623059" lon="6.6032368" version="2" timestamp="2014-12-07T20:45:30Z" changeset="27320365" uid="481380" user="Nzara">
+ <tag k="ele" v="591"/>
+ <tag k="name" v="Romanel-sur-Lausanne"/>
+ <tag k="operator" v="LEB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ROSL"/>
+ <tag k="uic_name" v="Romanel-sur-Lausanne"/>
+ <tag k="uic_ref" v="8501166"/>
+ </node>
+ <node id="3223616161" lat="46.5340873" lon="6.6102686" version="3" timestamp="2014-12-08T14:26:08Z" changeset="27335063" uid="481380" user="Nzara">
+ <tag k="ele" v="508"/>
+ <tag k="name" v="Union-Prilly"/>
+ <tag k="operator" v="LEB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UPRI"/>
+ <tag k="uic_name" v="Union-Prilly"/>
+ <tag k="uic_ref" v="8501162"/>
+ </node>
+ <node id="3228473453" lat="47.3773718" lon="8.5394445" version="1" timestamp="2014-12-10T17:38:53Z" changeset="27381978" uid="2025084" user="imsinfo-aru">
+ <tag k="ele" v="396"/>
+ <tag k="name" v="Zürich HB SZU"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZUSZ"/>
+ <tag k="uic_name" v="Zürich HB SZU"/>
+ <tag k="uic_ref" v="8503088"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3236683863" lat="47.0927400" lon="7.1307952" version="2" timestamp="2014-12-24T15:05:50Z" changeset="27673678" uid="177381" user="ialex">
+ <tag k="ele" v="818"/>
+ <tag k="name" v="Prêles"/>
+ <tag k="operator" v="asm"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Prêles"/>
+ <tag k="uic_ref" v="8504359"/>
+ </node>
+ <node id="3249865031" lat="46.4550795" lon="8.2194010" version="1" timestamp="2014-12-23T18:31:40Z" changeset="27655221" uid="481380" user="Nzara">
+ <tag k="ele" v="1283"/>
+ <tag k="name" v="Biel"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Biel (Goms)"/>
+ <tag k="uic_ref" v="8501668"/>
+ </node>
+ <node id="3249865035" lat="46.4353555" lon="8.1903648" version="1" timestamp="2014-12-23T18:31:41Z" changeset="27655221" uid="481380" user="Nzara">
+ <tag k="ele" v="1243"/>
+ <tag k="name" v="Niederwald"/>
+ <tag k="operator" v="MGB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Niederwald"/>
+ <tag k="uic_ref" v="8501670"/>
+ </node>
+ <node id="3257481571" lat="47.3578887" lon="8.8643380" version="2" timestamp="2015-10-29T14:26:30Z" changeset="34950134" uid="452231" user="balducien">
+ <tag k="addr:city" v="Bäretswil"/>
+ <tag k="addr:housenumber" v="1"/>
+ <tag k="addr:postcode" v="8344"/>
+ <tag k="addr:street" v="Im Mülichram"/>
+ <tag k="name" v="Neuthal bei Bäretswil"/>
+ <tag k="operator" v="DVZO (steam train operator)"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Neuthal"/>
+ <tag k="uic_ref" v="8503133"/>
+ <tag k="website" v="http://www.dvzo.ch"/>
+ <tag k="wikipedia" v="de:Dampfbahn-Verein Zürcher Oberland"/>
+ </node>
+ <node id="3297422894" lat="47.1729733" lon="7.0540785" version="1" timestamp="2015-01-18T20:33:52Z" changeset="28239659" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="710"/>
+ <tag k="name" v="Cormoret"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="CORM"/>
+ <tag k="uic_name" v="Cormoret"/>
+ <tag k="uic_ref" v="8504308"/>
+ </node>
+ <node id="3304941061" lat="47.0289210" lon="7.5007724" version="1" timestamp="2015-01-22T22:09:02Z" changeset="28334018" uid="481380" user="Nzara">
+ <tag k="ele" v="528"/>
+ <tag k="name" v="Urtenen"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="URTN"/>
+ <tag k="uic_name" v="Urtenen"/>
+ <tag k="uic_ref" v="8508058"/>
+ </node>
+ <node id="3313765161" lat="47.3660160" lon="8.4658341" version="2" timestamp="2015-10-30T07:23:45Z" changeset="34965727" uid="452231" user="balducien">
+ <tag k="ele" v="620"/>
+ <tag k="name" v="Uitikon Waldegg"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UIWA"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Uitikon Waldegg"/>
+ <tag k="uic_ref" v="8503055"/>
+ </node>
+ <node id="3313770935" lat="47.3649655" lon="8.5035323" version="2" timestamp="2015-10-30T07:23:45Z" changeset="34965727" uid="452231" user="balducien">
+ <tag k="ele" v="459"/>
+ <tag k="name" v="Zürich Schweighof"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SHF"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2009"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Schweighof"/>
+ <tag k="uic_ref" v="8503053"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3316140071" lat="47.3378854" lon="8.5196702" version="2" timestamp="2015-10-29T22:24:25Z" changeset="34961242" uid="452231" user="balducien">
+ <tag k="ele" v="431"/>
+ <tag k="name" v="Zürich Manegg"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZMA"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Zürich Manegg"/>
+ <tag k="uic_ref" v="8503093"/>
+ </node>
+ <node id="3316144419" lat="47.3032402" lon="8.5253036" version="4" timestamp="2015-10-29T22:24:25Z" changeset="34961242" uid="452231" user="balducien">
+ <tag k="ele" v="456"/>
+ <tag k="name" v="Sihlau"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SIA"/>
+ <tag k="toilets:wheelchair" v="no"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Sihlau"/>
+ <tag k="uic_ref" v="8503099"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3316144420" lat="47.3195841" lon="8.5214698" version="2" timestamp="2015-10-29T22:24:25Z" changeset="34961242" uid="452231" user="balducien">
+ <tag k="ele" v="443"/>
+ <tag k="name" v="Sood-Oberleimbach"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SOOD"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Sood-Oberleimbach"/>
+ <tag k="uic_ref" v="8503095"/>
+ </node>
+ <node id="3316144421" lat="47.2965453" lon="8.5355864" version="2" timestamp="2015-10-29T22:24:24Z" changeset="34961242" uid="452231" user="balducien">
+ <tag k="ele" v="458"/>
+ <tag k="name" v="Wildpark-Höfli"/>
+ <tag k="network" v="ZVV"/>
+ <tag k="operator" v="SZU"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WP"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Wildpark-Höfli"/>
+ <tag k="uic_ref" v="8503089"/>
+ </node>
+ <node id="3329832219" lat="47.3758147" lon="8.0493184" version="1" timestamp="2015-02-04T12:24:33Z" changeset="28609622" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="435"/>
+ <tag k="name" v="Distelberg"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DIBE"/>
+ <tag k="uic_name" v="Distelberg"/>
+ <tag k="uic_ref" v="8502192"/>
+ </node>
+ <node id="3329983220" lat="47.3388343" lon="8.0532186" version="1" timestamp="2015-02-04T14:25:17Z" changeset="28611660" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="427"/>
+ <tag k="name" v="Muhen"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MUH"/>
+ <tag k="uic_name" v="Muhen"/>
+ <tag k="uic_ref" v="8502195"/>
+ </node>
+ <node id="3331486053" lat="47.3058656" lon="8.0500737" version="2" timestamp="2015-03-04T15:41:35Z" changeset="29247399" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="456"/>
+ <tag k="name" v="Schöftland"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SCHF"/>
+ <tag k="uic_name" v="Schöftland"/>
+ <tag k="uic_ref" v="8502199"/>
+ </node>
+ <node id="3331540782" lat="47.3897139" lon="8.0696734" version="1" timestamp="2015-02-05T09:27:55Z" changeset="28626804" uid="2292586" user="imsinfo-yhe">
+ <tag k="name" v="Buchs AG"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BUAG"/>
+ <tag k="uic_name" v="Buchs AG"/>
+ <tag k="uic_ref" v="8502123"/>
+ </node>
+ <node id="3331548549" lat="47.3711553" lon="8.0821902" version="1" timestamp="2015-02-05T09:33:01Z" changeset="28626860" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="397"/>
+ <tag k="name" v="Suhr"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="rail" v="yes"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SUHR"/>
+ <tag k="uic_name" v="Suhr"/>
+ <tag k="uic_ref" v="8502103"/>
+ </node>
+ <node id="3331562066" lat="47.3616315" lon="8.0989382" version="2" timestamp="2015-02-12T09:35:34Z" changeset="28790837" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="411"/>
+ <tag k="name" v="Gränichen"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GRAE"/>
+ <tag k="uic_name" v="Gränichen"/>
+ <tag k="uic_ref" v="8502160"/>
+ </node>
+ <node id="3331569378" lat="47.3436007" lon="8.1134803" version="1" timestamp="2015-02-05T09:52:13Z" changeset="28627138" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="427"/>
+ <tag k="name" v="Bleien Liebegg"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BLN"/>
+ <tag k="uic_name" v="Bleien Liebegg"/>
+ <tag k="uic_ref" v="8502174"/>
+ </node>
+ <node id="3331585382" lat="47.3292806" lon="8.1143833" version="1" timestamp="2015-02-05T09:55:39Z" changeset="28627190" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="447"/>
+ <tag k="name" v="Teufenthal AG"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="TEU"/>
+ <tag k="uic_name" v="Teufenthal AG"/>
+ <tag k="uic_ref" v="8502161"/>
+ </node>
+ <node id="3331619209" lat="47.3147937" lon="8.1130372" version="1" timestamp="2015-02-05T10:15:45Z" changeset="28627460" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="461"/>
+ <tag k="name" v="Unterkulm Nord"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="UKUN"/>
+ <tag k="uic_name" v="Unterkulm Nord"/>
+ <tag k="uic_ref" v="8516450"/>
+ </node>
+ <node id="3331732886" lat="47.2989207" lon="8.1241465" version="2" timestamp="2015-10-12T14:57:41Z" changeset="34592197" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="481"/>
+ <tag k="name" v="Oberkulm"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OKU"/>
+ <tag k="uic_name" v="Oberkulm"/>
+ <tag k="uic_ref" v="8502163"/>
+ </node>
+ <node id="3331843447" lat="47.2824993" lon="8.1530846" version="2" timestamp="2015-10-12T14:57:41Z" changeset="34592197" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="509"/>
+ <tag k="name" v="Zetzwil"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZETZ"/>
+ <tag k="uic_name" v="Zetzwil"/>
+ <tag k="uic_ref" v="8502165"/>
+ </node>
+ <node id="3331866493" lat="47.2729225" lon="8.1678431" version="2" timestamp="2015-02-05T14:12:23Z" changeset="28631177" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="519"/>
+ <tag k="name" v="Leimbach AG"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LEIM"/>
+ <tag k="uic_name" v="Leimbach AG"/>
+ <tag k="uic_ref" v="8502166"/>
+ </node>
+ <node id="3331931628" lat="47.2572718" lon="8.1814878" version="2" timestamp="2015-10-12T14:13:05Z" changeset="34591306" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="523"/>
+ <tag k="name" v="Reinach AG Nord"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="REIN"/>
+ <tag k="uic_name" v="Reinach AG Nord"/>
+ <tag k="uic_ref" v="8502167"/>
+ </node>
+ <node id="3331939682" lat="47.2407886" lon="8.1892813" version="1" timestamp="2015-02-05T14:26:43Z" changeset="28631441" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="547"/>
+ <tag k="name" v="Menziken"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ME"/>
+ <tag k="uic_name" v="Menziken"/>
+ <tag k="uic_ref" v="8502169"/>
+ </node>
+ <node id="3331939684" lat="47.2502355" lon="8.1845030" version="1" timestamp="2015-02-05T14:26:44Z" changeset="28631441" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="532"/>
+ <tag k="name" v="Reinach AG"/>
+ <tag k="operator" v="AAR"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="REI"/>
+ <tag k="uic_name" v="Reinach AG"/>
+ <tag k="uic_ref" v="8502168"/>
+ </node>
+ <node id="3339525977" lat="47.3695152" lon="8.3812001" version="1" timestamp="2015-02-09T10:59:35Z" changeset="28724171" uid="2292586" user="imsinfo-yhe">
+ <tag k="name" v="Rudolfstetten"/>
+ <tag k="operator" v="BDWM"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="RUD"/>
+ <tag k="uic_name" v="Rudolfstetten"/>
+ <tag k="uic_ref" v="8502277"/>
+ </node>
+ <node id="3339748916" lat="47.3620411" lon="8.3663604" version="1" timestamp="2015-02-09T13:39:32Z" changeset="28727656" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="550"/>
+ <tag k="name" v="Berikon-Widen"/>
+ <tag k="operator" v="BDWM"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BEWI"/>
+ <tag k="uic_name" v="Berikon-Widen"/>
+ <tag k="uic_ref" v="8502276"/>
+ </node>
+ <node id="3339882668" lat="47.3526164" lon="8.3546467" version="2" timestamp="2015-02-09T16:06:29Z" changeset="28730928" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="410"/>
+ <tag k="name" v="Zufikon"/>
+ <tag k="operator" v="BDWM"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ZUFI"/>
+ <tag k="uic_name" v="Zufikon"/>
+ <tag k="uic_ref" v="8502274"/>
+ </node>
+ <node id="3341128592" lat="47.3514238" lon="8.3464967" version="2" timestamp="2015-11-05T12:45:10Z" changeset="35101166" uid="452231" user="balducien">
+ <tag k="name" v="Bremgarten"/>
+ <tag k="operator" v="BDWM"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BREG"/>
+ <tag k="uic_name" v="Bremgarten"/>
+ <tag k="uic_ref" v="8502273"/>
+ </node>
+ <node id="3341228338" lat="47.3457432" lon="8.3371679" version="1" timestamp="2015-02-10T07:49:54Z" changeset="28744650" uid="2292586" user="imsinfo-yhe">
+ <tag k="ele" v="401"/>
+ <tag k="name" v="Bremgarten West"/>
+ <tag k="operator" v="BDWM"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BGW"/>
+ <tag k="uic_name" v="Bremgarten West"/>
+ <tag k="uic_ref" v="8502272"/>
+ </node>
+ <node id="3341646297" lat="47.3483151" lon="8.2704761" version="1" timestamp="2015-02-10T10:29:55Z" changeset="28747225" uid="2292586" user="imsinfo-yhe">
+ <tag k="name" v="Wohlen"/>
+ <tag k="operator" v="BDWM"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WOBD"/>
+ <tag k="uic_name" v="Wohlen"/>
+ <tag k="uic_ref" v="8502267"/>
+ </node>
+ <node id="3386266241" lat="47.1222020" lon="6.8837435" version="1" timestamp="2015-03-06T17:48:32Z" changeset="29294483" uid="481380" user="Nzara">
+ <tag k="ele" v="1036"/>
+ <tag k="name" v="La Cibourg"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Cibourg, La"/>
+ <tag k="uic_ref" v="8500179"/>
+ </node>
+ <node id="3386266242" lat="47.1427430" lon="6.8942596" version="1" timestamp="2015-03-06T17:48:32Z" changeset="29294483" uid="481380" user="Nzara">
+ <tag k="ele" v="1005"/>
+ <tag k="name" v="La Ferrière"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Ferrière, La"/>
+ <tag k="uic_ref" v="8500178"/>
+ </node>
+ <node id="3386266247" lat="47.1770007" lon="6.9060540" version="1" timestamp="2015-03-06T17:48:33Z" changeset="29294483" uid="481380" user="Nzara">
+ <tag k="ele" v="1029"/>
+ <tag k="name" v="Les Bois"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Bois, Les"/>
+ <tag k="uic_ref" v="8500177"/>
+ </node>
+ <node id="3415546793" lat="46.4470617" lon="6.1472200" version="5" timestamp="2015-12-01T21:46:11Z" changeset="35695365" uid="74847" user="Marc Mongenet">
+ <tag k="name" v="Les Chesaux"/>
+ <tag k="operator" v="NSTCM"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="St-Cergue Les Cheseaux"/>
+ <tag k="uic_ref" v="8519077"/>
+ </node>
+ <node id="3619958672" lat="46.2038620" lon="6.8931022" version="3" timestamp="2015-10-29T16:02:10Z" changeset="34952555" uid="452231" user="balducien">
+ <tag k="name" v="Val-d'Illiez"/>
+ <tag k="network" v="AOMC"/>
+ <tag k="operator" v="TPC"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Val-d'Illiez"/>
+ <tag k="uic_ref" v="8501465"/>
+ </node>
+ <node id="3634561523" lat="46.1688375" lon="8.7863604" version="3" timestamp="2015-10-29T14:47:01Z" changeset="34950765" uid="452231" user="balducien">
+ <tag k="name" v="Locarno S. Antonio"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Locarno S. Antonio"/>
+ <tag k="uic_ref" v="8505471"/>
+ </node>
+ <node id="3657454718" lat="47.2204827" lon="7.0254301" version="2" timestamp="2015-10-29T14:39:49Z" changeset="34950534" uid="452231" user="balducien">
+ <tag k="name" v="La Chaux-des-Breuleux"/>
+ <tag k="operator" v="CJ"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="La Chaux-des-Breuleux"/>
+ <tag k="uic_ref" v="8500172"/>
+ </node>
+ <node id="3664792744" lat="46.8678235" lon="7.1225149" version="1" timestamp="2015-07-24T17:12:01Z" changeset="32855012" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="576"/>
+ <tag k="name" v="Courtepin"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="phone" v="+41 26 684 11 23"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Courtepin"/>
+ <tag k="uic_ref" v="8504184"/>
+ </node>
+ <node id="3664792745" lat="46.9001996" lon="7.1497552" version="1" timestamp="2015-07-24T17:12:01Z" changeset="32855012" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="540"/>
+ <tag k="name" v="Cressier"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Cressier FR"/>
+ <tag k="uic_ref" v="8504185"/>
+ </node>
+ <node id="3664792746" lat="46.9117998" lon="7.1148547" version="1" timestamp="2015-07-24T17:12:01Z" changeset="32855012" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="479"/>
+ <tag k="name" v="Münchenwiler-Courgevaux"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MUCO"/>
+ <tag k="uic_name" v="Münchenwiler-Courgevaux"/>
+ <tag k="uic_ref" v="8504186"/>
+ </node>
+ <node id="3664792747" lat="46.8428484" lon="7.1374220" version="1" timestamp="2015-07-24T17:12:01Z" changeset="32855012" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="551"/>
+ <tag k="name" v="Pensier"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Pensier"/>
+ <tag k="uic_ref" v="8504183"/>
+ </node>
+ <node id="3668308747" lat="46.5850987" lon="7.9608968" version="1" timestamp="2015-07-27T09:24:20Z" changeset="32904806" uid="481380" user="Nzara">
+ <tag k="name" v="Kleine Scheidegg"/>
+ <tag k="name:ru" v="Клайне-Шайдег"/>
+ <tag k="network" v="Jungfraubahnen"/>
+ <tag k="operator" v="WAB"/>
+ <tag k="railway" v="station"/>
+ <tag k="source" v="Bundesamt für Verkehr (BAV), DIDOK 2015"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Kleine Scheidegg"/>
+ <tag k="uic_ref" v="8507374"/>
+ </node>
+ <node id="3678597200" lat="46.9793154" lon="8.2556383" version="2" timestamp="2015-11-09T12:03:24Z" changeset="35190210" uid="67515" user="threefoursixninefour">
+ <tag k="ele" v="2070"/>
+ <tag k="name" v="Pilatus Kulm (Alpnach)"/>
+ <tag k="operator" v="PB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Pilatus Kulm"/>
+ <tag k="uic_ref" v="8508456"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3678597211" lat="46.9703561" lon="8.2710299" version="1" timestamp="2015-08-03T09:09:03Z" changeset="33063995" uid="481380" user="Nzara">
+ <tag k="name" v="Ämsigen"/>
+ <tag k="operator" v="PB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Aemsigen"/>
+ <tag k="uic_ref" v="8508449"/>
+ </node>
+ <node id="3678623855" lat="46.6956834" lon="9.7160690" version="1" timestamp="2015-08-03T09:28:49Z" changeset="33064289" uid="481380" user="Nzara">
+ <tag k="ele" v="1197"/>
+ <tag k="name" v="Wiesen"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Wiesen"/>
+ <tag k="uic_ref" v="8509078"/>
+ <tag k="wikipedia" v="en:Wiesen (Rhaetian Railway station)"/>
+ </node>
+ <node id="3678636246" lat="46.8073209" lon="9.3103326" version="1" timestamp="2015-08-03T09:38:49Z" changeset="33064624" uid="481380" user="Nzara">
+ <tag k="ele" v="635"/>
+ <tag k="name" v="Versam-Safien"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Versam-Safien"/>
+ <tag k="uic_ref" v="8509168"/>
+ <tag k="wikipedia" v="en:Versam-Safien (Rhaetian Railway station)"/>
+ </node>
+ <node id="3752152080" lat="46.4774151" lon="7.1718671" version="1" timestamp="2015-09-20T21:46:32Z" changeset="34150193" uid="131561" user="filot">
+ <tag k="ele" v="990"/>
+ <tag k="name" v="Les Combes"/>
+ <tag k="operator" v="MOB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Combes, Les"/>
+ <tag k="uic_ref" v="8501388"/>
+ </node>
+ <node id="3790241420" lat="46.6597692" lon="7.8954990" version="2" timestamp="2015-10-29T14:53:57Z" changeset="34950982" uid="452231" user="balducien">
+ <tag k="ele" v="1542"/>
+ <tag k="name" v="Breitlauenen"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Breitlauenen"/>
+ <tag k="uic_ref" v="008507386"/>
+ </node>
+ <node id="3806362883" lat="47.5703158" lon="7.5719514" version="1" timestamp="2015-10-28T08:21:45Z" changeset="34920889" uid="2455020" user="EJ_">
+ <tag k="name" v="St. Johann"/>
+ <tag k="name:fr" v="Bâle-Saint-Jean"/>
+ <tag k="operator" v="SNCF"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Basel St. Johann"/>
+ <tag k="uic_ref" v="8500016"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3808299602" lat="46.9734184" lon="7.4841935" version="1" timestamp="2015-10-29T12:51:57Z" changeset="34948090" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="529"/>
+ <tag k="name" v="Ittigen"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="ITT"/>
+ <tag k="uic_name" v="Ittigen bei Bern"/>
+ <tag k="uic_ref" v="8507069"/>
+ </node>
+ <node id="3809691478" lat="46.9573425" lon="7.5138961" version="1" timestamp="2015-10-30T09:38:26Z" changeset="34968047" uid="481380" user="Nzara">
+ <tag k="ele" v="552"/>
+ <tag k="name" v="Deisswil"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="DEI"/>
+ <tag k="uic_name" v="Deisswil"/>
+ <tag k="uic_ref" v="8507067"/>
+ </node>
+ <node id="3809691479" lat="46.9568028" lon="7.5240376" version="1" timestamp="2015-10-30T09:38:26Z" changeset="34968047" uid="481380" user="Nzara">
+ <tag k="ele" v="555"/>
+ <tag k="name" v="Stettlen"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="STTL"/>
+ <tag k="uic_name" v="Stettlen"/>
+ <tag k="uic_ref" v="8507066"/>
+ </node>
+ <node id="3809691482" lat="46.9336678" lon="7.5595166" version="1" timestamp="2015-10-30T09:38:27Z" changeset="34968047" uid="481380" user="Nzara">
+ <tag k="ele" v="573"/>
+ <tag k="name" v="Worbboden"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WOBO"/>
+ <tag k="uic_name" v="Worbboden"/>
+ <tag k="uic_ref" v="8589198"/>
+ </node>
+ <node id="3809746730" lat="47.0865643" lon="7.5224199" version="1" timestamp="2015-10-30T10:29:30Z" changeset="34968047" uid="481380" user="Nzara">
+ <tag k="ele" v="496"/>
+ <tag k="name" v="Fraubrunnen"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="FBR"/>
+ <tag k="uic_name" v="Fraubrunnen"/>
+ <tag k="uic_ref" v="8508061"/>
+ </node>
+ <node id="3809746731" lat="47.0156731" lon="7.4839219" version="1" timestamp="2015-10-30T10:29:30Z" changeset="34968047" uid="481380" user="Nzara">
+ <tag k="ele" v="532"/>
+ <tag k="name" v="Moosseedorf"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MOSE"/>
+ <tag k="uic_name" v="Moosseedorf"/>
+ <tag k="uic_ref" v="8508056"/>
+ </node>
+ <node id="3809746732" lat="46.9970739" lon="7.4616766" version="1" timestamp="2015-10-30T10:29:30Z" changeset="34968047" uid="481380" user="Nzara">
+ <tag k="ele" v="558"/>
+ <tag k="name" v="Oberzollikofen"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="OBZO"/>
+ <tag k="uic_name" v="Oberzollikofen"/>
+ <tag k="uic_ref" v="8508070"/>
+ </node>
+ <node id="3809847197" lat="46.9683232" lon="7.4441098" version="1" timestamp="2015-10-30T11:50:01Z" changeset="34970719" uid="481380" user="Nzara">
+ <tag k="ele" v="534"/>
+ <tag k="name" v="Felsenau"/>
+ <tag k="operator" v="RBS Regionalverkehr Bern-Solothurn"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNFE"/>
+ <tag k="uic_name" v="Bern Felsenau"/>
+ <tag k="uic_ref" v="8508051"/>
+ <tag k="wheelchair" v="limited"/>
+ </node>
+ <node id="3809847201" lat="46.9729701" lon="7.4507723" version="2" timestamp="2015-11-18T19:04:39Z" changeset="35403736" uid="290680" user="wheelmap_visitor">
+ <tag k="ele" v="531"/>
+ <tag k="name" v="Tiefenau"/>
+ <tag k="operator" v="RBS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="BNTI"/>
+ <tag k="toilets:wheelchair" v="no"/>
+ <tag k="uic_name" v="Bern Tiefenau"/>
+ <tag k="uic_ref" v="8508052"/>
+ <tag k="wheelchair" v="yes"/>
+ </node>
+ <node id="3809897065" lat="47.3867731" lon="8.5511081" version="1" timestamp="2015-10-30T12:50:36Z" changeset="34971692" uid="452231" user="balducien">
+ <tag k="ele" v="538"/>
+ <tag k="funicular" v="yes"/>
+ <tag k="name" v="Hadlaubstrasse"/>
+ <tag k="operator" v="VBZ"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zürich, Hadlaubstrasse"/>
+ <tag k="uic_ref" v="8591171"/>
+ <tag k="wheelchair" v="no"/>
+ </node>
+ <node id="3813766447" lat="46.3631670" lon="7.7576474" version="1" timestamp="2015-11-02T12:47:32Z" changeset="35033042" uid="311036" user="haavee">
+ <tag k="name" v="Autoverlad Lötschberg - Goppenstein"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ </node>
+ <node id="3813766448" lat="46.4937370" lon="7.6702185" version="1" timestamp="2015-11-02T12:47:32Z" changeset="35033042" uid="311036" user="haavee">
+ <tag k="name" v="Autoverlad Lötschberg - Kandersteg"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ </node>
+ <node id="3815047735" lat="46.7917407" lon="9.8210138" version="1" timestamp="2015-11-03T06:36:18Z" changeset="35049341" uid="452231" user="balducien">
+ <tag k="elevation" v="1540"/>
+ <tag k="name" v="Davos Platz"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Davos Platz"/>
+ <tag k="uic_ref" v="8509073"/>
+ </node>
+ <node id="3816141375" lat="46.6422916" lon="7.6671147" version="2" timestamp="2015-11-03T20:30:45Z" changeset="35065531" uid="452231" user="balducien">
+ <tag k="ele" v="1680"/>
+ <tag k="name" v="Schwandegg"/>
+ <tag k="operator" v="NB"/>
+ <tag k="public_transport" v="stop_position"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Schwandegg"/>
+ <tag k="uic_ref" v="8507458"/>
+ </node>
+ <node id="3816971171" lat="46.6000697" lon="8.0019524" version="2" timestamp="2015-11-05T18:49:20Z" changeset="35108887" uid="251543" user="ChrissW-R1">
+ <tag k="ele" v="1616"/>
+ <tag k="name" v="Alpiglen"/>
+ <tag k="network" v="Jungfraubahnen"/>
+ <tag k="operator" v="WAB"/>
+ <tag k="public_transport" v="station"/>
+ <tag k="railway" v="station"/>
+ <tag k="train" v="yes"/>
+ <tag k="uic_name" v="Alpiglen"/>
+ <tag k="uic_ref" v="8507375"/>
+ </node>
+ <node id="3818352427" lat="47.3469602" lon="8.2861012" version="1" timestamp="2015-11-05T07:59:31Z" changeset="35096146" uid="452231" user="balducien">
+ <tag k="ele" v="430"/>
+ <tag k="name" v="Wohlen Oberdorf"/>
+ <tag k="operator" v="BDWM"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="WOOB"/>
+ <tag k="uic_name" v="Wohlen Oberdorf"/>
+ <tag k="uic_ref" v="8502271"/>
+ </node>
+ <node id="3831110959" lat="46.6981317" lon="10.0900374" version="1" timestamp="2015-11-11T17:21:59Z" changeset="35244588" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="1471"/>
+ <tag k="name" v="Zernez"/>
+ <tag k="operator" v="RhB"/>
+ <tag k="railway" v="station"/>
+ <tag k="uic_name" v="Zernez"/>
+ <tag k="uic_ref" v="8509262"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikipedia" v="en:Zernez (Rhaetian Railway station)"/>
+ </node>
+ <node id="3835307276" lat="47.0492685" lon="7.5442531" version="1" timestamp="2015-11-14T06:22:45Z" changeset="35300361" uid="481380" user="Nzara">
+ <tag k="ele" v="516"/>
+ <tag k="name" v="Hindelbank"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="HBK"/>
+ <tag k="uic_name" v="Hindelbank"/>
+ <tag k="uic_ref" v="8508003"/>
+ </node>
+ <node id="3835322807" lat="47.0049025" lon="7.6824720" version="1" timestamp="2015-11-14T06:59:00Z" changeset="35300361" uid="481380" user="Nzara">
+ <tag k="ele" v="582"/>
+ <tag k="name" v="Lützelflüh-Goldbach"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="LUGO"/>
+ <tag k="uic_name" v="Lützelflüh-Goldbach"/>
+ <tag k="uic_ref" v="8508266"/>
+ </node>
+ <node id="3836061408" lat="46.9198175" lon="7.7256977" version="1" timestamp="2015-11-14T17:27:18Z" changeset="35310305" uid="481380" user="Nzara">
+ <tag k="ele" v="684"/>
+ <tag k="name" v="Signau"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SIGN"/>
+ <tag k="uic_name" v="Signau"/>
+ <tag k="uic_ref" v="8508205"/>
+ </node>
+ <node id="3836061409" lat="46.8999481" lon="7.6630778" version="1" timestamp="2015-11-14T17:27:19Z" changeset="35310305" uid="481380" user="Nzara">
+ <tag k="name" v="Zäziwil"/>
+ <tag k="railway" v="station"/>
+ </node>
+ <node id="3836116267" lat="46.9933349" lon="7.1425178" version="1" timestamp="2015-11-14T17:59:09Z" changeset="35310305" uid="481380" user="Nzara">
+ <tag k="ele" v="436"/>
+ <tag k="name" v="Müntschemier"/>
+ <tag k="operator" v="BLS"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="MM"/>
+ <tag k="uic_name" v="Müntschemier"/>
+ <tag k="uic_ref" v="8504484"/>
+ </node>
+ <node id="3838637244" lat="46.9641254" lon="7.1193723" version="1" timestamp="2015-11-16T09:42:22Z" changeset="35345493" uid="1122916" user="KeinePanik">
+ <tag k="ele" v="434"/>
+ <tag k="name" v="Sugiez"/>
+ <tag k="operator" v="TPF"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="SUGI"/>
+ <tag k="uic_name" v="Sugiez"/>
+ <tag k="uic_ref" v="8504188"/>
+ </node>
+ <node id="3841568869" lat="46.2104152" lon="6.1428877" version="1" timestamp="2015-11-17T19:38:11Z" changeset="35386396" uid="481380" user="Nzara">
+ <tag k="ele" v="391"/>
+ <tag k="internet_access" v="wlan"/>
+ <tag k="internet_access:fee" v="no"/>
+ <tag k="internet_access:operator" v="SBB"/>
+ <tag k="name" v="Genève-Cornavin"/>
+ <tag k="operator" v="SBB"/>
+ <tag k="railway" v="station"/>
+ <tag k="railway:ref" v="GE"/>
+ <tag k="uic_name" v="Genève"/>
+ <tag k="uic_ref" v="8501008"/>
+ <tag k="wheelchair" v="yes"/>
+ <tag k="wikipedia" v="fr:Gare de Genève-Cornavin"/>
+ </node>
+
+</osm> \ No newline at end of file