navit-gps / navit

The open source (GPL v2) turn-by-turn navigation software for many OS
http://www.navit-project.org
Other
550 stars 173 forks source link

NAVIT 100% CPU with GPSD #1269

Closed litteulfred closed 1 month ago

litteulfred commented 1 month ago

Hello,

I use NAVIT on RaspbiAN 12.6 on a raspberry PI3 with GPS connected on USB through GPSD.

Unfortunately, NAVIT still takes 100% CPU and is not usable. When I unplug the GPS, the CPU load decreases and we can use NAVIT (navigate the menus).

I tried version from official repositories and version that I compiled, the problem remains the same.

Do you have any idea of ​​the problem?

Thank you in advance for your help. Regards

OLFDB commented 1 month ago

Tested with a local build of trunk today, navit on Raspberry Pi 4 it is working fine.

Please provide your navit.xml, the output of /usr/local/bin/navitstartet in a terminal and the output of gpsd --version from a terminal.

What is the output of cat /etc/os-release and uname -a ?

litteulfred commented 1 month ago

Thank you for your response, here is a first draft of the response (I'll send the output of the command later).

freddy@macauto:~ $ gpsd --version
gpsd: 3.22 (revision 3.22)

freddy@macauto:~ $ cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

freddy@macauto:~ $ uname -a
Linux macauto 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux

Navit.xml :


<?xml version="1.0" encoding="UTF-8"?><!--
    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/.
-->
<!DOCTYPE config
  SYSTEM "navit.dtd">
<config xmlns:xi="http://www.w3.org/2001/XInclude" >
    <plugins>
        <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}lib*.so" ondemand="yes"/>
        <plugin path="$NAVIT_LIBDIR/autoload/${NAVIT_LIBPREFIX}lib*.so"/>
        <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}libbinding_dbus.so" active="yes"/>
        <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}libgraphics_null.so" active="no"/>
    </plugins>

    <!-- The global debug level (like using command line option "-d"). Ignored if option -d is used. -->
    <!--    <debug name="global" level="0"/> -->
    <!-- Example of setting the debug level for a single function.  -->
    <!--    <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 Avoine=4720 N 0182 E -->
    <navit center="47.0897 -1.1352" zoom="200" tracking="1" orientation="-1" recent_dest="250" autozoom_active="0">
    <xi:include href="/media/freddy/CSSTORAGE/macauto/navit/data/map.xml"/>
    <xi:include href="/media/freddy/CSSTORAGE/macauto/navit/data/autopi.xml"/>

        <!-- <graphics type="gtk_drawing_area" w="800" h="480"/> -->
        <graphics type="qt5" w="800" h="480"/>

        <gui type="internal" enabled="yes" fullscreen="1"><![CDATA[
            <html>
                <a name='Main Menu'><text>Main menu</text>
                    <a href='#Actions'><img src='gui_vehicle'>Itineraire</img></a>
                    <img cond='flags&amp;2' src='gui_map' onclick='back_to_map()'><text>Show
Map</text></img>
                <!-- <a href='#Settings'><img src='gui_settings'><text>Settings</text></img></a> -->
                    <a href='#Settings'><img src='gui_tools'><text>Settings</text></img></a>
                <!-- <a href='#Tools'><img src='gui_tools'><text>Tools</text></img></a> -->
                <!-- <a href='#Route'><img src='gui_settings'><text>Route</text></img></a> -->
                    <img src='gui_about' onclick='about()'><text>About</text></img>
                    <img src='gui_quit' onclick='quit()'><text>Quit</text></img>
                </a>

            <a name='Actions'><text>Itineraire</text>
                <img src='gui_bookmark' onclick='bookmarks()'><text>Bookmarks</text></img>
                <img src='gui_formerdests' onclick='formerdests()'><text>Former
Destinations</text></img>
                <img cond='click_coord_geo' src='gui_map' onclick='position(click_coord_geo,_("Map Point"),8|16|32|64|256)'><script>write(click_coord_geo)</script></img>
                <img cond='position_coord_geo' src='gui_vehicle' onclick='position(position_coord_geo,_("Vehicle Position"),8|32|64|128|256)'><script>write(position_coord_geo)</script></img>
                <img src='gui_town' onclick='town()'><text>Town</text></img>
                <img src='gui_map' onclick='enter_coord()'><text>Coordinates</text></img>
                <img cond='navit.route.route_status&amp;1' src='gui_stop' onclick='abort_navigation();refresh()'><text>Stop
Navigation</text></img>
            </a>

            <a name='Settings'><text>Settings</text>
                <a href='#Settings Display'><img src='gui_display'><text>Display</text></img></a>
                <img src='gui_maps' onclick='setting_maps()'><text>Maps</text></img>
                <!-- <a href='#Settings Maps'><img src='gui_maps'><text>Maps</text></img></a> -->
                <img src='gui_vehicle' onclick='setting_vehicle()'><text>Vehicle</text></img>
                <!-- <a href='#Settings Vehicles'><img src='gui_vehicle'><text>Vehicle</text></img></a> -->
                <img src='gui_rules' onclick='setting_rules()'><text>Rules</text></img>
            </a>

            <a name='Settings Display'><text>Display</text>
                <!-- <img src='gui_display' onclick='setting_layout()'><text>Layout</text></img> -->
                <a href='#Settings Layouts'><img src='gui_display'><text>Layout</text></img></a>
                <img cond='fullscreen==0' src='gui_fullscreen' onclick='fullscreen=1'><text>Fullscreen</text></img>
                <img cond='fullscreen==1' src='gui_leave_fullscreen' onclick='fullscreen=0'><text>Window Mode</text></img>
                <img cond='navit.pitch==0' src='gui_map' onclick='navit.pitch=pitch;redraw_map();back_to_map()'><text>3D</text></img>
                <img cond='navit.pitch!=0' src='gui_map' onclick='navit.pitch=0;redraw_map();back_to_map()'><text>2D</text></img>
            </a>
            <a name='Tools'><text>Tools</text>
                <img src='gui_actions' onclick='locale()'><text>Show Locale</text></img>
            </a>
            <a name='Route'><text>Route</text>
                <img src='gui_actions' onclick='route_description()'><text>Description</text></img>
                <img src='gui_actions' onclick='route_height_profile()'><text>Height Profile</text></img>
                <img cond='navit.waypoints_flag &amp;&amp; (navit.route.route_status&amp;1)' src='cursor_still' onclick='waypoints()'><text>Waypoints</text></img>
                <img cond='navit.waypoints_flag &amp;&amp; (navit.route.route_status&amp;1)' src='gui_stop' onclick='navit.route_remove_last_waypoint()'><text>Drop last
Waypoint</text></img>
                <img cond='navit.waypoints_flag &amp;&amp; (navit.route.route_status&amp;1)' src='gui_stop' onclick='navit.route_remove_next_waypoint()'><text>Drop next
Waypoint</text></img>
            </a>
            <a name='Map Point'><text>Map Point</text>
                <script>position(click_coord_geo,_("Map Point"),8|16|32|64|256)</script>
            </a>
            <a name='Settings Layouts' class='clist' refresh_cond='navit.layout'><text>Layout</text>
                <script>
                    foreach(layout;navit.layout)
                        img("centry", navit.layout==layout?"gui_active":"gui_inactive", layout.name,
                            "", "navit.layout=navit.layout[@name==%{se}*]", layout.name);
                </script>
            </a>
            <a name='Settings Maps' class='clist'><text>Maps</text>
                <script>
                    foreach(map;navit.mapset.map)
                        if (map.description)
                            img("centry",map.active?"gui_active":"gui_inactive", map.description,
                            "","navit.mapset.map[@description==%{se}].active=%{d}*",map.description,!map.active,"redraw_map();refresh();");
                        else
                            img("centry",map.active?"gui_active":"gui_inactive", map.type+":"+map.data,
                                "","navit.mapset.map[@data==%{se}].active=%{d}*",map.data,!map.active,"redraw_map();refresh();");
                </script>
            </a>
            <a name='Settings Vehicles' class='clist'><text>Vehicle</text>
                <script>
                    foreach(vehicle;navit.vehicle)
                        img("centry",navit.vehicle==vehicle?"gui_active":"gui_inactive",vehicle.name,
                            "name=%{se};menu(\"#Settings Vehicle\")",vehicle.name);
                </script>
            </a>
            <a name='Settings Vehicle' class='clist'><script>write(name)</script>
                <script>
                    foreach(vehicle;navit.vehicle)
                        if (vehicle.name == name) {
                            if (vehicle!=navit.vehicle)
                                img("centry","gui_active","Set as active",
                                    "","navit.vehicle=navit.vehicle[@name==%{se}*]",name);
                            foreach(vehicleprofile;navit.vehicleprofile)
                                img("centry",vehicle.profilename==vehicleprofile.name?"gui_active":"gui_inactive",vehicleprofile.name,
                                    "","navit.vehicle[@name=%{se}].profilename=%{se}*",name,vehicleprofile.name,"refresh()");
                        }
                </script>
            </a>
            <a name='Satellite Status' class='clist'><text>Satellite Status</text>
                <script>satellite_status_page()</script>
            </a>
            <a name='NMEA Data' class='clist'><text>NMEA Data</text>
                <script>nmea_data_page()</script>
            </a>
            </html>
        ]]></gui>

        <!-- for a debug log -->
        <!--    <log enabled="yes" type="textfile_debug" data="/home/pi/macauto/navit/debug_%Y%m%d-%i.txt" flush_size="1000" flush_time="30"/> -->

        <!-- Vehicle with GPS enabled for gpsd on unix -->
        <!-- <vehicle name="Local GPS" profilename="car" enabled="yes" active="1" source="gpsd://localhost:2947" gpsd_query="w+xj" > -->
            <vehicle name="Local GPS" profilename="car" enabled="yes" active="1" source="gpsd://localhost:2947" gpsd_query="w+xj" follow="3" >
                <!--    <vehicle name="Local GPS" profilename="car" enabled="yes" active="1" source="file:/dev/ttyACM0" baudrate="9600" gpsd_query="w+xj" follow="2" > -->
        <!-- Vehicle with GPS enabled for direct communication on windows. Remove the line above if you use this. -->
        <!-- <vehicle name="Local GPS" profilename="car" follow="1" enabled="yes" active="1"
                source="serial:COM4 baud=4800 parity=N data=8 stop=1" > -->

            <!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -->
                <!--            <log enabled="yes" type="gpx" attr_types="position_time_iso8602,position_direction,position_speed,profilename,position_radius" data="/home/pi/macauto/navit/track_%Y%m%d-%%i.gpx" flush_size="1000" flush_time="30"/> -->
        </vehicle>

        <!-- For SDL, you should add follow="1" to have the view centered on your position -->
        <!-- <vehicle name="Meins" enabled="yes" source="gpsd://localhost" color="#0000ff" follow="1"/> -->

        <vehicle name="Demo" profilename="car" enabled="no" active="yes" source="demo://"/>

        <!-- For the cumulative displacement filter to be enabled, set cdf_histsize="x" here, with x being an integer somewhere around 4 -->
        <tracking cdf_histsize="0"/>

        <vehicleprofile name="car" route_depth="4:25%,8:40000,18:10000" flags="0x4000000" flags_forward_mask="0x4000002" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0" static_speed="5" static_distance="25" follow="1" >
            <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="10">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_3_city" speed="40" route_weight="40">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_4_city" speed="50" route_weight="50">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="highway_city" speed="80" route_weight="80">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_1_land" speed="60" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_2_land" speed="65" route_weight="65">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_3_land" speed="70" route_weight="70">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_4_land" speed="80" route_weight="80">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_n_lanes" speed="120" route_weight="120">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="highway_land" speed="120" route_weight="120">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="ramp" speed="40" route_weight="40">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="roundabout" speed="10" route_weight="10"/>
            <roadprofile item_types="ferry" speed="40" route_weight="40"/>
            <profile_option name="shortest">
                <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane,street_2_city,track_paved,street_3_city,street_4_city,highway_city,street_1_land,street_2_land,street_3_land,street_4_land,street_n_lanes,highway_land,ramp,roundabout,ferry" route_weight="60" />
            </profile_option>
            <profile_option name="avoid_tolls" flags_forward_mask="0x4000402" flags_reverse_mask="0x4000401" />
            <profile_option name="pedantic" route_depth="18:25%,18:40000" />
        </vehicleprofile>

        <vehicleprofile name="car_shortest" flags="0x4000000" flags_forward_mask="0x4000002" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0" static_speed="5" static_distance="25">
            <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_3_city" speed="40" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_4_city" speed="50" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="highway_city" speed="80" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_1_land" speed="60" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_2_land" speed="65" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_3_land" speed="70" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_4_land" speed="80" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_n_lanes" speed="120" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="highway_land" speed="120" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="ramp" speed="40" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="roundabout" speed="10" route_weight="60"/>
            <roadprofile item_types="ferry" speed="40" route_weight="60"/>
        </vehicleprofile>

        <vehicleprofile name="car_avoid_tolls" flags="0x4000000" flags_forward_mask="0x4000402" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0" static_speed="5" static_distance="25">
            <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="10">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_3_city" speed="40" route_weight="40">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_4_city" speed="50" route_weight="50">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="highway_city" speed="80" route_weight="80">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_1_land" speed="60" route_weight="60">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_2_land" speed="65" route_weight="65">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_3_land" speed="70" route_weight="70">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_4_land" speed="80" route_weight="80">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="street_n_lanes" speed="120" route_weight="120">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="highway_land" speed="120" route_weight="120">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="ramp" speed="40" route_weight="40">
                    <announcement level="0"/>
                    <announcement level="1"/>
                    <announcement level="2"/>
            </roadprofile>
            <roadprofile item_types="roundabout" speed="10" route_weight="10"/>
            <roadprofile item_types="ferry" speed="40" route_weight="40"/>
        </vehicleprofile>

        <layer name="Found items" order="0-">
            <itemgra item_types="found_item">
                <circle color="#008080" radius="24" width="2" text_size="12"/>
            </itemgra>
        </layer>

        <layout name="Car" nightlayout="Car-dark" color="#ffefb7" font="Liberation Sans">

            <cursor w="26" h="26">
                <itemgra>
                    <circle color="#0000ff" radius="24" width="2">
                        <coord x="0" y="0"/>
                    </circle>
                </itemgra>
                <itemgra speed_range="-2">
                    <polyline color="#0000ff" width="2">
                        <coord x="0" y="0"/>
                        <coord x="0" y="0"/>
                    </polyline>
                </itemgra>
                <itemgra speed_range="3-">
                    <polyline color="#0000ff" width="2">
                        <coord x="-7" y="-10"/>
                        <coord x="0" y="12"/>
                        <coord x="7" y="-10"/>
                    </polyline>
                </itemgra>
            </cursor>

            <layer name="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_meadow" order="0-">
                    <polygon color="#c7f1a3"/>
                    <polyline color="#79c691"/>
                </itemgra>
                <itemgra item_types="poly_town" order="0-">
                    <polygon color="#ffc895"/>
                    <polyline color="#ebb481"/>
                </itemgra>
                <itemgra item_types="poly_university" order="8-">
                    <polygon color="#d68fb8"/>
                    <polyline color="#881155"/>
                </itemgra>
                <itemgra item_types="poly_water_tiled" order="0-">
                    <polygon color="#82c8ea"/>
                </itemgra>
                <itemgra item_types="poly_water" order="0-">
                    <polygon color="#82c8ea"/>
                    <polyline color="#5096b8"/>
                    <text text_size="5"/>
                </itemgra>
                <itemgra item_types="poly_land" order="0-">
                    <polygon color="#ffefb7"/>
                    <polyline color="#ffefb7"/>
                    <text text_size="5"/>
                </itemgra>
                <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="9-">
                    <polygon color="#a0a0a0"/>
                    <text text_size="5"/>
                </itemgra>
                <itemgra item_types="poly_park" order="0-">
                    <polygon color="#7cc334"/>
                    <text text_size="5"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="10">
                    <polyline color="#d2d2d2" width="3"/>
                    <polyline color="#dddddd" width="1"/>
                    <polygon color="#dddddd"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="11">
                    <polyline color="#d2d2d2" width="5"/>
                    <polyline color="#dddddd" width="3"/>
                    <polygon color="#dddddd"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="12">
                    <polyline color="#d2d2d2" width="8"/>
                    <polyline color="#dddddd" width="6"/>
                    <polygon color="#dddddd"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="13">
                    <polyline color="#d2d2d2" width="9"/>
                    <polyline color="#dddddd" width="7"/>
                    <polygon color="#dddddd"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="14">
                    <polyline color="#d2d2d2" width="13"/>
                    <polyline color="#dddddd" width="9"/>
                    <polygon color="#dddddd"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="15">
                    <polyline color="#d2d2d2" width="18"/>
                    <polyline color="#dddddd" width="14"/>
                    <polygon color="#dddddd"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="16">
                    <polyline color="#d2d2d2" width="21"/>
                    <polyline color="#dddddd" width="17"/>
                    <polygon color="#dddddd"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="17">
                    <polyline color="#d2d2d2" width="25"/>
                    <polyline color="#dddddd" width="21"/>
                    <polygon color="#dddddd"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="18">
                    <polyline color="#d2d2d2" width="40"/>
                    <polyline color="#dddddd" width="34"/>
                    <polygon color="#dddddd"/>
                </itemgra>
                <itemgra item_types="poly_airport" order="0-">
                    <polygon color="#a0a0a0"/>
                </itemgra>
                <itemgra item_types="poly_sport,poly_sports_pitch" order="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="forest_way_1" order="10-">
                    <polyline color="#0070c0" width="6"/>
                </itemgra>
                <itemgra item_types="forest_way_2" order="10-">
                    <polyline color="#ff0000" width="3"/>
                </itemgra>
                <itemgra item_types="forest_way_3" order="10-">
                    <polyline color="#ff0000" width="1" dash="2,4"/>
                </itemgra>
                <itemgra item_types="forest_way_4" order="10-">
                    <polyline color="#119a2e" width="1" dash="4,10"/>
                </itemgra>
                <itemgra item_types="street_nopass" order="10-">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="track_paved" order="10-">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="track_gravelled,track_grass" order="10-12">
                    <polyline color="#800000" width="1" dash="3,6"/>
                </itemgra>
                <itemgra item_types="track_gravelled,track_grass" order="13-14">
                    <polyline color="#ffffff" width="4"/>
                    <polyline color="#800000" width="1" dash="4,8"/>
                </itemgra>
                <itemgra item_types="track_gravelled,track_grass" order="15-16">
                    <polyline color="#ffffff" width="5"/>
                    <polyline color="#800000" width="1" dash="5,10"/>
                </itemgra>
                <itemgra item_types="track_gravelled,track_grass" order="17-">
                    <polyline color="#ffffff" width="7"/>
                    <polyline color="#800000" width="1" dash="7,15"/>
                </itemgra>
                <itemgra item_types="track_unpaved,track_ground,path,hiking,hiking_mountain,hiking_mountain_demanding,hiking_alpine,hiking_alpine_demanding,hiking_alpine_difficult" order="10-">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="bridleway" order="10-">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="cycleway" order="10-">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_novice" order="10-12">
                    <polyline color="#00A000" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_novice" order="13-14">
                    <polyline color="#00A000" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_novice" order="15-16">
                    <polyline color="#00A000" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_novice" order="17-">
                    <polyline color="#00A000" width="5"/>
                </itemgra>
                <itemgra item_types="piste_downhill_easy" order="10-12">
                    <polyline color="#0000ff" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_easy" order="13-14">
                    <polyline color="#0000ff" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_easy" order="15-16">
                    <polyline color="#0000ff" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_easy" order="17-">
                    <polyline color="#0000ff" width="5"/>
                </itemgra>
                <itemgra item_types="piste_downhill_intermediate" order="10-12">
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_intermediate" order="13-14">
                    <polyline color="#ff0000" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_intermediate" order="15-16">
                    <polyline color="#ff0000" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_intermediate" order="17-">
                    <polyline color="#ff0000" width="5"/>
                </itemgra>
                <itemgra item_types="piste_downhill_advanced" order="10-12">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_advanced" order="13-14">
                    <polyline color="#000000" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_advanced" order="15-16">
                    <polyline color="#000000" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_advanced" order="17-">
                    <polyline color="#000000" width="5"/>
                </itemgra>
                <itemgra item_types="piste_downhill_expert" order="10-12">
                    <polyline color="#ffaa00" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_expert" order="13-14">
                    <polyline color="#ffaa00" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_expert" order="15-16">
                    <polyline color="#ffaa00" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_expert" order="17-">
                    <polyline color="#ffaa00" width="5"/>
                </itemgra>
                <itemgra item_types="piste_downhill_freeride" order="10-12">
                    <polyline color="#ffff00" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_freeride" order="13-14">
                    <polyline color="#ffff00" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_freeride" order="15-16">
                    <polyline color="#ffff00" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_freeride" order="17-">
                    <polyline color="#ffff00" width="5"/>
                </itemgra>
                <itemgra item_types="lift_cable_car" order="6-">
                    <polyline color="#696969" width="1" dash="5"/>
                </itemgra>
                <itemgra item_types="lift_chair" order="6-">
                    <polyline color="#696969" width="1" dash="5"/>
                </itemgra>
                <itemgra item_types="lift_drag" order="6-">
                    <polyline color="#696969" width="1" dash="5"/>
                </itemgra>
                <itemgra item_types="piste_nordic" order="10-12">
                    <polyline color="#0000ff" width="1" dash="3,6" offset="4"/>
                </itemgra>
                <itemgra item_types="piste_nordic" order="13-14">
                    <polyline color="#ffffff" width="4" offset="6"/>
                    <polyline color="#0000ff" width="1" dash="4,8" offset="6"/>
                </itemgra>
                <itemgra item_types="piste_nordic" order="15-16">
                    <polyline color="#ffffff" width="5" offset="7"/>
                    <polyline color="#0000ff" width="1" dash="5,10" offset="7"/>
                </itemgra>
                <itemgra item_types="piste_nordic" order="17-">
                    <polyline color="#ffffff" width="7" offset="10"/>
                    <polyline color="#0000ff" width="1" dash="7,15" offset="10"/>
                </itemgra>
                <itemgra item_types="footway_and_piste_nordic" order="10-12">
                    <polyline color="#ff0000" width="1" dash="3,15"/>
                    <polyline color="#0000ff" width="1" dash="3,15" offset="9"/>
                </itemgra>
                <itemgra item_types="footway_and_piste_nordic" order="13-14">
                    <polyline color="#ffffff" width="4"/>
                    <polyline color="#ff0000" width="2"/>
                    <polyline color="#0000ff" width="1" dash="4,20" offset="12"/>
                </itemgra>
                <itemgra item_types="footway_and_piste_nordic" order="15-16">
                    <polyline color="#ffffff" width="5"/>
                    <polyline color="#ff0000" width="3"/>
                    <polyline color="#0000ff" width="1" dash="5,25" offset="15"/>
                </itemgra>
                <itemgra item_types="footway_and_piste_nordic" order="17-">
                    <polyline color="#ffffff" width="7"/>
                    <polyline color="#ff0000" width="5"/>
                    <polyline color="#0000ff" width="1" dash="7,37" offset="22"/>
                </itemgra>
                <itemgra item_types="footway" order="10-12">
                    <polyline color="#ff0000" width="1" dash="3,6"/>
                </itemgra>
                <itemgra item_types="footway" order="13-14">
                    <polyline color="#ffffff" width="4"/>
                    <polyline color="#ff0000" width="1" dash="4,8"/>
                </itemgra>
                <itemgra item_types="footway" order="15-16">
                    <polyline color="#ffffff" width="5"/>
                    <polyline color="#ff0000" width="1" dash="5,10"/>
                </itemgra>
                <itemgra item_types="footway" order="17-">
                    <polyline color="#ffffff" width="7"/>
                    <polyline color="#ff0000" width="1" dash="7,15"/>
                </itemgra>
                <itemgra item_types="steps" order="10-">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="10">
                    <polyline color="#d2d2d2" width="3"/>
                    <polyline color="#dddddd" width="1"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="11">
                    <polyline color="#d2d2d2" width="5"/>
                    <polyline color="#dddddd" width="3"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="12">
                    <polyline color="#d2d2d2" width="8"/>
                    <polyline color="#dddddd" width="6"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="13">
                    <polyline color="#d2d2d2" width="9"/>
                    <polyline color="#dddddd" width="7"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="14">
                    <polyline color="#d2d2d2" width="13"/>
                    <polyline color="#dddddd" width="9"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="15">
                    <polyline color="#d2d2d2" width="18"/>
                    <polyline color="#dddddd" width="14"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="16">
                    <polyline color="#d2d2d2" width="21"/>
                    <polyline color="#dddddd" width="17"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="17">
                    <polyline color="#d2d2d2" width="25"/>
                    <polyline color="#dddddd" width="21"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="18">
                    <polyline color="#d2d2d2" width="40"/>
                    <polyline color="#dddddd" width="34"/>
                </itemgra>
                <itemgra item_types="street_service" order="10">
                    <polyline color="#d2d2d2" width="4"/>
                    <polyline color="#fefefe" width="2"/>
                </itemgra>
                <itemgra item_types="street_service" order="11">
                    <polyline color="#d2d2d2" width="4"/>
                    <polyline color="#fefefe" width="2"/>
                </itemgra>
                <itemgra item_types="street_service" order="12">
                    <polyline color="#d2d2d2" width="5"/>
                    <polyline color="#fefefe" width="3"/>
                </itemgra>
                <itemgra item_types="street_service" order="13">
                    <polyline color="#d2d2d2" width="6"/>
                    <polyline color="#fefefe" width="4"/>
                </itemgra>
                <itemgra item_types="street_service" order="14">
                    <polyline color="#d2d2d2" width="7"/>
                    <polyline color="#fefefe" width="5"/>
                </itemgra>
                <itemgra item_types="street_service" order="15">
                    <polyline color="#d2d2d2" width="8"/>
                    <polyline color="#fefefe" width="6"/>
                </itemgra>
                <itemgra item_types="street_service" order="16">
                    <polyline color="#d2d2d2" width="9"/>
                    <polyline color="#fefefe" width="7"/>
                </itemgra>
                <itemgra item_types="street_service" order="17">
                    <polyline color="#d2d2d2" width="10"/>
                    <polyline color="#fefefe" width="8"/>
                </itemgra>
                <itemgra item_types="street_service" order="18">
                    <polyline color="#d2d2d2" width="11"/>
                    <polyline color="#fefefe" width="9"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="12">
                    <polyline color="#d2d2d2" width="4"/>
                    <polyline color="#fefefe" width="2"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="13">
                    <polyline color="#d2d2d2" width="4"/>
                    <polyline color="#fefefe" width="2"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="14">
                    <polyline color="#d2d2d2" width="5"/>
                    <polyline color="#fefefe" width="3"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="15">
                    <polyline color="#d2d2d2" width="6"/>
                    <polyline color="#fefefe" width="4"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="16">
                    <polyline color="#d2d2d2" width="7"/>
                    <polyline color="#fefefe" width="5"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="17">
                    <polyline color="#d2d2d2" width="8"/>
                    <polyline color="#fefefe" width="6"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="18">
                    <polyline color="#d2d2d2" width="9"/>
                    <polyline color="#fefefe" width="7"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="10">
                    <polyline color="#d2d2d2" width="4"/>
                    <polyline color="#ffffff" width="2"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
                    <polyline color="#d2d2d2" width="6"/>
                    <polyline color="#ffffff" width="4"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
                    <polyline color="#d2d2d2" width="10"/>
                    <polyline color="#ffffff" width="8"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
                    <polyline color="#d2d2d2" width="11"/>
                    <polyline color="#ffffff" width="9"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
                    <polyline color="#d2d2d2" width="17"/>
                    <polyline color="#ffffff" width="13"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
                    <polyline color="#d2d2d2" width="18"/>
                    <polyline color="#ffffff" width="14"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
                    <polyline color="#d2d2d2" width="30"/>
                    <polyline color="#ffffff" width="26"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
                    <polyline color="#d2d2d2" width="67"/>
                    <polyline color="#ffffff" width="61"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
                    <polyline color="#d2d2d2" width="132"/>
                    <polyline color="#ffffff" width="126"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,ramp" order="7-8">
                    <polyline color="#c0c0c0" width="2"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,ramp" order="9">
                    <polyline color="#c0c0c0" width="3"/>
                    <polyline color="#ffff00" width="1"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,ramp" order="10">
                    <polyline color="#c0c0c0" width="4"/>
                    <polyline color="#ffff00" width="2"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,ramp" order="11">
                    <polyline color="#c0c0c0" width="5"/>
                    <polyline color="#ffff00" width="3"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,ramp" order="12">
                    <polyline color="#c0c0c0" width="7"/>
                    <polyline color="#ffff00" width="5"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,ramp" order="13">
                    <polyline color="#c0c0c0" width="11"/>
                    <polyline color="#ffff00" width="8"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,ramp" order="14">
                    <polyline color="#c0c0c0" width="14"/>
                    <polyline color="#ffff00" width="11"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,ramp" order="15">
                    <polyline color="#c0c0c0" width="19"/>
                    <polyline color="#ffff00" width="15"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,ramp" order="16">
                    <polyline color="#c0c0c0" width="30"/>
                    <polyline color="#ffff00" width="26"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,ramp" order="17">
                    <polyline color="#c0c0c0" width="63"/>
                    <polyline color="#ffff00" width="57"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,ramp" order="18">
                    <polyline color="#c0c0c0" width="100"/>
                    <polyline color="#ffff00" width="90"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,roundabout" order="7-8">
                    <polyline color="#a0a0a0" width="3"/>
                    <polyline color="#ffff00" width="1"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,roundabout" order="9">
                    <polyline color="#a0a0a0" width="5"/>
                    <polyline color="#ffff00" width="3"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,roundabout" order="10">
                    <polyline color="#a0a0a0" width="8"/>
                    <polyline color="#ffff00" width="6"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,roundabout" order="11">
                    <polyline color="#a0a0a0" width="9"/>
                    <polyline color="#ffff00" width="7"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,roundabout" order="12">
                    <polyline color="#a0a0a0" width="13"/>
                    <polyline color="#ffff00" width="9"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,roundabout" order="13">
                    <polyline color="#a0a0a0" width="18"/>
                    <polyline color="#ffff00" width="14"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,roundabout" order="14">
                    <polyline color="#a0a0a0" width="21"/>
                    <polyline color="#ffff00" width="17"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,roundabout" order="15">
                    <polyline color="#a0a0a0" width="25"/>
                    <polyline color="#ffff00" width="21"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,roundabout" order="16">
                    <polyline color="#a0a0a0" width="40"/>
                    <polyline color="#ffff00" width="34"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,roundabout" order="17">
                    <polyline color="#a0a0a0" width="79"/>
                    <polyline color="#ffff00" width="73"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,roundabout" order="18">
                    <polyline color="#a0a0a0" width="156"/>
                    <polyline color="#ffff00" width="150"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6">
                    <polyline color="#404040" width="1"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8">
                    <polyline color="#404040" width="3"/>
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
                    <polyline color="#000000" width="5"/>
                    <polyline color="#ff0000" width="3"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
                    <polyline color="#000000" width="6"/>
                    <polyline color="#ff0000" width="4"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
                    <polyline color="#000000" width="9"/>
                    <polyline color="#ff0000" width="7"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
                    <polyline color="#000000" width="13"/>
                    <polyline color="#ff0000" width="9"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
                    <polyline color="#000000" width="18"/>
                    <polyline color="#ff0000" width="14"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
                    <polyline color="#000000" width="21"/>
                    <polyline color="#ff0000" width="17"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
                    <polyline color="#000000" width="24"/>
                    <polyline color="#ff0000" width="20"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
                    <polyline color="#000000" width="39"/>
                    <polyline color="#ff0000" width="33"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
                    <polyline color="#000000" width="78"/>
                    <polyline color="#ff0000" width="72"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
                    <polyline color="#000000" width="156"/>
                    <polyline color="#ff0000" width="150"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="2">
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="3-5">
                    <polyline color="#ff0000" width="3"/>
                    <polyline color="#ffff00" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="6">
                    <polyline color="#ff0000" width="4"/>
                    <polyline color="#ffff00" width="2"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="7-8">
                    <polyline color="#ff0000" width="7"/>
                    <polyline color="#ffff00" width="5"/>
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="9-10">
                    <polyline color="#ff0000" width="9"/>
                    <polyline color="#ffff00" width="5"/>
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="11">
                    <polyline color="#ff0000" width="13"/>
                    <polyline color="#ffff00" width="9"/>
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="12">
                    <polyline color="#ff0000" width="15"/>
                    <polyline color="#ffff00" width="10"/>
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="13">
                    <polyline color="#ff0000" width="25"/>
                    <polyline color="#ffff00" width="17"/>
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="14">
                    <polyline color="#ff0000" width="31"/>
                    <polyline color="#ffff00" width="24"/>
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="15">
                    <polyline color="#ff0000" width="33"/>
                    <polyline color="#ffff00" width="27"/>
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="16">
                    <polyline color="#ff0000" width="65"/>
                    <polyline color="#ffff00" width="59"/>
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="17">
                    <polyline color="#ff0000" width="133"/>
                    <polyline color="#ffff00" width="127"/>
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="18">
                    <polyline color="#ff0000" width="264"/>
                    <polyline color="#ffff00" width="258"/>
                    <polyline color="#ff0000" width="1"/>
                </itemgra>
                <itemgra item_types="tracking_0" order="0-">
                    <polyline color="#000000" width="3"/>
                </itemgra>
                <itemgra item_types="tracking_10" order="0-">
                    <polyline color="#191919" width="3"/>
                </itemgra>
                <itemgra item_types="tracking_20" order="0-">
                    <polyline color="#333333" width="3"/>
                </itemgra>
                <itemgra item_types="tracking_30" order="0-">
                    <polyline color="#4c4c4c" width="3"/>
                </itemgra>
                <itemgra item_types="tracking_40" order="0-">
                    <polyline color="#666666" width="3"/>
                </itemgra>
                <itemgra item_types="tracking_50" order="0-">
                    <polyline color="#7f7f7f" width="3"/>
                </itemgra>
                <itemgra item_types="tracking_60" order="0-">
                    <polyline color="#999999" width="3"/>
                </itemgra>
                <itemgra item_types="tracking_70" order="0-">
                    <polyline color="#b2b2b2" width="3"/>
                </itemgra>
                <itemgra item_types="tracking_80" order="0-">
                    <polyline color="#cccccc" width="3"/>
                </itemgra>
                <itemgra item_types="tracking_90" order="0-">
                    <polyline color="#e5e5e5" width="3"/>
                </itemgra>
                <itemgra item_types="tracking_100" order="0-">
                    <polyline color="#ffffff" width="3"/>
                </itemgra>
                <itemgra item_types="highway_exit_label" order="10-">
                    <circle color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street" order="10-18">
                    <text text_size="8"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
                    <text text_size="9"/>
                </itemgra>
                <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land,footway" order="12-18">
                    <text text_size="9"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="2">
                    <polyline color="#ff9000" width="2"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="3-5">
                    <polyline color="#ff9000" width="4"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="6">
                    <polyline color="#ff9000" width="5"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="7-8">
                    <polyline color="#ff9000" width="8"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="9-10">
                    <polyline color="#ff9000" width="10"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="11">
                    <polyline color="#ff9000" width="14"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="12">
                    <polyline color="#ff9000" width="16"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="13">
                    <polyline color="#ff9000" width="26"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="14">
                    <polyline color="#ff9000" width="32"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="15">
                    <polyline color="#ff9000" width="34"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="16">
                    <polyline color="#ff9000" width="66"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="17">
                    <polyline color="#ff9000" width="134"/>
                </itemgra>
                <itemgra item_types="traffic_distortion" order="18">
                    <polyline color="#ff9000" width="265"/>
                </itemgra>
            </layer>
            <layer name="polylines">
                <itemgra item_types="aeroway_taxiway" order="10">
                    <polyline color="#989994" width="4"/>
                    <polyline color="#d3dbbc" width="2"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="11">
                    <polyline color="#989994" width="6"/>
                    <polyline color="#d3dbbc" width="4"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="12">
                    <polyline color="#989994" width="10"/>
                    <polyline color="#d3dbbc" width="8"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="13">
                    <polyline color="#989994" width="12"/>
                    <polyline color="#d3dbbc" width="9"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="14">
                    <polyline color="#989994" width="15"/>
                    <polyline color="#d3dbbc" width="13"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="15">
                    <polyline color="#989994" width="17"/>
                    <polyline color="#d3dbbc" width="14"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="16">
                    <polyline color="#989994" width="33"/>
                    <polyline color="#d3dbbc" width="26"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="17">
                    <polyline color="#989994" width="69"/>
                    <polyline color="#d3dbbc" width="61"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="18">
                    <polyline color="#989994" width="132"/>
                    <polyline color="#d3dbbc" width="126"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="2-6">
                    <polyline color="#404040" width="1"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="7-8">
                    <polyline color="#404040" width="3"/>
                    <polyline color="#d3dbbc" width="1"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="9">
                    <polyline color="#6b6f5f" width="5"/>
                    <polyline color="#d3dbbc" width="3"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="10">
                    <polyline color="#6b6f5f" width="6"/>
                    <polyline color="#d3dbbc" width="4"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="11">
                    <polyline color="#6b6f5f" width="9"/>
                    <polyline color="#d3dbbc" width="7"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="12">
                    <polyline color="#6b6f5f" width="13"/>
                    <polyline color="#d3dbbc" width="9"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="13">
                    <polyline color="#6b6f5f" width="18"/>
                    <polyline color="#d3dbbc" width="14"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="14">
                    <polyline color="#6b6f5f" width="21"/>
                    <polyline color="#d3dbbc" width="17"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="15">
                    <polyline color="#6b6f5f" width="24"/>
                    <polyline color="#d3dbbc" width="20"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="16">
                    <polyline color="#6b6f5f" width="39"/>
                    <polyline color="#d3dbbc" width="33"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="17">
                    <polyline color="#6b6f5f" width="78"/>
                    <polyline color="#d3dbbc" width="72"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="18">
                    <polyline color="#6b6f5f" width="156"/>
                    <polyline color="#d3dbbc" width="150"/>
                </itemgra>
                <itemgra item_types="rail_tram" order="10-">
                    <polyline color="#606060" width="2"/>
                </itemgra>
            </layer>
            <layer name="labels">
                        <itemgra item_types="house_number" order="15-">
                        <circle color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="town_label,district_label,town_label_0e0,town_label_1e0,town_label_2e0,town_label_5e0,town_label_1e1,town_label_2e1,town_label_5e1,town_label_1e2,town_label_2e2,town_label_5e2,district_label_0e0,district_label_1e0,district_label_2e0,district_label_5e0,district_label_1e1,district_label_2e1,district_label_5e1,district_label_1e2,district_label_2e2,district_label_5e2" order="11-">
                    <circle color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="10-">
                    <circle color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="town_label_1e3,place_label" order="10-">
                    <circle color="#000000" radius="3" text_size="10"/>
                </itemgra>
                <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
                    <circle color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="town_label_2e3" order="9-">
                    <circle color="#000000" radius="3" text_size="10"/>
                </itemgra>
                <itemgra item_types="town_label_5e3,town_label_1e4,town_label_2e4,town_label_5e4" order="9-">
                    <circle color="#000000" radius="3" text_size="15"/>
                </itemgra>
                <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="8-">
                    <circle color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="town_label_2e3" order="8">
                    <circle color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6,district_label_1e7" order="7-">
                    <circle color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="town_label_5e3" order="7-8">
                    <circle color="#000000" radius="3" text_size="10"/>
                </itemgra>
                <itemgra item_types="town_label_1e4" order="6-8">
                    <circle color="#000000" radius="3" text_size="10"/>
                </itemgra>
                <itemgra item_types="town_label_2e4,town_label_5e4" order="5-8">
                    <circle color="#000000" radius="3" text_size="10"/>
                </itemgra>
                <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="5-">
                    <circle color="#000000" radius="3" text_size="15"/>
                </itemgra>
                <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="5-">
                    <circle color="#000000" radius="3" text_size="20"/>
                </itemgra>
                <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="3-4">
                    <circle color="#000000" radius="3" text_size="10"/>
                </itemgra>
                <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="3-4">
                    <circle color="#000000" radius="3" text_size="15"/>
                </itemgra>
                <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="0-2">
                    <circle color="#000000" radius="3" text_size="10"/>
                </itemgra>
            </layer>
            <layer name="Internal">
                <itemgra item_types="track" order="7-">
                    <polyline color="#3f3f3f" width="1"/>
                </itemgra>
                <itemgra item_types="track_tracked" order="7-">
                    <polyline color="#3f3fff" width="3"/>
                </itemgra>
                <itemgra item_types="rg_segment" order="12-">
                    <polyline color="#FF089C" width="1"/>
                    <arrows color="#FF089C" width="1"/>
                    <text text_size="15"/>
                </itemgra>
                <itemgra item_types="rg_point" order="12-">
                    <circle color="#FF089C" radius="10" text_size="7"/>
                </itemgra>
                <itemgra item_types="nav_left_1" order="0-">
                    <icon src="nav_left_1_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_left_2" order="0-">
                    <icon src="nav_left_2_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_left_3" order="0-">
                    <icon src="nav_left_3_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_right_1" order="0-">
                    <icon src="nav_right_1_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_right_2" order="0-">
                    <icon src="nav_right_2_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_right_3" order="0-">
                    <icon src="nav_right_3_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_straight" order="0-">
                    <icon src="nav_straight_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_turnaround" order="0-">
                    <icon src="nav_turnaround_left_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="route_end" order="0-">
                    <icon src="nav_destination_bk.svg" w="32" h="32" x="4" y="30"/>
                </itemgra>
                <itemgra item_types="nav_none" order="0-">
                    <icon src="unknown.svg"/>
                </itemgra>
                <itemgra item_types="announcement" order="7-">
                    <icon src="gui_sound_32_32.png"/>
                    <circle color="#FF089C" radius="10" text_size="7"/>
                </itemgra>

                <itemgra item_types="waypoint,route_end" order="2">
                    <circle color="#008080" radius="4" width="2" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="3-5">
                    <circle color="#008080" radius="8" width="2" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="6">
                    <circle color="#008080" radius="10" width="2" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="7-8">
                    <circle color="#008080" radius="16" width="2" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="9-10">
                    <circle color="#008080" radius="20" width="4" text_size="32"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="11">
                    <circle color="#008080" radius="28" width="4" text_size="32"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="12">
                    <circle color="#008080" radius="32" width="4" text_size="32"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="13">
                    <circle color="#008080" radius="52" width="4" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="14">
                    <circle color="#008080" radius="64" width="4" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="15">
                    <circle color="#008080" radius="68" width="6" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="16">
                    <circle color="#008080" radius="132" width="8" text_size="32"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="17">
                    <circle color="#008080" radius="268" width="8" text_size="48"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="18">
                    <circle color="#008080" radius="530" width="8" text_size="48"/>
                </itemgra>
            </layer>
            <layer name="Unknown" enabled="no">
                <!-- This entry shows all unknow point elements as blue circles -->
                <itemgra item_types="point_unkn" order="9-">
                    <circle color="#8080ff" radius="3"/>
                </itemgra>
                <!-- This entry shows all unknown linear elements as blue lines -->
                <itemgra item_types="street_unkn" order="0-">
                    <polyline color="#8080ff" width="3"/>
                </itemgra>
            </layer>
            <layer name="POI Symbols">

                <itemgra item_types="poi_airport" order="5-">
                    <icon src="airport.png"/>
                </itemgra>
                <itemgra item_types="town_ghost" order="12-">
                    <icon src="ghost_town.xpm"/>
                </itemgra>
                <itemgra item_types="poi_hotel" order="12-">
                    <icon src="hotel.png"/>
                </itemgra>
                <itemgra item_types="poi_car_parking" order="12-">
                    <icon src="parking.png"/>
                </itemgra>
                <itemgra item_types="poi_car_dealer_parts" order="12-">
                    <icon src="car_dealer.png"/>
                </itemgra>
                <itemgra item_types="poi_car_sharing" order="12-">
                    <icon src="car_sharing.png"/>
                </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="12-">
                    <icon src="attraction.png"/>
                </itemgra>
                <itemgra item_types="poi_cafe" order="12-">
                    <icon src="cafe.png"/>
                </itemgra>
                <itemgra item_types="poi_bar" order="12-">
                    <icon src="bar.png"/>
                </itemgra>
                <itemgra item_types="poi_pub" order="12-">
                    <icon src="beer.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_museum_history" order="12-">
                    <icon src="museum.png"/>
                </itemgra>
                <itemgra item_types="poi_hospital" order="12-">
                    <icon src="hospital.png"/>
                </itemgra>
                <itemgra item_types="poi_dining" order="12-">
                    <icon src="restaurant.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_bank" order="12-">
                    <icon src="bank.png"/>
                </itemgra>
                <itemgra item_types="poi_atm" order="12-">
                    <icon src="atm.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="12-">
                    <icon src="bus.png"/>
                </itemgra>
                <itemgra item_types="poi_bus_stop" order="12-">
                    <icon src="bus_stop.png"/>
                </itemgra>
                <itemgra item_types="poi_business_service" order="12-">
                    <icon src="bussines_service.xpm"/>
                </itemgra>
                <itemgra item_types="poi_car_rent" order="12-">
                    <icon src="car_rent.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_cemetery" order="12-">
                    <icon src="cemetery.xpm"/>
                </itemgra>
                <itemgra item_types="poi_church" order="12-">
                    <icon src="church.png"/>
                </itemgra>
                <itemgra item_types="poi_bahai" order="12-">
                    <icon src="bahai.png"/>
                </itemgra>
                <itemgra item_types="poi_buddhist" order="12-">
                    <icon src="buddhist.png"/>
                </itemgra>
                <itemgra item_types="poi_hindu" order="12-">
                    <icon src="hindu.png"/>
                </itemgra>
                <itemgra item_types="poi_islamic" order="12-">
                    <icon src="islamic.png"/>
                </itemgra>
                <itemgra item_types="poi_jain" order="12-">
                    <icon src="jain.png"/>
                </itemgra>
                <itemgra item_types="poi_jewish" order="12-">
                    <icon src="jewish.png"/>
                </itemgra>
                <itemgra item_types="poi_pagan" order="12-">
                    <icon src="pagan.png"/>
                </itemgra>
                <itemgra item_types="poi_pastafarian" order="12-">
                    <icon src="pastafarian.png"/>
                </itemgra>
                <itemgra item_types="poi_shinto" order="12-">
                    <icon src="shinto.png"/>
                </itemgra>
                <itemgra item_types="poi_sikh" order="12-">
                    <icon src="sikh.png"/>
                </itemgra>
                <itemgra item_types="poi_taoist" order="12-">
                    <icon src="taoist.png"/>
                </itemgra>
                <itemgra item_types="poi_cinema" order="12-">
                    <icon src="cinema.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_danger_area" order="12-">
                    <icon src="danger_16_16.png"/>
                </itemgra>
                <itemgra item_types="poi_danger_sea_wreck" order="12-">
                    <icon src="dangerous.xpm"/>
                </itemgra>
                <itemgra item_types="poi_daymark" order="12-">
                    <icon src="daymark.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_emergency" order="12-">
                    <icon src="emergency.png"/>
                </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_forbidden_area" order="12-">
                    <icon src="forbiden_area.xpm"/>
                </itemgra>
                <itemgra item_types="poi_shop_bicycle" order="12-">
                <icon src="bicycle_shop.png"/>
                </itemgra>
                <itemgra item_types="poi_shop_gps" order="15-">
                    <icon src="garmin.xpm"/>
                </itemgra>
                <itemgra item_types="poi_golf" order="12-">
                    <icon src="golf.png"/>
                </itemgra>
                <itemgra item_types="poi_government_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.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_justice" order="12-">
                    <icon src="justice.png"/>
                </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.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_marine_type" order="12-">
                    <icon src="marine_type.png"/>
                </itemgra>
                <itemgra item_types="poi_mark" order="12-">
                    <icon src="mark.png"/>
                </itemgra>
                <itemgra item_types="poi_military" order="11-">
                    <icon src="military.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_post_office,poi_post_box" 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.png"/>
                </itemgra>
                <itemgra item_types="poi_resort" order="12-">
                    <icon src="resort.png"/>
                </itemgra>
                <itemgra item_types="poi_restaurant" order="12-">
                    <icon src="restaurant.png"/>
                </itemgra>
                <itemgra item_types="poi_restricted_area" order="12-">
                    <icon src="restricted_area.xpm"/>
                </itemgra>
                <itemgra item_types="poi_restroom" order="13-">
                    <icon src="toilets.png"/>
                </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.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_shop_computer" order="12-">
                    <icon src="shop_computer.png"/>
                </itemgra>
                <itemgra item_types="poi_shop_department" order="12-">
                    <icon src="shop_department.png"/>
                </itemgra>
                <itemgra item_types="poi_shop_furniture" order="12-">
                    <icon src="shop_furnish.xpm"/>
                </itemgra>
                <itemgra item_types="poi_shop_grocery" order="12-">
                    <icon src="shop_grocery.png"/>
                </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="12-">
                    <icon src="skiing.png"/>
                </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="12-">
                    <icon src="stadium.png"/>
                </itemgra>
                <itemgra item_types="poi_swimming" order="12-">
                    <icon src="swimming.png"/>
                </itemgra>
                <itemgra item_types="poi_telephone" order="13-">
                    <icon src="telephone.png"/>
                </itemgra>
                <itemgra item_types="poi_theater" order="12-">
                    <icon src="theater.png"/>
                </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.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_wrecker" order="12-">
                    <icon src="wrecker.xpm"/>
                </itemgra>
                <itemgra item_types="poi_zoo" order="9-">
                    <icon src="zoo.png"/>
                </itemgra>
                <itemgra item_types="poi_picnic" order="12-">
                    <icon src="picnic.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_taxi" order="13-">
                    <icon src="taxi.png"/>
                </itemgra>
                <itemgra item_types="poi_image" order="12-">
                    <image/>
                </itemgra>
                <itemgra item_types="poi_bench" order="13-">
                    <icon src="bench.png"/>
                </itemgra>
                <itemgra item_types="poi_biergarten" order="12-">
                    <icon src="beer.png"/>
                </itemgra>
                <itemgra item_types="poi_boundary_stone" order="13-">
                    <icon src="boundary_stone.png"/>
                </itemgra>
                <itemgra item_types="poi_castle" order="11-">
                    <icon src="castle.png"/>
                </itemgra>
                <itemgra item_types="poi_ruins" order="11-">
                    <icon src="ruins.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_monument" order="12-">
                    <icon src="memorial.png"/>
                </itemgra>
                <itemgra item_types="poi_shelter" order="11-">
                    <icon src="shelter.png"/>
                </itemgra>
                <itemgra item_types="poi_fountain" order="13-">
                    <icon src="fountain.png"/>
                </itemgra>
                <itemgra item_types="poi_potable_water" order="13-">
                    <icon src="drinking_water.png"/>
                </itemgra>
                <itemgra item_types="poi_toilets" order="12-">
                    <icon src="toilets.png"/>
                </itemgra>
                <itemgra item_types="poi_viewpoint" order="10-">
                    <icon src="viewpoint.png"/>
                </itemgra>
                <itemgra item_types="tec_common" order="11-">
                    <icon src="tec_common.png" w="24" h="24"/>
                </itemgra>
                <itemgra item_types="vehicle" order="0-">
                    <icon src="gui_vehicle_16_16.png" />
                </itemgra>
                <itemgra item_types="vehicle_pedestrian" order="0-">
                    <icon src="gui_vehicle_pedestrian_16_16.png" />
                </itemgra>

            </layer>
            <layer name="POI Labels">
                <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_car_sharing,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_bicycle,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle" order="14-">
                    <circle color="#606060" radius="0" width="0" text_size="10"/>
                </itemgra>
                <itemgra item_types="poi_custom0,poi_custom1,poi_custom2,poi_custom3,poi_custom4,poi_custom5,poi_custom6,poi_custom7,poi_custom8,poi_custom9,poi_customa,poi_customb,poi_customc,poi_customd,poi_custome,poi_customf" order="14-">
                    <circle color="#606060" radius="0" width="0" text_size="10"/>
                </itemgra>
            </layer>
            <layer name="Found items" ref="Found items"/>
        </layout>
        <layout name="Car-dark" daylayout="Car" color="#011001">

            <cursor w="26" h="26">
                <itemgra>
                    <circle color="#00ff00" radius="24" width="2">
                        <coord x="0" y="0"/>
                    </circle>
                </itemgra>
                <itemgra speed_range="-2">
                    <polyline color="#00ff00" width="2">
                        <coord x="0" y="0"/>
                        <coord x="0" y="0"/>
                    </polyline>
                </itemgra>
                <itemgra speed_range="3-">
                    <polyline color="#00ff00" width="2">
                        <coord x="-7" y="-10"/>
                        <coord x="0" y="12"/>
                        <coord x="7" y="-10"/>
                    </polyline>
                </itemgra>
            </cursor>

            <layer name="polygons">
                <itemgra item_types="image" order="0-">
                    <image/>
                </itemgra>
                <itemgra item_types="poly_wood" order="0-">
                    <polygon color="#041a06"/>
                    <text color="#55c4bd" background_color="#000000" text_size="5"/>
                </itemgra>
                <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-">
                    <polygon color="#041a06"/>
                    <text color="#55c4bd" background_color="#000000" text_size="5"/>
                </itemgra>
                <itemgra item_types="poly_farm" order="0-">
                    <polygon color="#041a06"/>
                    <text color="#55c4bd" background_color="#000000" text_size="5"/>
                </itemgra>
                <itemgra item_types="poly_meadow" order="0-">
                    <polygon color="#041a06"/>
                </itemgra>
                <itemgra item_types="poly_town" order="0-">
                    <polygon color="#191711"/>
                </itemgra>
                <itemgra item_types="poly_university" order="8-">
                    <polygon color="#140f14"/>
                </itemgra>
                <itemgra item_types="poly_water" order="0-">
                    <polygon color="#010321"/>
                    <text color="#55c4bd" background_color="#000000" text_size="5"/>
                </itemgra>
                <itemgra item_types="poly_land" order="0-">
                    <polygon color="#011001"/>
                    <text color="#55c4bd" background_color="#000000" text_size="5"/>
                </itemgra>
                <itemgra item_types="poly_park" order="0-">
                    <polygon color="#041a06"/>
                    <text color="#55c4bd" background_color="#000000" text_size="5"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="10">
                    <polygon color="#202020"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="11">
                    <polyline color="#1e0728" width="3"/>
                    <polygon color="#202020"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="12">
                    <polyline color="#1e0728" width="5"/>
                    <polygon color="#202020"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="13">
                    <polyline color="#1e0728" width="6"/>
                    <polygon color="#202020"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="14">
                    <polyline color="#1e0728" width="7"/>
                    <polygon color="#202020"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="15">
                    <polyline color="#1e0728" width="9"/>
                    <polygon color="#202020"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="16">
                    <polyline color="#1e0728" width="10"/>
                    <polygon color="#202020"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="17">
                    <polyline color="#1e0728" width="12"/>
                    <polygon color="#202020"/>
                </itemgra>
                <itemgra item_types="poly_pedestrian" order="18">
                    <polyline color="#1e0728" width="20"/>
                    <polygon color="#202020"/>
                </itemgra>
                <itemgra item_types="poly_airport" order="0-">
                    <polygon color="#002e00"/>
                </itemgra>
                <itemgra item_types="poly_sport,poly_sports_pitch" order="0-">
                    <polygon color="#0c220c"/>
                </itemgra>
                <itemgra item_types="poly_industry,poly_place" order="0-">
                    <polygon color="#111111"/>
                </itemgra>
                <itemgra item_types="poly_service" order="8-18">
                    <polygon color="#1a1a1a"/>
                    <polyline color="#282828" width="1"/>
                </itemgra>
                <itemgra item_types="poly_street_1" order="8-13">
                    <polygon color="#24092f"/>
                </itemgra>
                <itemgra item_types="poly_street_1" order="14-16">
                    <polygon color="#24092f"/>
                </itemgra>
                <itemgra item_types="poly_street_1" order="17-18">
                    <polygon color="#24092f"/>
                </itemgra>
                <itemgra item_types="poly_street_2" order="7-12">
                    <polygon color="#c5c300"/>
                    <polyline color="#c0c0c0" width="1"/>
                </itemgra>
                <itemgra item_types="poly_street_2" order="13-16">
                    <polygon color="#c5c300"/>
                    <polyline color="#c0c0c0" width="2"/>
                </itemgra>
                <itemgra item_types="poly_street_2" order="17-18">
                    <polygon color="#c5c300"/>
                    <polyline color="#c0c0c0" width="3"/>
                </itemgra>
                <itemgra item_types="poly_street_3" order="7-11">
                    <polygon color="#c5c300"/>
                    <polyline color="#a0a0a0" width="1"/>
                </itemgra>
                <itemgra item_types="poly_street_3" order="12-15">
                    <polygon color="#c5c300"/>
                    <polyline color="#a0a0a0" width="2"/>
                </itemgra>
                <itemgra item_types="poly_street_3" order="16-18">
                    <polygon color="#c5c300"/>
                    <polyline color="#a0a0a0" width="3"/>
                </itemgra>
                <itemgra item_types="water_line" order="0-">
                    <polyline color="#010321" width="1"/>
                    <text color="#55c4bd" background_color="#000000" text_size="5"/>
                </itemgra>
                <itemgra item_types="water_river" order="4-5">
                    <polyline color="#010321" width="1"/>
                </itemgra>
                <itemgra item_types="water_river" order="6">
                    <polyline color="#010321" width="2"/>
                </itemgra>
                <itemgra item_types="water_river" order="7">
                    <polyline color="#010321" width="3"/>
                    <text color="#55c4bd" background_color="#000000" text_size="5"/>
                </itemgra>
                <itemgra item_types="water_river" order="8-9">
                    <polyline color="#010321" width="4"/>
                    <text color="#55c4bd" background_color="#000000" text_size="7"/>
                </itemgra>
                <itemgra item_types="water_river" order="10-">
                    <polyline color="#010321" width="4"/>
                    <text color="#55c4bd" background_color="#000000" text_size="10"/>
                </itemgra>
                <itemgra item_types="water_canal" order="6">
                    <polyline color="#010321" width="1"/>
                </itemgra>
                <itemgra item_types="water_canal" order="7">
                    <polyline color="#010321" width="2"/>
                    <text color="#55c4bd" background_color="#000000" text_size="5"/>
                </itemgra>
                <itemgra item_types="water_canal" order="8-9">
                    <polyline color="#010321" width="3"/>
                    <text color="#55c4bd" background_color="#000000" text_size="7"/>
                </itemgra>
                <itemgra item_types="water_canal" order="10-">
                    <polyline color="#010321" width="3"/>
                    <text color="#55c4bd" background_color="#000000" text_size="10"/>
                </itemgra>
                <itemgra item_types="water_stream" order="8-9">
                    <polyline color="#010321" width="1"/>
                </itemgra>
                <itemgra item_types="water_stream" order="10-">
                    <polyline color="#010321" width="2"/>
                    <text color="#55c4bd" background_color="#000000" text_size="7"/>
                </itemgra>
                <itemgra item_types="water_drain" order="10-">
                    <polyline color="#010321" width="1"/>
                    <text color="#55c4bd" background_color="#000000" text_size="5"/>
                </itemgra>
                <itemgra item_types="poly_apron" order="0-">
                    <polygon color="#041a06"/>
                </itemgra>
                <itemgra item_types="poly_terminal" order="7-">
                    <polygon color="#282424"/>
                </itemgra>
                <itemgra item_types="poly_cemetery" order="8-">
                    <polygon color="#041a06"/>
                </itemgra>
                <itemgra item_types="poly_car_parking" order="8-">
                    <polygon color="#1a170f"/>
                </itemgra>
                <itemgra item_types="poly_building" order="8-">
                    <polygon color="#282424"/>
                </itemgra>
                <itemgra item_types="rail" order="6-8">
                    <polyline color="#282828" width="2"/>
                    <polyline color="#3d3d3d" dash="1,5" width="1"/>
                </itemgra>
                <itemgra item_types="rail" order="9-">
                    <polyline color="#282828" width="3"/>
                    <polyline color="#3d3d3d" dash="1,5" width="1"/>
                </itemgra>
                <itemgra item_types="ferry" order="5-">
                    <polyline color="#113111" width="1" dash="10"/>
                </itemgra>
                <itemgra item_types="border_country" order="0-">
                    <polyline color="#0d0b41" width="1" dash="10,5,2,5"/>
                </itemgra>
                <itemgra item_types="border_state" order="0-">
                    <polyline color="#808080" width="1"/>
                </itemgra>
                <itemgra item_types="height_line_1" order="0-">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="height_line_2" order="0-">
                    <polyline color="#000000" width="2"/>
                </itemgra>
            </layer>
            <layer name="streets">
                <itemgra item_types="street_route" order="2">
                    <polyline color="#0000a0" width="4"/>
                </itemgra>
                <itemgra item_types="street_route" order="3-5">
                    <polyline color="#0000a0" width="8"/>
                </itemgra>
                <itemgra item_types="street_route" order="6">
                    <polyline color="#0000a0" width="10"/>
                </itemgra>
                <itemgra item_types="street_route" order="7-8">
                    <polyline color="#0000a0" width="16"/>
                </itemgra>
                <itemgra item_types="street_route" order="9-10">
                    <polyline color="#0000a0" width="20"/>
                </itemgra>
                <itemgra item_types="street_route" order="11">
                    <polyline color="#0000a0" width="28"/>
                </itemgra>
                <itemgra item_types="street_route" order="12">
                    <polyline color="#0000a0" width="32"/>
                </itemgra>
                <itemgra item_types="street_route" order="13">
                    <polyline color="#0000a0" width="52"/>
                </itemgra>
                <itemgra item_types="street_route" order="14">
                    <polyline color="#0000a0" width="64"/>
                </itemgra>
                <itemgra item_types="street_route" order="15">
                    <polyline color="#0000a0" width="68"/>
                </itemgra>
                <itemgra item_types="street_route" order="16">
                    <polyline color="#0000a0" width="132"/>
                </itemgra>
                <itemgra item_types="street_route" order="17">
                    <polyline color="#0000a0" width="268"/>
                </itemgra>
                <itemgra item_types="street_route" order="18">
                    <polyline color="#0000a0" width="530"/>
                </itemgra>
                <itemgra item_types="street_nopass" order="10-">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="track_paved" order="10-">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="track_gravelled" order="10-12">
                    <polyline color="#800000" width="1" dash="3,6"/>
                </itemgra>
                <itemgra item_types="track_gravelled" order="13-14">
                    <polyline color="#3d3d3d" width="4"/>
                    <polyline color="#800000" width="1" dash="4,8"/>
                </itemgra>
                <itemgra item_types="track_gravelled" order="15-16">
                    <polyline color="#3d3d3d" width="5"/>
                    <polyline color="#800000" width="1" dash="5,10"/>
                </itemgra>
                <itemgra item_types="track_gravelled" order="17-">
                    <polyline color="#3d3d3d" width="7"/>
                    <polyline color="#800000" width="1" dash="7,15"/>
                </itemgra>
                <itemgra item_types="track_unpaved" order="10-">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="bridleway" order="10-">
                    <polyline color="#1e0728" width="1"/>
                </itemgra>
                <itemgra item_types="cycleway" order="10-">
                    <polyline color="#1e0728" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_novice" order="10-12">
                    <polyline color="#00A000" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_novice" order="13-14">
                    <polyline color="#00A000" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_novice" order="15-16">
                    <polyline color="#00A000" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_novice" order="17-">
                    <polyline color="#00A000" width="5"/>
                </itemgra>
                <itemgra item_types="piste_downhill_easy" order="10-12">
                    <polyline color="#0000ff" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_easy" order="13-14">
                    <polyline color="#0000ff" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_easy" order="15-16">
                    <polyline color="#0000ff" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_easy" order="17-">
                    <polyline color="#0000ff" width="5"/>
                </itemgra>
                <itemgra item_types="piste_downhill_intermediate" order="10-12">
                    <polyline color="#900000" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_intermediate" order="13-14">
                    <polyline color="#900000" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_intermediate" order="15-16">
                    <polyline color="#900000" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_intermediate" order="17-">
                    <polyline color="#900000" width="5"/>
                </itemgra>
                <itemgra item_types="piste_downhill_advanced" order="10-12">
                    <polyline color="#000000" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_advanced" order="13-14">
                    <polyline color="#000000" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_advanced" order="15-16">
                    <polyline color="#000000" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_advanced" order="17-">
                    <polyline color="#000000" width="5"/>
                </itemgra>
                <itemgra item_types="piste_downhill_expert" order="10-12">
                    <polyline color="#ffaa00" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_expert" order="13-14">
                    <polyline color="#ffaa00" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_expert" order="15-16">
                    <polyline color="#ffaa00" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_expert" order="17-">
                    <polyline color="#ffaa00" width="5"/>
                </itemgra>
                <itemgra item_types="piste_downhill_freeride" order="10-12">
                    <polyline color="#c5c300" width="1"/>
                </itemgra>
                <itemgra item_types="piste_downhill_freeride" order="13-14">
                    <polyline color="#c5c300" width="2"/>
                </itemgra>
                <itemgra item_types="piste_downhill_freeride" order="15-16">
                    <polyline color="#c5c300" width="3"/>
                </itemgra>
                <itemgra item_types="piste_downhill_freeride" order="17-">
                    <polyline color="#c5c300" width="5"/>
                </itemgra>
                <itemgra item_types="lift_cable_car" order="6-">
                    <polyline color="#3d3d3d" width="1" dash="5"/>
                </itemgra>
                <itemgra item_types="lift_chair" order="6-">
                    <polyline color="#3d3d3d" width="1" dash="5"/>
                </itemgra>
                <itemgra item_types="lift_drag" order="6-">
                    <polyline color="#3d3d3d" width="1" dash="5"/>
                </itemgra>
                <itemgra item_types="piste_nordic" order="10-12">
                    <polyline color="#0000ff" width="1" dash="3,6"/>
                </itemgra>
                <itemgra item_types="piste_nordic" order="13-14">
                    <polyline color="#0000ff" width="2"/>
                    <polyline color="#000000" width="1" dash="4,8"/>
                </itemgra>
                <itemgra item_types="piste_nordic" order="15-16">
                    <polyline color="#0000ff" width="3"/>
                    <polyline color="#000000" width="1" dash="5,10"/>
                </itemgra>
                <itemgra item_types="piste_nordic" order="17-">
                    <polyline color="#0000ff" width="5"/>
                    <polyline color="#000000" width="1" dash="7,15"/>
                </itemgra>
                <itemgra item_types="footway" order="11-12">
                    <polyline color="#4e0000" width="1" dash="3,6"/>
                </itemgra>
                <itemgra item_types="footway" order="13-14">
                    <polyline color="#4e0000" width="2"/>
                    <polyline color="#000000" width="1" dash="4,8"/>
                </itemgra>
                <itemgra item_types="footway" order="15-16">
                    <polyline color="#4e0000" width="3"/>
                    <polyline color="#000000" width="1" dash="5,10"/>
                </itemgra>
                <itemgra item_types="footway" order="17-">
                    <polyline color="#4e0000" width="5"/>
                    <polyline color="#000000" width="1" dash="7,15"/>
                </itemgra>
                <itemgra item_types="steps" order="14-15">
                    <polyline color="#4d4e11" width="1"/>
                </itemgra>
                <itemgra item_types="steps" order="16">
                    <polyline color="#4d4e11" width="2"/>
                </itemgra>
                <itemgra item_types="steps" order="17-18">
                    <polyline color="#4d4e11" width="3"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="10">
                    <polyline color="#1e0728" width="1"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="11">
                    <polyline color="#1e0728" width="5"/>
                    <polyline color="#202020" width="2"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="12">
                    <polyline color="#1e0728" width="8"/>
                    <polyline color="#202020" width="3"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="13">
                    <polyline color="#1e0728" width="9"/>
                    <polyline color="#202020" width="4"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="14">
                    <polyline color="#1e0728" width="13"/>
                    <polyline color="#202020" width="7"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="15">
                    <polyline color="#1e0728" width="18"/>
                    <polyline color="#202020" width="10"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="16">
                    <polyline color="#1e0728" width="21"/>
                    <polyline color="#202020" width="13"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="17">
                    <polyline color="#1e0728" width="25"/>
                    <polyline color="#202020" width="17"/>
                </itemgra>
                <itemgra item_types="street_pedestrian,living_street" order="18">
                    <polyline color="#1e0728" width="40"/>
                    <polyline color="#202020" width="30"/>
                </itemgra>
                <itemgra item_types="street_service" order="10">
                    <polyline color="#2c2c2c" width="2"/>
                </itemgra>
                <itemgra item_types="street_service" order="11">
                    <polyline color="#2c2c2c" width="2"/>
                </itemgra>
                <itemgra item_types="street_service" order="12">
                    <polyline color="#2c2c2c" width="3"/>
                </itemgra>
                <itemgra item_types="street_service" order="13">
                    <polyline color="#2c2c2c" width="4"/>
                </itemgra>
                <itemgra item_types="street_service" order="14">
                    <polyline color="#2c2c2c" width="5"/>
                </itemgra>
                <itemgra item_types="street_service" order="15">
                    <polyline color="#2c2c2c" width="6"/>
                </itemgra>
                <itemgra item_types="street_service" order="16">
                    <polyline color="#2c2c2c" width="7"/>
                </itemgra>
                <itemgra item_types="street_service" order="17">
                    <polyline color="#2c2c2c" width="8"/>
                </itemgra>
                <itemgra item_types="street_service" order="18">
                    <polyline color="#2c2c2c" width="9"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="12">
                    <polyline color="#2c2c2c" width="2"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="13">
                    <polyline color="#2c2c2c" width="2"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="14">
                    <polyline color="#2c2c2c" width="3"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="15">
                    <polyline color="#2c2c2c" width="4"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="16">
                    <polyline color="#2c2c2c" width="5"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="17">
                    <polyline color="#2c2c2c" width="6"/>
                </itemgra>
                <itemgra item_types="street_parking_lane" order="18">
                    <polyline color="#2c2c2c" width="7"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="10">
                    <polyline color="#24092f" width="2"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
                    <polyline color="#24092f" width="3"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
                    <polyline color="#24092f" width="5"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
                    <polyline color="#24092f" width="9"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
                    <polyline color="#24092f" width="13"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
                    <polyline color="#24092f" width="14"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
                    <polyline color="#24092f" width="26"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
                    <polyline color="#24092f" width="61"/>
                </itemgra>
                <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
                    <polyline color="#24092f" width="126"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land" order="8">
                    <polyline color="#1d4c19" width="1"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land" order="9">
                    <polyline color="#1d4c19" width="1"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land" order="10">
                    <polyline color="#1d4c19" width="2"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land" order="11">
                    <polyline color="#1d4c19" width="4"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land" order="12">
                    <polyline color="#1d4c19" width="7"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land" order="13">
                    <polyline color="#1d4c19" width="11"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land" order="14">
                    <polyline color="#1d4c19" width="14"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land" order="15">
                    <polyline color="#1d4c19" width="17"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land" order="16">
                    <polyline color="#1d4c19" width="30"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land" order="17">
                    <polyline color="#1d4c19" width="67"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land" order="18">
                    <polyline color="#1d4c19" width="138"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="7-8">
                    <polyline color="#4d4e11" width="1"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="9">
                    <polyline color="#4d4e11" width="2"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="10">
                    <polyline color="#4d4e11" width="4"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="11">
                    <polyline color="#4d4e11" width="5"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="12">
                    <polyline color="#4d4e11" width="7"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="13">
                    <polyline color="#4d4e11" width="14"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="14">
                    <polyline color="#4d4e11" width="17"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="15">
                    <polyline color="#4d4e11" width="21"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="16">
                    <polyline color="#4d4e11" width="34"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="17">
                    <polyline color="#4d4e11" width="73"/>
                </itemgra>
                <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="18">
                    <polyline color="#4d4e11" width="150"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-5">
                    <polyline color="#430000" width="1"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="6-8">
                    <polyline color="#430000" width="2"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
                    <polyline color="#430000" width="3"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
                    <polyline color="#430000" width="4"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
                    <polyline color="#430000" width="7"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
                    <polyline color="#430000" width="9"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
                    <polyline color="#430000" width="14"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
                    <polyline color="#430000" width="17"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
                    <polyline color="#430000" width="20"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
                    <polyline color="#430000" width="33"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
                    <polyline color="#430000" width="72"/>
                </itemgra>
                <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
                    <polyline color="#430000" width="150"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="2">
                    <polyline color="#760000" width="1"/>
                </itemgra>
                <!--1d4c19/0d740d-->
                <itemgra item_types="highway_city,highway_land" order="3-5">
                    <polyline color="#640000" width="3"/>
                    <polyline color="#0a5c0a" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="6">
                    <polyline color="#640000" width="4"/>
                    <polyline color="#0a5c0a" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="7-8">
                    <polyline color="#640000" width="6"/>
                    <polyline color="#005b00" width="1"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="9-10">
                    <polyline color="#640000" width="8"/>
                    <polyline color="#0a5c0a" width="2"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="11">
                    <polyline color="#640000" width="12"/>
                    <polyline color="#0a5c0a" width="3"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="12">
                    <polyline color="#640000" width="13"/>
                    <polyline color="#0a5c0a" width="3"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="13">
                    <polyline color="#640000" width="17"/>
                    <polyline color="#0a5c0a" width="4"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="14">
                    <polyline color="#640000" width="24"/>
                    <polyline color="#0a5c0a" width="4"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="15">
                    <polyline color="#640000" width="27"/>
                    <polyline color="#0a5c0a" width="5"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="16">
                    <polyline color="#640000" width="59"/>
                    <polyline color="#0a5c0a" width="6"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="17">
                    <polyline color="#640000" width="127"/>
                    <polyline color="#0a5c0a" width="7"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land" order="18">
                    <polyline color="#640000" width="258"/>
                    <polyline color="#0a5c0a" width="8"/>
                </itemgra>
                <!-- This entry shows all unknown linear elements as blue lines -->
                <!--
                <itemgra item_types="street_unkn" order="0-">
                    <polyline color="#8080ff" width="3"/>
                </itemgra>
                -->
                <itemgra item_types="highway_exit_label" order="10-">
                    <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street" order="10-18">
                    <text text_size="8" color="#55c4bd" background_color="#000000"/>
                </itemgra>
                <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
                    <text text_size="9" color="#55c4bd" background_color="#000000"/>
                </itemgra>
                <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land,footway" order="12-18">
                    <text text_size="9" color="#55c4bd" background_color="#000000"/>
                </itemgra>
            </layer>
            <layer name="polylines">
                <itemgra item_types="aeroway_taxiway" order="10">
                    <polyline color="#404040" width="4"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="11">
                    <polyline color="#404040" width="6"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="12">
                    <polyline color="#404040" width="10"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="13">
                    <polyline color="#404040" width="12"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="14">
                    <polyline color="#404040" width="15"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="15">
                    <polyline color="#404040" width="17"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="16">
                    <polyline color="#404040" width="33"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="17">
                    <polyline color="#404040" width="69"/>
                </itemgra>
                <itemgra item_types="aeroway_taxiway" order="18">
                    <polyline color="#404040" width="132"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="2-6">
                    <polyline color="#404040" width="1"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="7-8">
                    <polyline color="#404040" width="3"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="9">
                    <polyline color="#404040" width="5"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="10">
                    <polyline color="#404040" width="6"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="11">
                    <polyline color="#404040" width="9"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="12">
                    <polyline color="#404040" width="13"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="13">
                    <polyline color="#404040" width="18"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="14">
                    <polyline color="#404040" width="21"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="15">
                    <polyline color="#404040" width="24"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="16">
                    <polyline color="#404040" width="39"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="17">
                    <polyline color="#404040" width="78"/>
                </itemgra>
                <itemgra item_types="aeroway_runway" order="18">
                    <polyline color="#404040" width="156"/>
                </itemgra>
                <itemgra item_types="rail_tram,bus_guideway" order="10-">
                    <polyline color="#3d3d3d" width="2"/>
                </itemgra>
            </layer>
            <layer name="labels">
                <itemgra item_types="town_label,district_label,town_label_0e0,town_label_1e0,town_label_2e0,town_label_5e0,town_label_1e1,town_label_2e1,town_label_5e1,town_label_1e2,town_label_2e2,town_label_5e2,district_label_0e0,district_label_1e0,district_label_2e0,district_label_5e0,district_label_1e1,district_label_2e1,district_label_5e1,district_label_1e2,district_label_2e2,district_label_5e2" order="12-">
                    <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="11-">
                    <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3,place_label" order="10-">
                    <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
                    <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="8-">
                    <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
                </itemgra>
                <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="6-">
                    <circle color="#55c4bd" background_color="#000000" radius="3" text_size="10"/>
                </itemgra>
                <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="4-">
                    <circle color="#55c4bd" background_color="#000000" radius="3" text_size="10"/>
                </itemgra>
                <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
                    <circle color="#55c4bd" background_color="#000000" radius="3" text_size="15"/>
                </itemgra>
                <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="2-">
                    <circle color="#55c4bd" background_color="#000000" radius="3" text_size="15"/>
                </itemgra>
                <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
                    <circle color="#55c4bd" background_color="#000000" radius="3" text_size="15"/>
                </itemgra>
            </layer>
            <layer name="Internal">
                <itemgra item_types="track" order="3-">
                    <polyline color="#3f3f3f" width="1"/>
                </itemgra>
                <itemgra item_types="track_tracked" order="7-">
                    <polyline color="#3f3fff" width="3"/>
                </itemgra>
                <itemgra item_types="rg_segment" order="0-">
                    <polyline color="#FF089C" width="1"/>
                    <arrows color="#FF089C" width="1"/>
                </itemgra>
                <itemgra item_types="rg_point" order="0-">
                    <circle color="#FF089C" radius="10" background_color="#000000" text_size="7"/>
                </itemgra>
                <itemgra item_types="nav_left_1" order="0-">
                    <icon src="nav_left_1_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_left_2" order="0-">
                    <icon src="nav_left_2_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_left_3" order="0-">
                    <icon src="nav_left_3_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_right_1" order="0-">
                    <icon src="nav_right_1_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_right_2" order="0-">
                    <icon src="nav_right_2_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_right_3" order="0-">
                    <icon src="nav_right_3_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_straight" order="0-">
                    <icon src="nav_straight_bk.svg" w="32" h="32"/>
                </itemgra>
                <itemgra item_types="nav_turnaround" order="0-">
                    <icon src="nav_turnaround_left_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="route_end" order="0-">
                    <icon src="nav_destination_wh.svg" w="32" h="32" x="4" y="30"/>
                </itemgra>
                <itemgra item_types="nav_none" order="0-">
                    <icon src="unknown.svg"/>
                </itemgra>
                <itemgra item_types="announcement" order="7-">
                    <icon src="gui_sound_32_32.png"/>
                    <circle color="#FF089C" radius="10" background_color="#000000" text_size="7"/>
                </itemgra>

                <itemgra item_types="waypoint,route_end" order="2">
                    <circle color="#00a0a0" radius="4" width="2" background_color="#000000" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="3-5">
                    <circle color="#00a0a0" radius="8" width="2" background_color="#000000" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="6">
                    <circle color="#00a0a0" radius="10" width="2" background_color="#000000" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="7-8">
                    <circle color="#00a0a0" radius="16" width="2" background_color="#000000" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="9-10">
                    <circle color="#00a0a0" radius="20" width="4" background_color="#000000" text_size="32"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="11">
                    <circle color="#00a0a0" radius="28" width="4" background_color="#000000" text_size="32"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="12">
                    <circle color="#00a0a0" radius="32" width="4" background_color="#000000" text_size="32"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="13">
                    <circle color="#00a0a0" radius="52" width="4" background_color="#000000" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="14">
                    <circle color="#00a0a0" radius="64" width="4" background_color="#000000" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="15">
                    <circle color="#00a0a0" radius="68" width="6" background_color="#000000" text_size="24"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="16">
                    <circle color="#00a0a0" radius="132" width="8" background_color="#000000" text_size="32"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="17">
                    <circle color="#00a0a0" radius="268" width="8" background_color="#000000" text_size="48"/>
                </itemgra>
                <itemgra item_types="waypoint,route_end" order="18">
                    <circle color="#00a0a0" radius="530" width="8" background_color="#000000" text_size="48"/>
                </itemgra>
            </layer>
            <layer name="points">
                <itemgra item_types="mini_roundabout" order="12-">
                    <icon src="mini_roundabout.png"/>
                </itemgra>
                <itemgra item_types="turning_circle" order="12-">
                    <icon src="mini_roundabout.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_car_parking" order="11-">
                    <icon src="parking.png"/>
                </itemgra>
                <itemgra item_types="poi_car_sharing" order="11-">
                    <icon src="car_sharing.png"/>
                </itemgra>
                <itemgra item_types="poi_car_dealer_parts" order="0-">
                    <icon src="car_dealer.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_bar" order="12-">
                    <icon src="bar.png"/>
                </itemgra>
                <itemgra item_types="poi_pub" order="12-">
                    <icon src="beer.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_museum_history" order="12-">
                    <icon src="museum.png"/>
                </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="restaurant.png"/>
                </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="car_dealer.png"/>
                </itemgra>
                <itemgra item_types="poi_bank" order="12-">
                    <icon src="bank.png"/>
                </itemgra>
                <itemgra item_types="poi_atm" order="12-">
                    <icon src="atm.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_stop.png"/>
                </itemgra>
                <itemgra item_types="poi_business_service" order="0-">
                    <icon src="bussines_service.xpm"/>
                </itemgra>
                <itemgra item_types="poi_car_rent" order="11-">
                    <icon src="car_rent.png"/>
                </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.png"/>
                </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_bahai" order="11-">
                    <icon src="bahai.png"/>
                </itemgra>
                <itemgra item_types="poi_buddhist" order="11-">
                    <icon src="buddhist.png"/>
                </itemgra>
                <itemgra item_types="poi_hindu" order="11-">
                    <icon src="hindu.png"/>
                </itemgra>
                <itemgra item_types="poi_islamic" order="11-">
                    <icon src="islamic.png"/>
                </itemgra>
                <itemgra item_types="poi_jain" order="11-">
                    <icon src="jain.png"/>
                </itemgra>
                <itemgra item_types="poi_jewish" order="11-">
                    <icon src="jewish.png"/>
                </itemgra>
                <itemgra item_types="poi_pagan" order="11-">
                    <icon src="pagan.png"/>
                </itemgra>
                <itemgra item_types="poi_pastafarian" order="11-">
                    <icon src="pastafarian.png"/>
                </itemgra>
                <itemgra item_types="poi_shinto" order="11-">
                    <icon src="shinto.png"/>
                </itemgra>
                <itemgra item_types="poi_sikh" order="11-">
                    <icon src="sikh.png"/>
                </itemgra>
                <itemgra item_types="poi_taoist" order="11-">
                    <icon src="taoist.png"/>
                </itemgra>
                <itemgra item_types="poi_cinema" order="12-">
                    <icon src="cinema.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_danger_area" order="12-">
                    <icon src="danger_16_16.png"/>
                </itemgra>
                <itemgra item_types="poi_danger_sea_wreck" order="0-">
                    <icon src="dangerous.xpm"/>
                </itemgra>
                <itemgra item_types="poi_daymark" order="0-">
                    <icon src="daymark.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_emergency" order="0-">
                    <icon src="emergency.png"/>
                </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_forbidden_area" order="0-">
                    <icon src="forbiden_area.xpm"/>
                </itemgra>
                <itemgra item_types="poi_shop_gps" order="0-">
                    <icon src="garmin.xpm"/>
                </itemgra>
                <itemgra item_types="poi_golf" order="12-">
                    <icon src="golf.png"/>
                </itemgra>
                <itemgra item_types="poi_government_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.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_justice" order="10-">
                    <icon src="justice.png"/>
                </itemgra>
                <itemgra item_types="poi_landmark" order="0-">
                    <icon src="landmark.png"/>
                </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.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_marine_type" order="0-">
                    <icon src="marine_type.png"/>
                </itemgra>
                <itemgra item_types="poi_mark" order="0-">
                    <icon src="mark.png"/>
                </itemgra>
                <itemgra item_types="poi_military" order="0-">
                    <icon src="military.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_post_office,poi_post_box" 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" background_color="#000000" radius="6" width="2" text_size="8"/>
                </itemgra>
                <itemgra item_types="poi_rail_station" order="11-">
                    <circle color="#000000" radius="3" width="3"/>
                    <circle color="#3d3d3d" background_color="#000000" radius="6" width="2" text_size="8"/>
                </itemgra>
                <itemgra item_types="poi_rail_tram_stop" order="10-11">
                    <circle color="#3d3d3d" background_color="#000000" radius="2" width="2"/>
                </itemgra>
                <itemgra item_types="poi_rail_tram_stop" order="12-">
                    <circle color="#000000" radius="3" width="3"/>
                    <circle color="#3d3d3d" background_color="#000000" radius="6" width="2" text_size="8"/>
                </itemgra>
                <itemgra item_types="poi_repair_service" order="0-">
                    <icon src="repair_service.png"/>
                </itemgra>
                <itemgra item_types="poi_resort" order="0-">
                    <icon src="resort.png"/>
                </itemgra>
                <itemgra item_types="poi_restaurant" order="12-">
                    <icon src="restaurant.png"/>
                </itemgra>
                <itemgra item_types="poi_restricted_area" order="0-">
                    <icon src="restricted_area.xpm"/>
                </itemgra>
                <itemgra item_types="poi_restroom" order="13-">
                    <icon src="toilets.png"/>
                </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.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_shop_computer" order="0-">
                    <icon src="shop_computer.png"/>
                </itemgra>
                <itemgra item_types="poi_shop_department" order="0-">
                    <icon src="shop_department.png"/>
                </itemgra>
                <itemgra item_types="poi_shop_furniture" order="0-">
                    <icon src="shop_furnish.xpm"/>
                </itemgra>
                <itemgra item_types="poi_shop_grocery" order="0-">
                    <icon src="shop_grocery.png"/>
                </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.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_swimming" order="12-">
                    <icon src="swimming.png"/>
                </itemgra>
                <itemgra item_types="poi_taxi" order="13-">
                    <icon src="taxi.png"/>
                </itemgra>
                <itemgra item_types="poi_telephone" order="13-">
                    <icon src="telephone.png"/>
                </itemgra>
                <itemgra item_types="poi_theater" order="12-">
                    <icon src="theater.png"/>
                </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.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_wine" order="0-">
                    <icon src="wine.xpm"/>
                </itemgra>
                <itemgra item_types="poi_worship" order="0-">
                    <icon src="worship.png"/>
                </itemgra>
                <itemgra item_types="poi_wrecker" order="0-">
                    <icon src="wrecker.xpm"/>
                </itemgra>
                <itemgra item_types="poi_zoo" order="10-">
                    <icon src="zoo.png"/>
                </itemgra>
                <itemgra item_types="poi_picnic" order="11-">
                    <icon src="picnic.png"/>
                </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="poi_image" order="0-">
                    <image/>
                </itemgra>
                <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bike layout? -->
                <itemgra item_types="poi_bench" order="13-">
                    <icon src="bench.png"/>
                </itemgra>
                <itemgra item_types="poi_biergarten" order="12-">
                    <icon src="beer.png"/>
                </itemgra>
                <itemgra item_types="poi_boundary_stone" order="13-">
                    <icon src="boundary_stone.png"/>
                </itemgra>
                <itemgra item_types="poi_castle" order="12-">
                    <icon src="castle.png"/>
                </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.png"/>
                </itemgra>
                <itemgra item_types="poi_monument" order="12-">
                    <icon src="memorial.png"/>
                </itemgra>
                <itemgra item_types="poi_shelter" order="10-">
                    <icon src="shelter.png"/>
                </itemgra>
                <itemgra item_types="poi_fountain" order="12-">
                    <icon src="fountain.png"/>
                </itemgra>
                <itemgra item_types="poi_potable_water" order="12-">
                    <icon src="drinking_water.png"/>
                </itemgra>
                <itemgra item_types="poi_toilets" order="12-">
                    <icon src="toilets.png"/>
                </itemgra>
                <itemgra item_types="poi_viewpoint" order="12-">
                    <icon src="viewpoint.png"/>
                </itemgra>
                <itemgra item_types="tec_common" order="11-">
                    <icon src="tec_common.png" w="24" h="24"/>
                </itemgra>
                <itemgra item_types="vehicle" order="0-">
                    <icon src="gui_vehicle_16_16.png" />
                </itemgra>
                <itemgra item_types="vehicle_pedestrian" order="0-">
                    <icon src="gui_vehicle_pedestrian_16_16.png" />
                </itemgra>
            </layer>
            <layer name="POI Labels">
                <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_car_sharing,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle" order="14-">
                    <circle color="#606060" background_color="#000000" radius="0" width="0" text_size="10"/>
                </itemgra>
            </layer>
            <layer name="Found items" ref="Found items"/>
        </layout>

        <layout name="Route">
            <layer name="streets">
                <itemgra item_types="street_route_occluded" order="0-">
                    <polyline color="#0000a0" width="20"/>
                </itemgra>
            </layer>
        </layout>

    </navit>
