Add:Core:Improved build system to support xsl on navit.xml
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 20 Aug 2009 09:02:24 +0000 (09:02 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 20 Aug 2009 09:02:24 +0000 (09:02 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@2492 ffa7fe5e-494d-0410-b361-a75ebd5db220

configure.in
navit/Makefile.am
navit/navit.xml [deleted file]
navit/navit_shipped.xml [new file with mode: 0644]
navit/xslt/android.xslt [new file with mode: 0644]
navit/xslt/default_plugins.xslt [new file with mode: 0644]
navit/xslt/gui_internal.xslt [new file with mode: 0644]
navit/xslt/map_sdcard_navitmap_bin.xslt [new file with mode: 0644]

index d62c6c7..6f34f42 100644 (file)
@@ -540,6 +540,10 @@ AM_CONDITIONAL(USE_SVG2PNG_SCALES_NAV, test "x${SVG2PNG_SCALES_NAV}" != "xyes" -
 AM_CONDITIONAL(USE_SVG2PNG, test "x${enable_svg2png}" = "xyes")
 AM_CONDITIONAL(USE_SVG, test "x${enable_svg}" = "xyes")
 
+# XSLTS
+AC_ARG_WITH(xslts, [  --with-xslts   enable processing of navit.xml with given xslt scripts], XSLTS=$withval, XSLTS="")
+AC_SUBST(XSLTS)
+
 # NLS
 
 AC_ARG_ENABLE(nls,
index db14f9d..dc930ed 100644 (file)
@@ -27,7 +27,7 @@ endif
 
 pkgdata_DATA = navit.xml
 
-EXTRA_DIST = navit.xml 
+EXTRA_DIST = navit_shipped.xml 
 
 libnavit_la_SOURCES = announcement.c atom.c attr.c cache.c callback.c command.c compass.c coord.c country.c cursor.c data_window.c debug.c \
        event.c event_glib.h file.c graphics.c gui.c item.c layout.c log.c main.c map.c \
@@ -41,6 +41,14 @@ libnavit_la_SOURCES = announcement.c atom.c attr.c cache.c callback.c command.c
        transform.h track.h util.h vehicle.h vehicleprofile.h window.h xmlconfig.h zipfile.h \
        navit_nls.h
 
+comma=,
+navit.xml: navit_shipped.xml  $(foreach xslt, $(subst $(comma), ,@XSLTS@), $(addsuffix .xslt,$(addprefix xslt/,$(xslt))))
+       cp $< navit.xml.tmp
+       cp $< navit.xml.new
+       for i in $^; do if [ "$${i%.xslt}" != "$$i" ]; then saxon -snone navit.xml.tmp $$i >navit.xml.new || exit ; fi ; done
+       mv navit.xml.new navit.xml
+       
+
 if SUPPORT_ANDROID
   libnavit_la_SOURCES += android.c
   navit_SOURCES =
@@ -52,7 +60,7 @@ android/build.xml: android/AndroidManifest.xml
        if [ "$(builddir)" != "$(srcdir)" ]; then cp -rp $(srcdir)/android $(builddir)/android; fi
        android update project -t 3 -p android
 
-apk: all android/build.xml
+apk: all android/build.xml navit.xml
        mkdir -p android/libs/armeabi
        cp .libs/*.so */*/.libs/*.so android/libs/armeabi
        for i in $(shell cd $(srcdir)/xpm && echo *.xpm); do convert $(srcdir)/xpm/$$i android/res/drawable/$${i%.xpm}.png; done 
@@ -60,6 +68,7 @@ apk: all android/build.xml
        if [ "$(builddir)" != "$(srcdir)" ]; then for i in $(shell cd $(builddir)/xpm && echo *.png); do cp $(builddir)/xpm/$$i android/res/drawable/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done ; fi
        mkdir -p android/res/raw
        for i in $(shell cd ../po && echo *.mo); do cp ../po/$$i android/res/raw/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done
+       cp navit.xml android/res/raw
        cd android && ant debug
 
 else
diff --git a/navit/navit.xml b/navit/navit.xml
deleted file mode 100644 (file)
index bbf9c1a..0000000
+++ /dev/null
@@ -1,4490 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE config SYSTEM "navit.dtd">
-<!-- For configuration options used in this file, please read
-     http://wiki.navit-project.org/index.php/Configuring_NavIt 
-     Do not edit /usr/share/navit/navit.xml : changes would be lost
-     on upgrade. Rather copy it to ~/.navit/. Please read wiki -->
-<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>
-
-    <debug name="navit:do_draw" level="0"/>
-    <!-- This is here so one can copy&paste the contents of popup menus --> 
-    <debug name="navit:popup_printf_cb" level="0"/>
-    <!-- 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"/>
-    <!-- This line defines which location on the map navit will show after startup.
-         It makes sense to set it to your home coordinates.
-         Center coordinates format:
-         [D][D]DMM.ss[S][S]... N/S [D][D]DMM.ss[S][S]... E/W 
-         [-][D]D.d[d]... [-][D][D]D.d[d]... 
-         [-]0xX [-]0xX -->
-
-    <navit center="4808 N 1134 E" zoom="256" tracking="1" cursor="1" orientation="-1" recent_dest="10">
-        <!-- Use one of gtk_drawing_area, qt_qpainter or sdl. For cegui, use opengl -->
-        <graphics type="gtk_drawing_area"/>
-        <!-- 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) and cegui.
-             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"/> -->
-       <!-- Normally it is sufficient to use -->
-        <!-- <gui type="internal" /> -->
-
-        <gui type="gtk" menubar="1" toolbar="1" statusbar="1"/>
-
-       <!-- 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="eta"/> 
-        <osd enabled="no" type="navigation_distance_to_target"/> 
-        <osd enabled="no" type="navigation"/> 
-        <osd enabled="no" type="navigation_distance_to_next"/> 
-        <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="no" type="button" x="0" y="0" command="gui.fullscreen()" src="toggle_fullscreen.xpm"/> 
-        <osd enabled="no" type="button" x="-96" y="0" command="gui.menu()" src="menu.xpm"/>
-        <osd enabled="no" type="button" x="-96" y="-96" command="zoom_in()" src="zoom_in.xpm"/>
-        <osd enabled="no" type="button" x="0" y="-96" command="zoom_out()" src="zoom_out.xpm"/> 
-
-        <vehicle name="Local GPS" profilename="car" enabled="yes" active="1" source="gpsd://localhost" gpsd_query="w+xj" color="#0000ff">
-            <!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -->
-            <!-- <log type="gpx" data="track_%Y%m%d-%i.gpx" flush_size="1000" flush_time="30"/> -->
-            <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>
-        </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" active="yes" source="demo://">
-            <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>
-        </vehicle>
-
-                               <!-- 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" flags="0x4000000" flags_forward_mask="0x4000002" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0">
-           <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved" speed="10" route_weight="10">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-            <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30">
-               <announcement level="0" distance_metric="50"/>
-               <announcement level="1" distance_metric="200"/>
-               <announcement level="2" distance_metric="500"/>
-           </roadprofile>
-            <roadprofile item_types="street_3_city" speed="40" route_weight="40">
-               <announcement level="0" distance_metric="50"/>
-               <announcement level="1" distance_metric="200"/>
-               <announcement level="2" distance_metric="500"/>
-           </roadprofile>
-            <roadprofile item_types="street_4_city" speed="50" route_weight="50">
-               <announcement level="0" distance_metric="50"/>
-               <announcement level="1" distance_metric="200"/>
-               <announcement level="2" distance_metric="500"/>
-           </roadprofile>
-            <roadprofile item_types="highway_city" speed="80" route_weight="80">
-               <announcement level="0" distance_metric="100"/>
-               <announcement level="1" distance_metric="400"/>
-               <announcement level="2" distance_metric="1000"/>
-           </roadprofile>
-            <roadprofile item_types="street_1_land" speed="60" route_weight="60">
-               <announcement level="0" distance_metric="100"/>
-               <announcement level="1" distance_metric="400"/>
-               <announcement level="2" distance_metric="1000"/>
-           </roadprofile>
-            <roadprofile item_types="street_2_land" speed="65" route_weight="65">
-               <announcement level="0" distance_metric="100"/>
-               <announcement level="1" distance_metric="400"/>
-               <announcement level="2" distance_metric="1000"/>
-           </roadprofile>
-            <roadprofile item_types="street_3_land" speed="70" route_weight="70">
-               <announcement level="0" distance_metric="100"/>
-               <announcement level="1" distance_metric="400"/>
-               <announcement level="2" distance_metric="1000"/>
-           </roadprofile>
-            <roadprofile item_types="street_4_land" speed="80" route_weight="80">
-               <announcement level="0" distance_metric="100"/>
-               <announcement level="1" distance_metric="400"/>
-               <announcement level="2" distance_metric="1000"/>
-           </roadprofile>
-            <roadprofile item_types="street_n_lanes" speed="120" route_weight="120">
-               <announcement level="0" distance_metric="300"/>
-               <announcement level="1" distance_metric="1000"/>
-               <announcement level="2" distance_metric="2000"/>
-           </roadprofile>
-            <roadprofile item_types="highway_land" speed="120" route_weight="120">
-               <announcement level="0" distance_metric="300"/>
-               <announcement level="1" distance_metric="1000"/>
-               <announcement level="2" distance_metric="2000"/>
-           </roadprofile>
-            <roadprofile item_types="ramp" speed="40" route_weight="40">
-               <announcement level="0" distance_metric="50"/>
-               <announcement level="1" distance_metric="200"/>
-               <announcement level="2" distance_metric="500"/>
-           </roadprofile>
-            <roadprofile item_types="roundabout" speed="10" route_weight="10"/>
-            <roadprofile item_types="ferry" speed="40" route_weight="40"/>
-       </vehicleprofile>
-
-       <vehicleprofile name="bike" flags="0x40000000" flags_forward_mask="0x40000000" flags_reverse_mask="0x40000000" maxspeed_handling="1" route_mode="0">
-           <roadprofile item_types="steps" speed="2" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="street_pedestrian,footway" speed="5" route_weight="10">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="path,track_ground" speed="12" route_weight="12">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="track_gravelled" speed="17" route_weight="15">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <!-- 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">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <!-- residential, unclassified, living street etc. -->
-           <roadprofile item_types="street_0,street_1_city,living_street" speed="20" route_weight="15">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <!-- 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">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <!-- secondary etc. are acceptable when necessary -->
-           <roadprofile item_types="street_3_city" speed="22" route_weight="10">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <!-- primary, trunk etc. should be avoided -->
-           <roadprofile item_types="street_4_city,ramp" speed="22" route_weight="7">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <!-- Those types do not appear in osm2navit.c and therefore are not used ATM -->
-      <roadprofile item_types="street_3_land,street_4_land" speed="20" route_weight="7">
-               <announcement level="0" distance_metric="100"/>
-               <announcement level="1" distance_metric="400"/>
-               <announcement level="2" distance_metric="1000"/>
-           </roadprofile>
-            <roadprofile item_types="roundabout" speed="20" route_weight="10"/>
-            <roadprofile item_types="ferry" speed="40" route_weight="40"/>
-       </vehicleprofile>
-
-       <vehicleprofile name="pedestrian" flags="0x20000000" flags_forward_mask="0x20000000" flags_reverse_mask="0x20000000" maxspeed_handling="1" route_mode="0">
-           <roadprofile item_types="footway,bridleway,path" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="track_gravelled" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="track_paved" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="cycleway" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="street_3_city,street_4_city,street_service" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-            <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="100"/>
-               <announcement level="1" distance_metric="400"/>
-               <announcement level="2" distance_metric="1000"/>
-           </roadprofile>
-            <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="100"/>
-               <announcement level="1" distance_metric="400"/>
-               <announcement level="2" distance_metric="1000"/>
-           </roadprofile>
-            <roadprofile item_types="roundabout" speed="5" route_weight="5"/>
-            <roadprofile item_types="ferry" speed="40" route_weight="40"/>
-       </vehicleprofile>
-       <vehicleprofile name="horse" flags="0x80000000" flags_forward_mask="0x80000000" flags_reverse_mask="0x80000000" maxspeed_handling="1" route_mode="0">
-           <roadprofile item_types="bridleway" speed="10" route_weight="10">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="footway,path" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="4">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="track_gravelled" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="track_paved" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="cycleway" speed="5" route_weight="5">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="2">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-           <roadprofile item_types="street_3_city,street_4_city,street_service" speed="5" route_weight="4">
-               <announcement level="0" distance_metric="25"/>
-               <announcement level="1" distance_metric="100"/>
-               <announcement level="2" distance_metric="200"/>
-           </roadprofile>
-            <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="2">
-               <announcement level="0" distance_metric="100"/>
-               <announcement level="1" distance_metric="400"/>
-               <announcement level="2" distance_metric="1000"/>
-           </roadprofile>
-            <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="4">
-               <announcement level="0" distance_metric="100"/>
-               <announcement level="1" distance_metric="400"/>
-               <announcement level="2" distance_metric="1000"/>
-           </roadprofile>
-            <roadprofile item_types="roundabout" speed="5" route_weight="2"/>
-            <roadprofile item_types="ferry" speed="40" route_weight="40"/>
-       </vehicleprofile>
-
-        <route destination_distance="50"/>
-
-        <navigation>
-            <announce type="street_0,street_1_city" 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="flite -t '%s'"/> -->
-
-        <!-- 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="yes">
-            <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 garmin maps -->
-        <mapset enabled="no">
-            <map type="garmin" enabled="yes" data="/path/to/img" debug="4"/>
-        </mapset>
-
-        <layout name="Car" color="#ffefb7" font="Liberation Sans">
-            <layer name="polygons">
-                <itemgra item_types="image" order="0-">
-                    <image/>
-                </itemgra>
-                <itemgra item_types="poly_wood" order="0-">
-                    <polygon color="#8ec78d"/>
-                    <text text_size="5"/>
-                </itemgra>
-                <itemgra item_types="poly_farm" order="0-">
-                    <polygon color="#c7f1a3"/>
-                    <polyline color="#79c691"/>
-                    <text text_size="5"/>
-                </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" 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="0-">
-                    <polygon color="#4af04f"/>
-                </itemgra>
-                <itemgra item_types="poly_industry,poly_place" order="0-">
-                    <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="1-">
-                    <polygon color="#bde3cb"/>
-                </itemgra>
-                <itemgra item_types="poly_car_parking" order="1-">
-                    <polygon color="#e7cf87"/>
-                </itemgra>
-                <itemgra item_types="poly_building" order="0-">
-                    <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="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="#ffffff" width="4" dash="4,8"/>
-                    <polyline color="#800000" width="2" dash="4,8"/>
-                </itemgra>
-                <itemgra item_types="track_gravelled" order="15-16">
-                    <polyline color="#ffffff" width="5" dash="5,10"/>
-                    <polyline color="#800000" width="3" dash="5,10"/>
-                </itemgra>
-                <itemgra item_types="track_gravelled" order="17-">
-                    <polyline color="#ffffff" width="7" dash="7,15"/>
-                    <polyline color="#800000" width="5" 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="#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" dash="4,8" offset="6"/>
-                    <polyline color="#0000ff" width="2" dash="4,8" offset="6"/>
-                </itemgra>
-                <itemgra item_types="piste_nordic" order="15-16">
-                    <polyline color="#ffffff" width="5" dash="5,10" offset="7"/>
-                    <polyline color="#0000ff" width="3" dash="5,10" offset="7"/>
-                </itemgra>
-                <itemgra item_types="piste_nordic" order="17-">
-                    <polyline color="#ffffff" width="7" dash="7,15" offset="10"/>
-                    <polyline color="#0000ff" width="5" 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" dash="4,8"/>
-                    <polyline color="#ff0000" width="2" dash="4,20"/>
-                    <polyline color="#0000ff" width="2" dash="4,20" offset="12"/>
-                </itemgra>
-                <itemgra item_types="footway_and_piste_nordic" order="15-16">
-                    <polyline color="#ffffff" width="5" dash="5,10"/>
-                    <polyline color="#ff0000" width="3" dash="5,25"/>
-                    <polyline color="#0000ff" width="3" dash="5,25" offset="15"/>
-                </itemgra>
-                <itemgra item_types="footway_and_piste_nordic" order="17-">
-                    <polyline color="#ffffff" width="7" dash="7,15"/>
-                    <polyline color="#ff0000" width="5" dash="7,37"/>
-                    <polyline color="#0000ff" width="5" 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" dash="4,8"/>
-                    <polyline color="#ff0000" width="2" dash="4,8"/>
-                </itemgra>
-                <itemgra item_types="footway" order="15-16">
-                    <polyline color="#ffffff" width="5" dash="5,10"/>
-                    <polyline color="#ff0000" width="3" dash="5,10"/>
-                </itemgra>
-                <itemgra item_types="footway" order="17-">
-                    <polyline color="#ffffff" width="7" dash="7,15"/>
-                    <polyline color="#ff0000" width="5" dash="7,15"/>
-                </itemgra>
-                <itemgra item_types="steps" order="10-">
-                    <polyline color="#000000" width="1"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="10">
-                    <polyline color="#d2d2d2" width="3"/>
-                    <polyline color="#dddddd" width="1"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="11">
-                    <polyline color="#d2d2d2" width="5"/>
-                    <polyline color="#dddddd" width="3"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="12">
-                    <polyline color="#d2d2d2" width="8"/>
-                    <polyline color="#dddddd" width="6"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="13">
-                    <polyline color="#d2d2d2" width="9"/>
-                    <polyline color="#dddddd" width="7"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="14">
-                    <polyline color="#d2d2d2" width="13"/>
-                    <polyline color="#dddddd" width="9"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="15">
-                    <polyline color="#d2d2d2" width="18"/>
-                    <polyline color="#dddddd" width="14"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="16">
-                    <polyline color="#d2d2d2" width="21"/>
-                    <polyline color="#dddddd" width="17"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="17">
-                    <polyline color="#d2d2d2" width="25"/>
-                    <polyline color="#dddddd" width="21"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" 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" 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="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="12-">
-                    <circle color="#000000" radius="3" text_size="7"/>
-                </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" 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>
-                <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="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>
-            </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_none" order="0-">
-                    <icon src="unknown.xpm"/>
-                </itemgra>
-                <itemgra item_types="announcement" order="7-">
-                    <icon src="gui_sound_32_32.png"/>
-                    <circle color="#FF089C" radius="10" text_size="7"/>
-                </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 Symbols">
-                <itemgra item_types="mini_roundabout" order="12-">
-                    <icon src="mini_roundabout.xpm"/>
-                </itemgra>
-                <itemgra item_types="turning_circle" order="12-">
-                    <icon src="mini_roundabout.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_airport" order="5-">
-                    <icon src="airport.png"/>
-                </itemgra>
-                <itemgra item_types="town_ghost" order="10-">
-                    <icon src="ghost_town.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_hotel" order="12-">
-                    <icon src="hotel.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_car_parking" order="11-">
-                    <icon src="parking.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_car_dealer_parts" order="12-">
-                    <icon src="car_dealer.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_fuel" order="12-">
-                    <icon src="fuel.png"/>
-                </itemgra>
-                <itemgra item_types="poi_shopping" order="12-">
-                    <icon src="shopping.png"/>
-                </itemgra>
-                <itemgra item_types="poi_attraction" order="11-">
-                    <icon src="attraction.png"/>
-                </itemgra>
-                <itemgra item_types="poi_cafe" order="12-">
-                    <icon src="cafe.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bar" order="12-">
-                    <icon src="bar.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bridge" order="12-">
-                    <icon src="bridge.xpm"/>
-                </itemgra>
-                <itemgra item_types="highway_exit" order="11-">
-                    <icon src="exit.png"/>
-                </itemgra>
-                <itemgra item_types="poi_camp_rv" order="12-">
-                    <icon src="camping.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_museum_history" order="12-">
-                    <icon src="museum.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_hospital" order="12-">
-                    <icon src="hospital.png"/>
-                </itemgra>
-                <itemgra item_types="poi_dining" order="12-">
-                    <icon src="dining.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_fastfood" order="12-">
-                    <icon src="fastfood.png"/>
-                </itemgra>
-                <itemgra item_types="poi_police" order="12-">
-                    <icon src="police.png"/>
-                </itemgra>
-                <itemgra item_types="poi_auto_club" order="12-">
-                    <icon src="auto_club.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_autoservice" order="12-">
-                    <icon src="car_dealer.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bank" order="12-">
-                    <icon src="bank.png"/>
-                </itemgra>
-                <itemgra item_types="poi_bay" order="12-">
-                    <icon src="bay.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bend" order="12-">
-                    <icon src="bend.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_boat_ramp" order="12-">
-                    <icon src="boat_ramp.png"/>
-                </itemgra>
-                <itemgra item_types="poi_border_station" order="12-">
-                    <icon src="border_station.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bowling" order="12-">
-                    <icon src="bowling.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bus_station" order="11-">
-                    <icon src="bus.png"/>
-                </itemgra>
-                <itemgra item_types="poi_bus_stop" order="12-">
-                    <icon src="bus.png"/>
-                </itemgra>
-                <itemgra item_types="poi_bussines_service" order="12-">
-                    <icon src="bussines_service.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_car_rent" order="12-">
-                    <icon src="car_rent.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_car_wash" order="12-">
-                    <icon src="car_wash.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_casino" order="12-">
-                    <icon src="casino.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_cemetery" order="12-">
-                    <icon src="cemetery.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_church" order="11-">
-                    <icon src="church.png"/>
-                </itemgra>
-                <itemgra item_types="poi_cinema" order="12-">
-                    <icon src="cinema.png"/>
-                </itemgra>
-                <itemgra item_types="poi_civil" order="12-">
-                    <icon src="civil.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_communication" order="12-">
-                    <icon src="communication.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_concert" order="12-">
-                    <icon src="concert.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_cove" order="12-">
-                    <icon src="cove.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_crossing" order="12-">
-                    <icon src="crossing.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_dam" order="12-">
-                    <icon src="dam.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_danger_area" order="12-">
-                    <icon src="danger_area.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_dangerous" order="12-">
-                    <icon src="dangerous.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_daymark" order="12-">
-                    <icon src="daymark.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_diving" order="12-">
-                    <icon src="diving.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_drinking_water" order="13-">
-                    <icon src="drinking_water.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_emergency" order="12-">
-                    <icon src="emergency.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_fair" order="12-">
-                    <icon src="fair.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_firebrigade" order="12-">
-                    <icon src="firebrigade.png"/>
-                </itemgra>
-                <itemgra item_types="poi_fish" order="9-">
-                    <icon src="fish.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_forbiden_area" order="12-">
-                    <icon src="forbiden_area.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_garmin" order="15-">
-                    <icon src="garmin.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_golf" order="12-">
-                    <icon src="golf.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_goverment_building" order="12-">
-                    <icon src="goverment_building.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_height" order="12-">
-                    <icon src="height.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_heliport" order="8-">
-                    <icon src="heliport.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_hotspring" order="12-">
-                    <icon src="hotspring.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_icesport" order="12-">
-                    <icon src="icesport.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_information" order="12-">
-                    <icon src="information.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_justice" order="12-">
-                    <icon src="justice.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_landmark" order="11-">
-                    <icon src="landmark.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_levee" order="12-">
-                    <icon src="levee.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_level_crossing" order="11-">
-                    <icon src="level_crossing.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_library" order="12-">
-                    <icon src="library.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_locale" order="12-">
-                    <icon src="locale.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_loudspeaker" order="12-">
-                    <icon src="loudspeaker.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_mall" order="12-">
-                    <icon src="mall.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_manmade_feature" order="12-">
-                    <icon src="manmade_feature.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_marine" order="12-">
-                    <icon src="marine.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_marine_type" order="12-">
-                    <icon src="marine_type.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_mark" order="12-">
-                    <icon src="mark.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_military" order="11-">
-                    <icon src="military.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_mine" order="12-">
-                    <icon src="mine.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_nondangerous" order="12-">
-                    <icon src="nondangerous.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_oil_field" order="12-">
-                    <icon src="oil_field.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_peak" order="7-">
-                    <icon src="peak.png"/>
-                </itemgra>
-                <itemgra item_types="poi_personal_service" order="12-">
-                    <icon src="personal_service.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_pharmacy" order="12-">
-                    <icon src="pharmacy.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_post" order="13-">
-                    <icon src="post.png"/>
-                </itemgra>
-                <itemgra item_types="poi_public_office" order="12-">
-                    <icon src="public_office.xpm"/>
-                </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.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_resort" order="12-">
-                    <icon src="resort.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_restaurant" order="12-">
-                    <icon src="restaurant.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_restricted_area" order="12-">
-                    <icon src="restricted_area.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_rest_room" order="13-">
-                    <icon src="rest_room.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_restroom" order="13-">
-                    <icon src="restroom.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_sailing" order="12-">
-                    <icon src="sailing.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_scenic_area" order="12-">
-                    <icon src="scenic_area.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_school" order="12-">
-                    <icon src="school.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_service" order="12-">
-                    <icon src="service.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_apparel" order="12-">
-                    <icon src="shop_apparel.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_computer" order="12-">
-                    <icon src="shop_computer.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_department" order="12-">
-                    <icon src="shop_department.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_furnish" order="12-">
-                    <icon src="shop_furnish.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_grocery" order="12-">
-                    <icon src="shop_grocery.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_handg" order="12-">
-                    <icon src="shop_handg.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_merchandise" order="12-">
-                    <icon src="shop_merchandise.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_retail" order="12-">
-                    <icon src="shop_retail.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shower" order="13-">
-                    <icon src="shower.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_skiing" order="11-">
-                    <icon src="skiing.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_social_service" order="12-">
-                    <icon src="social_service.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_sounding" order="12-">
-                    <icon src="sounding.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_sport" order="12-">
-                    <icon src="sport.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_stadium" order="11-">
-                    <icon src="stadium.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_subdivision" order="12-">
-                    <icon src="subdivision.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_swimming" order="12-">
-                    <icon src="swimming.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_telephone" order="13-">
-                    <icon src="telephone.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_theater" order="12-">
-                    <icon src="theater.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_tide" order="12-">
-                    <icon src="tide.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_tower" order="13-">
-                    <icon src="tower.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_townhall" order="12-">
-                    <icon src="townhall.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_trail" order="12-">
-                    <icon src="trail.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_truck_stop" order="12-">
-                    <icon src="truck_stop.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_tunnel" order="12-">
-                    <icon src="tunnel.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_wine" order="12-">
-                    <icon src="wine.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_worship" order="8-">
-                    <icon src="worship.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_wrecker" order="12-">
-                    <icon src="wrecker.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_zoo" order="9-">
-                    <icon src="zoo.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_picnic" order="12-">
-                    <icon src="picnic.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_multi" order="12-">
-                    <icon src="gc_multi.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_tradi" order="12-">
-                    <icon src="gc_tradi.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_event" order="12-">
-                    <icon src="gc_event.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_mystery" order="12-">
-                    <icon src="gc_mystery.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_question" order="12-">
-                    <icon src="gc_question.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_stages" order="12-">
-                    <icon src="gc_stages.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_reference" order="12-">
-                    <icon src="gc_reference.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_webcam" order="12-">
-                    <icon src="gc_webcam.xpm"/>
-                </itemgra>
-                <itemgra item_types="traffic_signals" order="13-">
-                    <icon src="traffic_signals.png"/>
-                </itemgra>
-                <itemgra item_types="poi_wifi" order="13-">
-                    <icon src="wifi.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_image" order="12-">
-                    <image/>
-                </itemgra>
-                <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bicyle layout. -->
-                <itemgra item_types="poi_bench" order="13-">
-                    <icon src="bench.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_biergarten" order="12-">
-                    <icon src="biergarten.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_boundary_stone" order="13-">
-                    <icon src="boundary_stone.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_castle" order="11-">
-                    <icon src="castle.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_ruins" order="11-">
-                    <icon src="ruins.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_hunting_stand" order="12-">
-                    <icon src="hunting_stand.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_memorial" order="12-">
-                    <icon src="memorial.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_monument" order="12-">
-                    <icon src="memorial.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shelter" order="11-">
-                    <icon src="shelter.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_fountain" order="13-">
-                    <icon src="fountain.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_potable_water" order="13-">
-                    <icon src="potable_water.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_toilets" order="12-">
-                    <icon src="toilets.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_viewpoint" order="10-">
-                    <icon src="viewpoint.xpm"/>
-                </itemgra>
-                <itemgra item_types="tec_common" order="11-">
-                    <icon src="tec_common.png" w="24" h="24"/>
-                </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,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_bus_station,poi_bus_stop,poi_bussines_service,poi_car_rent,poi_church,poi_cinema,poi_concert,poi_drinkingwater,poi_emergency,poi_fair,poi_fish,poi_goverment_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poimarine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post,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" order="14-">
-                    <circle color="#606060" radius="0" width="0" text_size="10"/>
-                </itemgra>
-            </layer>
-        </layout>
-
-        <layout name="Car-dark" color="#011001">
-            <layer name="polygons">
-                <itemgra item_types="image" order="0-">
-                    <image/>
-                </itemgra>
-                <itemgra item_types="poly_wood" order="0-">
-                    <polygon color="#041a06"/>
-                    <text text_size="5"/>
-                </itemgra>
-                <itemgra item_types="poly_farm" order="0-">
-                    <polygon color="#041a06"/>
-                    <text text_size="5"/>
-                </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 text_size="5"/>
-                </itemgra>
-                <itemgra item_types="poly_land" order="0-">
-                    <polygon color="#011001"/>
-                    <text text_size="5"/>
-                </itemgra>
-                <itemgra item_types="poly_park" order="0-">
-                    <polygon color="#041a06"/>
-                    <text 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 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 text_size="5"/>
-                </itemgra>
-                <itemgra item_types="water_river" order="8-9">
-                    <polyline color="#010321" width="4"/>
-                    <text text_size="7"/>
-                </itemgra>
-                <itemgra item_types="water_river" order="10-">
-                    <polyline color="#010321" width="4"/>
-                    <text 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 text_size="5"/>
-                </itemgra>
-                <itemgra item_types="water_canal" order="8-9">
-                    <polyline color="#010321" width="3"/>
-                    <text text_size="7"/>
-                </itemgra>
-                <itemgra item_types="water_canal" order="10-">
-                    <polyline color="#010321" width="3"/>
-                    <text 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 text_size="7"/>
-                </itemgra>
-                <itemgra item_types="water_drain" order="10-">
-                    <polyline color="#010321" width="1"/>
-                    <text 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="2"/>
-                </itemgra>
-                <itemgra item_types="rail" order="9-">
-                    <polyline color="#282828" width="3"/>
-                    <polyline color="#3d3d3d" dash="1,5" width="2"/>
-                </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" dash="4,8"/>
-                    <polyline color="#800000" width="2" dash="4,8"/>
-                </itemgra>
-                <itemgra item_types="track_gravelled" order="15-16">
-                    <polyline color="#3d3d3d" width="5" dash="5,10"/>
-                    <polyline color="#800000" width="3" dash="5,10"/>
-                </itemgra>
-                <itemgra item_types="track_gravelled" order="17-">
-                    <polyline color="#3d3d3d" width="7" dash="7,15"/>
-                    <polyline color="#800000" width="5" 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" dash="4,8"/>
-                </itemgra>
-                <itemgra item_types="piste_nordic" order="15-16">
-                    <polyline color="#0000ff" width="3" dash="5,10"/>
-                </itemgra>
-                <itemgra item_types="piste_nordic" order="17-">
-                    <polyline color="#0000ff" width="5" 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" dash="4,8"/>
-                </itemgra>
-                <itemgra item_types="footway" order="15-16">
-                    <polyline color="#4e0000" width="3" dash="5,10"/>
-                </itemgra>
-                <itemgra item_types="footway" order="17-">
-                    <polyline color="#4e0000" width="5" 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" order="10">
-                    <polyline color="#1e0728" width="1"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="11">
-                    <polyline color="#1e0728" width="5"/>
-                    <polyline color="#202020" width="2"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="12">
-                    <polyline color="#1e0728" width="8"/>
-                    <polyline color="#202020" width="3"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="13">
-                    <polyline color="#1e0728" width="9"/>
-                    <polyline color="#202020" width="4"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="14">
-                    <polyline color="#1e0728" width="13"/>
-                    <polyline color="#202020" width="7"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="15">
-                    <polyline color="#1e0728" width="18"/>
-                    <polyline color="#202020" width="10"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="16">
-                    <polyline color="#1e0728" width="21"/>
-                    <polyline color="#202020" width="13"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" order="17">
-                    <polyline color="#1e0728" width="25"/>
-                    <polyline color="#202020" width="17"/>
-                </itemgra>
-                <itemgra item_types="street_pedestrian" 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="#000000" radius="3" text_size="7"/>
-                </itemgra>
-                <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="10-18">
-                    <text text_size="8" color="#55c4bd"/>
-                </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"/>
-                </itemgra>
-                <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18">
-                    <text text_size="9" color="#55c4bd"/>
-                </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" radius="3" text_size="7"/>
-                </itemgra>
-                <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="11-">
-                    <circle color="#55c4bd" radius="3" text_size="7"/>
-                </itemgra>
-                <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3" order="10-">
-                    <circle color="#55c4bd" radius="3" text_size="7"/>
-                </itemgra>
-                <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
-                    <circle color="#55c4bd" radius="3" text_size="7"/>
-                </itemgra>
-                <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="8-">
-                    <circle color="#55c4bd" radius="3" text_size="7"/>
-                </itemgra>
-                <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="6-">
-                    <circle color="#55c4bd" radius="3" text_size="10"/>
-                </itemgra>
-                <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="4-">
-                    <circle color="#55c4bd" radius="3" text_size="10"/>
-                </itemgra>
-                <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
-                    <circle color="#55c4bd" radius="3" text_size="15"/>
-                </itemgra>
-                <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="2-">
-                    <circle color="#55c4bd" radius="3" text_size="15"/>
-                </itemgra>
-                <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
-                    <circle color="#55c4bd" radius="3" text_size="15"/>
-                </itemgra>
-            </layer>
-            <layer name="points">
-                <itemgra item_types="mini_roundabout" order="12-">
-                    <icon src="mini_roundabout.xpm"/>
-                </itemgra>
-                <itemgra item_types="turning_circle" order="12-">
-                    <icon src="mini_roundabout.xpm"/>
-                </itemgra>
-                <itemgra item_types="track" order="3-">
-                    <polyline color="#3f3f3f" width="1"/>
-                </itemgra>
-                <itemgra item_types="poi_airport" order="5-">
-                    <icon src="airport.png"/>
-                </itemgra>
-                <itemgra item_types="town_ghost" order="0-">
-                    <icon src="ghost_town.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_hotel" order="12-">
-                    <icon src="hotel.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_car_parking" order="11-">
-                    <icon src="parking.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_car_dealer_parts" order="0-">
-                    <icon src="car_dealer.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_fuel" order="10-">
-                    <icon src="fuel.png"/>
-                </itemgra>
-                <itemgra item_types="poi_shopping" order="10-">
-                    <icon src="shopping.png"/>
-                </itemgra>
-                <itemgra item_types="poi_attraction" order="8-">
-                    <icon src="attraction.png"/>
-                </itemgra>
-                <itemgra item_types="poi_cafe" order="12-">
-                    <icon src="cafe.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bar" order="12-">
-                    <icon src="bar.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bridge" order="0-">
-                    <icon src="bridge.xpm"/>
-                </itemgra>
-                <itemgra item_types="highway_exit" order="11-">
-                    <icon src="exit.png"/>
-                </itemgra>
-                <itemgra item_types="poi_camp_rv" order="9-">
-                    <icon src="camping.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_museum_history" order="12-">
-                    <icon src="museum.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_hospital" order="12-">
-                    <icon src="hospital.png"/>
-                </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="dining.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_fastfood" order="12-">
-                    <icon src="fastfood.png"/>
-                </itemgra>
-                <itemgra item_types="poi_police" order="12-">
-                    <icon src="police.png"/>
-                </itemgra>
-                <itemgra item_types="poi_auto_club" order="0-">
-                    <icon src="auto_club.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_autoservice" order="0-">
-                    <icon src="autoservice.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bank" order="12-">
-                    <icon src="bank.png"/>
-                </itemgra>
-                <itemgra item_types="poi_bay" order="0-">
-                    <icon src="bay.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bend" order="0-">
-                    <icon src="bend.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_boat_ramp" order="12-">
-                    <icon src="boat_ramp.png"/>
-                </itemgra>
-                <itemgra item_types="poi_border_station" order="0-">
-                    <icon src="border_station.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bowling" order="0-">
-                    <icon src="bowling.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_bus_station" order="12-">
-                    <icon src="bus.png"/>
-                </itemgra>
-                <itemgra item_types="poi_bus_stop" order="12-">
-                    <icon src="bus.png"/>
-                </itemgra>
-                <itemgra item_types="poi_bussines_service" order="0-">
-                    <icon src="bussines_service.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_car_rent" order="11-">
-                    <icon src="car_rent.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_car_wash" order="12-">
-                    <icon src="car_wash.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_casino" order="11-">
-                    <icon src="casino.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_cemetery" order="11-">
-                    <icon src="cemetery.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_church" order="11-">
-                    <icon src="church.png"/>
-                </itemgra>
-                <itemgra item_types="poi_cinema" order="12-">
-                    <icon src="cinema.png"/>
-                </itemgra>
-                <itemgra item_types="poi_civil" order="0-">
-                    <icon src="civil.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_communication" order="0-">
-                    <icon src="communication.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_concert" order="0-">
-                    <icon src="concert.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_cove" order="0-">
-                    <icon src="cove.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_crossing" order="0-">
-                    <icon src="crossing.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_dam" order="0-">
-                    <icon src="dam.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_danger_area" order="0-">
-                    <icon src="danger_area.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_dangerous" order="0-">
-                    <icon src="dangerous.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_daymark" order="0-">
-                    <icon src="daymark.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_diving" order="0-">
-                    <icon src="diving.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_drinking_water" order="0-">
-                    <icon src="drinking_water.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_emergency" order="0-">
-                    <icon src="emergency.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_fair" order="0-">
-                    <icon src="fair.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_firebrigade" order="12-">
-                    <icon src="firebrigade.png"/>
-                </itemgra>
-                <itemgra item_types="poi_fish" order="0-">
-                    <icon src="fish.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_forbiden_area" order="0-">
-                    <icon src="forbiden_area.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_garmin" order="0-">
-                    <icon src="garmin.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_golf" order="12-">
-                    <icon src="golf.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_goverment_building" order="0-">
-                    <icon src="goverment_building.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_height" order="0-">
-                    <icon src="height.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_heliport" order="7-">
-                    <icon src="heliport.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_hotspring" order="0-">
-                    <icon src="hotspring.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_icesport" order="0-">
-                    <icon src="icesport.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_information" order="12-">
-                    <icon src="information.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_justice" order="10-">
-                    <icon src="justice.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_landmark" order="0-">
-                    <icon src="landmark.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_levee" order="0-">
-                    <icon src="levee.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_level_crossing" order="11-">
-                    <icon src="level_crossing.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_library" order="12-">
-                    <icon src="library.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_locale" order="0-">
-                    <icon src="locale.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_loudspeaker" order="0-">
-                    <icon src="loudspeaker.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_mall" order="0-">
-                    <icon src="mall.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_manmade_feature" order="0-">
-                    <icon src="manmade_feature.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_marine" order="0-">
-                    <icon src="marine.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_marine_type" order="0-">
-                    <icon src="marine_type.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_mark" order="0-">
-                    <icon src="mark.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_military" order="0-">
-                    <icon src="military.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_mine" order="0-">
-                    <icon src="mine.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_nondangerous" order="0-">
-                    <icon src="nondangerous.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_oil_field" order="0-">
-                    <icon src="oil_field.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_peak" order="6-">
-                    <icon src="peak.png"/>
-                </itemgra>
-                <itemgra item_types="poi_personal_service" order="0-">
-                    <icon src="personal_service.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_pharmacy" order="12-">
-                    <icon src="pharmacy.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_post" order="13-">
-                    <icon src="post.png"/>
-                </itemgra>
-                <itemgra item_types="poi_public_office" order="0-">
-                    <icon src="public_office.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_rail_halt" order="10-">
-                    <circle color="#000000" radius="3" width="3"/>
-                    <circle color="#3d3d3d" 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" radius="6" width="2" text_size="8"/>
-                </itemgra>
-                <itemgra item_types="poi_rail_tram_stop" order="10-11">
-                    <circle color="#3d3d3d" radius="2" width="2"/>
-                </itemgra>
-                <itemgra item_types="poi_rail_tram_stop" order="12-">
-                    <circle color="#000000" radius="3" width="3"/>
-                    <circle color="#3d3d3d" radius="6" width="2" text_size="8"/>
-                </itemgra>
-                <itemgra item_types="poi_repair_service" order="0-">
-                    <icon src="repair_service.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_resort" order="0-">
-                    <icon src="resort.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_rest_room" order="13-">
-                    <icon src="rest_room.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_restaurant" order="12-">
-                    <icon src="restaurant.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_restricted_area" order="0-">
-                    <icon src="restricted_area.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_restroom" order="13-">
-                    <icon src="restroom.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_sailing" order="0-">
-                    <icon src="sailing.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_scenic_area" order="0-">
-                    <icon src="scenic_area.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_school" order="12-">
-                    <icon src="school.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_service" order="0-">
-                    <icon src="service.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_apparel" order="0-">
-                    <icon src="shop_apparel.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_computer" order="0-">
-                    <icon src="shop_computer.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_department" order="0-">
-                    <icon src="shop_department.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_furnish" order="0-">
-                    <icon src="shop_furnish.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_grocery" order="0-">
-                    <icon src="shop_grocery.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_handg" order="0-">
-                    <icon src="shop_handg.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_merchandise" order="0-">
-                    <icon src="shop_merchandise.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shop_retail" order="0-">
-                    <icon src="shop_retail.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shower" order="0-">
-                    <icon src="shower.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_skiing" order="12-">
-                    <icon src="skiing.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_social_service" order="0-">
-                    <icon src="social_service.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_sounding" order="0-">
-                    <icon src="sounding.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_sport" order="12-">
-                    <icon src="sport.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_stadium" order="0-">
-                    <icon src="stadium.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_subdivision" order="0-">
-                    <icon src="subdivision.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_swimming" order="12-">
-                    <icon src="swimming.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_telephone" order="13-">
-                    <icon src="telephone.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_theater" order="12-">
-                    <icon src="theater.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_tide" order="0-">
-                    <icon src="tide.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_tower" order="13-">
-                    <icon src="tower.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_townhall" order="12-">
-                    <icon src="townhall.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_trail" order="0-">
-                    <icon src="trail.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_truck_stop" order="0-">
-                    <icon src="truck_stop.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_tunnel" order="0-">
-                    <icon src="tunnel.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_wifi" order="11-">
-                    <icon src="wifi.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_wine" order="0-">
-                    <icon src="wine.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_worship" order="0-">
-                    <icon src="worship.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_wrecker" order="0-">
-                    <icon src="wrecker.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_zoo" order="10-">
-                    <icon src="zoo.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_picnic" order="11-">
-                    <icon src="picnic.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_multi" order="0-">
-                    <icon src="gc_multi.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_tradi" order="0-">
-                    <icon src="gc_tradi.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_event" order="0-">
-                    <icon src="gc_event.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_mystery" order="0-">
-                    <icon src="gc_mystery.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_question" order="0-">
-                    <icon src="gc_question.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_stages" order="0-">
-                    <icon src="gc_stages.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_reference" order="0-">
-                    <icon src="gc_reference.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_gc_webcam" order="0-">
-                    <icon src="gc_webcam.xpm"/>
-                </itemgra>
-                <itemgra item_types="traffic_signals" order="13-">
-                    <icon src="traffic_signals.png"/>
-                </itemgra>
-                <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-">
-                    <polygon color="#041a06"/>
-                    <text text_size="5"/>
-                </itemgra>
-                <itemgra item_types="poi_image" order="0-">
-                    <image/>
-                </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" text_size="7"/>
-                </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="13-">
-                    <icon src="bench.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_biergarten" order="12-">
-                    <icon src="biergarten.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_boundary_stone" order="13-">
-                    <icon src="boundary_stone.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_castle" order="12-">
-                    <icon src="castle.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_hunting_stand" order="13-">
-                    <icon src="hunting_stand.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_memorial" order="12-">
-                    <icon src="memorial.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_monument" order="12-">
-                    <icon src="memorial.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_shelter" order="10-">
-                    <icon src="shelter.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_fountain" order="12-">
-                    <icon src="fountain.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_potable_water" order="12-">
-                    <icon src="potable_water.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_toilets" order="12-">
-                    <icon src="toilets.xpm"/>
-                </itemgra>
-                <itemgra item_types="poi_viewpoint" order="12-">
-                    <icon src="viewpoint.xpm"/>
-                </itemgra>
-                <itemgra item_types="tec_common" order="11-">
-                    <icon src="tec_common.png" w="24" h="24"/>
-                </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,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_bus_station,poi_bus_stop,poi_bussines_service,poi_car_rent,poi_church,poi_cinema,poi_concert,poi_drinkingwater,poi_emergency,poi_fair,poi_fish,poi_goverment_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poimarine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post,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" order="14-">
-                    <circle color="#606060" radius="0" width="0" text_size="10"/>
-                </itemgra>
-            </layer>
-        </layout>
-        <layout name="Bike" color="#ffefb7" font="Liberation Sans">
-            <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="sport_poly,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="industry_poly,building_poly,place_poly,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_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" dash="3,2,1,3" width="3"/>
-                </itemgra>
-                <itemgra item_types="border_country" order="0-5">
-                    <polyline color="#778899" dash="3,2,1,3" width="2"/>
-                </itemgra>
-                <itemgra item_types="border_state" order="6-11">
-                    <polyline color="#778899" dash="6,6,1,6" width="3"/>
-                </itemgra>
-                <itemgra item_types="border_country" order="6-11">
-                    <polyline color="#778899" dash="6,6,1,6" width="2"/>
-                </itemgra>
-                <itemgra item_types="border_state" order="12-20">
-                    <polyline color="#778899" dash="10,10,2,10" width="3"/>
-                </itemgra>
-                <itemgra item_types="border_country" order="12-20">
-                    <polyline color="#778899" dash="10,10,2,10" width="2"/>
-                </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" dash="6,6"/>
-                    <polyline color="#fefefe" width="1" dash="6,6"/>
-                </itemgra>
-                <itemgra item_types="track_grass" order="12-">
-                    <polyline color="#fefefe" width="2" 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" dash="2,4"/>
-                </itemgra>
-                <itemgra item_types="hiking" order="11-">
-                    <polyline color="#8b4513" width="2" dash="4,4"/>
-                </itemgra>
-                <itemgra item_types="hiking_mountain" order="11-">
-                    <polyline color="#8b4513" width="2" dash="6,4"/>
-                </itemgra>
-                <itemgra item_types="hiking_mountain_demanding" order="13-">
-                    <polyline color="#8b4513" width="2" 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="2"/>
-                </itemgra>
-                <itemgra item_types="rail_narrow_gauge" order="6-9">
-                    <polyline color="#696969" width="4"/>
-                    <polyline color="#FFFFFF" dash="2,5" width="2"/>
-                </itemgra>
-                <itemgra item_types="rail" order="10-13">
-                    <polyline color="#696969" width="6"/>
-                    <polyline color="#FFFFFF" dash="3,8" width="3"/>
-                </itemgra>
-                <itemgra item_types="rail_narrow_gauge" order="10-13">
-                    <polyline color="#696969" width="6"/>
-                    <polyline color="#FFFFFF" dash="3,8" width="3"/>
-                </itemgra>
-                <itemgra item_types="rail" order="14-18">
-                    <polyline color="#696969" width="8"/>
-                    <polyline color="#FFFFFF" dash="4,12" width="5"/>
-                </itemgra>
-                <itemgra item_types="rail_narrow_gauge" order="14-18">
-                    <polyline color="#696969" width="8"/>
-                    <polyline color="#FFFFFF" dash="4,12" width="5"/>
-                </itemgra>
-                <itemgra item_types="rail_light" order="10-13">
-                    <polyline color="#696969" width="4"/>
-                    <polyline color="#FFFFFF" dash="2,5" width="2"/>
-                </itemgra>
-                <itemgra item_types="rail_light" order="14-18">
-                    <polyline color="#696969" width="6"/>
-                    <polyline color="#FFFFFF" dash="4,8" width="4"/>
-                </itemgra>
-                <itemgra item_types="rail_subway" order="8-">
-                    <polyline color="#696969" width="2"/>
-                    <polyline color="#FFFFFF" dash="5,5" width="2"/>
-                </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="1"/>
-                    <polyline color="#778899" dash="1,40" width="5"/>
-                </itemgra>
-                <itemgra item_types="lift_chair" order="10-">
-                    <polyline color="#778899" width="1"/>
-                    <polyline color="#778899" dash="1,40" width="5"/>
-                </itemgra>
-                <itemgra item_types="lift_drag" order="10-">
-                    <polyline color="#778899" width="1"/>
-                    <polyline color="#778899" dash="1,40" width="5"/>
-                </itemgra>
-                <itemgra item_types="ferry" order="5-">
-                    <polyline color="#000000" width="3" dash="5"/>
-                </itemgra>
-                <itemgra item_types="track" order="3-">
-                    <polyline color="#3f3f3f" width="1"/>
-                </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" 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>
-            <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'])"/> -->
-            <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" 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>
-        </layout>
-        <layout name="T@H" font="Liberation Sans">
-            <layer name="sea" details="0">
-                <!-- landuse=forest -->
-                <itemgra item_types="poly_wood" order="0-">
-                    <polygon color="#72bf81"/>
-                </itemgra>
-                <!-- landuse=residential -->
-                <itemgra item_types="town_poly" order="0-">
-                    <polygon color="#f2f2f2"/>
-                </itemgra>
-                <!-- natural=water -->
-                <itemgra item_types="water_poly" order="0-">
-                    <polygon color="#b5d6f1"/>
-                    <polyline color="#b5d6f1"/>
-                    <text text_size="8"/>
-                </itemgra>
-                <!-- leisure=park -->
-                <itemgra item_types="park_poly" order="0-">
-                    <polygon color="#c7f1a3"/>
-                    <polyline color="#79c691"/>
-                    <text text_size="5"/>
-                </itemgra>
-                <itemgra item_types="airport_poly" order="0-">
-                    <polygon color="#a0a0a0"/>
-                </itemgra>
-                <itemgra item_types="sport_poly" order="0-">
-                    <polygon color="#4af04f"/>
-                </itemgra>
-                <!-- landuse=industrial -->
-                <itemgra item_types="industry_poly,building_poly,place_poly" 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_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" 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" 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" 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="flats,scrub,military_zone,marine_poly,plantation,tundra" order="0-">
-                    <polygon color="#a0a0a0"/>
-                    <text text_size="5"/>
-                </itemgra>
-                <itemgra item_types="rg_point" order="0-">
-                    <circle color="#FF089C" radius="10"/>
-                </itemgra>
-                <!-- !!!!...POIs...!!!! -->
-                <!-- amenity=bank -->
-                <itemgra item_types="poi_bank" order="14-">
-                    <icon src="bank.png"/>
-                    <circle color="#000000" radius="3" text_size="7"/>
-                </itemgra>
-                <!-- amenity=fuel -->
-                <itemgra item_types="poi_fuel" order="14-">
-                    <icon src="fuel.png"/>
-                    <circle color="#000000" radius="3" text_size="7"/>
-                </itemgra>
-                <!-- amenity=hospitalg -->
-                <itemgra item_types="poi_hospital" order="14-">
-                    <icon src="hospital.png"/>
-                    <circle color="#000000" radius="3" text_size="7"/>
-                </itemgra>
-                <!-- amenity=parking -->
-                <itemgra item_types="poi_car_parking" order="14-">
-                    <icon src="parking.xpm"/>
-                </itemgra>
-                <!-- amenity=police -->
-                <itemgra item_types="poi_police" order="14-">
-                    <icon src="police.png"/>
-                    <circle color="#000000" radius="3" text_size="7"/>
-                </itemgra>
-                <!-- amenity=restaurant -->
-                <itemgra item_types="poi_restaurant" order="14-">
-                    <icon src="restaurant.xpm"/>
-                    <circle color="#000000" radius="3" text_size="7"/>
-                </itemgra>
-                <!-- leisure=golf_curse -->
-                <itemgra item_types="poi_golf" order="14-">
-                    <icon src="golf.xpm"/>
-                    <circle color="#000000" radius="3" text_size="7"/>
-                </itemgra>
-                <!-- tourism=hotel -->
-                <itemgra item_types="poi_hotel" order="14-">
-                    <icon src="hotel.xpm"/>
-                    <circle color="#000000" radius="3" text_size="7"/>
-                </itemgra>
-            </layer>
-        </layout>
-    </navit>
-</config>
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
new file mode 100644 (file)
index 0000000..bbf9c1a
--- /dev/null
@@ -0,0 +1,4490 @@
+<?xml version="1.0"?>
+<!DOCTYPE config SYSTEM "navit.dtd">
+<!-- For configuration options used in this file, please read
+     http://wiki.navit-project.org/index.php/Configuring_NavIt 
+     Do not edit /usr/share/navit/navit.xml : changes would be lost
+     on upgrade. Rather copy it to ~/.navit/. Please read wiki -->
+<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>
+
+    <debug name="navit:do_draw" level="0"/>
+    <!-- This is here so one can copy&paste the contents of popup menus --> 
+    <debug name="navit:popup_printf_cb" level="0"/>
+    <!-- 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"/>
+    <!-- This line defines which location on the map navit will show after startup.
+         It makes sense to set it to your home coordinates.
+         Center coordinates format:
+         [D][D]DMM.ss[S][S]... N/S [D][D]DMM.ss[S][S]... E/W 
+         [-][D]D.d[d]... [-][D][D]D.d[d]... 
+         [-]0xX [-]0xX -->
+
+    <navit center="4808 N 1134 E" zoom="256" tracking="1" cursor="1" orientation="-1" recent_dest="10">
+        <!-- Use one of gtk_drawing_area, qt_qpainter or sdl. For cegui, use opengl -->
+        <graphics type="gtk_drawing_area"/>
+        <!-- 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) and cegui.
+             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"/> -->
+       <!-- Normally it is sufficient to use -->
+        <!-- <gui type="internal" /> -->
+
+        <gui type="gtk" menubar="1" toolbar="1" statusbar="1"/>
+
+       <!-- 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="eta"/> 
+        <osd enabled="no" type="navigation_distance_to_target"/> 
+        <osd enabled="no" type="navigation"/> 
+        <osd enabled="no" type="navigation_distance_to_next"/> 
+        <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="no" type="button" x="0" y="0" command="gui.fullscreen()" src="toggle_fullscreen.xpm"/> 
+        <osd enabled="no" type="button" x="-96" y="0" command="gui.menu()" src="menu.xpm"/>
+        <osd enabled="no" type="button" x="-96" y="-96" command="zoom_in()" src="zoom_in.xpm"/>
+        <osd enabled="no" type="button" x="0" y="-96" command="zoom_out()" src="zoom_out.xpm"/> 
+
+        <vehicle name="Local GPS" profilename="car" enabled="yes" active="1" source="gpsd://localhost" gpsd_query="w+xj" color="#0000ff">
+            <!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -->
+            <!-- <log type="gpx" data="track_%Y%m%d-%i.gpx" flush_size="1000" flush_time="30"/> -->
+            <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>
+        </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" active="yes" source="demo://">
+            <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>
+        </vehicle>
+
+                               <!-- 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" flags="0x4000000" flags_forward_mask="0x4000002" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0">
+           <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved" speed="10" route_weight="10">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+            <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30">
+               <announcement level="0" distance_metric="50"/>
+               <announcement level="1" distance_metric="200"/>
+               <announcement level="2" distance_metric="500"/>
+           </roadprofile>
+            <roadprofile item_types="street_3_city" speed="40" route_weight="40">
+               <announcement level="0" distance_metric="50"/>
+               <announcement level="1" distance_metric="200"/>
+               <announcement level="2" distance_metric="500"/>
+           </roadprofile>
+            <roadprofile item_types="street_4_city" speed="50" route_weight="50">
+               <announcement level="0" distance_metric="50"/>
+               <announcement level="1" distance_metric="200"/>
+               <announcement level="2" distance_metric="500"/>
+           </roadprofile>
+            <roadprofile item_types="highway_city" speed="80" route_weight="80">
+               <announcement level="0" distance_metric="100"/>
+               <announcement level="1" distance_metric="400"/>
+               <announcement level="2" distance_metric="1000"/>
+           </roadprofile>
+            <roadprofile item_types="street_1_land" speed="60" route_weight="60">
+               <announcement level="0" distance_metric="100"/>
+               <announcement level="1" distance_metric="400"/>
+               <announcement level="2" distance_metric="1000"/>
+           </roadprofile>
+            <roadprofile item_types="street_2_land" speed="65" route_weight="65">
+               <announcement level="0" distance_metric="100"/>
+               <announcement level="1" distance_metric="400"/>
+               <announcement level="2" distance_metric="1000"/>
+           </roadprofile>
+            <roadprofile item_types="street_3_land" speed="70" route_weight="70">
+               <announcement level="0" distance_metric="100"/>
+               <announcement level="1" distance_metric="400"/>
+               <announcement level="2" distance_metric="1000"/>
+           </roadprofile>
+            <roadprofile item_types="street_4_land" speed="80" route_weight="80">
+               <announcement level="0" distance_metric="100"/>
+               <announcement level="1" distance_metric="400"/>
+               <announcement level="2" distance_metric="1000"/>
+           </roadprofile>
+            <roadprofile item_types="street_n_lanes" speed="120" route_weight="120">
+               <announcement level="0" distance_metric="300"/>
+               <announcement level="1" distance_metric="1000"/>
+               <announcement level="2" distance_metric="2000"/>
+           </roadprofile>
+            <roadprofile item_types="highway_land" speed="120" route_weight="120">
+               <announcement level="0" distance_metric="300"/>
+               <announcement level="1" distance_metric="1000"/>
+               <announcement level="2" distance_metric="2000"/>
+           </roadprofile>
+            <roadprofile item_types="ramp" speed="40" route_weight="40">
+               <announcement level="0" distance_metric="50"/>
+               <announcement level="1" distance_metric="200"/>
+               <announcement level="2" distance_metric="500"/>
+           </roadprofile>
+            <roadprofile item_types="roundabout" speed="10" route_weight="10"/>
+            <roadprofile item_types="ferry" speed="40" route_weight="40"/>
+       </vehicleprofile>
+
+       <vehicleprofile name="bike" flags="0x40000000" flags_forward_mask="0x40000000" flags_reverse_mask="0x40000000" maxspeed_handling="1" route_mode="0">
+           <roadprofile item_types="steps" speed="2" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="street_pedestrian,footway" speed="5" route_weight="10">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="path,track_ground" speed="12" route_weight="12">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="track_gravelled" speed="17" route_weight="15">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <!-- 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">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <!-- residential, unclassified, living street etc. -->
+           <roadprofile item_types="street_0,street_1_city,living_street" speed="20" route_weight="15">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <!-- 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">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <!-- secondary etc. are acceptable when necessary -->
+           <roadprofile item_types="street_3_city" speed="22" route_weight="10">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <!-- primary, trunk etc. should be avoided -->
+           <roadprofile item_types="street_4_city,ramp" speed="22" route_weight="7">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <!-- Those types do not appear in osm2navit.c and therefore are not used ATM -->
+      <roadprofile item_types="street_3_land,street_4_land" speed="20" route_weight="7">
+               <announcement level="0" distance_metric="100"/>
+               <announcement level="1" distance_metric="400"/>
+               <announcement level="2" distance_metric="1000"/>
+           </roadprofile>
+            <roadprofile item_types="roundabout" speed="20" route_weight="10"/>
+            <roadprofile item_types="ferry" speed="40" route_weight="40"/>
+       </vehicleprofile>
+
+       <vehicleprofile name="pedestrian" flags="0x20000000" flags_forward_mask="0x20000000" flags_reverse_mask="0x20000000" maxspeed_handling="1" route_mode="0">
+           <roadprofile item_types="footway,bridleway,path" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="track_gravelled" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="track_paved" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="cycleway" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="street_3_city,street_4_city,street_service" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+            <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="100"/>
+               <announcement level="1" distance_metric="400"/>
+               <announcement level="2" distance_metric="1000"/>
+           </roadprofile>
+            <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="100"/>
+               <announcement level="1" distance_metric="400"/>
+               <announcement level="2" distance_metric="1000"/>
+           </roadprofile>
+            <roadprofile item_types="roundabout" speed="5" route_weight="5"/>
+            <roadprofile item_types="ferry" speed="40" route_weight="40"/>
+       </vehicleprofile>
+       <vehicleprofile name="horse" flags="0x80000000" flags_forward_mask="0x80000000" flags_reverse_mask="0x80000000" maxspeed_handling="1" route_mode="0">
+           <roadprofile item_types="bridleway" speed="10" route_weight="10">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="footway,path" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="4">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="track_gravelled" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="track_paved" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="cycleway" speed="5" route_weight="5">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="2">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+           <roadprofile item_types="street_3_city,street_4_city,street_service" speed="5" route_weight="4">
+               <announcement level="0" distance_metric="25"/>
+               <announcement level="1" distance_metric="100"/>
+               <announcement level="2" distance_metric="200"/>
+           </roadprofile>
+            <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="2">
+               <announcement level="0" distance_metric="100"/>
+               <announcement level="1" distance_metric="400"/>
+               <announcement level="2" distance_metric="1000"/>
+           </roadprofile>
+            <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="4">
+               <announcement level="0" distance_metric="100"/>
+               <announcement level="1" distance_metric="400"/>
+               <announcement level="2" distance_metric="1000"/>
+           </roadprofile>
+            <roadprofile item_types="roundabout" speed="5" route_weight="2"/>
+            <roadprofile item_types="ferry" speed="40" route_weight="40"/>
+       </vehicleprofile>
+
+        <route destination_distance="50"/>
+
+        <navigation>
+            <announce type="street_0,street_1_city" 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="flite -t '%s'"/> -->
+
+        <!-- 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="yes">
+            <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 garmin maps -->
+        <mapset enabled="no">
+            <map type="garmin" enabled="yes" data="/path/to/img" debug="4"/>
+        </mapset>
+
+        <layout name="Car" color="#ffefb7" font="Liberation Sans">
+            <layer name="polygons">
+                <itemgra item_types="image" order="0-">
+                    <image/>
+                </itemgra>
+                <itemgra item_types="poly_wood" order="0-">
+                    <polygon color="#8ec78d"/>
+                    <text text_size="5"/>
+                </itemgra>
+                <itemgra item_types="poly_farm" order="0-">
+                    <polygon color="#c7f1a3"/>
+                    <polyline color="#79c691"/>
+                    <text text_size="5"/>
+                </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" 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="0-">
+                    <polygon color="#4af04f"/>
+                </itemgra>
+                <itemgra item_types="poly_industry,poly_place" order="0-">
+                    <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="1-">
+                    <polygon color="#bde3cb"/>
+                </itemgra>
+                <itemgra item_types="poly_car_parking" order="1-">
+                    <polygon color="#e7cf87"/>
+                </itemgra>
+                <itemgra item_types="poly_building" order="0-">
+                    <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="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="#ffffff" width="4" dash="4,8"/>
+                    <polyline color="#800000" width="2" dash="4,8"/>
+                </itemgra>
+                <itemgra item_types="track_gravelled" order="15-16">
+                    <polyline color="#ffffff" width="5" dash="5,10"/>
+                    <polyline color="#800000" width="3" dash="5,10"/>
+                </itemgra>
+                <itemgra item_types="track_gravelled" order="17-">
+                    <polyline color="#ffffff" width="7" dash="7,15"/>
+                    <polyline color="#800000" width="5" 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="#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" dash="4,8" offset="6"/>
+                    <polyline color="#0000ff" width="2" dash="4,8" offset="6"/>
+                </itemgra>
+                <itemgra item_types="piste_nordic" order="15-16">
+                    <polyline color="#ffffff" width="5" dash="5,10" offset="7"/>
+                    <polyline color="#0000ff" width="3" dash="5,10" offset="7"/>
+                </itemgra>
+                <itemgra item_types="piste_nordic" order="17-">
+                    <polyline color="#ffffff" width="7" dash="7,15" offset="10"/>
+                    <polyline color="#0000ff" width="5" 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" dash="4,8"/>
+                    <polyline color="#ff0000" width="2" dash="4,20"/>
+                    <polyline color="#0000ff" width="2" dash="4,20" offset="12"/>
+                </itemgra>
+                <itemgra item_types="footway_and_piste_nordic" order="15-16">
+                    <polyline color="#ffffff" width="5" dash="5,10"/>
+                    <polyline color="#ff0000" width="3" dash="5,25"/>
+                    <polyline color="#0000ff" width="3" dash="5,25" offset="15"/>
+                </itemgra>
+                <itemgra item_types="footway_and_piste_nordic" order="17-">
+                    <polyline color="#ffffff" width="7" dash="7,15"/>
+                    <polyline color="#ff0000" width="5" dash="7,37"/>
+                    <polyline color="#0000ff" width="5" 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" dash="4,8"/>
+                    <polyline color="#ff0000" width="2" dash="4,8"/>
+                </itemgra>
+                <itemgra item_types="footway" order="15-16">
+                    <polyline color="#ffffff" width="5" dash="5,10"/>
+                    <polyline color="#ff0000" width="3" dash="5,10"/>
+                </itemgra>
+                <itemgra item_types="footway" order="17-">
+                    <polyline color="#ffffff" width="7" dash="7,15"/>
+                    <polyline color="#ff0000" width="5" dash="7,15"/>
+                </itemgra>
+                <itemgra item_types="steps" order="10-">
+                    <polyline color="#000000" width="1"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="10">
+                    <polyline color="#d2d2d2" width="3"/>
+                    <polyline color="#dddddd" width="1"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="11">
+                    <polyline color="#d2d2d2" width="5"/>
+                    <polyline color="#dddddd" width="3"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="12">
+                    <polyline color="#d2d2d2" width="8"/>
+                    <polyline color="#dddddd" width="6"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="13">
+                    <polyline color="#d2d2d2" width="9"/>
+                    <polyline color="#dddddd" width="7"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="14">
+                    <polyline color="#d2d2d2" width="13"/>
+                    <polyline color="#dddddd" width="9"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="15">
+                    <polyline color="#d2d2d2" width="18"/>
+                    <polyline color="#dddddd" width="14"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="16">
+                    <polyline color="#d2d2d2" width="21"/>
+                    <polyline color="#dddddd" width="17"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="17">
+                    <polyline color="#d2d2d2" width="25"/>
+                    <polyline color="#dddddd" width="21"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" 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" 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="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="12-">
+                    <circle color="#000000" radius="3" text_size="7"/>
+                </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" 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>
+                <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="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>
+            </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_none" order="0-">
+                    <icon src="unknown.xpm"/>
+                </itemgra>
+                <itemgra item_types="announcement" order="7-">
+                    <icon src="gui_sound_32_32.png"/>
+                    <circle color="#FF089C" radius="10" text_size="7"/>
+                </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 Symbols">
+                <itemgra item_types="mini_roundabout" order="12-">
+                    <icon src="mini_roundabout.xpm"/>
+                </itemgra>
+                <itemgra item_types="turning_circle" order="12-">
+                    <icon src="mini_roundabout.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_airport" order="5-">
+                    <icon src="airport.png"/>
+                </itemgra>
+                <itemgra item_types="town_ghost" order="10-">
+                    <icon src="ghost_town.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_hotel" order="12-">
+                    <icon src="hotel.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_car_parking" order="11-">
+                    <icon src="parking.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_car_dealer_parts" order="12-">
+                    <icon src="car_dealer.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_fuel" order="12-">
+                    <icon src="fuel.png"/>
+                </itemgra>
+                <itemgra item_types="poi_shopping" order="12-">
+                    <icon src="shopping.png"/>
+                </itemgra>
+                <itemgra item_types="poi_attraction" order="11-">
+                    <icon src="attraction.png"/>
+                </itemgra>
+                <itemgra item_types="poi_cafe" order="12-">
+                    <icon src="cafe.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bar" order="12-">
+                    <icon src="bar.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bridge" order="12-">
+                    <icon src="bridge.xpm"/>
+                </itemgra>
+                <itemgra item_types="highway_exit" order="11-">
+                    <icon src="exit.png"/>
+                </itemgra>
+                <itemgra item_types="poi_camp_rv" order="12-">
+                    <icon src="camping.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_museum_history" order="12-">
+                    <icon src="museum.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_hospital" order="12-">
+                    <icon src="hospital.png"/>
+                </itemgra>
+                <itemgra item_types="poi_dining" order="12-">
+                    <icon src="dining.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_fastfood" order="12-">
+                    <icon src="fastfood.png"/>
+                </itemgra>
+                <itemgra item_types="poi_police" order="12-">
+                    <icon src="police.png"/>
+                </itemgra>
+                <itemgra item_types="poi_auto_club" order="12-">
+                    <icon src="auto_club.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_autoservice" order="12-">
+                    <icon src="car_dealer.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bank" order="12-">
+                    <icon src="bank.png"/>
+                </itemgra>
+                <itemgra item_types="poi_bay" order="12-">
+                    <icon src="bay.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bend" order="12-">
+                    <icon src="bend.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_boat_ramp" order="12-">
+                    <icon src="boat_ramp.png"/>
+                </itemgra>
+                <itemgra item_types="poi_border_station" order="12-">
+                    <icon src="border_station.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bowling" order="12-">
+                    <icon src="bowling.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bus_station" order="11-">
+                    <icon src="bus.png"/>
+                </itemgra>
+                <itemgra item_types="poi_bus_stop" order="12-">
+                    <icon src="bus.png"/>
+                </itemgra>
+                <itemgra item_types="poi_bussines_service" order="12-">
+                    <icon src="bussines_service.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_car_rent" order="12-">
+                    <icon src="car_rent.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_car_wash" order="12-">
+                    <icon src="car_wash.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_casino" order="12-">
+                    <icon src="casino.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_cemetery" order="12-">
+                    <icon src="cemetery.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_church" order="11-">
+                    <icon src="church.png"/>
+                </itemgra>
+                <itemgra item_types="poi_cinema" order="12-">
+                    <icon src="cinema.png"/>
+                </itemgra>
+                <itemgra item_types="poi_civil" order="12-">
+                    <icon src="civil.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_communication" order="12-">
+                    <icon src="communication.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_concert" order="12-">
+                    <icon src="concert.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_cove" order="12-">
+                    <icon src="cove.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_crossing" order="12-">
+                    <icon src="crossing.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_dam" order="12-">
+                    <icon src="dam.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_danger_area" order="12-">
+                    <icon src="danger_area.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_dangerous" order="12-">
+                    <icon src="dangerous.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_daymark" order="12-">
+                    <icon src="daymark.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_diving" order="12-">
+                    <icon src="diving.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_drinking_water" order="13-">
+                    <icon src="drinking_water.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_emergency" order="12-">
+                    <icon src="emergency.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_fair" order="12-">
+                    <icon src="fair.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_firebrigade" order="12-">
+                    <icon src="firebrigade.png"/>
+                </itemgra>
+                <itemgra item_types="poi_fish" order="9-">
+                    <icon src="fish.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_forbiden_area" order="12-">
+                    <icon src="forbiden_area.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_garmin" order="15-">
+                    <icon src="garmin.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_golf" order="12-">
+                    <icon src="golf.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_goverment_building" order="12-">
+                    <icon src="goverment_building.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_height" order="12-">
+                    <icon src="height.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_heliport" order="8-">
+                    <icon src="heliport.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_hotspring" order="12-">
+                    <icon src="hotspring.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_icesport" order="12-">
+                    <icon src="icesport.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_information" order="12-">
+                    <icon src="information.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_justice" order="12-">
+                    <icon src="justice.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_landmark" order="11-">
+                    <icon src="landmark.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_levee" order="12-">
+                    <icon src="levee.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_level_crossing" order="11-">
+                    <icon src="level_crossing.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_library" order="12-">
+                    <icon src="library.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_locale" order="12-">
+                    <icon src="locale.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_loudspeaker" order="12-">
+                    <icon src="loudspeaker.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_mall" order="12-">
+                    <icon src="mall.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_manmade_feature" order="12-">
+                    <icon src="manmade_feature.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_marine" order="12-">
+                    <icon src="marine.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_marine_type" order="12-">
+                    <icon src="marine_type.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_mark" order="12-">
+                    <icon src="mark.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_military" order="11-">
+                    <icon src="military.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_mine" order="12-">
+                    <icon src="mine.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_nondangerous" order="12-">
+                    <icon src="nondangerous.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_oil_field" order="12-">
+                    <icon src="oil_field.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_peak" order="7-">
+                    <icon src="peak.png"/>
+                </itemgra>
+                <itemgra item_types="poi_personal_service" order="12-">
+                    <icon src="personal_service.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_pharmacy" order="12-">
+                    <icon src="pharmacy.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_post" order="13-">
+                    <icon src="post.png"/>
+                </itemgra>
+                <itemgra item_types="poi_public_office" order="12-">
+                    <icon src="public_office.xpm"/>
+                </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.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_resort" order="12-">
+                    <icon src="resort.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_restaurant" order="12-">
+                    <icon src="restaurant.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_restricted_area" order="12-">
+                    <icon src="restricted_area.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_rest_room" order="13-">
+                    <icon src="rest_room.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_restroom" order="13-">
+                    <icon src="restroom.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_sailing" order="12-">
+                    <icon src="sailing.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_scenic_area" order="12-">
+                    <icon src="scenic_area.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_school" order="12-">
+                    <icon src="school.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_service" order="12-">
+                    <icon src="service.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_apparel" order="12-">
+                    <icon src="shop_apparel.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_computer" order="12-">
+                    <icon src="shop_computer.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_department" order="12-">
+                    <icon src="shop_department.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_furnish" order="12-">
+                    <icon src="shop_furnish.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_grocery" order="12-">
+                    <icon src="shop_grocery.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_handg" order="12-">
+                    <icon src="shop_handg.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_merchandise" order="12-">
+                    <icon src="shop_merchandise.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_retail" order="12-">
+                    <icon src="shop_retail.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shower" order="13-">
+                    <icon src="shower.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_skiing" order="11-">
+                    <icon src="skiing.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_social_service" order="12-">
+                    <icon src="social_service.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_sounding" order="12-">
+                    <icon src="sounding.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_sport" order="12-">
+                    <icon src="sport.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_stadium" order="11-">
+                    <icon src="stadium.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_subdivision" order="12-">
+                    <icon src="subdivision.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_swimming" order="12-">
+                    <icon src="swimming.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_telephone" order="13-">
+                    <icon src="telephone.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_theater" order="12-">
+                    <icon src="theater.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_tide" order="12-">
+                    <icon src="tide.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_tower" order="13-">
+                    <icon src="tower.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_townhall" order="12-">
+                    <icon src="townhall.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_trail" order="12-">
+                    <icon src="trail.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_truck_stop" order="12-">
+                    <icon src="truck_stop.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_tunnel" order="12-">
+                    <icon src="tunnel.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_wine" order="12-">
+                    <icon src="wine.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_worship" order="8-">
+                    <icon src="worship.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_wrecker" order="12-">
+                    <icon src="wrecker.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_zoo" order="9-">
+                    <icon src="zoo.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_picnic" order="12-">
+                    <icon src="picnic.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_multi" order="12-">
+                    <icon src="gc_multi.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_tradi" order="12-">
+                    <icon src="gc_tradi.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_event" order="12-">
+                    <icon src="gc_event.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_mystery" order="12-">
+                    <icon src="gc_mystery.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_question" order="12-">
+                    <icon src="gc_question.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_stages" order="12-">
+                    <icon src="gc_stages.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_reference" order="12-">
+                    <icon src="gc_reference.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_webcam" order="12-">
+                    <icon src="gc_webcam.xpm"/>
+                </itemgra>
+                <itemgra item_types="traffic_signals" order="13-">
+                    <icon src="traffic_signals.png"/>
+                </itemgra>
+                <itemgra item_types="poi_wifi" order="13-">
+                    <icon src="wifi.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_image" order="12-">
+                    <image/>
+                </itemgra>
+                <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bicyle layout. -->
+                <itemgra item_types="poi_bench" order="13-">
+                    <icon src="bench.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_biergarten" order="12-">
+                    <icon src="biergarten.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_boundary_stone" order="13-">
+                    <icon src="boundary_stone.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_castle" order="11-">
+                    <icon src="castle.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_ruins" order="11-">
+                    <icon src="ruins.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_hunting_stand" order="12-">
+                    <icon src="hunting_stand.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_memorial" order="12-">
+                    <icon src="memorial.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_monument" order="12-">
+                    <icon src="memorial.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shelter" order="11-">
+                    <icon src="shelter.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_fountain" order="13-">
+                    <icon src="fountain.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_potable_water" order="13-">
+                    <icon src="potable_water.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_toilets" order="12-">
+                    <icon src="toilets.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_viewpoint" order="10-">
+                    <icon src="viewpoint.xpm"/>
+                </itemgra>
+                <itemgra item_types="tec_common" order="11-">
+                    <icon src="tec_common.png" w="24" h="24"/>
+                </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,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_bus_station,poi_bus_stop,poi_bussines_service,poi_car_rent,poi_church,poi_cinema,poi_concert,poi_drinkingwater,poi_emergency,poi_fair,poi_fish,poi_goverment_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poimarine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post,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" order="14-">
+                    <circle color="#606060" radius="0" width="0" text_size="10"/>
+                </itemgra>
+            </layer>
+        </layout>
+
+        <layout name="Car-dark" color="#011001">
+            <layer name="polygons">
+                <itemgra item_types="image" order="0-">
+                    <image/>
+                </itemgra>
+                <itemgra item_types="poly_wood" order="0-">
+                    <polygon color="#041a06"/>
+                    <text text_size="5"/>
+                </itemgra>
+                <itemgra item_types="poly_farm" order="0-">
+                    <polygon color="#041a06"/>
+                    <text text_size="5"/>
+                </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 text_size="5"/>
+                </itemgra>
+                <itemgra item_types="poly_land" order="0-">
+                    <polygon color="#011001"/>
+                    <text text_size="5"/>
+                </itemgra>
+                <itemgra item_types="poly_park" order="0-">
+                    <polygon color="#041a06"/>
+                    <text 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 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 text_size="5"/>
+                </itemgra>
+                <itemgra item_types="water_river" order="8-9">
+                    <polyline color="#010321" width="4"/>
+                    <text text_size="7"/>
+                </itemgra>
+                <itemgra item_types="water_river" order="10-">
+                    <polyline color="#010321" width="4"/>
+                    <text 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 text_size="5"/>
+                </itemgra>
+                <itemgra item_types="water_canal" order="8-9">
+                    <polyline color="#010321" width="3"/>
+                    <text text_size="7"/>
+                </itemgra>
+                <itemgra item_types="water_canal" order="10-">
+                    <polyline color="#010321" width="3"/>
+                    <text 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 text_size="7"/>
+                </itemgra>
+                <itemgra item_types="water_drain" order="10-">
+                    <polyline color="#010321" width="1"/>
+                    <text 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="2"/>
+                </itemgra>
+                <itemgra item_types="rail" order="9-">
+                    <polyline color="#282828" width="3"/>
+                    <polyline color="#3d3d3d" dash="1,5" width="2"/>
+                </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" dash="4,8"/>
+                    <polyline color="#800000" width="2" dash="4,8"/>
+                </itemgra>
+                <itemgra item_types="track_gravelled" order="15-16">
+                    <polyline color="#3d3d3d" width="5" dash="5,10"/>
+                    <polyline color="#800000" width="3" dash="5,10"/>
+                </itemgra>
+                <itemgra item_types="track_gravelled" order="17-">
+                    <polyline color="#3d3d3d" width="7" dash="7,15"/>
+                    <polyline color="#800000" width="5" 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" dash="4,8"/>
+                </itemgra>
+                <itemgra item_types="piste_nordic" order="15-16">
+                    <polyline color="#0000ff" width="3" dash="5,10"/>
+                </itemgra>
+                <itemgra item_types="piste_nordic" order="17-">
+                    <polyline color="#0000ff" width="5" 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" dash="4,8"/>
+                </itemgra>
+                <itemgra item_types="footway" order="15-16">
+                    <polyline color="#4e0000" width="3" dash="5,10"/>
+                </itemgra>
+                <itemgra item_types="footway" order="17-">
+                    <polyline color="#4e0000" width="5" 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" order="10">
+                    <polyline color="#1e0728" width="1"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="11">
+                    <polyline color="#1e0728" width="5"/>
+                    <polyline color="#202020" width="2"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="12">
+                    <polyline color="#1e0728" width="8"/>
+                    <polyline color="#202020" width="3"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="13">
+                    <polyline color="#1e0728" width="9"/>
+                    <polyline color="#202020" width="4"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="14">
+                    <polyline color="#1e0728" width="13"/>
+                    <polyline color="#202020" width="7"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="15">
+                    <polyline color="#1e0728" width="18"/>
+                    <polyline color="#202020" width="10"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="16">
+                    <polyline color="#1e0728" width="21"/>
+                    <polyline color="#202020" width="13"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" order="17">
+                    <polyline color="#1e0728" width="25"/>
+                    <polyline color="#202020" width="17"/>
+                </itemgra>
+                <itemgra item_types="street_pedestrian" 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="#000000" radius="3" text_size="7"/>
+                </itemgra>
+                <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="10-18">
+                    <text text_size="8" color="#55c4bd"/>
+                </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"/>
+                </itemgra>
+                <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18">
+                    <text text_size="9" color="#55c4bd"/>
+                </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" radius="3" text_size="7"/>
+                </itemgra>
+                <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="11-">
+                    <circle color="#55c4bd" radius="3" text_size="7"/>
+                </itemgra>
+                <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3" order="10-">
+                    <circle color="#55c4bd" radius="3" text_size="7"/>
+                </itemgra>
+                <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
+                    <circle color="#55c4bd" radius="3" text_size="7"/>
+                </itemgra>
+                <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="8-">
+                    <circle color="#55c4bd" radius="3" text_size="7"/>
+                </itemgra>
+                <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="6-">
+                    <circle color="#55c4bd" radius="3" text_size="10"/>
+                </itemgra>
+                <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="4-">
+                    <circle color="#55c4bd" radius="3" text_size="10"/>
+                </itemgra>
+                <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
+                    <circle color="#55c4bd" radius="3" text_size="15"/>
+                </itemgra>
+                <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="2-">
+                    <circle color="#55c4bd" radius="3" text_size="15"/>
+                </itemgra>
+                <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
+                    <circle color="#55c4bd" radius="3" text_size="15"/>
+                </itemgra>
+            </layer>
+            <layer name="points">
+                <itemgra item_types="mini_roundabout" order="12-">
+                    <icon src="mini_roundabout.xpm"/>
+                </itemgra>
+                <itemgra item_types="turning_circle" order="12-">
+                    <icon src="mini_roundabout.xpm"/>
+                </itemgra>
+                <itemgra item_types="track" order="3-">
+                    <polyline color="#3f3f3f" width="1"/>
+                </itemgra>
+                <itemgra item_types="poi_airport" order="5-">
+                    <icon src="airport.png"/>
+                </itemgra>
+                <itemgra item_types="town_ghost" order="0-">
+                    <icon src="ghost_town.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_hotel" order="12-">
+                    <icon src="hotel.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_car_parking" order="11-">
+                    <icon src="parking.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_car_dealer_parts" order="0-">
+                    <icon src="car_dealer.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_fuel" order="10-">
+                    <icon src="fuel.png"/>
+                </itemgra>
+                <itemgra item_types="poi_shopping" order="10-">
+                    <icon src="shopping.png"/>
+                </itemgra>
+                <itemgra item_types="poi_attraction" order="8-">
+                    <icon src="attraction.png"/>
+                </itemgra>
+                <itemgra item_types="poi_cafe" order="12-">
+                    <icon src="cafe.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bar" order="12-">
+                    <icon src="bar.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bridge" order="0-">
+                    <icon src="bridge.xpm"/>
+                </itemgra>
+                <itemgra item_types="highway_exit" order="11-">
+                    <icon src="exit.png"/>
+                </itemgra>
+                <itemgra item_types="poi_camp_rv" order="9-">
+                    <icon src="camping.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_museum_history" order="12-">
+                    <icon src="museum.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_hospital" order="12-">
+                    <icon src="hospital.png"/>
+                </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="dining.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_fastfood" order="12-">
+                    <icon src="fastfood.png"/>
+                </itemgra>
+                <itemgra item_types="poi_police" order="12-">
+                    <icon src="police.png"/>
+                </itemgra>
+                <itemgra item_types="poi_auto_club" order="0-">
+                    <icon src="auto_club.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_autoservice" order="0-">
+                    <icon src="autoservice.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bank" order="12-">
+                    <icon src="bank.png"/>
+                </itemgra>
+                <itemgra item_types="poi_bay" order="0-">
+                    <icon src="bay.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bend" order="0-">
+                    <icon src="bend.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_boat_ramp" order="12-">
+                    <icon src="boat_ramp.png"/>
+                </itemgra>
+                <itemgra item_types="poi_border_station" order="0-">
+                    <icon src="border_station.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bowling" order="0-">
+                    <icon src="bowling.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_bus_station" order="12-">
+                    <icon src="bus.png"/>
+                </itemgra>
+                <itemgra item_types="poi_bus_stop" order="12-">
+                    <icon src="bus.png"/>
+                </itemgra>
+                <itemgra item_types="poi_bussines_service" order="0-">
+                    <icon src="bussines_service.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_car_rent" order="11-">
+                    <icon src="car_rent.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_car_wash" order="12-">
+                    <icon src="car_wash.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_casino" order="11-">
+                    <icon src="casino.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_cemetery" order="11-">
+                    <icon src="cemetery.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_church" order="11-">
+                    <icon src="church.png"/>
+                </itemgra>
+                <itemgra item_types="poi_cinema" order="12-">
+                    <icon src="cinema.png"/>
+                </itemgra>
+                <itemgra item_types="poi_civil" order="0-">
+                    <icon src="civil.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_communication" order="0-">
+                    <icon src="communication.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_concert" order="0-">
+                    <icon src="concert.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_cove" order="0-">
+                    <icon src="cove.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_crossing" order="0-">
+                    <icon src="crossing.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_dam" order="0-">
+                    <icon src="dam.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_danger_area" order="0-">
+                    <icon src="danger_area.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_dangerous" order="0-">
+                    <icon src="dangerous.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_daymark" order="0-">
+                    <icon src="daymark.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_diving" order="0-">
+                    <icon src="diving.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_drinking_water" order="0-">
+                    <icon src="drinking_water.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_emergency" order="0-">
+                    <icon src="emergency.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_fair" order="0-">
+                    <icon src="fair.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_firebrigade" order="12-">
+                    <icon src="firebrigade.png"/>
+                </itemgra>
+                <itemgra item_types="poi_fish" order="0-">
+                    <icon src="fish.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_forbiden_area" order="0-">
+                    <icon src="forbiden_area.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_garmin" order="0-">
+                    <icon src="garmin.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_golf" order="12-">
+                    <icon src="golf.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_goverment_building" order="0-">
+                    <icon src="goverment_building.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_height" order="0-">
+                    <icon src="height.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_heliport" order="7-">
+                    <icon src="heliport.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_hotspring" order="0-">
+                    <icon src="hotspring.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_icesport" order="0-">
+                    <icon src="icesport.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_information" order="12-">
+                    <icon src="information.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_justice" order="10-">
+                    <icon src="justice.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_landmark" order="0-">
+                    <icon src="landmark.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_levee" order="0-">
+                    <icon src="levee.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_level_crossing" order="11-">
+                    <icon src="level_crossing.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_library" order="12-">
+                    <icon src="library.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_locale" order="0-">
+                    <icon src="locale.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_loudspeaker" order="0-">
+                    <icon src="loudspeaker.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_mall" order="0-">
+                    <icon src="mall.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_manmade_feature" order="0-">
+                    <icon src="manmade_feature.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_marine" order="0-">
+                    <icon src="marine.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_marine_type" order="0-">
+                    <icon src="marine_type.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_mark" order="0-">
+                    <icon src="mark.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_military" order="0-">
+                    <icon src="military.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_mine" order="0-">
+                    <icon src="mine.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_nondangerous" order="0-">
+                    <icon src="nondangerous.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_oil_field" order="0-">
+                    <icon src="oil_field.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_peak" order="6-">
+                    <icon src="peak.png"/>
+                </itemgra>
+                <itemgra item_types="poi_personal_service" order="0-">
+                    <icon src="personal_service.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_pharmacy" order="12-">
+                    <icon src="pharmacy.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_post" order="13-">
+                    <icon src="post.png"/>
+                </itemgra>
+                <itemgra item_types="poi_public_office" order="0-">
+                    <icon src="public_office.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_rail_halt" order="10-">
+                    <circle color="#000000" radius="3" width="3"/>
+                    <circle color="#3d3d3d" 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" radius="6" width="2" text_size="8"/>
+                </itemgra>
+                <itemgra item_types="poi_rail_tram_stop" order="10-11">
+                    <circle color="#3d3d3d" radius="2" width="2"/>
+                </itemgra>
+                <itemgra item_types="poi_rail_tram_stop" order="12-">
+                    <circle color="#000000" radius="3" width="3"/>
+                    <circle color="#3d3d3d" radius="6" width="2" text_size="8"/>
+                </itemgra>
+                <itemgra item_types="poi_repair_service" order="0-">
+                    <icon src="repair_service.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_resort" order="0-">
+                    <icon src="resort.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_rest_room" order="13-">
+                    <icon src="rest_room.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_restaurant" order="12-">
+                    <icon src="restaurant.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_restricted_area" order="0-">
+                    <icon src="restricted_area.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_restroom" order="13-">
+                    <icon src="restroom.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_sailing" order="0-">
+                    <icon src="sailing.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_scenic_area" order="0-">
+                    <icon src="scenic_area.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_school" order="12-">
+                    <icon src="school.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_service" order="0-">
+                    <icon src="service.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_apparel" order="0-">
+                    <icon src="shop_apparel.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_computer" order="0-">
+                    <icon src="shop_computer.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_department" order="0-">
+                    <icon src="shop_department.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_furnish" order="0-">
+                    <icon src="shop_furnish.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_grocery" order="0-">
+                    <icon src="shop_grocery.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_handg" order="0-">
+                    <icon src="shop_handg.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_merchandise" order="0-">
+                    <icon src="shop_merchandise.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shop_retail" order="0-">
+                    <icon src="shop_retail.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shower" order="0-">
+                    <icon src="shower.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_skiing" order="12-">
+                    <icon src="skiing.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_social_service" order="0-">
+                    <icon src="social_service.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_sounding" order="0-">
+                    <icon src="sounding.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_sport" order="12-">
+                    <icon src="sport.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_stadium" order="0-">
+                    <icon src="stadium.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_subdivision" order="0-">
+                    <icon src="subdivision.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_swimming" order="12-">
+                    <icon src="swimming.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_telephone" order="13-">
+                    <icon src="telephone.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_theater" order="12-">
+                    <icon src="theater.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_tide" order="0-">
+                    <icon src="tide.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_tower" order="13-">
+                    <icon src="tower.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_townhall" order="12-">
+                    <icon src="townhall.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_trail" order="0-">
+                    <icon src="trail.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_truck_stop" order="0-">
+                    <icon src="truck_stop.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_tunnel" order="0-">
+                    <icon src="tunnel.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_wifi" order="11-">
+                    <icon src="wifi.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_wine" order="0-">
+                    <icon src="wine.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_worship" order="0-">
+                    <icon src="worship.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_wrecker" order="0-">
+                    <icon src="wrecker.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_zoo" order="10-">
+                    <icon src="zoo.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_picnic" order="11-">
+                    <icon src="picnic.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_multi" order="0-">
+                    <icon src="gc_multi.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_tradi" order="0-">
+                    <icon src="gc_tradi.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_event" order="0-">
+                    <icon src="gc_event.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_mystery" order="0-">
+                    <icon src="gc_mystery.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_question" order="0-">
+                    <icon src="gc_question.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_stages" order="0-">
+                    <icon src="gc_stages.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_reference" order="0-">
+                    <icon src="gc_reference.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_gc_webcam" order="0-">
+                    <icon src="gc_webcam.xpm"/>
+                </itemgra>
+                <itemgra item_types="traffic_signals" order="13-">
+                    <icon src="traffic_signals.png"/>
+                </itemgra>
+                <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-">
+                    <polygon color="#041a06"/>
+                    <text text_size="5"/>
+                </itemgra>
+                <itemgra item_types="poi_image" order="0-">
+                    <image/>
+                </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" text_size="7"/>
+                </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="13-">
+                    <icon src="bench.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_biergarten" order="12-">
+                    <icon src="biergarten.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_boundary_stone" order="13-">
+                    <icon src="boundary_stone.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_castle" order="12-">
+                    <icon src="castle.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_hunting_stand" order="13-">
+                    <icon src="hunting_stand.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_memorial" order="12-">
+                    <icon src="memorial.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_monument" order="12-">
+                    <icon src="memorial.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_shelter" order="10-">
+                    <icon src="shelter.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_fountain" order="12-">
+                    <icon src="fountain.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_potable_water" order="12-">
+                    <icon src="potable_water.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_toilets" order="12-">
+                    <icon src="toilets.xpm"/>
+                </itemgra>
+                <itemgra item_types="poi_viewpoint" order="12-">
+                    <icon src="viewpoint.xpm"/>
+                </itemgra>
+                <itemgra item_types="tec_common" order="11-">
+                    <icon src="tec_common.png" w="24" h="24"/>
+                </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,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_bus_station,poi_bus_stop,poi_bussines_service,poi_car_rent,poi_church,poi_cinema,poi_concert,poi_drinkingwater,poi_emergency,poi_fair,poi_fish,poi_goverment_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poimarine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post,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" order="14-">
+                    <circle color="#606060" radius="0" width="0" text_size="10"/>
+                </itemgra>
+            </layer>
+        </layout>
+        <layout name="Bike" color="#ffefb7" font="Liberation Sans">
+            <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="sport_poly,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="industry_poly,building_poly,place_poly,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_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" dash="3,2,1,3" width="3"/>
+                </itemgra>
+                <itemgra item_types="border_country" order="0-5">
+                    <polyline color="#778899" dash="3,2,1,3" width="2"/>
+                </itemgra>
+                <itemgra item_types="border_state" order="6-11">
+                    <polyline color="#778899" dash="6,6,1,6" width="3"/>
+                </itemgra>
+                <itemgra item_types="border_country" order="6-11">
+                    <polyline color="#778899" dash="6,6,1,6" width="2"/>
+                </itemgra>
+                <itemgra item_types="border_state" order="12-20">
+                    <polyline color="#778899" dash="10,10,2,10" width="3"/>
+                </itemgra>
+                <itemgra item_types="border_country" order="12-20">
+                    <polyline color="#778899" dash="10,10,2,10" width="2"/>
+                </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" dash="6,6"/>
+                    <polyline color="#fefefe" width="1" dash="6,6"/>
+                </itemgra>
+                <itemgra item_types="track_grass" order="12-">
+                    <polyline color="#fefefe" width="2" 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" dash="2,4"/>
+                </itemgra>
+                <itemgra item_types="hiking" order="11-">
+                    <polyline color="#8b4513" width="2" dash="4,4"/>
+                </itemgra>
+                <itemgra item_types="hiking_mountain" order="11-">
+                    <polyline color="#8b4513" width="2" dash="6,4"/>
+                </itemgra>
+                <itemgra item_types="hiking_mountain_demanding" order="13-">
+                    <polyline color="#8b4513" width="2" 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="2"/>
+                </itemgra>
+                <itemgra item_types="rail_narrow_gauge" order="6-9">
+                    <polyline color="#696969" width="4"/>
+                    <polyline color="#FFFFFF" dash="2,5" width="2"/>
+                </itemgra>
+                <itemgra item_types="rail" order="10-13">
+                    <polyline color="#696969" width="6"/>
+                    <polyline color="#FFFFFF" dash="3,8" width="3"/>
+                </itemgra>
+                <itemgra item_types="rail_narrow_gauge" order="10-13">
+                    <polyline color="#696969" width="6"/>
+                    <polyline color="#FFFFFF" dash="3,8" width="3"/>
+                </itemgra>
+                <itemgra item_types="rail" order="14-18">
+                    <polyline color="#696969" width="8"/>
+                    <polyline color="#FFFFFF" dash="4,12" width="5"/>
+                </itemgra>
+                <itemgra item_types="rail_narrow_gauge" order="14-18">
+                    <polyline color="#696969" width="8"/>
+                    <polyline color="#FFFFFF" dash="4,12" width="5"/>
+                </itemgra>
+                <itemgra item_types="rail_light" order="10-13">
+                    <polyline color="#696969" width="4"/>
+                    <polyline color="#FFFFFF" dash="2,5" width="2"/>
+                </itemgra>
+                <itemgra item_types="rail_light" order="14-18">
+                    <polyline color="#696969" width="6"/>
+                    <polyline color="#FFFFFF" dash="4,8" width="4"/>
+                </itemgra>
+                <itemgra item_types="rail_subway" order="8-">
+                    <polyline color="#696969" width="2"/>
+                    <polyline color="#FFFFFF" dash="5,5" width="2"/>
+                </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="1"/>
+                    <polyline color="#778899" dash="1,40" width="5"/>
+                </itemgra>
+                <itemgra item_types="lift_chair" order="10-">
+                    <polyline color="#778899" width="1"/>
+                    <polyline color="#778899" dash="1,40" width="5"/>
+                </itemgra>
+                <itemgra item_types="lift_drag" order="10-">
+                    <polyline color="#778899" width="1"/>
+                    <polyline color="#778899" dash="1,40" width="5"/>
+                </itemgra>
+                <itemgra item_types="ferry" order="5-">
+                    <polyline color="#000000" width="3" dash="5"/>
+                </itemgra>
+                <itemgra item_types="track" order="3-">
+                    <polyline color="#3f3f3f" width="1"/>
+                </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" 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>
+            <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'])"/> -->
+            <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" 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>
+        </layout>
+        <layout name="T@H" font="Liberation Sans">
+            <layer name="sea" details="0">
+                <!-- landuse=forest -->
+                <itemgra item_types="poly_wood" order="0-">
+                    <polygon color="#72bf81"/>
+                </itemgra>
+                <!-- landuse=residential -->
+                <itemgra item_types="town_poly" order="0-">
+                    <polygon color="#f2f2f2"/>
+                </itemgra>
+                <!-- natural=water -->
+                <itemgra item_types="water_poly" order="0-">
+                    <polygon color="#b5d6f1"/>
+                    <polyline color="#b5d6f1"/>
+                    <text text_size="8"/>
+                </itemgra>
+                <!-- leisure=park -->
+                <itemgra item_types="park_poly" order="0-">
+                    <polygon color="#c7f1a3"/>
+                    <polyline color="#79c691"/>
+                    <text text_size="5"/>
+                </itemgra>
+                <itemgra item_types="airport_poly" order="0-">
+                    <polygon color="#a0a0a0"/>
+                </itemgra>
+                <itemgra item_types="sport_poly" order="0-">
+                    <polygon color="#4af04f"/>
+                </itemgra>
+                <!-- landuse=industrial -->
+                <itemgra item_types="industry_poly,building_poly,place_poly" 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_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" 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" 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" 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="flats,scrub,military_zone,marine_poly,plantation,tundra" order="0-">
+                    <polygon color="#a0a0a0"/>
+                    <text text_size="5"/>
+                </itemgra>
+                <itemgra item_types="rg_point" order="0-">
+                    <circle color="#FF089C" radius="10"/>
+                </itemgra>
+                <!-- !!!!...POIs...!!!! -->
+                <!-- amenity=bank -->
+                <itemgra item_types="poi_bank" order="14-">
+                    <icon src="bank.png"/>
+                    <circle color="#000000" radius="3" text_size="7"/>
+                </itemgra>
+                <!-- amenity=fuel -->
+                <itemgra item_types="poi_fuel" order="14-">
+                    <icon src="fuel.png"/>
+                    <circle color="#000000" radius="3" text_size="7"/>
+                </itemgra>
+                <!-- amenity=hospitalg -->
+                <itemgra item_types="poi_hospital" order="14-">
+                    <icon src="hospital.png"/>
+                    <circle color="#000000" radius="3" text_size="7"/>
+                </itemgra>
+                <!-- amenity=parking -->
+                <itemgra item_types="poi_car_parking" order="14-">
+                    <icon src="parking.xpm"/>
+                </itemgra>
+                <!-- amenity=police -->
+                <itemgra item_types="poi_police" order="14-">
+                    <icon src="police.png"/>
+                    <circle color="#000000" radius="3" text_size="7"/>
+                </itemgra>
+                <!-- amenity=restaurant -->
+                <itemgra item_types="poi_restaurant" order="14-">
+                    <icon src="restaurant.xpm"/>
+                    <circle color="#000000" radius="3" text_size="7"/>
+                </itemgra>
+                <!-- leisure=golf_curse -->
+                <itemgra item_types="poi_golf" order="14-">
+                    <icon src="golf.xpm"/>
+                    <circle color="#000000" radius="3" text_size="7"/>
+                </itemgra>
+                <!-- tourism=hotel -->
+                <itemgra item_types="poi_hotel" order="14-">
+                    <icon src="hotel.xpm"/>
+                    <circle color="#000000" radius="3" text_size="7"/>
+                </itemgra>
+            </layer>
+        </layout>
+    </navit>
+</config>
diff --git a/navit/xslt/android.xslt b/navit/xslt/android.xslt
new file mode 100644 (file)
index 0000000..0fccb7d
--- /dev/null
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/XInclude">
+        <xsl:output method="xml" doctype-system="navit.dtd" />
+       <xsl:include href="default_plugins.xslt"/>
+       <xsl:include href="gui_internal.xslt"/>
+       <xsl:include href="map_sdcard_navitmap_bin.xslt"/>
+        <xsl:template match="/config/plugins/plugin[1]" priority="100">
+               <plugin path="$NAVIT_PREFIX/lib/libgraphics_android.so" ondemand="no"/>
+               <xsl:text>&#x0A;        </xsl:text>
+               <plugin path="$NAVIT_PREFIX/lib/libvehicle_android.so" ondemand="no"/>
+               <xsl:text>&#x0A;        </xsl:text>
+               <plugin path="$NAVIT_PREFIX/lib/libspeech_android.so" enabled="yes" ondemand="no"/>
+               <xsl:text>&#x0A;        </xsl:text>
+               <xsl:next-match/>
+        </xsl:template>
+        <xsl:template match="/config/navit/graphics">
+                <graphics type="android" />
+        </xsl:template>
+        <xsl:template match="/config/navit/osd[1]">
+               <osd type="compass" enabled="yes" x="-60" y="-80"/>
+               <xsl:text>&#x0A;        </xsl:text>
+               <osd type="text" label="${{navigation.item.destination_length[named]}}\n${{navigation.item.destination_time[arrival]}}" x="-60" y="0" w="60" h="40"/>
+               <xsl:text>&#x0A;        </xsl:text>
+               <osd type="navigation_next_turn" x="0" y="-60" w="60" h="40" icon_src="%s_wh_44_44.png"/>
+               <xsl:text>&#x0A;        </xsl:text>
+               <osd type="text" label="${{navigation.item[1].length[named]}}" x="0" y="-20"/>
+               <xsl:text>&#x0A;        </xsl:text>
+               <osd type="button" src="gui_zoom_in_64_64.png" command="zoom_in()" x="0" y="0"/>
+               <xsl:text>&#x0A;        </xsl:text>
+               <osd type="button" src="gui_zoom_out_64_64.png" command="zoom_out()" x="0" y="70"/>
+               <xsl:text>&#x0A;        </xsl:text>
+                <xsl:copy><xsl:copy-of select="@*|node()"/></xsl:copy>
+        </xsl:template>
+        <xsl:template match="/config/navit/vehicle[1]">
+                <xsl:copy><xsl:copy-of select="@*[not(name()='gpsd_query')]"/>
+                       <xsl:attribute name="source">android:</xsl:attribute>
+                       <xsl:attribute name="follow">1</xsl:attribute>
+               <xsl:apply-templates/></xsl:copy>
+       </xsl:template>
+        <xsl:template match="/config/navit/speech">
+                <xsl:copy><xsl:copy-of select="@*[not(name()='data')]"/><xsl:attribute name="type">android</xsl:attribute><xsl:apply-templates/></xsl:copy>
+       </xsl:template>
+        <xsl:template match="@*|node()"><xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy></xsl:template>
+</xsl:transform>
diff --git a/navit/xslt/default_plugins.xslt b/navit/xslt/default_plugins.xslt
new file mode 100644 (file)
index 0000000..43da940
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/XInclude">
+        <xsl:template match="/config/plugins/plugin[1]" priority="1" >
+               <plugin path="$NAVIT_PREFIX/lib/libgui_internal.so" ondemand="no"/>
+               <xsl:text>&#x0A;        </xsl:text>
+               <plugin path="$NAVIT_PREFIX/lib/libmap_textfile.so" ondemand="no"/>
+               <xsl:text>&#x0A;        </xsl:text>
+               <plugin path="$NAVIT_PREFIX/lib/libmap_binfile.so" ondemand="no"/>
+               <xsl:text>&#x0A;        </xsl:text>
+               <plugin path="$NAVIT_PREFIX/lib/libosd_core.so" ondemand="no"/>
+        </xsl:template>
+</xsl:transform>
diff --git a/navit/xslt/gui_internal.xslt b/navit/xslt/gui_internal.xslt
new file mode 100644 (file)
index 0000000..75cc9b8
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/XInclude">
+        <xsl:template match="/config/navit/gui">
+                <gui type="internal" />
+        </xsl:template>
+</xsl:transform>
diff --git a/navit/xslt/map_sdcard_navitmap_bin.xslt b/navit/xslt/map_sdcard_navitmap_bin.xslt
new file mode 100644 (file)
index 0000000..52495f1
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/XInclude">
+       <xsl:template match="/config/navit/mapset/xi:include">
+               <map type="binfile" enabled="yes" data="/sdcard/navitmap.bin" />
+       </xsl:template>
+</xsl:transform>