summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorStefan Wildemann <metalstrolch@users.noreply.github.com>2017-04-26 06:27:09 +0200
committerPierre GRANDIN <pgrandin@users.noreply.github.com>2017-04-25 21:27:09 -0700
commit658060b86596efb270cfcd21e118a9071f5d5092 (patch)
treeeb01813d304bc64e6429a2dee5f73e020022421e /contrib
parentf221cd197fc8ef915b76c3b7b170ccd76178ad74 (diff)
downloadnavit-658060b86596efb270cfcd21e118a9071f5d5092.tar.gz
Add rules to build sailfish package (#221)
* Add spec and scripts for sailfish build * enhance sailfish (jolla phone) example configuration * Fix build and install dependencies for Sailfish 2.0 * Seems like gettext-libs is enough on target. Gettext has ugly deps. * Disable maptool, as it won't work anyway on phones * Fix: Switch to wayland via config.xml * Adapt sailfish-spec to new QML graphics Now this doesn't have reference to qwidgets anymore * Sailfish: prepare package for harbour Change the spec file to produce a (almoust) harbour compatible backage. Known incompatibilities are: - package links against libfreetype.so.6 which seems to be banned. - desktop icons are missing in some sizes (86x86, 108x108, 256x256) - package contains man-files which are banned in harbour - package contains "say_de_DE.sh" which cannot be installed on harbour. - binary is not stripped (warning) * Add missing desktop icon sizes * Change launcher setting for Sailfish OS * Move sailfish directory to contrib * Fix paths in spec file as well * Fix: Fix paths on spec file
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/sailfish/build_on_sailfish_sdk.sh7
-rwxr-xr-xcontrib/sailfish/navit-sailfish.spec117
-rwxr-xr-xcontrib/sailfish/navit.xml6928
-rwxr-xr-xcontrib/sailfish/say_de_DE.sh2
4 files changed, 7054 insertions, 0 deletions
diff --git a/contrib/sailfish/build_on_sailfish_sdk.sh b/contrib/sailfish/build_on_sailfish_sdk.sh
new file mode 100755
index 000000000..663d31b48
--- /dev/null
+++ b/contrib/sailfish/build_on_sailfish_sdk.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+#run on the Sailfish OS sdk virtual machine. Check that rpmbuild directory exists.
+#arm devices
+sb2 -t SailfishOS-armv7hl -m sdk-build rpmbuild --define "_topdir /home/src1/rpmbuild" --define "navit_source `pwd`/../.." -bb navit-sailfish.spec
+#intel devices
+sb2 -t SailfishOS-i486 -m sdk-build rpmbuild --define "_topdir /home/src1/rpmbuild" --define "navit_source `pwd`/../.." -bb navit-sailfish.spec
+
diff --git a/contrib/sailfish/navit-sailfish.spec b/contrib/sailfish/navit-sailfish.spec
new file mode 100755
index 000000000..c25af5fe5
--- /dev/null
+++ b/contrib/sailfish/navit-sailfish.spec
@@ -0,0 +1,117 @@
+# $Id$
+# Authority: dries
+#%global navit_version_minor %(grep NAVIT_VERSION_MINOR ../../CMakeLists.txt |head -1| sed -e s/[^0-9]//g)
+#%global navit_version_major %(grep NAVIT_VERSION_MAJOR ../../CMakeLists.txt |head -1| sed -e s/[^0-9]//g)
+#%global navit_version_patch %(grep NAVIT_VERSION_PATCH ../../CMakeLists.txt |head -1| sed -e s/[^0-9]//g)
+#%global navit_version %{navit_version_major}.%{navit_version_minor}.%{navit_version_patch}
+#%global git_version %(git describe --tags | sed y/-/_/)
+
+Name: harbour-navit
+Summary: Open Source car navigation system
+#Version: %{navit_version}_%{git_version}
+Version: 0.5.1
+Release: 1
+License: GPL
+Group: Applications/Productivity
+URL: http://navit-projet.org/
+
+BuildRequires: gcc
+BuildRequires: cmake
+BuildRequires: glib2-devel
+BuildRequires: gettext-devel
+BuildRequires: freetype-devel
+BuildRequires: zlib-devel
+BuildRequires: qt5-qtcore-devel
+BuildRequires: qt5-qtdeclarative-devel
+BuildRequires: qt5-qtdbus-devel
+BuildRequires: qt5-qtpositioning-devel
+BuildRequires: qt5-qtxml-devel
+BuildRequires: qt5-qtsvg-devel
+
+#Requires: glib2
+#Requires: gettext-libs
+Requires: freetype
+#Requires: zlib
+#Requires: qt5-qtcore
+#Requires: qt5-qtdeclarative
+#Requires: qt5-qtdbus
+Requires: qt5-qtpositioning
+#Requires: qt5-qtxml
+Requires: qt5-qtsvg
+
+%global navit_real_source %{navit_source}
+
+%description
+Navit is a car navigation system with routing engine.
+
+It's modular design is capable of using vector maps of various formats for routing and rendering of the displayed map. It's even possible to use multiple maps at a time.
+
+The GTK+ or SDL user interfaces are designed to work well with touch screen displays. Points of Interest of various formats are displayed on the map.
+
+The current vehicle position is either read from gpsd or directly from NMEA GPS sensors.
+
+The routing engine not only calculates an optimal route to your destination, but also generates directions and even speaks to you using speechd.
+
+%prep
+#just create empty directory here for build files. We'll use git sources directly.
+rm -rf navit-build
+mkdir navit-build
+#nothing to delete and nothing to extract. Just setup for our empty directory created before.
+%setup -D -T -n navit-build
+
+%build
+%define debug_package %{nil}
+%{__rm} -rf %{buildroot}
+#cmake git files directly
+cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ -DPACKAGE:STRING=harbour-navit \
+ -DNAVIT_BINARY:STRING=harbour-navit \
+ -DSHARE_DIR:PATH=share/harbour-navit \
+ -DLOCALE_DIR:PATH=share/harbour-navit/locale \
+ -DIMAGE_DIR:PATH=share/harbour-navit/xpm \
+ -DLIB_DIR:PATH=share/harbour-navit/lib \
+ -DBUILD_MAPTOOL:BOOL=FALSE \
+ -Dbinding/dbus:BOOL=FALSE \
+ -Dgraphics/gtk_drawing_area:BOOL=FALSE \
+ -Dgraphics/null:BOOL=FALSE \
+ -Dgraphics/opengl:BOOL=FALSE \
+ -Dgraphics/sdl:BOOL=FALSE \
+ -Dspeech/dbus:BOOL=FALSE \
+ -Dvehicle/gpsd:BOOL=FALSE \
+ -Dvehicle/gpsd_dbus:BOOL=FALSE \
+ -DUSE_PLUGINS=n \
+ -DUSE_QWIDGET:BOOL=FALSE \
+ %{navit_real_source}
+%{__make}
+
+# -DMAN_DIR:PATH=share/harbour-navit/man1
+
+%install
+%make_install
+#copy in sailfish config
+cp %{navit_real_source}/contrib/sailfish/navit.xml %{buildroot}/usr/share/harbour-navit/navit.xml
+#copy in espeak script
+cp %{navit_real_source}/contrib/sailfish/say_de_DE.sh %{buildroot}/usr/bin/say_de_DE.sh
+
+%files
+%defattr(644, root, root, 755)
+%{_datadir}/harbour-navit/navit.xml
+%{_datadir}/harbour-navit/xpm/
+%{_datadir}/harbour-navit/maps/osm_bbox_11.3,47.9,11.7,48.2.bin
+%{_datadir}/applications/harbour-navit.desktop
+%{_datadir}/icons/hicolor/256x256/apps/harbour-navit.png
+%{_datadir}/icons/hicolor/128x128/apps/harbour-navit.png
+%{_datadir}/icons/hicolor/108x108/apps/harbour-navit.png
+%{_datadir}/icons/hicolor/86x86/apps/harbour-navit.png
+%{_datadir}/icons/hicolor/22x22/apps/harbour-navit.png
+%{_datadir}/harbour-navit/locale/
+%attr(755, root, root) %{_bindir}/harbour-navit
+%attr(755, root, root) %{_bindir}/say_de_DE.sh
+%doc %{_mandir}/man1/harbour-navit.1.gz
+%doc %{_mandir}/man1/maptool.1.gz
+
+
+%changelog
+*Mon Dec 14 2015 Initial sailfish release
+*Mon Apr 10 2017 Almost harbour valid
+- Initial package.
diff --git a/contrib/sailfish/navit.xml b/contrib/sailfish/navit.xml
new file mode 100755
index 000000000..831043d4d
--- /dev/null
+++ b/contrib/sailfish/navit.xml
@@ -0,0 +1,6928 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ For configuration options used in this file, please read
+ http://wiki.navit-project.org/index.php/Configuration
+ Do not edit /usr/share/navit/navit.xml or /etc/navit/navit.xml :
+ changes would be lost on upgrade. Rather copy it to ~/.navit/.
+-->
+<!DOCTYPE config
+ SYSTEM "navit.dtd">
+<config xmlns:xi="http://www.w3.org/2001/XInclude">
+ <plugins>
+ <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}lib*.so" ondemand="yes"/>
+ <plugin path="$NAVIT_LIBDIR/autoload/${NAVIT_LIBPREFIX}lib*.so"/>
+ <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}libbinding_dbus.so" active="no"/>
+ <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}libgraphics_null.so" active="no"/>
+ </plugins>
+
+ <!-- The global debug level (like using command line option "-d"). Ignored if option -d is used. -->
+ <!-- Possible debug levels: error, warning, info, debug. -->
+ <debug name="global" dbg_level="error"/>
+ <!-- Example of setting the debug level for a single function. -->
+ <debug name="navit:do_draw" dbg_level="error"/>
+ <!-- This is here so one can copy&paste the contents of popup menus -->
+ <debug name="navit:popup_printf_cb" dbg_level="debug"/>
+ <!-- Example for logging timing/profiling information. Note the prefix "profile:".
+ <debug name="profile:navit:do_draw" dbg_level="debug"/>
+ -->
+ <!-- segv: 1 - show backtrace with gdb and exit, 2 - stay in gdb -->
+ <debug name="segv" level="1"/>
+ <!-- timestamps 0/1 - prefix log messages with a timestamp -->
+ <debug name="timestamps" level="0"/>
+ <debug name="graphics_qt5" dbg_level="error"/>
+ <debug name="vehicle_qt5" dbg_level="error"/>
+
+ <!-- center= defines which map location Navit will show after first start.
+ It will only be used for the first start; subsequent starts will remember the
+ last position (in center.txt).
+ Center coordinates format: "Long Lat" in decimal degrees (WGS 84).
+ For other formats see http://wiki.navit-project.org/index.php/Coordinate_format.
+ -->
+ <navit center="11.5666 48.1333" zoom="256" tracking="1" orientation="-1" recent_dest="250" drag_bitmap="0">
+ <!-- Use one of gtk_drawing_area, qt_qpainter or sdl.
+ On windows systems, use win32 -->
+ <graphics type="qt5" qt5_platform="wayland"/>
+ <!-- The following line let you select which graphical user interface you'd like to use.
+ Options include internal (optimized for touch screen devices), gtk (useful for desktop computers).
+ If you don't like the internal gui, set enabled=yes for the following tag and enabled=no for the gui internal tag -->
+ <gui type="gtk" enabled="no" menubar="1" toolbar="1" statusbar="1"/>
+ <!--
+ In case of the internal GUI, you can even influence the size of the text and of the icons in the toolbar and the viewport.
+ Here's an example for a freerunner: -->
+ <!-- <gui type="internal" font_size="350" icon_xs="32" icon_s="96" icon_l="96"/> -->
+ <!-- The action that appears on map click is configurable with the attribute "on_map_click".
+ To get the prvious behaviour of showing the map point menu use on_map_click='menu("#Map Point")'
+ -->
+ <gui type="internal" font_size="350" icon_xs="32" icon_s="96" icon_l="96" enabled="yes"><![CDATA[
+ <html>
+ <a name='Main Menu'><text>Main menu</text>
+ <a href='#Actions'><img src='gui_actions'>Actions</img></a>
+ <img cond='flags&amp;2' src='gui_map' onclick='back_to_map()'><text>Show
+Map</text></img>
+ <a href='#Settings'><img src='gui_settings'><text>Settings</text></img></a>
+ <a href='#Tools'><img src='gui_tools'><text>Tools</text></img></a>
+ <a href='#Route'><img src='gui_settings'><text>Route</text></img></a>
+ <img src='gui_about' onclick='about()'><text>About</text></img>
+ <img src='gui_quit' onclick='quit()'><text>Quit</text></img>
+ </a>
+ <a name='Actions'><text>Actions</text>
+ <img src='gui_bookmark' onclick='bookmarks()'><text>Bookmarks</text></img>
+ <img src='gui_formerdests' onclick='formerdests()'><text>Former
+Destinations</text></img>
+ <img cond='click_coord_geo' src='gui_map' onclick='position(click_coord_geo,_("Map Point"),8|16|32|64|256)'><script>write(click_coord_geo)</script></img>
+ <img cond='position_coord_geo' src='gui_vehicle' onclick='position(position_coord_geo,_("Vehicle Position"),8|32|64|128|256)'><script>write(position_coord_geo)</script></img>
+ <img src='gui_town' onclick='town()'><text>Town</text></img>
+ <img src='gui_map' onclick='enter_coord()'><text>Coordinates</text></img>
+ <img cond='navit.route.route_status&amp;1' src='gui_stop' onclick='abort_navigation();refresh()'><text>Stop
+Navigation</text></img>
+ </a>
+ <a name='Settings'><text>Settings</text>
+ <a href='#Settings Display'><img src='gui_display'><text>Display</text></img></a>
+ <img src='gui_maps' onclick='setting_maps()'><text>Maps</text></img>
+ <!-- <a href='#Settings Maps'><img src='gui_maps'><text>Maps</text></img></a> -->
+ <img src='gui_vehicle' onclick='setting_vehicle()'><text>Vehicle</text></img>
+ <!-- <a href='#Settings Vehicles'><img src='gui_vehicle'><text>Vehicle</text></img></a> -->
+ <img src='gui_rules' onclick='setting_rules()'><text>Rules</text></img>
+ </a>
+ <a name='Settings Display'><text>Display</text>
+ <!-- <img src='gui_display' onclick='setting_layout()'><text>Layout</text></img> -->
+ <a href='#Settings Layouts'><img src='gui_display'><text>Layout</text></img></a>
+ <img cond='fullscreen==0' src='gui_fullscreen' onclick='fullscreen=1'><text>Fullscreen</text></img>
+ <img cond='fullscreen==1' src='gui_leave_fullscreen' onclick='fullscreen=0'><text>Window Mode</text></img>
+ <img cond='navit.pitch==0' src='gui_map' onclick='navit.pitch=pitch;redraw_map();back_to_map()'><text>3D</text></img>
+ <img cond='navit.pitch!=0' src='gui_map' onclick='navit.pitch=0;redraw_map();back_to_map()'><text>2D</text></img>
+ </a>
+ <a name='Tools'><text>Tools</text>
+ <img src='gui_actions' onclick='locale()'><text>Show Locale</text></img>
+ </a>
+ <a name='Route'><text>Route</text>
+ <img src='gui_actions' onclick='route_description()'><text>Description</text></img>
+ <img src='gui_actions' onclick='route_height_profile()'><text>Height Profile</text></img>
+ <img cond='navit.waypoints_flag &amp;&amp; (navit.route.route_status&amp;1)' src='cursor_still' onclick='waypoints()'><text>Waypoints</text></img>
+ <img cond='navit.waypoints_flag &amp;&amp; (navit.route.route_status&amp;1)' src='gui_stop' onclick='navit.route_remove_last_waypoint()'><text>Drop last
+Waypoint</text></img>
+ <img cond='navit.waypoints_flag &amp;&amp; (navit.route.route_status&amp;1)' src='gui_stop' onclick='navit.route_remove_next_waypoint()'><text>Drop next
+Waypoint</text></img>
+ </a>
+ <a name='Map Point'><text>Map Point</text>
+ <script>position(click_coord_geo,_("Map Point"),8|16|32|64|256)</script>
+ </a>
+ <a name='Settings Layouts' class='clist' refresh_cond='navit.layout'><text>Layout</text>
+ <script>
+ foreach(layout;navit.layout)
+ img("centry", navit.layout==layout?"gui_active":"gui_inactive", layout.name,
+ "", "navit.layout=navit.layout[@name==%{se}*]", layout.name);
+ </script>
+ </a>
+ <a name='Settings Maps' class='clist'><text>Maps</text>
+ <script>
+ foreach(map;navit.mapset.map)
+ if (map.description)
+ img("centry",map.active?"gui_active":"gui_inactive", map.description,
+ "","navit.mapset.map[@description==%{se}].active=%{d}*",map.description,!map.active,"redraw_map();refresh();");
+ else
+ img("centry",map.active?"gui_active":"gui_inactive", map.type+":"+map.data,
+ "","navit.mapset.map[@data==%{se}].active=%{d}*",map.data,!map.active,"redraw_map();refresh();");
+ </script>
+ </a>
+ <a name='Settings Vehicles' class='clist'><text>Vehicle</text>
+ <script>
+ foreach(vehicle;navit.vehicle)
+ img("centry",navit.vehicle==vehicle?"gui_active":"gui_inactive",vehicle.name,
+ "name=%{se};menu(\"#Settings Vehicle\")",vehicle.name);
+ </script>
+ </a>
+ <a name='Settings Vehicle' class='clist'><script>write(name)</script>
+ <script>
+ foreach(vehicle;navit.vehicle)
+ if (vehicle.name == name) {
+ if (vehicle!=navit.vehicle)
+ img("centry","gui_active","Set as active",
+ "","navit.vehicle=navit.vehicle[@name==%{se}*]",name);
+ foreach(vehicleprofile;navit.vehicleprofile)
+ 0 img("centry",vehicle.profilename==vehicleprofile.name?"gui_active":"gui_inactive",vehicleprofile.name,
+ "","navit.vehicle[@name=%{se}].profilename=%{se}*",name,vehicleprofile.name,"refresh()");
+ }
+ </script>
+ </a>
+ <a name='Satellite Status' class='clist'><text>Satellite Status</text>
+ <script>satellite_status_page()</script>
+ </a>
+ <a name='NMEA Data' class='clist'><text>NMEA Data</text>
+ <script>nmea_data_page()</script>
+ </a>
+ </html>
+ ]]></gui>
+ <!-- for a debug log -->
+ <log enabled="no" type="textfile_debug" data="debug_%Y%m%d-%i.txt" flush_size="1000" flush_time="30"/>
+ <!-- osd items allow to position display and control items directly on top of the map: -->
+ <osd enabled="no" type="compass"/>
+ <osd enabled="no" type="navigation_next_turn"/>
+
+ <!-- Commands include gui_internal_menu, gui_internal_fullscreen, zoom_in and zoom_out.
+ Usage of negative values change the button origins. x="0" y="0" specifies the top left, x="-0" y="-0" the bottom right corner.
+ It's always the top left corner of the icon, so you need to consider the icon's size when you enter the values. -->
+ <osd enabled="yes" type="gps_status" x="0" y="0" w="50" h="50"/>
+ <osd enabled="no" type="text" label="${vehicle.position_sats_used}/${vehicle.position_qual}" x="0" y="0" w="50" h="50" background_color="#00000058" font_size="400"/>
+ <osd enabled="yes" type="text" label="${vehicle.position_speed}" x="50" y="0" w="150" h="50" background_color="#00000058" font_size="400"/>
+ <osd enabled="yes" type="text" label="${navigation.item.destination_length[named]}" x="200" y="0" w="240" h="50" background_color="#00000058" font_size="400"/>
+ <osd enabled="yes" type="navigation_next_turn" x="-100" y="0" w="100" h="100" icon_w="90" icon_h="80" background_color="#00000058"/>
+ <osd enabled="yes" type="text" label="${navigation.item[1].length[named]}" x="-100" y="100" w="100" h="50" background_color="#00000058" font_size="400"/>
+ <osd enabled="yes" type="button" x="-96" y="-96" w="96" h="96" command="zoom_in()" src="zoom_in"/>
+ <osd enabled="yes" type="button" x="0" y="-96" w="96" h="96" command="zoom_out()" src="zoom_out"/>
+
+ <!-- Vehicle with GPS enabled for gpsd on unix -->
+ <vehicle name="Local GPS" profilename="car" enabled="no" active="1" source="gpsd://localhost" gpsd_query="w+xj">
+ <!-- Vehicle with GPS enabled for direct communication on windows. Remove the line above if you use this. -->
+ <!-- <vehicle name="Local GPS" profilename="car" follow="1" enabled="yes" active="1"
+ source="serial:COM4 baud=4800 parity=N data=8 stop=1" > -->
+
+ <!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -->
+ <log enabled="no" type="gpx" attr_types="position_time_iso8601,position_direction,position_speed,profilename,position_radius" data="track_%Y%m%d-%%i.gpx" flush_size="1000" flush_time="30"/>
+ </vehicle>
+
+ <!-- For SDL, you should add follow="1" to have the view centered on your position -->
+ <!-- <vehicle name="Meins" enabled="yes" source="gpsd://localhost" color="#0000ff" follow="1"/> -->
+
+ <vehicle name="Demo" profilename="car" enabled="no" source="demo://"/>
+ <vehicle name="Qt5" profilename="car" enabled="yes" active="1" source="qt5://"/>
+
+ <!-- For the cumulative displacement filter to be enabled, set cdf_histsize="x" here, with x being an integer somewhere around 4 -->
+ <tracking cdf_histsize="0"/>
+
+ <vehicleprofile name="car" route_depth="4:25%,8:40000,18:10000" flags="0x4000000" flags_forward_mask="0x4000002" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0" static_speed="5" static_distance="25">
+ <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="10" />
+ <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30" />
+ <roadprofile item_types="street_3_city" speed="40" route_weight="40" />
+ <roadprofile item_types="street_4_city" speed="50" route_weight="50" />
+ <roadprofile item_types="highway_city" speed="80" route_weight="80" />
+ <roadprofile item_types="street_1_land" speed="60" route_weight="60" />
+ <roadprofile item_types="street_2_land" speed="65" route_weight="65" />
+ <roadprofile item_types="street_3_land" speed="70" route_weight="70" />
+ <roadprofile item_types="street_4_land" speed="80" route_weight="80" />
+ <roadprofile item_types="street_n_lanes" speed="120" route_weight="120" />
+ <roadprofile item_types="highway_land" speed="120" route_weight="120" />
+ <roadprofile item_types="ramp" speed="40" route_weight="40" />
+ <!--roundabout does not apply to OSMaps -->
+ <roadprofile item_types="roundabout" speed="10" route_weight="10"/>
+ <roadprofile item_types="ferry" speed="40" route_weight="40"/>
+ </vehicleprofile>
+
+ <vehicleprofile name="car_shortest" flags="0x4000000" flags_forward_mask="0x4000002" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0" static_speed="5" static_distance="25">
+ <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="60" />
+ <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="60" />
+ <roadprofile item_types="street_3_city" speed="40" route_weight="60" />
+ <roadprofile item_types="street_4_city" speed="50" route_weight="60" />
+ <roadprofile item_types="highway_city" speed="80" route_weight="60" />
+ <roadprofile item_types="street_1_land" speed="60" route_weight="60" />
+ <roadprofile item_types="street_2_land" speed="65" route_weight="60" />
+ <roadprofile item_types="street_3_land" speed="70" route_weight="60" />
+ <roadprofile item_types="street_4_land" speed="80" route_weight="60" />
+ <roadprofile item_types="street_n_lanes" speed="120" route_weight="60" />
+ <roadprofile item_types="highway_land" speed="120" route_weight="60" />
+ <roadprofile item_types="ramp" speed="40" route_weight="60" />
+ <!--roundabout does not apply to OSMaps -->
+ <roadprofile item_types="roundabout" speed="10" route_weight="60"/>
+ <roadprofile item_types="ferry" speed="40" route_weight="60"/>
+ </vehicleprofile>
+
+ <vehicleprofile name="car_avoid_tolls" flags="0x4000000" flags_forward_mask="0x4000402" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0" static_speed="5" static_distance="25">
+ <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="10"/>
+ <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30"/>
+ <roadprofile item_types="street_3_city" speed="40" route_weight="40"/>
+ <roadprofile item_types="street_4_city" speed="50" route_weight="50"/>
+ <roadprofile item_types="highway_city" speed="80" route_weight="80"/>
+ <roadprofile item_types="street_1_land" speed="60" route_weight="60"/>
+ <roadprofile item_types="street_2_land" speed="65" route_weight="65"/>
+ <roadprofile item_types="street_3_land" speed="70" route_weight="70"/>
+ <roadprofile item_types="street_4_land" speed="80" route_weight="80"/>
+ <roadprofile item_types="street_n_lanes" speed="120" route_weight="120"/>
+ <roadprofile item_types="highway_land" speed="120" route_weight="120"/>
+ <roadprofile item_types="ramp" speed="40" route_weight="40"/>
+ <!--roundabout does not apply to OSMaps -->
+ <roadprofile item_types="roundabout" speed="10" route_weight="10"/>
+ <roadprofile item_types="ferry" speed="40" route_weight="40"/>
+ </vehicleprofile>
+ <vehicleprofile name="car_pedantic" route_depth="18:25%,18:40000" flags="0x4000000" flags_forward_mask="0x4000002" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0" static_speed="5" static_distance="25">
+ <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="10"/>
+ <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30"/>
+ <roadprofile item_types="street_3_city" speed="40" route_weight="40"/>
+ <roadprofile item_types="street_4_city" speed="50" route_weight="50"/>
+ <roadprofile item_types="highway_city" speed="80" route_weight="80"/>
+ <roadprofile item_types="street_1_land" speed="60" route_weight="60"/>
+ <roadprofile item_types="street_2_land" speed="65" route_weight="65"/>
+ <roadprofile item_types="street_3_land" speed="70" route_weight="70"/>
+ <roadprofile item_types="street_4_land" speed="80" route_weight="80"/>
+ <roadprofile item_types="street_n_lanes" speed="120" route_weight="120"/>
+ <roadprofile item_types="highway_land" speed="120" route_weight="120"/>
+ <roadprofile item_types="ramp" speed="40" route_weight="40"/>
+ <!--roundabout does not apply to OSMaps -->
+ <roadprofile item_types="roundabout" speed="10" route_weight="10"/>
+ <roadprofile item_types="ferry" speed="40" route_weight="40"/>
+ </vehicleprofile>
+ <vehicleprofile name="bike" route_depth="18:25%,18:40000" flags="0x40000000" flags_forward_mask="0x40000000" flags_reverse_mask="0x40000000" maxspeed_handling="1" route_mode="0" static_speed="5" static_distance="25">
+ <roadprofile item_types="steps" speed="2" route_weight="5" />
+ <roadprofile item_types="street_pedestrian,footway" speed="5" route_weight="10" />
+ <roadprofile item_types="path,track_ground" speed="12" route_weight="12" />
+ <roadprofile item_types="track_gravelled" speed="17" route_weight="15" />
+ <!-- cycleways, paved tracks, serviceways etc. are the favourite ways -->
+ <roadprofile item_types="track_paved,cycleway,street_service,street_parking_lane" speed="22" route_weight="20" />
+ <!-- residential, unclassified, living street etc. -->
+ <roadprofile item_types="street_0,street_1_city,living_street" speed="20" route_weight="15" />
+ <!-- tertiary and minor roads are acceptable, but should be avoided in favour of tracks and cycleways -->
+ <roadprofile item_types="street_2_city,street_1_land,street_2_land" speed="22" route_weight="12" />
+ <!-- secondary etc. are acceptable when necessary -->
+ <roadprofile item_types="street_3_city" speed="22" route_weight="10" />
+ <!-- primary, trunk etc. should be avoided -->
+ <roadprofile item_types="street_4_city,ramp" speed="22" route_weight="7" />
+ <!-- Those types do not appear in maptool.c and therefore are not used ATM -->
+ <roadprofile item_types="street_3_land,street_4_land" speed="20" route_weight="7" />
+ <!--roundabout does not apply to OSMaps -->
+ <roadprofile item_types="roundabout" speed="20" route_weight="10"/>
+ <roadprofile item_types="ferry" speed="40" route_weight="40"/>
+ </vehicleprofile>
+
+ <vehicleprofile name="pedestrian" route_depth="18:25%,18:10000" flags="0x80000000" flags_forward_mask="0x80000000" flags_reverse_mask="0x80000000" maxspeed_handling="1" route_mode="0" static_speed="3" static_distance="10">
+ <roadprofile item_types="footway,bridleway,path,steps" speed="5" route_weight="5"/>
+ <roadprofile item_types="hiking_mountain" speed="4" route_weight="4"/>
+ <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="5"/>
+ <roadprofile item_types="track_gravelled,track_unpaved,track_grass,track_ground,hiking" speed="5" route_weight="5"/>
+ <roadprofile item_types="track_paved" speed="5" route_weight="5"/>
+ <roadprofile item_types="cycleway" speed="5" route_weight="5"/>
+ <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="5"/>
+ <roadprofile item_types="street_3_city,street_4_city,street_service,street_parking_lane" speed="5" route_weight="5"/>
+ <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="5"/>
+ <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="5"/>
+ <!--roundabout does not apply to OSMaps -->
+ <roadprofile item_types="roundabout" speed="5" route_weight="5"/>
+ <roadprofile item_types="ferry" speed="40" route_weight="40"/>
+ </vehicleprofile>
+ <vehicleprofile name="horse" route_depth="18:25%,18:40000" flags="0x20000000" flags_forward_mask="0x20000000" flags_reverse_mask="0x20000000" maxspeed_handling="1" route_mode="0" static_speed="3" static_distance="10">
+ <roadprofile item_types="bridleway" speed="10" route_weight="10"/>
+ <roadprofile item_types="footway,path,steps" speed="5" route_weight="5"/>
+ <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="4"/>
+ <roadprofile item_types="track_gravelled" speed="5" route_weight="5"/>
+ <roadprofile item_types="track_paved" speed="5" route_weight="5"/>
+ <roadprofile item_types="cycleway" speed="5" route_weight="5"/>
+ <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="2"/>
+ <roadprofile item_types="street_3_city,street_4_city,street_service,street_parking_lane" speed="5" route_weight="4"/>
+ <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="2"/>
+ <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="4"/>
+ <!--roundabout does not apply to OSMaps -->
+ <roadprofile item_types="roundabout" speed="5" route_weight="2"/>
+ <roadprofile item_types="ferry" speed="40" route_weight="40"/>
+ </vehicleprofile>
+ <!-- chr:
+ flags used for a truck: (first flag number is 0)
+ 8: SIZE_OR_WEIGHT_LIMIT
+ 21: TRANSPORT_TRUCK
+ speed setup:
+ 'speed' data of the vehicleprofile for a car is
+ reduced about 10 km/h. When the speed was at
+ 10 km/h, I reduced it to 5 km/h.
+ 'route_weight' data has been treated in the same way.
+ If you want to discourage the use of small roads,
+ just reduce this value.
+ size and weight setup:
+ This is an example, you have to use the data of your truck.
+ bobshaffer's standard truck:
+ (1 lb = 453.59237 g, 1 foot = .3048 m)
+ (data has to be in [cm] and [kg] according to 'vehicleprofile.h')
+ vehicle_width= 9 feet, 274 cm
+ vehicle_height= 13.5 feet, 411 cm
+ vehicle_length= 70 feet, 2134 cm
+ vehicle_weight= 80000 lbs, 36287 kg
+ vehicle_axle_weight= 34000 lbs, 15422 kg
+ -->
+
+ <vehicleprofile name="Truck" flags="0x200000" flags_forward_mask="0x200002" flags_reverse_mask="0x200001" maxspeed_handling="1" route_mode="0" static_speed="5"
+ static_distance="25"
+ vehicle_width="274" vehicle_height="411" vehicle_length="2134"
+ vehicle_weight="36287" vehicle_axle_weight="15422">
+ <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="5" />
+ <roadprofile item_types="street_2_city,track_paved" speed="20" route_weight="20"/>
+ <roadprofile item_types="street_3_city" speed="30" route_weight="30"/>
+ <roadprofile item_types="street_4_city" speed="40" route_weight="40"/>
+ <roadprofile item_types="highway_city" speed="70" route_weight="70"/>
+ <roadprofile item_types="street_1_land" speed="50" route_weight="50"/>
+ <roadprofile item_types="street_2_land" speed="55" route_weight="55"/>
+ <roadprofile item_types="street_3_land" speed="60" route_weight="60"/>
+ <roadprofile item_types="street_4_land" speed="70" route_weight="70"/>
+ <roadprofile item_types="street_n_lanes" speed="80" route_weight="80"/>
+ <roadprofile item_types="highway_land" speed="80" route_weight="80"/>
+ <roadprofile item_types="ramp" speed="30" route_weight="30"/>
+ <!--roundabout does not apply to OSMaps -->
+ <roadprofile item_types="roundabout" speed="5" route_weight="5"/>
+ <roadprofile item_types="ferry" speed="40" route_weight="40"/>
+ </vehicleprofile>
+
+
+ <route destination_distance="50"/>
+
+ <navigation>
+ <announce type="street_0,street_1_city,street_parking_lane,living_street,street_service" level0="25" level1="100" level2="200" unit="m"/>
+ <announce type="street_2_city,street_3_city,street_4_city,ramp" level0="50" level1="200" level2="500" unit="m"/>
+ <announce type="highway_city,street_1_land,street_2_land,street_3_land,street_4_land" level0="100" level1="400" level2="1000" unit="m"/>
+ <announce type="street_n_lanes,highway_land" level0="300" level1="1000" level2="2000" unit="m"/>
+ </navigation>
+
+ <!-- Navit provides speech output in text format.
+ If you have a speech synthesizer like festival lite installed, you can get turn by turn directions out of navit. Please set the "cps"-value to how many characters your tts engine approximately speaks per second.
+ The default is text output to the shell -->
+ <!-- speech type="cmdline" data="echo 'Fix the speech tag in navit.xml to let navit say:' '%s'" cps="15"/ -->
+ <speech type="cmdline" data="say_de_DE.sh '%s'" cps="15"/>
+ <!--
+ Instead of using a speech synthesizer, navit can also play pre-recorded samples for each word.
+ See http://wiki.navit-project.org/index.php/Configuration for details.
+
+ <speech type="cmdline" data="aplay -q %s"
+ sample_dir="/path/to/sampledir" sample_suffix=".wav" flags="1"
+ vocabulary_name="0" vocabulary_name_systematic="0" vocabulary_distances="0"/>
+ -->
+
+ <!-- You can only have enabled only one mapset at time, but with as much maps enabled as you want -->
+
+ <!-- If you have the reiseplaner maps installed, set enabled="yes" in the next line and set the path correctly -->
+ <mapset enabled="no">
+ <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map"/>
+ <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp1.smp"/>
+ <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp2.smp"/>
+ <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp3.smp"/>
+ <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp4.smp"/>
+ <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp5.smp"/>
+ </mapset>
+
+ <!-- If you dont want to use the sample map, either set enabled="no" in the next line or remove the xml file from the maps directory -->
+ <mapset enabled="no">
+ <xi:include href="$NAVIT_SHAREDIR/maps/*.xml"/>
+ </mapset>
+
+ <!-- Mapset template for openstreetmaps -->
+ <mapset enabled="no">
+ <map type="binfile" enabled="yes" data="/media/mmc2/MapsNavit/osm_europe.bin"/>
+ </mapset>
+ <!-- Mapset template for openstreetmaps -->
+ <mapset enabled="yes">
+ <map type="binfile" enabled="no" data="/usr/share/navit/maps/osm_bbox_11.3,47.9,11.7,48.2.bin"/>
+ <map type="binfile" enabled="yes" data="~/Maps/map.navit.bin"/>
+ </mapset>
+
+ <!-- Mapset template for garmin maps -->
+ <mapset enabled="no">
+ <map type="garmin" enabled="yes" data="/path/to/img" debug="4"/>
+ </mapset>
+
+ <layer name="Found items" order="0-">
+ <itemgra item_types="found_item">
+ <circle color="#008080" radius="24" width="2" text_size="12"/>
+ </itemgra>
+ </layer>
+
+ <layout name="Car" nightlayout="Car-dark" color="#ffefb7" font="Arial">
+
+ <cursor w="26" h="26">
+ <itemgra>
+ <circle color="#0000ff" radius="24" width="2">
+ <coord x="0" y="0"/>
+ </circle>
+ </itemgra>
+ <itemgra speed_range="-2">
+ <polyline color="#0000ff" width="2">
+ <coord x="0" y="0"/>
+ <coord x="0" y="0"/>
+ </polyline>
+ </itemgra>
+ <itemgra speed_range="3-">
+ <polyline color="#0000ff" width="2">
+ <coord x="-7" y="-10"/>
+ <coord x="0" y="12"/>
+ <coord x="7" y="-10"/>
+ </polyline>
+ </itemgra>
+ </cursor>
+
+ <layer name="polygons">
+ <itemgra item_types="image" order="0-">
+ <image/>
+ </itemgra>
+ <itemgra item_types="poly_wood" order="8-">
+ <polygon color="#8ec78d"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_farm" order="8-">
+ <polygon color="#c7f1a3"/>
+ <polyline color="#79c691"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_meadow" order="8-">
+ <polygon color="#c7f1a3"/>
+ <polyline color="#79c691"/>
+ </itemgra>
+ <itemgra item_types="poly_town" order="0-">
+ <polygon color="#ffc895"/>
+ <polyline color="#ebb481"/>
+ </itemgra>
+ <itemgra item_types="poly_university" order="8-">
+ <polygon color="#d68fb8"/>
+ <polyline color="#881155"/>
+ </itemgra>
+ <itemgra item_types="poly_water_tiled" order="0-">
+ <polygon color="#82c8ea"/>
+ </itemgra>
+ <itemgra item_types="poly_water" order="0-">
+ <polygon color="#82c8ea"/>
+ <polyline color="#5096b8"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_land" order="0-">
+ <polygon color="#ffefb7"/>
+ <polyline color="#ffefb7"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="9-">
+ <polygon color="#a0a0a0"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_park" order="0-">
+ <polygon color="#7cc334"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="10">
+ <polyline color="#d2d2d2" width="3"/>
+ <polyline color="#dddddd" width="1"/>
+ <polygon color="#dddddd"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="11">
+ <polyline color="#d2d2d2" width="5"/>
+ <polyline color="#dddddd" width="3"/>
+ <polygon color="#dddddd"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="12">
+ <polyline color="#d2d2d2" width="8"/>
+ <polyline color="#dddddd" width="6"/>
+ <polygon color="#dddddd"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="13">
+ <polyline color="#d2d2d2" width="9"/>
+ <polyline color="#dddddd" width="7"/>
+ <polygon color="#dddddd"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="14">
+ <polyline color="#d2d2d2" width="13"/>
+ <polyline color="#dddddd" width="9"/>
+ <polygon color="#dddddd"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="15">
+ <polyline color="#d2d2d2" width="18"/>
+ <polyline color="#dddddd" width="14"/>
+ <polygon color="#dddddd"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="16">
+ <polyline color="#d2d2d2" width="21"/>
+ <polyline color="#dddddd" width="17"/>
+ <polygon color="#dddddd"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="17">
+ <polyline color="#d2d2d2" width="25"/>
+ <polyline color="#dddddd" width="21"/>
+ <polygon color="#dddddd"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="18">
+ <polyline color="#d2d2d2" width="40"/>
+ <polyline color="#dddddd" width="34"/>
+ <polygon color="#dddddd"/>
+ </itemgra>
+ <itemgra item_types="poly_airport" order="0-">
+ <polygon color="#a0a0a0"/>
+ </itemgra>
+ <itemgra item_types="poly_sport,poly_sports_pitch" order="11-">
+ <polygon color="#4af04f"/>
+ </itemgra>
+ <itemgra item_types="poly_industry,poly_place" order="11-">
+ <polygon color="#e6e6e6"/>
+ </itemgra>
+ <itemgra item_types="poly_service" order="8-18">
+ <polygon color="#fefefe"/>
+ <polyline color="#d2d2d2" width="1"/>
+ </itemgra>
+ <itemgra item_types="poly_street_1" order="8-13">
+ <polygon color="#ffffff"/>
+ <polyline color="#d2d2d2" width="1"/>
+ </itemgra>
+ <itemgra item_types="poly_street_1" order="14-16">
+ <polygon color="#ffffff"/>
+ <polyline color="#d2d2d2" width="2"/>
+ </itemgra>
+ <itemgra item_types="poly_street_1" order="17-18">
+ <polygon color="#ffffff"/>
+ <polyline color="#d2d2d2" width="3"/>
+ </itemgra>
+ <itemgra item_types="poly_street_2" order="7-12">
+ <polygon color="#ffff00"/>
+ <polyline color="#c0c0c0" width="1"/>
+ </itemgra>
+ <itemgra item_types="poly_street_2" order="13-16">
+ <polygon color="#ffff00"/>
+ <polyline color="#c0c0c0" width="2"/>
+ </itemgra>
+ <itemgra item_types="poly_street_2" order="17-18">
+ <polygon color="#ffff00"/>
+ <polyline color="#c0c0c0" width="3"/>
+ </itemgra>
+ <itemgra item_types="poly_street_3" order="7-11">
+ <polygon color="#ffff00"/>
+ <polyline color="#a0a0a0" width="1"/>
+ </itemgra>
+ <itemgra item_types="poly_street_3" order="12-15">
+ <polygon color="#ffff00"/>
+ <polyline color="#a0a0a0" width="2"/>
+ </itemgra>
+ <itemgra item_types="poly_street_3" order="16-18">
+ <polygon color="#ffff00"/>
+ <polyline color="#a0a0a0" width="3"/>
+ </itemgra>
+ <itemgra item_types="water_line" order="0-">
+ <polyline color="#5096b8" width="1"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="water_river" order="4-5">
+ <polyline color="#82c8ea" width="1"/>
+ </itemgra>
+ <itemgra item_types="water_river" order="6">
+ <polyline color="#82c8ea" width="2"/>
+ </itemgra>
+ <itemgra item_types="water_river" order="7">
+ <polyline color="#82c8ea" width="3"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="water_river" order="8-9">
+ <polyline color="#82c8ea" width="4"/>
+ <text text_size="7"/>
+ </itemgra>
+ <itemgra item_types="water_river" order="10-">
+ <polyline color="#82c8ea" width="4"/>
+ <text text_size="10"/>
+ </itemgra>
+ <itemgra item_types="water_canal" order="6">
+ <polyline color="#82c8ea" width="1"/>
+ </itemgra>
+ <itemgra item_types="water_canal" order="7">
+ <polyline color="#82c8ea" width="2"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="water_canal" order="8-9">
+ <polyline color="#82c8ea" width="3"/>
+ <text text_size="7"/>
+ </itemgra>
+ <itemgra item_types="water_canal" order="10-">
+ <polyline color="#82c8ea" width="3"/>
+ <text text_size="10"/>
+ </itemgra>
+ <itemgra item_types="water_stream" order="8-9">
+ <polyline color="#82c8ea" width="1"/>
+ </itemgra>
+ <itemgra item_types="water_stream" order="10-">
+ <polyline color="#82c8ea" width="2"/>
+ <text text_size="7"/>
+ </itemgra>
+ <itemgra item_types="water_drain" order="10-">
+ <polyline color="#82c8ea" width="1"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_apron" order="0-">
+ <polygon color="#d0d0d0"/>
+ </itemgra>
+ <itemgra item_types="poly_terminal" order="7-">
+ <polygon color="#e3c6a6"/>
+ </itemgra>
+ <itemgra item_types="poly_cemetery" order="11-">
+ <polygon color="#bde3cb"/>
+ </itemgra>
+ <itemgra item_types="poly_car_parking" order="11-">
+ <polygon color="#e7cf87"/>
+ </itemgra>
+ <itemgra item_types="poly_building" order="11-">
+ <polygon color="#b6a6a6"/>
+ </itemgra>
+ <itemgra item_types="rail" order="6-">
+ <polyline color="#696969" width="3"/>
+ <polyline color="#ffffff" width="1" dash="5,5"/>
+ </itemgra>
+ <itemgra item_types="ferry" order="5-">
+ <polyline color="#000000" width="1" dash="10"/>
+ </itemgra>
+ <itemgra item_types="border_country" order="0-">
+ <polyline color="#b8434e" width="1" dash="10,5,2,5"/>
+ </itemgra>
+ <itemgra item_types="border_state" order="0-">
+ <polyline color="#808080" width="1"/>
+ </itemgra>
+ <itemgra item_types="height_line_1" order="0-">
+ <polyline color="#000000" width="4"/>
+ </itemgra>
+ <itemgra item_types="height_line_2" order="0-">
+ <polyline color="#000000" width="2"/>
+ </itemgra>
+ <itemgra item_types="height_line_3" order="0-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ </layer>
+ <layer name="streets">
+ <itemgra item_types="street_route" order="2">
+ <polyline color="#0000a0" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="3-5">
+ <polyline color="#0000a0" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="6">
+ <polyline color="#0000a0" width="10"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="7-8">
+ <polyline color="#0000a0" width="16"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="9-10">
+ <polyline color="#0000a0" width="20"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="11">
+ <polyline color="#0000a0" width="28"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="12">
+ <polyline color="#0000a0" width="32"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="13">
+ <polyline color="#0000a0" width="52"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="14">
+ <polyline color="#0000a0" width="64"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="15">
+ <polyline color="#0000a0" width="68"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="16">
+ <polyline color="#0000a0" width="132"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="17">
+ <polyline color="#0000a0" width="268"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="18">
+ <polyline color="#0000a0" width="530"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="2">
+ <polyline color="#ba00b8" width="4"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="3-5">
+ <polyline color="#ba00b8" width="8"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="6">
+ <polyline color="#ba00b8" width="10"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="7-8">
+ <polyline color="#ba00b8" width="16"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="9-10">
+ <polyline color="#ba00b8" width="20"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="11">
+ <polyline color="#ba00b8" width="28"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="12">
+ <polyline color="#ba00b8" width="32"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="13">
+ <polyline color="#ba00b8" width="52"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="14">
+ <polyline color="#ba00b8" width="64"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="15">
+ <polyline color="#ba00b8" width="68"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="16">
+ <polyline color="#ba00b8" width="132"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="17">
+ <polyline color="#ba00b8" width="268"/>
+ </itemgra>
+ <itemgra item_types="selected_line" order="18">
+ <polyline color="#ba00b8" width="530"/>
+ </itemgra>
+ <itemgra item_types="forest_way_1" order="10-">
+ <polyline color="#0070c0" width="6"/>
+ </itemgra>
+ <itemgra item_types="forest_way_2" order="10-">
+ <polyline color="#ff0000" width="3"/>
+ </itemgra>
+ <itemgra item_types="forest_way_3" order="10-">
+ <polyline color="#ff0000" width="1" dash="2,4"/>
+ </itemgra>
+ <itemgra item_types="forest_way_4" order="10-">
+ <polyline color="#119a2e" width="1" dash="4,10"/>
+ </itemgra>
+ <itemgra item_types="street_nopass" order="10-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="track_paved" order="10-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="track_gravelled,track_grass" order="10-12">
+ <polyline color="#800000" width="1" dash="3,6"/>
+ </itemgra>
+ <itemgra item_types="track_gravelled,track_grass" order="13-14">
+ <polyline color="#ffffff" width="4"/>
+ <polyline color="#800000" width="1" dash="4,8"/>
+ </itemgra>
+ <itemgra item_types="track_gravelled,track_grass" order="15-16">
+ <polyline color="#ffffff" width="5"/>
+ <polyline color="#800000" width="1" dash="5,10"/>
+ </itemgra>
+ <itemgra item_types="track_gravelled,track_grass" order="17-">
+ <polyline color="#ffffff" width="7"/>
+ <polyline color="#800000" width="1" dash="7,15"/>
+ </itemgra>
+ <itemgra item_types="track_unpaved,track_ground,path,hiking,hiking_mountain,hiking_mountain_demanding,hiking_alpine,hiking_alpine_demanding,hiking_alpine_difficult" order="10-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="bridleway" order="10-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="cycleway" order="10-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_novice" order="10-12">
+ <polyline color="#00A000" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_novice" order="13-14">
+ <polyline color="#00A000" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_novice" order="15-16">
+ <polyline color="#00A000" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_novice" order="17-">
+ <polyline color="#00A000" width="5"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_easy" order="10-12">
+ <polyline color="#0000ff" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_easy" order="13-14">
+ <polyline color="#0000ff" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_easy" order="15-16">
+ <polyline color="#0000ff" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_easy" order="17-">
+ <polyline color="#0000ff" width="5"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_intermediate" order="10-12">
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_intermediate" order="13-14">
+ <polyline color="#ff0000" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_intermediate" order="15-16">
+ <polyline color="#ff0000" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_intermediate" order="17-">
+ <polyline color="#ff0000" width="5"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_advanced" order="10-12">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_advanced" order="13-14">
+ <polyline color="#000000" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_advanced" order="15-16">
+ <polyline color="#000000" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_advanced" order="17-">
+ <polyline color="#000000" width="5"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_expert" order="10-12">
+ <polyline color="#ffaa00" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_expert" order="13-14">
+ <polyline color="#ffaa00" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_expert" order="15-16">
+ <polyline color="#ffaa00" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_expert" order="17-">
+ <polyline color="#ffaa00" width="5"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_freeride" order="10-12">
+ <polyline color="#ffff00" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_freeride" order="13-14">
+ <polyline color="#ffff00" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_freeride" order="15-16">
+ <polyline color="#ffff00" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_freeride" order="17-">
+ <polyline color="#ffff00" width="5"/>
+ </itemgra>
+ <itemgra item_types="lift_cable_car" order="6-">
+ <polyline color="#696969" width="1" dash="5"/>
+ </itemgra>
+ <itemgra item_types="lift_chair" order="6-">
+ <polyline color="#696969" width="1" dash="5"/>
+ </itemgra>
+ <itemgra item_types="lift_drag" order="6-">
+ <polyline color="#696969" width="1" dash="5"/>
+ </itemgra>
+ <itemgra item_types="piste_nordic" order="10-12">
+ <polyline color="#0000ff" width="1" dash="3,6" offset="4"/>
+ </itemgra>
+ <itemgra item_types="piste_nordic" order="13-14">
+ <polyline color="#ffffff" width="4" offset="6"/>
+ <polyline color="#0000ff" width="1" dash="4,8" offset="6"/>
+ </itemgra>
+ <itemgra item_types="piste_nordic" order="15-16">
+ <polyline color="#ffffff" width="5" offset="7"/>
+ <polyline color="#0000ff" width="1" dash="5,10" offset="7"/>
+ </itemgra>
+ <itemgra item_types="piste_nordic" order="17-">
+ <polyline color="#ffffff" width="7" offset="10"/>
+ <polyline color="#0000ff" width="1" dash="7,15" offset="10"/>
+ </itemgra>
+ <itemgra item_types="footway_and_piste_nordic" order="10-12">
+ <polyline color="#ff0000" width="1" dash="3,15"/>
+ <polyline color="#0000ff" width="1" dash="3,15" offset="9"/>
+ </itemgra>
+ <itemgra item_types="footway_and_piste_nordic" order="13-14">
+ <polyline color="#ffffff" width="4"/>
+ <polyline color="#ff0000" width="2"/>
+ <polyline color="#0000ff" width="1" dash="4,20" offset="12"/>
+ </itemgra>
+ <itemgra item_types="footway_and_piste_nordic" order="15-16">
+ <polyline color="#ffffff" width="5"/>
+ <polyline color="#ff0000" width="3"/>
+ <polyline color="#0000ff" width="1" dash="5,25" offset="15"/>
+ </itemgra>
+ <itemgra item_types="footway_and_piste_nordic" order="17-">
+ <polyline color="#ffffff" width="7"/>
+ <polyline color="#ff0000" width="5"/>
+ <polyline color="#0000ff" width="1" dash="7,37" offset="22"/>
+ </itemgra>
+ <itemgra item_types="footway" order="10-12">
+ <polyline color="#ff0000" width="1" dash="3,6"/>
+ </itemgra>
+ <itemgra item_types="footway" order="13-14">
+ <polyline color="#ffffff" width="4"/>
+ <polyline color="#ff0000" width="1" dash="4,8"/>
+ </itemgra>
+ <itemgra item_types="footway" order="15-16">
+ <polyline color="#ffffff" width="5"/>
+ <polyline color="#ff0000" width="1" dash="5,10"/>
+ </itemgra>
+ <itemgra item_types="footway" order="17-">
+ <polyline color="#ffffff" width="7"/>
+ <polyline color="#ff0000" width="1" dash="7,15"/>
+ </itemgra>
+ <itemgra item_types="steps" order="10-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="10">
+ <polyline color="#d2d2d2" width="3"/>
+ <polyline color="#dddddd" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="11">
+ <polyline color="#d2d2d2" width="5"/>
+ <polyline color="#dddddd" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="12">
+ <polyline color="#d2d2d2" width="8"/>
+ <polyline color="#dddddd" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="13">
+ <polyline color="#d2d2d2" width="9"/>
+ <polyline color="#dddddd" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="14">
+ <polyline color="#d2d2d2" width="13"/>
+ <polyline color="#dddddd" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="15">
+ <polyline color="#d2d2d2" width="18"/>
+ <polyline color="#dddddd" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="16">
+ <polyline color="#d2d2d2" width="21"/>
+ <polyline color="#dddddd" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="17">
+ <polyline color="#d2d2d2" width="25"/>
+ <polyline color="#dddddd" width="21"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="18">
+ <polyline color="#d2d2d2" width="40"/>
+ <polyline color="#dddddd" width="34"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="10">
+ <polyline color="#d2d2d2" width="4"/>
+ <polyline color="#fefefe" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="11">
+ <polyline color="#d2d2d2" width="4"/>
+ <polyline color="#fefefe" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="12">
+ <polyline color="#d2d2d2" width="5"/>
+ <polyline color="#fefefe" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="13">
+ <polyline color="#d2d2d2" width="6"/>
+ <polyline color="#fefefe" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="14">
+ <polyline color="#d2d2d2" width="7"/>
+ <polyline color="#fefefe" width="5"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="15">
+ <polyline color="#d2d2d2" width="8"/>
+ <polyline color="#fefefe" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="16">
+ <polyline color="#d2d2d2" width="9"/>
+ <polyline color="#fefefe" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="17">
+ <polyline color="#d2d2d2" width="10"/>
+ <polyline color="#fefefe" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="18">
+ <polyline color="#d2d2d2" width="11"/>
+ <polyline color="#fefefe" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="12">
+ <polyline color="#d2d2d2" width="4"/>
+ <polyline color="#fefefe" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="13">
+ <polyline color="#d2d2d2" width="4"/>
+ <polyline color="#fefefe" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="14">
+ <polyline color="#d2d2d2" width="5"/>
+ <polyline color="#fefefe" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="15">
+ <polyline color="#d2d2d2" width="6"/>
+ <polyline color="#fefefe" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="16">
+ <polyline color="#d2d2d2" width="7"/>
+ <polyline color="#fefefe" width="5"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="17">
+ <polyline color="#d2d2d2" width="8"/>
+ <polyline color="#fefefe" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="18">
+ <polyline color="#d2d2d2" width="9"/>
+ <polyline color="#fefefe" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="10">
+ <polyline color="#d2d2d2" width="4"/>
+ <polyline color="#ffffff" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
+ <polyline color="#d2d2d2" width="6"/>
+ <polyline color="#ffffff" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
+ <polyline color="#d2d2d2" width="10"/>
+ <polyline color="#ffffff" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
+ <polyline color="#d2d2d2" width="11"/>
+ <polyline color="#ffffff" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
+ <polyline color="#d2d2d2" width="17"/>
+ <polyline color="#ffffff" width="13"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
+ <polyline color="#d2d2d2" width="18"/>
+ <polyline color="#ffffff" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
+ <polyline color="#d2d2d2" width="30"/>
+ <polyline color="#ffffff" width="26"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
+ <polyline color="#d2d2d2" width="67"/>
+ <polyline color="#ffffff" width="61"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
+ <polyline color="#d2d2d2" width="132"/>
+ <polyline color="#ffffff" width="126"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="7-8">
+ <polyline color="#c0c0c0" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="9">
+ <polyline color="#c0c0c0" width="3"/>
+ <polyline color="#ffff00" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="10">
+ <polyline color="#c0c0c0" width="4"/>
+ <polyline color="#ffff00" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="11">
+ <polyline color="#c0c0c0" width="5"/>
+ <polyline color="#ffff00" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="12">
+ <polyline color="#c0c0c0" width="7"/>
+ <polyline color="#ffff00" width="5"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="13">
+ <polyline color="#c0c0c0" width="11"/>
+ <polyline color="#ffff00" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="14">
+ <polyline color="#c0c0c0" width="14"/>
+ <polyline color="#ffff00" width="11"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="15">
+ <polyline color="#c0c0c0" width="19"/>
+ <polyline color="#ffff00" width="15"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="16">
+ <polyline color="#c0c0c0" width="30"/>
+ <polyline color="#ffff00" width="26"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="17">
+ <polyline color="#c0c0c0" width="63"/>
+ <polyline color="#ffff00" width="57"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="18">
+ <polyline color="#c0c0c0" width="100"/>
+ <polyline color="#ffff00" width="90"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="7-8">
+ <polyline color="#a0a0a0" width="3"/>
+ <polyline color="#ffff00" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="9">
+ <polyline color="#a0a0a0" width="5"/>
+ <polyline color="#ffff00" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="10">
+ <polyline color="#a0a0a0" width="8"/>
+ <polyline color="#ffff00" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="11">
+ <polyline color="#a0a0a0" width="9"/>
+ <polyline color="#ffff00" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="12">
+ <polyline color="#a0a0a0" width="13"/>
+ <polyline color="#ffff00" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="13">
+ <polyline color="#a0a0a0" width="18"/>
+ <polyline color="#ffff00" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="14">
+ <polyline color="#a0a0a0" width="21"/>
+ <polyline color="#ffff00" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="15">
+ <polyline color="#a0a0a0" width="25"/>
+ <polyline color="#ffff00" width="21"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="16">
+ <polyline color="#a0a0a0" width="40"/>
+ <polyline color="#ffff00" width="34"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="17">
+ <polyline color="#a0a0a0" width="79"/>
+ <polyline color="#ffff00" width="73"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="18">
+ <polyline color="#a0a0a0" width="156"/>
+ <polyline color="#ffff00" width="150"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6">
+ <polyline color="#404040" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8">
+ <polyline color="#404040" width="3"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
+ <polyline color="#000000" width="5"/>
+ <polyline color="#ff0000" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
+ <polyline color="#000000" width="6"/>
+ <polyline color="#ff0000" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
+ <polyline color="#000000" width="9"/>
+ <polyline color="#ff0000" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
+ <polyline color="#000000" width="13"/>
+ <polyline color="#ff0000" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
+ <polyline color="#000000" width="18"/>
+ <polyline color="#ff0000" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
+ <polyline color="#000000" width="21"/>
+ <polyline color="#ff0000" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
+ <polyline color="#000000" width="24"/>
+ <polyline color="#ff0000" width="20"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
+ <polyline color="#000000" width="39"/>
+ <polyline color="#ff0000" width="33"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
+ <polyline color="#000000" width="78"/>
+ <polyline color="#ff0000" width="72"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
+ <polyline color="#000000" width="156"/>
+ <polyline color="#ff0000" width="150"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="2">
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="3-5">
+ <polyline color="#ff0000" width="3"/>
+ <polyline color="#ffff00" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="6">
+ <polyline color="#ff0000" width="4"/>
+ <polyline color="#ffff00" width="2"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="7-8">
+ <polyline color="#ff0000" width="7"/>
+ <polyline color="#ffff00" width="5"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="9-10">
+ <polyline color="#ff0000" width="9"/>
+ <polyline color="#ffff00" width="5"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="11">
+ <polyline color="#ff0000" width="13"/>
+ <polyline color="#ffff00" width="9"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="12">
+ <polyline color="#ff0000" width="15"/>
+ <polyline color="#ffff00" width="10"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="13">
+ <polyline color="#ff0000" width="25"/>
+ <polyline color="#ffff00" width="17"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="14">
+ <polyline color="#ff0000" width="31"/>
+ <polyline color="#ffff00" width="24"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="15">
+ <polyline color="#ff0000" width="33"/>
+ <polyline color="#ffff00" width="27"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="16">
+ <polyline color="#ff0000" width="65"/>
+ <polyline color="#ffff00" width="59"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="17">
+ <polyline color="#ff0000" width="133"/>
+ <polyline color="#ffff00" width="127"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="18">
+ <polyline color="#ff0000" width="264"/>
+ <polyline color="#ffff00" width="258"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="tracking_0" order="0-">
+ <polyline color="#000000" width="3"/>
+ </itemgra>
+ <itemgra item_types="tracking_10" order="0-">
+ <polyline color="#191919" width="3"/>
+ </itemgra>
+ <itemgra item_types="tracking_20" order="0-">
+ <polyline color="#333333" width="3"/>
+ </itemgra>
+ <itemgra item_types="tracking_30" order="0-">
+ <polyline color="#4c4c4c" width="3"/>
+ </itemgra>
+ <itemgra item_types="tracking_40" order="0-">
+ <polyline color="#666666" width="3"/>
+ </itemgra>
+ <itemgra item_types="tracking_50" order="0-">
+ <polyline color="#7f7f7f" width="3"/>
+ </itemgra>
+ <itemgra item_types="tracking_60" order="0-">
+ <polyline color="#999999" width="3"/>
+ </itemgra>
+ <itemgra item_types="tracking_70" order="0-">
+ <polyline color="#b2b2b2" width="3"/>
+ </itemgra>
+ <itemgra item_types="tracking_80" order="0-">
+ <polyline color="#cccccc" width="3"/>
+ </itemgra>
+ <itemgra item_types="tracking_90" order="0-">
+ <polyline color="#e5e5e5" width="3"/>
+ </itemgra>
+ <itemgra item_types="tracking_100" order="0-">
+ <polyline color="#ffffff" width="3"/>
+ </itemgra>
+ <itemgra item_types="highway_exit_label" order="10-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street" order="10-18">
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
+ <text text_size="9"/>
+ </itemgra>
+ <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land,footway" order="12-18">
+ <text text_size="9"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="2">
+ <polyline color="#ff9000" width="2"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="3-5">
+ <polyline color="#ff9000" width="4"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="6">
+ <polyline color="#ff9000" width="5"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="7-8">
+ <polyline color="#ff9000" width="8"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="9-10">
+ <polyline color="#ff9000" width="10"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="11">
+ <polyline color="#ff9000" width="14"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="12">
+ <polyline color="#ff9000" width="16"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="13">
+ <polyline color="#ff9000" width="26"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="14">
+ <polyline color="#ff9000" width="32"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="15">
+ <polyline color="#ff9000" width="34"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="16">
+ <polyline color="#ff9000" width="66"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="17">
+ <polyline color="#ff9000" width="134"/>
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="18">
+ <polyline color="#ff9000" width="265"/>
+ </itemgra>
+ </layer>
+ <layer name="polylines">
+ <itemgra item_types="aeroway_taxiway" order="10">
+ <polyline color="#989994" width="4"/>
+ <polyline color="#d3dbbc" width="2"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="11">
+ <polyline color="#989994" width="6"/>
+ <polyline color="#d3dbbc" width="4"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="12">
+ <polyline color="#989994" width="10"/>
+ <polyline color="#d3dbbc" width="8"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="13">
+ <polyline color="#989994" width="12"/>
+ <polyline color="#d3dbbc" width="9"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="14">
+ <polyline color="#989994" width="15"/>
+ <polyline color="#d3dbbc" width="13"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="15">
+ <polyline color="#989994" width="17"/>
+ <polyline color="#d3dbbc" width="14"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="16">
+ <polyline color="#989994" width="33"/>
+ <polyline color="#d3dbbc" width="26"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="17">
+ <polyline color="#989994" width="69"/>
+ <polyline color="#d3dbbc" width="61"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="18">
+ <polyline color="#989994" width="132"/>
+ <polyline color="#d3dbbc" width="126"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="2-6">
+ <polyline color="#404040" width="1"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="7-8">
+ <polyline color="#404040" width="3"/>
+ <polyline color="#d3dbbc" width="1"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="9">
+ <polyline color="#6b6f5f" width="5"/>
+ <polyline color="#d3dbbc" width="3"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="10">
+ <polyline color="#6b6f5f" width="6"/>
+ <polyline color="#d3dbbc" width="4"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="11">
+ <polyline color="#6b6f5f" width="9"/>
+ <polyline color="#d3dbbc" width="7"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="12">
+ <polyline color="#6b6f5f" width="13"/>
+ <polyline color="#d3dbbc" width="9"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="13">
+ <polyline color="#6b6f5f" width="18"/>
+ <polyline color="#d3dbbc" width="14"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="14">
+ <polyline color="#6b6f5f" width="21"/>
+ <polyline color="#d3dbbc" width="17"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="15">
+ <polyline color="#6b6f5f" width="24"/>
+ <polyline color="#d3dbbc" width="20"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="16">
+ <polyline color="#6b6f5f" width="39"/>
+ <polyline color="#d3dbbc" width="33"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="17">
+ <polyline color="#6b6f5f" width="78"/>
+ <polyline color="#d3dbbc" width="72"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="18">
+ <polyline color="#6b6f5f" width="156"/>
+ <polyline color="#d3dbbc" width="150"/>
+ </itemgra>
+ <itemgra item_types="rail_tram" order="10-">
+ <polyline color="#606060" width="2"/>
+ </itemgra>
+ </layer>
+ <layer name="labels">
+ <itemgra item_types="house_number" order="15-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="town_label,district_label,town_label_0e0,town_label_1e0,town_label_2e0,town_label_5e0,town_label_1e1,town_label_2e1,town_label_5e1,town_label_1e2,town_label_2e2,town_label_5e2,district_label_0e0,district_label_1e0,district_label_2e0,district_label_5e0,district_label_1e1,district_label_2e1,district_label_5e1,district_label_1e2,district_label_2e2,district_label_5e2" order="11-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="10-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e3,place_label" order="10-">
+ <circle color="#000000" radius="3" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="town_label_2e3" order="9-">
+ <circle color="#000000" radius="3" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="town_label_5e3,town_label_1e4,town_label_2e4,town_label_5e4" order="9-">
+ <circle color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="8-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="town_label_2e3" order="8">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6,district_label_1e7" order="7-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="town_label_5e3" order="7-8">
+ <circle color="#000000" radius="3" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e4" order="6-8">
+ <circle color="#000000" radius="3" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="town_label_2e4,town_label_5e4" order="5-8">
+ <circle color="#000000" radius="3" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="5-">
+ <circle color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="5-">
+ <circle color="#000000" radius="3" text_size="20"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="3-4">
+ <circle color="#000000" radius="3" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="3-4">
+ <circle color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="0-2">
+ <circle color="#000000" radius="3" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="Internal">
+ <itemgra item_types="track" order="7-">
+ <polyline color="#3f3f3f" width="1"/>
+ </itemgra>
+ <itemgra item_types="track_tracked" order="7-">
+ <polyline color="#3f3fff" width="3"/>
+ </itemgra>
+ <itemgra item_types="rg_segment" order="12-">
+ <polyline color="#FF089C" width="1"/>
+ <arrows color="#FF089C" width="1"/>
+ <text text_size="15"/>
+ </itemgra>
+ <itemgra item_types="rg_point" order="12-">
+ <circle color="#FF089C" radius="10" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="nav_left_1" order="0-">
+ <icon src="nav_left_1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_left_2" order="0-">
+ <icon src="nav_left_2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_left_3" order="0-">
+ <icon src="nav_left_3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_right_1" order="0-">
+ <icon src="nav_right_1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_right_2" order="0-">
+ <icon src="nav_right_2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_right_3" order="0-">
+ <icon src="nav_right_3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_straight" order="0-">
+ <icon src="nav_straight_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_turnaround_left" order="0-">
+ <icon src="nav_turnaround_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_turnaround_right" order="0-">
+ <icon src="nav_turnaround_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l1" order="0-">
+ <icon src="nav_roundabout_l1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r1" order="0-">
+ <icon src="nav_roundabout_r1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l2" order="0-">
+ <icon src="nav_roundabout_l2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r2" order="0-">
+ <icon src="nav_roundabout_r2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l3" order="0-">
+ <icon src="nav_roundabout_l3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r3" order="0-">
+ <icon src="nav_roundabout_r3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l4" order="0-">
+ <icon src="nav_roundabout_l4_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r4" order="0-">
+ <icon src="nav_roundabout_r4_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l5" order="0-">
+ <icon src="nav_roundabout_l5_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r5" order="0-">
+ <icon src="nav_roundabout_r5_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l6" order="0-">
+ <icon src="nav_roundabout_l6_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r6" order="0-">
+ <icon src="nav_roundabout_r6_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l7" order="0-">
+ <icon src="nav_roundabout_l7_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r7" order="0-">
+ <icon src="nav_roundabout_r7_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l8" order="0-">
+ <icon src="nav_roundabout_l8_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r8" order="0-">
+ <icon src="nav_roundabout_r8_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_keep_left" order="0-">
+ <icon src="nav_keep_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_merge_left" order="0-">
+ <icon src="nav_merge_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_keep_right" order="0-">
+ <icon src="nav_keep_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_merge_right" order="0-">
+ <icon src="nav_merge_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_exit_left" order="0-">
+ <icon src="nav_exit_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_exit_right" order="0-">
+ <icon src="nav_exit_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="route_end" order="0-">
+ <icon src="nav_destination_bk.svg" w="32" h="32" x="4" y="30"/>
+ </itemgra>
+ <itemgra item_types="nav_none" order="0-">
+ <icon src="unknown.svg"/>
+ </itemgra>
+ <itemgra item_types="announcement" order="7-">
+ <icon src="gui_sound_32_32.svg"/>
+ <circle color="#FF089C" radius="10" text_size="7"/>
+ </itemgra>
+
+ <itemgra item_types="waypoint,route_end" order="2">
+ <circle color="#008080" radius="4" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="3-5">
+ <circle color="#008080" radius="8" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="6">
+ <circle color="#008080" radius="10" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="7-8">
+ <circle color="#008080" radius="16" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="9-10">
+ <circle color="#008080" radius="20" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="11">
+ <circle color="#008080" radius="28" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="12">
+ <circle color="#008080" radius="32" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="13">
+ <circle color="#008080" radius="52" width="4" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="14">
+ <circle color="#008080" radius="64" width="4" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="15">
+ <circle color="#008080" radius="68" width="6" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="16">
+ <circle color="#008080" radius="132" width="8" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="17">
+ <circle color="#008080" radius="268" width="8" text_size="48"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="18">
+ <circle color="#008080" radius="530" width="8" text_size="48"/>
+ </itemgra>
+ </layer>
+ <layer name="Unknown" enabled="no">
+ <!-- This entry shows all unknow point elements as blue circles -->
+ <itemgra item_types="point_unkn" order="9-">
+ <circle color="#8080ff" radius="3"/>
+ </itemgra>
+ <!-- This entry shows all unknown linear elements as blue lines -->
+ <itemgra item_types="street_unkn" order="0-">
+ <polyline color="#8080ff" width="3"/>
+ </itemgra>
+ </layer>
+ <layer name="POI Road items">
+ <itemgra item_types="mini_roundabout" order="12-">
+ <icon src="mini_roundabout.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="turning_circle" order="12-">
+ <icon src="mini_roundabout.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_bridge" order="12-">
+ <icon src="bridge.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="highway_exit" order="11-">
+ <icon src="exit.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_border_station" order="12-">
+ <icon src="border_station.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_crossing" order="12-">
+ <icon src="crossing.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_height" order="12-">
+ <icon src="height.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_level_crossing" order="11-">
+ <icon src="level_crossing.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_tunnel" order="12-">
+ <icon src="tunnel.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="traffic_signals" order="13-">
+ <icon src="traffic_signals.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="barrier_bollard" order="12-">
+ <icon src="barrier_bollard.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="barrier_lift_gate" order="12-">
+ <icon src="barrier_lift_gate.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI public transport">
+ <itemgra item_types="poi_airport" order="5-">
+ <icon src="airport.svg" h="20" w="20"/>
+ </itemgra>
+ <itemgra item_types="poi_car_sharing" order="11-">
+ <icon src="car_sharing.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_rail_halt" order="11-">
+ <circle color="#ff0000" radius="3" width="3"/>
+ <circle color="#000000" radius="5" width="2" text_size="8"/>
+ </itemgra>
+ <itemgra item_types="poi_rail_station" order="9-">
+ <circle color="#ff0000" radius="3" width="3"/>
+ <circle color="#000000" radius="6" width="2" text_size="8"/>
+ </itemgra>
+ <itemgra item_types="poi_rail_tram_stop" order="10-11">
+ <circle color="#ff0000" radius="2" width="2"/>
+ </itemgra>
+ <itemgra item_types="poi_rail_tram_stop" order="12-">
+ <circle color="#ff0000" radius="3" width="3"/>
+ <circle color="#606060" radius="5" width="2" text_size="8"/>
+ </itemgra>
+ <itemgra item_types="poi_taxi" order="13-">
+ <icon src="taxi.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_bus_station" order="11-">
+ <icon src="bus.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_bus_stop" order="12-">
+ <icon src="bus_stop.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_heliport" order="12-">
+ <icon src="heliport.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI public transport Labels">
+ <itemgra item_types="poi_airport,poi_car_sharing,poi_taxi,poi_bus_station,poi_bus_stop,poi_heliport" order="14-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="POI Car">
+ <itemgra item_types="poi_car_parking" order="11-">
+ <icon src="parking.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_fuel" order="12-">
+ <icon src="fuel.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_repair_service" order="12-">
+ <icon src="repair_service.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI Car Labels">
+ <itemgra item_types="poi_car_parking,poi_fuel,poi_repair_service" order="16-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="POI accomodation">
+ <itemgra item_types="poi_resort" order="12-">
+ <icon src="resort.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_hotel" order="12-">
+ <icon src="hotel.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_guesthouse" order="12-">
+ <icon src="guesthouse.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_motel" order="12-">
+ <icon src="motel.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_hostel" order="12-">
+ <icon src="hostel.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_cafe" order="12-">
+ <icon src="cafe.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_bar" order="12-">
+ <icon src="bar.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_pub" order="12-">
+ <icon src="beer.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_dining" order="12-">
+ <icon src="restaurant.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_fastfood" order="12-">
+ <icon src="fastfood.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_camp_rv" order="12-">
+ <icon src="camping.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_restaurant" order="12-">
+ <icon src="restaurant.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_picnic" order="12-">
+ <icon src="picnic.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_biergarten" order="12-">
+ <icon src="beer.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_wine" order="12-">
+ <icon src="wine.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI accomodation Labels">
+ <itemgra item_types="poi_resort,poi_hotel,poi_guesthouse,poi_motel,poi_hostel,poi_dining,poi_restaurant" order="14-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="poi_cafe,poi_bar,poi_pub,poi_fastfood,poi_camp_rv,poi_picnic,poi_biergarten,poi_wine" order="15-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="POI religion">
+ <itemgra item_types="poi_worship" order="11-">
+ <icon src="worship.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_church" order="11-">
+ <icon src="church.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_bahai" order="11-">
+ <icon src="bahai.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_buddhist" order="11-">
+ <icon src="buddhist.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_hindu" order="11-">
+ <icon src="hindu.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_islamic" order="11-">
+ <icon src="islamic.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_jain" order="11-">
+ <icon src="jain.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_jewish" order="11-">
+ <icon src="jewish.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_pagan" order="11-">
+ <icon src="pagan.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_pastafarian" order="11-">
+ <icon src="pastafarian.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shinto" order="11-">
+ <icon src="shinto.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_sikh" order="11-">
+ <icon src="sikh.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_taoist" order="11-">
+ <icon src="taoist.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_cemetery" order="12-">
+ <icon src="cemetery.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI religion Labels">
+ <itemgra item_types="poi_worship,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cemetery" order="15-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="POI government">
+ <itemgra item_types="poi_townhall" order="13-">
+ <icon src="townhall.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_government_building" order="13-">
+ <icon src="goverment_building.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_justice" order="13-">
+ <icon src="justice.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_post_office,poi_post_box" order="13-">
+ <icon src="post.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_public_office" order="13-">
+ <icon src="public_office.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_military" order="13-">
+ <icon src="military.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_school" order="13-">
+ <icon src="school.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_atm" order="12-">
+ <icon src="atm.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_bank" order="13-">
+ <icon src="bank.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_forbidden_area" order="13-">
+ <icon src="forbiden_area.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI government Labels">
+ <itemgra item_types="poi_townhall,poi_government_building,poi_justice,poi_public_office,poi_military,poi_school,poi_forbidden_area" order="14-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="poi_post_office,poi_post_box,poi_atm,poi_bank" order="16-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="POI cultural">
+ <itemgra item_types="poi_cinema" order="12-">
+ <icon src="cinema.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_casino" order="12-">
+ <icon src="casino.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_library" order="12-">
+ <icon src="library.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_theater" order="12-">
+ <icon src="theater.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_concert" order="12-">
+ <icon src="concert.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_attraction" order="11-">
+ <icon src="attraction.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_museum_history" order="12-">
+ <icon src="museum.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_zoo" order="9-">
+ <icon src="zoo.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI cultural Labels">
+ <itemgra item_types="poi_attraction,poi_museum_history" order="14-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="poi_cinema,poi_casino,poi_library,poi_theater,poi_concert,poi_zoo" order="16-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="POI commercial">
+ <itemgra item_types="poi_mall" order="14-">
+ <icon src="mall.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_car_dealer_parts" order="14-">
+ <icon src="car_dealer.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shopping" order="14-">
+ <icon src="shopping.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_car_rent" order="14-">
+ <icon src="car_rent.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_car_wash" order="14-">
+ <icon src="car_wash.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_fair" order="14-">
+ <icon src="fair.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_kiosk" order="14-">
+ <icon src="shop_kiosk.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_apparel" order="14-">
+ <icon src="shop_apparel.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_computer" order="14-">
+ <icon src="shop_computer.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_department" order="14-">
+ <icon src="shop_department.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_furniture" order="14-">
+ <icon src="shop_furnish.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_grocery" order="14-">
+ <icon src="shop_grocery.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_baker" order="14-">
+ <icon src="shop_butcher.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_butcher" order="14-">
+ <icon src="shop_baker.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_shoes" order="14-">
+ <icon src="shop_shoes.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_optician" order="14-">
+ <icon src="shop_optician.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_handg" order="14-">
+ <icon src="shop_handg.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_merchandise" order="14-">
+ <icon src="shop_merchandise.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_retail" order="14-">
+ <icon src="shop_retail.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_beverages" order="14-">
+ <icon src="shop_beverages.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_bicycle" order="14-">
+ <icon src="bicycle_shop.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_florist" order="14-">
+ <icon src="shop_florist.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_gps" order="14-">
+ <icon src="garmin.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_vending_machine" order="14-">
+ <icon src="vending_machine.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_hairdresser" order="14-">
+ <icon src="shop_baker.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_autoservice" order="14-">
+ <icon src="car_dealer.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI commercial Labels">
+ <itemgra item_types="poi_mall,poi_car_dealer_parts,poi_shopping,poi_car_rent,poi_car_wash,poi_fair,poi_shop_kiosk,poi_shop_apparel,poi_shop_computer,poi_shop_department,poi_shop_furniture,poi_shop_grocery,poi_shop_baker,poi_shop_butcher,poi_shop_shoes,poi_shop_optician,poi_shop_handg,poi_shop_merchandise,poi_shop_retail,poi_shop_beverages,poi_shop_bicycle,poi_shop_florist,poi_shop_gps,poi_vending_machine,poi_hairdresser,poi_autoservice" order="16-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="POI geocache">
+ <itemgra item_types="poi_gc_multi" order="12-">
+ <icon src="gc_multi.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_tradi" order="12-">
+ <icon src="gc_tradi.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_event" order="12-">
+ <icon src="gc_event.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_mystery" order="12-">
+ <icon src="gc_mystery.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_question" order="12-">
+ <icon src="gc_question.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_stages" order="12-">
+ <icon src="gc_stages.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_reference" order="12-">
+ <icon src="gc_reference.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_webcam" order="12-">
+ <icon src="gc_webcam.svg"/>
+ </itemgra>
+ </layer>
+ <layer name="POI health">
+ <itemgra item_types="poi_hospital" order="12-">
+ <icon src="hospital.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_police" order="12-">
+ <icon src="police.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_emergency" order="12-">
+ <icon src="emergency.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_firebrigade" order="13-">
+ <icon src="firebrigade.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_pharmacy" order="13-">
+ <icon src="pharmacy.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI health Labels">
+ <itemgra item_types="poi_hospital,poi_police,poi_emergency,poi_firebrigade,poi_pharmacy" order="14-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="POI pedestrian">
+ <itemgra item_types="poi_communication" order="13-">
+ <icon src="communication.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_bench" order="15-">
+ <icon src="bench.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_hunting_stand" order="14-">
+ <icon src="hunting_stand.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_memorial" order="12-">
+ <icon src="memorial.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_monument" order="12-">
+ <icon src="memorial.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shelter" order="13-">
+ <icon src="shelter.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_fountain" order="13-">
+ <icon src="fountain.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_potable_water" order="14-">
+ <icon src="drinking_water.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_toilets" order="13-">
+ <icon src="toilets.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_restroom" order="13-">
+ <icon src="toilets.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_shower" order="14-">
+ <icon src="shower.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_viewpoint" order="10-">
+ <icon src="viewpoint.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_telephone" order="14-">
+ <icon src="telephone.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_wifi" order="14-">
+ <icon src="wifi.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_drinking_water" order="13-">
+ <icon src="drinking_water.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_boundary_stone" order="14-">
+ <icon src="boundary_stone.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_information" order="13-">
+ <icon src="information.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_bicycle_parking" order="15-">
+ <icon src="bicycle_parking.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI pedestrian Labels">
+ <itemgra item_types="poi_communication,poi_bench,poi_hunting_stand,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_potable_water,poi_toilets,poi_restroom,poi_shower,poi_viewpoint,poi_telephone,poi_wifi,poi_drinking_water,poi_boundary_stone,poi_information,poi_bicycle_parking" order="16-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="POI landscape">
+ <itemgra item_types="town_ghost" order="10-">
+ <icon src="ghost_town.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_bay" order="12-">
+ <icon src="bay.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_cove" order="12-">
+ <icon src="cove.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_dam" order="12-">
+ <icon src="dam.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_hotspring" order="12-">
+ <icon src="hotspring.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_landmark" order="11-">
+ <icon src="landmark.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_castle" order="11-">
+ <icon src="castle.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_ruins" order="11-">
+ <icon src="ruins.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_mark" order="12-">
+ <icon src="mark.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_mine" order="12-">
+ <icon src="mine.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_tower" order="13-">
+ <icon src="tower.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_scenic_area" order="12-">
+ <icon src="scenic_area.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_peak" order="7-">
+ <icon src="peak.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_oil_field" order="12-">
+ <icon src="oil_field.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_tree" order="14-">
+ <icon src="tree.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI landscape Labels">
+ <itemgra item_types="town_ghost,poi_bay,poi_cove,poi_dam,poi_hotspring,poi_landmark,poi_castle,poi_ruins,poi_scenic_area,poi_peak,poi_oil_field" order="14-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="poi_mark,poi_mine,poi_tree" order="16-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="POI sport">
+ <itemgra item_types="poi_diving" order="13-">
+ <icon src="diving.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_fish" order="13-">
+ <icon src="fish.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_golf" order="13-">
+ <icon src="golf.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_icesport" order="13-">
+ <icon src="icesport.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_soccer" order="13-">
+ <icon src="soccer.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_sailing" order="13-">
+ <icon src="sailing.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_skiing" order="13-">
+ <icon src="skiing.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_sport" order="13-">
+ <icon src="sport.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_stadium" order="13-">
+ <icon src="stadium.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_swimming" order="13-">
+ <icon src="swimming.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_trail" order="13-">
+ <icon src="trail.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_tide" order="13-">
+ <icon src="tide.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_bowling" order="13-">
+ <icon src="bowling.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_climbing" order="13-">
+ <icon src="climbing.svg" h="15" w="15"/>
+ </itemgra>
+ </layer>
+ <layer name="POI sport Labels">
+ <itemgra item_types="poi_icesport,poi_soccer,poi_stadium,poi_swimming" order="14-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="poi_diving,poi_fish,poi_golf,poi_sailing,poi_skiing,poi_sport,poi_trail,poi_tide,poi_bowling,poi_climbing" order="16-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="POI Symbols">
+ <itemgra item_types="poi_auto_club" order="12-">
+ <icon src="auto_club.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_bend" order="12-">
+ <icon src="bend.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_boat_ramp" order="12-">
+ <icon src="boat_ramp.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_business_service" order="12-">
+ <icon src="bussines_service.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_danger_area" order="12-">
+ <icon src="danger_16_16.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_danger_sea_wreck" order="12-">
+ <icon src="dangerous.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_daymark" order="12-">
+ <icon src="daymark.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_levee" order="12-">
+ <icon src="levee.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_locale" order="12-">
+ <icon src="locale.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_loudspeaker" order="12-">
+ <icon src="loudspeaker.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_manmade_feature" order="12-">
+ <icon src="manmade_feature.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_marine" order="12-">
+ <icon src="marine.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_marine_type" order="12-">
+ <icon src="marine_type.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_nondangerous" order="12-">
+ <icon src="nondangerous.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_personal_service" order="12-">
+ <icon src="personal_service.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_restricted_area" order="12-">
+ <icon src="restricted_area.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_service" order="12-">
+ <icon src="service.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_social_service" order="12-">
+ <icon src="social_service.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_sounding" order="12-">
+ <icon src="sounding.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_wrecker" order="12-">
+ <icon src="wrecker.svg" h="15" w="15"/>
+ </itemgra>
+ <itemgra item_types="poi_image" order="12-">
+ <image/>
+ </itemgra>
+ <itemgra item_types="tec_common" order="11-">
+ <icon src="tec_common.svg"/>
+ </itemgra>
+ <itemgra item_types="vehicle" order="0-">
+ <icon src="gui_vehicle_16_16.svg" />
+ </itemgra>
+ <itemgra item_types="vehicle_pedestrian" order="0-">
+ <icon src="gui_vehicle_pedestrian_16_16.svg" />
+ </itemgra>
+ <itemgra item_types="poi_custom0,poi_custom1,poi_custom2,poi_custom3,poi_custom4,poi_custom5,poi_custom6,poi_custom7,poi_custom8,poi_custom9,poi_customa,poi_customb,poi_customc,poi_customd,poi_custome,poi_customf" order="10-">
+ <icon src="%s" />
+ </itemgra>
+ </layer>
+ <layer name="POI symbols Labels">
+ <itemgra item_types="poi_auto_club,poi_bend,poi_boat_ramp,poi_business_service,poi_danger_area,poi_danger_sea_wreck,poi_daymark,poi_levee,poi_locale,poi_loudspeaker,poi_manmade_feature,poi_marine,poi_marine_type,poi_nondangerous,poi_personal_service,poi_restricted_area,poi_service,poi_social_service,poi_sounding,poi_wrecker,poi_image,vehicle,vehicle_pedestrian" order="16-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="poi_custom0,poi_custom1,poi_custom2,poi_custom3,poi_custom4,poi_custom5,poi_custom6,poi_custom7,poi_custom8,poi_custom9,poi_customa,poi_customb,poi_customc,poi_customd,poi_custome,poi_customf" order="10-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="Found items" ref="Found items"/>
+ </layout>
+
+ <layout name="Car-dark" daylayout="Car" color="#011001">
+
+ <cursor w="26" h="26">
+ <itemgra>
+ <circle color="#00ff00" radius="24" width="2">
+ <coord x="0" y="0"/>
+ </circle>
+ </itemgra>
+ <itemgra speed_range="-2">
+ <polyline color="#00ff00" width="2">
+ <coord x="0" y="0"/>
+ <coord x="0" y="0"/>
+ </polyline>
+ </itemgra>
+ <itemgra speed_range="3-">
+ <polyline color="#00ff00" width="2">
+ <coord x="-7" y="-10"/>
+ <coord x="0" y="12"/>
+ <coord x="7" y="-10"/>
+ </polyline>
+ </itemgra>
+ </cursor>
+
+ <layer name="polygons">
+ <itemgra item_types="image" order="0-">
+ <image/>
+ </itemgra>
+ <itemgra item_types="poly_wood" order="0-">
+ <polygon color="#041a06"/>
+ <text color="#55c4bd" background_color="#000000" text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-">
+ <polygon color="#041a06"/>
+ <text color="#55c4bd" background_color="#000000" text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_farm" order="0-">
+ <polygon color="#041a06"/>
+ <text color="#55c4bd" background_color="#000000" text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_meadow" order="0-">
+ <polygon color="#041a06"/>
+ </itemgra>
+ <itemgra item_types="poly_town" order="0-">
+ <polygon color="#191711"/>
+ </itemgra>
+ <itemgra item_types="poly_university" order="8-">
+ <polygon color="#140f14"/>
+ </itemgra>
+ <itemgra item_types="poly_water" order="0-">
+ <polygon color="#010321"/>
+ <text color="#55c4bd" background_color="#000000" text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_land" order="0-">
+ <polygon color="#011001"/>
+ <text color="#55c4bd" background_color="#000000" text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_park" order="0-">
+ <polygon color="#041a06"/>
+ <text color="#55c4bd" background_color="#000000" text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="10">
+ <polygon color="#202020"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="11">
+ <polyline color="#1e0728" width="3"/>
+ <polygon color="#202020"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="12">
+ <polyline color="#1e0728" width="5"/>
+ <polygon color="#202020"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="13">
+ <polyline color="#1e0728" width="6"/>
+ <polygon color="#202020"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="14">
+ <polyline color="#1e0728" width="7"/>
+ <polygon color="#202020"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="15">
+ <polyline color="#1e0728" width="9"/>
+ <polygon color="#202020"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="16">
+ <polyline color="#1e0728" width="10"/>
+ <polygon color="#202020"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="17">
+ <polyline color="#1e0728" width="12"/>
+ <polygon color="#202020"/>
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="18">
+ <polyline color="#1e0728" width="20"/>
+ <polygon color="#202020"/>
+ </itemgra>
+ <itemgra item_types="poly_airport" order="0-">
+ <polygon color="#002e00"/>
+ </itemgra>
+ <itemgra item_types="poly_sport,poly_sports_pitch" order="0-">
+ <polygon color="#0c220c"/>
+ </itemgra>
+ <itemgra item_types="poly_industry,poly_place" order="0-">
+ <polygon color="#111111"/>
+ </itemgra>
+ <itemgra item_types="poly_service" order="8-18">
+ <polygon color="#1a1a1a"/>
+ <polyline color="#282828" width="1"/>
+ </itemgra>
+ <itemgra item_types="poly_street_1" order="8-13">
+ <polygon color="#24092f"/>
+ </itemgra>
+ <itemgra item_types="poly_street_1" order="14-16">
+ <polygon color="#24092f"/>
+ </itemgra>
+ <itemgra item_types="poly_street_1" order="17-18">
+ <polygon color="#24092f"/>
+ </itemgra>
+ <itemgra item_types="poly_street_2" order="7-12">
+ <polygon color="#c5c300"/>
+ <polyline color="#c0c0c0" width="1"/>
+ </itemgra>
+ <itemgra item_types="poly_street_2" order="13-16">
+ <polygon color="#c5c300"/>
+ <polyline color="#c0c0c0" width="2"/>
+ </itemgra>
+ <itemgra item_types="poly_street_2" order="17-18">
+ <polygon color="#c5c300"/>
+ <polyline color="#c0c0c0" width="3"/>
+ </itemgra>
+ <itemgra item_types="poly_street_3" order="7-11">
+ <polygon color="#c5c300"/>
+ <polyline color="#a0a0a0" width="1"/>
+ </itemgra>
+ <itemgra item_types="poly_street_3" order="12-15">
+ <polygon color="#c5c300"/>
+ <polyline color="#a0a0a0" width="2"/>
+ </itemgra>
+ <itemgra item_types="poly_street_3" order="16-18">
+ <polygon color="#c5c300"/>
+ <polyline color="#a0a0a0" width="3"/>
+ </itemgra>
+ <itemgra item_types="water_line" order="0-">
+ <polyline color="#010321" width="1"/>
+ <text color="#55c4bd" background_color="#000000" text_size="5"/>
+ </itemgra>
+ <itemgra item_types="water_river" order="4-5">
+ <polyline color="#010321" width="1"/>
+ </itemgra>
+ <itemgra item_types="water_river" order="6">
+ <polyline color="#010321" width="2"/>
+ </itemgra>
+ <itemgra item_types="water_river" order="7">
+ <polyline color="#010321" width="3"/>
+ <text color="#55c4bd" background_color="#000000" text_size="5"/>
+ </itemgra>
+ <itemgra item_types="water_river" order="8-9">
+ <polyline color="#010321" width="4"/>
+ <text color="#55c4bd" background_color="#000000" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="water_river" order="10-">
+ <polyline color="#010321" width="4"/>
+ <text color="#55c4bd" background_color="#000000" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="water_canal" order="6">
+ <polyline color="#010321" width="1"/>
+ </itemgra>
+ <itemgra item_types="water_canal" order="7">
+ <polyline color="#010321" width="2"/>
+ <text color="#55c4bd" background_color="#000000" text_size="5"/>
+ </itemgra>
+ <itemgra item_types="water_canal" order="8-9">
+ <polyline color="#010321" width="3"/>
+ <text color="#55c4bd" background_color="#000000" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="water_canal" order="10-">
+ <polyline color="#010321" width="3"/>
+ <text color="#55c4bd" background_color="#000000" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="water_stream" order="8-9">
+ <polyline color="#010321" width="1"/>
+ </itemgra>
+ <itemgra item_types="water_stream" order="10-">
+ <polyline color="#010321" width="2"/>
+ <text color="#55c4bd" background_color="#000000" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="water_drain" order="10-">
+ <polyline color="#010321" width="1"/>
+ <text color="#55c4bd" background_color="#000000" text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_apron" order="0-">
+ <polygon color="#041a06"/>
+ </itemgra>
+ <itemgra item_types="poly_terminal" order="7-">
+ <polygon color="#282424"/>
+ </itemgra>
+ <itemgra item_types="poly_cemetery" order="8-">
+ <polygon color="#041a06"/>
+ </itemgra>
+ <itemgra item_types="poly_car_parking" order="8-">
+ <polygon color="#1a170f"/>
+ </itemgra>
+ <itemgra item_types="poly_building" order="8-">
+ <polygon color="#282424"/>
+ </itemgra>
+ <itemgra item_types="rail" order="6-8">
+ <polyline color="#282828" width="2"/>
+ <polyline color="#3d3d3d" dash="1,5" width="1"/>
+ </itemgra>
+ <itemgra item_types="rail" order="9-">
+ <polyline color="#282828" width="3"/>
+ <polyline color="#3d3d3d" dash="1,5" width="1"/>
+ </itemgra>
+ <itemgra item_types="ferry" order="5-">
+ <polyline color="#113111" width="1" dash="10"/>
+ </itemgra>
+ <itemgra item_types="border_country" order="0-">
+ <polyline color="#0d0b41" width="1" dash="10,5,2,5"/>
+ </itemgra>
+ <itemgra item_types="border_state" order="0-">
+ <polyline color="#808080" width="1"/>
+ </itemgra>
+ <itemgra item_types="height_line_1" order="0-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="height_line_2" order="0-">
+ <polyline color="#000000" width="2"/>
+ </itemgra>
+ </layer>
+ <layer name="streets">
+ <itemgra item_types="street_route" order="2">
+ <polyline color="#0000a0" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="3-5">
+ <polyline color="#0000a0" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="6">
+ <polyline color="#0000a0" width="10"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="7-8">
+ <polyline color="#0000a0" width="16"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="9-10">
+ <polyline color="#0000a0" width="20"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="11">
+ <polyline color="#0000a0" width="28"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="12">
+ <polyline color="#0000a0" width="32"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="13">
+ <polyline color="#0000a0" width="52"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="14">
+ <polyline color="#0000a0" width="64"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="15">
+ <polyline color="#0000a0" width="68"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="16">
+ <polyline color="#0000a0" width="132"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="17">
+ <polyline color="#0000a0" width="268"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="18">
+ <polyline color="#0000a0" width="530"/>
+ </itemgra>
+ <itemgra item_types="street_nopass" order="10-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="track_paved" order="10-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="track_gravelled" order="10-12">
+ <polyline color="#800000" width="1" dash="3,6"/>
+ </itemgra>
+ <itemgra item_types="track_gravelled" order="13-14">
+ <polyline color="#3d3d3d" width="4"/>
+ <polyline color="#800000" width="1" dash="4,8"/>
+ </itemgra>
+ <itemgra item_types="track_gravelled" order="15-16">
+ <polyline color="#3d3d3d" width="5"/>
+ <polyline color="#800000" width="1" dash="5,10"/>
+ </itemgra>
+ <itemgra item_types="track_gravelled" order="17-">
+ <polyline color="#3d3d3d" width="7"/>
+ <polyline color="#800000" width="1" dash="7,15"/>
+ </itemgra>
+ <itemgra item_types="track_unpaved" order="10-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="bridleway" order="10-">
+ <polyline color="#1e0728" width="1"/>
+ </itemgra>
+ <itemgra item_types="cycleway" order="10-">
+ <polyline color="#1e0728" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_novice" order="10-12">
+ <polyline color="#00A000" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_novice" order="13-14">
+ <polyline color="#00A000" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_novice" order="15-16">
+ <polyline color="#00A000" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_novice" order="17-">
+ <polyline color="#00A000" width="5"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_easy" order="10-12">
+ <polyline color="#0000ff" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_easy" order="13-14">
+ <polyline color="#0000ff" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_easy" order="15-16">
+ <polyline color="#0000ff" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_easy" order="17-">
+ <polyline color="#0000ff" width="5"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_intermediate" order="10-12">
+ <polyline color="#900000" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_intermediate" order="13-14">
+ <polyline color="#900000" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_intermediate" order="15-16">
+ <polyline color="#900000" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_intermediate" order="17-">
+ <polyline color="#900000" width="5"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_advanced" order="10-12">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_advanced" order="13-14">
+ <polyline color="#000000" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_advanced" order="15-16">
+ <polyline color="#000000" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_advanced" order="17-">
+ <polyline color="#000000" width="5"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_expert" order="10-12">
+ <polyline color="#ffaa00" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_expert" order="13-14">
+ <polyline color="#ffaa00" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_expert" order="15-16">
+ <polyline color="#ffaa00" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_expert" order="17-">
+ <polyline color="#ffaa00" width="5"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_freeride" order="10-12">
+ <polyline color="#c5c300" width="1"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_freeride" order="13-14">
+ <polyline color="#c5c300" width="2"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_freeride" order="15-16">
+ <polyline color="#c5c300" width="3"/>
+ </itemgra>
+ <itemgra item_types="piste_downhill_freeride" order="17-">
+ <polyline color="#c5c300" width="5"/>
+ </itemgra>
+ <itemgra item_types="lift_cable_car" order="6-">
+ <polyline color="#3d3d3d" width="1" dash="5"/>
+ </itemgra>
+ <itemgra item_types="lift_chair" order="6-">
+ <polyline color="#3d3d3d" width="1" dash="5"/>
+ </itemgra>
+ <itemgra item_types="lift_drag" order="6-">
+ <polyline color="#3d3d3d" width="1" dash="5"/>
+ </itemgra>
+ <itemgra item_types="piste_nordic" order="10-12">
+ <polyline color="#0000ff" width="1" dash="3,6"/>
+ </itemgra>
+ <itemgra item_types="piste_nordic" order="13-14">
+ <polyline color="#0000ff" width="2"/>
+ <polyline color="#000000" width="1" dash="4,8"/>
+ </itemgra>
+ <itemgra item_types="piste_nordic" order="15-16">
+ <polyline color="#0000ff" width="3"/>
+ <polyline color="#000000" width="1" dash="5,10"/>
+ </itemgra>
+ <itemgra item_types="piste_nordic" order="17-">
+ <polyline color="#0000ff" width="5"/>
+ <polyline color="#000000" width="1" dash="7,15"/>
+ </itemgra>
+ <itemgra item_types="footway" order="11-12">
+ <polyline color="#4e0000" width="1" dash="3,6"/>
+ </itemgra>
+ <itemgra item_types="footway" order="13-14">
+ <polyline color="#4e0000" width="2"/>
+ <polyline color="#000000" width="1" dash="4,8"/>
+ </itemgra>
+ <itemgra item_types="footway" order="15-16">
+ <polyline color="#4e0000" width="3"/>
+ <polyline color="#000000" width="1" dash="5,10"/>
+ </itemgra>
+ <itemgra item_types="footway" order="17-">
+ <polyline color="#4e0000" width="5"/>
+ <polyline color="#000000" width="1" dash="7,15"/>
+ </itemgra>
+ <itemgra item_types="steps" order="14-15">
+ <polyline color="#4d4e11" width="1"/>
+ </itemgra>
+ <itemgra item_types="steps" order="16">
+ <polyline color="#4d4e11" width="2"/>
+ </itemgra>
+ <itemgra item_types="steps" order="17-18">
+ <polyline color="#4d4e11" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="10">
+ <polyline color="#1e0728" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="11">
+ <polyline color="#1e0728" width="5"/>
+ <polyline color="#202020" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="12">
+ <polyline color="#1e0728" width="8"/>
+ <polyline color="#202020" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="13">
+ <polyline color="#1e0728" width="9"/>
+ <polyline color="#202020" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="14">
+ <polyline color="#1e0728" width="13"/>
+ <polyline color="#202020" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="15">
+ <polyline color="#1e0728" width="18"/>
+ <polyline color="#202020" width="10"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="16">
+ <polyline color="#1e0728" width="21"/>
+ <polyline color="#202020" width="13"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="17">
+ <polyline color="#1e0728" width="25"/>
+ <polyline color="#202020" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="18">
+ <polyline color="#1e0728" width="40"/>
+ <polyline color="#202020" width="30"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="10">
+ <polyline color="#2c2c2c" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="11">
+ <polyline color="#2c2c2c" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="12">
+ <polyline color="#2c2c2c" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="13">
+ <polyline color="#2c2c2c" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="14">
+ <polyline color="#2c2c2c" width="5"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="15">
+ <polyline color="#2c2c2c" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="16">
+ <polyline color="#2c2c2c" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="17">
+ <polyline color="#2c2c2c" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="18">
+ <polyline color="#2c2c2c" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="12">
+ <polyline color="#2c2c2c" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="13">
+ <polyline color="#2c2c2c" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="14">
+ <polyline color="#2c2c2c" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="15">
+ <polyline color="#2c2c2c" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="16">
+ <polyline color="#2c2c2c" width="5"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="17">
+ <polyline color="#2c2c2c" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="18">
+ <polyline color="#2c2c2c" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="10">
+ <polyline color="#24092f" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
+ <polyline color="#24092f" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
+ <polyline color="#24092f" width="5"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
+ <polyline color="#24092f" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
+ <polyline color="#24092f" width="13"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
+ <polyline color="#24092f" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
+ <polyline color="#24092f" width="26"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
+ <polyline color="#24092f" width="61"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
+ <polyline color="#24092f" width="126"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="8">
+ <polyline color="#1d4c19" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="9">
+ <polyline color="#1d4c19" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="10">
+ <polyline color="#1d4c19" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="11">
+ <polyline color="#1d4c19" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="12">
+ <polyline color="#1d4c19" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="13">
+ <polyline color="#1d4c19" width="11"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="14">
+ <polyline color="#1d4c19" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="15">
+ <polyline color="#1d4c19" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="16">
+ <polyline color="#1d4c19" width="30"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="17">
+ <polyline color="#1d4c19" width="67"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="18">
+ <polyline color="#1d4c19" width="138"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="7-8">
+ <polyline color="#4d4e11" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="9">
+ <polyline color="#4d4e11" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="10">
+ <polyline color="#4d4e11" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="11">
+ <polyline color="#4d4e11" width="5"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="12">
+ <polyline color="#4d4e11" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="13">
+ <polyline color="#4d4e11" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="14">
+ <polyline color="#4d4e11" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="15">
+ <polyline color="#4d4e11" width="21"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="16">
+ <polyline color="#4d4e11" width="34"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="17">
+ <polyline color="#4d4e11" width="73"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="18">
+ <polyline color="#4d4e11" width="150"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-5">
+ <polyline color="#430000" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="6-8">
+ <polyline color="#430000" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
+ <polyline color="#430000" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
+ <polyline color="#430000" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
+ <polyline color="#430000" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
+ <polyline color="#430000" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
+ <polyline color="#430000" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
+ <polyline color="#430000" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
+ <polyline color="#430000" width="20"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
+ <polyline color="#430000" width="33"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
+ <polyline color="#430000" width="72"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
+ <polyline color="#430000" width="150"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="2">
+ <polyline color="#760000" width="1"/>
+ </itemgra>
+ <!--1d4c19/0d740d-->
+ <itemgra item_types="highway_city,highway_land" order="3-5">
+ <polyline color="#640000" width="3"/>
+ <polyline color="#0a5c0a" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="6">
+ <polyline color="#640000" width="4"/>
+ <polyline color="#0a5c0a" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="7-8">
+ <polyline color="#640000" width="6"/>
+ <polyline color="#005b00" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="9-10">
+ <polyline color="#640000" width="8"/>
+ <polyline color="#0a5c0a" width="2"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="11">
+ <polyline color="#640000" width="12"/>
+ <polyline color="#0a5c0a" width="3"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="12">
+ <polyline color="#640000" width="13"/>
+ <polyline color="#0a5c0a" width="3"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="13">
+ <polyline color="#640000" width="17"/>
+ <polyline color="#0a5c0a" width="4"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="14">
+ <polyline color="#640000" width="24"/>
+ <polyline color="#0a5c0a" width="4"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="15">
+ <polyline color="#640000" width="27"/>
+ <polyline color="#0a5c0a" width="5"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="16">
+ <polyline color="#640000" width="59"/>
+ <polyline color="#0a5c0a" width="6"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="17">
+ <polyline color="#640000" width="127"/>
+ <polyline color="#0a5c0a" width="7"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="18">
+ <polyline color="#640000" width="258"/>
+ <polyline color="#0a5c0a" width="8"/>
+ </itemgra>
+ <!-- This entry shows all unknown linear elements as blue lines -->
+ <!--
+ <itemgra item_types="street_unkn" order="0-">
+ <polyline color="#8080ff" width="3"/>
+ </itemgra>
+ -->
+ <itemgra item_types="highway_exit_label" order="10-">
+ <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street" order="10-18">
+ <text text_size="8" color="#55c4bd" background_color="#000000"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
+ <text text_size="9" color="#55c4bd" background_color="#000000"/>
+ </itemgra>
+ <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land,footway" order="12-18">
+ <text text_size="9" color="#55c4bd" background_color="#000000"/>
+ </itemgra>
+ </layer>
+ <layer name="polylines">
+ <itemgra item_types="aeroway_taxiway" order="10">
+ <polyline color="#404040" width="4"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="11">
+ <polyline color="#404040" width="6"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="12">
+ <polyline color="#404040" width="10"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="13">
+ <polyline color="#404040" width="12"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="14">
+ <polyline color="#404040" width="15"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="15">
+ <polyline color="#404040" width="17"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="16">
+ <polyline color="#404040" width="33"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="17">
+ <polyline color="#404040" width="69"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="18">
+ <polyline color="#404040" width="132"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="2-6">
+ <polyline color="#404040" width="1"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="7-8">
+ <polyline color="#404040" width="3"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="9">
+ <polyline color="#404040" width="5"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="10">
+ <polyline color="#404040" width="6"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="11">
+ <polyline color="#404040" width="9"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="12">
+ <polyline color="#404040" width="13"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="13">
+ <polyline color="#404040" width="18"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="14">
+ <polyline color="#404040" width="21"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="15">
+ <polyline color="#404040" width="24"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="16">
+ <polyline color="#404040" width="39"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="17">
+ <polyline color="#404040" width="78"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="18">
+ <polyline color="#404040" width="156"/>
+ </itemgra>
+ <itemgra item_types="rail_tram,bus_guideway" order="10-">
+ <polyline color="#3d3d3d" width="2"/>
+ </itemgra>
+ </layer>
+ <layer name="labels">
+ <itemgra item_types="town_label,district_label,town_label_0e0,town_label_1e0,town_label_2e0,town_label_5e0,town_label_1e1,town_label_2e1,town_label_5e1,town_label_1e2,town_label_2e2,town_label_5e2,district_label_0e0,district_label_1e0,district_label_2e0,district_label_5e0,district_label_1e1,district_label_2e1,district_label_5e1,district_label_1e2,district_label_2e2,district_label_5e2" order="12-">
+ <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="11-">
+ <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3,place_label" order="10-">
+ <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
+ <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="8-">
+ <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="6-">
+ <circle color="#55c4bd" background_color="#000000" radius="3" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="4-">
+ <circle color="#55c4bd" background_color="#000000" radius="3" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
+ <circle color="#55c4bd" background_color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="2-">
+ <circle color="#55c4bd" background_color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
+ <circle color="#55c4bd" background_color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ </layer>
+ <layer name="Internal">
+ <itemgra item_types="track" order="3-">
+ <polyline color="#3f3f3f" width="1"/>
+ </itemgra>
+ <itemgra item_types="track_tracked" order="7-">
+ <polyline color="#3f3fff" width="3"/>
+ </itemgra>
+ <itemgra item_types="rg_segment" order="0-">
+ <polyline color="#FF089C" width="1"/>
+ <arrows color="#FF089C" width="1"/>
+ </itemgra>
+ <itemgra item_types="rg_point" order="0-">
+ <circle color="#FF089C" radius="10" background_color="#000000" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="nav_left_1" order="0-">
+ <icon src="nav_left_1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_left_2" order="0-">
+ <icon src="nav_left_2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_left_3" order="0-">
+ <icon src="nav_left_3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_right_1" order="0-">
+ <icon src="nav_right_1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_right_2" order="0-">
+ <icon src="nav_right_2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_right_3" order="0-">
+ <icon src="nav_right_3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_straight" order="0-">
+ <icon src="nav_straight_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_turnaround_left" order="0-">
+ <icon src="nav_turnaround_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_turnaround_right" order="0-">
+ <icon src="nav_turnaround_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l1" order="0-">
+ <icon src="nav_roundabout_l1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r1" order="0-">
+ <icon src="nav_roundabout_r1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l2" order="0-">
+ <icon src="nav_roundabout_l2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r2" order="0-">
+ <icon src="nav_roundabout_r2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l3" order="0-">
+ <icon src="nav_roundabout_l3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r3" order="0-">
+ <icon src="nav_roundabout_r3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l4" order="0-">
+ <icon src="nav_roundabout_l4_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r4" order="0-">
+ <icon src="nav_roundabout_r4_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l5" order="0-">
+ <icon src="nav_roundabout_l5_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r5" order="0-">
+ <icon src="nav_roundabout_r5_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l6" order="0-">
+ <icon src="nav_roundabout_l6_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r6" order="0-">
+ <icon src="nav_roundabout_r6_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l7" order="0-">
+ <icon src="nav_roundabout_l7_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r7" order="0-">
+ <icon src="nav_roundabout_r7_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l8" order="0-">
+ <icon src="nav_roundabout_l8_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r8" order="0-">
+ <icon src="nav_roundabout_r8_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_keep_left" order="0-">
+ <icon src="nav_keep_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_merge_left" order="0-">
+ <icon src="nav_merge_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_keep_right" order="0-">
+ <icon src="nav_keep_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_merge_right" order="0-">
+ <icon src="nav_merge_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_exit_left" order="0-">
+ <icon src="nav_exit_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_exit_right" order="0-">
+ <icon src="nav_exit_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="route_end" order="0-">
+ <icon src="nav_destination_wh.svg" w="32" h="32" x="4" y="30"/>
+ </itemgra>
+ <itemgra item_types="nav_none" order="0-">
+ <icon src="unknown.svg"/>
+ </itemgra>
+ <itemgra item_types="announcement" order="7-">
+ <icon src="gui_sound_32_32.svg"/>
+ <circle color="#FF089C" radius="10" background_color="#000000" text_size="7"/>
+ </itemgra>
+
+ <itemgra item_types="waypoint,route_end" order="2">
+ <circle color="#00a0a0" radius="4" width="2" background_color="#000000" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="3-5">
+ <circle color="#00a0a0" radius="8" width="2" background_color="#000000" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="6">
+ <circle color="#00a0a0" radius="10" width="2" background_color="#000000" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="7-8">
+ <circle color="#00a0a0" radius="16" width="2" background_color="#000000" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="9-10">
+ <circle color="#00a0a0" radius="20" width="4" background_color="#000000" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="11">
+ <circle color="#00a0a0" radius="28" width="4" background_color="#000000" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="12">
+ <circle color="#00a0a0" radius="32" width="4" background_color="#000000" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="13">
+ <circle color="#00a0a0" radius="52" width="4" background_color="#000000" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="14">
+ <circle color="#00a0a0" radius="64" width="4" background_color="#000000" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="15">
+ <circle color="#00a0a0" radius="68" width="6" background_color="#000000" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="16">
+ <circle color="#00a0a0" radius="132" width="8" background_color="#000000" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="17">
+ <circle color="#00a0a0" radius="268" width="8" background_color="#000000" text_size="48"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="18">
+ <circle color="#00a0a0" radius="530" width="8" background_color="#000000" text_size="48"/>
+ </itemgra>
+ </layer>
+ <layer name="points">
+ <itemgra item_types="mini_roundabout" order="12-">
+ <icon src="mini_roundabout.svg"/>
+ </itemgra>
+ <itemgra item_types="turning_circle" order="12-">
+ <icon src="mini_roundabout.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_airport" order="5-">
+ <icon src="airport.svg"/>
+ </itemgra>
+ <itemgra item_types="town_ghost" order="0-">
+ <icon src="ghost_town.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_hotel" order="12-">
+ <icon src="hotel.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_car_parking" order="11-">
+ <icon src="parking.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_car_sharing" order="11-">
+ <icon src="car_sharing.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_car_dealer_parts" order="0-">
+ <icon src="car_dealer.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_fuel" order="10-">
+ <icon src="fuel.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shopping" order="14-">
+ <icon src="shopping.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_attraction" order="8-">
+ <icon src="attraction.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_cafe" order="12-">
+ <icon src="cafe.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_bar" order="12-">
+ <icon src="bar.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_pub" order="12-">
+ <icon src="beer.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_bridge" order="0-">
+ <icon src="bridge.svg"/>
+ </itemgra>
+ <itemgra item_types="highway_exit" order="11-">
+ <icon src="exit.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_camp_rv" order="9-">
+ <icon src="camping.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_museum_history" order="12-">
+ <icon src="museum.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_hospital" order="12-">
+ <icon src="hospital.svg"/>
+ </itemgra>
+ <!-- not really usefull -->
+ <!--
+ <itemgra item_types="point_unkn" order="0-">
+ <circle color="#8080ff" radius="3"/>
+ </itemgra>
+ -->
+ <itemgra item_types="poi_dining" order="12-">
+ <icon src="restaurant.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_fastfood" order="12-">
+ <icon src="fastfood.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_police" order="12-">
+ <icon src="police.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_auto_club" order="0-">
+ <icon src="auto_club.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_autoservice" order="0-">
+ <icon src="car_dealer.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_bank" order="12-">
+ <icon src="bank.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_atm" order="12-">
+ <icon src="atm.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_bay" order="0-">
+ <icon src="bay.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_bend" order="0-">
+ <icon src="bend.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_boat_ramp" order="12-">
+ <icon src="boat_ramp.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_border_station" order="0-">
+ <icon src="border_station.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_bowling" order="0-">
+ <icon src="bowling.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_bus_station" order="12-">
+ <icon src="bus.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_bus_stop" order="12-">
+ <icon src="bus_stop.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_business_service" order="0-">
+ <icon src="bussines_service.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_car_rent" order="11-">
+ <icon src="car_rent.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_car_wash" order="12-">
+ <icon src="car_wash.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_casino" order="11-">
+ <icon src="casino.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_cemetery" order="11-">
+ <icon src="cemetery.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_church" order="11-">
+ <icon src="church.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_bahai" order="11-">
+ <icon src="bahai.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_buddhist" order="11-">
+ <icon src="buddhist.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_hindu" order="11-">
+ <icon src="hindu.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_islamic" order="11-">
+ <icon src="islamic.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_jain" order="11-">
+ <icon src="jain.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_jewish" order="11-">
+ <icon src="jewish.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_pagan" order="11-">
+ <icon src="pagan.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_pastafarian" order="11-">
+ <icon src="pastafarian.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shinto" order="11-">
+ <icon src="shinto.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_sikh" order="11-">
+ <icon src="sikh.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_taoist" order="11-">
+ <icon src="taoist.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_cinema" order="12-">
+ <icon src="cinema.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_communication" order="0-">
+ <icon src="communication.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_concert" order="0-">
+ <icon src="concert.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_cove" order="0-">
+ <icon src="cove.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_crossing" order="0-">
+ <icon src="crossing.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_dam" order="0-">
+ <icon src="dam.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_danger_area" order="12-">
+ <icon src="danger_16_16.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_danger_sea_wreck" order="0-">
+ <icon src="dangerous.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_daymark" order="0-">
+ <icon src="daymark.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_diving" order="0-">
+ <icon src="diving.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_drinking_water" order="0-">
+ <icon src="drinking_water.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_emergency" order="0-">
+ <icon src="emergency.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_fair" order="0-">
+ <icon src="fair.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_firebrigade" order="12-">
+ <icon src="firebrigade.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_fish" order="0-">
+ <icon src="fish.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_forbidden_area" order="0-">
+ <icon src="forbiden_area.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_gps" order="14-">
+ <icon src="garmin.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_golf" order="12-">
+ <icon src="golf.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_government_building" order="0-">
+ <icon src="goverment_building.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_height" order="0-">
+ <icon src="height.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_heliport" order="7-">
+ <icon src="heliport.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_hotspring" order="0-">
+ <icon src="hotspring.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_icesport" order="0-">
+ <icon src="icesport.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_information" order="12-">
+ <icon src="information.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_justice" order="10-">
+ <icon src="justice.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_landmark" order="0-">
+ <icon src="landmark.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_levee" order="0-">
+ <icon src="levee.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_level_crossing" order="11-">
+ <icon src="level_crossing.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_library" order="12-">
+ <icon src="library.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_locale" order="0-">
+ <icon src="locale.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_loudspeaker" order="0-">
+ <icon src="loudspeaker.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_mall" order="0-">
+ <icon src="mall.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_manmade_feature" order="0-">
+ <icon src="manmade_feature.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_marine" order="0-">
+ <icon src="marine.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_marine_type" order="0-">
+ <icon src="marine_type.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_mark" order="0-">
+ <icon src="mark.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_military" order="0-">
+ <icon src="military.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_mine" order="0-">
+ <icon src="mine.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_nondangerous" order="0-">
+ <icon src="nondangerous.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_oil_field" order="0-">
+ <icon src="oil_field.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_peak" order="6-">
+ <icon src="peak.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_personal_service" order="0-">
+ <icon src="personal_service.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_pharmacy" order="12-">
+ <icon src="pharmacy.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_post_office,poi_post_box" order="13-">
+ <icon src="post.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_public_office" order="0-">
+ <icon src="public_office.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_rail_halt" order="10-">
+ <circle color="#000000" radius="3" width="3"/>
+ <circle color="#3d3d3d" background_color="#000000" radius="6" width="2" text_size="8"/>
+ </itemgra>
+ <itemgra item_types="poi_rail_station" order="11-">
+ <circle color="#000000" radius="3" width="3"/>
+ <circle color="#3d3d3d" background_color="#000000" radius="6" width="2" text_size="8"/>
+ </itemgra>
+ <itemgra item_types="poi_rail_tram_stop" order="10-11">
+ <circle color="#3d3d3d" background_color="#000000" radius="2" width="2"/>
+ </itemgra>
+ <itemgra item_types="poi_rail_tram_stop" order="12-">
+ <circle color="#000000" radius="3" width="3"/>
+ <circle color="#3d3d3d" background_color="#000000" radius="6" width="2" text_size="8"/>
+ </itemgra>
+ <itemgra item_types="poi_repair_service" order="0-">
+ <icon src="repair_service.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_resort" order="0-">
+ <icon src="resort.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_restaurant" order="12-">
+ <icon src="restaurant.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_restricted_area" order="0-">
+ <icon src="restricted_area.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_restroom" order="13-">
+ <icon src="toilets.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_sailing" order="0-">
+ <icon src="sailing.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_scenic_area" order="0-">
+ <icon src="scenic_area.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_school" order="12-">
+ <icon src="school.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_service" order="0-">
+ <icon src="service.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_apparel" order="14-">
+ <icon src="shop_apparel.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_computer" order="14-">
+ <icon src="shop_computer.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_department" order="14-">
+ <icon src="shop_department.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_furniture" order="14-">
+ <icon src="shop_furnish.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_grocery" order="14-">
+ <icon src="shop_grocery.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_handg" order="14-">
+ <icon src="shop_handg.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_merchandise" order="14-">
+ <icon src="shop_merchandise.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shop_retail" order="14-">
+ <icon src="shop_retail.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shower" order="0-">
+ <icon src="shower.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_skiing" order="12-">
+ <icon src="skiing.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_social_service" order="0-">
+ <icon src="social_service.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_sounding" order="0-">
+ <icon src="sounding.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_sport" order="12-">
+ <icon src="sport.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_stadium" order="0-">
+ <icon src="stadium.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_swimming" order="12-">
+ <icon src="swimming.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_taxi" order="13-">
+ <icon src="taxi.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_telephone" order="13-">
+ <icon src="telephone.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_theater" order="12-">
+ <icon src="theater.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_tide" order="0-">
+ <icon src="tide.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_tower" order="13-">
+ <icon src="tower.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_townhall" order="12-">
+ <icon src="townhall.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_trail" order="0-">
+ <icon src="trail.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_truck_stop" order="0-">
+ <icon src="truck_stop.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_tunnel" order="0-">
+ <icon src="tunnel.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_wifi" order="11-">
+ <icon src="wifi.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_wine" order="0-">
+ <icon src="wine.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_worship" order="0-">
+ <icon src="worship.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_wrecker" order="0-">
+ <icon src="wrecker.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_zoo" order="10-">
+ <icon src="zoo.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_picnic" order="11-">
+ <icon src="picnic.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_multi" order="0-">
+ <icon src="gc_multi.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_tradi" order="0-">
+ <icon src="gc_tradi.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_event" order="0-">
+ <icon src="gc_event.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_mystery" order="0-">
+ <icon src="gc_mystery.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_question" order="0-">
+ <icon src="gc_question.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_stages" order="0-">
+ <icon src="gc_stages.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_reference" order="0-">
+ <icon src="gc_reference.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_gc_webcam" order="0-">
+ <icon src="gc_webcam.svg"/>
+ </itemgra>
+ <itemgra item_types="traffic_signals" order="13-">
+ <icon src="traffic_signals.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_image" order="0-">
+ <image/>
+ </itemgra>
+ <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bike layout? -->
+ <itemgra item_types="poi_bench" order="15-">
+ <icon src="bench.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_biergarten" order="12-">
+ <icon src="beer.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_boundary_stone" order="13-">
+ <icon src="boundary_stone.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_castle" order="12-">
+ <icon src="castle.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_hunting_stand" order="13-">
+ <icon src="hunting_stand.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_memorial" order="12-">
+ <icon src="memorial.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_monument" order="12-">
+ <icon src="memorial.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shelter" order="10-">
+ <icon src="shelter.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_fountain" order="12-">
+ <icon src="fountain.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_potable_water" order="12-">
+ <icon src="drinking_water.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_toilets" order="12-">
+ <icon src="toilets.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_viewpoint" order="12-">
+ <icon src="viewpoint.svg"/>
+ </itemgra>
+ <itemgra item_types="tec_common" order="11-">
+ <icon src="tec_common.svg"/>
+ </itemgra>
+ <itemgra item_types="vehicle" order="0-">
+ <icon src="gui_vehicle_16_16.svg" />
+ </itemgra>
+ <itemgra item_types="vehicle_pedestrian" order="0-">
+ <icon src="gui_vehicle_pedestrian_16_16.svg" />
+ </itemgra>
+ </layer>
+ <layer name="POI Labels">
+ <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_car_sharing,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle" order="14-">
+ <circle color="#606060" background_color="#000000" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="Found items" ref="Found items"/>
+ </layout>
+
+ <layout name="Car-Android" color="#fef9ee" font="Liberation Sans">
+ <cursor w="49" h="49">
+ <itemgra speed_range="-2">
+ <polyline color="#00BC00" radius="0" width="4">
+ <coord x="0" y="0" />
+ </polyline>
+ <circle color="#008500" radius="9" width="3">
+ <coord x="0" y="0" />
+ </circle>
+ <circle color="#00BC00" radius="13" width="3">
+ <coord x="0" y="0" />
+ </circle>
+ <circle color="#008500" radius="18" width="3">
+ <coord x="0" y="0" />
+ </circle>
+ </itemgra>
+ <itemgra speed_range="3-">
+ <polygon color="#00000066">
+ <coord x="-21" y="-27" />
+ <coord x="0" y="12" />
+ <coord x="21" y="-27" />
+ <coord x="0" y="-12" />
+ <coord x="-21" y="-27" />
+ </polygon>
+ <polygon color="#008500">
+ <coord x="-21" y="-18" />
+ <coord x="0" y="21" />
+ <coord x="0" y="-3" />
+ <coord x="-21" y="-18" />
+ </polygon>
+ <polygon color="#00BC00">
+ <coord x="21" y="-18" />
+ <coord x="0" y="21" />
+ <coord x="0" y="-3" />
+ <coord x="21" y="-18" />
+ </polygon>
+ <polyline color="#008500" width="1">
+ <coord x="-21" y="-18" />
+ <coord x="0" y="21" />
+ <coord x="0" y="-3" />
+ <coord x="-21" y="-18" />
+ </polyline>
+ <polyline color="#008500" width="1">
+ <coord x="21" y="-18" />
+ <coord x="0" y="21" />
+ <coord x="0" y="-3" />
+ <coord x="21" y="-18" />
+ </polyline>
+ </itemgra>
+ </cursor>
+ <layer name="polygons">
+ <itemgra item_types="poly_wood" order="8-">
+ <polygon color="#8ec78d" />
+ <text text_size="5" />
+ </itemgra>
+ <itemgra item_types="poly_water_tiled">
+ <polygon color="#82c8ea" />
+ </itemgra>
+ <itemgra item_types="poly_water" order="10-">
+ <polygon color="#82c8ea" />
+ <polyline color="#5096b8" />
+ <text text_size="5" />
+ </itemgra>
+ <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra"
+ order="14-">
+ <polygon color="#a0a0a0" />
+ <text text_size="5" />
+ </itemgra>
+ <itemgra item_types="poly_park" order="14-">
+ <polygon color="#7cc334" />
+ <text text_size="5" />
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="14">
+ <polyline color="#d2d2d2" width="13" />
+ <polyline color="#dddddd" width="9" />
+ <polygon color="#dddddd" />
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="15">
+ <polyline color="#d2d2d2" width="18" />
+ <polyline color="#dddddd" width="14" />
+ <polygon color="#dddddd" />
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="16">
+ <polyline color="#d2d2d2" width="21" />
+ <polyline color="#dddddd" width="17" />
+ <polygon color="#dddddd" />
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="17">
+ <polyline color="#d2d2d2" width="25" />
+ <polyline color="#dddddd" width="21" />
+ <polygon color="#dddddd" />
+ </itemgra>
+ <itemgra item_types="poly_pedestrian" order="18">
+ <polyline color="#d2d2d2" width="40" />
+ <polyline color="#dddddd" width="34" />
+ <polygon color="#dddddd" />
+ </itemgra>
+ <itemgra item_types="poly_airport" order="5-">
+ <polygon color="#a0a0a0" />
+ </itemgra>
+ <itemgra item_types="water_river" order="6-7">
+ <polyline color="#82c8ea" width="3" />
+ </itemgra>
+ <itemgra item_types="water_river" order="8-9">
+ <polyline color="#82c8ea" width="4" />
+ </itemgra>
+ <itemgra item_types="water_river" order="10-">
+ <polyline color="#82c8ea" width="4" />
+ <text text_size="10" />
+ </itemgra>
+ <itemgra item_types="water_canal" order="13-">
+ <polyline color="#82c8ea" width="3" />
+ <text text_size="10" />
+ </itemgra>
+ <itemgra item_types="water_stream" order="13-">
+ <polyline color="#82c8ea" width="2" />
+ <text text_size="7" />
+ </itemgra>
+ <itemgra item_types="water_drain" order="14-">
+ <polyline color="#82c8ea" width="1" />
+ <text text_size="5" />
+ </itemgra>
+ <itemgra item_types="poly_apron" order="13-">
+ <polygon color="#d0d0d0" />
+ </itemgra>
+ <itemgra item_types="poly_terminal" order="14-">
+ <polygon color="#e3c6a6" />
+ </itemgra>
+ <itemgra item_types="poly_car_parking" order="15-">
+ <polygon color="#e7cf87" />
+ </itemgra>
+ <itemgra item_types="poly_building" order="14-">
+ <polygon color="#b6a6a6" />
+ </itemgra>
+ <itemgra item_types="rail" order="13-">
+ <polyline color="#696969" width="3" />
+ <polyline color="#ffffff" width="1" dash="5,5" />
+ </itemgra>
+ <itemgra item_types="ferry" order="14-">
+ <polyline color="#000000" width="1" dash="10" />
+ </itemgra>
+ <itemgra item_types="border_country" order="0-">
+ <polyline color="#808080" width="1" dash="10,5,2,5"/>
+ </itemgra>
+ <itemgra item_types="border_state" order="0-">
+ <polyline color="#808080" width="4"/>
+ </itemgra>
+ </layer>
+ <layer name="streets">
+ <itemgra item_types="street_route" order="2">
+ <polyline color="#69e068" width="8" />
+ </itemgra>
+ <itemgra item_types="street_route" order="3-5">
+ <polyline color="#69e068" width="10" />
+ </itemgra>
+ <itemgra item_types="street_route" order="6">
+ <polyline color="#69e068" width="12" />
+ </itemgra>
+ <itemgra item_types="street_route" order="7-8">
+ <polyline color="#69e068" width="16" />
+ </itemgra>
+ <itemgra item_types="street_route" order="9-10">
+ <polyline color="#69e068" width="20" />
+ </itemgra>
+ <itemgra item_types="street_route" order="11">
+ <polyline color="#69e068" width="28" />
+ </itemgra>
+ <itemgra item_types="street_route" order="12">
+ <polyline color="#69e068" width="32" />
+ </itemgra>
+ <itemgra item_types="street_route" order="13">
+ <polyline color="#69e068" width="52" />
+ </itemgra>
+ <itemgra item_types="street_route" order="14">
+ <polyline color="#69e068" width="64" />
+ </itemgra>
+ <itemgra item_types="street_route" order="15">
+ <polyline color="#69e068" width="68" />
+ </itemgra>
+ <itemgra item_types="street_route" order="16">
+ <polyline color="#69e068" width="132" />
+ </itemgra>
+ <itemgra item_types="street_route" order="17">
+ <polyline color="#69e068" width="268" />
+ </itemgra>
+ <itemgra item_types="street_route" order="18">
+ <polyline color="#69e068" width="530" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="2">
+ <polyline color="#ba00b8" width="4" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="3-5">
+ <polyline color="#ba00b8" width="8" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="6">
+ <polyline color="#ba00b8" width="10" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="7-8">
+ <polyline color="#ba00b8" width="16" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="9-10">
+ <polyline color="#ba00b8" width="20" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="11">
+ <polyline color="#ba00b8" width="28" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="12">
+ <polyline color="#ba00b8" width="32" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="13">
+ <polyline color="#ba00b8" width="52" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="14">
+ <polyline color="#ba00b8" width="64" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="15">
+ <polyline color="#ba00b8" width="68" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="16">
+ <polyline color="#ba00b8" width="132" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="17">
+ <polyline color="#ba00b8" width="268" />
+ </itemgra>
+ <itemgra item_types="selected_line" order="18">
+ <polyline color="#ba00b8" width="530" />
+ </itemgra>
+ <itemgra item_types="forest_way_1" order="14-">
+ <polyline color="#0070c0" width="6" />
+ </itemgra>
+ <itemgra item_types="forest_way_2" order="14-">
+ <polyline color="#ff0000" width="3" />
+ </itemgra>
+ <itemgra item_types="forest_way_3" order="14-">
+ <polyline color="#ff0000" width="1" dash="2,4" />
+ </itemgra>
+ <itemgra item_types="forest_way_4" order="14-">
+ <polyline color="#119a2e" width="1" dash="4,10" />
+ </itemgra>
+ <itemgra item_types="street_nopass" order="14-">
+ <polyline color="#000000" width="1" />
+ </itemgra>
+ <itemgra item_types="track_paved" order="14-">
+ <polyline color="#000000" width="1" />
+ </itemgra>
+ <itemgra item_types="track_gravelled" order="14">
+ <polyline color="#ffffff" width="4"/>
+ <polyline color="#800000" width="1" dash="4,8" />
+ </itemgra>
+ <itemgra item_types="track_gravelled" order="15-16">
+ <polyline color="#ffffff" width="5"/>
+ <polyline color="#800000" width="1" dash="5,10" />
+ </itemgra>
+ <itemgra item_types="track_gravelled" order="17-">
+ <polyline color="#ffffff" width="7"/>
+ <polyline color="#800000" width="1" dash="7,15" />
+ </itemgra>
+ <itemgra item_types="track_unpaved" order="14-">
+ <polyline color="#000000" width="1" />
+ </itemgra>
+ <itemgra item_types="bridleway" order="14-">
+ <polyline color="#000000" width="1" />
+ </itemgra>
+ <itemgra item_types="cycleway" order="14-">
+ <polyline color="#000000" width="1" />
+ </itemgra>
+ <itemgra item_types="lift_cable_car" order="15-">
+ <polyline color="#696969" width="1" dash="5" />
+ </itemgra>
+ <itemgra item_types="lift_chair" order="15-">
+ <polyline color="#696969" width="1" dash="5" />
+ </itemgra>
+ <itemgra item_types="lift_drag" order="15-">
+ <polyline color="#696969" width="1" dash="5" />
+ </itemgra>
+ <itemgra item_types="footway" order="15-16">
+ <polyline color="#ffffff" width="5"/>
+ <polyline color="#ff0000" width="1" dash="5,10" />
+ </itemgra>
+ <itemgra item_types="footway" order="17-">
+ <polyline color="#ffffff" width="7"/>
+ <polyline color="#ff0000" width="1" dash="7,15" />
+ </itemgra>
+ <itemgra item_types="steps" order="15-">
+ <polyline color="#000000" width="1" />
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street"
+ order="14">
+ <polyline color="#d2d2d2" width="13" />
+ <polyline color="#dddddd" width="9" />
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street"
+ order="15">
+ <polyline color="#d2d2d2" width="18" />
+ <polyline color="#dddddd" width="14" />
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street"
+ order="16">
+ <polyline color="#d2d2d2" width="21" />
+ <polyline color="#dddddd" width="17" />
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street"
+ order="17">
+ <polyline color="#d2d2d2" width="25" />
+ <polyline color="#dddddd" width="21" />
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street"
+ order="18">
+ <polyline color="#d2d2d2" width="40" />
+ <polyline color="#dddddd" width="34" />
+ </itemgra>
+ <itemgra item_types="street_service" order="14">
+ <polyline color="#d2d2d2" width="7" />
+ <polyline color="#fefefe" width="5" />
+ </itemgra>
+ <itemgra item_types="street_service" order="15">
+ <polyline color="#d2d2d2" width="8" />
+ <polyline color="#fefefe" width="6" />
+ </itemgra>
+ <itemgra item_types="street_service" order="16">
+ <polyline color="#d2d2d2" width="9" />
+ <polyline color="#fefefe" width="7" />
+ </itemgra>
+ <itemgra item_types="street_service" order="17">
+ <polyline color="#d2d2d2" width="10" />
+ <polyline color="#fefefe" width="8" />
+ </itemgra>
+ <itemgra item_types="street_service" order="18">
+ <polyline color="#d2d2d2" width="11" />
+ <polyline color="#fefefe" width="9" />
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="15">
+ <polyline color="#d2d2d2" width="6" />
+ <polyline color="#fefefe" width="4" />
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="16">
+ <polyline color="#d2d2d2" width="7" />
+ <polyline color="#fefefe" width="5" />
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="17">
+ <polyline color="#d2d2d2" width="8" />
+ <polyline color="#fefefe" width="6" />
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="18">
+ <polyline color="#d2d2d2" width="9" />
+ <polyline color="#fefefe" width="7" />
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land"
+ order="12">
+ <polyline color="#d2d2d2" width="1" />
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land"
+ order="13-14">
+ <polyline color="#d2d2d2" width="17" />
+ <polyline color="#ffffff" width="13" />
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land"
+ order="15">
+ <polyline color="#d2d2d2" width="18" />
+ <polyline color="#ffffff" width="14" />
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land"
+ order="16">
+ <polyline color="#d2d2d2" width="30" />
+ <polyline color="#ffffff" width="26" />
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land"
+ order="17">
+ <polyline color="#d2d2d2" width="67" />
+ <polyline color="#ffffff" width="61" />
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land"
+ order="18">
+ <polyline color="#d2d2d2" width="132" />
+ <polyline color="#ffffff" width="126" />
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp"
+ order="11-12">
+ <polyline color="#c0c0c0" width="9" />
+ <polyline color="#fefc8c" width="7" />
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp"
+ order="13-14">
+ <polyline color="#c0c0c0" width="13" />
+ <polyline color="#fefc8c" width="11" />
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp"
+ order="15">
+ <polyline color="#c0c0c0" width="19" />
+ <polyline color="#fefc8c" width="15" />
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp"
+ order="16">
+ <polyline color="#c0c0c0" width="30" />
+ <polyline color="#fefc8c" width="26" />
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp"
+ order="17">
+ <polyline color="#c0c0c0" width="63" />
+ <polyline color="#fefc8c" width="57" />
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp"
+ order="18">
+ <polyline color="#c0c0c0" width="100" />
+ <polyline color="#fefc8c" width="90" />
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout"
+ order="11-12">
+ <polyline color="#a0a0a0" width="9" />
+ <polyline color="#fefc8c" width="7" />
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout"
+ order="13-14">
+ <polyline color="#a0a0a0" width="21" />
+ <polyline color="#fefc8c" width="17" />
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout"
+ order="15">
+ <polyline color="#a0a0a0" width="25" />
+ <polyline color="#fefc8c" width="21" />
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout"
+ order="16">
+ <polyline color="#a0a0a0" width="40" />
+ <polyline color="#fefc8c" width="34" />
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout"
+ order="17">
+ <polyline color="#a0a0a0" width="79" />
+ <polyline color="#fefc8c" width="73" />
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout"
+ order="18">
+ <polyline color="#a0a0a0" width="156" />
+ <polyline color="#fefc8c" width="150" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="2-6">
+ <polyline color="#f8dc79" width="4" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="7-8">
+ <polyline color="#f8dc79" width="4" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="9">
+ <polyline color="#f8dc79" width="5" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="10">
+ <polyline color="#f8dc79" width="6" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="11">
+ <polyline color="#000000" width="9" />
+ <polyline color="#f8dc79" width="7" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="12">
+ <polyline color="#000000" width="13" />
+ <polyline color="#f8dc79" width="9" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="13">
+ <polyline color="#000000" width="18" />
+ <polyline color="#f8dc79" width="14" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="14">
+ <polyline color="#000000" width="21" />
+ <polyline color="#f8dc79" width="17" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="15">
+ <polyline color="#000000" width="24" />
+ <polyline color="#f8dc79" width="20" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="16">
+ <polyline color="#000000" width="39" />
+ <polyline color="#f8dc79" width="33" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="17">
+ <polyline color="#000000" width="78" />
+ <polyline color="#f8dc79" width="72" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
+ order="18">
+ <polyline color="#000000" width="156" />
+ <polyline color="#f8dc79" width="150" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land"
+ order="0-1">
+ <polyline color="#fc843b" width="1" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="2">
+ <polyline color="#fc843b" width="3" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land"
+ order="3-5">
+ <polyline color="#fc843b" width="6" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="6">
+ <polyline color="#fc843b" width="6" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land"
+ order="7-8">
+ <polyline color="#fc843b" width="6" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="9">
+ <polyline color="#fc843b" width="7" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="10">
+ <polyline color="#fc843b" width="9" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="11">
+ <polyline color="#a8aab3" width="13" />
+ <polyline color="#fc843b" width="9" />
+ <polyline color="#a8aab3" width="1" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="12">
+ <polyline color="#a8aab3" width="15" />
+ <polyline color="#fc843b" width="10" />
+ <polyline color="#a8aab3" width="1" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="13">
+ <polyline color="#a8aab3" width="25" />
+ <polyline color="#fc843b" width="17" />
+ <polyline color="#a8aab3" width="1" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="14">
+ <polyline color="#a8aab3" width="31" />
+ <polyline color="#fc843b" width="24" />
+ <polyline color="#a8aab3" width="1" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="15">
+ <polyline color="#a8aab3" width="33" />
+ <polyline color="#fc843b" width="27" />
+ <polyline color="#a8aab3" width="1" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="16">
+ <polyline color="#a8aab3" width="65" />
+ <polyline color="#fc843b" width="59" />
+ <polyline color="#a8aab3" width="1" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="17">
+ <polyline color="#a8aab3" width="133" />
+ <polyline color="#fc843b" width="127" />
+ <polyline color="#a8aab3" width="1" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="18">
+ <polyline color="#a8aab3" width="264" />
+ <polyline color="#fc843b" width="258" />
+ <polyline color="#a8aab3" width="1" />
+ </itemgra>
+ <itemgra item_types="highway_exit_label" order="13-">
+ <circle color="#000000" radius="3" text_size="7" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street"
+ order="13-18">
+ <text text_size="8" />
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp"
+ order="13-18">
+ <text text_size="9" />
+ </itemgra>
+ <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land,footway"
+ order="13-18">
+ <text text_size="9" />
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="7-8">
+ <polyline color="#ff9000" width="8" />
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="9-10">
+ <polyline color="#ff9000" width="10" />
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="11">
+ <polyline color="#ff9000" width="14" />
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="12">
+ <polyline color="#ff9000" width="16" />
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="13">
+ <polyline color="#ff9000" width="26" />
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="14">
+ <polyline color="#ff9000" width="32" />
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="15">
+ <polyline color="#ff9000" width="34" />
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="16">
+ <polyline color="#ff9000" width="66" />
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="17">
+ <polyline color="#ff9000" width="134" />
+ </itemgra>
+ <itemgra item_types="traffic_distortion" order="18">
+ <polyline color="#ff9000" width="265" />
+ </itemgra>
+ </layer>
+ <layer name="polylines">
+ <itemgra item_types="rail_tram" order="13-">
+ <polyline color="#606060" width="2" />
+ </itemgra>
+ </layer>
+ <layer name="labels">
+ <itemgra item_types="house_number" order="15-">
+ <circle color="#000000" radius="3" text_size="7" />
+ </itemgra>
+ <itemgra item_types="town_label,district_label,town_label_0e0,town_label_1e0,town_label_2e0,town_label_5e0,town_label_1e1,town_label_2e1,town_label_5e1,town_label_1e2,town_label_2e2,town_label_5e2,district_label_0e0,district_label_1e0,district_label_2e0,district_label_5e0,district_label_1e1,district_label_2e1,district_label_5e1,district_label_1e2,district_label_2e2,district_label_5e2"
+ order="13-">
+ <circle color="#000000" radius="3" text_size="7" />
+ </itemgra>
+ <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3"
+ order="12-">
+ <circle color="#000000" radius="3" text_size="7" />
+ </itemgra>
+ <itemgra item_types="town_label_1e3,place_label"
+ order="10-">
+ <circle color="#000000" radius="3" text_size="10" />
+ </itemgra>
+ <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4"
+ order="11-">
+ <circle color="#000000" radius="3" text_size="7" />
+ </itemgra>
+ <itemgra item_types="town_label_2e3" order="11-">
+ <circle color="#000000" radius="3" text_size="10" />
+ </itemgra>
+ <itemgra item_types="town_label_5e3,town_label_1e4,town_label_2e4,town_label_5e4"
+ order="11-">
+ <circle color="#000000" radius="3" text_size="15" />
+ </itemgra>
+ <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5"
+ order="10-">
+ <circle color="#000000" radius="3" text_size="7" />
+ </itemgra>
+ <itemgra item_types="town_label_2e3" order="10">
+ <circle color="#000000" radius="3" text_size="7" />
+ </itemgra>
+ <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6,district_label_1e7"
+ order="9-">
+ <circle color="#000000" radius="3" text_size="7" />
+ </itemgra>
+ <itemgra item_types="town_label_5e3" order="9-10">
+ <circle color="#000000" radius="3" text_size="10" />
+ </itemgra>
+ <itemgra item_types="town_label_1e4" order="8-9">
+ <circle color="#000000" radius="3" text_size="10" />
+ </itemgra>
+ <itemgra item_types="town_label_2e4,town_label_5e4"
+ order="7-8">
+ <circle color="#000000" radius="3" text_size="10" />
+ </itemgra>
+ <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5"
+ order="5-">
+ <circle color="#000000" radius="3" text_size="15" />
+ </itemgra>
+ <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7"
+ order="5-">
+ <circle color="#000000" radius="3" text_size="20" />
+ </itemgra>
+ <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5"
+ order="4">
+ <circle color="#000000" radius="3" text_size="10" />
+ </itemgra>
+ <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7"
+ order="4">
+ <circle color="#000000" radius="3" text_size="15" />
+ </itemgra>
+ <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7"
+ order="0-3">
+ <circle color="#000000" radius="3" text_size="10" />
+ </itemgra>
+ </layer>
+ <layer name="Internal">
+ <itemgra item_types="track" order="7-">
+ <polyline color="#3f3f3f" width="1" />
+ </itemgra>
+ <itemgra item_types="track_tracked" order="7-">
+ <polyline color="#3f3fff" width="3" />
+ </itemgra>
+ <itemgra item_types="rg_segment" order="12-">
+ <polyline color="#FF089C" width="1" />
+ <arrows color="#FF089C" width="1" />
+ </itemgra>
+ <itemgra item_types="rg_point" order="12-">
+ <circle color="#FF089C" radius="10" text_size="7" />
+ </itemgra>
+ <itemgra item_types="nav_left_1" order="0-">
+ <icon src="nav_left_1_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_left_2" order="0-">
+ <icon src="nav_left_2_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_left_3" order="0-">
+ <icon src="nav_left_3_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_right_1" order="0-">
+ <icon src="nav_right_1_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_right_2" order="0-">
+ <icon src="nav_right_2_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_right_3" order="0-">
+ <icon src="nav_right_3_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_straight" order="0-">
+ <icon src="nav_straight_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_turnaround_left" order="0-">
+ <icon src="nav_turnaround_left_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_turnaround_right" order="0-">
+ <icon src="nav_turnaround_right_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l1" order="0-">
+ <icon src="nav_roundabout_l1_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r1" order="0-">
+ <icon src="nav_roundabout_r1_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l2" order="0-">
+ <icon src="nav_roundabout_l2_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r2" order="0-">
+ <icon src="nav_roundabout_r2_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l3" order="0-">
+ <icon src="nav_roundabout_l3_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r3" order="0-">
+ <icon src="nav_roundabout_r3_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l4" order="0-">
+ <icon src="nav_roundabout_l4_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r4" order="0-">
+ <icon src="nav_roundabout_r4_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l5" order="0-">
+ <icon src="nav_roundabout_l5_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r5" order="0-">
+ <icon src="nav_roundabout_r5_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l6" order="0-">
+ <icon src="nav_roundabout_l6_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r6" order="0-">
+ <icon src="nav_roundabout_r6_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l7" order="0-">
+ <icon src="nav_roundabout_l7_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r7" order="0-">
+ <icon src="nav_roundabout_r7_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l8" order="0-">
+ <icon src="nav_roundabout_l8_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r8" order="0-">
+ <icon src="nav_roundabout_r8_bk.svg" w="32" h="32" />
+ </itemgra>
+ <itemgra item_types="nav_keep_left" order="0-">
+ <icon src="nav_keep_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_merge_left" order="0-">
+ <icon src="nav_merge_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_keep_right" order="0-">
+ <icon src="nav_keep_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_merge_right" order="0-">
+ <icon src="nav_merge_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_exit_left" order="0-">
+ <icon src="nav_exit_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_exit_right" order="0-">
+ <icon src="nav_exit_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="route_end" order="0-">
+ <icon src="nav_destination_bk.svg" w="32" h="32" x="4" y="30"/>
+ </itemgra>
+
+ <itemgra item_types="waypoint,route_end" order="2">
+ <circle color="#000000" radius="4" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="3-5">
+ <circle color="#000000" radius="8" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="6">
+ <circle color="#000000" radius="10" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="7-8">
+ <circle color="#000000" radius="16" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="9-10">
+ <circle color="#000000" radius="20" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="11">
+ <circle color="#000000" radius="28" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="12">
+ <circle color="#000000" radius="32" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="13">
+ <circle color="#000000" radius="52" width="4" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="14">
+ <circle color="#000000" radius="64" width="4" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="15">
+ <circle color="#000000" radius="68" width="6" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="16">
+ <circle color="#000000" radius="132" width="8" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="17">
+ <circle color="#000000" radius="268" width="8" text_size="48"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="18">
+ <circle color="#000000" radius="530" width="8" text_size="48"/>
+ </itemgra>
+
+ <itemgra item_types="nav_none" order="0-">
+ <icon src="unknown.svg" />
+ </itemgra>
+ <itemgra item_types="announcement" order="7-">
+ <icon src="gui_sound_32_32.svg" />
+ <circle color="#FF089C" radius="10" text_size="7" />
+ </itemgra>
+ </layer>
+ <layer name="POI Symbols" active="1">
+ <itemgra item_types="mini_roundabout" order="12-">
+ <icon src="mini_roundabout.svg" />
+ </itemgra>
+ <itemgra item_types="turning_circle" order="12-">
+ <icon src="mini_roundabout.svg" />
+ </itemgra>
+ <itemgra item_types="poi_airport" order="6-">
+ <icon src="airport.svg" />
+ </itemgra>
+ <itemgra item_types="poi_fuel" order="12-">
+ <icon src="fuel.svg" />
+ </itemgra>
+ <itemgra item_types="poi_bridge" order="12-">
+ <icon src="bridge.svg" />
+ </itemgra>
+ <itemgra item_types="highway_exit" order="12-">
+ <icon src="exit.svg" />
+ </itemgra>
+ <itemgra item_types="poi_auto_club" order="13-">
+ <icon src="auto_club.svg" />
+ </itemgra>
+ <itemgra item_types="poi_bank" order="13-">
+ <icon src="bank.svg" />
+ </itemgra>
+ <itemgra item_types="poi_atm" order="13-">
+ <icon src="atm.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_danger_area" order="13-">
+ <icon src="danger_16_16.svg" />
+ </itemgra>
+ <itemgra item_types="poi_forbidden_area" order="13-">
+ <icon src="forbiden_area.svg" />
+ </itemgra>
+ <itemgra item_types="poi_tunnel" order="12-">
+ <icon src="tunnel.svg" />
+ </itemgra>
+ <itemgra item_types="traffic_signals" order="14-">
+ <icon src="traffic_signals.svg" />
+ </itemgra>
+ </layer>
+ <layer name="POI Labels" active="1">
+ <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle"
+ order="15-">
+ <circle color="#606060" radius="0" width="0"
+ text_size="10" />
+ </itemgra>
+ </layer>
+ <layer name="Android-POI-Icons-full" active="0">
+ <itemgra item_types="mini_roundabout" order="12-">
+ <icon src="mini_roundabout.svg" />
+ </itemgra>
+ <itemgra item_types="turning_circle" order="12-">
+ <icon src="mini_roundabout.svg" />
+ </itemgra>
+ <itemgra item_types="poi_airport" order="5-">
+ <icon src="airport.svg" />
+ </itemgra>
+ <itemgra item_types="town_ghost" order="10-">
+ <icon src="ghost_town.svg" />
+ </itemgra>
+ <itemgra item_types="poi_hotel" order="12-">
+ <icon src="hotel.svg" />
+ </itemgra>
+ <itemgra item_types="poi_car_parking" order="11-">
+ <icon src="parking.svg" />
+ </itemgra>
+ <itemgra item_types="poi_car_dealer_parts" order="12-">
+ <icon src="car_dealer.svg" />
+ </itemgra>
+ <itemgra item_types="poi_fuel" order="12-">
+ <icon src="fuel.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shopping" order="14-">
+ <icon src="shopping.svg" />
+ </itemgra>
+ <itemgra item_types="poi_attraction" order="11-">
+ <icon src="attraction.svg" />
+ </itemgra>
+ <itemgra item_types="poi_cafe" order="12-">
+ <icon src="cafe.svg" />
+ </itemgra>
+ <itemgra item_types="poi_bar" order="12-">
+ <icon src="bar.svg" />
+ </itemgra>
+ <itemgra item_types="poi_pub" order="12-">
+ <icon src="beer.svg" />
+ </itemgra>
+ <itemgra item_types="poi_bridge" order="12-">
+ <icon src="bridge.svg" />
+ </itemgra>
+ <itemgra item_types="highway_exit" order="11-">
+ <icon src="exit.svg" />
+ </itemgra>
+ <itemgra item_types="poi_camp_rv" order="12-">
+ <icon src="camping.svg" />
+ </itemgra>
+ <itemgra item_types="poi_museum_history" order="12-">
+ <icon src="museum.svg" />
+ </itemgra>
+ <itemgra item_types="poi_hospital" order="12-">
+ <icon src="hospital.svg" />
+ </itemgra>
+ <itemgra item_types="poi_dining" order="12-">
+ <icon src="restaurant.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_fastfood" order="12-">
+ <icon src="fastfood.svg" />
+ </itemgra>
+ <itemgra item_types="poi_police" order="12-">
+ <icon src="police.svg" />
+ </itemgra>
+ <itemgra item_types="poi_auto_club" order="12-">
+ <icon src="auto_club.svg" />
+ </itemgra>
+ <itemgra item_types="poi_autoservice" order="12-">
+ <icon src="car_dealer.svg" />
+ </itemgra>
+ <itemgra item_types="poi_bank" order="12-">
+ <icon src="bank.svg" />
+ </itemgra>
+ <itemgra item_types="poi_atm" order="12-">
+ <icon src="atm.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_bay" order="12-">
+ <icon src="bay.svg" />
+ </itemgra>
+ <itemgra item_types="poi_bend" order="12-">
+ <icon src="bend.svg" />
+ </itemgra>
+ <itemgra item_types="poi_boat_ramp" order="12-">
+ <icon src="boat_ramp.svg" />
+ </itemgra>
+ <itemgra item_types="poi_border_station" order="12-">
+ <icon src="border_station.svg" />
+ </itemgra>
+ <itemgra item_types="poi_bowling" order="12-">
+ <icon src="bowling.svg" />
+ </itemgra>
+ <itemgra item_types="poi_bus_station" order="11-">
+ <icon src="bus.svg" />
+ </itemgra>
+ <itemgra item_types="poi_bus_stop" order="12-">
+ <icon src="bus_stop.svg" />
+ </itemgra>
+ <itemgra item_types="poi_business_service" order="12-">
+ <icon src="bussines_service.svg" />
+ </itemgra>
+ <itemgra item_types="poi_car_rent" order="12-">
+ <icon src="car_rent.svg" />
+ </itemgra>
+ <itemgra item_types="poi_car_sharing" order="11-">
+ <icon src="car_sharing.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_car_wash" order="12-">
+ <icon src="car_wash.svg" />
+ </itemgra>
+ <itemgra item_types="poi_casino" order="12-">
+ <icon src="casino.svg" />
+ </itemgra>
+ <itemgra item_types="poi_cemetery" order="12-">
+ <icon src="cemetery.svg" />
+ </itemgra>
+ <itemgra item_types="poi_church" order="11-">
+ <icon src="church.svg" />
+ </itemgra>
+ <itemgra item_types="poi_bahai" order="11-">
+ <icon src="bahai.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_buddhist" order="11-">
+ <icon src="buddhist.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_hindu" order="11-">
+ <icon src="hindu.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_islamic" order="11-">
+ <icon src="islamic.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_jain" order="11-">
+ <icon src="jain.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_jewish" order="11-">
+ <icon src="jewish.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_pagan" order="11-">
+ <icon src="pagan.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_pastafarian" order="11-">
+ <icon src="pastafarian.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_shinto" order="11-">
+ <icon src="shinto.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_sikh" order="11-">
+ <icon src="sikh.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_taoist" order="11-">
+ <icon src="taoist.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_cinema" order="12-">
+ <icon src="cinema.svg" />
+ </itemgra>
+ <itemgra item_types="poi_communication" order="12-">
+ <icon src="communication.svg" />
+ </itemgra>
+ <itemgra item_types="poi_concert" order="12-">
+ <icon src="concert.svg" />
+ </itemgra>
+ <itemgra item_types="poi_cove" order="12-">
+ <icon src="cove.svg" />
+ </itemgra>
+ <itemgra item_types="poi_crossing" order="12-">
+ <icon src="crossing.svg" />
+ </itemgra>
+ <itemgra item_types="poi_dam" order="12-">
+ <icon src="dam.svg" />
+ </itemgra>
+ <itemgra item_types="poi_danger_area" order="12-">
+ <icon src="danger_16_16.svg" />
+ </itemgra>
+ <itemgra item_types="poi_danger_sea_wreck" order="12-">
+ <icon src="dangerous.svg" />
+ </itemgra>
+ <itemgra item_types="poi_daymark" order="12-">
+ <icon src="daymark.svg" />
+ </itemgra>
+ <itemgra item_types="poi_diving" order="12-">
+ <icon src="diving.svg" />
+ </itemgra>
+ <itemgra item_types="poi_drinking_water" order="13-">
+ <icon src="drinking_water.svg" />
+ </itemgra>
+ <itemgra item_types="poi_emergency" order="12-">
+ <icon src="emergency.svg" />
+ </itemgra>
+ <itemgra item_types="poi_fair" order="12-">
+ <icon src="fair.svg" />
+ </itemgra>
+ <itemgra item_types="poi_firebrigade" order="12-">
+ <icon src="firebrigade.svg" />
+ </itemgra>
+ <itemgra item_types="poi_fish" order="9-">
+ <icon src="fish.svg" />
+ </itemgra>
+ <itemgra item_types="poi_forbidden_area" order="12-">
+ <icon src="forbiden_area.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shop_gps" order="15-">
+ <icon src="garmin.svg" />
+ </itemgra>
+ <itemgra item_types="poi_golf" order="12-">
+ <icon src="golf.svg" />
+ </itemgra>
+ <itemgra item_types="poi_government_building" order="12-">
+ <icon src="goverment_building.svg" />
+ </itemgra>
+ <itemgra item_types="poi_height" order="12-">
+ <icon src="height.svg" />
+ </itemgra>
+ <itemgra item_types="poi_heliport" order="8-">
+ <icon src="heliport.svg" />
+ </itemgra>
+ <itemgra item_types="poi_hotspring" order="12-">
+ <icon src="hotspring.svg" />
+ </itemgra>
+ <itemgra item_types="poi_icesport" order="12-">
+ <icon src="icesport.svg" />
+ </itemgra>
+ <itemgra item_types="poi_information" order="12-">
+ <icon src="information.svg" />
+ </itemgra>
+ <itemgra item_types="poi_justice" order="12-">
+ <icon src="justice.svg" />
+ </itemgra>
+ <itemgra item_types="poi_landmark" order="11-">
+ <icon src="landmark.svg" />
+ </itemgra>
+ <itemgra item_types="poi_levee" order="12-">
+ <icon src="levee.svg" />
+ </itemgra>
+ <itemgra item_types="poi_level_crossing" order="11-">
+ <icon src="level_crossing.svg" />
+ </itemgra>
+ <itemgra item_types="poi_library" order="12-">
+ <icon src="library.svg" />
+ </itemgra>
+ <itemgra item_types="poi_locale" order="12-">
+ <icon src="locale.svg" />
+ </itemgra>
+ <itemgra item_types="poi_loudspeaker" order="12-">
+ <icon src="loudspeaker.svg" />
+ </itemgra>
+ <itemgra item_types="poi_mall" order="12-">
+ <icon src="mall.svg" />
+ </itemgra>
+ <itemgra item_types="poi_manmade_feature" order="12-">
+ <icon src="manmade_feature.svg" />
+ </itemgra>
+ <itemgra item_types="poi_marine" order="12-">
+ <icon src="marine.svg" />
+ </itemgra>
+ <itemgra item_types="poi_marine_type" order="12-">
+ <icon src="marine_type.svg" />
+ </itemgra>
+ <itemgra item_types="poi_mark" order="12-">
+ <icon src="mark.svg" />
+ </itemgra>
+ <itemgra item_types="poi_military" order="11-">
+ <icon src="military.svg" />
+ </itemgra>
+ <itemgra item_types="poi_mine" order="12-">
+ <icon src="mine.svg" />
+ </itemgra>
+ <itemgra item_types="poi_nondangerous" order="12-">
+ <icon src="nondangerous.svg" />
+ </itemgra>
+ <itemgra item_types="poi_oil_field" order="12-">
+ <icon src="oil_field.svg" />
+ </itemgra>
+ <itemgra item_types="poi_peak" order="7-">
+ <icon src="peak.svg" />
+ </itemgra>
+ <itemgra item_types="poi_personal_service" order="12-">
+ <icon src="personal_service.svg" />
+ </itemgra>
+ <itemgra item_types="poi_pharmacy" order="12-">
+ <icon src="pharmacy.svg" />
+ </itemgra>
+ <itemgra item_types="poi_post_office,poi_post_box"
+ order="13-">
+ <icon src="post.svg" />
+ </itemgra>
+ <itemgra item_types="poi_public_office" order="12-">
+ <icon src="public_office.svg" />
+ </itemgra>
+ <itemgra item_types="poi_rail_halt" order="11-">
+ <circle color="#ff0000" radius="3" width="3" />
+ <circle color="#000000" radius="5" width="2"
+ text_size="8" />
+ </itemgra>
+ <itemgra item_types="poi_rail_station" order="9-">
+ <circle color="#ff0000" radius="3" width="3" />
+ <circle color="#000000" radius="6" width="2"
+ text_size="8" />
+ </itemgra>
+ <itemgra item_types="poi_rail_tram_stop" order="10-11">
+ <circle color="#ff0000" radius="2" width="2" />
+ </itemgra>
+ <itemgra item_types="poi_rail_tram_stop" order="12-">
+ <circle color="#ff0000" radius="3" width="3" />
+ <circle color="#606060" radius="5" width="2"
+ text_size="8" />
+ </itemgra>
+ <itemgra item_types="poi_repair_service" order="12-">
+ <icon src="repair_service.svg" />
+ </itemgra>
+ <itemgra item_types="poi_resort" order="12-">
+ <icon src="resort.svg" />
+ </itemgra>
+ <itemgra item_types="poi_restaurant" order="12-">
+ <icon src="restaurant.svg" />
+ </itemgra>
+ <itemgra item_types="poi_restricted_area" order="12-">
+ <icon src="restricted_area.svg" />
+ </itemgra>
+ <itemgra item_types="poi_restroom" order="13-">
+ <icon src="toilets.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_sailing" order="12-">
+ <icon src="sailing.svg" />
+ </itemgra>
+ <itemgra item_types="poi_scenic_area" order="12-">
+ <icon src="scenic_area.svg" />
+ </itemgra>
+ <itemgra item_types="poi_school" order="12-">
+ <icon src="school.svg" />
+ </itemgra>
+ <itemgra item_types="poi_service" order="12-">
+ <icon src="service.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shop_apparel" order="14-">
+ <icon src="shop_apparel.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shop_bicycle" order="14-">
+ <icon src="bicycle_shop.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shop_computer" order="14-">
+ <icon src="shop_computer.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shop_department" order="14-">
+ <icon src="shop_department.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shop_furniture" order="14-">
+ <icon src="shop_furnish.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shop_grocery" order="14-">
+ <icon src="shop_grocery.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shop_handg" order="14-">
+ <icon src="shop_handg.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shop_merchandise" order="14-">
+ <icon src="shop_merchandise.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shop_retail" order="14-">
+ <icon src="shop_retail.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shower" order="13-">
+ <icon src="shower.svg" />
+ </itemgra>
+ <itemgra item_types="poi_skiing" order="11-">
+ <icon src="skiing.svg" />
+ </itemgra>
+ <itemgra item_types="poi_social_service" order="12-">
+ <icon src="social_service.svg" />
+ </itemgra>
+ <itemgra item_types="poi_sounding" order="12-">
+ <icon src="sounding.svg" />
+ </itemgra>
+ <itemgra item_types="poi_sport" order="12-">
+ <icon src="sport.svg" />
+ </itemgra>
+ <itemgra item_types="poi_stadium" order="11-">
+ <icon src="stadium.svg" />
+ </itemgra>
+ <itemgra item_types="poi_swimming" order="12-">
+ <icon src="swimming.svg" />
+ </itemgra>
+ <itemgra item_types="poi_telephone" order="13-">
+ <icon src="telephone.svg" />
+ </itemgra>
+ <itemgra item_types="poi_theater" order="12-">
+ <icon src="theater.svg" />
+ </itemgra>
+ <itemgra item_types="poi_tide" order="12-">
+ <icon src="tide.svg" />
+ </itemgra>
+ <itemgra item_types="poi_tower" order="13-">
+ <icon src="tower.svg" />
+ </itemgra>
+ <itemgra item_types="poi_townhall" order="12-">
+ <icon src="townhall.svg" />
+ </itemgra>
+ <itemgra item_types="poi_trail" order="12-">
+ <icon src="trail.svg" />
+ </itemgra>
+ <itemgra item_types="poi_truck_stop" order="12-">
+ <icon src="truck_stop.svg" />
+ </itemgra>
+ <itemgra item_types="poi_tunnel" order="12-">
+ <icon src="tunnel.svg" />
+ </itemgra>
+ <itemgra item_types="poi_wine" order="12-">
+ <icon src="wine.svg" />
+ </itemgra>
+ <itemgra item_types="poi_worship" order="8-">
+ <icon src="worship.svg" />
+ </itemgra>
+ <itemgra item_types="poi_wrecker" order="12-">
+ <icon src="wrecker.svg" />
+ </itemgra>
+ <itemgra item_types="poi_zoo" order="9-">
+ <icon src="zoo.svg" />
+ </itemgra>
+ <itemgra item_types="poi_picnic" order="12-">
+ <icon src="picnic.svg" />
+ </itemgra>
+ <itemgra item_types="poi_gc_multi" order="12-">
+ <icon src="gc_multi.svg" />
+ </itemgra>
+ <itemgra item_types="poi_gc_tradi" order="12-">
+ <icon src="gc_tradi.svg" />
+ </itemgra>
+ <itemgra item_types="poi_gc_event" order="12-">
+ <icon src="gc_event.svg" />
+ </itemgra>
+ <itemgra item_types="poi_gc_mystery" order="12-">
+ <icon src="gc_mystery.svg" />
+ </itemgra>
+ <itemgra item_types="poi_gc_question" order="12-">
+ <icon src="gc_question.svg" />
+ </itemgra>
+ <itemgra item_types="poi_gc_stages" order="12-">
+ <icon src="gc_stages.svg" />
+ </itemgra>
+ <itemgra item_types="poi_gc_reference" order="12-">
+ <icon src="gc_reference.svg" />
+ </itemgra>
+ <itemgra item_types="poi_gc_webcam" order="12-">
+ <icon src="gc_webcam.svg" />
+ </itemgra>
+ <itemgra item_types="traffic_signals" order="13-">
+ <icon src="traffic_signals.svg" />
+ </itemgra>
+ <itemgra item_types="poi_wifi" order="13-">
+ <icon src="wifi.svg" />
+ </itemgra>
+ <itemgra item_types="poi_image" order="12-">
+ <image />
+ </itemgra>
+ <itemgra item_types="poi_bench" order="15-">
+ <icon src="bench.svg" />
+ </itemgra>
+ <itemgra item_types="poi_biergarten" order="12-">
+ <icon src="biergarten.svg" />
+ </itemgra>
+ <itemgra item_types="poi_boundary_stone" order="13-">
+ <icon src="boundary_stone.svg" />
+ </itemgra>
+ <itemgra item_types="poi_castle" order="11-">
+ <icon src="castle.svg" />
+ </itemgra>
+ <itemgra item_types="poi_ruins" order="11-">
+ <icon src="ruins.svg" />
+ </itemgra>
+ <itemgra item_types="poi_hunting_stand" order="12-">
+ <icon src="hunting_stand.svg" />
+ </itemgra>
+ <itemgra item_types="poi_memorial" order="12-">
+ <icon src="memorial.svg" />
+ </itemgra>
+ <itemgra item_types="poi_monument" order="12-">
+ <icon src="memorial.svg" />
+ </itemgra>
+ <itemgra item_types="poi_shelter" order="11-">
+ <icon src="shelter.svg" />
+ </itemgra>
+ <itemgra item_types="poi_fountain" order="13-">
+ <icon src="fountain.svg" />
+ </itemgra>
+ <itemgra item_types="poi_potable_water" order="13-">
+ <icon src="drinking_water.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_toilets" order="12-">
+ <icon src="toilets.svg" />
+ </itemgra>
+ <itemgra item_types="poi_viewpoint" order="10-">
+ <icon src="viewpoint.svg" />
+ </itemgra>
+ <itemgra item_types="tec_common" order="11-">
+ <icon src="tec_common.svg"/>
+ </itemgra>
+ <itemgra item_types="vehicle" order="0-">
+ <icon src="gui_vehicle_16_16.svg" />
+ </itemgra>
+ <itemgra item_types="vehicle_pedestrian" order="0-">
+ <icon src="gui_vehicle_pedestrian_16_16.svg" />
+ </itemgra>
+ <itemgra item_types="poi_custom0,poi_custom1,poi_custom2,poi_custom3,poi_custom4,poi_custom5,poi_custom6,poi_custom7,poi_custom8,poi_custom9,poi_customa,poi_customb,poi_customc,poi_customd,poi_custome,poi_customf"
+ order="10-">
+ <icon src="%s" />
+ </itemgra>
+ </layer>
+ <layer name="Android-POI-Labels-full" active="0">
+ <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_car_sharing,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_shop_bicycle,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle"
+ order="14-">
+ <circle color="#606060" radius="0" width="0"
+ text_size="10" />
+ </itemgra>
+ <itemgra item_types="poi_custom0,poi_custom1,poi_custom2,poi_custom3,poi_custom4,poi_custom5,poi_custom6,poi_custom7,poi_custom8,poi_custom9,poi_customa,poi_customb,poi_customc,poi_customd,poi_custome,poi_customf"
+ order="14-">
+ <circle color="#606060" radius="0" width="0"
+ text_size="10" />
+ </itemgra>
+ </layer>
+ <layer name="Found items" ref="Found items"/>
+ </layout>
+
+ <layout name="Car-simple" color="#839ea9">
+ <layer name="polygon">
+ <itemgra item_types="poly_town" order="8-">
+ <polygon color="#6b8091"/>
+ </itemgra>
+ </layer>
+ <layer name="streets">
+ <itemgra item_types="water_line" order="11-">
+ <polyline width="3" color="#5e71a7" />
+ </itemgra>
+ <itemgra item_types="rail" order="9-">
+ <polyline width="4" color="#a4bac8" />
+ <polyline width="1" color="#e0e0e0" dash="4,6"/>
+ </itemgra>
+ <itemgra item_types="street_1_city,street_1_land" order="12-">
+ <polyline width="5" color="#516170"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="12-">
+ <polyline width="7" color="#516170"/>
+ </itemgra>
+ <itemgra item_types="street_1_city,street_1_land" order="11">
+ <polyline width="3" color="#516170"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="9-11">
+ <polyline width="5" color="#516170"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="11-">
+ <polyline width="9" color="#516170" />
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="8-10">
+ <polyline width="7" color="#516170" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11-">
+ <polyline width="9" color="#516170" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="8-10">
+ <polyline width="7" color="#516170" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="6-7">
+ <polyline width="3" color="#516170" />
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="4-">
+ <polyline width="9" color="#516170" />
+ </itemgra>
+
+ <itemgra item_types="street_route" >
+ <polyline width="11" color="#516170" />
+ </itemgra>
+
+ <itemgra item_types="street_1_city,street_1_land" order="12-">
+ <polyline width="3" color="#a4bac8" />
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="12-">
+ <polyline width="5" color="#90a3af" />
+ </itemgra>
+ <itemgra item_types="street_1_city,street_1_land" order="11">
+ <polyline width="1" color="#a4bac8" />
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="9-11">
+ <polyline width="3" color="#90a3af" />
+ </itemgra>
+
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="11-">
+ <polyline width="6" color="#a4bac8" />
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="8-10">
+ <polyline width="4" color="#a4bac8" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11-">
+ <polyline width="6" color="#c7e1f2" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="8-10">
+ <polyline width="4" color="#c7e1f2" />
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="6-7">
+ <polyline width="1" color="#c7e1f2" />
+ </itemgra>
+
+ <itemgra item_types="highway_city,highway_land" order="4-">
+ <polyline width="3" color="#c0e1ff" />
+ </itemgra>
+
+ <itemgra item_types="street_route" >
+ <polyline width="9" color="#ffffff" />
+ </itemgra>
+
+ <itemgra item_types="waypoint,route_end" >
+ <circle color="#000000" radius="8" width="2" text_size="24"/>
+ </itemgra>
+ </layer>
+ <layer name="labels">
+ <itemgra item_types="water_line" order="11-">
+ <text text_size="16" color="#0000ff" />
+ </itemgra>
+ <itemgra item_types="street_1_city,street_2_city,street_3_city,street_4_city,highway_city,street_1_land,street_2_land,street_3_land,street_4_land,street_n_lanes,highway_land,living_street,footway">
+ <text text_size="16" color="#ffffff" background_color="#000000"/>
+ </itemgra>
+ <itemgra item_types="town_label,district_label,town_label_0e0,town_label_1e0,town_label_2e0,town_label_5e0,town_label_1e1,town_label_2e1,town_label_5e1,town_label_1e2,town_label_2e2,town_label_5e2,district_label_0e0,district_label_1e0,district_label_2e0,district_label_5e0,district_label_1e1,district_label_2e1,district_label_5e1,district_label_1e2,district_label_2e2,district_label_5e2" order="10-">
+ <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e3,town_label_2e3,district_label_1e3,district_label_2e3" order="9-">
+ <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
+ </itemgra>
+ <itemgra item_types="town_label_5e3,district_label_5e3" order="8-">
+ <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e4,district_label_1e4" order="7-">
+ <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
+ </itemgra>
+ <itemgra item_types="town_label_2e4,district_label_2e4" order="6-">
+ <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
+ </itemgra>
+ <itemgra item_types="town_label_5e4,town_label_1e5,district_label_5e4,district_label_1e5" order="5-">
+ <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
+ </itemgra>
+ <itemgra item_types="town_label_2e5,district_label_2e5" order="4-">
+ <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
+ </itemgra>
+ <itemgra item_types="town_label_5e5,district_label_5e5" order="2-">
+ <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
+ </itemgra>
+
+ <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7,district_label_1e6,district_label_2e6,district_label_5e6,district_label_1e7">
+ <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
+ </itemgra>
+ </layer>
+ <layer name="Found items" ref="Found items"/>
+ </layout>
+
+ <layout name="Bike" color="#ffefb7" font="Liberation Sans">
+
+ <cursor w="26" h="26">
+ <itemgra>
+ <circle color="#0000ff" radius="24" width="2">
+ <coord x="0" y="0"/>
+ </circle>
+ </itemgra>
+ <itemgra speed_range="-2">
+ <polyline color="#0000ff" width="2">
+ <coord x="0" y="0"/>
+ <coord x="0" y="0"/>
+ </polyline>
+ </itemgra>
+ <itemgra speed_range="3-">
+ <polyline color="#0000ff" width="2">
+ <coord x="-7" y="-10"/>
+ <coord x="0" y="12"/>
+ <coord x="7" y="-10"/>
+ </polyline>
+ </itemgra>
+ </cursor>
+
+ <layer name="Landuse">
+ <itemgra item_types="image" order="0-">
+ <image/>
+ </itemgra>
+ <itemgra item_types="poly_wood" order="0-">
+ <polygon color="#8ec78d"/>
+ </itemgra>
+ <itemgra item_types="poly_town" order="0-">
+ <polygon color="#ffc895"/>
+ <polyline color="#ebb481"/>
+ </itemgra>
+ <itemgra item_types="poly_park" order="0-">
+ <polygon color="#7cc334"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_water" order="0-">
+ <polygon color="#82c8ea"/>
+ <polyline color="#5096b8"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_land" order="0-">
+ <polygon color="#ffefb7"/>
+ <polyline color="#ffefb7"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_airport" order="0-">
+ <polygon color="#a0a0a0"/>
+ </itemgra>
+ <itemgra item_types="poly_sport" order="0-">
+ <polygon color="#ff8c00"/>
+ </itemgra>
+ <itemgra item_types="poly_industry,poly_place,poly_railway" order="0-">
+ <polygon color="#e6e6e6"/>
+ </itemgra>
+ <itemgra item_types="poly_commercial" order="0-">
+ <polygon color="#fff8dc"/>
+ </itemgra>
+ <itemgra item_types="poly_industry,poly_building,poly_place,poly_brownfield,poly_greenfield,poly_construction,poly_railway" order="0-">
+ <polygon color="#ecd8ff"/>
+ </itemgra>
+ <itemgra item_types="poly_farm" order="0-">
+ <polygon color="#c7f1a3"/>
+ <polyline color="#79c691"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_meadow" order="0-">
+ <polygon color="#c7f1a3"/>
+ <polyline color="#79c691"/>
+ </itemgra>
+ <itemgra item_types="poly_scree,poly_scrub,poly_fell,poly_heath" order="0-">
+ <polygon color="#c7f1a3"/>
+ <polyline color="#79c691"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_marsh,poly_mud,poly_quarry" order="0-">
+ <polygon color="#DEB887"/>
+ <polyline color="#DEB887"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_allotments,poly_playground,poly_village_green,poly_recreation_ground,poly_common,poly_garden" order="0-">
+ <polygon color="#c7f1a3"/>
+ <polyline color="#79c691"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_ruins" order="0-">
+ <polygon color="#b6a6a6"/>
+ </itemgra>
+ <itemgra item_types="poly_apron" order="0-">
+ <polygon color="#d0d0d0"/>
+ </itemgra>
+ <itemgra item_types="poly_terminal" order="7-">
+ <polygon color="#e3c6a6"/>
+ </itemgra>
+ <itemgra item_types="poly_cemetery" order="1-">
+ <polygon color="#bde3cb"/>
+ </itemgra>
+ <itemgra item_types="poly_car_parking" order="1-">
+ <polygon color="#d2d2d2"/>
+ </itemgra>
+ <itemgra item_types="poly_building" order="0-">
+ <polygon color="#ff6347"/>
+ </itemgra>
+ </layer>
+ <layer name="Contour Lines">
+ <itemgra item_types="height_line_1" order="8">
+ <polyline color="#A9A9A9" width="1"/>
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="height_line_1" order="9">
+ <polyline color="#A9A9A9" width="2"/>
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="height_line_2" order="9">
+ <polyline color="#A9A9A9" width="1"/>
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="height_line_1" order="10-">
+ <polyline color="#A9A9A9" width="3"/>
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="height_line_2" order="10-">
+ <polyline color="#A9A9A9" width="2"/>
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="height_line_3" order="10-">
+ <polyline color="#A9A9A9" width="1"/>
+ </itemgra>
+ </layer>
+ <!-- "Contour Lines" -->
+
+ <layer name="Barriers">
+ <itemgra item_types="ditch" order="8-">
+ <polyline color="#B8860B" width="1"/>
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="hedge" order="8-">
+ <polyline color="#90EE90" width="1"/>
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="fence" order="8-">
+ <polyline color="#808080" width="1"/>
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="wall" order="8-">
+ <polyline color="#808080" width="1"/>
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="retaining_wall" order="8-">
+ <polyline color="#808080" width="1"/>
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="city_wall" order="8-">
+ <polyline color="#CD5C5C" width="1"/>
+ <text text_size="8"/>
+ </itemgra>
+ </layer>
+ <!-- "Barriers" -->
+
+ <layer name="Waterways">
+ <itemgra item_types="water_line" order="0-">
+ <polyline color="#82c8ea" width="2"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="water_river" order="0-">
+ <polyline color="#82c8ea" width="4"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="water_canal" order="0-">
+ <polyline color="#82c8ea" width="3"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="water_stream" order="0-">
+ <polyline color="#82c8ea" width="2"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="water_drain" order="0-">
+ <polyline color="#82c8ea" width="1"/>
+ <text text_size="5"/>
+ </itemgra>
+ </layer>
+ <layer name="Borders">
+ <itemgra item_types="border_state" order="0-5">
+ <polyline color="#778899" width="3"/>
+ <polyline color="#ffefb7" dash="3,2,1,3" width="1"/>
+ </itemgra>
+ <itemgra item_types="border_country" order="0-5">
+ <polyline color="#778899" width="2"/>
+ <polyline color="#ffefb7" dash="3,2,1,3" width="1"/>
+ </itemgra>
+ <itemgra item_types="border_state" order="6-11">
+ <polyline color="#778899" width="3"/>
+ <polyline color="#ffefb7" dash="6,6,1,6" width="1"/>
+ </itemgra>
+ <itemgra item_types="border_country" order="6-11">
+ <polyline color="#778899" width="2"/>
+ <polyline color="#ffefb7" dash="6,6,1,6" width="1"/>
+ </itemgra>
+ <itemgra item_types="border_state" order="12-20">
+ <polyline color="#778899" width="3"/>
+ <polyline color="#ffefb7" dash="10,10,2,10" width="1"/>
+ </itemgra>
+ <itemgra item_types="border_country" order="12-20">
+ <polyline color="#778899" width="2"/>
+ <polyline color="#ffefb7" dash="10,10,2,10" width="1"/>
+ </itemgra>
+ </layer>
+ <layer name="Current Route">
+ <itemgra item_types="street_route" order="2">
+ <polyline color="#FF00FF" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="3-5">
+ <polyline color="#FF00FF" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="6">
+ <polyline color="#FF00FF" width="10"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="7-8">
+ <polyline color="#FF00FF" width="16"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="9-10">
+ <polyline color="#FF00FF" width="20"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="11">
+ <polyline color="#FF00FF" width="28"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="12">
+ <polyline color="#FF00FF" width="32"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="13">
+ <polyline color="#FF00FF" width="52"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="14">
+ <polyline color="#FF00FF" width="64"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="15">
+ <polyline color="#FF00FF" width="68"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="16">
+ <polyline color="#FF00FF" width="132"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="17">
+ <polyline color="#FF00FF" width="268"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="18">
+ <polyline color="#FF00FF" width="530"/>
+ </itemgra>
+ </layer>
+ <layer name="Ways and Paths">
+ <itemgra item_types="powerline" order="12-">
+ <polyline color="#778899" width="1"/>
+ <polyline color="#778899" dash="1,80" width="5"/>
+ </itemgra>
+ <itemgra item_types="street_nopass" order="10-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="track_paved" order="8-">
+ <polyline color="#d2d2d2" width="5"/>
+ <polyline color="#fefefe" width="3"/>
+ </itemgra>
+ <itemgra item_types="track_gravelled" order="9-">
+ <polyline color="#d2d2d2" width="4"/>
+ <polyline color="#fefefe" width="2"/>
+ </itemgra>
+ <itemgra item_types="track_unpaved" order="10-">
+ <polyline color="#d2d2d2" width="3"/>
+ <polyline color="#fefefe" width="1"/>
+ </itemgra>
+ <itemgra item_types="track_ground" order="11-">
+ <polyline color="#d2d2d2" width="3"/>
+ <polyline color="#fefefe" width="1" dash="6,6"/>
+ </itemgra>
+ <itemgra item_types="track_grass" order="12-">
+ <polyline color="#fefefe" width="2"/>
+ <polyline color="#ffefb7" width="1" dash="6,6"/>
+ </itemgra>
+ <itemgra item_types="bridleway" order="10-">
+ <polyline color="#8b4513" width="3"/>
+ <polyline color="#f4a460" width="1"/>
+ </itemgra>
+ <itemgra item_types="cycleway" order="10-">
+ <polyline color="#006400" width="4"/>
+ <polyline color="#3cb371" width="2"/>
+ </itemgra>
+ <itemgra item_types="footway" order="12-">
+ <polyline color="#8b4513" width="3"/>
+ <polyline color="#CD853F" width="1"/>
+ </itemgra>
+ <itemgra item_types="steps" order="12-">
+ <polyline color="#8b4513" width="3"/>
+ <polyline color="#F4A460" width="1" dash="6,4"/>
+ </itemgra>
+ <itemgra item_types="path" order="11-">
+ <polyline color="#8b4513" width="3"/>
+ <polyline color="#ffefb7" width="1" dash="2,4"/>
+ </itemgra>
+ <itemgra item_types="hiking" order="11-">
+ <polyline color="#8b4513" width="2"/>
+ <polyline color="#ffefb7" width="1" dash="4,4"/>
+ </itemgra>
+ <itemgra item_types="hiking_mountain" order="11-">
+ <polyline color="#8b4513" width="2"/>
+ <polyline color="#ffefb7" width="1" dash="6,4"/>
+ </itemgra>
+ <itemgra item_types="hiking_mountain_demanding" order="13-">
+ <polyline color="#8b4513" width="2"/>
+ <polyline color="#ffefb7" width="1" dash="8,4"/>
+ </itemgra>
+ <itemgra item_types="hiking_alpine" order="13-">
+ <polyline color="#8b4513" width="1" dash="10,4"/>
+ </itemgra>
+ <itemgra item_types="hiking_alpine_demanding" order="14-">
+ <polyline color="#8b4513" width="1" dash="12,4"/>
+ </itemgra>
+ <itemgra item_types="hiking_alpine_difficult" order="14-">
+ <polyline color="#8b4513" width="1" dash="14,4"/>
+ </itemgra>
+ </layer>
+ <layer name="Streets">
+ <itemgra item_types="poly_pedestrian,poly_plaza" order="0-">
+ <polygon color="#d2d2d2"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="10">
+ <polyline color="#d2d2d2" width="3"/>
+ <polyline color="#dddddd" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="11">
+ <polyline color="#d2d2d2" width="5"/>
+ <polyline color="#dddddd" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="12">
+ <polyline color="#d2d2d2" width="8"/>
+ <polyline color="#dddddd" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="13">
+ <polyline color="#d2d2d2" width="9"/>
+ <polyline color="#dddddd" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="14">
+ <polyline color="#d2d2d2" width="13"/>
+ <polyline color="#dddddd" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="15">
+ <polyline color="#d2d2d2" width="18"/>
+ <polyline color="#dddddd" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="16">
+ <polyline color="#d2d2d2" width="21"/>
+ <polyline color="#dddddd" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="17">
+ <polyline color="#d2d2d2" width="25"/>
+ <polyline color="#dddddd" width="21"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="18">
+ <polyline color="#d2d2d2" width="40"/>
+ <polyline color="#dddddd" width="34"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="9">
+ <polyline color="#d2d2d2" width="2"/>
+ <polyline color="#fefefe" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="10">
+ <polyline color="#d2d2d2" width="3"/>
+ <polyline color="#fefefe" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="11">
+ <polyline color="#d2d2d2" width="4"/>
+ <polyline color="#fefefe" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="12">
+ <polyline color="#d2d2d2" width="5"/>
+ <polyline color="#fefefe" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="13">
+ <polyline color="#d2d2d2" width="6"/>
+ <polyline color="#fefefe" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="14">
+ <polyline color="#d2d2d2" width="7"/>
+ <polyline color="#fefefe" width="5"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="15">
+ <polyline color="#d2d2d2" width="8"/>
+ <polyline color="#fefefe" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="16">
+ <polyline color="#d2d2d2" width="9"/>
+ <polyline color="#fefefe" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="17">
+ <polyline color="#d2d2d2" width="10"/>
+ <polyline color="#fefefe" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_service" order="18">
+ <polyline color="#d2d2d2" width="11"/>
+ <polyline color="#fefefe" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="12">
+ <polyline color="#d2d2d2" width="4"/>
+ <polyline color="#fefefe" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="13">
+ <polyline color="#d2d2d2" width="4"/>
+ <polyline color="#fefefe" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="14">
+ <polyline color="#d2d2d2" width="5"/>
+ <polyline color="#fefefe" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="15">
+ <polyline color="#d2d2d2" width="6"/>
+ <polyline color="#fefefe" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="16">
+ <polyline color="#d2d2d2" width="7"/>
+ <polyline color="#fefefe" width="5"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="17">
+ <polyline color="#d2d2d2" width="8"/>
+ <polyline color="#fefefe" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_parking_lane" order="18">
+ <polyline color="#d2d2d2" width="9"/>
+ <polyline color="#fefefe" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="8-10">
+ <polyline color="#d2d2d2" width="4"/>
+ <polyline color="#ffffff" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
+ <polyline color="#d2d2d2" width="6"/>
+ <polyline color="#ffffff" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
+ <polyline color="#d2d2d2" width="10"/>
+ <polyline color="#ffffff" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
+ <polyline color="#d2d2d2" width="12"/>
+ <polyline color="#ffffff" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
+ <polyline color="#d2d2d2" width="15"/>
+ <polyline color="#ffffff" width="13"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
+ <polyline color="#d2d2d2" width="17"/>
+ <polyline color="#ffffff" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
+ <polyline color="#d2d2d2" width="33"/>
+ <polyline color="#ffffff" width="26"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
+ <polyline color="#d2d2d2" width="69"/>
+ <polyline color="#ffffff" width="61"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
+ <polyline color="#d2d2d2" width="132"/>
+ <polyline color="#ffffff" width="126"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="7-8">
+ <polyline color="#c0c0c0" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="9">
+ <polyline color="#c0c0c0" width="3"/>
+ <polyline color="#ffff00" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="10">
+ <polyline color="#c0c0c0" width="4"/>
+ <polyline color="#ffff00" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="11">
+ <polyline color="#c0c0c0" width="5"/>
+ <polyline color="#ffff00" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="12">
+ <polyline color="#c0c0c0" width="7"/>
+ <polyline color="#ffff00" width="5"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="13">
+ <polyline color="#c0c0c0" width="11"/>
+ <polyline color="#ffff00" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="14">
+ <polyline color="#c0c0c0" width="14"/>
+ <polyline color="#ffff00" width="11"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="15">
+ <polyline color="#c0c0c0" width="19"/>
+ <polyline color="#ffff00" width="15"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="16">
+ <polyline color="#c0c0c0" width="30"/>
+ <polyline color="#ffff00" width="26"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="17">
+ <polyline color="#c0c0c0" width="63"/>
+ <polyline color="#ffff00" width="57"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,ramp" order="18">
+ <polyline color="#c0c0c0" width="100"/>
+ <polyline color="#ffff00" width="90"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="7-8">
+ <polyline color="#a0a0a0" width="3"/>
+ <polyline color="#ffff00" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="9">
+ <polyline color="#a0a0a0" width="5"/>
+ <polyline color="#ffff00" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="10">
+ <polyline color="#a0a0a0" width="8"/>
+ <polyline color="#ffff00" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="11">
+ <polyline color="#a0a0a0" width="9"/>
+ <polyline color="#ffff00" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="12">
+ <polyline color="#a0a0a0" width="13"/>
+ <polyline color="#ffff00" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="13">
+ <polyline color="#a0a0a0" width="18"/>
+ <polyline color="#ffff00" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="14">
+ <polyline color="#a0a0a0" width="21"/>
+ <polyline color="#ffff00" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="15">
+ <polyline color="#a0a0a0" width="25"/>
+ <polyline color="#ffff00" width="21"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="16">
+ <polyline color="#a0a0a0" width="40"/>
+ <polyline color="#ffff00" width="34"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="17">
+ <polyline color="#a0a0a0" width="79"/>
+ <polyline color="#ffff00" width="73"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,roundabout" order="18">
+ <polyline color="#a0a0a0" width="156"/>
+ <polyline color="#ffff00" width="150"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6">
+ <polyline color="#404040" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8">
+ <polyline color="#404040" width="3"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
+ <polyline color="#000000" width="5"/>
+ <polyline color="#ff0000" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
+ <polyline color="#000000" width="6"/>
+ <polyline color="#ff0000" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
+ <polyline color="#000000" width="9"/>
+ <polyline color="#ff0000" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
+ <polyline color="#000000" width="13"/>
+ <polyline color="#ff0000" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
+ <polyline color="#000000" width="18"/>
+ <polyline color="#ff0000" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
+ <polyline color="#000000" width="21"/>
+ <polyline color="#ff0000" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
+ <polyline color="#000000" width="24"/>
+ <polyline color="#ff0000" width="20"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
+ <polyline color="#000000" width="39"/>
+ <polyline color="#ff0000" width="33"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
+ <polyline color="#000000" width="78"/>
+ <polyline color="#ff0000" width="72"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
+ <polyline color="#000000" width="156"/>
+ <polyline color="#ff0000" width="150"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="2">
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="3-5">
+ <polyline color="#ff0000" width="3"/>
+ <polyline color="#ffff00" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="6">
+ <polyline color="#ff0000" width="4"/>
+ <polyline color="#ffff00" width="2"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="7-8">
+ <polyline color="#ff0000" width="7"/>
+ <polyline color="#ffff00" width="5"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="9-10">
+ <polyline color="#ff0000" width="9"/>
+ <polyline color="#ffff00" width="5"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="11">
+ <polyline color="#ff0000" width="13"/>
+ <polyline color="#ffff00" width="9"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="12">
+ <polyline color="#ff0000" width="15"/>
+ <polyline color="#ffff00" width="10"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="13">
+ <polyline color="#ff0000" width="25"/>
+ <polyline color="#ffff00" width="17"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="14">
+ <polyline color="#ff0000" width="31"/>
+ <polyline color="#ffff00" width="24"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="15">
+ <polyline color="#ff0000" width="33"/>
+ <polyline color="#ffff00" width="27"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="16">
+ <polyline color="#ff0000" width="65"/>
+ <polyline color="#ffff00" width="59"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="17">
+ <polyline color="#ff0000" width="133"/>
+ <polyline color="#ffff00" width="127"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="18">
+ <polyline color="#ff0000" width="264"/>
+ <polyline color="#ffff00" width="258"/>
+ <polyline color="#ff0000" width="1"/>
+ </itemgra>
+ </layer>
+ <layer name="Aerialways">
+ <itemgra item_types="aeroway_taxiway" order="10">
+ <polyline color="#989994" width="4"/>
+ <polyline color="#d3dbbc" width="2"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="11">
+ <polyline color="#989994" width="6"/>
+ <polyline color="#d3dbbc" width="4"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="12">
+ <polyline color="#989994" width="10"/>
+ <polyline color="#d3dbbc" width="8"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="13">
+ <polyline color="#989994" width="12"/>
+ <polyline color="#d3dbbc" width="9"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="14">
+ <polyline color="#989994" width="15"/>
+ <polyline color="#d3dbbc" width="13"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="15">
+ <polyline color="#989994" width="17"/>
+ <polyline color="#d3dbbc" width="14"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="16">
+ <polyline color="#989994" width="33"/>
+ <polyline color="#d3dbbc" width="26"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="17">
+ <polyline color="#989994" width="69"/>
+ <polyline color="#d3dbbc" width="61"/>
+ </itemgra>
+ <itemgra item_types="aeroway_taxiway" order="18">
+ <polyline color="#989994" width="132"/>
+ <polyline color="#d3dbbc" width="126"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="2-6">
+ <polyline color="#404040" width="1"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="7-8">
+ <polyline color="#404040" width="3"/>
+ <polyline color="#d3dbbc" width="1"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="9">
+ <polyline color="#6b6f5f" width="5"/>
+ <polyline color="#d3dbbc" width="3"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="10">
+ <polyline color="#6b6f5f" width="6"/>
+ <polyline color="#d3dbbc" width="4"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="11">
+ <polyline color="#6b6f5f" width="9"/>
+ <polyline color="#d3dbbc" width="7"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="12">
+ <polyline color="#6b6f5f" width="13"/>
+ <polyline color="#d3dbbc" width="9"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="13">
+ <polyline color="#6b6f5f" width="18"/>
+ <polyline color="#d3dbbc" width="14"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="14">
+ <polyline color="#6b6f5f" width="21"/>
+ <polyline color="#d3dbbc" width="17"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="15">
+ <polyline color="#6b6f5f" width="24"/>
+ <polyline color="#d3dbbc" width="20"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="16">
+ <polyline color="#6b6f5f" width="39"/>
+ <polyline color="#d3dbbc" width="33"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="17">
+ <polyline color="#6b6f5f" width="78"/>
+ <polyline color="#d3dbbc" width="72"/>
+ </itemgra>
+ <itemgra item_types="aeroway_runway" order="18">
+ <polyline color="#6b6f5f" width="156"/>
+ <polyline color="#d3dbbc" width="150"/>
+ </itemgra>
+ </layer>
+ <layer name="Railways">
+ <itemgra item_types="rail" order="6-9">
+ <polyline color="#696969" width="4"/>
+ <polyline color="#FFFFFF" dash="2,5" width="1"/>
+ </itemgra>
+ <itemgra item_types="rail_narrow_gauge" order="6-9">
+ <polyline color="#696969" width="4"/>
+ <polyline color="#FFFFFF" dash="2,5" width="1"/>
+ </itemgra>
+ <itemgra item_types="rail" order="10-13">
+ <polyline color="#696969" width="6"/>
+ <polyline color="#FFFFFF" dash="3,8" width="1"/>
+ </itemgra>
+ <itemgra item_types="rail_narrow_gauge" order="10-13">
+ <polyline color="#696969" width="6"/>
+ <polyline color="#FFFFFF" dash="3,8" width="1"/>
+ </itemgra>
+ <itemgra item_types="rail" order="14-18">
+ <polyline color="#696969" width="8"/>
+ <polyline color="#FFFFFF" dash="4,12" width="1"/>
+ </itemgra>
+ <itemgra item_types="rail_narrow_gauge" order="14-18">
+ <polyline color="#696969" width="8"/>
+ <polyline color="#FFFFFF" dash="4,12" width="1"/>
+ </itemgra>
+ <itemgra item_types="rail_light" order="10-13">
+ <polyline color="#696969" width="4"/>
+ <polyline color="#FFFFFF" dash="2,5" width="1"/>
+ </itemgra>
+ <itemgra item_types="rail_light" order="14-18">
+ <polyline color="#696969" width="6"/>
+ <polyline color="#FFFFFF" dash="4,8" width="1"/>
+ </itemgra>
+ <itemgra item_types="rail_subway" order="8-">
+ <polyline color="#696969" width="2"/>
+ <polyline color="#FFFFFF" dash="5,5" width="1"/>
+ </itemgra>
+ <itemgra item_types="rail_mono" order="10-">
+ <polyline color="#696969" width="2"/>
+ </itemgra>
+ <itemgra item_types="rail_tram,bus_guideway" order="10-">
+ <polyline color="#696969" width="2"/>
+ </itemgra>
+ <itemgra item_types="rail_preserved" order="10-">
+ <polyline color="#696969" width="1" dash="7"/>
+ </itemgra>
+ <itemgra item_types="rail_disused" order="12-">
+ <polyline color="#d3d3d3" width="1" dash="10"/>
+ </itemgra>
+ <itemgra item_types="rail_abandoned" order="12-">
+ <polyline color="#f5f5f5" width="1" dash="10"/>
+ </itemgra>
+ <itemgra item_types="lift_cable_car" order="10-">
+ <polyline color="#778899" width="5"/>
+ <polyline color="#ffefb7" dash="1,40" width="1"/>
+ </itemgra>
+ <itemgra item_types="lift_chair" order="10-">
+ <polyline color="#778899" width="5"/>
+ <polyline color="#ffefb7" dash="1,40" width="1"/>
+ </itemgra>
+ <itemgra item_types="lift_drag" order="10-">
+ <polyline color="#778899" width="5"/>
+ <polyline color="#ffefb7" dash="1,40" width="1"/>
+ </itemgra>
+ <itemgra item_types="ferry" order="5-">
+ <polyline color="#000000" width="3"/>
+ <polyline color="#ffefb7" width="1" dash="5"/>
+ </itemgra>
+ <itemgra item_types="track" order="3-">
+ <polyline color="#3f3f3f" width="1"/>
+ </itemgra>
+ </layer>
+ <layer name="Internal">
+ <itemgra item_types="track" order="7-">
+ <polyline color="#3f3f3f" width="1"/>
+ </itemgra>
+ <itemgra item_types="track_tracked" order="7-">
+ <polyline color="#3f3fff" width="3"/>
+ </itemgra>
+ <itemgra item_types="rg_segment" order="12-">
+ <polyline color="#FF089C" width="1"/>
+ <arrows color="#FF089C" width="1"/>
+ </itemgra>
+ <itemgra item_types="rg_point" order="12-">
+ <circle color="#FF089C" radius="10" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="nav_left_1" order="0-">
+ <icon src="nav_left_1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_left_2" order="0-">
+ <icon src="nav_left_2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_left_3" order="0-">
+ <icon src="nav_left_3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_right_1" order="0-">
+ <icon src="nav_right_1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_right_2" order="0-">
+ <icon src="nav_right_2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_right_3" order="0-">
+ <icon src="nav_right_3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_straight" order="0-">
+ <icon src="nav_straight_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_turnaround_left" order="0-">
+ <icon src="nav_turnaround_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_turnaround_right" order="0-">
+ <icon src="nav_turnaround_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l1" order="0-">
+ <icon src="nav_roundabout_l1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r1" order="0-">
+ <icon src="nav_roundabout_r1_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l2" order="0-">
+ <icon src="nav_roundabout_l2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r2" order="0-">
+ <icon src="nav_roundabout_r2_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l3" order="0-">
+ <icon src="nav_roundabout_l3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r3" order="0-">
+ <icon src="nav_roundabout_r3_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l4" order="0-">
+ <icon src="nav_roundabout_l4_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r4" order="0-">
+ <icon src="nav_roundabout_r4_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l5" order="0-">
+ <icon src="nav_roundabout_l5_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r5" order="0-">
+ <icon src="nav_roundabout_r5_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l6" order="0-">
+ <icon src="nav_roundabout_l6_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r6" order="0-">
+ <icon src="nav_roundabout_r6_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l7" order="0-">
+ <icon src="nav_roundabout_l7_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r7" order="0-">
+ <icon src="nav_roundabout_r7_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_l8" order="0-">
+ <icon src="nav_roundabout_l8_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_roundabout_r8" order="0-">
+ <icon src="nav_roundabout_r8_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_keep_left" order="0-">
+ <icon src="nav_keep_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_merge_left" order="0-">
+ <icon src="nav_merge_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_keep_right" order="0-">
+ <icon src="nav_keep_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_merge_right" order="0-">
+ <icon src="nav_merge_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_exit_left" order="0-">
+ <icon src="nav_exit_left_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="nav_exit_right" order="0-">
+ <icon src="nav_exit_right_bk.svg" w="32" h="32"/>
+ </itemgra>
+ <itemgra item_types="route_end" order="0-">
+ <icon src="nav_destination_bk.svg" w="32" h="32" x="4" y="30"/>
+ </itemgra>
+
+ <itemgra item_types="waypoint,route_end" order="2">
+ <circle color="#000000" radius="4" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="3-5">
+ <circle color="#000000" radius="8" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="6">
+ <circle color="#000000" radius="10" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="7-8">
+ <circle color="#000000" radius="16" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="9-10">
+ <circle color="#000000" radius="20" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="11">
+ <circle color="#000000" radius="28" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="12">
+ <circle color="#000000" radius="32" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="13">
+ <circle color="#000000" radius="52" width="4" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="14">
+ <circle color="#000000" radius="64" width="4" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="15">
+ <circle color="#000000" radius="68" width="6" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="16">
+ <circle color="#000000" radius="132" width="8" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="17">
+ <circle color="#000000" radius="268" width="8" text_size="48"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="18">
+ <circle color="#000000" radius="530" width="8" text_size="48"/>
+ </itemgra>
+
+ <itemgra item_types="nav_none" order="0-">
+ <icon src="unknown.svg"/>
+ </itemgra>
+ <itemgra item_types="announcement" order="7-">
+ <icon src="gui_sound_32_32.svg"/>
+ <circle color="#FF089C" radius="10" text_size="7"/>
+ </itemgra>
+ </layer>
+ <layer name="Street Labels">
+ <itemgra item_types="highway_exit_label" order="10-">
+ <circle color="#000000" radius="3" text_size="12"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street" order="10-18">
+ <text text_size="8"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
+ <text text_size="9"/>
+ </itemgra>
+ <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18">
+ <text text_size="9"/>
+ </itemgra>
+ <itemgra item_types="track,track_paved,track_gravelled,track_unpaved,track_ground,track_grass" order="12-18">
+ <text text_size="9"/>
+ </itemgra>
+ <itemgra item_types="bridleway,cycleway,footway,steps,path" order="12-18">
+ <text text_size="9"/>
+ </itemgra>
+ <itemgra item_types="hiking,hiking_mountain,hiking_mountain_demanding,hiking_alpine,hiking_alpine_demanding,hiking_alpine_difficult" order="12-18">
+ <text text_size="9"/>
+ </itemgra>
+ </layer>
+ <layer name="Unknown Elements">
+ <!-- This entry shows all unknown linear elements as blue lines -->
+ <!--
+ <itemgra item_types="street_unkn" order="0-">
+ <polyline color="#8080ff" width="3"/>
+ </itemgra>
+ -->
+ </layer>
+ <layer name="Place Labels">
+ <itemgra item_types="town_label,district_label,town_label_0e0,town_label_1e0,town_label_2e0,town_label_5e0,town_label_1e1,town_label_2e1,town_label_5e1,town_label_1e2,town_label_2e2,town_label_5e2,district_label_0e0,district_label_1e0,district_label_2e0,district_label_5e0,district_label_1e1,district_label_2e1,district_label_5e1,district_label_1e2,district_label_2e2,district_label_5e2" order="12-">
+ <circle color="#000000" radius="3" text_size="12"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="9-">
+ <circle color="#000000" radius="3" text_size="12"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3,place_label" order="9-">
+ <circle color="#000000" radius="3" text_size="12"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="7-">
+ <circle color="#000000" radius="3" text_size="12"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="7-">
+ <circle color="#000000" radius="3" text_size="12"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="5-">
+ <circle color="#000000" radius="3" text_size="10"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="5-">
+ <circle color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
+ <circle color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="3-">
+ <circle color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
+ <circle color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ </layer>
+
+ <xi:include xpointer="xpointer(/config/navit/layout[@name='Car']/layer[@name='POI Symbols'])"/>
+ <!--<xi:include xpointer="xpointer(/config/navit/layout[@name='Car']/layer[@name='POI Labels'])"/> -->
+
+ <!-- "Bicycle POIs" -->
+ <layer name="Bicycle POI Symbols">
+ <itemgra item_types="poi_bicycle_parking" order="12-">
+ <icon src="bicycle_parking.svg"/>
+ </itemgra>
+ <itemgra item_types="poi_bicycle_rental" order="11-">
+ <icon src="bicycle_rental.svg"/>
+ </itemgra>
+ </layer>
+ <layer name="Bicycle POI Labels">
+ <itemgra item_types="poi_bicycle_parking,poi_bicycle_rental" order="14-">
+ <circle color="#606060" radius="0" width="0" text_size="10"/>
+ </itemgra>
+ </layer>
+ <layer name="Found items" ref="Found items"/>
+ </layout>
+
+ <layout name="T@H" font="Liberation Sans">
+
+ <cursor w="26" h="26">
+ <itemgra>
+ <circle color="#0000ff" radius="24" width="2">
+ <coord x="0" y="0"/>
+ </circle>
+ </itemgra>
+ <itemgra speed_range="-2">
+ <polyline color="#0000ff" width="2">
+ <coord x="0" y="0"/>
+ <coord x="0" y="0"/>
+ </polyline>
+ </itemgra>
+ <itemgra speed_range="3-">
+ <polyline color="#0000ff" width="2">
+ <coord x="-7" y="-10"/>
+ <coord x="0" y="12"/>
+ <coord x="7" y="-10"/>
+ </polyline>
+ </itemgra>
+ </cursor>
+
+ <layer name="sea" details="0">
+ <!-- landuse=forest -->
+ <itemgra item_types="poly_wood" order="0-">
+ <polygon color="#72bf81"/>
+ </itemgra>
+ <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-">
+ <polygon color="#a0a0a0"/>
+ <text text_size="5"/>
+ </itemgra>
+ <!-- landuse=residential -->
+ <itemgra item_types="poly_town" order="0-">
+ <polygon color="#f2f2f2"/>
+ </itemgra>
+ <!-- natural=water -->
+ <itemgra item_types="poly_water" order="0-">
+ <polygon color="#b5d6f1"/>
+ <polyline color="#b5d6f1"/>
+ <text text_size="8"/>
+ </itemgra>
+ <!-- leisure=park -->
+ <itemgra item_types="poly_park" order="0-">
+ <polygon color="#c7f1a3"/>
+ <polyline color="#79c691"/>
+ <text text_size="5"/>
+ </itemgra>
+ <itemgra item_types="poly_airport" order="0-">
+ <polygon color="#a0a0a0"/>
+ </itemgra>
+ <itemgra item_types="poly_sport" order="0-">
+ <polygon color="#4af04f"/>
+ </itemgra>
+ <!-- landuse=industrial -->
+ <itemgra item_types="poly_industry,poly_building,poly_place" order="0-">
+ <polygon color="#ecd8ff"/>
+ </itemgra>
+ <!-- waterway=stream -->
+ <itemgra item_types="water_line" order="0-4">
+ <polyline color="#b5d6f1" width="1"/>
+ <text text_size="8"/>
+ </itemgra>
+ <!-- railway=subway -->
+ <itemgra item_types="rail" order="6">
+ <polyline color="#aaaaaa" width="1"/>
+ </itemgra>
+ <itemgra item_types="rail" order="7-8">
+ <polyline color="#aaaaaa" width="2"/>
+ </itemgra>
+ <itemgra item_types="rail" order="9-">
+ <polyline color="#aaaaaa" width="6"/>
+ </itemgra>
+ <itemgra item_types="ferry" order="5-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="border_country" order="0-">
+ <polyline color="#b8434e" width="1"/>
+ </itemgra>
+ <itemgra item_types="border_state" order="0-">
+ <polyline color="#808080" width="1"/>
+ </itemgra>
+ <itemgra item_types="height_line_1" order="0-">
+ <polyline color="#000000" width="1"/>
+ </itemgra>
+ <itemgra item_types="height_line_2" order="0-">
+ <polyline color="#000000" width="2"/>
+ </itemgra>
+ <!-- routing -->
+ <itemgra item_types="street_route" order="2">
+ <polyline color="#0000a0" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="3-5">
+ <polyline color="#0000a0" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="6">
+ <polyline color="#0000a0" width="10"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="7-8">
+ <polyline color="#0000a0" width="16"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="9-10">
+ <polyline color="#0000a0" width="20"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="11">
+ <polyline color="#0000a0" width="28"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="12">
+ <polyline color="#0000a0" width="32"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="13">
+ <polyline color="#0000a0" width="52"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="14">
+ <polyline color="#0000a0" width="64"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="15">
+ <polyline color="#0000a0" width="68"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="16">
+ <polyline color="#0000a0" width="132"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="17">
+ <polyline color="#0000a0" width="268"/>
+ </itemgra>
+ <itemgra item_types="street_route" order="18">
+ <polyline color="#0000a0" width="530"/>
+ </itemgra>
+ <!-- highway=service,footway, ,... -->
+ <itemgra item_types="street_pedestrian,living_street" order="10">
+ <polyline color="#d2d2d2" width="3"/>
+ <polyline color="#dddddd" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="11">
+ <polyline color="#d2d2d2" width="5"/>
+ <polyline color="#dddddd" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="12">
+ <polyline color="#d2d2d2" width="8"/>
+ <polyline color="#dddddd" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="13">
+ <polyline color="#d2d2d2" width="9"/>
+ <polyline color="#dddddd" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="14">
+ <polyline color="#d2d2d2" width="13"/>
+ <polyline color="#dddddd" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="15">
+ <polyline color="#d2d2d2" width="18"/>
+ <polyline color="#dddddd" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="16">
+ <polyline color="#d2d2d2" width="21"/>
+ <polyline color="#dddddd" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="17">
+ <polyline color="#d2d2d2" width="25"/>
+ <polyline color="#dddddd" width="21"/>
+ </itemgra>
+ <itemgra item_types="street_pedestrian,living_street" order="18">
+ <polyline color="#d2d2d2" width="40"/>
+ <polyline color="#dddddd" width="34"/>
+ </itemgra>
+ <itemgra item_types="street_nopass" order="10">
+ <polyline color="#efeaa0" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_nopass" order="11-12">
+ <polyline color="#efeaa0" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_nopass" order="13-">
+ <polyline color="#efeaa0" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="10">
+ <polyline color="#d2d2d2" width="4"/>
+ <polyline color="#ffffff" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
+ <polyline color="#d2d2d2" width="6"/>
+ <polyline color="#ffffff" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
+ <polyline color="#d2d2d2" width="10"/>
+ <polyline color="#ffffff" width="8"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
+ <polyline color="#d2d2d2" width="12"/>
+ <polyline color="#ffffff" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
+ <polyline color="#d2d2d2" width="15"/>
+ <polyline color="#ffffff" width="13"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
+ <polyline color="#d2d2d2" width="17"/>
+ <polyline color="#ffffff" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
+ <polyline color="#d2d2d2" width="33"/>
+ <polyline color="#ffffff" width="26"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
+ <polyline color="#d2d2d2" width="69"/>
+ <polyline color="#ffffff" width="61"/>
+ </itemgra>
+ <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
+ <polyline color="#d2d2d2" width="132"/>
+ <polyline color="#ffffff" width="126"/>
+ </itemgra>
+ <!-- highway=tertiary -->
+ <itemgra item_types="street_2_city,street_2_land" order="7-8">
+ <polyline color="#c4c4c4" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="9">
+ <polyline color="#c4c4c4" width="4"/>
+ <polyline color="#f7f496" width="2"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="10">
+ <polyline color="#c4c4c4" width="6"/>
+ <polyline color="#f7f496" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="11">
+ <polyline color="#c4c4c4" width="8"/>
+ <polyline color="#f7f496" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="12">
+ <polyline color="#c4c4c4" width="12"/>
+ <polyline color="#f7f496" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="13">
+ <polyline color="#c4c4c4" width="15"/>
+ <polyline color="#f7f496" width="11"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="14">
+ <polyline color="#c4c4c4" width="18"/>
+ <polyline color="#f7f496" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="15">
+ <polyline color="#c4c4c4" width="21"/>
+ <polyline color="#f7f496" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="16">
+ <polyline color="#c4c4c4" width="35"/>
+ <polyline color="#f7f496" width="30"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="17">
+ <polyline color="#c4c4c4" width="73"/>
+ <polyline color="#f7f496" width="67"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land" order="18">
+ <polyline color="#c4c4c4" width="144"/>
+ <polyline color="#f7f496" width="138"/>
+ </itemgra>
+ <!-- highway=secondary -->
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="7">
+ <polyline color="#fdbf6f" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="8">
+ <polyline color="#000000" width="2"/>
+ <polyline color="#fdbf6f" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="9">
+ <polyline color="#000000" width="5"/>
+ <polyline color="#fdbf6f" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="10">
+ <polyline color="#000000" width="8"/>
+ <polyline color="#fdbf6f" width="6"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="11">
+ <polyline color="#000000" width="9"/>
+ <polyline color="#fdbf6f" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="12">
+ <polyline color="#000000" width="11"/>
+ <polyline color="#fdbf6f" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="13">
+ <polyline color="#000000" width="16"/>
+ <polyline color="#fdbf6f" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="14">
+ <polyline color="#000000" width="19"/>
+ <polyline color="#fdbf6f" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="15">
+ <polyline color="#000000" width="23"/>
+ <polyline color="#fdbf6f" width="21"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="16">
+ <polyline color="#000000" width="36"/>
+ <polyline color="#fdbf6f" width="34"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="17">
+ <polyline color="#000000" width="75"/>
+ <polyline color="#fdbf6f" width="73"/>
+ </itemgra>
+ <itemgra item_types="street_3_city,street_3_land,ramp" order="18">
+ <polyline color="#000000" width="152"/>
+ <polyline color="#fdbf6f" width="150"/>
+ </itemgra>
+ <!-- highway=primary -->
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6">
+ <polyline color="#e46d71" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8">
+ <polyline color="#e46d71" width="3"/>
+ <polyline color="#e46d71" width="1"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
+ <polyline color="#e46d71" width="5"/>
+ <polyline color="#e46d71" width="3"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
+ <polyline color="#e46d71" width="6"/>
+ <polyline color="#e46d71" width="4"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
+ <polyline color="#e46d71" width="9"/>
+ <polyline color="#e46d71" width="7"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
+ <polyline color="#e46d71" width="13"/>
+ <polyline color="#e46d71" width="9"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
+ <polyline color="#e46d71" width="18"/>
+ <polyline color="#e46d71" width="14"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
+ <polyline color="#e46d71" width="21"/>
+ <polyline color="#e46d71" width="17"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
+ <polyline color="#e46d71" width="24"/>
+ <polyline color="#e46d71" width="20"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
+ <polyline color="#e46d71" width="39"/>
+ <polyline color="#e46d71" width="33"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
+ <polyline color="#e46d71" width="78"/>
+ <polyline color="#e46d71" width="72"/>
+ </itemgra>
+ <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
+ <polyline color="#e46d71" width="156"/>
+ <polyline color="#e46d71" width="150"/>
+ </itemgra>
+ <!-- highway=motorway -->
+ <itemgra item_types="highway_city,highway_land" order="2">
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="3-5">
+ <polyline color="#87908a" width="3"/>
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="6">
+ <polyline color="#87908a" width="4"/>
+ <polyline color="#809bc0" width="2"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="7-8">
+ <polyline color="#87908a" width="7"/>
+ <polyline color="#809bc0" width="5"/>
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="9-10">
+ <polyline color="#87908a" width="9"/>
+ <polyline color="#809bc0" width="5"/>
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="11">
+ <polyline color="#87908a" width="13"/>
+ <polyline color="#809bc0" width="9"/>
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="12">
+ <polyline color="#87908a" width="15"/>
+ <polyline color="#809bc0" width="10"/>
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="13">
+ <polyline color="#87908a" width="25"/>
+ <polyline color="#809bc0" width="17"/>
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="14">
+ <polyline color="#87908a" width="31"/>
+ <polyline color="#809bc0" width="24"/>
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="15">
+ <polyline color="#87908a" width="33"/>
+ <polyline color="#809bc0" width="27"/>
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="16">
+ <polyline color="#87908a" width="65"/>
+ <polyline color="#809bc0" width="59"/>
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="17">
+ <polyline color="#87908a" width="133"/>
+ <polyline color="#809bc0" width="127"/>
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_city,highway_land" order="18">
+ <polyline color="#87908a" width="264"/>
+ <polyline color="#809bc0" width="258"/>
+ <polyline color="#809bc0" width="1"/>
+ </itemgra>
+ <itemgra item_types="highway_exit_label" order="10-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <!-- highway=primary (font)-->
+ <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street" order="10-18">
+ <text text_size="9"/>
+ </itemgra>
+ <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
+ <text text_size="9"/>
+ </itemgra>
+ <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land,footway" order="12-18">
+ <text text_size="9"/>
+ </itemgra>
+ <!-- place=suburb -->
+ <itemgra item_types="town_label,district_label,town_label_0e0,town_label_1e0,town_label_2e0,town_label_5e0,town_label_1e1,town_label_2e1,town_label_5e1,town_label_1e2,town_label_2e2,town_label_5e2,district_label_0e0,district_label_1e0,district_label_2e0,district_label_5e0,district_label_1e1,district_label_2e1,district_label_5e1,district_label_1e2,district_label_2e2,district_label_5e2" order="9-">
+ <circle color="#000000" radius="3" text_size="9"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="11-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3,place_label" order="10-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="8-">
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="6-">
+ <circle color="#000000" radius="3" text_size="10"/>
+ </itemgra>
+ <!-- place=city -->
+ <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="4-">
+ <circle color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
+ <circle color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="2-">
+ <circle color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
+ <circle color="#000000" radius="3" text_size="15"/>
+ </itemgra>
+ <itemgra item_types="rg_point" order="0-">
+ <circle color="#FF089C" radius="10"/>
+ </itemgra>
+
+ <itemgra item_types="waypoint,route_end" order="2">
+ <circle color="#008080" radius="4" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="3-5">
+ <circle color="#008080" radius="8" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="6">
+ <circle color="#008080" radius="10" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="7-8">
+ <circle color="#008080" radius="16" width="2" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="9-10">
+ <circle color="#008080" radius="20" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="11">
+ <circle color="#008080" radius="28" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="12">
+ <circle color="#008080" radius="32" width="4" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="13">
+ <circle color="#008080" radius="52" width="4" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="14">
+ <circle color="#008080" radius="64" width="4" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="15">
+ <circle color="#008080" radius="68" width="6" text_size="24"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="16">
+ <circle color="#008080" radius="132" width="8" text_size="32"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="17">
+ <circle color="#008080" radius="268" width="8" text_size="48"/>
+ </itemgra>
+ <itemgra item_types="waypoint,route_end" order="18">
+ <circle color="#008080" radius="530" width="8" text_size="48"/>
+ </itemgra>
+
+ <!-- !!!!...POIs...!!!! -->
+ <!-- amenity=bank -->
+ <itemgra item_types="poi_bank" order="14-">
+ <icon src="bank.svg"/>
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <itemgra item_types="poi_atm" order="12-">
+ <icon src="atm.svg"/>
+ </itemgra>
+ <!-- amenity=fuel -->
+ <itemgra item_types="poi_fuel" order="14-">
+ <icon src="fuel.svg"/>
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <!-- amenity=hospitalg -->
+ <itemgra item_types="poi_hospital" order="14-">
+ <icon src="hospital.svg"/>
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <!-- amenity=parking -->
+ <itemgra item_types="poi_car_parking" order="14-">
+ <icon src="parking.svg"/>
+ </itemgra>
+ <!-- amenity=police -->
+ <itemgra item_types="poi_police" order="14-">
+ <icon src="police.svg"/>
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <!-- amenity=restaurant -->
+ <itemgra item_types="poi_restaurant" order="14-">
+ <icon src="restaurant.svg"/>
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <!-- leisure=golf_curse -->
+ <itemgra item_types="poi_golf" order="14-">
+ <icon src="golf.svg"/>
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ <!-- tourism=hotel -->
+ <itemgra item_types="poi_hotel" order="14-">
+ <icon src="hotel.svg"/>
+ <circle color="#000000" radius="3" text_size="7"/>
+ </itemgra>
+ </layer>
+ <layer name="Found items" ref="Found items"/>
+ </layout>
+ <layout name="Route">
+ <layer name="streets">
+ <itemgra item_types="street_route_occluded" order="0-">
+ <polyline color="#0000a0" width="20"/>
+ </itemgra>
+ </layer>
+ </layout>
+ </navit>
+</config>
diff --git a/contrib/sailfish/say_de_DE.sh b/contrib/sailfish/say_de_DE.sh
new file mode 100755
index 000000000..bba4aa4fc
--- /dev/null
+++ b/contrib/sailfish/say_de_DE.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+espeak -s150 -a 200 -vde "$1" --stdout | paplay