</config>

and the include : autopi.xml :


<!-- barre latérrale -->
<osd enabled="yes" x="650" y="0" type="button"
    src="/media/freddy/CSSTORAGE/macauto/navit/data/icons/barreLat.bleu.png"
  command='spawn("system/ChgtWindows.sh", "AUTORADIO")' />

<!-- barre du haut -->
<osd enabled="no" x="0" y="0" type="button"
  src="/media/freddy/CSSTORAGE/macauto/navit/data/icons/barreHaut.png"
  command='spawn("system/ChgtWindows.sh", "AUTORADIO")' />

<!--  -->
<!--    changement de direction       -->
<!--  -->
<!-- distance prochain chgt direction -->

<osd enabled="no" x="0" y="0" w="34" h="40" type="text"
  label="in"
  font_size="440" text_color="#808080" background_color="#39393900" />
<osd enabled="no" x="34" y="0" w="120" h="40" type="text" align="0"
  label="${navigation.item[1].length[named]}"
  font_size="500" background_color="#39393900" />

<!-- next turn direction -->
<osd enabled="no" x="154" y="0" w="50" h="40" type="navigation_next_turn"
  icon_src="%s_wh_48_48.png"
  font_size="500" background_color="#39393900" />

<!--- sur route -->
<osd enabled="no" x="204" y="0" w="32" h="18" type="text" align="0"
  label="on"
  font_size="340" text_color="#808080" background_color="#39393900" />
<osd enabled="no" x="204" y="18" w="32" h="22" type="text" align="2"
  label="to"
  font_size="340" text_color="#808080" background_color="#39393900" />

<!-- next street name -->
<osd enabled="no" x="236" y="0" w="380" h="40" type="text" align="4"
  label="${navigation.item[1].street_name} ${navigation.item[1].street_name_systematic}"
  font_size="500" background_color="#39393900" />

<!-- -->
<!--    barre latérale                -->
<!-- -->
<!-- vitesse instantanée -->
<osd enabled="yes" x="655" y="0" w="140" h="35" type="text" align="0"
  label="${vehicle.position_speed}"
  font_size="400" background_color="#39393900" />
<!-- altitude -->
<osd enabled="yes" x="655" y="40" w="140" h="35" type="text" align="0"
  label="${vehicle.position_height} m"
  font_size="400" background_color="#39393900" />

<!-- seperator line -->
<osd enabled="yes" x="665" y="80" type="button"
    src="/media/freddy/CSSTORAGE/macauto/navit/data/icons/separator.png"
  command="" />

<!-- alerte Radar -->
<osd enabled="yes" x="655" y="90" w="140" h="35" type="speed_cam" align="0"
  announce_on="1" label="Radar ${distance} | ${speed_limit}"
  idle_color="#00ff00" text_color="#ff0000" font_size="300" background_color="#00000000"
  />
<osd enabled="yes" x="655" y="140" w="140" h="35" type="speed_warner"
  speed_exceed_limit_offset="1" speed_exceed_limit_percent="1" announce_on="1"
  label="text_only"
  idle_color="#00ff00" text_color="#ff0000" font_size="600" background_color="#00000000"
  />
<!--  label="images:data/navit/icons/red.png:data/navit/icons/green.png:data/navit/icons/gray.png:" -->
<!-- seperator line -->
<osd enabled="yes" x="660" y="190" type="button"
    src="/media/freddy/CSSTORAGE/macauto/navit/data/icons/separator.png"
  command="" />

<!-- Estimated time of arrival (HH:mm) -->
<osd enabled="yes" type="text" label="heure arrivée :" x="655" y="210" w="140" font_size="250" background_color="#39393900" />
<osd enabled="yes" type="text" label="${navigation.item.destination_time[arrival]}" x="665" y="230" w="140" font_size="400" background_color="#39393900" />

<!-- Estimated time remaining -->
<osd enabled="yes" type="text" label="temps restant :" x="655" y="260" w="140" font_size="250" background_color="#39393900" />
<osd enabled="yes" type="text" label="${navigation.item.destination_time[remaining]}" x="665" y="280" w="140" font_size="400" background_color="#39393900" />

<!-- Estimated distance remaining -->
<osd enabled="yes" type="text" label="distance restante :" x="655" y="310" w="140" font_size="250" background_color="#39393900" />
<osd enabled="yes" type="text" label="${navigation.item.destination_length[named]" x="665" y="330" w="140" font_size="400" background_color="#39393900" />
<osd enabled="yes" type="text" label="${navigation.item.destination_length[value]" x="665" y="370" w="140" font_size="400" background_color="#39393900" />

<!-- Estimated distance remaining -->
<osd enabled="no" type="text" label="x ${navigation.item}" x="655" y="390" w="140" font_size="250" background_color="#39393900" />
<osd enabled="yes" type="text" label="${vehicle.position_time_iso8601[local;%X]}" x="665" y="400" w="140" font_size="400" background_color="#39393900" />

<!-- GPS Info's, Compass -->
<osd enabled="no" x="656" y="530" w="70" h="70" type="compass"
  background_color="#39393900" />

<!-- satellites -->
<osd enabled="no" x="665" y="540" w="50" h="40" type="gps_status"
  background_color="#39393900" />
<osd enabled="no" x="665" y="575" w="50" h="20" align="0" type="text"
  label="${vehicle.position_sats_signal}/${vehicle.position_qual}"
  font_size="250" background_color="#39393900" />

<!-- -->
<!--    barre bas                     -->
<!-- -->
<!-- barre du bas -->
<osd enabled="no" x="224" y="560" type="button"
    src="/home/pi/macauto/navit/data/icons/barreBas.png"
  command="" />

<!-- current street name (from navigation)-->
<osd enabled="no" x="225" y="561" w="640" h="30" type="text" align="4"
  label="${tracking.item.route_speed} | ${navigation.item.street_name} ${navigation.item.street_name_systematic}"
  font_size="390" background_color="#39393900" />

<!-- -->
<!--    bouttons                      -->
<!-- -->
<!-- zoom button -->
<osd enabled="yes" x="10" y="-176" type="button"
  command="zoom_in()"
    src="/media/freddy/CSSTORAGE/macauto/navit/data/icons/zoomIn.png" />
<osd enabled="yes" x="10" y="-120" type="button"
  command="zoom_out()"
    src="/media/freddy/CSSTORAGE/macauto/navit/data/icons/zoomOut.png" />

<!-- routing status -->
<osd name="icon_route_status" enabled="yes" x="10" y="-232" type="button"
  command="zoom_to_route()"
    src="/media/freddy/CSSTORAGE/macauto/navit/data/icons/neo-cs_routing_no-dest_56.png" />
<!-- updating the routing status symbol -->
<osd name="cmd_route_status_1" enabled="yes" x="-1" y="-1" w="1" h="1"
  update_period="2" type="cmd_interface"
  command='
    osd[@name == "icon_route_status"].src =
      route.route_status == 0 ?
    "/media/freddy/CSSTORAGE/macauto/navit/data/icons/neo-cs_routing_no-dest_56.png" :
        (route.route_status == 1 ?
      "/media/freddy/CSSTORAGE/macauto/navit/data/icons/neo-cs_routing_dest-ok_56.png" :
          (route.route_status == 3 ?
        "/media/freddy/CSSTORAGE/macauto/navit/data/icons/neo-cs_routing_no-route_56.png" :
            (route.route_status == 5  || route.route_status==13 ?
          "/media/freddy/CSSTORAGE/macauto/navit/data/icons/neo-cs_routing_calc_56.png" :
              (route.route_status == 17 || route.route_status==33 ?
            "/media/freddy/CSSTORAGE/macauto/navit/data/icons/neo-cs_routing_routing_56.png" :
                "unhandled"
              )
            )
          )
        )
  '/>
litteulfred commented 1 month ago

I recompiled with graphics=SDL and it works without CPU load.

Now I have another problem: navit crashes when I click "set as destination". I saw there was a post on this subject. I'm going to switch to it.