Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 293.41 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?><!--
  2.     For configuration options used in this file, please read
  3.     http://wiki.navit-project.org/index.php/Configuring_Navit
  4.     Do not edit /usr/share/navit/navit.xml : changes would be lost
  5.     on upgrade. Rather copy it to ~/.navit/.
  6. -->
  7. <!DOCTYPE config
  8.  SYSTEM "navit.dtd">
  9. <config xmlns:xi="http://www.w3.org/2001/XInclude" language="en_RU">
  10.     <plugins>
  11.         <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}lib*.so" ondemand="yes"/>
  12.         <plugin path="$NAVIT_LIBDIR/autoload/${NAVIT_LIBPREFIX}lib*.so"/>
  13.         <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}libbinding_dbus.so" active="no"/>
  14.         <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}libgraphics_null.so" active="no"/>
  15.     </plugins>
  16.  
  17.     <!-- The global debug level (like using command line option "-d"). Ignored if option -d is used. -->
  18.     <!-- Possible debug levels: error, warning, info, debug. -->
  19.     <debug name="global" dbg_level="error"/>
  20.     <!-- Example of setting the debug level for a single function.  -->
  21.     <debug name="navit:do_draw" dbg_level="error"/>
  22.     <!-- This is here so one can copy&paste the contents of popup menus -->
  23.     <debug name="navit:popup_printf_cb" dbg_level="debug"/>
  24.     <!-- segv: 1 - show backtrace with gdb and exit, 2 - stay in gdb -->
  25.     <debug name="segv" level="1"/>
  26.     <!-- timestamps 0/1 - prefix log messages with a timestamp -->
  27.     <debug name="timestamps" level="0"/>
  28.  
  29.     <!-- center= defines which map location Navit will show after first start.
  30.         It will only be used for the first start; subsequent starts will remember the
  31.         last position (in center.txt).
  32.         Center coordinates format: "Long Lat" in decimal degrees (WGS 84).
  33.         For other formats see http://wiki.navit-project.org/index.php/Coordinate_format.
  34.         -->
  35.     <navit center="59.57 N 30.18 E" zoom="500" tracking="1" orientation="-1" recent_dest="10"> 
  36.  
  37.         <!-- Use one of gtk_drawing_area, qt_qpainter or sdl.
  38.              On windows systems, use win32 -->
  39.         <graphics type="gtk_drawing_area"/>
  40.  
  41. <!--        <graphics type="sdl" w="1024" h="768"/>   -->
  42.         <!-- The following line let you select which graphical user interface you'd like to use.
  43.         Options include internal (optimized for touch screen devices), gtk (useful for desktop computers).
  44.         If you don't like the internal gui, set enabled=yes for the following tag and enabled=no for the gui internal tag -->
  45.         <gui type="gtk" enabled="no" menubar="1" toolbar="1" statusbar="1"/>
  46.     <!--
  47.             In case of the internal GUI, you can even influence the size of the text and of the icons in the toolbar and the viewport.
  48.             Here's an example for a freerunner: -->
  49.         <!-- <gui type="internal" font_size="350" icon_xs="32" icon_s="96" icon_l="96"/> -->
  50.         <!-- The action that appears on map click is configurable with the attribute "on_map_click".
  51.              To get the prvious behaviour of showing the map point menu use on_map_click='menu("#Map Point")'
  52.             -->
  53.         <gui type="internal" enabled="yes" fullscreen="1"><![CDATA[
  54.             <html>
  55.                 <a name='Main Menu'><text>Main menu</text>
  56.                     <a href='#Actions'><img src='gui_actions'>Actions</img></a>
  57.                     <img cond='flags&amp;2' src='gui_map' onclick='back_to_map()'><text>Show
  58. Map</text></img>
  59.                     <a href='#Settings'><img src='gui_settings'><text>Settings</text></img></a>
  60.                 <a href='#Tools'><img src='gui_tools'><text>Tools</text></img></a>
  61.                 <a href='#Route'><img src='gui_settings'><text>Route</text></img></a>
  62.                 <img src='gui_about' onclick='about()'><text>About</text></img>
  63.                 <img src='gui_quit' onclick='quit()'><text>Quit</text></img>
  64.                 </a>
  65.             <a name='Actions'><text>Actions</text>
  66.                 <img src='gui_bookmark' onclick='bookmarks()'><text>Bookmarks</text></img>
  67.                 <img src='gui_formerdests' onclick='formerdests()'><text>Former
  68. Destinations</text></img>
  69.                 <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>
  70.                 <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>
  71.                 <img src='gui_town' onclick='town()'><text>Town</text></img>
  72.                 <img src='gui_map' onclick='enter_coord()'><text>Coordinates</text></img>
  73.                 <img cond='navit.route.route_status&amp;1' src='gui_stop' onclick='abort_navigation();refresh()'><text>Stop
  74. Navigation</text></img>
  75.             </a>
  76.             <a name='Settings'><text>Settings</text>
  77.                 <a href='#Settings Display'><img src='gui_display'><text>Display</text></img></a>
  78.                 <img src='gui_maps' onclick='setting_maps()'><text>Maps</text></img>
  79.                 <!-- <a href='#Settings Maps'><img src='gui_maps'><text>Maps</text></img></a> -->
  80.                 <img src='gui_vehicle' onclick='setting_vehicle()'><text>Vehicle</text></img>
  81.                 <!-- <a href='#Settings Vehicles'><img src='gui_vehicle'><text>Vehicle</text></img></a> -->
  82.                 <img src='gui_rules' onclick='setting_rules()'><text>Rules</text></img>
  83.             </a>
  84.             <a name='Settings Display'><text>Display</text>
  85.                 <!-- <img src='gui_display' onclick='setting_layout()'><text>Layout</text></img> -->
  86.                 <a href='#Settings Layouts'><img src='gui_display'><text>Layout</text></img></a>
  87.                 <img cond='fullscreen==0' src='gui_fullscreen' onclick='fullscreen=1'><text>Fullscreen</text></img>
  88.                 <img cond='fullscreen==1' src='gui_leave_fullscreen' onclick='fullscreen=0'><text>Window Mode</text></img>
  89.                 <img cond='navit.pitch==0' src='gui_map' onclick='navit.pitch=pitch;redraw_map();back_to_map()'><text>3D</text></img>
  90.                 <img cond='navit.pitch!=0' src='gui_map' onclick='navit.pitch=0;redraw_map();back_to_map()'><text>2D</text></img>
  91.             </a>
  92.             <a name='Tools'><text>Tools</text>
  93.                 <img src='gui_actions' onclick='locale()'><text>Show Locale</text></img>
  94.             </a>
  95.             <a name='Route'><text>Route</text>
  96.                 <img src='gui_actions' onclick='route_description()'><text>Description</text></img>
  97.                 <img src='gui_actions' onclick='route_height_profile()'><text>Height Profile</text></img>
  98.                 <img cond='navit.waypoints_flag &amp;&amp; (navit.route.route_status&amp;1)' src='cursor_still' onclick='waypoints()'><text>Waypoints</text></img>
  99.                 <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
  100. Waypoint</text></img>
  101.                 <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
  102. Waypoint</text></img>
  103.             </a>
  104.             <a name='Map Point'><text>Map Point</text>
  105.                 <script>position(click_coord_geo,_("Map Point"),8|16|32|64|256)</script>
  106.             </a>
  107.             <a name='Settings Layouts' class='clist' refresh_cond='navit.layout'><text>Layout</text>
  108.                 <script>
  109.                     foreach(layout;navit.layout)
  110.                         img("centry", navit.layout==layout?"gui_active":"gui_inactive", layout.name,
  111.                             "", "navit.layout=navit.layout[@name==%{se}*]", layout.name);
  112.                 </script>
  113.             </a>
  114.             <a name='Settings Maps' class='clist'><text>Maps</text>
  115.                 <script>
  116.                     foreach(map;navit.mapset.map)
  117.                         if (map.description)
  118.                             img("centry",map.active?"gui_active":"gui_inactive", map.description,
  119.                             "","navit.mapset.map[@description==%{se}].active=%{d}*",map.description,!map.active,"redraw_map();refresh();");
  120.                         else
  121.                             img("centry",map.active?"gui_active":"gui_inactive", map.type+":"+map.data,
  122.                                 "","navit.mapset.map[@data==%{se}].active=%{d}*",map.data,!map.active,"redraw_map();refresh();");
  123.                 </script>
  124.             </a>
  125.             <a name='Settings Vehicles' class='clist'><text>Vehicle</text>
  126.                 <script>
  127.                     foreach(vehicle;navit.vehicle)
  128.                         img("centry",navit.vehicle==vehicle?"gui_active":"gui_inactive",vehicle.name,
  129.                             "name=%{se};menu(\"#Settings Vehicle\")",vehicle.name);
  130.                 </script>
  131.             </a>
  132.             <a name='Settings Vehicle' class='clist'><script>write(name)</script>
  133.                 <script>
  134.                     foreach(vehicle;navit.vehicle)
  135.                         if (vehicle.name == name) {
  136.                             if (vehicle!=navit.vehicle)
  137.                                 img("centry","gui_active","Set as active",
  138.                                     "","navit.vehicle=navit.vehicle[@name==%{se}*]",name);
  139.                             foreach(vehicleprofile;navit.vehicleprofile)
  140.                                 img("centry",vehicle.profilename==vehicleprofile.name?"gui_active":"gui_inactive",vehicleprofile.name,
  141.                                     "","navit.vehicle[@name=%{se}].profilename=%{se}*",name,vehicleprofile.name,"refresh()");
  142.                         }
  143.                 </script>
  144.             </a>
  145.             <a name='Satellite Status' class='clist'><text>Satellite Status</text>
  146.                 <script>satellite_status_page()</script>
  147.             </a>
  148.             <a name='NMEA Data' class='clist'><text>NMEA Data</text>
  149.                 <script>nmea_data_page()</script>
  150.             </a>
  151.             </html>
  152.         ]]></gui>
  153.         <!-- for a debug log -->
  154.         <log enabled="no" type="textfile_debug" data="debug_%Y%m%d-%i.txt" flush_size="1000" flush_time="30"/>
  155.         <!-- osd items allow to position display and control items directly on top of the map: -->
  156.         <osd enabled="yes" type="compass"/>
  157.         <osd enabled="yes" type="eta"/>
  158.         <osd enabled="no" type="navigation_distance_to_target"/>
  159.         <osd enabled="yes" type="navigation"/>
  160.         <osd enabled="yes" type="navigation_distance_to_next"/>
  161.         <osd enabled="yes" type="navigation_next_turn"/>
  162.  
  163. <osd enabled="yes" type="button" x="-96" y="300" command="vehicle.log_gpx_desc=&quot;Mark&quot;" src="mark.xpm"/>
  164.  
  165. <!-- <osd enabled="yes" type="button" x="-96" y="300" command="vehicle.log_gpx_desc=&quot;Mark&quot;" src="mark.xpm"/> -->
  166.  
  167.         <osd enabled="yes" x="0" y="-84" w="240" h="26" font_size="150" type="scale"/>
  168.         <osd enabled="yes" type="speed_cam" w="0" h="0" x="0" y="0" font_size="0" text_color="#00FF00" label="${distance}"/>
  169.        
  170.         <!-- Commands include gui_internal_menu, gui_internal_fullscreen, zoom_in and zoom_out.
  171.             Usage of negative values change the button origins. x="0" y="0" specifies the top left, x="-0" y="-0" the bottom right corner.
  172.             It's always the top left corner of the icon, so you need to consider the icon's size when you enter the values. -->
  173.         <osd enabled="no" type="button" x="0" y="0" command="gui.fullscreen=!gui.fullscreen" src="toggle_fullscreen.png"/>
  174.         <osd enabled="no" type="button" x="-96" y="0" command="gui.menu(1)" src="menu.png"/>
  175.         <osd enabled="yes" type="button" x="-96" y="-96" command="zoom_in()" src="zoom_in.png" accesskey="&#61;"/>
  176.         <osd enabled="yes" type="button" x="0" y="-96" command="zoom_out()" src="zoom_out.png" accesskey="&#45;"/>
  177.  
  178.         <!-- Vehicle with GPS enabled for gpsd on unix -->
  179.         <vehicle name="Local GPS" profilename="car" enabled="yes" active="1" source="gpsd://localhost" gpsd_query="w+xj" follow="5" timeout="30">
  180.         <!-- Vehicle with GPS enabled for direct communication on windows. Remove the line above if you use this. -->
  181.         <!-- <vehicle name="Local GPS" profilename="car" follow="1" enabled="yes" active="1"
  182.                 source="serial:COM4 baud=4800 parity=N data=8 stop=1" > -->
  183.  
  184.             <!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -->
  185.             <log enabled="yes" type="gpx" attr_types="position_time_iso8601,position_direction,position_speed,profilename,position_radius" data="track_%Y%m%d-%%i.gpx" flush_size="1" flush_time="1"/>
  186.  
  187.             <!-- <log enabled="no" type="gpx" attr_types="position_time_iso8601,position_direction,position_speed,profilename,position_radius" data="track_%Y%m%d-%%i.gpx" flush_size="1000" flush_time="30"/> -->
  188.  
  189.         </vehicle>
  190.  
  191.         <!-- For SDL, you should add follow="1" to have the view centered on your position -->
  192.         <!-- <vehicle name="Meins" enabled="yes" source="gpsd://localhost" color="#0000ff" follow="1"/> -->
  193.  
  194.         <vehicle name="Demo" profilename="car" enabled="no" active="yes" source="demo://"/>
  195.  
  196.         <!-- For the cumulative displacement filter to be enabled, set cdf_histsize="x" here, with x being an integer somewhere around 4 -->
  197.         <tracking cdf_histsize="0"/>
  198.  
  199.         <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">
  200.             <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="10">
  201.                     <announcement level="0"/>
  202.                     <announcement level="1"/>
  203.                     <announcement level="2"/>
  204.             </roadprofile>
  205.             <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30">
  206.                     <announcement level="0"/>
  207.                     <announcement level="1"/>
  208.                     <announcement level="2"/>
  209.             </roadprofile>
  210.             <roadprofile item_types="street_3_city" speed="40" route_weight="40">
  211.                     <announcement level="0"/>
  212.                     <announcement level="1"/>
  213.                     <announcement level="2"/>
  214.             </roadprofile>
  215.             <roadprofile item_types="street_4_city" speed="50" route_weight="50">
  216.                     <announcement level="0"/>
  217.                     <announcement level="1"/>
  218.                     <announcement level="2"/>
  219.             </roadprofile>
  220.             <roadprofile item_types="highway_city" speed="80" route_weight="80">
  221.                     <announcement level="0"/>
  222.                     <announcement level="1"/>
  223.                     <announcement level="2"/>
  224.             </roadprofile>
  225.             <roadprofile item_types="street_1_land" speed="60" route_weight="60">
  226.                     <announcement level="0"/>
  227.                     <announcement level="1"/>
  228.                     <announcement level="2"/>
  229.             </roadprofile>
  230.             <roadprofile item_types="street_2_land" speed="65" route_weight="65">
  231.                     <announcement level="0"/>
  232.                     <announcement level="1"/>
  233.                     <announcement level="2"/>
  234.             </roadprofile>
  235.             <roadprofile item_types="street_3_land" speed="70" route_weight="70">
  236.                     <announcement level="0"/>
  237.                     <announcement level="1"/>
  238.                     <announcement level="2"/>
  239.             </roadprofile>
  240.             <roadprofile item_types="street_4_land" speed="80" route_weight="80">
  241.                     <announcement level="0"/>
  242.                     <announcement level="1"/>
  243.                     <announcement level="2"/>
  244.             </roadprofile>
  245.             <roadprofile item_types="street_n_lanes" speed="120" route_weight="120">
  246.                     <announcement level="0"/>
  247.                     <announcement level="1"/>
  248.                     <announcement level="2"/>
  249.             </roadprofile>
  250.             <roadprofile item_types="highway_land" speed="120" route_weight="120">
  251.                     <announcement level="0"/>
  252.                     <announcement level="1"/>
  253.                     <announcement level="2"/>
  254.             </roadprofile>
  255.             <roadprofile item_types="ramp" speed="40" route_weight="40">
  256.                     <announcement level="0"/>
  257.                     <announcement level="1"/>
  258.                     <announcement level="2"/>
  259.             </roadprofile>
  260.             <roadprofile item_types="roundabout" speed="10" route_weight="10"/>
  261.             <roadprofile item_types="ferry" speed="40" route_weight="40"/>
  262.             <profile_option name="shortest">
  263.                 <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" />
  264.             </profile_option>
  265.             <profile_option name="avoid_tolls" flags_forward_mask="0x4000402" flags_reverse_mask="0x4000401" />
  266.             <profile_option name="pedantic" route_depth="18:25%,18:40000" />
  267.         </vehicleprofile>
  268.  
  269.         <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">
  270.             <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="60">
  271.                     <announcement level="0"/>
  272.                     <announcement level="1"/>
  273.                     <announcement level="2"/>
  274.             </roadprofile>
  275.             <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="60">
  276.                     <announcement level="0"/>
  277.                     <announcement level="1"/>
  278.                     <announcement level="2"/>
  279.             </roadprofile>
  280.             <roadprofile item_types="street_3_city" speed="40" route_weight="60">
  281.                     <announcement level="0"/>
  282.                     <announcement level="1"/>
  283.                     <announcement level="2"/>
  284.             </roadprofile>
  285.             <roadprofile item_types="street_4_city" speed="50" route_weight="60">
  286.                     <announcement level="0"/>
  287.                     <announcement level="1"/>
  288.                     <announcement level="2"/>
  289.             </roadprofile>
  290.             <roadprofile item_types="highway_city" speed="80" route_weight="60">
  291.                     <announcement level="0"/>
  292.                     <announcement level="1"/>
  293.                     <announcement level="2"/>
  294.             </roadprofile>
  295.             <roadprofile item_types="street_1_land" speed="60" route_weight="60">
  296.                     <announcement level="0"/>
  297.                     <announcement level="1"/>
  298.                     <announcement level="2"/>
  299.             </roadprofile>
  300.             <roadprofile item_types="street_2_land" speed="65" route_weight="60">
  301.                     <announcement level="0"/>
  302.                     <announcement level="1"/>
  303.                     <announcement level="2"/>
  304.             </roadprofile>
  305.             <roadprofile item_types="street_3_land" speed="70" route_weight="60">
  306.                     <announcement level="0"/>
  307.                     <announcement level="1"/>
  308.                     <announcement level="2"/>
  309.             </roadprofile>
  310.             <roadprofile item_types="street_4_land" speed="80" route_weight="60">
  311.                     <announcement level="0"/>
  312.                     <announcement level="1"/>
  313.                     <announcement level="2"/>
  314.             </roadprofile>
  315.             <roadprofile item_types="street_n_lanes" speed="120" route_weight="60">
  316.                     <announcement level="0"/>
  317.                     <announcement level="1"/>
  318.                     <announcement level="2"/>
  319.             </roadprofile>
  320.             <roadprofile item_types="highway_land" speed="120" route_weight="60">
  321.                     <announcement level="0"/>
  322.                     <announcement level="1"/>
  323.                     <announcement level="2"/>
  324.             </roadprofile>
  325.             <roadprofile item_types="ramp" speed="40" route_weight="60">
  326.                     <announcement level="0"/>
  327.                     <announcement level="1"/>
  328.                     <announcement level="2"/>
  329.             </roadprofile>
  330.             <roadprofile item_types="roundabout" speed="10" route_weight="60"/>
  331.             <roadprofile item_types="ferry" speed="40" route_weight="60"/>
  332.         </vehicleprofile>
  333.  
  334.         <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">
  335.             <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="10">
  336.                     <announcement level="0"/>
  337.                     <announcement level="1"/>
  338.                     <announcement level="2"/>
  339.             </roadprofile>
  340.             <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30">
  341.                     <announcement level="0"/>
  342.                     <announcement level="1"/>
  343.                     <announcement level="2"/>
  344.             </roadprofile>
  345.             <roadprofile item_types="street_3_city" speed="40" route_weight="40">
  346.                     <announcement level="0"/>
  347.                     <announcement level="1"/>
  348.                     <announcement level="2"/>
  349.             </roadprofile>
  350.             <roadprofile item_types="street_4_city" speed="50" route_weight="50">
  351.                     <announcement level="0"/>
  352.                     <announcement level="1"/>
  353.                     <announcement level="2"/>
  354.             </roadprofile>
  355.             <roadprofile item_types="highway_city" speed="80" route_weight="80">
  356.                     <announcement level="0"/>
  357.                     <announcement level="1"/>
  358.                     <announcement level="2"/>
  359.             </roadprofile>
  360.             <roadprofile item_types="street_1_land" speed="60" route_weight="60">
  361.                     <announcement level="0"/>
  362.                     <announcement level="1"/>
  363.                     <announcement level="2"/>
  364.             </roadprofile>
  365.             <roadprofile item_types="street_2_land" speed="65" route_weight="65">
  366.                     <announcement level="0"/>
  367.                     <announcement level="1"/>
  368.                     <announcement level="2"/>
  369.             </roadprofile>
  370.             <roadprofile item_types="street_3_land" speed="70" route_weight="70">
  371.                     <announcement level="0"/>
  372.                     <announcement level="1"/>
  373.                     <announcement level="2"/>
  374.             </roadprofile>
  375.             <roadprofile item_types="street_4_land" speed="80" route_weight="80">
  376.                     <announcement level="0"/>
  377.                     <announcement level="1"/>
  378.                     <announcement level="2"/>
  379.             </roadprofile>
  380.             <roadprofile item_types="street_n_lanes" speed="120" route_weight="120">
  381.                     <announcement level="0"/>
  382.                     <announcement level="1"/>
  383.                     <announcement level="2"/>
  384.             </roadprofile>
  385.             <roadprofile item_types="highway_land" speed="120" route_weight="120">
  386.                     <announcement level="0"/>
  387.                     <announcement level="1"/>
  388.                     <announcement level="2"/>
  389.             </roadprofile>
  390.             <roadprofile item_types="ramp" speed="40" route_weight="40">
  391.                     <announcement level="0"/>
  392.                     <announcement level="1"/>
  393.                     <announcement level="2"/>
  394.             </roadprofile>
  395.             <roadprofile item_types="roundabout" speed="10" route_weight="10"/>
  396.             <roadprofile item_types="ferry" speed="40" route_weight="40"/>
  397.         </vehicleprofile>
  398.         <vehicleprofile name="car_pedantic" route_depth="18:25%,18:40000" flags="0x4000000" flags_forward_mask="0x4000002" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0" static_speed="5" static_distance="25">
  399.             <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="10">
  400.                     <announcement level="0"/>
  401.                     <announcement level="1"/>
  402.                     <announcement level="2"/>
  403.             </roadprofile>
  404.             <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30">
  405.                     <announcement level="0"/>
  406.                     <announcement level="1"/>
  407.                     <announcement level="2"/>
  408.             </roadprofile>
  409.             <roadprofile item_types="street_3_city" speed="40" route_weight="40">
  410.                     <announcement level="0"/>
  411.                     <announcement level="1"/>
  412.                     <announcement level="2"/>
  413.             </roadprofile>
  414.             <roadprofile item_types="street_4_city" speed="50" route_weight="50">
  415.                     <announcement level="0"/>
  416.                     <announcement level="1"/>
  417.                     <announcement level="2"/>
  418.             </roadprofile>
  419.             <roadprofile item_types="highway_city" speed="80" route_weight="80">
  420.                     <announcement level="0"/>
  421.                     <announcement level="1"/>
  422.                     <announcement level="2"/>
  423.             </roadprofile>
  424.             <roadprofile item_types="street_1_land" speed="60" route_weight="60">
  425.                     <announcement level="0"/>
  426.                     <announcement level="1"/>
  427.                     <announcement level="2"/>
  428.             </roadprofile>
  429.             <roadprofile item_types="street_2_land" speed="65" route_weight="65">
  430.                     <announcement level="0"/>
  431.                     <announcement level="1"/>
  432.                     <announcement level="2"/>
  433.             </roadprofile>
  434.             <roadprofile item_types="street_3_land" speed="70" route_weight="70">
  435.                     <announcement level="0"/>
  436.                     <announcement level="1"/>
  437.                     <announcement level="2"/>
  438.             </roadprofile>
  439.             <roadprofile item_types="street_4_land" speed="80" route_weight="80">
  440.                     <announcement level="0"/>
  441.                     <announcement level="1"/>
  442.                     <announcement level="2"/>
  443.             </roadprofile>
  444.             <roadprofile item_types="street_n_lanes" speed="120" route_weight="120">
  445.                     <announcement level="0"/>
  446.                     <announcement level="1"/>
  447.                     <announcement level="2"/>
  448.             </roadprofile>
  449.             <roadprofile item_types="highway_land" speed="120" route_weight="120">
  450.                     <announcement level="0"/>
  451.                     <announcement level="1"/>
  452.                     <announcement level="2"/>
  453.             </roadprofile>
  454.             <roadprofile item_types="ramp" speed="40" route_weight="40">
  455.                     <announcement level="0"/>
  456.                     <announcement level="1"/>
  457.                     <announcement level="2"/>
  458.             </roadprofile>
  459.             <roadprofile item_types="roundabout" speed="10" route_weight="10"/>
  460.             <roadprofile item_types="ferry" speed="40" route_weight="40"/>
  461.         </vehicleprofile>
  462.         <vehicleprofile name="bike" route_depth="18:25%,18:40000" flags="0x40000000" flags_forward_mask="0x40000000" flags_reverse_mask="0x40000000" maxspeed_handling="1" route_mode="0" static_speed="5" static_distance="25">
  463.             <roadprofile item_types="steps" speed="2" route_weight="5">
  464.                     <announcement level="0"/>
  465.                     <announcement level="1"/>
  466.                     <announcement level="2"/>
  467.             </roadprofile>
  468.             <roadprofile item_types="street_pedestrian,footway" speed="5" route_weight="10">
  469.                     <announcement level="0"/>
  470.                     <announcement level="1"/>
  471.                     <announcement level="2"/>
  472.             </roadprofile>
  473.             <roadprofile item_types="path,track_ground" speed="12" route_weight="12">
  474.                     <announcement level="0"/>
  475.                     <announcement level="1"/>
  476.                     <announcement level="2"/>
  477.             </roadprofile>
  478.             <roadprofile item_types="track_gravelled" speed="17" route_weight="15">
  479.                     <announcement level="0"/>
  480.                     <announcement level="1"/>
  481.                     <announcement level="2"/>
  482.             </roadprofile>
  483.             <!-- cycleways, paved tracks, serviceways etc. are the favourite ways -->
  484.             <roadprofile item_types="track_paved,cycleway,street_service,street_parking_lane" speed="22" route_weight="20">
  485.                     <announcement level="0"/>
  486.                     <announcement level="1"/>
  487.                     <announcement level="2"/>
  488.             </roadprofile>
  489.             <!-- residential, unclassified, living street etc. -->
  490.             <roadprofile item_types="street_0,street_1_city,living_street" speed="20" route_weight="15">
  491.                     <announcement level="0"/>
  492.                     <announcement level="1"/>
  493.                     <announcement level="2"/>
  494.             </roadprofile>
  495.             <!-- tertiary and minor roads are acceptable, but should be avoided in favour of tracks and cycleways -->
  496.             <roadprofile item_types="street_2_city,street_1_land,street_2_land" speed="22" route_weight="12">
  497.                     <announcement level="0"/>
  498.                     <announcement level="1"/>
  499.                     <announcement level="2"/>
  500.             </roadprofile>
  501.             <!-- secondary etc. are acceptable when necessary -->
  502.             <roadprofile item_types="street_3_city" speed="22" route_weight="10">
  503.                     <announcement level="0"/>
  504.                     <announcement level="1"/>
  505.                     <announcement level="2"/>
  506.             </roadprofile>
  507.             <!-- primary, trunk etc. should be avoided -->
  508.             <roadprofile item_types="street_4_city,ramp" speed="22" route_weight="7">
  509.                     <announcement level="0"/>
  510.                     <announcement level="1"/>
  511.                     <announcement level="2"/>
  512.             </roadprofile>
  513.             <!-- Those types do not appear in maptool.c and therefore are not used ATM -->
  514.             <roadprofile item_types="street_3_land,street_4_land" speed="20" route_weight="7">
  515.                     <announcement level="0"/>
  516.                     <announcement level="1"/>
  517.                     <announcement level="2"/>
  518.             </roadprofile>
  519.             <roadprofile item_types="roundabout" speed="20" route_weight="10"/>
  520.             <roadprofile item_types="ferry" speed="40" route_weight="40"/>
  521.         </vehicleprofile>
  522.  
  523.         <vehicleprofile name="pedestrian" route_depth="18:25%,18:10000" flags="0x80000000" flags_forward_mask="0x80000000" flags_reverse_mask="0x80000000" maxspeed_handling="1" route_mode="0" static_speed="3" static_distance="10">
  524.             <roadprofile item_types="footway,bridleway,path,steps" speed="5" route_weight="5">
  525.                     <announcement level="0"/>
  526.                     <announcement level="1"/>
  527.                     <announcement level="2"/>
  528.             </roadprofile>
  529.             <roadprofile item_types="hiking_mountain" speed="4" route_weight="4">
  530.                     <announcement level="0"/>
  531.                     <announcement level="1"/>
  532.                     <announcement level="2"/>
  533.             </roadprofile>
  534.             <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="5">
  535.                     <announcement level="0"/>
  536.                     <announcement level="1"/>
  537.                     <announcement level="2"/>
  538.             </roadprofile>
  539.             <roadprofile item_types="track_gravelled,track_unpaved,track_grass,track_ground,hiking" speed="5" route_weight="5">
  540.                     <announcement level="0"/>
  541.                     <announcement level="1"/>
  542.                     <announcement level="2"/>
  543.             </roadprofile>
  544.             <roadprofile item_types="track_paved" speed="5" route_weight="5">
  545.                     <announcement level="0"/>
  546.                     <announcement level="1"/>
  547.                     <announcement level="2"/>
  548.             </roadprofile>
  549.             <roadprofile item_types="cycleway" speed="5" route_weight="5">
  550.                     <announcement level="0"/>
  551.                     <announcement level="1"/>
  552.                     <announcement level="2"/>
  553.             </roadprofile>
  554.             <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="5">
  555.                     <announcement level="0"/>
  556.                     <announcement level="1"/>
  557.                     <announcement level="2"/>
  558.             </roadprofile>
  559.             <roadprofile item_types="street_3_city,street_4_city,street_service,street_parking_lane" speed="5" route_weight="5">
  560.                     <announcement level="0"/>
  561.                     <announcement level="1"/>
  562.                     <announcement level="2"/>
  563.             </roadprofile>
  564.             <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="5">
  565.                     <announcement level="0"/>
  566.                     <announcement level="1"/>
  567.                     <announcement level="2"/>
  568.             </roadprofile>
  569.             <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="5">
  570.                     <announcement level="0"/>
  571.                     <announcement level="1"/>
  572.                     <announcement level="2"/>
  573.             </roadprofile>
  574.             <roadprofile item_types="roundabout" speed="5" route_weight="5"/>
  575.             <roadprofile item_types="ferry" speed="40" route_weight="40"/>
  576.         </vehicleprofile>
  577.         <vehicleprofile name="horse" route_depth="18:25%,18:40000" flags="0x20000000" flags_forward_mask="0x20000000" flags_reverse_mask="0x20000000" maxspeed_handling="1" route_mode="0" static_speed="3" static_distance="10">
  578.             <roadprofile item_types="bridleway" speed="10" route_weight="10">
  579.                     <announcement level="0"/>
  580.                     <announcement level="1"/>
  581.                     <announcement level="2"/>
  582.             </roadprofile>
  583.             <roadprofile item_types="footway,path,steps" speed="5" route_weight="5">
  584.                     <announcement level="0"/>
  585.                     <announcement level="1"/>
  586.                     <announcement level="2"/>
  587.             </roadprofile>
  588.             <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="4">
  589.                     <announcement level="0"/>
  590.                     <announcement level="1"/>
  591.                     <announcement level="2"/>
  592.             </roadprofile>
  593.             <roadprofile item_types="track_gravelled" speed="5" route_weight="5">
  594.                     <announcement level="0"/>
  595.                     <announcement level="1"/>
  596.                     <announcement level="2"/>
  597.             </roadprofile>
  598.             <roadprofile item_types="track_paved" speed="5" route_weight="5">
  599.                     <announcement level="0"/>
  600.                     <announcement level="1"/>
  601.                     <announcement level="2"/>
  602.             </roadprofile>
  603.             <roadprofile item_types="cycleway" speed="5" route_weight="5">
  604.                     <announcement level="0"/>
  605.                     <announcement level="1"/>
  606.                     <announcement level="2"/>
  607.             </roadprofile>
  608.             <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="2">
  609.                     <announcement level="0"/>
  610.                     <announcement level="1"/>
  611.                     <announcement level="2"/>
  612.             </roadprofile>
  613.             <roadprofile item_types="street_3_city,street_4_city,street_service,street_parking_lane" speed="5" route_weight="4">
  614.                     <announcement level="0"/>
  615.                     <announcement level="1"/>
  616.                     <announcement level="2"/>
  617.             </roadprofile>
  618.             <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="2">
  619.                     <announcement level="0"/>
  620.                     <announcement level="1"/>
  621.                     <announcement level="2"/>
  622.             </roadprofile>
  623.             <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="4">
  624.                     <announcement level="0"/>
  625.                     <announcement level="1"/>
  626.                     <announcement level="2"/>
  627.             </roadprofile>
  628.             <roadprofile item_types="roundabout" speed="5" route_weight="2"/>
  629.             <roadprofile item_types="ferry" speed="40" route_weight="40"/>
  630.         </vehicleprofile>
  631.                 <!-- chr:
  632.                     flags used for a truck: (first flag number is 0)
  633.                                 8: SIZE_OR_WEIGHT_LIMIT
  634.                                21: TRANSPORT_TRUCK
  635.                  speed setup:
  636.                     'speed' data of the vehicleprofile for a car is
  637.                        reduced about 10 km/h. When the speed was at
  638.                        10 km/h, I reduced it to 5 km/h.
  639.                     'route_weight' data has been treated in the same way.
  640.                        If you want to discourage the use of small roads,
  641.                        just reduce this value.
  642.                  size and weight setup:
  643.                     This is an example, you have to use the data of your truck.
  644.                     bobshaffer's standard truck:
  645.                       (1 lb = 453.59237 g, 1 foot = .3048 m)
  646.                       (data has to be in [cm] and [kg] according to 'vehicleprofile.h')
  647.                                vehicle_width=  9    feet,   274 cm
  648.                               vehicle_height= 13.5  feet,   411 cm
  649.                               vehicle_length= 70    feet,  2134 cm
  650.                               vehicle_weight= 80000 lbs,  36287 kg
  651.                          vehicle_axle_weight= 34000 lbs,  15422 kg
  652.                -->
  653.  
  654.                 <vehicleprofile name="Truck" flags="0x200000" flags_forward_mask="0x200002" flags_reverse_mask="0x200001" maxspeed_handling="1" route_mode="0" static_speed="5"
  655. static_distance="25"
  656.                                vehicle_width="274" vehicle_height="411" vehicle_length="2134"
  657.                                vehicle_weight="36287" vehicle_axle_weight="15422">
  658.                         <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved,street_parking_lane" speed="10" route_weight="5">
  659.                                         <announcement level="0"/>
  660.                                         <announcement level="1"/>
  661.                                         <announcement level="2"/>
  662.                         </roadprofile>
  663.                         <roadprofile item_types="street_2_city,track_paved" speed="20" route_weight="20">
  664.                                         <announcement level="0"/>
  665.                                         <announcement level="1"/>
  666.                                         <announcement level="2"/>
  667.                         </roadprofile>
  668.                         <roadprofile item_types="street_3_city" speed="30" route_weight="30">
  669.                                         <announcement level="0"/>
  670.                                         <announcement level="1"/>
  671.                                         <announcement level="2"/>
  672.                         </roadprofile>
  673.                        <roadprofile item_types="street_4_city" speed="40" route_weight="40">
  674.                                         <announcement level="0"/>
  675.                                         <announcement level="1"/>
  676.                                         <announcement level="2"/>
  677.                         </roadprofile>
  678.                         <roadprofile item_types="highway_city" speed="70" route_weight="70">
  679.                                         <announcement level="0"/>
  680.                                         <announcement level="1"/>
  681.                                         <announcement level="2"/>
  682.                         </roadprofile>
  683.                         <roadprofile item_types="street_1_land" speed="50" route_weight="50">
  684.                                         <announcement level="0"/>
  685.                                         <announcement level="1"/>
  686.                                         <announcement level="2"/>
  687.                         </roadprofile>
  688.                         <roadprofile item_types="street_2_land" speed="55" route_weight="55">
  689.                                         <announcement level="0"/>
  690.                                         <announcement level="1"/>
  691.                                         <announcement level="2"/>
  692.                         </roadprofile>
  693.                         <roadprofile item_types="street_3_land" speed="60" route_weight="60">
  694.                                         <announcement level="0"/>
  695.                                         <announcement level="1"/>
  696.                                         <announcement level="2"/>
  697.                         </roadprofile>
  698.                         <roadprofile item_types="street_4_land" speed="70" route_weight="70">
  699.                                         <announcement level="0"/>
  700.                                         <announcement level="1"/>
  701.                                         <announcement level="2"/>
  702.                         </roadprofile>
  703.                         <roadprofile item_types="street_n_lanes" speed="80" route_weight="80">
  704.                                         <announcement level="0"/>
  705.                                         <announcement level="1"/>
  706.                                         <announcement level="2"/>
  707.                         </roadprofile>
  708.                         <roadprofile item_types="highway_land" speed="80" route_weight="80">
  709.                                         <announcement level="0"/>
  710.                                         <announcement level="1"/>
  711.                                         <announcement level="2"/>
  712.                         </roadprofile>
  713.                         <roadprofile item_types="ramp" speed="30" route_weight="30">
  714.                                         <announcement level="0"/>
  715.                                         <announcement level="1"/>
  716.                                         <announcement level="2"/>
  717.                         </roadprofile>
  718.                         <roadprofile item_types="roundabout" speed="5" route_weight="5"/>
  719.                         <roadprofile item_types="ferry" speed="40" route_weight="40"/>
  720.                 </vehicleprofile>
  721.  
  722.  
  723.         <route destination_distance="50"/>
  724.  
  725.         <navigation>
  726.             <announce type="street_0,street_1_city" level0="25" level1="100" level2="200" unit="m"/>
  727.             <announce type="street_2_city,street_3_city,street_4_city,ramp" level0="50" level1="200" level2="500" unit="m"/>
  728.             <announce type="highway_city,street_1_land,street_2_land,street_3_land,street_4_land" level0="100" level1="400" level2="1000" unit="m"/>
  729.             <announce type="street_n_lanes,highway_land" level0="300" level1="1000" level2="2000" unit="m"/>
  730.         </navigation>
  731.  
  732.         <!-- Navit provides speech output in text format.
  733.             If you have a speech synthesizer like festival lite installed, you can get turn by turn directions out of navit. Please set the "cps"-value to how many characters your tts engine approximately speaks per second.
  734.             The default is text output to the shell -->
  735.         <!--                <speech type="cmdline" data="echo 'Fix the speech tag in navit.xml to let navit say:' '%s'" cps="15"/> -->
  736.         <speech type="cmdline" data="espeak -v english '%s'" cps="10" vocabulary_name="0"  vocabulary_name_systematic="0" />
  737.         <!--
  738.         Instead of using a speech synthesizer, navit can also play pre-recorded samples for each word.
  739.         See http://wiki.navit-project.org/index.php/Configuration for details.
  740.  
  741.         <speech type="cmdline" data="aplay -q %s"
  742.         sample_dir="/path/to/sampledir" sample_suffix=".wav" flags="1"
  743.         vocabulary_name="0" vocabulary_name_systematic="0" vocabulary_distances="0"/>
  744.                -->
  745.  
  746.         <!-- You can only have enabled only one mapset at time, but with as much maps enabled as you want -->
  747.  
  748.         <!-- If you have the reiseplaner maps installed, set enabled="yes" in the next line and set the path correctly -->
  749.         <mapset enabled="no">
  750.             <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map"/>
  751.             <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp1.smp"/>
  752.             <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp2.smp"/>
  753.             <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp3.smp"/>
  754.             <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp4.smp"/>
  755.             <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp5.smp"/>
  756.         </mapset>
  757.  
  758.         <!-- If you dont want to use the sample map, either set enabled="no" in the next line or remove the xml file from the maps directory -->
  759.         <mapset enabled="no">
  760.             <xi:include href="$NAVIT_SHAREDIR/maps/*.xml"/>
  761.         </mapset>
  762.  
  763.         <!-- Mapset template for openstreetmaps -->
  764.         <mapset enabled="yes">
  765.             <map type="binfile" enabled="yes" data="/home/sokolgeo/Documents/osm_map.bin"/>
  766.         </mapset>      
  767.  
  768.         <!-- Mapset template for garmin maps -->
  769.         <mapset enabled="no">
  770.             <map type="garmin" enabled="yes" data="/path/to/img" debug="4"/>
  771.         </mapset>
  772.  
  773.         <layer name="Found items" order="0-">
  774.             <itemgra item_types="found_item">
  775.                 <circle color="#008080" radius="24" width="2" text_size="12"/>
  776.             </itemgra>
  777.         </layer>
  778.  
  779.         <layout name="Car" nightlayout="Car-dark" color="#ffefb7" font="Liberation Sans">
  780.  
  781.             <cursor w="26" h="26">
  782.                 <itemgra>
  783.                     <circle color="#0000ff" radius="24" width="2">
  784.                         <coord x="0" y="0"/>
  785.                     </circle>
  786.                 </itemgra>
  787.                 <itemgra speed_range="-2">
  788.                     <polyline color="#0000ff" width="2">
  789.                         <coord x="0" y="0"/>
  790.                         <coord x="0" y="0"/>
  791.                     </polyline>
  792.                 </itemgra>
  793.                 <itemgra speed_range="3-">
  794.                     <polyline color="#0000ff" width="2">
  795.                         <coord x="-7" y="-10"/>
  796.                         <coord x="0" y="12"/>
  797.                         <coord x="7" y="-10"/>
  798.                     </polyline>
  799.                 </itemgra>
  800.             </cursor>
  801.  
  802.             <layer name="polygons">
  803.                 <itemgra item_types="image" order="0-">
  804.                     <image/>
  805.                 </itemgra>
  806.                 <itemgra item_types="poly_wood" order="0-">
  807.                     <polygon color="#8ec78d"/>
  808.                     <text text_size="5"/>
  809.                 </itemgra>
  810.                 <itemgra item_types="poly_farm" order="0-">
  811.                     <polygon color="#c7f1a3"/>
  812.                     <polyline color="#79c691"/>
  813.                     <text text_size="5"/>
  814.                 </itemgra>
  815.                 <itemgra item_types="poly_meadow" order="0-">
  816.                     <polygon color="#c7f1a3"/>
  817.                     <polyline color="#79c691"/>
  818.                 </itemgra>
  819.                 <itemgra item_types="poly_town" order="0-">
  820.                     <polygon color="#ffc895"/>
  821.                     <polyline color="#ebb481"/>
  822.                 </itemgra>
  823.                 <itemgra item_types="poly_university" order="8-">
  824.                     <polygon color="#d68fb8"/>
  825.                     <polyline color="#881155"/>
  826.                 </itemgra>
  827.                 <itemgra item_types="poly_water_tiled" order="0-">
  828.                     <polygon color="#82c8ea"/>
  829.                 </itemgra>
  830.                 <itemgra item_types="poly_water" order="0-">
  831.                     <polygon color="#82c8ea"/>
  832.                     <polyline color="#5096b8"/>
  833.                     <text text_size="5"/>
  834.                 </itemgra>
  835.                 <itemgra item_types="poly_land" order="0-">
  836.                     <polygon color="#ffefb7"/>
  837.                     <polyline color="#ffefb7"/>
  838.                     <text text_size="5"/>
  839.                 </itemgra>
  840.                 <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="9-">
  841.                     <polygon color="#a0a0a0"/>
  842.                     <text text_size="5"/>
  843.                 </itemgra>
  844.                 <itemgra item_types="poly_park" order="0-">
  845.                     <polygon color="#7cc334"/>
  846.                     <text text_size="5"/>
  847.                 </itemgra>
  848.                 <itemgra item_types="poly_pedestrian" order="10">
  849.                     <polyline color="#d2d2d2" width="3"/>
  850.                     <polyline color="#dddddd" width="1"/>
  851.                     <polygon color="#dddddd"/>
  852.                 </itemgra>
  853.                 <itemgra item_types="poly_pedestrian" order="11">
  854.                     <polyline color="#d2d2d2" width="5"/>
  855.                     <polyline color="#dddddd" width="3"/>
  856.                     <polygon color="#dddddd"/>
  857.                 </itemgra>
  858.                 <itemgra item_types="poly_pedestrian" order="12">
  859.                     <polyline color="#d2d2d2" width="8"/>
  860.                     <polyline color="#dddddd" width="6"/>
  861.                     <polygon color="#dddddd"/>
  862.                 </itemgra>
  863.                 <itemgra item_types="poly_pedestrian" order="13">
  864.                     <polyline color="#d2d2d2" width="9"/>
  865.                     <polyline color="#dddddd" width="7"/>
  866.                     <polygon color="#dddddd"/>
  867.                 </itemgra>
  868.                 <itemgra item_types="poly_pedestrian" order="14">
  869.                     <polyline color="#d2d2d2" width="13"/>
  870.                     <polyline color="#dddddd" width="9"/>
  871.                     <polygon color="#dddddd"/>
  872.                 </itemgra>
  873.                 <itemgra item_types="poly_pedestrian" order="15">
  874.                     <polyline color="#d2d2d2" width="18"/>
  875.                     <polyline color="#dddddd" width="14"/>
  876.                     <polygon color="#dddddd"/>
  877.                 </itemgra>
  878.                 <itemgra item_types="poly_pedestrian" order="16">
  879.                     <polyline color="#d2d2d2" width="21"/>
  880.                     <polyline color="#dddddd" width="17"/>
  881.                     <polygon color="#dddddd"/>
  882.                 </itemgra>
  883.                 <itemgra item_types="poly_pedestrian" order="17">
  884.                     <polyline color="#d2d2d2" width="25"/>
  885.                     <polyline color="#dddddd" width="21"/>
  886.                     <polygon color="#dddddd"/>
  887.                 </itemgra>
  888.                 <itemgra item_types="poly_pedestrian" order="18">
  889.                     <polyline color="#d2d2d2" width="40"/>
  890.                     <polyline color="#dddddd" width="34"/>
  891.                     <polygon color="#dddddd"/>
  892.                 </itemgra>
  893.                 <itemgra item_types="poly_airport" order="0-">
  894.                     <polygon color="#a0a0a0"/>
  895.                 </itemgra>
  896.                 <itemgra item_types="poly_sport,poly_sports_pitch" order="0-">
  897.                     <polygon color="#4af04f"/>
  898.                 </itemgra>
  899.                 <itemgra item_types="poly_industry,poly_place" order="0-">
  900.                     <polygon color="#e6e6e6"/>
  901.                 </itemgra>
  902.                 <itemgra item_types="poly_service" order="8-18">
  903.                     <polygon color="#fefefe"/>
  904.                     <polyline color="#d2d2d2" width="1"/>
  905.                 </itemgra>
  906.                 <itemgra item_types="poly_street_1" order="8-13">
  907.                     <polygon color="#ffffff"/>
  908.                     <polyline color="#d2d2d2" width="1"/>
  909.                 </itemgra>
  910.                 <itemgra item_types="poly_street_1" order="14-16">
  911.                     <polygon color="#ffffff"/>
  912.                     <polyline color="#d2d2d2" width="2"/>
  913.                 </itemgra>
  914.                 <itemgra item_types="poly_street_1" order="17-18">
  915.                     <polygon color="#ffffff"/>
  916.                     <polyline color="#d2d2d2" width="3"/>
  917.                 </itemgra>
  918.                 <itemgra item_types="poly_street_2" order="7-12">
  919.                     <polygon color="#ffff00"/>
  920.                     <polyline color="#c0c0c0" width="1"/>
  921.                 </itemgra>
  922.                 <itemgra item_types="poly_street_2" order="13-16">
  923.                     <polygon color="#ffff00"/>
  924.                     <polyline color="#c0c0c0" width="2"/>
  925.                 </itemgra>
  926.                 <itemgra item_types="poly_street_2" order="17-18">
  927.                     <polygon color="#ffff00"/>
  928.                     <polyline color="#c0c0c0" width="3"/>
  929.                 </itemgra>
  930.                 <itemgra item_types="poly_street_3" order="7-11">
  931.                     <polygon color="#ffff00"/>
  932.                     <polyline color="#a0a0a0" width="1"/>
  933.                 </itemgra>
  934.                 <itemgra item_types="poly_street_3" order="12-15">
  935.                     <polygon color="#ffff00"/>
  936.                     <polyline color="#a0a0a0" width="2"/>
  937.                 </itemgra>
  938.                 <itemgra item_types="poly_street_3" order="16-18">
  939.                     <polygon color="#ffff00"/>
  940.                     <polyline color="#a0a0a0" width="3"/>
  941.                 </itemgra>
  942.                 <itemgra item_types="water_line" order="0-">
  943.                     <polyline color="#5096b8" width="1"/>
  944.                     <text text_size="5"/>
  945.                 </itemgra>
  946.                 <itemgra item_types="water_river" order="4-5">
  947.                     <polyline color="#82c8ea" width="1"/>
  948.                 </itemgra>
  949.                 <itemgra item_types="water_river" order="6">
  950.                     <polyline color="#82c8ea" width="2"/>
  951.                 </itemgra>
  952.                 <itemgra item_types="water_river" order="7">
  953.                     <polyline color="#82c8ea" width="3"/>
  954.                     <text text_size="5"/>
  955.                 </itemgra>
  956.                 <itemgra item_types="water_river" order="8-9">
  957.                     <polyline color="#82c8ea" width="4"/>
  958.                     <text text_size="7"/>
  959.                 </itemgra>
  960.                 <itemgra item_types="water_river" order="10-">
  961.                     <polyline color="#82c8ea" width="4"/>
  962.                     <text text_size="10"/>
  963.                 </itemgra>
  964.                 <itemgra item_types="water_canal" order="6">
  965.                     <polyline color="#82c8ea" width="1"/>
  966.                 </itemgra>
  967.                 <itemgra item_types="water_canal" order="7">
  968.                     <polyline color="#82c8ea" width="2"/>
  969.                     <text text_size="5"/>
  970.                 </itemgra>
  971.                 <itemgra item_types="water_canal" order="8-9">
  972.                     <polyline color="#82c8ea" width="3"/>
  973.                     <text text_size="7"/>
  974.                 </itemgra>
  975.                 <itemgra item_types="water_canal" order="10-">
  976.                     <polyline color="#82c8ea" width="3"/>
  977.                     <text text_size="10"/>
  978.                 </itemgra>
  979.                 <itemgra item_types="water_stream" order="8-9">
  980.                     <polyline color="#82c8ea" width="1"/>
  981.                 </itemgra>
  982.                 <itemgra item_types="water_stream" order="10-">
  983.                     <polyline color="#82c8ea" width="2"/>
  984.                     <text text_size="7"/>
  985.                 </itemgra>
  986.                 <itemgra item_types="water_drain" order="10-">
  987.                     <polyline color="#82c8ea" width="1"/>
  988.                     <text text_size="5"/>
  989.                 </itemgra>
  990.                 <itemgra item_types="poly_apron" order="0-">
  991.                     <polygon color="#d0d0d0"/>
  992.                 </itemgra>
  993.                 <itemgra item_types="poly_terminal" order="7-">
  994.                     <polygon color="#e3c6a6"/>
  995.                 </itemgra>
  996.                 <itemgra item_types="poly_cemetery" order="1-">
  997.                     <polygon color="#bde3cb"/>
  998.                 </itemgra>
  999.                 <itemgra item_types="poly_car_parking" order="1-">
  1000.                     <polygon color="#e7cf87"/>
  1001.                 </itemgra>
  1002.                 <itemgra item_types="poly_building" order="0-">
  1003.                     <polygon color="#b6a6a6"/>
  1004.                 </itemgra>
  1005.                 <itemgra item_types="rail" order="6-">
  1006.                     <polyline color="#696969" width="3"/>
  1007.                     <polyline color="#ffffff" width="1" dash="5,5"/>
  1008.                 </itemgra>
  1009.                 <itemgra item_types="ferry" order="5-">
  1010.                     <polyline color="#000000" width="1" dash="10"/>
  1011.                 </itemgra>
  1012.                 <itemgra item_types="border_country" order="0-">
  1013.                     <polyline color="#b8434e" width="1" dash="10,5,2,5"/>
  1014.                 </itemgra>
  1015.                 <itemgra item_types="border_state" order="0-">
  1016.                     <polyline color="#808080" width="1"/>
  1017.                 </itemgra>
  1018.                 <itemgra item_types="height_line_1" order="0-">
  1019.                     <polyline color="#000000" width="4"/>
  1020.                 </itemgra>
  1021.                 <itemgra item_types="height_line_2" order="0-">
  1022.                     <polyline color="#000000" width="2"/>
  1023.                 </itemgra>
  1024.                 <itemgra item_types="height_line_3" order="0-">
  1025.                     <polyline color="#000000" width="1"/>
  1026.                 </itemgra>
  1027.             </layer>
  1028.             <layer name="streets">
  1029.                 <itemgra item_types="street_route" order="2">
  1030.                     <polyline color="#0000a0" width="4"/>
  1031.                 </itemgra>
  1032.                 <itemgra item_types="street_route" order="3-5">
  1033.                     <polyline color="#0000a0" width="8"/>
  1034.                 </itemgra>
  1035.                 <itemgra item_types="street_route" order="6">
  1036.                     <polyline color="#0000a0" width="10"/>
  1037.                 </itemgra>
  1038.                 <itemgra item_types="street_route" order="7-8">
  1039.                     <polyline color="#0000a0" width="16"/>
  1040.                 </itemgra>
  1041.                 <itemgra item_types="street_route" order="9-10">
  1042.                     <polyline color="#0000a0" width="20"/>
  1043.                 </itemgra>
  1044.                 <itemgra item_types="street_route" order="11">
  1045.                     <polyline color="#0000a0" width="28"/>
  1046.                 </itemgra>
  1047.                 <itemgra item_types="street_route" order="12">
  1048.                     <polyline color="#0000a0" width="32"/>
  1049.                 </itemgra>
  1050.                 <itemgra item_types="street_route" order="13">
  1051.                     <polyline color="#0000a0" width="52"/>
  1052.                 </itemgra>
  1053.                 <itemgra item_types="street_route" order="14">
  1054.                     <polyline color="#0000a0" width="64"/>
  1055.                 </itemgra>
  1056.                 <itemgra item_types="street_route" order="15">
  1057.                     <polyline color="#0000a0" width="68"/>
  1058.                 </itemgra>
  1059.                 <itemgra item_types="street_route" order="16">
  1060.                     <polyline color="#0000a0" width="132"/>
  1061.                 </itemgra>
  1062.                 <itemgra item_types="street_route" order="17">
  1063.                     <polyline color="#0000a0" width="268"/>
  1064.                 </itemgra>
  1065.                 <itemgra item_types="street_route" order="18">
  1066.                     <polyline color="#0000a0" width="530"/>
  1067.                 </itemgra>
  1068.                 <itemgra item_types="selected_line" order="2">
  1069.                     <polyline color="#ba00b8" width="4"/>
  1070.                 </itemgra>
  1071.                 <itemgra item_types="selected_line" order="3-5">
  1072.                     <polyline color="#ba00b8" width="8"/>
  1073.                 </itemgra>
  1074.                 <itemgra item_types="selected_line" order="6">
  1075.                     <polyline color="#ba00b8" width="10"/>
  1076.                 </itemgra>
  1077.                 <itemgra item_types="selected_line" order="7-8">
  1078.                     <polyline color="#ba00b8" width="16"/>
  1079.                 </itemgra>
  1080.                 <itemgra item_types="selected_line" order="9-10">
  1081.                     <polyline color="#ba00b8" width="20"/>
  1082.                 </itemgra>
  1083.                 <itemgra item_types="selected_line" order="11">
  1084.                     <polyline color="#ba00b8" width="28"/>
  1085.                 </itemgra>
  1086.                 <itemgra item_types="selected_line" order="12">
  1087.                     <polyline color="#ba00b8" width="32"/>
  1088.                 </itemgra>
  1089.                 <itemgra item_types="selected_line" order="13">
  1090.                     <polyline color="#ba00b8" width="52"/>
  1091.                 </itemgra>
  1092.                 <itemgra item_types="selected_line" order="14">
  1093.                     <polyline color="#ba00b8" width="64"/>
  1094.                 </itemgra>
  1095.                 <itemgra item_types="selected_line" order="15">
  1096.                     <polyline color="#ba00b8" width="68"/>
  1097.                 </itemgra>
  1098.                 <itemgra item_types="selected_line" order="16">
  1099.                     <polyline color="#ba00b8" width="132"/>
  1100.                 </itemgra>
  1101.                 <itemgra item_types="selected_line" order="17">
  1102.                     <polyline color="#ba00b8" width="268"/>
  1103.                 </itemgra>
  1104.                 <itemgra item_types="selected_line" order="18">
  1105.                     <polyline color="#ba00b8" width="530"/>
  1106.                 </itemgra>
  1107.                 <itemgra item_types="forest_way_1" order="10-">
  1108.                     <polyline color="#0070c0" width="6"/>
  1109.                 </itemgra>
  1110.                 <itemgra item_types="forest_way_2" order="10-">
  1111.                     <polyline color="#ff0000" width="3"/>
  1112.                 </itemgra>
  1113.                 <itemgra item_types="forest_way_3" order="10-">
  1114.                     <polyline color="#ff0000" width="1" dash="2,4"/>
  1115.                 </itemgra>
  1116.                 <itemgra item_types="forest_way_4" order="10-">
  1117.                     <polyline color="#119a2e" width="1" dash="4,10"/>
  1118.                 </itemgra>
  1119.                 <itemgra item_types="street_nopass" order="10-">
  1120.                     <polyline color="#000000" width="1"/>
  1121.                 </itemgra>
  1122.                 <itemgra item_types="track_paved" order="10-">
  1123.                     <polyline color="#000000" width="1"/>
  1124.                 </itemgra>
  1125.                 <itemgra item_types="track_gravelled,track_grass" order="10-12">
  1126.                     <polyline color="#800000" width="1" dash="3,6"/>
  1127.                 </itemgra>
  1128.                 <itemgra item_types="track_gravelled,track_grass" order="13-14">
  1129.                     <polyline color="#ffffff" width="4"/>
  1130.                     <polyline color="#800000" width="1" dash="4,8"/>
  1131.                 </itemgra>
  1132.                 <itemgra item_types="track_gravelled,track_grass" order="15-16">
  1133.                     <polyline color="#ffffff" width="5"/>
  1134.                     <polyline color="#800000" width="1" dash="5,10"/>
  1135.                 </itemgra>
  1136.                 <itemgra item_types="track_gravelled,track_grass" order="17-">
  1137.                     <polyline color="#ffffff" width="7"/>
  1138.                     <polyline color="#800000" width="1" dash="7,15"/>
  1139.                 </itemgra>
  1140.                 <itemgra item_types="track_unpaved,track_ground,path,hiking,hiking_mountain,hiking_mountain_demanding,hiking_alpine,hiking_alpine_demanding,hiking_alpine_difficult" order="10-">
  1141.                     <polyline color="#000000" width="1"/>
  1142.                 </itemgra>
  1143.                 <itemgra item_types="bridleway" order="10-">
  1144.                     <polyline color="#000000" width="1"/>
  1145.                 </itemgra>
  1146.                 <itemgra item_types="cycleway" order="10-">
  1147.                     <polyline color="#000000" width="1"/>
  1148.                 </itemgra>
  1149.                 <itemgra item_types="piste_downhill_novice" order="10-12">
  1150.                     <polyline color="#00A000" width="1"/>
  1151.                 </itemgra>
  1152.                 <itemgra item_types="piste_downhill_novice" order="13-14">
  1153.                     <polyline color="#00A000" width="2"/>
  1154.                 </itemgra>
  1155.                 <itemgra item_types="piste_downhill_novice" order="15-16">
  1156.                     <polyline color="#00A000" width="3"/>
  1157.                 </itemgra>
  1158.                 <itemgra item_types="piste_downhill_novice" order="17-">
  1159.                     <polyline color="#00A000" width="5"/>
  1160.                 </itemgra>
  1161.                 <itemgra item_types="piste_downhill_easy" order="10-12">
  1162.                     <polyline color="#0000ff" width="1"/>
  1163.                 </itemgra>
  1164.                 <itemgra item_types="piste_downhill_easy" order="13-14">
  1165.                     <polyline color="#0000ff" width="2"/>
  1166.                 </itemgra>
  1167.                 <itemgra item_types="piste_downhill_easy" order="15-16">
  1168.                     <polyline color="#0000ff" width="3"/>
  1169.                 </itemgra>
  1170.                 <itemgra item_types="piste_downhill_easy" order="17-">
  1171.                     <polyline color="#0000ff" width="5"/>
  1172.                 </itemgra>
  1173.                 <itemgra item_types="piste_downhill_intermediate" order="10-12">
  1174.                     <polyline color="#ff0000" width="1"/>
  1175.                 </itemgra>
  1176.                 <itemgra item_types="piste_downhill_intermediate" order="13-14">
  1177.                     <polyline color="#ff0000" width="2"/>
  1178.                 </itemgra>
  1179.                 <itemgra item_types="piste_downhill_intermediate" order="15-16">
  1180.                     <polyline color="#ff0000" width="3"/>
  1181.                 </itemgra>
  1182.                 <itemgra item_types="piste_downhill_intermediate" order="17-">
  1183.                     <polyline color="#ff0000" width="5"/>
  1184.                 </itemgra>
  1185.                 <itemgra item_types="piste_downhill_advanced" order="10-12">
  1186.                     <polyline color="#000000" width="1"/>
  1187.                 </itemgra>
  1188.                 <itemgra item_types="piste_downhill_advanced" order="13-14">
  1189.                     <polyline color="#000000" width="2"/>
  1190.                 </itemgra>
  1191.                 <itemgra item_types="piste_downhill_advanced" order="15-16">
  1192.                     <polyline color="#000000" width="3"/>
  1193.                 </itemgra>
  1194.                 <itemgra item_types="piste_downhill_advanced" order="17-">
  1195.                     <polyline color="#000000" width="5"/>
  1196.                 </itemgra>
  1197.                 <itemgra item_types="piste_downhill_expert" order="10-12">
  1198.                     <polyline color="#ffaa00" width="1"/>
  1199.                 </itemgra>
  1200.                 <itemgra item_types="piste_downhill_expert" order="13-14">
  1201.                     <polyline color="#ffaa00" width="2"/>
  1202.                 </itemgra>
  1203.                 <itemgra item_types="piste_downhill_expert" order="15-16">
  1204.                     <polyline color="#ffaa00" width="3"/>
  1205.                 </itemgra>
  1206.                 <itemgra item_types="piste_downhill_expert" order="17-">
  1207.                     <polyline color="#ffaa00" width="5"/>
  1208.                 </itemgra>
  1209.                 <itemgra item_types="piste_downhill_freeride" order="10-12">
  1210.                     <polyline color="#ffff00" width="1"/>
  1211.                 </itemgra>
  1212.                 <itemgra item_types="piste_downhill_freeride" order="13-14">
  1213.                     <polyline color="#ffff00" width="2"/>
  1214.                 </itemgra>
  1215.                 <itemgra item_types="piste_downhill_freeride" order="15-16">
  1216.                     <polyline color="#ffff00" width="3"/>
  1217.                 </itemgra>
  1218.                 <itemgra item_types="piste_downhill_freeride" order="17-">
  1219.                     <polyline color="#ffff00" width="5"/>
  1220.                 </itemgra>
  1221.                 <itemgra item_types="lift_cable_car" order="6-">
  1222.                     <polyline color="#696969" width="1" dash="5"/>
  1223.                 </itemgra>
  1224.                 <itemgra item_types="lift_chair" order="6-">
  1225.                     <polyline color="#696969" width="1" dash="5"/>
  1226.                 </itemgra>
  1227.                 <itemgra item_types="lift_drag" order="6-">
  1228.                     <polyline color="#696969" width="1" dash="5"/>
  1229.                 </itemgra>
  1230.                 <itemgra item_types="piste_nordic" order="10-12">
  1231.                     <polyline color="#0000ff" width="1" dash="3,6" offset="4"/>
  1232.                 </itemgra>
  1233.                 <itemgra item_types="piste_nordic" order="13-14">
  1234.                     <polyline color="#ffffff" width="4" offset="6"/>
  1235.                     <polyline color="#0000ff" width="1" dash="4,8" offset="6"/>
  1236.                 </itemgra>
  1237.                 <itemgra item_types="piste_nordic" order="15-16">
  1238.                     <polyline color="#ffffff" width="5" offset="7"/>
  1239.                     <polyline color="#0000ff" width="1" dash="5,10" offset="7"/>
  1240.                 </itemgra>
  1241.                 <itemgra item_types="piste_nordic" order="17-">
  1242.                     <polyline color="#ffffff" width="7" offset="10"/>
  1243.                     <polyline color="#0000ff" width="1" dash="7,15" offset="10"/>
  1244.                 </itemgra>
  1245.                 <itemgra item_types="footway_and_piste_nordic" order="10-12">
  1246.                     <polyline color="#ff0000" width="1" dash="3,15"/>
  1247.                     <polyline color="#0000ff" width="1" dash="3,15" offset="9"/>
  1248.                 </itemgra>
  1249.                 <itemgra item_types="footway_and_piste_nordic" order="13-14">
  1250.                     <polyline color="#ffffff" width="4"/>
  1251.                     <polyline color="#ff0000" width="2"/>
  1252.                     <polyline color="#0000ff" width="1" dash="4,20" offset="12"/>
  1253.                 </itemgra>
  1254.                 <itemgra item_types="footway_and_piste_nordic" order="15-16">
  1255.                     <polyline color="#ffffff" width="5"/>
  1256.                     <polyline color="#ff0000" width="3"/>
  1257.                     <polyline color="#0000ff" width="1" dash="5,25" offset="15"/>
  1258.                 </itemgra>
  1259.                 <itemgra item_types="footway_and_piste_nordic" order="17-">
  1260.                     <polyline color="#ffffff" width="7"/>
  1261.                     <polyline color="#ff0000" width="5"/>
  1262.                     <polyline color="#0000ff" width="1" dash="7,37" offset="22"/>
  1263.                 </itemgra>
  1264.                 <itemgra item_types="footway" order="10-12">
  1265.                     <polyline color="#ff0000" width="1" dash="3,6"/>
  1266.                 </itemgra>
  1267.                 <itemgra item_types="footway" order="13-14">
  1268.                     <polyline color="#ffffff" width="4"/>
  1269.                     <polyline color="#ff0000" width="1" dash="4,8"/>
  1270.                 </itemgra>
  1271.                 <itemgra item_types="footway" order="15-16">
  1272.                     <polyline color="#ffffff" width="5"/>
  1273.                     <polyline color="#ff0000" width="1" dash="5,10"/>
  1274.                 </itemgra>
  1275.                 <itemgra item_types="footway" order="17-">
  1276.                     <polyline color="#ffffff" width="7"/>
  1277.                     <polyline color="#ff0000" width="1" dash="7,15"/>
  1278.                 </itemgra>
  1279.                 <itemgra item_types="steps" order="10-">
  1280.                     <polyline color="#000000" width="1"/>
  1281.                 </itemgra>
  1282.                 <itemgra item_types="street_pedestrian,living_street" order="10">
  1283.                     <polyline color="#d2d2d2" width="3"/>
  1284.                     <polyline color="#dddddd" width="1"/>
  1285.                 </itemgra>
  1286.                 <itemgra item_types="street_pedestrian,living_street" order="11">
  1287.                     <polyline color="#d2d2d2" width="5"/>
  1288.                     <polyline color="#dddddd" width="3"/>
  1289.                 </itemgra>
  1290.                 <itemgra item_types="street_pedestrian,living_street" order="12">
  1291.                     <polyline color="#d2d2d2" width="8"/>
  1292.                     <polyline color="#dddddd" width="6"/>
  1293.                 </itemgra>
  1294.                 <itemgra item_types="street_pedestrian,living_street" order="13">
  1295.                     <polyline color="#d2d2d2" width="9"/>
  1296.                     <polyline color="#dddddd" width="7"/>
  1297.                 </itemgra>
  1298.                 <itemgra item_types="street_pedestrian,living_street" order="14">
  1299.                     <polyline color="#d2d2d2" width="13"/>
  1300.                     <polyline color="#dddddd" width="9"/>
  1301.                 </itemgra>
  1302.                 <itemgra item_types="street_pedestrian,living_street" order="15">
  1303.                     <polyline color="#d2d2d2" width="18"/>
  1304.                     <polyline color="#dddddd" width="14"/>
  1305.                 </itemgra>
  1306.                 <itemgra item_types="street_pedestrian,living_street" order="16">
  1307.                     <polyline color="#d2d2d2" width="21"/>
  1308.                     <polyline color="#dddddd" width="17"/>
  1309.                 </itemgra>
  1310.                 <itemgra item_types="street_pedestrian,living_street" order="17">
  1311.                     <polyline color="#d2d2d2" width="25"/>
  1312.                     <polyline color="#dddddd" width="21"/>
  1313.                 </itemgra>
  1314.                 <itemgra item_types="street_pedestrian,living_street" order="18">
  1315.                     <polyline color="#d2d2d2" width="40"/>
  1316.                     <polyline color="#dddddd" width="34"/>
  1317.                 </itemgra>
  1318.                 <itemgra item_types="street_service" order="10">
  1319.                     <polyline color="#d2d2d2" width="4"/>
  1320.                     <polyline color="#fefefe" width="2"/>
  1321.                 </itemgra>
  1322.                 <itemgra item_types="street_service" order="11">
  1323.                     <polyline color="#d2d2d2" width="4"/>
  1324.                     <polyline color="#fefefe" width="2"/>
  1325.                 </itemgra>
  1326.                 <itemgra item_types="street_service" order="12">
  1327.                     <polyline color="#d2d2d2" width="5"/>
  1328.                     <polyline color="#fefefe" width="3"/>
  1329.                 </itemgra>
  1330.                 <itemgra item_types="street_service" order="13">
  1331.                     <polyline color="#d2d2d2" width="6"/>
  1332.                     <polyline color="#fefefe" width="4"/>
  1333.                 </itemgra>
  1334.                 <itemgra item_types="street_service" order="14">
  1335.                     <polyline color="#d2d2d2" width="7"/>
  1336.                     <polyline color="#fefefe" width="5"/>
  1337.                 </itemgra>
  1338.                 <itemgra item_types="street_service" order="15">
  1339.                     <polyline color="#d2d2d2" width="8"/>
  1340.                     <polyline color="#fefefe" width="6"/>
  1341.                 </itemgra>
  1342.                 <itemgra item_types="street_service" order="16">
  1343.                     <polyline color="#d2d2d2" width="9"/>
  1344.                     <polyline color="#fefefe" width="7"/>
  1345.                 </itemgra>
  1346.                 <itemgra item_types="street_service" order="17">
  1347.                     <polyline color="#d2d2d2" width="10"/>
  1348.                     <polyline color="#fefefe" width="8"/>
  1349.                 </itemgra>
  1350.                 <itemgra item_types="street_service" order="18">
  1351.                     <polyline color="#d2d2d2" width="11"/>
  1352.                     <polyline color="#fefefe" width="9"/>
  1353.                 </itemgra>
  1354.                 <itemgra item_types="street_parking_lane" order="12">
  1355.                     <polyline color="#d2d2d2" width="4"/>
  1356.                     <polyline color="#fefefe" width="2"/>
  1357.                 </itemgra>
  1358.                 <itemgra item_types="street_parking_lane" order="13">
  1359.                     <polyline color="#d2d2d2" width="4"/>
  1360.                     <polyline color="#fefefe" width="2"/>
  1361.                 </itemgra>
  1362.                 <itemgra item_types="street_parking_lane" order="14">
  1363.                     <polyline color="#d2d2d2" width="5"/>
  1364.                     <polyline color="#fefefe" width="3"/>
  1365.                 </itemgra>
  1366.                 <itemgra item_types="street_parking_lane" order="15">
  1367.                     <polyline color="#d2d2d2" width="6"/>
  1368.                     <polyline color="#fefefe" width="4"/>
  1369.                 </itemgra>
  1370.                 <itemgra item_types="street_parking_lane" order="16">
  1371.                     <polyline color="#d2d2d2" width="7"/>
  1372.                     <polyline color="#fefefe" width="5"/>
  1373.                 </itemgra>
  1374.                 <itemgra item_types="street_parking_lane" order="17">
  1375.                     <polyline color="#d2d2d2" width="8"/>
  1376.                     <polyline color="#fefefe" width="6"/>
  1377.                 </itemgra>
  1378.                 <itemgra item_types="street_parking_lane" order="18">
  1379.                     <polyline color="#d2d2d2" width="9"/>
  1380.                     <polyline color="#fefefe" width="7"/>
  1381.                 </itemgra>
  1382.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="10">
  1383.                     <polyline color="#d2d2d2" width="4"/>
  1384.                     <polyline color="#ffffff" width="2"/>
  1385.                 </itemgra>
  1386.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
  1387.                     <polyline color="#d2d2d2" width="6"/>
  1388.                     <polyline color="#ffffff" width="4"/>
  1389.                 </itemgra>
  1390.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
  1391.                     <polyline color="#d2d2d2" width="10"/>
  1392.                     <polyline color="#ffffff" width="8"/>
  1393.                 </itemgra>
  1394.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
  1395.                     <polyline color="#d2d2d2" width="11"/>
  1396.                     <polyline color="#ffffff" width="9"/>
  1397.                 </itemgra>
  1398.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
  1399.                     <polyline color="#d2d2d2" width="17"/>
  1400.                     <polyline color="#ffffff" width="13"/>
  1401.                 </itemgra>
  1402.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
  1403.                     <polyline color="#d2d2d2" width="18"/>
  1404.                     <polyline color="#ffffff" width="14"/>
  1405.                 </itemgra>
  1406.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
  1407.                     <polyline color="#d2d2d2" width="30"/>
  1408.                     <polyline color="#ffffff" width="26"/>
  1409.                 </itemgra>
  1410.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
  1411.                     <polyline color="#d2d2d2" width="67"/>
  1412.                     <polyline color="#ffffff" width="61"/>
  1413.                 </itemgra>
  1414.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
  1415.                     <polyline color="#d2d2d2" width="132"/>
  1416.                     <polyline color="#ffffff" width="126"/>
  1417.                 </itemgra>
  1418.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="7-8">
  1419.                     <polyline color="#c0c0c0" width="2"/>
  1420.                 </itemgra>
  1421.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="9">
  1422.                     <polyline color="#c0c0c0" width="3"/>
  1423.                     <polyline color="#ffff00" width="1"/>
  1424.                 </itemgra>
  1425.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="10">
  1426.                     <polyline color="#c0c0c0" width="4"/>
  1427.                     <polyline color="#ffff00" width="2"/>
  1428.                 </itemgra>
  1429.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="11">
  1430.                     <polyline color="#c0c0c0" width="5"/>
  1431.                     <polyline color="#ffff00" width="3"/>
  1432.                 </itemgra>
  1433.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="12">
  1434.                     <polyline color="#c0c0c0" width="7"/>
  1435.                     <polyline color="#ffff00" width="5"/>
  1436.                 </itemgra>
  1437.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="13">
  1438.                     <polyline color="#c0c0c0" width="11"/>
  1439.                     <polyline color="#ffff00" width="8"/>
  1440.                 </itemgra>
  1441.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="14">
  1442.                     <polyline color="#c0c0c0" width="14"/>
  1443.                     <polyline color="#ffff00" width="11"/>
  1444.                 </itemgra>
  1445.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="15">
  1446.                     <polyline color="#c0c0c0" width="19"/>
  1447.                     <polyline color="#ffff00" width="15"/>
  1448.                 </itemgra>
  1449.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="16">
  1450.                     <polyline color="#c0c0c0" width="30"/>
  1451.                     <polyline color="#ffff00" width="26"/>
  1452.                 </itemgra>
  1453.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="17">
  1454.                     <polyline color="#c0c0c0" width="63"/>
  1455.                     <polyline color="#ffff00" width="57"/>
  1456.                 </itemgra>
  1457.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="18">
  1458.                     <polyline color="#c0c0c0" width="100"/>
  1459.                     <polyline color="#ffff00" width="90"/>
  1460.                 </itemgra>
  1461.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="7-8">
  1462.                     <polyline color="#a0a0a0" width="3"/>
  1463.                     <polyline color="#ffff00" width="1"/>
  1464.                 </itemgra>
  1465.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="9">
  1466.                     <polyline color="#a0a0a0" width="5"/>
  1467.                     <polyline color="#ffff00" width="3"/>
  1468.                 </itemgra>
  1469.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="10">
  1470.                     <polyline color="#a0a0a0" width="8"/>
  1471.                     <polyline color="#ffff00" width="6"/>
  1472.                 </itemgra>
  1473.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="11">
  1474.                     <polyline color="#a0a0a0" width="9"/>
  1475.                     <polyline color="#ffff00" width="7"/>
  1476.                 </itemgra>
  1477.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="12">
  1478.                     <polyline color="#a0a0a0" width="13"/>
  1479.                     <polyline color="#ffff00" width="9"/>
  1480.                 </itemgra>
  1481.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="13">
  1482.                     <polyline color="#a0a0a0" width="18"/>
  1483.                     <polyline color="#ffff00" width="14"/>
  1484.                 </itemgra>
  1485.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="14">
  1486.                     <polyline color="#a0a0a0" width="21"/>
  1487.                     <polyline color="#ffff00" width="17"/>
  1488.                 </itemgra>
  1489.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="15">
  1490.                     <polyline color="#a0a0a0" width="25"/>
  1491.                     <polyline color="#ffff00" width="21"/>
  1492.                 </itemgra>
  1493.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="16">
  1494.                     <polyline color="#a0a0a0" width="40"/>
  1495.                     <polyline color="#ffff00" width="34"/>
  1496.                 </itemgra>
  1497.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="17">
  1498.                     <polyline color="#a0a0a0" width="79"/>
  1499.                     <polyline color="#ffff00" width="73"/>
  1500.                 </itemgra>
  1501.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="18">
  1502.                     <polyline color="#a0a0a0" width="156"/>
  1503.                     <polyline color="#ffff00" width="150"/>
  1504.                 </itemgra>
  1505.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6">
  1506.                     <polyline color="#404040" width="1"/>
  1507.                 </itemgra>
  1508.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8">
  1509.                     <polyline color="#404040" width="3"/>
  1510.                     <polyline color="#ff0000" width="1"/>
  1511.                 </itemgra>
  1512.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
  1513.                     <polyline color="#000000" width="5"/>
  1514.                     <polyline color="#ff0000" width="3"/>
  1515.                 </itemgra>
  1516.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
  1517.                     <polyline color="#000000" width="6"/>
  1518.                     <polyline color="#ff0000" width="4"/>
  1519.                 </itemgra>
  1520.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
  1521.                     <polyline color="#000000" width="9"/>
  1522.                     <polyline color="#ff0000" width="7"/>
  1523.                 </itemgra>
  1524.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
  1525.                     <polyline color="#000000" width="13"/>
  1526.                     <polyline color="#ff0000" width="9"/>
  1527.                 </itemgra>
  1528.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
  1529.                     <polyline color="#000000" width="18"/>
  1530.                     <polyline color="#ff0000" width="14"/>
  1531.                 </itemgra>
  1532.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
  1533.                     <polyline color="#000000" width="21"/>
  1534.                     <polyline color="#ff0000" width="17"/>
  1535.                 </itemgra>
  1536.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
  1537.                     <polyline color="#000000" width="24"/>
  1538.                     <polyline color="#ff0000" width="20"/>
  1539.                 </itemgra>
  1540.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
  1541.                     <polyline color="#000000" width="39"/>
  1542.                     <polyline color="#ff0000" width="33"/>
  1543.                 </itemgra>
  1544.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
  1545.                     <polyline color="#000000" width="78"/>
  1546.                     <polyline color="#ff0000" width="72"/>
  1547.                 </itemgra>
  1548.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
  1549.                     <polyline color="#000000" width="156"/>
  1550.                     <polyline color="#ff0000" width="150"/>
  1551.                 </itemgra>
  1552.                 <itemgra item_types="highway_city,highway_land" order="2">
  1553.                     <polyline color="#ff0000" width="1"/>
  1554.                 </itemgra>
  1555.                 <itemgra item_types="highway_city,highway_land" order="3-5">
  1556.                     <polyline color="#ff0000" width="3"/>
  1557.                     <polyline color="#ffff00" width="1"/>
  1558.                 </itemgra>
  1559.                 <itemgra item_types="highway_city,highway_land" order="6">
  1560.                     <polyline color="#ff0000" width="4"/>
  1561.                     <polyline color="#ffff00" width="2"/>
  1562.                 </itemgra>
  1563.                 <itemgra item_types="highway_city,highway_land" order="7-8">
  1564.                     <polyline color="#ff0000" width="7"/>
  1565.                     <polyline color="#ffff00" width="5"/>
  1566.                     <polyline color="#ff0000" width="1"/>
  1567.                 </itemgra>
  1568.                 <itemgra item_types="highway_city,highway_land" order="9-10">
  1569.                     <polyline color="#ff0000" width="9"/>
  1570.                     <polyline color="#ffff00" width="5"/>
  1571.                     <polyline color="#ff0000" width="1"/>
  1572.                 </itemgra>
  1573.                 <itemgra item_types="highway_city,highway_land" order="11">
  1574.                     <polyline color="#ff0000" width="13"/>
  1575.                     <polyline color="#ffff00" width="9"/>
  1576.                     <polyline color="#ff0000" width="1"/>
  1577.                 </itemgra>
  1578.                 <itemgra item_types="highway_city,highway_land" order="12">
  1579.                     <polyline color="#ff0000" width="15"/>
  1580.                     <polyline color="#ffff00" width="10"/>
  1581.                     <polyline color="#ff0000" width="1"/>
  1582.                 </itemgra>
  1583.                 <itemgra item_types="highway_city,highway_land" order="13">
  1584.                     <polyline color="#ff0000" width="25"/>
  1585.                     <polyline color="#ffff00" width="17"/>
  1586.                     <polyline color="#ff0000" width="1"/>
  1587.                 </itemgra>
  1588.                 <itemgra item_types="highway_city,highway_land" order="14">
  1589.                     <polyline color="#ff0000" width="31"/>
  1590.                     <polyline color="#ffff00" width="24"/>
  1591.                     <polyline color="#ff0000" width="1"/>
  1592.                 </itemgra>
  1593.                 <itemgra item_types="highway_city,highway_land" order="15">
  1594.                     <polyline color="#ff0000" width="33"/>
  1595.                     <polyline color="#ffff00" width="27"/>
  1596.                     <polyline color="#ff0000" width="1"/>
  1597.                 </itemgra>
  1598.                 <itemgra item_types="highway_city,highway_land" order="16">
  1599.                     <polyline color="#ff0000" width="65"/>
  1600.                     <polyline color="#ffff00" width="59"/>
  1601.                     <polyline color="#ff0000" width="1"/>
  1602.                 </itemgra>
  1603.                 <itemgra item_types="highway_city,highway_land" order="17">
  1604.                     <polyline color="#ff0000" width="133"/>
  1605.                     <polyline color="#ffff00" width="127"/>
  1606.                     <polyline color="#ff0000" width="1"/>
  1607.                 </itemgra>
  1608.                 <itemgra item_types="highway_city,highway_land" order="18">
  1609.                     <polyline color="#ff0000" width="264"/>
  1610.                     <polyline color="#ffff00" width="258"/>
  1611.                     <polyline color="#ff0000" width="1"/>
  1612.                 </itemgra>
  1613.                 <itemgra item_types="tracking_0" order="0-">
  1614.                     <polyline color="#000000" width="3"/>
  1615.                 </itemgra>
  1616.                 <itemgra item_types="tracking_10" order="0-">
  1617.                     <polyline color="#191919" width="3"/>
  1618.                 </itemgra>
  1619.                 <itemgra item_types="tracking_20" order="0-">
  1620.                     <polyline color="#333333" width="3"/>
  1621.                 </itemgra>
  1622.                 <itemgra item_types="tracking_30" order="0-">
  1623.                     <polyline color="#4c4c4c" width="3"/>
  1624.                 </itemgra>
  1625.                 <itemgra item_types="tracking_40" order="0-">
  1626.                     <polyline color="#666666" width="3"/>
  1627.                 </itemgra>
  1628.                 <itemgra item_types="tracking_50" order="0-">
  1629.                     <polyline color="#7f7f7f" width="3"/>
  1630.                 </itemgra>
  1631.                 <itemgra item_types="tracking_60" order="0-">
  1632.                     <polyline color="#999999" width="3"/>
  1633.                 </itemgra>
  1634.                 <itemgra item_types="tracking_70" order="0-">
  1635.                     <polyline color="#b2b2b2" width="3"/>
  1636.                 </itemgra>
  1637.                 <itemgra item_types="tracking_80" order="0-">
  1638.                     <polyline color="#cccccc" width="3"/>
  1639.                 </itemgra>
  1640.                 <itemgra item_types="tracking_90" order="0-">
  1641.                     <polyline color="#e5e5e5" width="3"/>
  1642.                 </itemgra>
  1643.                 <itemgra item_types="tracking_100" order="0-">
  1644.                     <polyline color="#ffffff" width="3"/>
  1645.                 </itemgra>
  1646.                 <itemgra item_types="highway_exit_label" order="10-">
  1647.                     <circle color="#000000" radius="3" text_size="7"/>
  1648.                 </itemgra>
  1649.                 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street" order="10-18">
  1650.                     <text text_size="8"/>
  1651.                 </itemgra>
  1652.                 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
  1653.                     <text text_size="9"/>
  1654.                 </itemgra>
  1655.                 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land,footway" order="12-18">
  1656.                     <text text_size="9"/>
  1657.                 </itemgra>
  1658.                 <itemgra item_types="traffic_distortion" order="2">
  1659.                     <polyline color="#ff9000" width="2"/>
  1660.                 </itemgra>
  1661.                 <itemgra item_types="traffic_distortion" order="3-5">
  1662.                     <polyline color="#ff9000" width="4"/>
  1663.                 </itemgra>
  1664.                 <itemgra item_types="traffic_distortion" order="6">
  1665.                     <polyline color="#ff9000" width="5"/>
  1666.                 </itemgra>
  1667.                 <itemgra item_types="traffic_distortion" order="7-8">
  1668.                     <polyline color="#ff9000" width="8"/>
  1669.                 </itemgra>
  1670.                 <itemgra item_types="traffic_distortion" order="9-10">
  1671.                     <polyline color="#ff9000" width="10"/>
  1672.                 </itemgra>
  1673.                 <itemgra item_types="traffic_distortion" order="11">
  1674.                     <polyline color="#ff9000" width="14"/>
  1675.                 </itemgra>
  1676.                 <itemgra item_types="traffic_distortion" order="12">
  1677.                     <polyline color="#ff9000" width="16"/>
  1678.                 </itemgra>
  1679.                 <itemgra item_types="traffic_distortion" order="13">
  1680.                     <polyline color="#ff9000" width="26"/>
  1681.                 </itemgra>
  1682.                 <itemgra item_types="traffic_distortion" order="14">
  1683.                     <polyline color="#ff9000" width="32"/>
  1684.                 </itemgra>
  1685.                 <itemgra item_types="traffic_distortion" order="15">
  1686.                     <polyline color="#ff9000" width="34"/>
  1687.                 </itemgra>
  1688.                 <itemgra item_types="traffic_distortion" order="16">
  1689.                     <polyline color="#ff9000" width="66"/>
  1690.                 </itemgra>
  1691.                 <itemgra item_types="traffic_distortion" order="17">
  1692.                     <polyline color="#ff9000" width="134"/>
  1693.                 </itemgra>
  1694.                 <itemgra item_types="traffic_distortion" order="18">
  1695.                     <polyline color="#ff9000" width="265"/>
  1696.                 </itemgra>
  1697.             </layer>
  1698.             <layer name="polylines">
  1699.                 <itemgra item_types="aeroway_taxiway" order="10">
  1700.                     <polyline color="#989994" width="4"/>
  1701.                     <polyline color="#d3dbbc" width="2"/>
  1702.                 </itemgra>
  1703.                 <itemgra item_types="aeroway_taxiway" order="11">
  1704.                     <polyline color="#989994" width="6"/>
  1705.                     <polyline color="#d3dbbc" width="4"/>
  1706.                 </itemgra>
  1707.                 <itemgra item_types="aeroway_taxiway" order="12">
  1708.                     <polyline color="#989994" width="10"/>
  1709.                     <polyline color="#d3dbbc" width="8"/>
  1710.                 </itemgra>
  1711.                 <itemgra item_types="aeroway_taxiway" order="13">
  1712.                     <polyline color="#989994" width="12"/>
  1713.                     <polyline color="#d3dbbc" width="9"/>
  1714.                 </itemgra>
  1715.                 <itemgra item_types="aeroway_taxiway" order="14">
  1716.                     <polyline color="#989994" width="15"/>
  1717.                     <polyline color="#d3dbbc" width="13"/>
  1718.                 </itemgra>
  1719.                 <itemgra item_types="aeroway_taxiway" order="15">
  1720.                     <polyline color="#989994" width="17"/>
  1721.                     <polyline color="#d3dbbc" width="14"/>
  1722.                 </itemgra>
  1723.                 <itemgra item_types="aeroway_taxiway" order="16">
  1724.                     <polyline color="#989994" width="33"/>
  1725.                     <polyline color="#d3dbbc" width="26"/>
  1726.                 </itemgra>
  1727.                 <itemgra item_types="aeroway_taxiway" order="17">
  1728.                     <polyline color="#989994" width="69"/>
  1729.                     <polyline color="#d3dbbc" width="61"/>
  1730.                 </itemgra>
  1731.                 <itemgra item_types="aeroway_taxiway" order="18">
  1732.                     <polyline color="#989994" width="132"/>
  1733.                     <polyline color="#d3dbbc" width="126"/>
  1734.                 </itemgra>
  1735.                 <itemgra item_types="aeroway_runway" order="2-6">
  1736.                     <polyline color="#404040" width="1"/>
  1737.                 </itemgra>
  1738.                 <itemgra item_types="aeroway_runway" order="7-8">
  1739.                     <polyline color="#404040" width="3"/>
  1740.                     <polyline color="#d3dbbc" width="1"/>
  1741.                 </itemgra>
  1742.                 <itemgra item_types="aeroway_runway" order="9">
  1743.                     <polyline color="#6b6f5f" width="5"/>
  1744.                     <polyline color="#d3dbbc" width="3"/>
  1745.                 </itemgra>
  1746.                 <itemgra item_types="aeroway_runway" order="10">
  1747.                     <polyline color="#6b6f5f" width="6"/>
  1748.                     <polyline color="#d3dbbc" width="4"/>
  1749.                 </itemgra>
  1750.                 <itemgra item_types="aeroway_runway" order="11">
  1751.                     <polyline color="#6b6f5f" width="9"/>
  1752.                     <polyline color="#d3dbbc" width="7"/>
  1753.                 </itemgra>
  1754.                 <itemgra item_types="aeroway_runway" order="12">
  1755.                     <polyline color="#6b6f5f" width="13"/>
  1756.                     <polyline color="#d3dbbc" width="9"/>
  1757.                 </itemgra>
  1758.                 <itemgra item_types="aeroway_runway" order="13">
  1759.                     <polyline color="#6b6f5f" width="18"/>
  1760.                     <polyline color="#d3dbbc" width="14"/>
  1761.                 </itemgra>
  1762.                 <itemgra item_types="aeroway_runway" order="14">
  1763.                     <polyline color="#6b6f5f" width="21"/>
  1764.                     <polyline color="#d3dbbc" width="17"/>
  1765.                 </itemgra>
  1766.                 <itemgra item_types="aeroway_runway" order="15">
  1767.                     <polyline color="#6b6f5f" width="24"/>
  1768.                     <polyline color="#d3dbbc" width="20"/>
  1769.                 </itemgra>
  1770.                 <itemgra item_types="aeroway_runway" order="16">
  1771.                     <polyline color="#6b6f5f" width="39"/>
  1772.                     <polyline color="#d3dbbc" width="33"/>
  1773.                 </itemgra>
  1774.                 <itemgra item_types="aeroway_runway" order="17">
  1775.                     <polyline color="#6b6f5f" width="78"/>
  1776.                     <polyline color="#d3dbbc" width="72"/>
  1777.                 </itemgra>
  1778.                 <itemgra item_types="aeroway_runway" order="18">
  1779.                     <polyline color="#6b6f5f" width="156"/>
  1780.                     <polyline color="#d3dbbc" width="150"/>
  1781.                 </itemgra>
  1782.                 <itemgra item_types="rail_tram" order="10-">
  1783.                     <polyline color="#606060" width="2"/>
  1784.                 </itemgra>
  1785.             </layer>
  1786.             <layer name="labels">
  1787.                         <itemgra item_types="house_number" order="15-">
  1788.                         <circle color="#000000" radius="3" text_size="7"/>
  1789.                 </itemgra>
  1790.                 <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-">
  1791.                     <circle color="#000000" radius="3" text_size="7"/>
  1792.                 </itemgra>
  1793.                 <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="10-">
  1794.                     <circle color="#000000" radius="3" text_size="7"/>
  1795.                 </itemgra>
  1796.                 <itemgra item_types="town_label_1e3,place_label" order="10-">
  1797.                     <circle color="#000000" radius="3" text_size="10"/>
  1798.                 </itemgra>
  1799.                 <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
  1800.                     <circle color="#000000" radius="3" text_size="7"/>
  1801.                 </itemgra>
  1802.                 <itemgra item_types="town_label_2e3" order="9-">
  1803.                     <circle color="#000000" radius="3" text_size="10"/>
  1804.                 </itemgra>
  1805.                 <itemgra item_types="town_label_5e3,town_label_1e4,town_label_2e4,town_label_5e4" order="9-">
  1806.                     <circle color="#000000" radius="3" text_size="15"/>
  1807.                 </itemgra>
  1808.                 <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="8-">
  1809.                     <circle color="#000000" radius="3" text_size="7"/>
  1810.                 </itemgra>
  1811.                 <itemgra item_types="town_label_2e3" order="8">
  1812.                     <circle color="#000000" radius="3" text_size="7"/>
  1813.                 </itemgra>
  1814.                 <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6,district_label_1e7" order="7-">
  1815.                     <circle color="#000000" radius="3" text_size="7"/>
  1816.                 </itemgra>
  1817.                 <itemgra item_types="town_label_5e3" order="7-8">
  1818.                     <circle color="#000000" radius="3" text_size="10"/>
  1819.                 </itemgra>
  1820.                 <itemgra item_types="town_label_1e4" order="6-8">
  1821.                     <circle color="#000000" radius="3" text_size="10"/>
  1822.                 </itemgra>
  1823.                 <itemgra item_types="town_label_2e4,town_label_5e4" order="5-8">
  1824.                     <circle color="#000000" radius="3" text_size="10"/>
  1825.                 </itemgra>
  1826.                 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="5-">
  1827.                     <circle color="#000000" radius="3" text_size="15"/>
  1828.                 </itemgra>
  1829.                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="5-">
  1830.                     <circle color="#000000" radius="3" text_size="20"/>
  1831.                 </itemgra>
  1832.                 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="3-4">
  1833.                     <circle color="#000000" radius="3" text_size="10"/>
  1834.                 </itemgra>
  1835.                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="3-4">
  1836.                     <circle color="#000000" radius="3" text_size="15"/>
  1837.                 </itemgra>
  1838.                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="0-2">
  1839.                     <circle color="#000000" radius="3" text_size="10"/>
  1840.                 </itemgra>
  1841.             </layer>
  1842.             <layer name="Internal">
  1843.                 <itemgra item_types="track" order="7-">
  1844.                     <polyline color="#3f3f3f" width="1"/>
  1845.                 </itemgra>
  1846.                 <itemgra item_types="track_tracked" order="7-">
  1847.                     <polyline color="#3f3fff" width="3"/>
  1848.                 </itemgra>
  1849.                 <itemgra item_types="rg_segment" order="12-">
  1850.                     <polyline color="#FF089C" width="1"/>
  1851.                     <arrows color="#FF089C" width="1"/>
  1852.                     <text text_size="15"/>
  1853.                 </itemgra>
  1854.                 <itemgra item_types="rg_point" order="12-">
  1855.                     <circle color="#FF089C" radius="10" text_size="7"/>
  1856.                 </itemgra>
  1857.                 <itemgra item_types="nav_left_1" order="0-">
  1858.                     <icon src="nav_left_1_bk.svg" w="32" h="32"/>
  1859.                 </itemgra>
  1860.                 <itemgra item_types="nav_left_2" order="0-">
  1861.                     <icon src="nav_left_2_bk.svg" w="32" h="32"/>
  1862.                 </itemgra>
  1863.                 <itemgra item_types="nav_left_3" order="0-">
  1864.                     <icon src="nav_left_3_bk.svg" w="32" h="32"/>
  1865.                 </itemgra>
  1866.                 <itemgra item_types="nav_right_1" order="0-">
  1867.                     <icon src="nav_right_1_bk.svg" w="32" h="32"/>
  1868.                 </itemgra>
  1869.                 <itemgra item_types="nav_right_2" order="0-">
  1870.                     <icon src="nav_right_2_bk.svg" w="32" h="32"/>
  1871.                 </itemgra>
  1872.                 <itemgra item_types="nav_right_3" order="0-">
  1873.                     <icon src="nav_right_3_bk.svg" w="32" h="32"/>
  1874.                 </itemgra>
  1875.                 <itemgra item_types="nav_straight" order="0-">
  1876.                     <icon src="nav_straight_bk.svg" w="32" h="32"/>
  1877.                 </itemgra>
  1878.                 <itemgra item_types="nav_turnaround" order="0-">
  1879.                     <icon src="nav_turnaround_left_bk.svg" w="32" h="32"/>
  1880.                 </itemgra>
  1881.                 <itemgra item_types="nav_roundabout_l1" order="0-">
  1882.                     <icon src="nav_roundabout_l1_bk.svg" w="32" h="32"/>
  1883.                 </itemgra>
  1884.                 <itemgra item_types="nav_roundabout_r1" order="0-">
  1885.                     <icon src="nav_roundabout_r1_bk.svg" w="32" h="32"/>
  1886.                 </itemgra>
  1887.                 <itemgra item_types="nav_roundabout_l2" order="0-">
  1888.                     <icon src="nav_roundabout_l2_bk.svg" w="32" h="32"/>
  1889.                 </itemgra>
  1890.                 <itemgra item_types="nav_roundabout_r2" order="0-">
  1891.                     <icon src="nav_roundabout_r2_bk.svg" w="32" h="32"/>
  1892.                 </itemgra>
  1893.                 <itemgra item_types="nav_roundabout_l3" order="0-">
  1894.                     <icon src="nav_roundabout_l3_bk.svg" w="32" h="32"/>
  1895.                 </itemgra>
  1896.                 <itemgra item_types="nav_roundabout_r3" order="0-">
  1897.                     <icon src="nav_roundabout_r3_bk.svg" w="32" h="32"/>
  1898.                 </itemgra>
  1899.                 <itemgra item_types="nav_roundabout_l4" order="0-">
  1900.                     <icon src="nav_roundabout_l4_bk.svg" w="32" h="32"/>
  1901.                 </itemgra>
  1902.                 <itemgra item_types="nav_roundabout_r4" order="0-">
  1903.                     <icon src="nav_roundabout_r4_bk.svg" w="32" h="32"/>
  1904.                 </itemgra>
  1905.                 <itemgra item_types="nav_roundabout_l5" order="0-">
  1906.                     <icon src="nav_roundabout_l5_bk.svg" w="32" h="32"/>
  1907.                 </itemgra>
  1908.                 <itemgra item_types="nav_roundabout_r5" order="0-">
  1909.                     <icon src="nav_roundabout_r5_bk.svg" w="32" h="32"/>
  1910.                 </itemgra>
  1911.                 <itemgra item_types="nav_roundabout_l6" order="0-">
  1912.                     <icon src="nav_roundabout_l6_bk.svg" w="32" h="32"/>
  1913.                 </itemgra>
  1914.                 <itemgra item_types="nav_roundabout_r6" order="0-">
  1915.                     <icon src="nav_roundabout_r6_bk.svg" w="32" h="32"/>
  1916.                 </itemgra>
  1917.                 <itemgra item_types="nav_roundabout_l7" order="0-">
  1918.                     <icon src="nav_roundabout_l7_bk.svg" w="32" h="32"/>
  1919.                 </itemgra>
  1920.                 <itemgra item_types="nav_roundabout_r7" order="0-">
  1921.                     <icon src="nav_roundabout_r7_bk.svg" w="32" h="32"/>
  1922.                 </itemgra>
  1923.                 <itemgra item_types="nav_roundabout_l8" order="0-">
  1924.                     <icon src="nav_roundabout_l8_bk.svg" w="32" h="32"/>
  1925.                 </itemgra>
  1926.                 <itemgra item_types="nav_roundabout_r8" order="0-">
  1927.                     <icon src="nav_roundabout_r8_bk.svg" w="32" h="32"/>
  1928.                 </itemgra>
  1929.                 <itemgra item_types="route_end" order="0-">
  1930.                     <icon src="nav_destination_bk.svg" w="32" h="32" x="4" y="30"/>
  1931.                 </itemgra>
  1932.                 <itemgra item_types="nav_none" order="0-">
  1933.                     <icon src="unknown.svg"/>
  1934.                 </itemgra>
  1935.                 <itemgra item_types="announcement" order="7-">
  1936.                     <icon src="gui_sound_32_32.png"/>
  1937.                     <circle color="#FF089C" radius="10" text_size="7"/>
  1938.                 </itemgra>
  1939.  
  1940.                 <itemgra item_types="waypoint,route_end" order="2">
  1941.                     <circle color="#008080" radius="4" width="2" text_size="24"/>
  1942.                 </itemgra>
  1943.                 <itemgra item_types="waypoint,route_end" order="3-5">
  1944.                     <circle color="#008080" radius="8" width="2" text_size="24"/>
  1945.                 </itemgra>
  1946.                 <itemgra item_types="waypoint,route_end" order="6">
  1947.                     <circle color="#008080" radius="10" width="2" text_size="24"/>
  1948.                 </itemgra>
  1949.                 <itemgra item_types="waypoint,route_end" order="7-8">
  1950.                     <circle color="#008080" radius="16" width="2" text_size="24"/>
  1951.                 </itemgra>
  1952.                 <itemgra item_types="waypoint,route_end" order="9-10">
  1953.                     <circle color="#008080" radius="20" width="4" text_size="32"/>
  1954.                 </itemgra>
  1955.                 <itemgra item_types="waypoint,route_end" order="11">
  1956.                     <circle color="#008080" radius="28" width="4" text_size="32"/>
  1957.                 </itemgra>
  1958.                 <itemgra item_types="waypoint,route_end" order="12">
  1959.                     <circle color="#008080" radius="32" width="4" text_size="32"/>
  1960.                 </itemgra>
  1961.                 <itemgra item_types="waypoint,route_end" order="13">
  1962.                     <circle color="#008080" radius="52" width="4" text_size="24"/>
  1963.                 </itemgra>
  1964.                 <itemgra item_types="waypoint,route_end" order="14">
  1965.                     <circle color="#008080" radius="64" width="4" text_size="24"/>
  1966.                 </itemgra>
  1967.                 <itemgra item_types="waypoint,route_end" order="15">
  1968.                     <circle color="#008080" radius="68" width="6" text_size="24"/>
  1969.                 </itemgra>
  1970.                 <itemgra item_types="waypoint,route_end" order="16">
  1971.                     <circle color="#008080" radius="132" width="8" text_size="32"/>
  1972.                 </itemgra>
  1973.                 <itemgra item_types="waypoint,route_end" order="17">
  1974.                     <circle color="#008080" radius="268" width="8" text_size="48"/>
  1975.                 </itemgra>
  1976.                 <itemgra item_types="waypoint,route_end" order="18">
  1977.                     <circle color="#008080" radius="530" width="8" text_size="48"/>
  1978.                 </itemgra>
  1979.             </layer>
  1980.             <layer name="Unknown" enabled="no">
  1981.                 <!-- This entry shows all unknow point elements as blue circles -->
  1982.                 <itemgra item_types="point_unkn" order="9-">
  1983.                     <circle color="#8080ff" radius="3"/>
  1984.                 </itemgra>
  1985.                 <!-- This entry shows all unknown linear elements as blue lines -->
  1986.                 <itemgra item_types="street_unkn" order="0-">
  1987.                     <polyline color="#8080ff" width="3"/>
  1988.                 </itemgra>
  1989.             </layer>
  1990.             <layer name="POI Symbols">
  1991.                 <itemgra item_types="mini_roundabout" order="12-">
  1992.                     <icon src="mini_roundabout.png"/>
  1993.                 </itemgra>
  1994.                 <itemgra item_types="turning_circle" order="12-">
  1995.                     <icon src="mini_roundabout.png"/>
  1996.                 </itemgra>
  1997.                 <itemgra item_types="poi_airport" order="5-">
  1998.                     <icon src="airport.png"/>
  1999.                 </itemgra>
  2000.                 <itemgra item_types="town_ghost" order="10-">
  2001.                     <icon src="ghost_town.xpm"/>
  2002.                 </itemgra>
  2003.                 <itemgra item_types="poi_hotel" order="12-">
  2004.                     <icon src="hotel.png"/>
  2005.                 </itemgra>
  2006.                 <itemgra item_types="poi_car_parking" order="11-">
  2007.                     <icon src="parking.png"/>
  2008.                 </itemgra>
  2009.                 <itemgra item_types="poi_car_dealer_parts" order="12-">
  2010.                     <icon src="car_dealer.png"/>
  2011.                 </itemgra>
  2012.                 <itemgra item_types="poi_car_sharing" order="11-">
  2013.                     <icon src="car_sharing.png"/>
  2014.                 </itemgra>
  2015.                 <itemgra item_types="poi_fuel" order="12-">
  2016.                     <icon src="fuel.png"/>
  2017.                 </itemgra>
  2018.                 <itemgra item_types="poi_shopping" order="12-">
  2019.                     <icon src="shopping.png"/>
  2020.                 </itemgra>
  2021.                 <itemgra item_types="poi_attraction" order="11-">
  2022.                     <icon src="attraction.png"/>
  2023.                 </itemgra>
  2024.                 <itemgra item_types="poi_cafe" order="12-">
  2025.                     <icon src="cafe.png"/>
  2026.                 </itemgra>
  2027.                 <itemgra item_types="poi_bar" order="12-">
  2028.                     <icon src="bar.png"/>
  2029.                 </itemgra>
  2030.                 <itemgra item_types="poi_pub" order="12-">
  2031.                     <icon src="beer.png"/>
  2032.                 </itemgra>
  2033.                 <itemgra item_types="poi_bridge" order="12-">
  2034.                     <icon src="bridge.xpm"/>
  2035.                 </itemgra>
  2036.                 <itemgra item_types="highway_exit" order="11-">
  2037.                     <icon src="exit.png"/>
  2038.                 </itemgra>
  2039.                 <itemgra item_types="poi_camp_rv" order="12-">
  2040.                     <icon src="camping.png"/>
  2041.                 </itemgra>
  2042.                 <itemgra item_types="poi_museum_history" order="12-">
  2043.                     <icon src="museum.png"/>
  2044.                 </itemgra>
  2045.                 <itemgra item_types="poi_hospital" order="12-">
  2046.                     <icon src="hospital.png"/>
  2047.                 </itemgra>
  2048.                 <itemgra item_types="poi_dining" order="12-">
  2049.                     <icon src="restaurant.png"/>
  2050.                 </itemgra>
  2051.                 <itemgra item_types="poi_fastfood" order="12-">
  2052.                     <icon src="fastfood.png"/>
  2053.                 </itemgra>
  2054.                 <itemgra item_types="poi_police" order="12-">
  2055.                     <icon src="police.png"/>
  2056.                 </itemgra>
  2057.                 <itemgra item_types="poi_auto_club" order="12-">
  2058.                     <icon src="auto_club.xpm"/>
  2059.                 </itemgra>
  2060.                 <itemgra item_types="poi_autoservice" order="12-">
  2061.                     <icon src="car_dealer.png"/>
  2062.                 </itemgra>
  2063.                 <itemgra item_types="poi_bank" order="12-">
  2064.                     <icon src="bank.png"/>
  2065.                 </itemgra>
  2066.                 <itemgra item_types="poi_atm" order="12-">
  2067.                     <icon src="atm.png"/>
  2068.                 </itemgra>
  2069.                 <itemgra item_types="poi_bay" order="12-">
  2070.                     <icon src="bay.xpm"/>
  2071.                 </itemgra>
  2072.                 <itemgra item_types="poi_bend" order="12-">
  2073.                     <icon src="bend.xpm"/>
  2074.                 </itemgra>
  2075.                 <itemgra item_types="poi_boat_ramp" order="12-">
  2076.                     <icon src="boat_ramp.png"/>
  2077.                 </itemgra>
  2078.                 <itemgra item_types="poi_border_station" order="12-">
  2079.                     <icon src="border_station.xpm"/>
  2080.                 </itemgra>
  2081.                 <itemgra item_types="poi_bowling" order="12-">
  2082.                     <icon src="bowling.xpm"/>
  2083.                 </itemgra>
  2084.                 <itemgra item_types="poi_bus_station" order="11-">
  2085.                     <icon src="bus.png"/>
  2086.                 </itemgra>
  2087.                 <itemgra item_types="poi_bus_stop" order="12-">
  2088.                     <icon src="bus_stop.png"/>
  2089.                 </itemgra>
  2090.                 <itemgra item_types="poi_business_service" order="12-">
  2091.                     <icon src="bussines_service.xpm"/>
  2092.                 </itemgra>
  2093.                 <itemgra item_types="poi_car_rent" order="12-">
  2094.                     <icon src="car_rent.png"/>
  2095.                 </itemgra>
  2096.                 <itemgra item_types="poi_car_wash" order="12-">
  2097.                     <icon src="car_wash.xpm"/>
  2098.                 </itemgra>
  2099.                 <itemgra item_types="poi_casino" order="12-">
  2100.                     <icon src="casino.png"/>
  2101.                 </itemgra>
  2102.                 <itemgra item_types="poi_cemetery" order="12-">
  2103.                     <icon src="cemetery.xpm"/>
  2104.                 </itemgra>
  2105.                 <itemgra item_types="poi_church" order="11-">
  2106.                     <icon src="church.png"/>
  2107.                 </itemgra>
  2108.                 <itemgra item_types="poi_bahai" order="11-">
  2109.                     <icon src="bahai.png"/>
  2110.                 </itemgra>
  2111.                 <itemgra item_types="poi_buddhist" order="11-">
  2112.                     <icon src="buddhist.png"/>
  2113.                 </itemgra>
  2114.                 <itemgra item_types="poi_hindu" order="11-">
  2115.                     <icon src="hindu.png"/>
  2116.                 </itemgra>
  2117.                 <itemgra item_types="poi_islamic" order="11-">
  2118.                     <icon src="islamic.png"/>
  2119.                 </itemgra>
  2120.                 <itemgra item_types="poi_jain" order="11-">
  2121.                     <icon src="jain.png"/>
  2122.                 </itemgra>
  2123.                 <itemgra item_types="poi_jewish" order="11-">
  2124.                     <icon src="jewish.png"/>
  2125.                 </itemgra>
  2126.                 <itemgra item_types="poi_pagan" order="11-">
  2127.                     <icon src="pagan.png"/>
  2128.                 </itemgra>
  2129.                 <itemgra item_types="poi_pastafarian" order="11-">
  2130.                     <icon src="pastafarian.png"/>
  2131.                 </itemgra>
  2132.                 <itemgra item_types="poi_shinto" order="11-">
  2133.                     <icon src="shinto.png"/>
  2134.                 </itemgra>
  2135.                 <itemgra item_types="poi_sikh" order="11-">
  2136.                     <icon src="sikh.png"/>
  2137.                 </itemgra>
  2138.                 <itemgra item_types="poi_taoist" order="11-">
  2139.                     <icon src="taoist.png"/>
  2140.                 </itemgra>
  2141.                 <itemgra item_types="poi_cinema" order="12-">
  2142.                     <icon src="cinema.png"/>
  2143.                 </itemgra>
  2144.                 <itemgra item_types="poi_communication" order="12-">
  2145.                     <icon src="communication.xpm"/>
  2146.                 </itemgra>
  2147.                 <itemgra item_types="poi_concert" order="12-">
  2148.                     <icon src="concert.xpm"/>
  2149.                 </itemgra>
  2150.                 <itemgra item_types="poi_cove" order="12-">
  2151.                     <icon src="cove.xpm"/>
  2152.                 </itemgra>
  2153.                 <itemgra item_types="poi_crossing" order="12-">
  2154.                     <icon src="crossing.xpm"/>
  2155.                 </itemgra>
  2156.                 <itemgra item_types="poi_dam" order="12-">
  2157.                     <icon src="dam.png"/>
  2158.                 </itemgra>
  2159.                 <itemgra item_types="poi_danger_area" order="12-">
  2160.                     <icon src="danger_16_16.png"/>
  2161.                 </itemgra>
  2162.                 <itemgra item_types="poi_danger_sea_wreck" order="12-">
  2163.                     <icon src="dangerous.xpm"/>
  2164.                 </itemgra>
  2165.                 <itemgra item_types="poi_daymark" order="12-">
  2166.                     <icon src="daymark.png"/>
  2167.                 </itemgra>
  2168.                 <itemgra item_types="poi_diving" order="12-">
  2169.                     <icon src="diving.xpm"/>
  2170.                 </itemgra>
  2171.                 <itemgra item_types="poi_drinking_water" order="13-">
  2172.                     <icon src="drinking_water.png"/>
  2173.                 </itemgra>
  2174.                 <itemgra item_types="poi_emergency" order="12-">
  2175.                     <icon src="emergency.png"/>
  2176.                 </itemgra>
  2177.                 <itemgra item_types="poi_fair" order="12-">
  2178.                     <icon src="fair.xpm"/>
  2179.                 </itemgra>
  2180.                 <itemgra item_types="poi_firebrigade" order="12-">
  2181.                     <icon src="firebrigade.png"/>
  2182.                 </itemgra>
  2183.                 <itemgra item_types="poi_fish" order="9-">
  2184.                     <icon src="fish.xpm"/>
  2185.                 </itemgra>
  2186.                 <itemgra item_types="poi_forbidden_area" order="12-">
  2187.                     <icon src="forbiden_area.xpm"/>
  2188.                 </itemgra>
  2189.                 <itemgra item_types="poi_shop_bicycle" order="12-">
  2190.                 <icon src="bicycle_shop.png"/>
  2191.                 </itemgra>
  2192.                 <itemgra item_types="poi_shop_gps" order="15-">
  2193.                     <icon src="garmin.xpm"/>
  2194.                 </itemgra>
  2195.                 <itemgra item_types="poi_golf" order="12-">
  2196.                     <icon src="golf.png"/>
  2197.                 </itemgra>
  2198.                 <itemgra item_types="poi_government_building" order="12-">
  2199.                     <icon src="goverment_building.xpm"/>
  2200.                 </itemgra>
  2201.                 <itemgra item_types="poi_height" order="12-">
  2202.                     <icon src="height.xpm"/>
  2203.                 </itemgra>
  2204.                 <itemgra item_types="poi_heliport" order="8-">
  2205.                     <icon src="heliport.png"/>
  2206.                 </itemgra>
  2207.                 <itemgra item_types="poi_hotspring" order="12-">
  2208.                     <icon src="hotspring.xpm"/>
  2209.                 </itemgra>
  2210.                 <itemgra item_types="poi_icesport" order="12-">
  2211.                     <icon src="icesport.xpm"/>
  2212.                 </itemgra>
  2213.                 <itemgra item_types="poi_information" order="12-">
  2214.                     <icon src="information.png"/>
  2215.                 </itemgra>
  2216.                 <itemgra item_types="poi_justice" order="12-">
  2217.                     <icon src="justice.png"/>
  2218.                 </itemgra>
  2219.                 <itemgra item_types="poi_landmark" order="11-">
  2220.                     <icon src="landmark.xpm"/>
  2221.                 </itemgra>
  2222.                 <itemgra item_types="poi_levee" order="12-">
  2223.                     <icon src="levee.xpm"/>
  2224.                 </itemgra>
  2225.                 <itemgra item_types="poi_level_crossing" order="11-">
  2226.                     <icon src="level_crossing.xpm"/>
  2227.                 </itemgra>
  2228.                 <itemgra item_types="poi_library" order="12-">
  2229.                     <icon src="library.png"/>
  2230.                 </itemgra>
  2231.                 <itemgra item_types="poi_locale" order="12-">
  2232.                     <icon src="locale.xpm"/>
  2233.                 </itemgra>
  2234.                 <itemgra item_types="poi_loudspeaker" order="12-">
  2235.                     <icon src="loudspeaker.xpm"/>
  2236.                 </itemgra>
  2237.                 <itemgra item_types="poi_mall" order="12-">
  2238.                     <icon src="mall.xpm"/>
  2239.                 </itemgra>
  2240.                 <itemgra item_types="poi_manmade_feature" order="12-">
  2241.                     <icon src="manmade_feature.xpm"/>
  2242.                 </itemgra>
  2243.                 <itemgra item_types="poi_marine" order="12-">
  2244.                     <icon src="marine.png"/>
  2245.                 </itemgra>
  2246.                 <itemgra item_types="poi_marine_type" order="12-">
  2247.                     <icon src="marine_type.png"/>
  2248.                 </itemgra>
  2249.                 <itemgra item_types="poi_mark" order="12-">
  2250.                     <icon src="mark.png"/>
  2251.                 </itemgra>
  2252.                 <itemgra item_types="poi_military" order="11-">
  2253.                     <icon src="military.png"/>
  2254.                 </itemgra>
  2255.                 <itemgra item_types="poi_mine" order="12-">
  2256.                     <icon src="mine.xpm"/>
  2257.                 </itemgra>
  2258.                 <itemgra item_types="poi_nondangerous" order="12-">
  2259.                     <icon src="nondangerous.xpm"/>
  2260.                 </itemgra>
  2261.                 <itemgra item_types="poi_oil_field" order="12-">
  2262.                     <icon src="oil_field.xpm"/>
  2263.                 </itemgra>
  2264.                 <itemgra item_types="poi_peak" order="7-">
  2265.                     <icon src="peak.png"/>
  2266.                 </itemgra>
  2267.                 <itemgra item_types="poi_personal_service" order="12-">
  2268.                     <icon src="personal_service.xpm"/>
  2269.                 </itemgra>
  2270.                 <itemgra item_types="poi_pharmacy" order="12-">
  2271.                     <icon src="pharmacy.png"/>
  2272.                 </itemgra>
  2273.                 <itemgra item_types="poi_post_office,poi_post_box" order="13-">
  2274.                     <icon src="post.png"/>
  2275.                 </itemgra>
  2276.                 <itemgra item_types="poi_public_office" order="12-">
  2277.                     <icon src="public_office.xpm"/>
  2278.                 </itemgra>
  2279.                 <itemgra item_types="poi_rail_halt" order="11-">
  2280.                     <circle color="#ff0000" radius="3" width="3"/>
  2281.                     <circle color="#000000" radius="5" width="2" text_size="8"/>
  2282.                 </itemgra>
  2283.                 <itemgra item_types="poi_rail_station" order="9-">
  2284.                     <circle color="#ff0000" radius="3" width="3"/>
  2285.                     <circle color="#000000" radius="6" width="2" text_size="8"/>
  2286.                 </itemgra>
  2287.                 <itemgra item_types="poi_rail_tram_stop" order="10-11">
  2288.                     <circle color="#ff0000" radius="2" width="2"/>
  2289.                 </itemgra>
  2290.                 <itemgra item_types="poi_rail_tram_stop" order="12-">
  2291.                     <circle color="#ff0000" radius="3" width="3"/>
  2292.                     <circle color="#606060" radius="5" width="2" text_size="8"/>
  2293.                 </itemgra>
  2294.                 <itemgra item_types="poi_repair_service" order="12-">
  2295.                     <icon src="repair_service.png"/>
  2296.                 </itemgra>
  2297.                 <itemgra item_types="poi_resort" order="12-">
  2298.                     <icon src="resort.png"/>
  2299.                 </itemgra>
  2300.                 <itemgra item_types="poi_restaurant" order="12-">
  2301.                     <icon src="restaurant.png"/>
  2302.                 </itemgra>
  2303.                 <itemgra item_types="poi_restricted_area" order="12-">
  2304.                     <icon src="restricted_area.xpm"/>
  2305.                 </itemgra>
  2306.                 <itemgra item_types="poi_restroom" order="13-">
  2307.                     <icon src="toilets.png"/>
  2308.                 </itemgra>
  2309.                 <itemgra item_types="poi_sailing" order="12-">
  2310.                     <icon src="sailing.xpm"/>
  2311.                 </itemgra>
  2312.                 <itemgra item_types="poi_scenic_area" order="12-">
  2313.                     <icon src="scenic_area.xpm"/>
  2314.                 </itemgra>
  2315.                 <itemgra item_types="poi_school" order="12-">
  2316.                     <icon src="school.png"/>
  2317.                 </itemgra>
  2318.                 <itemgra item_types="poi_service" order="12-">
  2319.                     <icon src="service.xpm"/>
  2320.                 </itemgra>
  2321.                 <itemgra item_types="poi_shop_apparel" order="12-">
  2322.                     <icon src="shop_apparel.png"/>
  2323.                 </itemgra>
  2324.                 <itemgra item_types="poi_shop_computer" order="12-">
  2325.                     <icon src="shop_computer.png"/>
  2326.                 </itemgra>
  2327.                 <itemgra item_types="poi_shop_department" order="12-">
  2328.                     <icon src="shop_department.png"/>
  2329.                 </itemgra>
  2330.                 <itemgra item_types="poi_shop_furniture" order="12-">
  2331.                     <icon src="shop_furnish.xpm"/>
  2332.                 </itemgra>
  2333.                 <itemgra item_types="poi_shop_grocery" order="12-">
  2334.                     <icon src="shop_grocery.png"/>
  2335.                 </itemgra>
  2336.                 <itemgra item_types="poi_shop_handg" order="12-">
  2337.                     <icon src="shop_handg.xpm"/>
  2338.                 </itemgra>
  2339.                 <itemgra item_types="poi_shop_merchandise" order="12-">
  2340.                     <icon src="shop_merchandise.xpm"/>
  2341.                 </itemgra>
  2342.                 <itemgra item_types="poi_shop_retail" order="12-">
  2343.                     <icon src="shop_retail.xpm"/>
  2344.                 </itemgra>
  2345.                 <itemgra item_types="poi_shower" order="13-">
  2346.                     <icon src="shower.xpm"/>
  2347.                 </itemgra>
  2348.                 <itemgra item_types="poi_skiing" order="11-">
  2349.                     <icon src="skiing.png"/>
  2350.                 </itemgra>
  2351.                 <itemgra item_types="poi_social_service" order="12-">
  2352.                     <icon src="social_service.xpm"/>
  2353.                 </itemgra>
  2354.                 <itemgra item_types="poi_sounding" order="12-">
  2355.                     <icon src="sounding.xpm"/>
  2356.                 </itemgra>
  2357.                 <itemgra item_types="poi_sport" order="12-">
  2358.                     <icon src="sport.xpm"/>
  2359.                 </itemgra>
  2360.                 <itemgra item_types="poi_stadium" order="11-">
  2361.                     <icon src="stadium.png"/>
  2362.                 </itemgra>
  2363.                 <itemgra item_types="poi_swimming" order="12-">
  2364.                     <icon src="swimming.png"/>
  2365.                 </itemgra>
  2366.                 <itemgra item_types="poi_telephone" order="13-">
  2367.                     <icon src="telephone.png"/>
  2368.                 </itemgra>
  2369.                 <itemgra item_types="poi_theater" order="12-">
  2370.                     <icon src="theater.png"/>
  2371.                 </itemgra>
  2372.                 <itemgra item_types="poi_tide" order="12-">
  2373.                     <icon src="tide.xpm"/>
  2374.                 </itemgra>
  2375.                 <itemgra item_types="poi_tower" order="13-">
  2376.                     <icon src="tower.xpm"/>
  2377.                 </itemgra>
  2378.                 <itemgra item_types="poi_townhall" order="12-">
  2379.                     <icon src="townhall.png"/>
  2380.                 </itemgra>
  2381.                 <itemgra item_types="poi_trail" order="12-">
  2382.                     <icon src="trail.xpm"/>
  2383.                 </itemgra>
  2384.                 <itemgra item_types="poi_truck_stop" order="12-">
  2385.                     <icon src="truck_stop.xpm"/>
  2386.                 </itemgra>
  2387.                 <itemgra item_types="poi_tunnel" order="12-">
  2388.                     <icon src="tunnel.xpm"/>
  2389.                 </itemgra>
  2390.                 <itemgra item_types="poi_wine" order="12-">
  2391.                     <icon src="wine.xpm"/>
  2392.                 </itemgra>
  2393.                 <itemgra item_types="poi_worship" order="8-">
  2394.                     <icon src="worship.png"/>
  2395.                 </itemgra>
  2396.                 <itemgra item_types="poi_wrecker" order="12-">
  2397.                     <icon src="wrecker.xpm"/>
  2398.                 </itemgra>
  2399.                 <itemgra item_types="poi_zoo" order="9-">
  2400.                     <icon src="zoo.png"/>
  2401.                 </itemgra>
  2402.                 <itemgra item_types="poi_picnic" order="12-">
  2403.                     <icon src="picnic.png"/>
  2404.                 </itemgra>
  2405.                 <itemgra item_types="poi_gc_multi" order="12-">
  2406.                     <icon src="gc_multi.xpm"/>
  2407.                 </itemgra>
  2408.                 <itemgra item_types="poi_gc_tradi" order="12-">
  2409.                     <icon src="gc_tradi.xpm"/>
  2410.                 </itemgra>
  2411.                 <itemgra item_types="poi_gc_event" order="12-">
  2412.                     <icon src="gc_event.xpm"/>
  2413.                 </itemgra>
  2414.                 <itemgra item_types="poi_gc_mystery" order="12-">
  2415.                     <icon src="gc_mystery.xpm"/>
  2416.                 </itemgra>
  2417.                 <itemgra item_types="poi_gc_question" order="12-">
  2418.                     <icon src="gc_question.xpm"/>
  2419.                 </itemgra>
  2420.                 <itemgra item_types="poi_gc_stages" order="12-">
  2421.                     <icon src="gc_stages.xpm"/>
  2422.                 </itemgra>
  2423.                 <itemgra item_types="poi_gc_reference" order="12-">
  2424.                     <icon src="gc_reference.xpm"/>
  2425.                 </itemgra>
  2426.                 <itemgra item_types="poi_gc_webcam" order="12-">
  2427.                     <icon src="gc_webcam.xpm"/>
  2428.                 </itemgra>
  2429.                 <itemgra item_types="traffic_signals" order="13-">
  2430.                     <icon src="traffic_signals.png"/>
  2431.                 </itemgra>
  2432.                 <itemgra item_types="poi_wifi" order="13-">
  2433.                     <icon src="wifi.png"/>
  2434.                 </itemgra>
  2435.                 <itemgra item_types="poi_taxi" order="13-">
  2436.                     <icon src="taxi.png"/>
  2437.                 </itemgra>
  2438.                 <itemgra item_types="poi_image" order="12-">
  2439.                     <image/>
  2440.                 </itemgra>
  2441.                 <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bicyle layout. -->
  2442.                 <itemgra item_types="poi_bench" order="13-">
  2443.                     <icon src="bench.png"/>
  2444.                 </itemgra>
  2445.                 <itemgra item_types="poi_biergarten" order="12-">
  2446.                     <icon src="beer.png"/>
  2447.                 </itemgra>
  2448.                 <itemgra item_types="poi_boundary_stone" order="13-">
  2449.                     <icon src="boundary_stone.png"/>
  2450.                 </itemgra>
  2451.                 <itemgra item_types="poi_castle" order="11-">
  2452.                     <icon src="castle.png"/>
  2453.                 </itemgra>
  2454.                 <itemgra item_types="poi_ruins" order="11-">
  2455.                     <icon src="ruins.png"/>
  2456.                 </itemgra>
  2457.                 <itemgra item_types="poi_hunting_stand" order="12-">
  2458.                     <icon src="hunting_stand.xpm"/>
  2459.                 </itemgra>
  2460.                 <itemgra item_types="poi_memorial" order="12-">
  2461.                     <icon src="memorial.png"/>
  2462.                 </itemgra>
  2463.                 <itemgra item_types="poi_monument" order="12-">
  2464.                     <icon src="memorial.png"/>
  2465.                 </itemgra>
  2466.                 <itemgra item_types="poi_shelter" order="11-">
  2467.                     <icon src="shelter.png"/>
  2468.                 </itemgra>
  2469.                 <itemgra item_types="poi_fountain" order="13-">
  2470.                     <icon src="fountain.png"/>
  2471.                 </itemgra>
  2472.                 <itemgra item_types="poi_potable_water" order="13-">
  2473.                     <icon src="drinking_water.png"/>
  2474.                 </itemgra>
  2475.                 <itemgra item_types="poi_toilets" order="12-">
  2476.                     <icon src="toilets.png"/>
  2477.                 </itemgra>
  2478.                 <itemgra item_types="poi_viewpoint" order="10-">
  2479.                     <icon src="viewpoint.png"/>
  2480.                 </itemgra>
  2481.                 <itemgra item_types="tec_common" order="11-">
  2482.                     <icon src="tec_common.png"/>
  2483.                 </itemgra>
  2484.                 <itemgra item_types="vehicle" order="0-">
  2485.                     <icon src="gui_vehicle_16_16.png" />
  2486.                 </itemgra>
  2487.                 <itemgra item_types="vehicle_pedestrian" order="0-">
  2488.                     <icon src="gui_vehicle_pedestrian_16_16.png" />
  2489.                 </itemgra>
  2490.                 <itemgra item_types="poi_custom0,poi_custom1,poi_custom2,poi_custom3,poi_custom4,poi_custom5,poi_custom6,poi_custom7,poi_custom8,poi_custom9,poi_customa,poi_customb,poi_customc,poi_customd,poi_custome,poi_customf" order="10-">
  2491.                     <icon src="%s" />
  2492.                 </itemgra>
  2493.             </layer>
  2494.             <layer name="POI Labels">
  2495.                 <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-">
  2496.                     <circle color="#606060" radius="0" width="0" text_size="10"/>
  2497.                 </itemgra>
  2498.                 <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-">
  2499.                     <circle color="#606060" radius="0" width="0" text_size="10"/>
  2500.                 </itemgra>
  2501.             </layer>
  2502.             <layer name="Found items" ref="Found items"/>
  2503.         </layout>
  2504.  
  2505.         <layout name="Car-dark" daylayout="Car" color="#011001">
  2506.  
  2507.             <cursor w="26" h="26">
  2508.                 <itemgra>
  2509.                     <circle color="#00ff00" radius="24" width="2">
  2510.                         <coord x="0" y="0"/>
  2511.                     </circle>
  2512.                 </itemgra>
  2513.                 <itemgra speed_range="-2">
  2514.                     <polyline color="#00ff00" width="2">
  2515.                         <coord x="0" y="0"/>
  2516.                         <coord x="0" y="0"/>
  2517.                     </polyline>
  2518.                 </itemgra>
  2519.                 <itemgra speed_range="3-">
  2520.                     <polyline color="#00ff00" width="2">
  2521.                         <coord x="-7" y="-10"/>
  2522.                         <coord x="0" y="12"/>
  2523.                         <coord x="7" y="-10"/>
  2524.                     </polyline>
  2525.                 </itemgra>
  2526.             </cursor>
  2527.  
  2528.             <layer name="polygons">
  2529.                 <itemgra item_types="image" order="0-">
  2530.                     <image/>
  2531.                 </itemgra>
  2532.                 <itemgra item_types="poly_wood" order="0-">
  2533.                     <polygon color="#041a06"/>
  2534.                     <text color="#55c4bd" background_color="#000000" text_size="5"/>
  2535.                 </itemgra>
  2536.                 <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-">
  2537.                     <polygon color="#041a06"/>
  2538.                     <text color="#55c4bd" background_color="#000000" text_size="5"/>
  2539.                 </itemgra>
  2540.                 <itemgra item_types="poly_farm" order="0-">
  2541.                     <polygon color="#041a06"/>
  2542.                     <text color="#55c4bd" background_color="#000000" text_size="5"/>
  2543.                 </itemgra>
  2544.                 <itemgra item_types="poly_meadow" order="0-">
  2545.                     <polygon color="#041a06"/>
  2546.                 </itemgra>
  2547.                 <itemgra item_types="poly_town" order="0-">
  2548.                     <polygon color="#191711"/>
  2549.                 </itemgra>
  2550.                 <itemgra item_types="poly_university" order="8-">
  2551.                     <polygon color="#140f14"/>
  2552.                 </itemgra>
  2553.                 <itemgra item_types="poly_water" order="0-">
  2554.                     <polygon color="#010321"/>
  2555.                     <text color="#55c4bd" background_color="#000000" text_size="5"/>
  2556.                 </itemgra>
  2557.                 <itemgra item_types="poly_land" order="0-">
  2558.                     <polygon color="#011001"/>
  2559.                     <text color="#55c4bd" background_color="#000000" text_size="5"/>
  2560.                 </itemgra>
  2561.                 <itemgra item_types="poly_park" order="0-">
  2562.                     <polygon color="#041a06"/>
  2563.                     <text color="#55c4bd" background_color="#000000" text_size="5"/>
  2564.                 </itemgra>
  2565.                 <itemgra item_types="poly_pedestrian" order="10">
  2566.                     <polygon color="#202020"/>
  2567.                 </itemgra>
  2568.                 <itemgra item_types="poly_pedestrian" order="11">
  2569.                     <polyline color="#1e0728" width="3"/>
  2570.                     <polygon color="#202020"/>
  2571.                 </itemgra>
  2572.                 <itemgra item_types="poly_pedestrian" order="12">
  2573.                     <polyline color="#1e0728" width="5"/>
  2574.                     <polygon color="#202020"/>
  2575.                 </itemgra>
  2576.                 <itemgra item_types="poly_pedestrian" order="13">
  2577.                     <polyline color="#1e0728" width="6"/>
  2578.                     <polygon color="#202020"/>
  2579.                 </itemgra>
  2580.                 <itemgra item_types="poly_pedestrian" order="14">
  2581.                     <polyline color="#1e0728" width="7"/>
  2582.                     <polygon color="#202020"/>
  2583.                 </itemgra>
  2584.                 <itemgra item_types="poly_pedestrian" order="15">
  2585.                     <polyline color="#1e0728" width="9"/>
  2586.                     <polygon color="#202020"/>
  2587.                 </itemgra>
  2588.                 <itemgra item_types="poly_pedestrian" order="16">
  2589.                     <polyline color="#1e0728" width="10"/>
  2590.                     <polygon color="#202020"/>
  2591.                 </itemgra>
  2592.                 <itemgra item_types="poly_pedestrian" order="17">
  2593.                     <polyline color="#1e0728" width="12"/>
  2594.                     <polygon color="#202020"/>
  2595.                 </itemgra>
  2596.                 <itemgra item_types="poly_pedestrian" order="18">
  2597.                     <polyline color="#1e0728" width="20"/>
  2598.                     <polygon color="#202020"/>
  2599.                 </itemgra>
  2600.                 <itemgra item_types="poly_airport" order="0-">
  2601.                     <polygon color="#002e00"/>
  2602.                 </itemgra>
  2603.                 <itemgra item_types="poly_sport,poly_sports_pitch" order="0-">
  2604.                     <polygon color="#0c220c"/>
  2605.                 </itemgra>
  2606.                 <itemgra item_types="poly_industry,poly_place" order="0-">
  2607.                     <polygon color="#111111"/>
  2608.                 </itemgra>
  2609.                 <itemgra item_types="poly_service" order="8-18">
  2610.                     <polygon color="#1a1a1a"/>
  2611.                     <polyline color="#282828" width="1"/>
  2612.                 </itemgra>
  2613.                 <itemgra item_types="poly_street_1" order="8-13">
  2614.                     <polygon color="#24092f"/>
  2615.                 </itemgra>
  2616.                 <itemgra item_types="poly_street_1" order="14-16">
  2617.                     <polygon color="#24092f"/>
  2618.                 </itemgra>
  2619.                 <itemgra item_types="poly_street_1" order="17-18">
  2620.                     <polygon color="#24092f"/>
  2621.                 </itemgra>
  2622.                 <itemgra item_types="poly_street_2" order="7-12">
  2623.                     <polygon color="#c5c300"/>
  2624.                     <polyline color="#c0c0c0" width="1"/>
  2625.                 </itemgra>
  2626.                 <itemgra item_types="poly_street_2" order="13-16">
  2627.                     <polygon color="#c5c300"/>
  2628.                     <polyline color="#c0c0c0" width="2"/>
  2629.                 </itemgra>
  2630.                 <itemgra item_types="poly_street_2" order="17-18">
  2631.                     <polygon color="#c5c300"/>
  2632.                     <polyline color="#c0c0c0" width="3"/>
  2633.                 </itemgra>
  2634.                 <itemgra item_types="poly_street_3" order="7-11">
  2635.                     <polygon color="#c5c300"/>
  2636.                     <polyline color="#a0a0a0" width="1"/>
  2637.                 </itemgra>
  2638.                 <itemgra item_types="poly_street_3" order="12-15">
  2639.                     <polygon color="#c5c300"/>
  2640.                     <polyline color="#a0a0a0" width="2"/>
  2641.                 </itemgra>
  2642.                 <itemgra item_types="poly_street_3" order="16-18">
  2643.                     <polygon color="#c5c300"/>
  2644.                     <polyline color="#a0a0a0" width="3"/>
  2645.                 </itemgra>
  2646.                 <itemgra item_types="water_line" order="0-">
  2647.                     <polyline color="#010321" width="1"/>
  2648.                     <text color="#55c4bd" background_color="#000000" text_size="5"/>
  2649.                 </itemgra>
  2650.                 <itemgra item_types="water_river" order="4-5">
  2651.                     <polyline color="#010321" width="1"/>
  2652.                 </itemgra>
  2653.                 <itemgra item_types="water_river" order="6">
  2654.                     <polyline color="#010321" width="2"/>
  2655.                 </itemgra>
  2656.                 <itemgra item_types="water_river" order="7">
  2657.                     <polyline color="#010321" width="3"/>
  2658.                     <text color="#55c4bd" background_color="#000000" text_size="5"/>
  2659.                 </itemgra>
  2660.                 <itemgra item_types="water_river" order="8-9">
  2661.                     <polyline color="#010321" width="4"/>
  2662.                     <text color="#55c4bd" background_color="#000000" text_size="7"/>
  2663.                 </itemgra>
  2664.                 <itemgra item_types="water_river" order="10-">
  2665.                     <polyline color="#010321" width="4"/>
  2666.                     <text color="#55c4bd" background_color="#000000" text_size="10"/>
  2667.                 </itemgra>
  2668.                 <itemgra item_types="water_canal" order="6">
  2669.                     <polyline color="#010321" width="1"/>
  2670.                 </itemgra>
  2671.                 <itemgra item_types="water_canal" order="7">
  2672.                     <polyline color="#010321" width="2"/>
  2673.                     <text color="#55c4bd" background_color="#000000" text_size="5"/>
  2674.                 </itemgra>
  2675.                 <itemgra item_types="water_canal" order="8-9">
  2676.                     <polyline color="#010321" width="3"/>
  2677.                     <text color="#55c4bd" background_color="#000000" text_size="7"/>
  2678.                 </itemgra>
  2679.                 <itemgra item_types="water_canal" order="10-">
  2680.                     <polyline color="#010321" width="3"/>
  2681.                     <text color="#55c4bd" background_color="#000000" text_size="10"/>
  2682.                 </itemgra>
  2683.                 <itemgra item_types="water_stream" order="8-9">
  2684.                     <polyline color="#010321" width="1"/>
  2685.                 </itemgra>
  2686.                 <itemgra item_types="water_stream" order="10-">
  2687.                     <polyline color="#010321" width="2"/>
  2688.                     <text color="#55c4bd" background_color="#000000" text_size="7"/>
  2689.                 </itemgra>
  2690.                 <itemgra item_types="water_drain" order="10-">
  2691.                     <polyline color="#010321" width="1"/>
  2692.                     <text color="#55c4bd" background_color="#000000" text_size="5"/>
  2693.                 </itemgra>
  2694.                 <itemgra item_types="poly_apron" order="0-">
  2695.                     <polygon color="#041a06"/>
  2696.                 </itemgra>
  2697.                 <itemgra item_types="poly_terminal" order="7-">
  2698.                     <polygon color="#282424"/>
  2699.                 </itemgra>
  2700.                 <itemgra item_types="poly_cemetery" order="8-">
  2701.                     <polygon color="#041a06"/>
  2702.                 </itemgra>
  2703.                 <itemgra item_types="poly_car_parking" order="8-">
  2704.                     <polygon color="#1a170f"/>
  2705.                 </itemgra>
  2706.                 <itemgra item_types="poly_building" order="8-">
  2707.                     <polygon color="#282424"/>
  2708.                 </itemgra>
  2709.                 <itemgra item_types="rail" order="6-8">
  2710.                     <polyline color="#282828" width="2"/>
  2711.                     <polyline color="#3d3d3d" dash="1,5" width="1"/>
  2712.                 </itemgra>
  2713.                 <itemgra item_types="rail" order="9-">
  2714.                     <polyline color="#282828" width="3"/>
  2715.                     <polyline color="#3d3d3d" dash="1,5" width="1"/>
  2716.                 </itemgra>
  2717.                 <itemgra item_types="ferry" order="5-">
  2718.                     <polyline color="#113111" width="1" dash="10"/>
  2719.                 </itemgra>
  2720.                 <itemgra item_types="border_country" order="0-">
  2721.                     <polyline color="#0d0b41" width="1" dash="10,5,2,5"/>
  2722.                 </itemgra>
  2723.                 <itemgra item_types="border_state" order="0-">
  2724.                     <polyline color="#808080" width="1"/>
  2725.                 </itemgra>
  2726.                 <itemgra item_types="height_line_1" order="0-">
  2727.                     <polyline color="#000000" width="1"/>
  2728.                 </itemgra>
  2729.                 <itemgra item_types="height_line_2" order="0-">
  2730.                     <polyline color="#000000" width="2"/>
  2731.                 </itemgra>
  2732.             </layer>
  2733.             <layer name="streets">
  2734.                 <itemgra item_types="street_route" order="2">
  2735.                     <polyline color="#0000a0" width="4"/>
  2736.                 </itemgra>
  2737.                 <itemgra item_types="street_route" order="3-5">
  2738.                     <polyline color="#0000a0" width="8"/>
  2739.                 </itemgra>
  2740.                 <itemgra item_types="street_route" order="6">
  2741.                     <polyline color="#0000a0" width="10"/>
  2742.                 </itemgra>
  2743.                 <itemgra item_types="street_route" order="7-8">
  2744.                     <polyline color="#0000a0" width="16"/>
  2745.                 </itemgra>
  2746.                 <itemgra item_types="street_route" order="9-10">
  2747.                     <polyline color="#0000a0" width="20"/>
  2748.                 </itemgra>
  2749.                 <itemgra item_types="street_route" order="11">
  2750.                     <polyline color="#0000a0" width="28"/>
  2751.                 </itemgra>
  2752.                 <itemgra item_types="street_route" order="12">
  2753.                     <polyline color="#0000a0" width="32"/>
  2754.                 </itemgra>
  2755.                 <itemgra item_types="street_route" order="13">
  2756.                     <polyline color="#0000a0" width="52"/>
  2757.                 </itemgra>
  2758.                 <itemgra item_types="street_route" order="14">
  2759.                     <polyline color="#0000a0" width="64"/>
  2760.                 </itemgra>
  2761.                 <itemgra item_types="street_route" order="15">
  2762.                     <polyline color="#0000a0" width="68"/>
  2763.                 </itemgra>
  2764.                 <itemgra item_types="street_route" order="16">
  2765.                     <polyline color="#0000a0" width="132"/>
  2766.                 </itemgra>
  2767.                 <itemgra item_types="street_route" order="17">
  2768.                     <polyline color="#0000a0" width="268"/>
  2769.                 </itemgra>
  2770.                 <itemgra item_types="street_route" order="18">
  2771.                     <polyline color="#0000a0" width="530"/>
  2772.                 </itemgra>
  2773.                 <itemgra item_types="street_nopass" order="10-">
  2774.                     <polyline color="#000000" width="1"/>
  2775.                 </itemgra>
  2776.                 <itemgra item_types="track_paved" order="10-">
  2777.                     <polyline color="#000000" width="1"/>
  2778.                 </itemgra>
  2779.                 <itemgra item_types="track_gravelled" order="10-12">
  2780.                     <polyline color="#800000" width="1" dash="3,6"/>
  2781.                 </itemgra>
  2782.                 <itemgra item_types="track_gravelled" order="13-14">
  2783.                     <polyline color="#3d3d3d" width="4"/>
  2784.                     <polyline color="#800000" width="1" dash="4,8"/>
  2785.                 </itemgra>
  2786.                 <itemgra item_types="track_gravelled" order="15-16">
  2787.                     <polyline color="#3d3d3d" width="5"/>
  2788.                     <polyline color="#800000" width="1" dash="5,10"/>
  2789.                 </itemgra>
  2790.                 <itemgra item_types="track_gravelled" order="17-">
  2791.                     <polyline color="#3d3d3d" width="7"/>
  2792.                     <polyline color="#800000" width="1" dash="7,15"/>
  2793.                 </itemgra>
  2794.                 <itemgra item_types="track_unpaved" order="10-">
  2795.                     <polyline color="#000000" width="1"/>
  2796.                 </itemgra>
  2797.                 <itemgra item_types="bridleway" order="10-">
  2798.                     <polyline color="#1e0728" width="1"/>
  2799.                 </itemgra>
  2800.                 <itemgra item_types="cycleway" order="10-">
  2801.                     <polyline color="#1e0728" width="1"/>
  2802.                 </itemgra>
  2803.                 <itemgra item_types="piste_downhill_novice" order="10-12">
  2804.                     <polyline color="#00A000" width="1"/>
  2805.                 </itemgra>
  2806.                 <itemgra item_types="piste_downhill_novice" order="13-14">
  2807.                     <polyline color="#00A000" width="2"/>
  2808.                 </itemgra>
  2809.                 <itemgra item_types="piste_downhill_novice" order="15-16">
  2810.                     <polyline color="#00A000" width="3"/>
  2811.                 </itemgra>
  2812.                 <itemgra item_types="piste_downhill_novice" order="17-">
  2813.                     <polyline color="#00A000" width="5"/>
  2814.                 </itemgra>
  2815.                 <itemgra item_types="piste_downhill_easy" order="10-12">
  2816.                     <polyline color="#0000ff" width="1"/>
  2817.                 </itemgra>
  2818.                 <itemgra item_types="piste_downhill_easy" order="13-14">
  2819.                     <polyline color="#0000ff" width="2"/>
  2820.                 </itemgra>
  2821.                 <itemgra item_types="piste_downhill_easy" order="15-16">
  2822.                     <polyline color="#0000ff" width="3"/>
  2823.                 </itemgra>
  2824.                 <itemgra item_types="piste_downhill_easy" order="17-">
  2825.                     <polyline color="#0000ff" width="5"/>
  2826.                 </itemgra>
  2827.                 <itemgra item_types="piste_downhill_intermediate" order="10-12">
  2828.                     <polyline color="#900000" width="1"/>
  2829.                 </itemgra>
  2830.                 <itemgra item_types="piste_downhill_intermediate" order="13-14">
  2831.                     <polyline color="#900000" width="2"/>
  2832.                 </itemgra>
  2833.                 <itemgra item_types="piste_downhill_intermediate" order="15-16">
  2834.                     <polyline color="#900000" width="3"/>
  2835.                 </itemgra>
  2836.                 <itemgra item_types="piste_downhill_intermediate" order="17-">
  2837.                     <polyline color="#900000" width="5"/>
  2838.                 </itemgra>
  2839.                 <itemgra item_types="piste_downhill_advanced" order="10-12">
  2840.                     <polyline color="#000000" width="1"/>
  2841.                 </itemgra>
  2842.                 <itemgra item_types="piste_downhill_advanced" order="13-14">
  2843.                     <polyline color="#000000" width="2"/>
  2844.                 </itemgra>
  2845.                 <itemgra item_types="piste_downhill_advanced" order="15-16">
  2846.                     <polyline color="#000000" width="3"/>
  2847.                 </itemgra>
  2848.                 <itemgra item_types="piste_downhill_advanced" order="17-">
  2849.                     <polyline color="#000000" width="5"/>
  2850.                 </itemgra>
  2851.                 <itemgra item_types="piste_downhill_expert" order="10-12">
  2852.                     <polyline color="#ffaa00" width="1"/>
  2853.                 </itemgra>
  2854.                 <itemgra item_types="piste_downhill_expert" order="13-14">
  2855.                     <polyline color="#ffaa00" width="2"/>
  2856.                 </itemgra>
  2857.                 <itemgra item_types="piste_downhill_expert" order="15-16">
  2858.                     <polyline color="#ffaa00" width="3"/>
  2859.                 </itemgra>
  2860.                 <itemgra item_types="piste_downhill_expert" order="17-">
  2861.                     <polyline color="#ffaa00" width="5"/>
  2862.                 </itemgra>
  2863.                 <itemgra item_types="piste_downhill_freeride" order="10-12">
  2864.                     <polyline color="#c5c300" width="1"/>
  2865.                 </itemgra>
  2866.                 <itemgra item_types="piste_downhill_freeride" order="13-14">
  2867.                     <polyline color="#c5c300" width="2"/>
  2868.                 </itemgra>
  2869.                 <itemgra item_types="piste_downhill_freeride" order="15-16">
  2870.                     <polyline color="#c5c300" width="3"/>
  2871.                 </itemgra>
  2872.                 <itemgra item_types="piste_downhill_freeride" order="17-">
  2873.                     <polyline color="#c5c300" width="5"/>
  2874.                 </itemgra>
  2875.                 <itemgra item_types="lift_cable_car" order="6-">
  2876.                     <polyline color="#3d3d3d" width="1" dash="5"/>
  2877.                 </itemgra>
  2878.                 <itemgra item_types="lift_chair" order="6-">
  2879.                     <polyline color="#3d3d3d" width="1" dash="5"/>
  2880.                 </itemgra>
  2881.                 <itemgra item_types="lift_drag" order="6-">
  2882.                     <polyline color="#3d3d3d" width="1" dash="5"/>
  2883.                 </itemgra>
  2884.                 <itemgra item_types="piste_nordic" order="10-12">
  2885.                     <polyline color="#0000ff" width="1" dash="3,6"/>
  2886.                 </itemgra>
  2887.                 <itemgra item_types="piste_nordic" order="13-14">
  2888.                     <polyline color="#0000ff" width="2"/>
  2889.                     <polyline color="#000000" width="1" dash="4,8"/>
  2890.                 </itemgra>
  2891.                 <itemgra item_types="piste_nordic" order="15-16">
  2892.                     <polyline color="#0000ff" width="3"/>
  2893.                     <polyline color="#000000" width="1" dash="5,10"/>
  2894.                 </itemgra>
  2895.                 <itemgra item_types="piste_nordic" order="17-">
  2896.                     <polyline color="#0000ff" width="5"/>
  2897.                     <polyline color="#000000" width="1" dash="7,15"/>
  2898.                 </itemgra>
  2899.                 <itemgra item_types="footway" order="11-12">
  2900.                     <polyline color="#4e0000" width="1" dash="3,6"/>
  2901.                 </itemgra>
  2902.                 <itemgra item_types="footway" order="13-14">
  2903.                     <polyline color="#4e0000" width="2"/>
  2904.                     <polyline color="#000000" width="1" dash="4,8"/>
  2905.                 </itemgra>
  2906.                 <itemgra item_types="footway" order="15-16">
  2907.                     <polyline color="#4e0000" width="3"/>
  2908.                     <polyline color="#000000" width="1" dash="5,10"/>
  2909.                 </itemgra>
  2910.                 <itemgra item_types="footway" order="17-">
  2911.                     <polyline color="#4e0000" width="5"/>
  2912.                     <polyline color="#000000" width="1" dash="7,15"/>
  2913.                 </itemgra>
  2914.                 <itemgra item_types="steps" order="14-15">
  2915.                     <polyline color="#4d4e11" width="1"/>
  2916.                 </itemgra>
  2917.                 <itemgra item_types="steps" order="16">
  2918.                     <polyline color="#4d4e11" width="2"/>
  2919.                 </itemgra>
  2920.                 <itemgra item_types="steps" order="17-18">
  2921.                     <polyline color="#4d4e11" width="3"/>
  2922.                 </itemgra>
  2923.                 <itemgra item_types="street_pedestrian,living_street" order="10">
  2924.                     <polyline color="#1e0728" width="1"/>
  2925.                 </itemgra>
  2926.                 <itemgra item_types="street_pedestrian,living_street" order="11">
  2927.                     <polyline color="#1e0728" width="5"/>
  2928.                     <polyline color="#202020" width="2"/>
  2929.                 </itemgra>
  2930.                 <itemgra item_types="street_pedestrian,living_street" order="12">
  2931.                     <polyline color="#1e0728" width="8"/>
  2932.                     <polyline color="#202020" width="3"/>
  2933.                 </itemgra>
  2934.                 <itemgra item_types="street_pedestrian,living_street" order="13">
  2935.                     <polyline color="#1e0728" width="9"/>
  2936.                     <polyline color="#202020" width="4"/>
  2937.                 </itemgra>
  2938.                 <itemgra item_types="street_pedestrian,living_street" order="14">
  2939.                     <polyline color="#1e0728" width="13"/>
  2940.                     <polyline color="#202020" width="7"/>
  2941.                 </itemgra>
  2942.                 <itemgra item_types="street_pedestrian,living_street" order="15">
  2943.                     <polyline color="#1e0728" width="18"/>
  2944.                     <polyline color="#202020" width="10"/>
  2945.                 </itemgra>
  2946.                 <itemgra item_types="street_pedestrian,living_street" order="16">
  2947.                     <polyline color="#1e0728" width="21"/>
  2948.                     <polyline color="#202020" width="13"/>
  2949.                 </itemgra>
  2950.                 <itemgra item_types="street_pedestrian,living_street" order="17">
  2951.                     <polyline color="#1e0728" width="25"/>
  2952.                     <polyline color="#202020" width="17"/>
  2953.                 </itemgra>
  2954.                 <itemgra item_types="street_pedestrian,living_street" order="18">
  2955.                     <polyline color="#1e0728" width="40"/>
  2956.                     <polyline color="#202020" width="30"/>
  2957.                 </itemgra>
  2958.                 <itemgra item_types="street_service" order="10">
  2959.                     <polyline color="#2c2c2c" width="2"/>
  2960.                 </itemgra>
  2961.                 <itemgra item_types="street_service" order="11">
  2962.                     <polyline color="#2c2c2c" width="2"/>
  2963.                 </itemgra>
  2964.                 <itemgra item_types="street_service" order="12">
  2965.                     <polyline color="#2c2c2c" width="3"/>
  2966.                 </itemgra>
  2967.                 <itemgra item_types="street_service" order="13">
  2968.                     <polyline color="#2c2c2c" width="4"/>
  2969.                 </itemgra>
  2970.                 <itemgra item_types="street_service" order="14">
  2971.                     <polyline color="#2c2c2c" width="5"/>
  2972.                 </itemgra>
  2973.                 <itemgra item_types="street_service" order="15">
  2974.                     <polyline color="#2c2c2c" width="6"/>
  2975.                 </itemgra>
  2976.                 <itemgra item_types="street_service" order="16">
  2977.                     <polyline color="#2c2c2c" width="7"/>
  2978.                 </itemgra>
  2979.                 <itemgra item_types="street_service" order="17">
  2980.                     <polyline color="#2c2c2c" width="8"/>
  2981.                 </itemgra>
  2982.                 <itemgra item_types="street_service" order="18">
  2983.                     <polyline color="#2c2c2c" width="9"/>
  2984.                 </itemgra>
  2985.                 <itemgra item_types="street_parking_lane" order="12">
  2986.                     <polyline color="#2c2c2c" width="2"/>
  2987.                 </itemgra>
  2988.                 <itemgra item_types="street_parking_lane" order="13">
  2989.                     <polyline color="#2c2c2c" width="2"/>
  2990.                 </itemgra>
  2991.                 <itemgra item_types="street_parking_lane" order="14">
  2992.                     <polyline color="#2c2c2c" width="3"/>
  2993.                 </itemgra>
  2994.                 <itemgra item_types="street_parking_lane" order="15">
  2995.                     <polyline color="#2c2c2c" width="4"/>
  2996.                 </itemgra>
  2997.                 <itemgra item_types="street_parking_lane" order="16">
  2998.                     <polyline color="#2c2c2c" width="5"/>
  2999.                 </itemgra>
  3000.                 <itemgra item_types="street_parking_lane" order="17">
  3001.                     <polyline color="#2c2c2c" width="6"/>
  3002.                 </itemgra>
  3003.                 <itemgra item_types="street_parking_lane" order="18">
  3004.                     <polyline color="#2c2c2c" width="7"/>
  3005.                 </itemgra>
  3006.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="10">
  3007.                     <polyline color="#24092f" width="2"/>
  3008.                 </itemgra>
  3009.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
  3010.                     <polyline color="#24092f" width="3"/>
  3011.                 </itemgra>
  3012.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
  3013.                     <polyline color="#24092f" width="5"/>
  3014.                 </itemgra>
  3015.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
  3016.                     <polyline color="#24092f" width="9"/>
  3017.                 </itemgra>
  3018.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
  3019.                     <polyline color="#24092f" width="13"/>
  3020.                 </itemgra>
  3021.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
  3022.                     <polyline color="#24092f" width="14"/>
  3023.                 </itemgra>
  3024.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
  3025.                     <polyline color="#24092f" width="26"/>
  3026.                 </itemgra>
  3027.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
  3028.                     <polyline color="#24092f" width="61"/>
  3029.                 </itemgra>
  3030.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
  3031.                     <polyline color="#24092f" width="126"/>
  3032.                 </itemgra>
  3033.                 <itemgra item_types="street_2_city,street_2_land" order="8">
  3034.                     <polyline color="#1d4c19" width="1"/>
  3035.                 </itemgra>
  3036.                 <itemgra item_types="street_2_city,street_2_land" order="9">
  3037.                     <polyline color="#1d4c19" width="1"/>
  3038.                 </itemgra>
  3039.                 <itemgra item_types="street_2_city,street_2_land" order="10">
  3040.                     <polyline color="#1d4c19" width="2"/>
  3041.                 </itemgra>
  3042.                 <itemgra item_types="street_2_city,street_2_land" order="11">
  3043.                     <polyline color="#1d4c19" width="4"/>
  3044.                 </itemgra>
  3045.                 <itemgra item_types="street_2_city,street_2_land" order="12">
  3046.                     <polyline color="#1d4c19" width="7"/>
  3047.                 </itemgra>
  3048.                 <itemgra item_types="street_2_city,street_2_land" order="13">
  3049.                     <polyline color="#1d4c19" width="11"/>
  3050.                 </itemgra>
  3051.                 <itemgra item_types="street_2_city,street_2_land" order="14">
  3052.                     <polyline color="#1d4c19" width="14"/>
  3053.                 </itemgra>
  3054.                 <itemgra item_types="street_2_city,street_2_land" order="15">
  3055.                     <polyline color="#1d4c19" width="17"/>
  3056.                 </itemgra>
  3057.                 <itemgra item_types="street_2_city,street_2_land" order="16">
  3058.                     <polyline color="#1d4c19" width="30"/>
  3059.                 </itemgra>
  3060.                 <itemgra item_types="street_2_city,street_2_land" order="17">
  3061.                     <polyline color="#1d4c19" width="67"/>
  3062.                 </itemgra>
  3063.                 <itemgra item_types="street_2_city,street_2_land" order="18">
  3064.                     <polyline color="#1d4c19" width="138"/>
  3065.                 </itemgra>
  3066.                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="7-8">
  3067.                     <polyline color="#4d4e11" width="1"/>
  3068.                 </itemgra>
  3069.                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="9">
  3070.                     <polyline color="#4d4e11" width="2"/>
  3071.                 </itemgra>
  3072.                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="10">
  3073.                     <polyline color="#4d4e11" width="4"/>
  3074.                 </itemgra>
  3075.                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="11">
  3076.                     <polyline color="#4d4e11" width="5"/>
  3077.                 </itemgra>
  3078.                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="12">
  3079.                     <polyline color="#4d4e11" width="7"/>
  3080.                 </itemgra>
  3081.                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="13">
  3082.                     <polyline color="#4d4e11" width="14"/>
  3083.                 </itemgra>
  3084.                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="14">
  3085.                     <polyline color="#4d4e11" width="17"/>
  3086.                 </itemgra>
  3087.                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="15">
  3088.                     <polyline color="#4d4e11" width="21"/>
  3089.                 </itemgra>
  3090.                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="16">
  3091.                     <polyline color="#4d4e11" width="34"/>
  3092.                 </itemgra>
  3093.                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="17">
  3094.                     <polyline color="#4d4e11" width="73"/>
  3095.                 </itemgra>
  3096.                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="18">
  3097.                     <polyline color="#4d4e11" width="150"/>
  3098.                 </itemgra>
  3099.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-5">
  3100.                     <polyline color="#430000" width="1"/>
  3101.                 </itemgra>
  3102.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="6-8">
  3103.                     <polyline color="#430000" width="2"/>
  3104.                 </itemgra>
  3105.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
  3106.                     <polyline color="#430000" width="3"/>
  3107.                 </itemgra>
  3108.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
  3109.                     <polyline color="#430000" width="4"/>
  3110.                 </itemgra>
  3111.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
  3112.                     <polyline color="#430000" width="7"/>
  3113.                 </itemgra>
  3114.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
  3115.                     <polyline color="#430000" width="9"/>
  3116.                 </itemgra>
  3117.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
  3118.                     <polyline color="#430000" width="14"/>
  3119.                 </itemgra>
  3120.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
  3121.                     <polyline color="#430000" width="17"/>
  3122.                 </itemgra>
  3123.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
  3124.                     <polyline color="#430000" width="20"/>
  3125.                 </itemgra>
  3126.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
  3127.                     <polyline color="#430000" width="33"/>
  3128.                 </itemgra>
  3129.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
  3130.                     <polyline color="#430000" width="72"/>
  3131.                 </itemgra>
  3132.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
  3133.                     <polyline color="#430000" width="150"/>
  3134.                 </itemgra>
  3135.                 <itemgra item_types="highway_city,highway_land" order="2">
  3136.                     <polyline color="#760000" width="1"/>
  3137.                 </itemgra>
  3138.                 <!--1d4c19/0d740d-->
  3139.                 <itemgra item_types="highway_city,highway_land" order="3-5">
  3140.                     <polyline color="#640000" width="3"/>
  3141.                     <polyline color="#0a5c0a" width="1"/>
  3142.                 </itemgra>
  3143.                 <itemgra item_types="highway_city,highway_land" order="6">
  3144.                     <polyline color="#640000" width="4"/>
  3145.                     <polyline color="#0a5c0a" width="1"/>
  3146.                 </itemgra>
  3147.                 <itemgra item_types="highway_city,highway_land" order="7-8">
  3148.                     <polyline color="#640000" width="6"/>
  3149.                     <polyline color="#005b00" width="1"/>
  3150.                 </itemgra>
  3151.                 <itemgra item_types="highway_city,highway_land" order="9-10">
  3152.                     <polyline color="#640000" width="8"/>
  3153.                     <polyline color="#0a5c0a" width="2"/>
  3154.                 </itemgra>
  3155.                 <itemgra item_types="highway_city,highway_land" order="11">
  3156.                     <polyline color="#640000" width="12"/>
  3157.                     <polyline color="#0a5c0a" width="3"/>
  3158.                 </itemgra>
  3159.                 <itemgra item_types="highway_city,highway_land" order="12">
  3160.                     <polyline color="#640000" width="13"/>
  3161.                     <polyline color="#0a5c0a" width="3"/>
  3162.                 </itemgra>
  3163.                 <itemgra item_types="highway_city,highway_land" order="13">
  3164.                     <polyline color="#640000" width="17"/>
  3165.                     <polyline color="#0a5c0a" width="4"/>
  3166.                 </itemgra>
  3167.                 <itemgra item_types="highway_city,highway_land" order="14">
  3168.                     <polyline color="#640000" width="24"/>
  3169.                     <polyline color="#0a5c0a" width="4"/>
  3170.                 </itemgra>
  3171.                 <itemgra item_types="highway_city,highway_land" order="15">
  3172.                     <polyline color="#640000" width="27"/>
  3173.                     <polyline color="#0a5c0a" width="5"/>
  3174.                 </itemgra>
  3175.                 <itemgra item_types="highway_city,highway_land" order="16">
  3176.                     <polyline color="#640000" width="59"/>
  3177.                     <polyline color="#0a5c0a" width="6"/>
  3178.                 </itemgra>
  3179.                 <itemgra item_types="highway_city,highway_land" order="17">
  3180.                     <polyline color="#640000" width="127"/>
  3181.                     <polyline color="#0a5c0a" width="7"/>
  3182.                 </itemgra>
  3183.                 <itemgra item_types="highway_city,highway_land" order="18">
  3184.                     <polyline color="#640000" width="258"/>
  3185.                     <polyline color="#0a5c0a" width="8"/>
  3186.                 </itemgra>
  3187.                 <!-- This entry shows all unknown linear elements as blue lines -->
  3188.                 <!--
  3189.                 <itemgra item_types="street_unkn" order="0-">
  3190.                     <polyline color="#8080ff" width="3"/>
  3191.                 </itemgra>
  3192.                 -->
  3193.                 <itemgra item_types="highway_exit_label" order="10-">
  3194.                     <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
  3195.                 </itemgra>
  3196.                 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street" order="10-18">
  3197.                     <text text_size="8" color="#55c4bd" background_color="#000000"/>
  3198.                 </itemgra>
  3199.                 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
  3200.                     <text text_size="9" color="#55c4bd" background_color="#000000"/>
  3201.                 </itemgra>
  3202.                 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land,footway" order="12-18">
  3203.                     <text text_size="9" color="#55c4bd" background_color="#000000"/>
  3204.                 </itemgra>
  3205.             </layer>
  3206.             <layer name="polylines">
  3207.                 <itemgra item_types="aeroway_taxiway" order="10">
  3208.                     <polyline color="#404040" width="4"/>
  3209.                 </itemgra>
  3210.                 <itemgra item_types="aeroway_taxiway" order="11">
  3211.                     <polyline color="#404040" width="6"/>
  3212.                 </itemgra>
  3213.                 <itemgra item_types="aeroway_taxiway" order="12">
  3214.                     <polyline color="#404040" width="10"/>
  3215.                 </itemgra>
  3216.                 <itemgra item_types="aeroway_taxiway" order="13">
  3217.                     <polyline color="#404040" width="12"/>
  3218.                 </itemgra>
  3219.                 <itemgra item_types="aeroway_taxiway" order="14">
  3220.                     <polyline color="#404040" width="15"/>
  3221.                 </itemgra>
  3222.                 <itemgra item_types="aeroway_taxiway" order="15">
  3223.                     <polyline color="#404040" width="17"/>
  3224.                 </itemgra>
  3225.                 <itemgra item_types="aeroway_taxiway" order="16">
  3226.                     <polyline color="#404040" width="33"/>
  3227.                 </itemgra>
  3228.                 <itemgra item_types="aeroway_taxiway" order="17">
  3229.                     <polyline color="#404040" width="69"/>
  3230.                 </itemgra>
  3231.                 <itemgra item_types="aeroway_taxiway" order="18">
  3232.                     <polyline color="#404040" width="132"/>
  3233.                 </itemgra>
  3234.                 <itemgra item_types="aeroway_runway" order="2-6">
  3235.                     <polyline color="#404040" width="1"/>
  3236.                 </itemgra>
  3237.                 <itemgra item_types="aeroway_runway" order="7-8">
  3238.                     <polyline color="#404040" width="3"/>
  3239.                 </itemgra>
  3240.                 <itemgra item_types="aeroway_runway" order="9">
  3241.                     <polyline color="#404040" width="5"/>
  3242.                 </itemgra>
  3243.                 <itemgra item_types="aeroway_runway" order="10">
  3244.                     <polyline color="#404040" width="6"/>
  3245.                 </itemgra>
  3246.                 <itemgra item_types="aeroway_runway" order="11">
  3247.                     <polyline color="#404040" width="9"/>
  3248.                 </itemgra>
  3249.                 <itemgra item_types="aeroway_runway" order="12">
  3250.                     <polyline color="#404040" width="13"/>
  3251.                 </itemgra>
  3252.                 <itemgra item_types="aeroway_runway" order="13">
  3253.                     <polyline color="#404040" width="18"/>
  3254.                 </itemgra>
  3255.                 <itemgra item_types="aeroway_runway" order="14">
  3256.                     <polyline color="#404040" width="21"/>
  3257.                 </itemgra>
  3258.                 <itemgra item_types="aeroway_runway" order="15">
  3259.                     <polyline color="#404040" width="24"/>
  3260.                 </itemgra>
  3261.                 <itemgra item_types="aeroway_runway" order="16">
  3262.                     <polyline color="#404040" width="39"/>
  3263.                 </itemgra>
  3264.                 <itemgra item_types="aeroway_runway" order="17">
  3265.                     <polyline color="#404040" width="78"/>
  3266.                 </itemgra>
  3267.                 <itemgra item_types="aeroway_runway" order="18">
  3268.                     <polyline color="#404040" width="156"/>
  3269.                 </itemgra>
  3270.                 <itemgra item_types="rail_tram,bus_guideway" order="10-">
  3271.                     <polyline color="#3d3d3d" width="2"/>
  3272.                 </itemgra>
  3273.             </layer>
  3274.             <layer name="labels">
  3275.                 <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-">
  3276.                     <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
  3277.                 </itemgra>
  3278.                 <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="11-">
  3279.                     <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
  3280.                 </itemgra>
  3281.                 <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3,place_label" order="10-">
  3282.                     <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
  3283.                 </itemgra>
  3284.                 <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
  3285.                     <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
  3286.                 </itemgra>
  3287.                 <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="8-">
  3288.                     <circle color="#55c4bd" background_color="#000000" radius="3" text_size="7"/>
  3289.                 </itemgra>
  3290.                 <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="6-">
  3291.                     <circle color="#55c4bd" background_color="#000000" radius="3" text_size="10"/>
  3292.                 </itemgra>
  3293.                 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="4-">
  3294.                     <circle color="#55c4bd" background_color="#000000" radius="3" text_size="10"/>
  3295.                 </itemgra>
  3296.                 <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
  3297.                     <circle color="#55c4bd" background_color="#000000" radius="3" text_size="15"/>
  3298.                 </itemgra>
  3299.                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="2-">
  3300.                     <circle color="#55c4bd" background_color="#000000" radius="3" text_size="15"/>
  3301.                 </itemgra>
  3302.                 <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
  3303.                     <circle color="#55c4bd" background_color="#000000" radius="3" text_size="15"/>
  3304.                 </itemgra>
  3305.             </layer>
  3306.             <layer name="Internal">
  3307.                 <itemgra item_types="track" order="3-">
  3308.                     <polyline color="#3f3f3f" width="1"/>
  3309.                 </itemgra>
  3310.                 <itemgra item_types="track_tracked" order="7-">
  3311.                     <polyline color="#3f3fff" width="3"/>
  3312.                 </itemgra>
  3313.                 <itemgra item_types="rg_segment" order="0-">
  3314.                     <polyline color="#FF089C" width="1"/>
  3315.                     <arrows color="#FF089C" width="1"/>
  3316.                 </itemgra>
  3317.                 <itemgra item_types="rg_point" order="0-">
  3318.                     <circle color="#FF089C" radius="10" background_color="#000000" text_size="7"/>
  3319.                 </itemgra>
  3320.                 <itemgra item_types="nav_left_1" order="0-">
  3321.                     <icon src="nav_left_1_bk.svg" w="32" h="32"/>
  3322.                 </itemgra>
  3323.                 <itemgra item_types="nav_left_2" order="0-">
  3324.                     <icon src="nav_left_2_bk.svg" w="32" h="32"/>
  3325.                 </itemgra>
  3326.                 <itemgra item_types="nav_left_3" order="0-">
  3327.                     <icon src="nav_left_3_bk.svg" w="32" h="32"/>
  3328.                 </itemgra>
  3329.                 <itemgra item_types="nav_right_1" order="0-">
  3330.                     <icon src="nav_right_1_bk.svg" w="32" h="32"/>
  3331.                 </itemgra>
  3332.                 <itemgra item_types="nav_right_2" order="0-">
  3333.                     <icon src="nav_right_2_bk.svg" w="32" h="32"/>
  3334.                 </itemgra>
  3335.                 <itemgra item_types="nav_right_3" order="0-">
  3336.                     <icon src="nav_right_3_bk.svg" w="32" h="32"/>
  3337.                 </itemgra>
  3338.                 <itemgra item_types="nav_straight" order="0-">
  3339.                     <icon src="nav_straight_bk.svg" w="32" h="32"/>
  3340.                 </itemgra>
  3341.                 <itemgra item_types="nav_turnaround" order="0-">
  3342.                     <icon src="nav_turnaround_left_bk.svg" w="32" h="32"/>
  3343.                 </itemgra>
  3344.                 <itemgra item_types="nav_roundabout_l1" order="0-">
  3345.                     <icon src="nav_roundabout_l1_bk.svg" w="32" h="32"/>
  3346.                 </itemgra>
  3347.                 <itemgra item_types="nav_roundabout_r1" order="0-">
  3348.                     <icon src="nav_roundabout_r1_bk.svg" w="32" h="32"/>
  3349.                 </itemgra>
  3350.                 <itemgra item_types="nav_roundabout_l2" order="0-">
  3351.                     <icon src="nav_roundabout_l2_bk.svg" w="32" h="32"/>
  3352.                 </itemgra>
  3353.                 <itemgra item_types="nav_roundabout_r2" order="0-">
  3354.                     <icon src="nav_roundabout_r2_bk.svg" w="32" h="32"/>
  3355.                 </itemgra>
  3356.                 <itemgra item_types="nav_roundabout_l3" order="0-">
  3357.                     <icon src="nav_roundabout_l3_bk.svg" w="32" h="32"/>
  3358.                 </itemgra>
  3359.                 <itemgra item_types="nav_roundabout_r3" order="0-">
  3360.                     <icon src="nav_roundabout_r3_bk.svg" w="32" h="32"/>
  3361.                 </itemgra>
  3362.                 <itemgra item_types="nav_roundabout_l4" order="0-">
  3363.                     <icon src="nav_roundabout_l4_bk.svg" w="32" h="32"/>
  3364.                 </itemgra>
  3365.                 <itemgra item_types="nav_roundabout_r4" order="0-">
  3366.                     <icon src="nav_roundabout_r4_bk.svg" w="32" h="32"/>
  3367.                 </itemgra>
  3368.                 <itemgra item_types="nav_roundabout_l5" order="0-">
  3369.                     <icon src="nav_roundabout_l5_bk.svg" w="32" h="32"/>
  3370.                 </itemgra>
  3371.                 <itemgra item_types="nav_roundabout_r5" order="0-">
  3372.                     <icon src="nav_roundabout_r5_bk.svg" w="32" h="32"/>
  3373.                 </itemgra>
  3374.                 <itemgra item_types="nav_roundabout_l6" order="0-">
  3375.                     <icon src="nav_roundabout_l6_bk.svg" w="32" h="32"/>
  3376.                 </itemgra>
  3377.                 <itemgra item_types="nav_roundabout_r6" order="0-">
  3378.                     <icon src="nav_roundabout_r6_bk.svg" w="32" h="32"/>
  3379.                 </itemgra>
  3380.                 <itemgra item_types="nav_roundabout_l7" order="0-">
  3381.                     <icon src="nav_roundabout_l7_bk.svg" w="32" h="32"/>
  3382.                 </itemgra>
  3383.                 <itemgra item_types="nav_roundabout_r7" order="0-">
  3384.                     <icon src="nav_roundabout_r7_bk.svg" w="32" h="32"/>
  3385.                 </itemgra>
  3386.                 <itemgra item_types="nav_roundabout_l8" order="0-">
  3387.                     <icon src="nav_roundabout_l8_bk.svg" w="32" h="32"/>
  3388.                 </itemgra>
  3389.                 <itemgra item_types="nav_roundabout_r8" order="0-">
  3390.                     <icon src="nav_roundabout_r8_bk.svg" w="32" h="32"/>
  3391.                 </itemgra>
  3392.                 <itemgra item_types="route_end" order="0-">
  3393.                     <icon src="nav_destination_wh.svg" w="32" h="32" x="4" y="30"/>
  3394.                 </itemgra>
  3395.                 <itemgra item_types="nav_none" order="0-">
  3396.                     <icon src="unknown.svg"/>
  3397.                 </itemgra>
  3398.                 <itemgra item_types="announcement" order="7-">
  3399.                     <icon src="gui_sound_32_32.png"/>
  3400.                     <circle color="#FF089C" radius="10" background_color="#000000" text_size="7"/>
  3401.                 </itemgra>
  3402.                
  3403.                 <itemgra item_types="waypoint,route_end" order="2">
  3404.                     <circle color="#00a0a0" radius="4" width="2" background_color="#000000" text_size="24"/>
  3405.                 </itemgra>
  3406.                 <itemgra item_types="waypoint,route_end" order="3-5">
  3407.                     <circle color="#00a0a0" radius="8" width="2" background_color="#000000" text_size="24"/>
  3408.                 </itemgra>
  3409.                 <itemgra item_types="waypoint,route_end" order="6">
  3410.                     <circle color="#00a0a0" radius="10" width="2" background_color="#000000" text_size="24"/>
  3411.                 </itemgra>
  3412.                 <itemgra item_types="waypoint,route_end" order="7-8">
  3413.                     <circle color="#00a0a0" radius="16" width="2" background_color="#000000" text_size="24"/>
  3414.                 </itemgra>
  3415.                 <itemgra item_types="waypoint,route_end" order="9-10">
  3416.                     <circle color="#00a0a0" radius="20" width="4" background_color="#000000" text_size="32"/>
  3417.                 </itemgra>
  3418.                 <itemgra item_types="waypoint,route_end" order="11">
  3419.                     <circle color="#00a0a0" radius="28" width="4" background_color="#000000" text_size="32"/>
  3420.                 </itemgra>
  3421.                 <itemgra item_types="waypoint,route_end" order="12">
  3422.                     <circle color="#00a0a0" radius="32" width="4" background_color="#000000" text_size="32"/>
  3423.                 </itemgra>
  3424.                 <itemgra item_types="waypoint,route_end" order="13">
  3425.                     <circle color="#00a0a0" radius="52" width="4" background_color="#000000" text_size="24"/>
  3426.                 </itemgra>
  3427.                 <itemgra item_types="waypoint,route_end" order="14">
  3428.                     <circle color="#00a0a0" radius="64" width="4" background_color="#000000" text_size="24"/>
  3429.                 </itemgra>
  3430.                 <itemgra item_types="waypoint,route_end" order="15">
  3431.                     <circle color="#00a0a0" radius="68" width="6" background_color="#000000" text_size="24"/>
  3432.                 </itemgra>
  3433.                 <itemgra item_types="waypoint,route_end" order="16">
  3434.                     <circle color="#00a0a0" radius="132" width="8" background_color="#000000" text_size="32"/>
  3435.                 </itemgra>
  3436.                 <itemgra item_types="waypoint,route_end" order="17">
  3437.                     <circle color="#00a0a0" radius="268" width="8" background_color="#000000" text_size="48"/>
  3438.                 </itemgra>
  3439.                 <itemgra item_types="waypoint,route_end" order="18">
  3440.                     <circle color="#00a0a0" radius="530" width="8" background_color="#000000" text_size="48"/>
  3441.                 </itemgra>
  3442.             </layer>
  3443.             <layer name="points">
  3444.                 <itemgra item_types="mini_roundabout" order="12-">
  3445.                     <icon src="mini_roundabout.png"/>
  3446.                 </itemgra>
  3447.                 <itemgra item_types="turning_circle" order="12-">
  3448.                     <icon src="mini_roundabout.png"/>
  3449.                 </itemgra>
  3450.                 <itemgra item_types="poi_airport" order="5-">
  3451.                     <icon src="airport.png"/>
  3452.                 </itemgra>
  3453.                 <itemgra item_types="town_ghost" order="0-">
  3454.                     <icon src="ghost_town.xpm"/>
  3455.                 </itemgra>
  3456.                 <itemgra item_types="poi_hotel" order="12-">
  3457.                     <icon src="hotel.png"/>
  3458.                 </itemgra>
  3459.                 <itemgra item_types="poi_car_parking" order="11-">
  3460.                     <icon src="parking.png"/>
  3461.                 </itemgra>
  3462.                 <itemgra item_types="poi_car_sharing" order="11-">
  3463.                     <icon src="car_sharing.png"/>
  3464.                 </itemgra>
  3465.                 <itemgra item_types="poi_car_dealer_parts" order="0-">
  3466.                     <icon src="car_dealer.png"/>
  3467.                 </itemgra>
  3468.                 <itemgra item_types="poi_fuel" order="10-">
  3469.                     <icon src="fuel.png"/>
  3470.                 </itemgra>
  3471.                 <itemgra item_types="poi_shopping" order="10-">
  3472.                     <icon src="shopping.png"/>
  3473.                 </itemgra>
  3474.                 <itemgra item_types="poi_attraction" order="8-">
  3475.                     <icon src="attraction.png"/>
  3476.                 </itemgra>
  3477.                 <itemgra item_types="poi_cafe" order="12-">
  3478.                     <icon src="cafe.png"/>
  3479.                 </itemgra>
  3480.                 <itemgra item_types="poi_bar" order="12-">
  3481.                     <icon src="bar.png"/>
  3482.                 </itemgra>
  3483.                 <itemgra item_types="poi_pub" order="12-">
  3484.                     <icon src="beer.png"/>
  3485.                 </itemgra>
  3486.                 <itemgra item_types="poi_bridge" order="0-">
  3487.                     <icon src="bridge.xpm"/>
  3488.                 </itemgra>
  3489.                 <itemgra item_types="highway_exit" order="11-">
  3490.                     <icon src="exit.png"/>
  3491.                 </itemgra>
  3492.                 <itemgra item_types="poi_camp_rv" order="9-">
  3493.                     <icon src="camping.png"/>
  3494.                 </itemgra>
  3495.                 <itemgra item_types="poi_museum_history" order="12-">
  3496.                     <icon src="museum.png"/>
  3497.                 </itemgra>
  3498.                 <itemgra item_types="poi_hospital" order="12-">
  3499.                     <icon src="hospital.png"/>
  3500.                 </itemgra>
  3501.                 <!-- not really usefull -->
  3502.                 <!--
  3503.                 <itemgra item_types="point_unkn" order="0-">
  3504.                         <circle color="#8080ff" radius="3"/>
  3505.                 </itemgra>
  3506.                 -->
  3507.                 <itemgra item_types="poi_dining" order="12-">
  3508.                     <icon src="restaurant.png"/>
  3509.                 </itemgra>
  3510.                 <itemgra item_types="poi_fastfood" order="12-">
  3511.                     <icon src="fastfood.png"/>
  3512.                 </itemgra>
  3513.                 <itemgra item_types="poi_police" order="12-">
  3514.                     <icon src="police.png"/>
  3515.                 </itemgra>
  3516.                 <itemgra item_types="poi_auto_club" order="0-">
  3517.                     <icon src="auto_club.xpm"/>
  3518.                 </itemgra>
  3519.                 <itemgra item_types="poi_autoservice" order="0-">
  3520.                     <icon src="car_dealer.png"/>
  3521.                 </itemgra>
  3522.                 <itemgra item_types="poi_bank" order="12-">
  3523.                     <icon src="bank.png"/>
  3524.                 </itemgra>
  3525.                 <itemgra item_types="poi_atm" order="12-">
  3526.                     <icon src="atm.png"/>
  3527.                 </itemgra>
  3528.                 <itemgra item_types="poi_bay" order="0-">
  3529.                     <icon src="bay.xpm"/>
  3530.                 </itemgra>
  3531.                 <itemgra item_types="poi_bend" order="0-">
  3532.                     <icon src="bend.xpm"/>
  3533.                 </itemgra>
  3534.                 <itemgra item_types="poi_boat_ramp" order="12-">
  3535.                     <icon src="boat_ramp.png"/>
  3536.                 </itemgra>
  3537.                 <itemgra item_types="poi_border_station" order="0-">
  3538.                     <icon src="border_station.xpm"/>
  3539.                 </itemgra>
  3540.                 <itemgra item_types="poi_bowling" order="0-">
  3541.                     <icon src="bowling.xpm"/>
  3542.                 </itemgra>
  3543.                 <itemgra item_types="poi_bus_station" order="12-">
  3544.                     <icon src="bus.png"/>
  3545.                 </itemgra>
  3546.                 <itemgra item_types="poi_bus_stop" order="12-">
  3547.                     <icon src="bus_stop.png"/>
  3548.                 </itemgra>
  3549.                 <itemgra item_types="poi_business_service" order="0-">
  3550.                     <icon src="bussines_service.xpm"/>
  3551.                 </itemgra>
  3552.                 <itemgra item_types="poi_car_rent" order="11-">
  3553.                     <icon src="car_rent.png"/>
  3554.                 </itemgra>
  3555.                 <itemgra item_types="poi_car_wash" order="12-">
  3556.                     <icon src="car_wash.xpm"/>
  3557.                 </itemgra>
  3558.                 <itemgra item_types="poi_casino" order="11-">
  3559.                     <icon src="casino.png"/>
  3560.                 </itemgra>
  3561.                 <itemgra item_types="poi_cemetery" order="11-">
  3562.                     <icon src="cemetery.xpm"/>
  3563.                 </itemgra>
  3564.                 <itemgra item_types="poi_church" order="11-">
  3565.                     <icon src="church.png"/>
  3566.                 </itemgra>
  3567.                 <itemgra item_types="poi_bahai" order="11-">
  3568.                     <icon src="bahai.png"/>
  3569.                 </itemgra>
  3570.                 <itemgra item_types="poi_buddhist" order="11-">
  3571.                     <icon src="buddhist.png"/>
  3572.                 </itemgra>
  3573.                 <itemgra item_types="poi_hindu" order="11-">
  3574.                     <icon src="hindu.png"/>
  3575.                 </itemgra>
  3576.                 <itemgra item_types="poi_islamic" order="11-">
  3577.                     <icon src="islamic.png"/>
  3578.                 </itemgra>
  3579.                 <itemgra item_types="poi_jain" order="11-">
  3580.                     <icon src="jain.png"/>
  3581.                 </itemgra>
  3582.                 <itemgra item_types="poi_jewish" order="11-">
  3583.                     <icon src="jewish.png"/>
  3584.                 </itemgra>
  3585.                 <itemgra item_types="poi_pagan" order="11-">
  3586.                     <icon src="pagan.png"/>
  3587.                 </itemgra>
  3588.                 <itemgra item_types="poi_pastafarian" order="11-">
  3589.                     <icon src="pastafarian.png"/>
  3590.                 </itemgra>
  3591.                 <itemgra item_types="poi_shinto" order="11-">
  3592.                     <icon src="shinto.png"/>
  3593.                 </itemgra>
  3594.                 <itemgra item_types="poi_sikh" order="11-">
  3595.                     <icon src="sikh.png"/>
  3596.                 </itemgra>
  3597.                 <itemgra item_types="poi_taoist" order="11-">
  3598.                     <icon src="taoist.png"/>
  3599.                 </itemgra>
  3600.                 <itemgra item_types="poi_cinema" order="12-">
  3601.                     <icon src="cinema.png"/>
  3602.                 </itemgra>
  3603.                 <itemgra item_types="poi_communication" order="0-">
  3604.                     <icon src="communication.xpm"/>
  3605.                 </itemgra>
  3606.                 <itemgra item_types="poi_concert" order="0-">
  3607.                     <icon src="concert.xpm"/>
  3608.                 </itemgra>
  3609.                 <itemgra item_types="poi_cove" order="0-">
  3610.                     <icon src="cove.xpm"/>
  3611.                 </itemgra>
  3612.                 <itemgra item_types="poi_crossing" order="0-">
  3613.                     <icon src="crossing.xpm"/>
  3614.                 </itemgra>
  3615.                 <itemgra item_types="poi_dam" order="0-">
  3616.                     <icon src="dam.png"/>
  3617.                 </itemgra>
  3618.                 <itemgra item_types="poi_danger_area" order="12-">
  3619.                     <icon src="danger_16_16.png"/>
  3620.                 </itemgra>
  3621.                 <itemgra item_types="poi_danger_sea_wreck" order="0-">
  3622.                     <icon src="dangerous.xpm"/>
  3623.                 </itemgra>
  3624.                 <itemgra item_types="poi_daymark" order="0-">
  3625.                     <icon src="daymark.png"/>
  3626.                 </itemgra>
  3627.                 <itemgra item_types="poi_diving" order="0-">
  3628.                     <icon src="diving.xpm"/>
  3629.                 </itemgra>
  3630.                 <itemgra item_types="poi_drinking_water" order="0-">
  3631.                     <icon src="drinking_water.png"/>
  3632.                 </itemgra>
  3633.                 <itemgra item_types="poi_emergency" order="0-">
  3634.                     <icon src="emergency.png"/>
  3635.                 </itemgra>
  3636.                 <itemgra item_types="poi_fair" order="0-">
  3637.                     <icon src="fair.xpm"/>
  3638.                 </itemgra>
  3639.                 <itemgra item_types="poi_firebrigade" order="12-">
  3640.                     <icon src="firebrigade.png"/>
  3641.                 </itemgra>
  3642.                 <itemgra item_types="poi_fish" order="0-">
  3643.                     <icon src="fish.xpm"/>
  3644.                 </itemgra>
  3645.                 <itemgra item_types="poi_forbidden_area" order="0-">
  3646.                     <icon src="forbiden_area.xpm"/>
  3647.                 </itemgra>
  3648.                 <itemgra item_types="poi_shop_gps" order="0-">
  3649.                     <icon src="garmin.xpm"/>
  3650.                 </itemgra>
  3651.                 <itemgra item_types="poi_golf" order="12-">
  3652.                     <icon src="golf.png"/>
  3653.                 </itemgra>
  3654.                 <itemgra item_types="poi_government_building" order="0-">
  3655.                     <icon src="goverment_building.xpm"/>
  3656.                 </itemgra>
  3657.                 <itemgra item_types="poi_height" order="0-">
  3658.                     <icon src="height.xpm"/>
  3659.                 </itemgra>
  3660.                 <itemgra item_types="poi_heliport" order="7-">
  3661.                     <icon src="heliport.png"/>
  3662.                 </itemgra>
  3663.                 <itemgra item_types="poi_hotspring" order="0-">
  3664.                     <icon src="hotspring.xpm"/>
  3665.                 </itemgra>
  3666.                 <itemgra item_types="poi_icesport" order="0-">
  3667.                     <icon src="icesport.xpm"/>
  3668.                 </itemgra>
  3669.                 <itemgra item_types="poi_information" order="12-">
  3670.                     <icon src="information.png"/>
  3671.                 </itemgra>
  3672.                 <itemgra item_types="poi_justice" order="10-">
  3673.                     <icon src="justice.png"/>
  3674.                 </itemgra>
  3675.                 <itemgra item_types="poi_landmark" order="0-">
  3676.                     <icon src="landmark.png"/>
  3677.                 </itemgra>
  3678.                 <itemgra item_types="poi_levee" order="0-">
  3679.                     <icon src="levee.xpm"/>
  3680.                 </itemgra>
  3681.                 <itemgra item_types="poi_level_crossing" order="11-">
  3682.                     <icon src="level_crossing.xpm"/>
  3683.                 </itemgra>
  3684.                 <itemgra item_types="poi_library" order="12-">
  3685.                     <icon src="library.png"/>
  3686.                 </itemgra>
  3687.                 <itemgra item_types="poi_locale" order="0-">
  3688.                     <icon src="locale.xpm"/>
  3689.                 </itemgra>
  3690.                 <itemgra item_types="poi_loudspeaker" order="0-">
  3691.                     <icon src="loudspeaker.xpm"/>
  3692.                 </itemgra>
  3693.                 <itemgra item_types="poi_mall" order="0-">
  3694.                     <icon src="mall.xpm"/>
  3695.                 </itemgra>
  3696.                 <itemgra item_types="poi_manmade_feature" order="0-">
  3697.                     <icon src="manmade_feature.xpm"/>
  3698.                 </itemgra>
  3699.                 <itemgra item_types="poi_marine" order="0-">
  3700.                     <icon src="marine.png"/>
  3701.                 </itemgra>
  3702.                 <itemgra item_types="poi_marine_type" order="0-">
  3703.                     <icon src="marine_type.png"/>
  3704.                 </itemgra>
  3705.                 <itemgra item_types="poi_mark" order="0-">
  3706.                     <icon src="mark.png"/>
  3707.                 </itemgra>
  3708.                 <itemgra item_types="poi_military" order="0-">
  3709.                     <icon src="military.png"/>
  3710.                 </itemgra>
  3711.                 <itemgra item_types="poi_mine" order="0-">
  3712.                     <icon src="mine.xpm"/>
  3713.                 </itemgra>
  3714.                 <itemgra item_types="poi_nondangerous" order="0-">
  3715.                     <icon src="nondangerous.xpm"/>
  3716.                 </itemgra>
  3717.                 <itemgra item_types="poi_oil_field" order="0-">
  3718.                     <icon src="oil_field.xpm"/>
  3719.                 </itemgra>
  3720.                 <itemgra item_types="poi_peak" order="6-">
  3721.                     <icon src="peak.png"/>
  3722.                 </itemgra>
  3723.                 <itemgra item_types="poi_personal_service" order="0-">
  3724.                     <icon src="personal_service.xpm"/>
  3725.                 </itemgra>
  3726.                 <itemgra item_types="poi_pharmacy" order="12-">
  3727.                     <icon src="pharmacy.png"/>
  3728.                 </itemgra>
  3729.                 <itemgra item_types="poi_post_office,poi_post_box" order="13-">
  3730.                     <icon src="post.png"/>
  3731.                 </itemgra>
  3732.                 <itemgra item_types="poi_public_office" order="0-">
  3733.                     <icon src="public_office.xpm"/>
  3734.                 </itemgra>
  3735.                 <itemgra item_types="poi_rail_halt" order="10-">
  3736.                     <circle color="#000000" radius="3" width="3"/>
  3737.                     <circle color="#3d3d3d" background_color="#000000" radius="6" width="2" text_size="8"/>
  3738.                 </itemgra>
  3739.                 <itemgra item_types="poi_rail_station" order="11-">
  3740.                     <circle color="#000000" radius="3" width="3"/>
  3741.                     <circle color="#3d3d3d" background_color="#000000" radius="6" width="2" text_size="8"/>
  3742.                 </itemgra>
  3743.                 <itemgra item_types="poi_rail_tram_stop" order="10-11">
  3744.                     <circle color="#3d3d3d" background_color="#000000" radius="2" width="2"/>
  3745.                 </itemgra>
  3746.                 <itemgra item_types="poi_rail_tram_stop" order="12-">
  3747.                     <circle color="#000000" radius="3" width="3"/>
  3748.                     <circle color="#3d3d3d" background_color="#000000" radius="6" width="2" text_size="8"/>
  3749.                 </itemgra>
  3750.                 <itemgra item_types="poi_repair_service" order="0-">
  3751.                     <icon src="repair_service.png"/>
  3752.                 </itemgra>
  3753.                 <itemgra item_types="poi_resort" order="0-">
  3754.                     <icon src="resort.png"/>
  3755.                 </itemgra>
  3756.                 <itemgra item_types="poi_restaurant" order="12-">
  3757.                     <icon src="restaurant.png"/>
  3758.                 </itemgra>
  3759.                 <itemgra item_types="poi_restricted_area" order="0-">
  3760.                     <icon src="restricted_area.xpm"/>
  3761.                 </itemgra>
  3762.                 <itemgra item_types="poi_restroom" order="13-">
  3763.                     <icon src="toilets.png"/>
  3764.                 </itemgra>
  3765.                 <itemgra item_types="poi_sailing" order="0-">
  3766.                     <icon src="sailing.xpm"/>
  3767.                 </itemgra>
  3768.                 <itemgra item_types="poi_scenic_area" order="0-">
  3769.                     <icon src="scenic_area.xpm"/>
  3770.                 </itemgra>
  3771.                 <itemgra item_types="poi_school" order="12-">
  3772.                     <icon src="school.png"/>
  3773.                 </itemgra>
  3774.                 <itemgra item_types="poi_service" order="0-">
  3775.                     <icon src="service.xpm"/>
  3776.                 </itemgra>
  3777.                 <itemgra item_types="poi_shop_apparel" order="0-">
  3778.                     <icon src="shop_apparel.png"/>
  3779.                 </itemgra>
  3780.                 <itemgra item_types="poi_shop_computer" order="0-">
  3781.                     <icon src="shop_computer.png"/>
  3782.                 </itemgra>
  3783.                 <itemgra item_types="poi_shop_department" order="0-">
  3784.                     <icon src="shop_department.png"/>
  3785.                 </itemgra>
  3786.                 <itemgra item_types="poi_shop_furniture" order="0-">
  3787.                     <icon src="shop_furnish.xpm"/>
  3788.                 </itemgra>
  3789.                 <itemgra item_types="poi_shop_grocery" order="0-">
  3790.                     <icon src="shop_grocery.png"/>
  3791.                 </itemgra>
  3792.                 <itemgra item_types="poi_shop_handg" order="0-">
  3793.                     <icon src="shop_handg.xpm"/>
  3794.                 </itemgra>
  3795.                 <itemgra item_types="poi_shop_merchandise" order="0-">
  3796.                     <icon src="shop_merchandise.xpm"/>
  3797.                 </itemgra>
  3798.                 <itemgra item_types="poi_shop_retail" order="0-">
  3799.                     <icon src="shop_retail.xpm"/>
  3800.                 </itemgra>
  3801.                 <itemgra item_types="poi_shower" order="0-">
  3802.                     <icon src="shower.xpm"/>
  3803.                 </itemgra>
  3804.                 <itemgra item_types="poi_skiing" order="12-">
  3805.                     <icon src="skiing.png"/>
  3806.                 </itemgra>
  3807.                 <itemgra item_types="poi_social_service" order="0-">
  3808.                     <icon src="social_service.xpm"/>
  3809.                 </itemgra>
  3810.                 <itemgra item_types="poi_sounding" order="0-">
  3811.                     <icon src="sounding.xpm"/>
  3812.                 </itemgra>
  3813.                 <itemgra item_types="poi_sport" order="12-">
  3814.                     <icon src="sport.xpm"/>
  3815.                 </itemgra>
  3816.                 <itemgra item_types="poi_stadium" order="0-">
  3817.                     <icon src="stadium.png"/>
  3818.                 </itemgra>
  3819.                 <itemgra item_types="poi_swimming" order="12-">
  3820.                     <icon src="swimming.png"/>
  3821.                 </itemgra>
  3822.                 <itemgra item_types="poi_taxi" order="13-">
  3823.                     <icon src="taxi.png"/>
  3824.                 </itemgra>
  3825.                 <itemgra item_types="poi_telephone" order="13-">
  3826.                     <icon src="telephone.png"/>
  3827.                 </itemgra>
  3828.                 <itemgra item_types="poi_theater" order="12-">
  3829.                     <icon src="theater.png"/>
  3830.                 </itemgra>
  3831.                 <itemgra item_types="poi_tide" order="0-">
  3832.                     <icon src="tide.xpm"/>
  3833.                 </itemgra>
  3834.                 <itemgra item_types="poi_tower" order="13-">
  3835.                     <icon src="tower.xpm"/>
  3836.                 </itemgra>
  3837.                 <itemgra item_types="poi_townhall" order="12-">
  3838.                     <icon src="townhall.png"/>
  3839.                 </itemgra>
  3840.                 <itemgra item_types="poi_trail" order="0-">
  3841.                     <icon src="trail.xpm"/>
  3842.                 </itemgra>
  3843.                 <itemgra item_types="poi_truck_stop" order="0-">
  3844.                     <icon src="truck_stop.xpm"/>
  3845.                 </itemgra>
  3846.                 <itemgra item_types="poi_tunnel" order="0-">
  3847.                     <icon src="tunnel.xpm"/>
  3848.                 </itemgra>
  3849.                 <itemgra item_types="poi_wifi" order="11-">
  3850.                     <icon src="wifi.png"/>
  3851.                 </itemgra>
  3852.                 <itemgra item_types="poi_wine" order="0-">
  3853.                     <icon src="wine.xpm"/>
  3854.                 </itemgra>
  3855.                 <itemgra item_types="poi_worship" order="0-">
  3856.                     <icon src="worship.png"/>
  3857.                 </itemgra>
  3858.                 <itemgra item_types="poi_wrecker" order="0-">
  3859.                     <icon src="wrecker.xpm"/>
  3860.                 </itemgra>
  3861.                 <itemgra item_types="poi_zoo" order="10-">
  3862.                     <icon src="zoo.png"/>
  3863.                 </itemgra>
  3864.                 <itemgra item_types="poi_picnic" order="11-">
  3865.                     <icon src="picnic.png"/>
  3866.                 </itemgra>
  3867.                 <itemgra item_types="poi_gc_multi" order="0-">
  3868.                     <icon src="gc_multi.xpm"/>
  3869.                 </itemgra>
  3870.                 <itemgra item_types="poi_gc_tradi" order="0-">
  3871.                     <icon src="gc_tradi.xpm"/>
  3872.                 </itemgra>
  3873.                 <itemgra item_types="poi_gc_event" order="0-">
  3874.                     <icon src="gc_event.xpm"/>
  3875.                 </itemgra>
  3876.                 <itemgra item_types="poi_gc_mystery" order="0-">
  3877.                     <icon src="gc_mystery.xpm"/>
  3878.                 </itemgra>
  3879.                 <itemgra item_types="poi_gc_question" order="0-">
  3880.                     <icon src="gc_question.xpm"/>
  3881.                 </itemgra>
  3882.                 <itemgra item_types="poi_gc_stages" order="0-">
  3883.                     <icon src="gc_stages.xpm"/>
  3884.                 </itemgra>
  3885.                 <itemgra item_types="poi_gc_reference" order="0-">
  3886.                     <icon src="gc_reference.xpm"/>
  3887.                 </itemgra>
  3888.                 <itemgra item_types="poi_gc_webcam" order="0-">
  3889.                     <icon src="gc_webcam.xpm"/>
  3890.                 </itemgra>
  3891.                 <itemgra item_types="traffic_signals" order="13-">
  3892.                     <icon src="traffic_signals.png"/>
  3893.                 </itemgra>
  3894.                 <itemgra item_types="poi_image" order="0-">
  3895.                     <image/>
  3896.                 </itemgra>
  3897.                 <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bike layout? -->
  3898.                 <itemgra item_types="poi_bench" order="13-">
  3899.                     <icon src="bench.png"/>
  3900.                 </itemgra>
  3901.                 <itemgra item_types="poi_biergarten" order="12-">
  3902.                     <icon src="beer.png"/>
  3903.                 </itemgra>
  3904.                 <itemgra item_types="poi_boundary_stone" order="13-">
  3905.                     <icon src="boundary_stone.png"/>
  3906.                 </itemgra>
  3907.                 <itemgra item_types="poi_castle" order="12-">
  3908.                     <icon src="castle.png"/>
  3909.                 </itemgra>
  3910.                 <itemgra item_types="poi_hunting_stand" order="13-">
  3911.                     <icon src="hunting_stand.xpm"/>
  3912.                 </itemgra>
  3913.                 <itemgra item_types="poi_memorial" order="12-">
  3914.                     <icon src="memorial.png"/>
  3915.                 </itemgra>
  3916.                 <itemgra item_types="poi_monument" order="12-">
  3917.                     <icon src="memorial.png"/>
  3918.                 </itemgra>
  3919.                 <itemgra item_types="poi_shelter" order="10-">
  3920.                     <icon src="shelter.png"/>
  3921.                 </itemgra>
  3922.                 <itemgra item_types="poi_fountain" order="12-">
  3923.                     <icon src="fountain.png"/>
  3924.                 </itemgra>
  3925.                 <itemgra item_types="poi_potable_water" order="12-">
  3926.                     <icon src="drinking_water.png"/>
  3927.                 </itemgra>
  3928.                 <itemgra item_types="poi_toilets" order="12-">
  3929.                     <icon src="toilets.png"/>
  3930.                 </itemgra>
  3931.                 <itemgra item_types="poi_viewpoint" order="12-">
  3932.                     <icon src="viewpoint.png"/>
  3933.                 </itemgra>
  3934.                 <itemgra item_types="tec_common" order="11-">
  3935.                     <icon src="tec_common.png"/>
  3936.                 </itemgra>
  3937.                 <itemgra item_types="vehicle" order="0-">
  3938.                     <icon src="gui_vehicle_16_16.png" />
  3939.                 </itemgra>
  3940.                 <itemgra item_types="vehicle_pedestrian" order="0-">
  3941.                     <icon src="gui_vehicle_pedestrian_16_16.png" />
  3942.                 </itemgra>
  3943.             </layer>
  3944.             <layer name="POI Labels">
  3945.                 <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-">
  3946.                     <circle color="#606060" background_color="#000000" radius="0" width="0" text_size="10"/>
  3947.                 </itemgra>
  3948.             </layer>
  3949.             <layer name="Found items" ref="Found items"/>
  3950.         </layout>
  3951.  
  3952.     <layout name="Car-Android" color="#fef9ee" font="Liberation Sans">
  3953.       <cursor w="49" h="49">
  3954.         <itemgra speed_range="-2">
  3955.           <polyline color="#00BC00" radius="0" width="4">
  3956.             <coord x="0" y="0" />
  3957.           </polyline>
  3958.           <circle color="#008500" radius="9" width="3">
  3959.             <coord x="0" y="0" />
  3960.           </circle>
  3961.           <circle color="#00BC00" radius="13" width="3">
  3962.             <coord x="0" y="0" />
  3963.           </circle>
  3964.           <circle color="#008500" radius="18" width="3">
  3965.             <coord x="0" y="0" />
  3966.           </circle>
  3967.         </itemgra>
  3968.         <itemgra speed_range="3-">
  3969.           <polygon color="#00000066">
  3970.             <coord x="-21" y="-27" />
  3971.             <coord x="0" y="12" />
  3972.             <coord x="21" y="-27" />
  3973.             <coord x="0" y="-12" />
  3974.             <coord x="-21" y="-27" />
  3975.           </polygon>
  3976.           <polygon color="#008500">
  3977.             <coord x="-21" y="-18" />
  3978.             <coord x="0" y="21" />
  3979.             <coord x="0" y="-3" />
  3980.             <coord x="-21" y="-18" />
  3981.           </polygon>
  3982.           <polygon color="#00BC00">
  3983.             <coord x="21" y="-18" />
  3984.             <coord x="0" y="21" />
  3985.             <coord x="0" y="-3" />
  3986.             <coord x="21" y="-18" />
  3987.           </polygon>
  3988.           <polyline color="#008500" width="1">
  3989.             <coord x="-21" y="-18" />
  3990.             <coord x="0" y="21" />
  3991.             <coord x="0" y="-3" />
  3992.             <coord x="-21" y="-18" />
  3993.           </polyline>
  3994.           <polyline color="#008500" width="1">
  3995.             <coord x="21" y="-18" />
  3996.             <coord x="0" y="21" />
  3997.             <coord x="0" y="-3" />
  3998.             <coord x="21" y="-18" />
  3999.           </polyline>
  4000.         </itemgra>
  4001.       </cursor>
  4002.       <layer name="polygons">
  4003.         <itemgra item_types="poly_wood" order="13-">
  4004.           <polygon color="#8ec78d" />
  4005.           <text text_size="5" />
  4006.         </itemgra>
  4007.         <itemgra item_types="poly_water_tiled">
  4008.           <polygon color="#82c8ea" />
  4009.         </itemgra>
  4010.         <itemgra item_types="poly_water" order="10-">
  4011.           <polygon color="#82c8ea" />
  4012.           <polyline color="#5096b8" />
  4013.           <text text_size="5" />
  4014.         </itemgra>
  4015.         <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra"
  4016.        order="14-">
  4017.           <polygon color="#a0a0a0" />
  4018.           <text text_size="5" />
  4019.         </itemgra>
  4020.         <itemgra item_types="poly_park" order="14-">
  4021.           <polygon color="#7cc334" />
  4022.           <text text_size="5" />
  4023.         </itemgra>
  4024.         <itemgra item_types="poly_pedestrian" order="14">
  4025.           <polyline color="#d2d2d2" width="13" />
  4026.           <polyline color="#dddddd" width="9" />
  4027.           <polygon color="#dddddd" />
  4028.         </itemgra>
  4029.         <itemgra item_types="poly_pedestrian" order="15">
  4030.           <polyline color="#d2d2d2" width="18" />
  4031.           <polyline color="#dddddd" width="14" />
  4032.           <polygon color="#dddddd" />
  4033.         </itemgra>
  4034.         <itemgra item_types="poly_pedestrian" order="16">
  4035.           <polyline color="#d2d2d2" width="21" />
  4036.           <polyline color="#dddddd" width="17" />
  4037.           <polygon color="#dddddd" />
  4038.         </itemgra>
  4039.         <itemgra item_types="poly_pedestrian" order="17">
  4040.           <polyline color="#d2d2d2" width="25" />
  4041.           <polyline color="#dddddd" width="21" />
  4042.           <polygon color="#dddddd" />
  4043.         </itemgra>
  4044.         <itemgra item_types="poly_pedestrian" order="18">
  4045.           <polyline color="#d2d2d2" width="40" />
  4046.           <polyline color="#dddddd" width="34" />
  4047.           <polygon color="#dddddd" />
  4048.         </itemgra>
  4049.         <itemgra item_types="poly_airport" order="5-">
  4050.           <polygon color="#a0a0a0" />
  4051.         </itemgra>
  4052.         <itemgra item_types="water_river" order="6-7">
  4053.           <polyline color="#82c8ea" width="3" />
  4054.         </itemgra>
  4055.         <itemgra item_types="water_river" order="8-9">
  4056.           <polyline color="#82c8ea" width="4" />
  4057.         </itemgra>
  4058.         <itemgra item_types="water_river" order="10-">
  4059.           <polyline color="#82c8ea" width="4" />
  4060.           <text text_size="10" />
  4061.         </itemgra>
  4062.         <itemgra item_types="water_canal" order="13-">
  4063.           <polyline color="#82c8ea" width="3" />
  4064.           <text text_size="10" />
  4065.         </itemgra>
  4066.         <itemgra item_types="water_stream" order="13-">
  4067.           <polyline color="#82c8ea" width="2" />
  4068.           <text text_size="7" />
  4069.         </itemgra>
  4070.         <itemgra item_types="water_drain" order="14-">
  4071.           <polyline color="#82c8ea" width="1" />
  4072.           <text text_size="5" />
  4073.         </itemgra>
  4074.         <itemgra item_types="poly_apron" order="13-">
  4075.           <polygon color="#d0d0d0" />
  4076.         </itemgra>
  4077.         <itemgra item_types="poly_terminal" order="14-">
  4078.           <polygon color="#e3c6a6" />
  4079.         </itemgra>
  4080.         <itemgra item_types="poly_car_parking" order="15-">
  4081.           <polygon color="#e7cf87" />
  4082.         </itemgra>
  4083.         <itemgra item_types="poly_building" order="14-">
  4084.           <polygon color="#b6a6a6" />
  4085.         </itemgra>
  4086.         <itemgra item_types="rail" order="13-">
  4087.           <polyline color="#696969" width="3" />
  4088.           <polyline color="#ffffff" width="1" dash="5,5" />
  4089.         </itemgra>
  4090.         <itemgra item_types="ferry" order="14-">
  4091.           <polyline color="#000000" width="1" dash="10" />
  4092.         </itemgra>
  4093.         <itemgra item_types="border_country" order="0-">
  4094.           <polyline color="#808080" width="1" dash="10,5,2,5"/>
  4095.         </itemgra>
  4096.         <itemgra item_types="border_state" order="0-">
  4097.             <polyline color="#808080" width="4"/>
  4098.         </itemgra>
  4099.       </layer>
  4100.       <layer name="streets">
  4101.         <itemgra item_types="street_route" order="2">
  4102.           <polyline color="#69e068" width="8" />
  4103.         </itemgra>
  4104.         <itemgra item_types="street_route" order="3-5">
  4105.           <polyline color="#69e068" width="10" />
  4106.         </itemgra>
  4107.         <itemgra item_types="street_route" order="6">
  4108.           <polyline color="#69e068" width="12" />
  4109.         </itemgra>
  4110.         <itemgra item_types="street_route" order="7-8">
  4111.           <polyline color="#69e068" width="16" />
  4112.         </itemgra>
  4113.         <itemgra item_types="street_route" order="9-10">
  4114.           <polyline color="#69e068" width="20" />
  4115.         </itemgra>
  4116.         <itemgra item_types="street_route" order="11">
  4117.           <polyline color="#69e068" width="28" />
  4118.         </itemgra>
  4119.         <itemgra item_types="street_route" order="12">
  4120.           <polyline color="#69e068" width="32" />
  4121.         </itemgra>
  4122.         <itemgra item_types="street_route" order="13">
  4123.           <polyline color="#69e068" width="52" />
  4124.         </itemgra>
  4125.         <itemgra item_types="street_route" order="14">
  4126.           <polyline color="#69e068" width="64" />
  4127.         </itemgra>
  4128.         <itemgra item_types="street_route" order="15">
  4129.           <polyline color="#69e068" width="68" />
  4130.         </itemgra>
  4131.         <itemgra item_types="street_route" order="16">
  4132.           <polyline color="#69e068" width="132" />
  4133.         </itemgra>
  4134.         <itemgra item_types="street_route" order="17">
  4135.           <polyline color="#69e068" width="268" />
  4136.         </itemgra>
  4137.         <itemgra item_types="street_route" order="18">
  4138.           <polyline color="#69e068" width="530" />
  4139.         </itemgra>
  4140.         <itemgra item_types="selected_line" order="2">
  4141.           <polyline color="#ba00b8" width="4" />
  4142.         </itemgra>
  4143.         <itemgra item_types="selected_line" order="3-5">
  4144.           <polyline color="#ba00b8" width="8" />
  4145.         </itemgra>
  4146.         <itemgra item_types="selected_line" order="6">
  4147.           <polyline color="#ba00b8" width="10" />
  4148.         </itemgra>
  4149.         <itemgra item_types="selected_line" order="7-8">
  4150.           <polyline color="#ba00b8" width="16" />
  4151.         </itemgra>
  4152.         <itemgra item_types="selected_line" order="9-10">
  4153.           <polyline color="#ba00b8" width="20" />
  4154.         </itemgra>
  4155.         <itemgra item_types="selected_line" order="11">
  4156.           <polyline color="#ba00b8" width="28" />
  4157.         </itemgra>
  4158.         <itemgra item_types="selected_line" order="12">
  4159.           <polyline color="#ba00b8" width="32" />
  4160.         </itemgra>
  4161.         <itemgra item_types="selected_line" order="13">
  4162.           <polyline color="#ba00b8" width="52" />
  4163.         </itemgra>
  4164.         <itemgra item_types="selected_line" order="14">
  4165.           <polyline color="#ba00b8" width="64" />
  4166.         </itemgra>
  4167.         <itemgra item_types="selected_line" order="15">
  4168.           <polyline color="#ba00b8" width="68" />
  4169.         </itemgra>
  4170.         <itemgra item_types="selected_line" order="16">
  4171.           <polyline color="#ba00b8" width="132" />
  4172.         </itemgra>
  4173.         <itemgra item_types="selected_line" order="17">
  4174.           <polyline color="#ba00b8" width="268" />
  4175.         </itemgra>
  4176.         <itemgra item_types="selected_line" order="18">
  4177.           <polyline color="#ba00b8" width="530" />
  4178.         </itemgra>
  4179.         <itemgra item_types="forest_way_1" order="14-">
  4180.           <polyline color="#0070c0" width="6" />
  4181.         </itemgra>
  4182.         <itemgra item_types="forest_way_2" order="14-">
  4183.           <polyline color="#ff0000" width="3" />
  4184.         </itemgra>
  4185.         <itemgra item_types="forest_way_3" order="14-">
  4186.           <polyline color="#ff0000" width="1" dash="2,4" />
  4187.         </itemgra>
  4188.         <itemgra item_types="forest_way_4" order="14-">
  4189.           <polyline color="#119a2e" width="1" dash="4,10" />
  4190.         </itemgra>
  4191.         <itemgra item_types="street_nopass" order="14-">
  4192.           <polyline color="#000000" width="1" />
  4193.         </itemgra>
  4194.         <itemgra item_types="track_paved" order="14-">
  4195.           <polyline color="#000000" width="1" />
  4196.         </itemgra>
  4197.         <itemgra item_types="track_gravelled" order="14">
  4198.           <polyline color="#ffffff" width="4"/>
  4199.           <polyline color="#800000" width="1" dash="4,8" />
  4200.         </itemgra>
  4201.         <itemgra item_types="track_gravelled" order="15-16">
  4202.           <polyline color="#ffffff" width="5"/>
  4203.           <polyline color="#800000" width="1" dash="5,10" />
  4204.         </itemgra>
  4205.         <itemgra item_types="track_gravelled" order="17-">
  4206.           <polyline color="#ffffff" width="7"/>
  4207.           <polyline color="#800000" width="1" dash="7,15" />
  4208.         </itemgra>
  4209.         <itemgra item_types="track_unpaved" order="14-">
  4210.           <polyline color="#000000" width="1" />
  4211.         </itemgra>
  4212.         <itemgra item_types="bridleway" order="14-">
  4213.           <polyline color="#000000" width="1" />
  4214.         </itemgra>
  4215.         <itemgra item_types="cycleway" order="14-">
  4216.           <polyline color="#000000" width="1" />
  4217.         </itemgra>
  4218.         <itemgra item_types="lift_cable_car" order="15-">
  4219.           <polyline color="#696969" width="1" dash="5" />
  4220.         </itemgra>
  4221.         <itemgra item_types="lift_chair" order="15-">
  4222.           <polyline color="#696969" width="1" dash="5" />
  4223.         </itemgra>
  4224.         <itemgra item_types="lift_drag" order="15-">
  4225.           <polyline color="#696969" width="1" dash="5" />
  4226.         </itemgra>
  4227.         <itemgra item_types="footway" order="15-16">
  4228.           <polyline color="#ffffff" width="5"/>
  4229.           <polyline color="#ff0000" width="1" dash="5,10" />
  4230.         </itemgra>
  4231.         <itemgra item_types="footway" order="17-">
  4232.           <polyline color="#ffffff" width="7"/>
  4233.           <polyline color="#ff0000" width="1" dash="7,15" />
  4234.         </itemgra>
  4235.         <itemgra item_types="steps" order="15-">
  4236.           <polyline color="#000000" width="1" />
  4237.         </itemgra>
  4238.         <itemgra item_types="street_pedestrian,living_street"
  4239.        order="14">
  4240.           <polyline color="#d2d2d2" width="13" />
  4241.           <polyline color="#dddddd" width="9" />
  4242.         </itemgra>
  4243.         <itemgra item_types="street_pedestrian,living_street"
  4244.        order="15">
  4245.           <polyline color="#d2d2d2" width="18" />
  4246.           <polyline color="#dddddd" width="14" />
  4247.         </itemgra>
  4248.         <itemgra item_types="street_pedestrian,living_street"
  4249.        order="16">
  4250.           <polyline color="#d2d2d2" width="21" />
  4251.           <polyline color="#dddddd" width="17" />
  4252.         </itemgra>
  4253.         <itemgra item_types="street_pedestrian,living_street"
  4254.        order="17">
  4255.           <polyline color="#d2d2d2" width="25" />
  4256.           <polyline color="#dddddd" width="21" />
  4257.         </itemgra>
  4258.         <itemgra item_types="street_pedestrian,living_street"
  4259.        order="18">
  4260.           <polyline color="#d2d2d2" width="40" />
  4261.           <polyline color="#dddddd" width="34" />
  4262.         </itemgra>
  4263.         <itemgra item_types="street_service" order="14">
  4264.           <polyline color="#d2d2d2" width="7" />
  4265.           <polyline color="#fefefe" width="5" />
  4266.         </itemgra>
  4267.         <itemgra item_types="street_service" order="15">
  4268.           <polyline color="#d2d2d2" width="8" />
  4269.           <polyline color="#fefefe" width="6" />
  4270.         </itemgra>
  4271.         <itemgra item_types="street_service" order="16">
  4272.           <polyline color="#d2d2d2" width="9" />
  4273.           <polyline color="#fefefe" width="7" />
  4274.         </itemgra>
  4275.         <itemgra item_types="street_service" order="17">
  4276.           <polyline color="#d2d2d2" width="10" />
  4277.           <polyline color="#fefefe" width="8" />
  4278.         </itemgra>
  4279.         <itemgra item_types="street_service" order="18">
  4280.           <polyline color="#d2d2d2" width="11" />
  4281.           <polyline color="#fefefe" width="9" />
  4282.         </itemgra>
  4283.         <itemgra item_types="street_parking_lane" order="15">
  4284.           <polyline color="#d2d2d2" width="6" />
  4285.           <polyline color="#fefefe" width="4" />
  4286.         </itemgra>
  4287.         <itemgra item_types="street_parking_lane" order="16">
  4288.           <polyline color="#d2d2d2" width="7" />
  4289.           <polyline color="#fefefe" width="5" />
  4290.         </itemgra>
  4291.         <itemgra item_types="street_parking_lane" order="17">
  4292.           <polyline color="#d2d2d2" width="8" />
  4293.           <polyline color="#fefefe" width="6" />
  4294.         </itemgra>
  4295.         <itemgra item_types="street_parking_lane" order="18">
  4296.           <polyline color="#d2d2d2" width="9" />
  4297.           <polyline color="#fefefe" width="7" />
  4298.         </itemgra>
  4299.         <itemgra item_types="street_0,street_1_city,street_1_land"
  4300.        order="12">
  4301.           <polyline color="#d2d2d2" width="1" />
  4302.         </itemgra>
  4303.         <itemgra item_types="street_0,street_1_city,street_1_land"
  4304.        order="13-14">
  4305.           <polyline color="#d2d2d2" width="17" />
  4306.           <polyline color="#ffffff" width="13" />
  4307.         </itemgra>
  4308.         <itemgra item_types="street_0,street_1_city,street_1_land"
  4309.        order="15">
  4310.           <polyline color="#d2d2d2" width="18" />
  4311.           <polyline color="#ffffff" width="14" />
  4312.         </itemgra>
  4313.         <itemgra item_types="street_0,street_1_city,street_1_land"
  4314.        order="16">
  4315.           <polyline color="#d2d2d2" width="30" />
  4316.           <polyline color="#ffffff" width="26" />
  4317.         </itemgra>
  4318.         <itemgra item_types="street_0,street_1_city,street_1_land"
  4319.        order="17">
  4320.           <polyline color="#d2d2d2" width="67" />
  4321.           <polyline color="#ffffff" width="61" />
  4322.         </itemgra>
  4323.         <itemgra item_types="street_0,street_1_city,street_1_land"
  4324.        order="18">
  4325.           <polyline color="#d2d2d2" width="132" />
  4326.           <polyline color="#ffffff" width="126" />
  4327.         </itemgra>
  4328.         <itemgra item_types="street_2_city,street_2_land,ramp"
  4329.        order="11-12">
  4330.           <polyline color="#c0c0c0" width="9" />
  4331.           <polyline color="#fefc8c" width="7" />
  4332.         </itemgra>
  4333.         <itemgra item_types="street_2_city,street_2_land,ramp"
  4334.        order="13-14">
  4335.           <polyline color="#c0c0c0" width="13" />
  4336.           <polyline color="#fefc8c" width="11" />
  4337.         </itemgra>
  4338.         <itemgra item_types="street_2_city,street_2_land,ramp"
  4339.        order="15">
  4340.           <polyline color="#c0c0c0" width="19" />
  4341.           <polyline color="#fefc8c" width="15" />
  4342.         </itemgra>
  4343.         <itemgra item_types="street_2_city,street_2_land,ramp"
  4344.        order="16">
  4345.           <polyline color="#c0c0c0" width="30" />
  4346.           <polyline color="#fefc8c" width="26" />
  4347.         </itemgra>
  4348.         <itemgra item_types="street_2_city,street_2_land,ramp"
  4349.        order="17">
  4350.           <polyline color="#c0c0c0" width="63" />
  4351.           <polyline color="#fefc8c" width="57" />
  4352.         </itemgra>
  4353.         <itemgra item_types="street_2_city,street_2_land,ramp"
  4354.        order="18">
  4355.           <polyline color="#c0c0c0" width="100" />
  4356.           <polyline color="#fefc8c" width="90" />
  4357.         </itemgra>
  4358.         <itemgra item_types="street_3_city,street_3_land,roundabout"
  4359.        order="11-12">
  4360.           <polyline color="#a0a0a0" width="9" />
  4361.           <polyline color="#fefc8c" width="7" />
  4362.         </itemgra>
  4363.         <itemgra item_types="street_3_city,street_3_land,roundabout"
  4364.        order="13-14">
  4365.           <polyline color="#a0a0a0" width="21" />
  4366.           <polyline color="#fefc8c" width="17" />
  4367.         </itemgra>
  4368.         <itemgra item_types="street_3_city,street_3_land,roundabout"
  4369.        order="15">
  4370.           <polyline color="#a0a0a0" width="25" />
  4371.           <polyline color="#fefc8c" width="21" />
  4372.         </itemgra>
  4373.         <itemgra item_types="street_3_city,street_3_land,roundabout"
  4374.        order="16">
  4375.           <polyline color="#a0a0a0" width="40" />
  4376.           <polyline color="#fefc8c" width="34" />
  4377.         </itemgra>
  4378.         <itemgra item_types="street_3_city,street_3_land,roundabout"
  4379.        order="17">
  4380.           <polyline color="#a0a0a0" width="79" />
  4381.           <polyline color="#fefc8c" width="73" />
  4382.         </itemgra>
  4383.         <itemgra item_types="street_3_city,street_3_land,roundabout"
  4384.        order="18">
  4385.           <polyline color="#a0a0a0" width="156" />
  4386.           <polyline color="#fefc8c" width="150" />
  4387.         </itemgra>
  4388.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4389.        order="2-6">
  4390.           <polyline color="#f8dc79" width="4" />
  4391.         </itemgra>
  4392.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4393.        order="7-8">
  4394.           <polyline color="#f8dc79" width="4" />
  4395.         </itemgra>
  4396.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4397.        order="9">
  4398.           <polyline color="#f8dc79" width="5" />
  4399.         </itemgra>
  4400.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4401.        order="10">
  4402.           <polyline color="#f8dc79" width="6" />
  4403.         </itemgra>
  4404.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4405.        order="11">
  4406.           <polyline color="#000000" width="9" />
  4407.           <polyline color="#f8dc79" width="7" />
  4408.         </itemgra>
  4409.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4410.        order="12">
  4411.           <polyline color="#000000" width="13" />
  4412.           <polyline color="#f8dc79" width="9" />
  4413.         </itemgra>
  4414.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4415.        order="13">
  4416.           <polyline color="#000000" width="18" />
  4417.           <polyline color="#f8dc79" width="14" />
  4418.         </itemgra>
  4419.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4420.        order="14">
  4421.           <polyline color="#000000" width="21" />
  4422.           <polyline color="#f8dc79" width="17" />
  4423.         </itemgra>
  4424.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4425.        order="15">
  4426.           <polyline color="#000000" width="24" />
  4427.           <polyline color="#f8dc79" width="20" />
  4428.         </itemgra>
  4429.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4430.        order="16">
  4431.           <polyline color="#000000" width="39" />
  4432.           <polyline color="#f8dc79" width="33" />
  4433.         </itemgra>
  4434.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4435.        order="17">
  4436.           <polyline color="#000000" width="78" />
  4437.           <polyline color="#f8dc79" width="72" />
  4438.         </itemgra>
  4439.         <itemgra item_types="street_4_city,street_4_land,street_n_lanes"
  4440.        order="18">
  4441.           <polyline color="#000000" width="156" />
  4442.           <polyline color="#f8dc79" width="150" />
  4443.         </itemgra>
  4444.         <itemgra item_types="highway_city,highway_land"
  4445.        order="0-1">
  4446.           <polyline color="#fc843b" width="1" />
  4447.         </itemgra>
  4448.         <itemgra item_types="highway_city,highway_land" order="2">
  4449.           <polyline color="#fc843b" width="3" />
  4450.         </itemgra>
  4451.         <itemgra item_types="highway_city,highway_land"
  4452.        order="3-5">
  4453.           <polyline color="#fc843b" width="6" />
  4454.         </itemgra>
  4455.         <itemgra item_types="highway_city,highway_land" order="6">
  4456.           <polyline color="#fc843b" width="6" />
  4457.         </itemgra>
  4458.         <itemgra item_types="highway_city,highway_land"
  4459.        order="7-8">
  4460.           <polyline color="#fc843b" width="6" />
  4461.         </itemgra>
  4462.         <itemgra item_types="highway_city,highway_land" order="9">
  4463.           <polyline color="#fc843b" width="7" />
  4464.         </itemgra>
  4465.         <itemgra item_types="highway_city,highway_land" order="10">
  4466.           <polyline color="#fc843b" width="9" />
  4467.         </itemgra>
  4468.         <itemgra item_types="highway_city,highway_land" order="11">
  4469.           <polyline color="#a8aab3" width="13" />
  4470.           <polyline color="#fc843b" width="9" />
  4471.           <polyline color="#a8aab3" width="1" />
  4472.         </itemgra>
  4473.         <itemgra item_types="highway_city,highway_land" order="12">
  4474.           <polyline color="#a8aab3" width="15" />
  4475.           <polyline color="#fc843b" width="10" />
  4476.           <polyline color="#a8aab3" width="1" />
  4477.         </itemgra>
  4478.         <itemgra item_types="highway_city,highway_land" order="13">
  4479.           <polyline color="#a8aab3" width="25" />
  4480.           <polyline color="#fc843b" width="17" />
  4481.           <polyline color="#a8aab3" width="1" />
  4482.         </itemgra>
  4483.         <itemgra item_types="highway_city,highway_land" order="14">
  4484.           <polyline color="#a8aab3" width="31" />
  4485.           <polyline color="#fc843b" width="24" />
  4486.           <polyline color="#a8aab3" width="1" />
  4487.         </itemgra>
  4488.         <itemgra item_types="highway_city,highway_land" order="15">
  4489.           <polyline color="#a8aab3" width="33" />
  4490.           <polyline color="#fc843b" width="27" />
  4491.           <polyline color="#a8aab3" width="1" />
  4492.         </itemgra>
  4493.         <itemgra item_types="highway_city,highway_land" order="16">
  4494.           <polyline color="#a8aab3" width="65" />
  4495.           <polyline color="#fc843b" width="59" />
  4496.           <polyline color="#a8aab3" width="1" />
  4497.         </itemgra>
  4498.         <itemgra item_types="highway_city,highway_land" order="17">
  4499.           <polyline color="#a8aab3" width="133" />
  4500.           <polyline color="#fc843b" width="127" />
  4501.           <polyline color="#a8aab3" width="1" />
  4502.         </itemgra>
  4503.         <itemgra item_types="highway_city,highway_land" order="18">
  4504.           <polyline color="#a8aab3" width="264" />
  4505.           <polyline color="#fc843b" width="258" />
  4506.           <polyline color="#a8aab3" width="1" />
  4507.         </itemgra>
  4508.         <itemgra item_types="highway_exit_label" order="13-">
  4509.           <circle color="#000000" radius="3" text_size="7" />
  4510.         </itemgra>
  4511.         <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street"
  4512.        order="13-18">
  4513.           <text text_size="8" />
  4514.         </itemgra>
  4515.         <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp"
  4516.        order="13-18">
  4517.           <text text_size="9" />
  4518.         </itemgra>
  4519.         <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land,footway"
  4520.        order="13-18">
  4521.           <text text_size="9" />
  4522.         </itemgra>
  4523.         <itemgra item_types="traffic_distortion" order="7-8">
  4524.           <polyline color="#ff9000" width="8" />
  4525.         </itemgra>
  4526.         <itemgra item_types="traffic_distortion" order="9-10">
  4527.           <polyline color="#ff9000" width="10" />
  4528.         </itemgra>
  4529.         <itemgra item_types="traffic_distortion" order="11">
  4530.           <polyline color="#ff9000" width="14" />
  4531.         </itemgra>
  4532.         <itemgra item_types="traffic_distortion" order="12">
  4533.           <polyline color="#ff9000" width="16" />
  4534.         </itemgra>
  4535.         <itemgra item_types="traffic_distortion" order="13">
  4536.           <polyline color="#ff9000" width="26" />
  4537.         </itemgra>
  4538.         <itemgra item_types="traffic_distortion" order="14">
  4539.           <polyline color="#ff9000" width="32" />
  4540.         </itemgra>
  4541.         <itemgra item_types="traffic_distortion" order="15">
  4542.           <polyline color="#ff9000" width="34" />
  4543.         </itemgra>
  4544.         <itemgra item_types="traffic_distortion" order="16">
  4545.           <polyline color="#ff9000" width="66" />
  4546.         </itemgra>
  4547.         <itemgra item_types="traffic_distortion" order="17">
  4548.           <polyline color="#ff9000" width="134" />
  4549.         </itemgra>
  4550.         <itemgra item_types="traffic_distortion" order="18">
  4551.           <polyline color="#ff9000" width="265" />
  4552.         </itemgra>
  4553.       </layer>
  4554.       <layer name="polylines">
  4555.         <itemgra item_types="rail_tram" order="13-">
  4556.           <polyline color="#606060" width="2" />
  4557.         </itemgra>
  4558.       </layer>
  4559.       <layer name="labels">
  4560.         <itemgra item_types="house_number" order="15-">
  4561.           <circle color="#000000" radius="3" text_size="7" />
  4562.         </itemgra>
  4563.         <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"
  4564.        order="13-">
  4565.           <circle color="#000000" radius="3" text_size="7" />
  4566.         </itemgra>
  4567.         <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3"
  4568.        order="12-">
  4569.           <circle color="#000000" radius="3" text_size="7" />
  4570.         </itemgra>
  4571.         <itemgra item_types="town_label_1e3,place_label"
  4572.        order="10-">
  4573.           <circle color="#000000" radius="3" text_size="10" />
  4574.         </itemgra>
  4575.         <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4"
  4576.        order="11-">
  4577.           <circle color="#000000" radius="3" text_size="7" />
  4578.         </itemgra>
  4579.         <itemgra item_types="town_label_2e3" order="11-">
  4580.           <circle color="#000000" radius="3" text_size="10" />
  4581.         </itemgra>
  4582.         <itemgra item_types="town_label_5e3,town_label_1e4,town_label_2e4,town_label_5e4"
  4583.        order="11-">
  4584.           <circle color="#000000" radius="3" text_size="15" />
  4585.         </itemgra>
  4586.         <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5"
  4587.        order="10-">
  4588.           <circle color="#000000" radius="3" text_size="7" />
  4589.         </itemgra>
  4590.         <itemgra item_types="town_label_2e3" order="10">
  4591.           <circle color="#000000" radius="3" text_size="7" />
  4592.         </itemgra>
  4593.         <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6,district_label_1e7"
  4594.        order="9-">
  4595.           <circle color="#000000" radius="3" text_size="7" />
  4596.         </itemgra>
  4597.         <itemgra item_types="town_label_5e3" order="9-10">
  4598.           <circle color="#000000" radius="3" text_size="10" />
  4599.         </itemgra>
  4600.         <itemgra item_types="town_label_1e4" order="8-9">
  4601.           <circle color="#000000" radius="3" text_size="10" />
  4602.         </itemgra>
  4603.         <itemgra item_types="town_label_2e4,town_label_5e4"
  4604.        order="7-8">
  4605.           <circle color="#000000" radius="3" text_size="10" />
  4606.         </itemgra>
  4607.         <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5"
  4608.        order="5-">
  4609.           <circle color="#000000" radius="3" text_size="15" />
  4610.         </itemgra>
  4611.         <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7"
  4612.        order="5-">
  4613.           <circle color="#000000" radius="3" text_size="20" />
  4614.         </itemgra>
  4615.         <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5"
  4616.        order="4">
  4617.           <circle color="#000000" radius="3" text_size="10" />
  4618.         </itemgra>
  4619.         <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7"
  4620.        order="4">
  4621.           <circle color="#000000" radius="3" text_size="15" />
  4622.         </itemgra>
  4623.         <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7"
  4624.        order="0-3">
  4625.           <circle color="#000000" radius="3" text_size="10" />
  4626.         </itemgra>
  4627.       </layer>
  4628.       <layer name="Internal">
  4629.         <itemgra item_types="track" order="7-">
  4630.           <polyline color="#3f3f3f" width="1" />
  4631.         </itemgra>
  4632.         <itemgra item_types="track_tracked" order="7-">
  4633.           <polyline color="#3f3fff" width="3" />
  4634.         </itemgra>
  4635.         <itemgra item_types="rg_segment" order="12-">
  4636.           <polyline color="#FF089C" width="1" />
  4637.           <arrows color="#FF089C" width="1" />
  4638.         </itemgra>
  4639.         <itemgra item_types="rg_point" order="12-">
  4640.           <circle color="#FF089C" radius="10" text_size="7" />
  4641.         </itemgra>
  4642.         <itemgra item_types="nav_left_1" order="0-">
  4643.           <icon src="nav_left_1_bk.png" w="32" h="32" />
  4644.         </itemgra>
  4645.         <itemgra item_types="nav_left_2" order="0-">
  4646.           <icon src="nav_left_2_bk.png" w="32" h="32" />
  4647.         </itemgra>
  4648.         <itemgra item_types="nav_left_3" order="0-">
  4649.           <icon src="nav_left_3_bk.png" w="32" h="32" />
  4650.         </itemgra>
  4651.         <itemgra item_types="nav_right_1" order="0-">
  4652.           <icon src="nav_right_1_bk.png" w="32" h="32" />
  4653.         </itemgra>
  4654.         <itemgra item_types="nav_right_2" order="0-">
  4655.           <icon src="nav_right_2_bk.png" w="32" h="32" />
  4656.         </itemgra>
  4657.         <itemgra item_types="nav_right_3" order="0-">
  4658.           <icon src="nav_right_3_bk.png" w="32" h="32" />
  4659.         </itemgra>
  4660.         <itemgra item_types="nav_straight" order="0-">
  4661.           <icon src="nav_straight_bk.png" w="32" h="32" />
  4662.         </itemgra>
  4663.         <itemgra item_types="nav_turnaround" order="0-">
  4664.           <icon src="nav_turnaround_left_bk.png" w="32" h="32" />
  4665.         </itemgra>
  4666.         <itemgra item_types="nav_roundabout_l1" order="0-">
  4667.           <icon src="nav_roundabout_l1_bk.png" w="32" h="32" />
  4668.         </itemgra>
  4669.         <itemgra item_types="nav_roundabout_r1" order="0-">
  4670.           <icon src="nav_roundabout_r1_bk.png" w="32" h="32" />
  4671.         </itemgra>
  4672.         <itemgra item_types="nav_roundabout_l2" order="0-">
  4673.           <icon src="nav_roundabout_l2_bk.png" w="32" h="32" />
  4674.         </itemgra>
  4675.         <itemgra item_types="nav_roundabout_r2" order="0-">
  4676.           <icon src="nav_roundabout_r2_bk.png" w="32" h="32" />
  4677.         </itemgra>
  4678.         <itemgra item_types="nav_roundabout_l3" order="0-">
  4679.           <icon src="nav_roundabout_l3_bk.png" w="32" h="32" />
  4680.         </itemgra>
  4681.         <itemgra item_types="nav_roundabout_r3" order="0-">
  4682.           <icon src="nav_roundabout_r3_bk.png" w="32" h="32" />
  4683.         </itemgra>
  4684.         <itemgra item_types="nav_roundabout_l4" order="0-">
  4685.           <icon src="nav_roundabout_l4_bk.png" w="32" h="32" />
  4686.         </itemgra>
  4687.         <itemgra item_types="nav_roundabout_r4" order="0-">
  4688.           <icon src="nav_roundabout_r4_bk.png" w="32" h="32" />
  4689.         </itemgra>
  4690.         <itemgra item_types="nav_roundabout_l5" order="0-">
  4691.           <icon src="nav_roundabout_l5_bk.png" w="32" h="32" />
  4692.         </itemgra>
  4693.         <itemgra item_types="nav_roundabout_r5" order="0-">
  4694.           <icon src="nav_roundabout_r5_bk.png" w="32" h="32" />
  4695.         </itemgra>
  4696.         <itemgra item_types="nav_roundabout_l6" order="0-">
  4697.           <icon src="nav_roundabout_l6_bk.png" w="32" h="32" />
  4698.         </itemgra>
  4699.         <itemgra item_types="nav_roundabout_r6" order="0-">
  4700.           <icon src="nav_roundabout_r6_bk.png" w="32" h="32" />
  4701.         </itemgra>
  4702.         <itemgra item_types="nav_roundabout_l7" order="0-">
  4703.           <icon src="nav_roundabout_l7_bk.png" w="32" h="32" />
  4704.         </itemgra>
  4705.         <itemgra item_types="nav_roundabout_r7" order="0-">
  4706.           <icon src="nav_roundabout_r7_bk.png" w="32" h="32" />
  4707.         </itemgra>
  4708.         <itemgra item_types="nav_roundabout_l8" order="0-">
  4709.           <icon src="nav_roundabout_l8_bk.png" w="32" h="32" />
  4710.         </itemgra>
  4711.         <itemgra item_types="nav_roundabout_r8" order="0-">
  4712.           <icon src="nav_roundabout_r8_bk.png" w="32" h="32" />
  4713.         </itemgra>
  4714.         <itemgra item_types="route_end" order="0-">
  4715.           <icon src="nav_destination_bk.png" w="32" h="32" x="4" y="30"/>
  4716.         </itemgra>
  4717.        
  4718.         <itemgra item_types="waypoint,route_end" order="2">
  4719.             <circle color="#000000" radius="4" width="2" text_size="24"/>
  4720.         </itemgra>
  4721.         <itemgra item_types="waypoint,route_end" order="3-5">
  4722.             <circle color="#000000" radius="8" width="2" text_size="24"/>
  4723.         </itemgra>
  4724.         <itemgra item_types="waypoint,route_end" order="6">
  4725.             <circle color="#000000" radius="10" width="2" text_size="24"/>
  4726.         </itemgra>
  4727.         <itemgra item_types="waypoint,route_end" order="7-8">
  4728.             <circle color="#000000" radius="16" width="2" text_size="24"/>
  4729.         </itemgra>
  4730.         <itemgra item_types="waypoint,route_end" order="9-10">
  4731.             <circle color="#000000" radius="20" width="4" text_size="32"/>
  4732.         </itemgra>
  4733.         <itemgra item_types="waypoint,route_end" order="11">
  4734.             <circle color="#000000" radius="28" width="4" text_size="32"/>
  4735.         </itemgra>
  4736.         <itemgra item_types="waypoint,route_end" order="12">
  4737.             <circle color="#000000" radius="32" width="4" text_size="32"/>
  4738.         </itemgra>
  4739.         <itemgra item_types="waypoint,route_end" order="13">
  4740.             <circle color="#000000" radius="52" width="4" text_size="24"/>
  4741.         </itemgra>
  4742.         <itemgra item_types="waypoint,route_end" order="14">
  4743.             <circle color="#000000" radius="64" width="4" text_size="24"/>
  4744.         </itemgra>
  4745.         <itemgra item_types="waypoint,route_end" order="15">
  4746.             <circle color="#000000" radius="68" width="6" text_size="24"/>
  4747.         </itemgra>
  4748.         <itemgra item_types="waypoint,route_end" order="16">
  4749.             <circle color="#000000" radius="132" width="8" text_size="32"/>
  4750.         </itemgra>
  4751.         <itemgra item_types="waypoint,route_end" order="17">
  4752.             <circle color="#000000" radius="268" width="8" text_size="48"/>
  4753.         </itemgra>
  4754.         <itemgra item_types="waypoint,route_end" order="18">
  4755.             <circle color="#000000" radius="530" width="8" text_size="48"/>
  4756.         </itemgra>
  4757.        
  4758.         <itemgra item_types="nav_none" order="0-">
  4759.           <icon src="unknown.png" />
  4760.         </itemgra>
  4761.         <itemgra item_types="announcement" order="7-">
  4762.           <icon src="gui_sound_32_32.png" />
  4763.           <circle color="#FF089C" radius="10" text_size="7" />
  4764.         </itemgra>
  4765.       </layer>
  4766.       <layer name="POI Symbols" active="1">
  4767.         <itemgra item_types="mini_roundabout" order="12-">
  4768.           <icon src="mini_roundabout.png" />
  4769.         </itemgra>
  4770.         <itemgra item_types="turning_circle" order="12-">
  4771.           <icon src="mini_roundabout.png" />
  4772.         </itemgra>
  4773.         <itemgra item_types="poi_airport" order="6-">
  4774.           <icon src="airport.png" />
  4775.         </itemgra>
  4776.         <itemgra item_types="poi_fuel" order="12-">
  4777.           <icon src="fuel.png" />
  4778.         </itemgra>
  4779.         <itemgra item_types="poi_bridge" order="12-">
  4780.           <icon src="bridge.png" />
  4781.         </itemgra>
  4782.         <itemgra item_types="highway_exit" order="12-">
  4783.           <icon src="exit.png" />
  4784.         </itemgra>
  4785.         <itemgra item_types="poi_auto_club" order="13-">
  4786.           <icon src="auto_club.png" />
  4787.         </itemgra>
  4788.         <itemgra item_types="poi_bank" order="13-">
  4789.           <icon src="bank.png" />
  4790.         </itemgra>
  4791.     <itemgra item_types="poi_atm" order="13-">
  4792.         <icon src="atm.png"/>
  4793.     </itemgra>
  4794.         <itemgra item_types="poi_danger_area" order="13-">
  4795.           <icon src="danger_16_16.png" />
  4796.         </itemgra>
  4797.         <itemgra item_types="poi_forbidden_area" order="13-">
  4798.           <icon src="forbiden_area.png" />
  4799.         </itemgra>
  4800.         <itemgra item_types="poi_tunnel" order="12-">
  4801.           <icon src="tunnel.png" />
  4802.         </itemgra>
  4803.         <itemgra item_types="traffic_signals" order="14-">
  4804.           <icon src="traffic_signals.png" />
  4805.         </itemgra>
  4806.       </layer>
  4807.       <layer name="POI Labels" active="1">
  4808.         <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle"
  4809.        order="15-">
  4810.           <circle color="#606060" radius="0" width="0"
  4811.          text_size="10" />
  4812.         </itemgra>
  4813.       </layer>
  4814.       <layer name="Android-POI-Icons-full" active="0">
  4815.         <itemgra item_types="mini_roundabout" order="12-">
  4816.           <icon src="mini_roundabout.png" />
  4817.         </itemgra>
  4818.         <itemgra item_types="turning_circle" order="12-">
  4819.           <icon src="mini_roundabout.png" />
  4820.         </itemgra>
  4821.         <itemgra item_types="poi_airport" order="5-">
  4822.           <icon src="airport.png" />
  4823.         </itemgra>
  4824.         <itemgra item_types="town_ghost" order="10-">
  4825.           <icon src="ghost_town.png" />
  4826.         </itemgra>
  4827.         <itemgra item_types="poi_hotel" order="12-">
  4828.           <icon src="hotel.png" />
  4829.         </itemgra>
  4830.         <itemgra item_types="poi_car_parking" order="11-">
  4831.           <icon src="parking.png" />
  4832.         </itemgra>
  4833.         <itemgra item_types="poi_car_dealer_parts" order="12-">
  4834.           <icon src="car_dealer.png" />
  4835.         </itemgra>
  4836.         <itemgra item_types="poi_fuel" order="12-">
  4837.           <icon src="fuel.png" />
  4838.         </itemgra>
  4839.         <itemgra item_types="poi_shopping" order="12-">
  4840.           <icon src="shopping.png" />
  4841.         </itemgra>
  4842.         <itemgra item_types="poi_attraction" order="11-">
  4843.           <icon src="attraction.png" />
  4844.         </itemgra>
  4845.         <itemgra item_types="poi_cafe" order="12-">
  4846.           <icon src="cafe.png" />
  4847.         </itemgra>
  4848.         <itemgra item_types="poi_bar" order="12-">
  4849.           <icon src="bar.png" />
  4850.         </itemgra>
  4851.         <itemgra item_types="poi_pub" order="12-">
  4852.           <icon src="beer.png" />
  4853.         </itemgra>
  4854.         <itemgra item_types="poi_bridge" order="12-">
  4855.           <icon src="bridge.png" />
  4856.         </itemgra>
  4857.         <itemgra item_types="highway_exit" order="11-">
  4858.           <icon src="exit.png" />
  4859.         </itemgra>
  4860.         <itemgra item_types="poi_camp_rv" order="12-">
  4861.           <icon src="camping.png" />
  4862.         </itemgra>
  4863.         <itemgra item_types="poi_museum_history" order="12-">
  4864.           <icon src="museum.png" />
  4865.         </itemgra>
  4866.         <itemgra item_types="poi_hospital" order="12-">
  4867.           <icon src="hospital.png" />
  4868.         </itemgra>
  4869.         <itemgra item_types="poi_dining" order="12-">
  4870.           <icon src="restaurant.png"/>
  4871.         </itemgra>
  4872.         <itemgra item_types="poi_fastfood" order="12-">
  4873.           <icon src="fastfood.png" />
  4874.         </itemgra>
  4875.         <itemgra item_types="poi_police" order="12-">
  4876.           <icon src="police.png" />
  4877.         </itemgra>
  4878.         <itemgra item_types="poi_auto_club" order="12-">
  4879.           <icon src="auto_club.png" />
  4880.         </itemgra>
  4881.         <itemgra item_types="poi_autoservice" order="12-">
  4882.           <icon src="car_dealer.png" />
  4883.         </itemgra>
  4884.         <itemgra item_types="poi_bank" order="12-">
  4885.           <icon src="bank.png" />
  4886.         </itemgra>
  4887.     <itemgra item_types="poi_atm" order="12-">
  4888.       <icon src="atm.png"/>
  4889.     </itemgra>
  4890.         <itemgra item_types="poi_bay" order="12-">
  4891.           <icon src="bay.png" />
  4892.         </itemgra>
  4893.         <itemgra item_types="poi_bend" order="12-">
  4894.           <icon src="bend.png" />
  4895.         </itemgra>
  4896.         <itemgra item_types="poi_boat_ramp" order="12-">
  4897.           <icon src="boat_ramp.png" />
  4898.         </itemgra>
  4899.         <itemgra item_types="poi_border_station" order="12-">
  4900.           <icon src="border_station.png" />
  4901.         </itemgra>
  4902.         <itemgra item_types="poi_bowling" order="12-">
  4903.           <icon src="bowling.png" />
  4904.         </itemgra>
  4905.         <itemgra item_types="poi_bus_station" order="11-">
  4906.           <icon src="bus.png" />
  4907.         </itemgra>
  4908.         <itemgra item_types="poi_bus_stop" order="12-">
  4909.           <icon src="bus_stop.png" />
  4910.         </itemgra>
  4911.         <itemgra item_types="poi_business_service" order="12-">
  4912.           <icon src="bussines_service.png" />
  4913.         </itemgra>
  4914.         <itemgra item_types="poi_car_rent" order="12-">
  4915.           <icon src="car_rent.png" />
  4916.         </itemgra>
  4917.     <itemgra item_types="poi_car_sharing" order="11-">
  4918.       <icon src="car_sharing.png"/>
  4919.     </itemgra>
  4920.         <itemgra item_types="poi_car_wash" order="12-">
  4921.           <icon src="car_wash.png" />
  4922.         </itemgra>
  4923.         <itemgra item_types="poi_casino" order="12-">
  4924.           <icon src="casino.png" />
  4925.         </itemgra>
  4926.         <itemgra item_types="poi_cemetery" order="12-">
  4927.           <icon src="cemetery.xpm" />
  4928.         </itemgra>
  4929.         <itemgra item_types="poi_church" order="11-">
  4930.           <icon src="church.png" />
  4931.         </itemgra>
  4932.                 <itemgra item_types="poi_bahai" order="11-">
  4933.                     <icon src="bahai.png"/>
  4934.                 </itemgra>
  4935.                 <itemgra item_types="poi_buddhist" order="11-">
  4936.                     <icon src="buddhist.png"/>
  4937.                 </itemgra>
  4938.                 <itemgra item_types="poi_hindu" order="11-">
  4939.                     <icon src="hindu.png"/>
  4940.                 </itemgra>
  4941.                 <itemgra item_types="poi_islamic" order="11-">
  4942.                     <icon src="islamic.png"/>
  4943.                 </itemgra>
  4944.                 <itemgra item_types="poi_jain" order="11-">
  4945.                     <icon src="jain.png"/>
  4946.                 </itemgra>
  4947.                 <itemgra item_types="poi_jewish" order="11-">
  4948.                     <icon src="jewish.png"/>
  4949.                 </itemgra>
  4950.                 <itemgra item_types="poi_pagan" order="11-">
  4951.                     <icon src="pagan.png"/>
  4952.                 </itemgra>
  4953.                 <itemgra item_types="poi_pastafarian" order="11-">
  4954.                     <icon src="pastafarian.png"/>
  4955.                 </itemgra>
  4956.                 <itemgra item_types="poi_shinto" order="11-">
  4957.                     <icon src="shinto.png"/>
  4958.                 </itemgra>
  4959.                 <itemgra item_types="poi_sikh" order="11-">
  4960.                     <icon src="sikh.png"/>
  4961.                 </itemgra>
  4962.                 <itemgra item_types="poi_taoist" order="11-">
  4963.                     <icon src="taoist.png"/>
  4964.                 </itemgra>
  4965.         <itemgra item_types="poi_cinema" order="12-">
  4966.           <icon src="cinema.png" />
  4967.         </itemgra>
  4968.         <itemgra item_types="poi_communication" order="12-">
  4969.           <icon src="communication.png" />
  4970.         </itemgra>
  4971.         <itemgra item_types="poi_concert" order="12-">
  4972.           <icon src="concert.png" />
  4973.         </itemgra>
  4974.         <itemgra item_types="poi_cove" order="12-">
  4975.           <icon src="cove.png" />
  4976.         </itemgra>
  4977.         <itemgra item_types="poi_crossing" order="12-">
  4978.           <icon src="crossing.png" />
  4979.         </itemgra>
  4980.         <itemgra item_types="poi_dam" order="12-">
  4981.           <icon src="dam.png" />
  4982.         </itemgra>
  4983.         <itemgra item_types="poi_danger_area" order="12-">
  4984.           <icon src="danger_16_16.png" />
  4985.         </itemgra>
  4986.         <itemgra item_types="poi_danger_sea_wreck" order="12-">
  4987.           <icon src="dangerous.png" />
  4988.         </itemgra>
  4989.         <itemgra item_types="poi_daymark" order="12-">
  4990.           <icon src="daymark.png" />
  4991.         </itemgra>
  4992.         <itemgra item_types="poi_diving" order="12-">
  4993.           <icon src="diving.png" />
  4994.         </itemgra>
  4995.         <itemgra item_types="poi_drinking_water" order="13-">
  4996.           <icon src="drinking_water.png" />
  4997.         </itemgra>
  4998.         <itemgra item_types="poi_emergency" order="12-">
  4999.           <icon src="emergency.png" />
  5000.         </itemgra>
  5001.         <itemgra item_types="poi_fair" order="12-">
  5002.           <icon src="fair.png" />
  5003.         </itemgra>
  5004.         <itemgra item_types="poi_firebrigade" order="12-">
  5005.           <icon src="firebrigade.png" />
  5006.         </itemgra>
  5007.         <itemgra item_types="poi_fish" order="9-">
  5008.           <icon src="fish.png" />
  5009.         </itemgra>
  5010.         <itemgra item_types="poi_forbidden_area" order="12-">
  5011.           <icon src="forbiden_area.png" />
  5012.         </itemgra>
  5013.         <itemgra item_types="poi_shop_gps" order="15-">
  5014.           <icon src="garmin.png" />
  5015.         </itemgra>
  5016.         <itemgra item_types="poi_golf" order="12-">
  5017.           <icon src="golf.png" />
  5018.         </itemgra>
  5019.         <itemgra item_types="poi_government_building" order="12-">
  5020.           <icon src="goverment_building.png" />
  5021.         </itemgra>
  5022.         <itemgra item_types="poi_height" order="12-">
  5023.           <icon src="height.png" />
  5024.         </itemgra>
  5025.         <itemgra item_types="poi_heliport" order="8-">
  5026.           <icon src="heliport.png" />
  5027.         </itemgra>
  5028.         <itemgra item_types="poi_hotspring" order="12-">
  5029.           <icon src="hotspring.png" />
  5030.         </itemgra>
  5031.         <itemgra item_types="poi_icesport" order="12-">
  5032.           <icon src="icesport.png" />
  5033.         </itemgra>
  5034.         <itemgra item_types="poi_information" order="12-">
  5035.           <icon src="information.png" />
  5036.         </itemgra>
  5037.         <itemgra item_types="poi_justice" order="12-">
  5038.           <icon src="justice.png" />
  5039.         </itemgra>
  5040.         <itemgra item_types="poi_landmark" order="11-">
  5041.           <icon src="landmark.png" />
  5042.         </itemgra>
  5043.         <itemgra item_types="poi_levee" order="12-">
  5044.           <icon src="levee.png" />
  5045.         </itemgra>
  5046.         <itemgra item_types="poi_level_crossing" order="11-">
  5047.           <icon src="level_crossing.xpm" />
  5048.         </itemgra>
  5049.         <itemgra item_types="poi_library" order="12-">
  5050.           <icon src="library.png" />
  5051.         </itemgra>
  5052.         <itemgra item_types="poi_locale" order="12-">
  5053.           <icon src="locale.png" />
  5054.         </itemgra>
  5055.         <itemgra item_types="poi_loudspeaker" order="12-">
  5056.           <icon src="loudspeaker.png" />
  5057.         </itemgra>
  5058.         <itemgra item_types="poi_mall" order="12-">
  5059.           <icon src="mall.png" />
  5060.         </itemgra>
  5061.         <itemgra item_types="poi_manmade_feature" order="12-">
  5062.           <icon src="manmade_feature.png" />
  5063.         </itemgra>
  5064.         <itemgra item_types="poi_marine" order="12-">
  5065.           <icon src="marine.png" />
  5066.         </itemgra>
  5067.         <itemgra item_types="poi_marine_type" order="12-">
  5068.           <icon src="marine_type.png" />
  5069.         </itemgra>
  5070.         <itemgra item_types="poi_mark" order="12-">
  5071.           <icon src="mark.png" />
  5072.         </itemgra>
  5073.         <itemgra item_types="poi_military" order="11-">
  5074.           <icon src="military.png" />
  5075.         </itemgra>
  5076.         <itemgra item_types="poi_mine" order="12-">
  5077.           <icon src="mine.png" />
  5078.         </itemgra>
  5079.         <itemgra item_types="poi_nondangerous" order="12-">
  5080.           <icon src="nondangerous.png" />
  5081.         </itemgra>
  5082.         <itemgra item_types="poi_oil_field" order="12-">
  5083.           <icon src="oil_field.png" />
  5084.         </itemgra>
  5085.         <itemgra item_types="poi_peak" order="7-">
  5086.           <icon src="peak.png" />
  5087.         </itemgra>
  5088.         <itemgra item_types="poi_personal_service" order="12-">
  5089.           <icon src="personal_service.png" />
  5090.         </itemgra>
  5091.         <itemgra item_types="poi_pharmacy" order="12-">
  5092.           <icon src="pharmacy.png" />
  5093.         </itemgra>
  5094.         <itemgra item_types="poi_post_office,poi_post_box"
  5095.        order="13-">
  5096.           <icon src="post.png" />
  5097.         </itemgra>
  5098.         <itemgra item_types="poi_public_office" order="12-">
  5099.           <icon src="public_office.png" />
  5100.         </itemgra>
  5101.         <itemgra item_types="poi_rail_halt" order="11-">
  5102.           <circle color="#ff0000" radius="3" width="3" />
  5103.           <circle color="#000000" radius="5" width="2"
  5104.          text_size="8" />
  5105.         </itemgra>
  5106.         <itemgra item_types="poi_rail_station" order="9-">
  5107.           <circle color="#ff0000" radius="3" width="3" />
  5108.           <circle color="#000000" radius="6" width="2"
  5109.          text_size="8" />
  5110.         </itemgra>
  5111.         <itemgra item_types="poi_rail_tram_stop" order="10-11">
  5112.           <circle color="#ff0000" radius="2" width="2" />
  5113.         </itemgra>
  5114.         <itemgra item_types="poi_rail_tram_stop" order="12-">
  5115.           <circle color="#ff0000" radius="3" width="3" />
  5116.           <circle color="#606060" radius="5" width="2"
  5117.          text_size="8" />
  5118.         </itemgra>
  5119.         <itemgra item_types="poi_repair_service" order="12-">
  5120.           <icon src="repair_service.png" />
  5121.         </itemgra>
  5122.         <itemgra item_types="poi_resort" order="12-">
  5123.           <icon src="resort.png" />
  5124.         </itemgra>
  5125.         <itemgra item_types="poi_restaurant" order="12-">
  5126.           <icon src="restaurant.png" />
  5127.         </itemgra>
  5128.         <itemgra item_types="poi_restricted_area" order="12-">
  5129.           <icon src="restricted_area.png" />
  5130.         </itemgra>
  5131.         <itemgra item_types="poi_restroom" order="13-">
  5132.           <icon src="toilets.png"/>
  5133.         </itemgra>
  5134.         <itemgra item_types="poi_sailing" order="12-">
  5135.           <icon src="sailing.png" />
  5136.         </itemgra>
  5137.         <itemgra item_types="poi_scenic_area" order="12-">
  5138.           <icon src="scenic_area.png" />
  5139.         </itemgra>
  5140.         <itemgra item_types="poi_school" order="12-">
  5141.           <icon src="school.png" />
  5142.         </itemgra>
  5143.         <itemgra item_types="poi_service" order="12-">
  5144.           <icon src="service.png" />
  5145.         </itemgra>
  5146.         <itemgra item_types="poi_shop_apparel" order="12-">
  5147.           <icon src="shop_apparel.png" />
  5148.         </itemgra>
  5149.     <itemgra item_types="poi_shop_bicycle" order="12-">
  5150.       <icon src="bicycle_shop.png" />
  5151.     </itemgra>
  5152.         <itemgra item_types="poi_shop_computer" order="12-">
  5153.           <icon src="shop_computer.png" />
  5154.         </itemgra>
  5155.         <itemgra item_types="poi_shop_department" order="12-">
  5156.           <icon src="shop_department.png" />
  5157.         </itemgra>
  5158.         <itemgra item_types="poi_shop_furniture" order="12-">
  5159.           <icon src="shop_furnish.png" />
  5160.         </itemgra>
  5161.         <itemgra item_types="poi_shop_grocery" order="12-">
  5162.           <icon src="shop_grocery.png" />
  5163.         </itemgra>
  5164.         <itemgra item_types="poi_shop_handg" order="12-">
  5165.           <icon src="shop_handg.png" />
  5166.         </itemgra>
  5167.         <itemgra item_types="poi_shop_merchandise" order="12-">
  5168.           <icon src="shop_merchandise.png" />
  5169.         </itemgra>
  5170.         <itemgra item_types="poi_shop_retail" order="12-">
  5171.           <icon src="shop_retail.png" />
  5172.         </itemgra>
  5173.         <itemgra item_types="poi_shower" order="13-">
  5174.           <icon src="shower.png" />
  5175.         </itemgra>
  5176.         <itemgra item_types="poi_skiing" order="11-">
  5177.           <icon src="skiing.png" />
  5178.         </itemgra>
  5179.         <itemgra item_types="poi_social_service" order="12-">
  5180.           <icon src="social_service.png" />
  5181.         </itemgra>
  5182.         <itemgra item_types="poi_sounding" order="12-">
  5183.           <icon src="sounding.png" />
  5184.         </itemgra>
  5185.         <itemgra item_types="poi_sport" order="12-">
  5186.           <icon src="sport.png" />
  5187.         </itemgra>
  5188.         <itemgra item_types="poi_stadium" order="11-">
  5189.           <icon src="stadium.png" />
  5190.         </itemgra>
  5191.         <itemgra item_types="poi_swimming" order="12-">
  5192.           <icon src="swimming.png" />
  5193.         </itemgra>
  5194.         <itemgra item_types="poi_telephone" order="13-">
  5195.           <icon src="telephone.png" />
  5196.         </itemgra>
  5197.         <itemgra item_types="poi_theater" order="12-">
  5198.           <icon src="theater.png" />
  5199.         </itemgra>
  5200.         <itemgra item_types="poi_tide" order="12-">
  5201.           <icon src="tide.png" />
  5202.         </itemgra>
  5203.         <itemgra item_types="poi_tower" order="13-">
  5204.           <icon src="tower.xpm" />
  5205.         </itemgra>
  5206.         <itemgra item_types="poi_townhall" order="12-">
  5207.           <icon src="townhall.png" />
  5208.         </itemgra>
  5209.         <itemgra item_types="poi_trail" order="12-">
  5210.           <icon src="trail.png" />
  5211.         </itemgra>
  5212.         <itemgra item_types="poi_truck_stop" order="12-">
  5213.           <icon src="truck_stop.png" />
  5214.         </itemgra>
  5215.         <itemgra item_types="poi_tunnel" order="12-">
  5216.           <icon src="tunnel.png" />
  5217.         </itemgra>
  5218.         <itemgra item_types="poi_wine" order="12-">
  5219.           <icon src="wine.png" />
  5220.         </itemgra>
  5221.         <itemgra item_types="poi_worship" order="8-">
  5222.           <icon src="worship.png" />
  5223.         </itemgra>
  5224.         <itemgra item_types="poi_wrecker" order="12-">
  5225.           <icon src="wrecker.png" />
  5226.         </itemgra>
  5227.         <itemgra item_types="poi_zoo" order="9-">
  5228.           <icon src="zoo.png" />
  5229.         </itemgra>
  5230.         <itemgra item_types="poi_picnic" order="12-">
  5231.           <icon src="picnic.png" />
  5232.         </itemgra>
  5233.         <itemgra item_types="poi_gc_multi" order="12-">
  5234.           <icon src="gc_multi.xpm" />
  5235.         </itemgra>
  5236.         <itemgra item_types="poi_gc_tradi" order="12-">
  5237.           <icon src="gc_tradi.xpm" />
  5238.         </itemgra>
  5239.         <itemgra item_types="poi_gc_event" order="12-">
  5240.           <icon src="gc_event.xpm" />
  5241.         </itemgra>
  5242.         <itemgra item_types="poi_gc_mystery" order="12-">
  5243.           <icon src="gc_mystery.xpm" />
  5244.         </itemgra>
  5245.         <itemgra item_types="poi_gc_question" order="12-">
  5246.           <icon src="gc_question.xpm" />
  5247.         </itemgra>
  5248.         <itemgra item_types="poi_gc_stages" order="12-">
  5249.           <icon src="gc_stages.xpm" />
  5250.         </itemgra>
  5251.         <itemgra item_types="poi_gc_reference" order="12-">
  5252.           <icon src="gc_reference.xpm" />
  5253.         </itemgra>
  5254.         <itemgra item_types="poi_gc_webcam" order="12-">
  5255.           <icon src="gc_webcam.xpm" />
  5256.         </itemgra>
  5257.         <itemgra item_types="traffic_signals" order="13-">
  5258.           <icon src="traffic_signals.png" />
  5259.         </itemgra>
  5260.         <itemgra item_types="poi_wifi" order="13-">
  5261.           <icon src="wifi.png" />
  5262.         </itemgra>
  5263.         <itemgra item_types="poi_image" order="12-">
  5264.           <image />
  5265.         </itemgra>
  5266.         <itemgra item_types="poi_bench" order="13-">
  5267.           <icon src="bench.png" />
  5268.         </itemgra>
  5269.         <itemgra item_types="poi_biergarten" order="12-">
  5270.           <icon src="biergarten.png" />
  5271.         </itemgra>
  5272.         <itemgra item_types="poi_boundary_stone" order="13-">
  5273.           <icon src="boundary_stone.png" />
  5274.         </itemgra>
  5275.         <itemgra item_types="poi_castle" order="11-">
  5276.           <icon src="castle.png" />
  5277.         </itemgra>
  5278.         <itemgra item_types="poi_ruins" order="11-">
  5279.           <icon src="ruins.png" />
  5280.         </itemgra>
  5281.         <itemgra item_types="poi_hunting_stand" order="12-">
  5282.           <icon src="hunting_stand.xpm" />
  5283.         </itemgra>
  5284.         <itemgra item_types="poi_memorial" order="12-">
  5285.           <icon src="memorial.png" />
  5286.         </itemgra>
  5287.         <itemgra item_types="poi_monument" order="12-">
  5288.           <icon src="memorial.png" />
  5289.         </itemgra>
  5290.         <itemgra item_types="poi_shelter" order="11-">
  5291.           <icon src="shelter.png" />
  5292.         </itemgra>
  5293.         <itemgra item_types="poi_fountain" order="13-">
  5294.           <icon src="fountain.png" />
  5295.         </itemgra>
  5296.         <itemgra item_types="poi_potable_water" order="13-">
  5297.           <icon src="drinking_water.png"/>
  5298.         </itemgra>
  5299.         <itemgra item_types="poi_toilets" order="12-">
  5300.           <icon src="toilets.png" />
  5301.         </itemgra>
  5302.         <itemgra item_types="poi_viewpoint" order="10-">
  5303.           <icon src="viewpoint.png" />
  5304.         </itemgra>
  5305.         <itemgra item_types="tec_common" order="11-">
  5306.           <icon src="tec_common.png"/>
  5307.         </itemgra>
  5308.         <itemgra item_types="vehicle" order="0-">
  5309.           <icon src="gui_vehicle_16_16.png" />
  5310.         </itemgra>
  5311.         <itemgra item_types="vehicle_pedestrian" order="0-">
  5312.           <icon src="gui_vehicle_pedestrian_16_16.png" />
  5313.         </itemgra>
  5314.         <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"
  5315.        order="10-">
  5316.           <icon src="%s" />
  5317.         </itemgra>
  5318.       </layer>
  5319.       <layer name="Android-POI-Labels-full" active="0">
  5320.         <itemgra item_types="poi_airport,town_ghost,poi_hotel,poi_car_parking,poi_car_dealer_parts,poi_car_sharing,poi_fuel,poi_shopping,poi_attraction,poi_cafe,poi_bar,poi_pub,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,poi_atm,poi_bus_station,poi_bus_stop,poi_business_service,poi_car_rent,poi_church,poi_bahai,poi_buddhist,poi_hindu,poi_islamic,poi_jain,poi_jewish,poi_pagan,poi_pastafarian,poi_shinto,poi_sikh,poi_taoist,poi_cinema,poi_concert,poi_drinking_water,poi_emergency,poi_fair,poi_fish,poi_government_building,poi_hotspring,poi_information,poi_justice,poi_landmark,poi_library,poi_mall,poi_manmade_feature,poi_marine,poi_marine_type,poi_mark,poi_oil_field,poi_peak,poi_personal_service,poi_pharmacy,poi_post_office,poi_public_office,poi_rail_halt,poi_rail_station,poi_rail_tram_stop,poi_repair_service,poi_resort,poi_restaurant,poi_restricted_area,poi_sailing,poi_scenic_area,poi_shop_bicycle,poi_school,poi_service,poi_shop_retail,poi_skiing,poi_social_service,poi_sport,poi_stadium,poi_swimming,poi_theater,poi_townhall,poi_trail,poi_truck_stop,poi_tunnel,poi_worship,poi_wrecker,poi_zoo,poi_biergarten,poi_castle,poi_ruins,poi_memorial,poi_monument,poi_shelter,poi_fountain,poi_viewpoint,vehicle"
  5321.         order="14-">
  5322.           <circle color="#606060" radius="0" width="0"
  5323.          text_size="10" />
  5324.         </itemgra>
  5325.         <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"
  5326.        order="14-">
  5327.           <circle color="#606060" radius="0" width="0"
  5328.          text_size="10" />
  5329.         </itemgra>
  5330.       </layer>
  5331.       <layer name="Found items" ref="Found items"/>
  5332.     </layout>
  5333.  
  5334.         <layout name="Car-simple" color="#839ea9">
  5335.             <layer name="polygon">
  5336.                   <itemgra item_types="poly_town" order="8-">
  5337.                     <polygon color="#6b8091"/>
  5338.                   </itemgra>
  5339.             </layer>
  5340.             <layer name="streets">
  5341.                 <itemgra item_types="water_line" order="11-">
  5342.                     <polyline width="3" color="#5e71a7" />
  5343.                 </itemgra>
  5344.                 <itemgra item_types="rail" order="9-">
  5345.                     <polyline width="4" color="#a4bac8" />
  5346.                     <polyline width="1" color="#e0e0e0" dash="4,6"/>
  5347.                 </itemgra>
  5348.                 <itemgra item_types="street_1_city,street_1_land" order="12-">
  5349.                     <polyline width="5" color="#516170"/>
  5350.                 </itemgra>
  5351.                 <itemgra item_types="street_2_city,street_2_land" order="12-">
  5352.                     <polyline width="7" color="#516170"/>
  5353.                 </itemgra>
  5354.                 <itemgra item_types="street_1_city,street_1_land" order="11">
  5355.                     <polyline width="3" color="#516170"/>
  5356.                 </itemgra>
  5357.                 <itemgra item_types="street_2_city,street_2_land" order="9-11">
  5358.                     <polyline width="5" color="#516170"/>
  5359.                 </itemgra>
  5360.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="11-">
  5361.                     <polyline width="9" color="#516170" />
  5362.                 </itemgra>
  5363.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="8-10">
  5364.                     <polyline width="7" color="#516170" />
  5365.                 </itemgra>
  5366.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11-">
  5367.                     <polyline width="9" color="#516170" />
  5368.                 </itemgra>
  5369.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="8-10">
  5370.                     <polyline width="7" color="#516170" />
  5371.                 </itemgra>
  5372.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="6-7">
  5373.                     <polyline width="3" color="#516170" />
  5374.                 </itemgra>
  5375.                 <itemgra item_types="highway_city,highway_land" order="4-">
  5376.                     <polyline width="9" color="#516170" />
  5377.                 </itemgra>
  5378.  
  5379.                 <itemgra item_types="street_route" >
  5380.                     <polyline width="11" color="#516170" />
  5381.                 </itemgra>
  5382.                
  5383.                 <itemgra item_types="street_1_city,street_1_land" order="12-">
  5384.                     <polyline width="3" color="#a4bac8" />
  5385.                 </itemgra>
  5386.                 <itemgra item_types="street_2_city,street_2_land" order="12-">
  5387.                     <polyline width="5" color="#90a3af" />
  5388.                 </itemgra>
  5389.                 <itemgra item_types="street_1_city,street_1_land" order="11">
  5390.                     <polyline width="1" color="#a4bac8" />
  5391.                 </itemgra>
  5392.                 <itemgra item_types="street_2_city,street_2_land" order="9-11">
  5393.                     <polyline width="3" color="#90a3af" />
  5394.                 </itemgra>
  5395.  
  5396.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="11-">
  5397.                     <polyline width="6" color="#a4bac8" />
  5398.                 </itemgra>
  5399.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="8-10">
  5400.                     <polyline width="4" color="#a4bac8" />
  5401.                 </itemgra>
  5402.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11-">
  5403.                     <polyline width="6" color="#c7e1f2" />
  5404.                 </itemgra>
  5405.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="8-10">
  5406.                     <polyline width="4" color="#c7e1f2" />
  5407.                 </itemgra>
  5408.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="6-7">
  5409.                     <polyline width="1" color="#c7e1f2" />
  5410.                 </itemgra>
  5411.  
  5412.                 <itemgra item_types="highway_city,highway_land" order="4-">
  5413.                     <polyline width="3" color="#c0e1ff" />
  5414.                 </itemgra>
  5415.  
  5416.                 <itemgra item_types="street_route" >
  5417.                     <polyline width="9" color="#ffffff" />
  5418.                 </itemgra>
  5419.                
  5420.                 <itemgra item_types="waypoint,route_end" >
  5421.                     <circle color="#000000" radius="8" width="2" text_size="24"/>
  5422.                 </itemgra>
  5423.             </layer>
  5424.             <layer name="labels">
  5425.                 <itemgra item_types="water_line" order="11-">
  5426.                     <text text_size="16" color="#0000ff" />
  5427.                 </itemgra>
  5428.                 <itemgra item_types="street_1_city,street_2_city,street_3_city,street_4_city,highway_city,street_1_land,street_2_land,street_3_land,street_4_land,street_n_lanes,highway_land,living_street,footway">
  5429.                     <text text_size="16" color="#ffffff" background_color="#000000"/>
  5430.                 </itemgra>
  5431.                 <itemgra item_types="town_label,district_label,town_label_0e0,town_label_1e0,town_label_2e0,town_label_5e0,town_label_1e1,town_label_2e1,town_label_5e1,town_label_1e2,town_label_2e2,town_label_5e2,district_label_0e0,district_label_1e0,district_label_2e0,district_label_5e0,district_label_1e1,district_label_2e1,district_label_5e1,district_label_1e2,district_label_2e2,district_label_5e2" order="10-">
  5432.                     <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
  5433.                 </itemgra>
  5434.                 <itemgra item_types="town_label_1e3,town_label_2e3,district_label_1e3,district_label_2e3" order="9-">
  5435.                     <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
  5436.                 </itemgra>
  5437.                 <itemgra item_types="town_label_5e3,district_label_5e3" order="8-">
  5438.                     <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
  5439.                 </itemgra>
  5440.                 <itemgra item_types="town_label_1e4,district_label_1e4" order="7-">
  5441.                     <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
  5442.                 </itemgra>
  5443.                 <itemgra item_types="town_label_2e4,district_label_2e4" order="6-">
  5444.                     <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
  5445.                 </itemgra>
  5446.                 <itemgra item_types="town_label_5e4,town_label_1e5,district_label_5e4,district_label_1e5" order="5-">
  5447.                     <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
  5448.                 </itemgra>
  5449.                 <itemgra item_types="town_label_2e5,district_label_2e5" order="4-">
  5450.                     <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
  5451.                 </itemgra>
  5452.                 <itemgra item_types="town_label_5e5,district_label_5e5" order="2-">
  5453.                     <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
  5454.                 </itemgra>
  5455.  
  5456.                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7,district_label_1e6,district_label_2e6,district_label_5e6,district_label_1e7">
  5457.                     <circle radius="3" text_size="16" color="#ffffff" background_color="#000000"/>
  5458.                 </itemgra>
  5459.             </layer>
  5460.             <layer name="Found items" ref="Found items"/>
  5461.         </layout>
  5462.  
  5463.         <layout name="Bike" color="#ffefb7" font="Liberation Sans">
  5464.  
  5465.             <cursor w="26" h="26">
  5466.                 <itemgra>
  5467.                     <circle color="#0000ff" radius="24" width="2">
  5468.                         <coord x="0" y="0"/>
  5469.                     </circle>
  5470.                 </itemgra>
  5471.                 <itemgra speed_range="-2">
  5472.                     <polyline color="#0000ff" width="2">
  5473.                         <coord x="0" y="0"/>
  5474.                         <coord x="0" y="0"/>
  5475.                     </polyline>
  5476.                 </itemgra>
  5477.                 <itemgra speed_range="3-">
  5478.                     <polyline color="#0000ff" width="2">
  5479.                         <coord x="-7" y="-10"/>
  5480.                         <coord x="0" y="12"/>
  5481.                         <coord x="7" y="-10"/>
  5482.                     </polyline>
  5483.                 </itemgra>
  5484.             </cursor>
  5485.  
  5486.             <layer name="Landuse">
  5487.                 <itemgra item_types="image" order="0-">
  5488.                     <image/>
  5489.                 </itemgra>
  5490.                 <itemgra item_types="poly_wood" order="0-">
  5491.                     <polygon color="#8ec78d"/>
  5492.                 </itemgra>
  5493.                 <itemgra item_types="poly_town" order="0-">
  5494.                     <polygon color="#ffc895"/>
  5495.                     <polyline color="#ebb481"/>
  5496.                 </itemgra>
  5497.                 <itemgra item_types="poly_park" order="0-">
  5498.                     <polygon color="#7cc334"/>
  5499.                     <text text_size="5"/>
  5500.                 </itemgra>
  5501.                 <itemgra item_types="poly_water" order="0-">
  5502.                     <polygon color="#82c8ea"/>
  5503.                     <polyline color="#5096b8"/>
  5504.                     <text text_size="5"/>
  5505.                 </itemgra>
  5506.                 <itemgra item_types="poly_land" order="0-">
  5507.                     <polygon color="#ffefb7"/>
  5508.                     <polyline color="#ffefb7"/>
  5509.                     <text text_size="5"/>
  5510.                 </itemgra>
  5511.                 <itemgra item_types="poly_airport" order="0-">
  5512.                     <polygon color="#a0a0a0"/>
  5513.                 </itemgra>
  5514.                 <itemgra item_types="poly_sport" order="0-">
  5515.                     <polygon color="#ff8c00"/>
  5516.                 </itemgra>
  5517.                 <itemgra item_types="poly_industry,poly_place,poly_railway" order="0-">
  5518.                     <polygon color="#e6e6e6"/>
  5519.                 </itemgra>
  5520.                 <itemgra item_types="poly_commercial" order="0-">
  5521.                     <polygon color="#fff8dc"/>
  5522.                 </itemgra>
  5523.                 <itemgra item_types="poly_industry,poly_building,poly_place,poly_brownfield,poly_greenfield,poly_construction,poly_railway" order="0-">
  5524.                     <polygon color="#ecd8ff"/>
  5525.                 </itemgra>
  5526.                 <itemgra item_types="poly_farm" order="0-">
  5527.                     <polygon color="#c7f1a3"/>
  5528.                     <polyline color="#79c691"/>
  5529.                     <text text_size="5"/>
  5530.                 </itemgra>
  5531.                 <itemgra item_types="poly_meadow" order="0-">
  5532.                     <polygon color="#c7f1a3"/>
  5533.                     <polyline color="#79c691"/>
  5534.                 </itemgra>
  5535.                 <itemgra item_types="poly_scree,poly_scrub,poly_fell,poly_heath" order="0-">
  5536.                     <polygon color="#c7f1a3"/>
  5537.                     <polyline color="#79c691"/>
  5538.                     <text text_size="5"/>
  5539.                 </itemgra>
  5540.                 <itemgra item_types="poly_marsh,poly_mud,poly_quarry" order="0-">
  5541.                     <polygon color="#DEB887"/>
  5542.                     <polyline color="#DEB887"/>
  5543.                     <text text_size="5"/>
  5544.                 </itemgra>
  5545.                 <itemgra item_types="poly_allotments,poly_playground,poly_village_green,poly_recreation_ground,poly_common,poly_garden" order="0-">
  5546.                     <polygon color="#c7f1a3"/>
  5547.                     <polyline color="#79c691"/>
  5548.                     <text text_size="5"/>
  5549.                 </itemgra>
  5550.                 <itemgra item_types="poly_ruins" order="0-">
  5551.                     <polygon color="#b6a6a6"/>
  5552.                 </itemgra>
  5553.                 <itemgra item_types="poly_apron" order="0-">
  5554.                     <polygon color="#d0d0d0"/>
  5555.                 </itemgra>
  5556.                 <itemgra item_types="poly_terminal" order="7-">
  5557.                     <polygon color="#e3c6a6"/>
  5558.                 </itemgra>
  5559.                 <itemgra item_types="poly_cemetery" order="1-">
  5560.                     <polygon color="#bde3cb"/>
  5561.                 </itemgra>
  5562.                 <itemgra item_types="poly_car_parking" order="1-">
  5563.                     <polygon color="#d2d2d2"/>
  5564.                 </itemgra>
  5565.                 <itemgra item_types="poly_building" order="0-">
  5566.                     <polygon color="#ff6347"/>
  5567.                 </itemgra>
  5568.             </layer>
  5569.             <layer name="Contour Lines">
  5570.                 <itemgra item_types="height_line_1" order="8">
  5571.                     <polyline color="#A9A9A9" width="1"/>
  5572.                     <text text_size="8"/>
  5573.                 </itemgra>
  5574.                 <itemgra item_types="height_line_1" order="9">
  5575.                     <polyline color="#A9A9A9" width="2"/>
  5576.                     <text text_size="8"/>
  5577.                 </itemgra>
  5578.                 <itemgra item_types="height_line_2" order="9">
  5579.                     <polyline color="#A9A9A9" width="1"/>
  5580.                     <text text_size="8"/>
  5581.                 </itemgra>
  5582.                 <itemgra item_types="height_line_1" order="10-">
  5583.                     <polyline color="#A9A9A9" width="3"/>
  5584.                     <text text_size="8"/>
  5585.                 </itemgra>
  5586.                 <itemgra item_types="height_line_2" order="10-">
  5587.                     <polyline color="#A9A9A9" width="2"/>
  5588.                     <text text_size="8"/>
  5589.                 </itemgra>
  5590.                 <itemgra item_types="height_line_3" order="10-">
  5591.                     <polyline color="#A9A9A9" width="1"/>
  5592.                 </itemgra>
  5593.             </layer>
  5594.             <!-- "Contour Lines" -->
  5595.  
  5596.             <layer name="Barriers">
  5597.                 <itemgra item_types="ditch" order="8-">
  5598.                     <polyline color="#B8860B" width="1"/>
  5599.                     <text text_size="8"/>
  5600.                 </itemgra>
  5601.                 <itemgra item_types="hedge" order="8-">
  5602.                     <polyline color="#90EE90" width="1"/>
  5603.                     <text text_size="8"/>
  5604.                 </itemgra>
  5605.                 <itemgra item_types="fence" order="8-">
  5606.                     <polyline color="#808080" width="1"/>
  5607.                     <text text_size="8"/>
  5608.                 </itemgra>
  5609.                 <itemgra item_types="wall" order="8-">
  5610.                     <polyline color="#808080" width="1"/>
  5611.                     <text text_size="8"/>
  5612.                 </itemgra>
  5613.                 <itemgra item_types="retaining_wall" order="8-">
  5614.                     <polyline color="#808080" width="1"/>
  5615.                     <text text_size="8"/>
  5616.                 </itemgra>
  5617.                 <itemgra item_types="city_wall" order="8-">
  5618.                     <polyline color="#CD5C5C" width="1"/>
  5619.                     <text text_size="8"/>
  5620.                 </itemgra>
  5621.             </layer>
  5622.             <!-- "Barriers" -->
  5623.  
  5624.             <layer name="Waterways">
  5625.                 <itemgra item_types="water_line" order="0-">
  5626.                     <polyline color="#82c8ea" width="2"/>
  5627.                     <text text_size="5"/>
  5628.                 </itemgra>
  5629.                 <itemgra item_types="water_river" order="0-">
  5630.                     <polyline color="#82c8ea" width="4"/>
  5631.                     <text text_size="5"/>
  5632.                 </itemgra>
  5633.                 <itemgra item_types="water_canal" order="0-">
  5634.                     <polyline color="#82c8ea" width="3"/>
  5635.                     <text text_size="5"/>
  5636.                 </itemgra>
  5637.                 <itemgra item_types="water_stream" order="0-">
  5638.                     <polyline color="#82c8ea" width="2"/>
  5639.                     <text text_size="5"/>
  5640.                 </itemgra>
  5641.                 <itemgra item_types="water_drain" order="0-">
  5642.                     <polyline color="#82c8ea" width="1"/>
  5643.                     <text text_size="5"/>
  5644.                 </itemgra>
  5645.             </layer>
  5646.             <layer name="Borders">
  5647.                 <itemgra item_types="border_state" order="0-5">
  5648.                     <polyline color="#778899" width="3"/>
  5649.                     <polyline color="#ffefb7" dash="3,2,1,3" width="1"/>
  5650.                 </itemgra>
  5651.                 <itemgra item_types="border_country" order="0-5">
  5652.                     <polyline color="#778899" width="2"/>
  5653.                     <polyline color="#ffefb7" dash="3,2,1,3" width="1"/>
  5654.                 </itemgra>
  5655.                 <itemgra item_types="border_state" order="6-11">
  5656.                     <polyline color="#778899" width="3"/>
  5657.                     <polyline color="#ffefb7" dash="6,6,1,6" width="1"/>
  5658.                 </itemgra>
  5659.                 <itemgra item_types="border_country" order="6-11">
  5660.                     <polyline color="#778899" width="2"/>
  5661.                     <polyline color="#ffefb7" dash="6,6,1,6" width="1"/>
  5662.                 </itemgra>
  5663.                 <itemgra item_types="border_state" order="12-20">
  5664.                     <polyline color="#778899" width="3"/>
  5665.                     <polyline color="#ffefb7" dash="10,10,2,10" width="1"/>
  5666.                 </itemgra>
  5667.                 <itemgra item_types="border_country" order="12-20">
  5668.                     <polyline color="#778899" width="2"/>
  5669.                     <polyline color="#ffefb7" dash="10,10,2,10" width="1"/>
  5670.                 </itemgra>
  5671.             </layer>
  5672.             <layer name="Current Route">
  5673.                 <itemgra item_types="street_route" order="2">
  5674.                     <polyline color="#FF00FF" width="4"/>
  5675.                 </itemgra>
  5676.                 <itemgra item_types="street_route" order="3-5">
  5677.                     <polyline color="#FF00FF" width="8"/>
  5678.                 </itemgra>
  5679.                 <itemgra item_types="street_route" order="6">
  5680.                     <polyline color="#FF00FF" width="10"/>
  5681.                 </itemgra>
  5682.                 <itemgra item_types="street_route" order="7-8">
  5683.                     <polyline color="#FF00FF" width="16"/>
  5684.                 </itemgra>
  5685.                 <itemgra item_types="street_route" order="9-10">
  5686.                     <polyline color="#FF00FF" width="20"/>
  5687.                 </itemgra>
  5688.                 <itemgra item_types="street_route" order="11">
  5689.                     <polyline color="#FF00FF" width="28"/>
  5690.                 </itemgra>
  5691.                 <itemgra item_types="street_route" order="12">
  5692.                     <polyline color="#FF00FF" width="32"/>
  5693.                 </itemgra>
  5694.                 <itemgra item_types="street_route" order="13">
  5695.                     <polyline color="#FF00FF" width="52"/>
  5696.                 </itemgra>
  5697.                 <itemgra item_types="street_route" order="14">
  5698.                     <polyline color="#FF00FF" width="64"/>
  5699.                 </itemgra>
  5700.                 <itemgra item_types="street_route" order="15">
  5701.                     <polyline color="#FF00FF" width="68"/>
  5702.                 </itemgra>
  5703.                 <itemgra item_types="street_route" order="16">
  5704.                     <polyline color="#FF00FF" width="132"/>
  5705.                 </itemgra>
  5706.                 <itemgra item_types="street_route" order="17">
  5707.                     <polyline color="#FF00FF" width="268"/>
  5708.                 </itemgra>
  5709.                 <itemgra item_types="street_route" order="18">
  5710.                     <polyline color="#FF00FF" width="530"/>
  5711.                 </itemgra>
  5712.             </layer>
  5713.             <layer name="Ways and Paths">
  5714.                 <itemgra item_types="powerline" order="12-">
  5715.                     <polyline color="#778899" width="1"/>
  5716.                     <polyline color="#778899" dash="1,80" width="5"/>
  5717.                 </itemgra>
  5718.                 <itemgra item_types="street_nopass" order="10-">
  5719.                     <polyline color="#000000" width="1"/>
  5720.                 </itemgra>
  5721.                 <itemgra item_types="track_paved" order="8-">
  5722.                     <polyline color="#d2d2d2" width="5"/>
  5723.                     <polyline color="#fefefe" width="3"/>
  5724.                 </itemgra>
  5725.                 <itemgra item_types="track_gravelled" order="9-">
  5726.                     <polyline color="#d2d2d2" width="4"/>
  5727.                     <polyline color="#fefefe" width="2"/>
  5728.                 </itemgra>
  5729.                 <itemgra item_types="track_unpaved" order="10-">
  5730.                     <polyline color="#d2d2d2" width="3"/>
  5731.                     <polyline color="#fefefe" width="1"/>
  5732.                 </itemgra>
  5733.                 <itemgra item_types="track_ground" order="11-">
  5734.                     <polyline color="#d2d2d2" width="3"/>
  5735.                     <polyline color="#fefefe" width="1" dash="6,6"/>
  5736.                 </itemgra>
  5737.                 <itemgra item_types="track_grass" order="12-">
  5738.                     <polyline color="#fefefe" width="2"/>
  5739.                     <polyline color="#ffefb7" width="1" dash="6,6"/>
  5740.                 </itemgra>
  5741.                 <itemgra item_types="bridleway" order="10-">
  5742.                     <polyline color="#8b4513" width="3"/>
  5743.                     <polyline color="#f4a460" width="1"/>
  5744.                 </itemgra>
  5745.                 <itemgra item_types="cycleway" order="10-">
  5746.                     <polyline color="#006400" width="4"/>
  5747.                     <polyline color="#3cb371" width="2"/>
  5748.                 </itemgra>
  5749.                 <itemgra item_types="footway" order="12-">
  5750.                     <polyline color="#8b4513" width="3"/>
  5751.                     <polyline color="#CD853F" width="1"/>
  5752.                 </itemgra>
  5753.                 <itemgra item_types="steps" order="12-">
  5754.                     <polyline color="#8b4513" width="3"/>
  5755.                     <polyline color="#F4A460" width="1" dash="6,4"/>
  5756.                 </itemgra>
  5757.                 <itemgra item_types="path" order="11-">
  5758.                     <polyline color="#8b4513" width="3"/>
  5759.                     <polyline color="#ffefb7" width="1" dash="2,4"/>
  5760.                 </itemgra>
  5761.                 <itemgra item_types="hiking" order="11-">
  5762.                     <polyline color="#8b4513" width="2"/>
  5763.                     <polyline color="#ffefb7" width="1" dash="4,4"/>
  5764.                 </itemgra>
  5765.                 <itemgra item_types="hiking_mountain" order="11-">
  5766.                     <polyline color="#8b4513" width="2"/>
  5767.                     <polyline color="#ffefb7" width="1" dash="6,4"/>
  5768.                 </itemgra>
  5769.                 <itemgra item_types="hiking_mountain_demanding" order="13-">
  5770.                     <polyline color="#8b4513" width="2"/>
  5771.                     <polyline color="#ffefb7" width="1" dash="8,4"/>
  5772.                 </itemgra>
  5773.                 <itemgra item_types="hiking_alpine" order="13-">
  5774.                     <polyline color="#8b4513" width="1" dash="10,4"/>
  5775.                 </itemgra>
  5776.                 <itemgra item_types="hiking_alpine_demanding" order="14-">
  5777.                     <polyline color="#8b4513" width="1" dash="12,4"/>
  5778.                 </itemgra>
  5779.                 <itemgra item_types="hiking_alpine_difficult" order="14-">
  5780.                     <polyline color="#8b4513" width="1" dash="14,4"/>
  5781.                 </itemgra>
  5782.             </layer>
  5783.             <layer name="Streets">
  5784.                 <itemgra item_types="poly_pedestrian,poly_plaza" order="0-">
  5785.                     <polygon color="#d2d2d2"/>
  5786.                 </itemgra>
  5787.                 <itemgra item_types="street_pedestrian,living_street" order="10">
  5788.                     <polyline color="#d2d2d2" width="3"/>
  5789.                     <polyline color="#dddddd" width="1"/>
  5790.                 </itemgra>
  5791.                 <itemgra item_types="street_pedestrian,living_street" order="11">
  5792.                     <polyline color="#d2d2d2" width="5"/>
  5793.                     <polyline color="#dddddd" width="3"/>
  5794.                 </itemgra>
  5795.                 <itemgra item_types="street_pedestrian,living_street" order="12">
  5796.                     <polyline color="#d2d2d2" width="8"/>
  5797.                     <polyline color="#dddddd" width="6"/>
  5798.                 </itemgra>
  5799.                 <itemgra item_types="street_pedestrian,living_street" order="13">
  5800.                     <polyline color="#d2d2d2" width="9"/>
  5801.                     <polyline color="#dddddd" width="7"/>
  5802.                 </itemgra>
  5803.                 <itemgra item_types="street_pedestrian,living_street" order="14">
  5804.                     <polyline color="#d2d2d2" width="13"/>
  5805.                     <polyline color="#dddddd" width="9"/>
  5806.                 </itemgra>
  5807.                 <itemgra item_types="street_pedestrian,living_street" order="15">
  5808.                     <polyline color="#d2d2d2" width="18"/>
  5809.                     <polyline color="#dddddd" width="14"/>
  5810.                 </itemgra>
  5811.                 <itemgra item_types="street_pedestrian,living_street" order="16">
  5812.                     <polyline color="#d2d2d2" width="21"/>
  5813.                     <polyline color="#dddddd" width="17"/>
  5814.                 </itemgra>
  5815.                 <itemgra item_types="street_pedestrian,living_street" order="17">
  5816.                     <polyline color="#d2d2d2" width="25"/>
  5817.                     <polyline color="#dddddd" width="21"/>
  5818.                 </itemgra>
  5819.                 <itemgra item_types="street_pedestrian,living_street" order="18">
  5820.                     <polyline color="#d2d2d2" width="40"/>
  5821.                     <polyline color="#dddddd" width="34"/>
  5822.                 </itemgra>
  5823.                 <itemgra item_types="street_service" order="9">
  5824.                     <polyline color="#d2d2d2" width="2"/>
  5825.                     <polyline color="#fefefe" width="1"/>
  5826.                 </itemgra>
  5827.                 <itemgra item_types="street_service" order="10">
  5828.                     <polyline color="#d2d2d2" width="3"/>
  5829.                     <polyline color="#fefefe" width="2"/>
  5830.                 </itemgra>
  5831.                 <itemgra item_types="street_service" order="11">
  5832.                     <polyline color="#d2d2d2" width="4"/>
  5833.                     <polyline color="#fefefe" width="2"/>
  5834.                 </itemgra>
  5835.                 <itemgra item_types="street_service" order="12">
  5836.                     <polyline color="#d2d2d2" width="5"/>
  5837.                     <polyline color="#fefefe" width="3"/>
  5838.                 </itemgra>
  5839.                 <itemgra item_types="street_service" order="13">
  5840.                     <polyline color="#d2d2d2" width="6"/>
  5841.                     <polyline color="#fefefe" width="4"/>
  5842.                 </itemgra>
  5843.                 <itemgra item_types="street_service" order="14">
  5844.                     <polyline color="#d2d2d2" width="7"/>
  5845.                     <polyline color="#fefefe" width="5"/>
  5846.                 </itemgra>
  5847.                 <itemgra item_types="street_service" order="15">
  5848.                     <polyline color="#d2d2d2" width="8"/>
  5849.                     <polyline color="#fefefe" width="6"/>
  5850.                 </itemgra>
  5851.                 <itemgra item_types="street_service" order="16">
  5852.                     <polyline color="#d2d2d2" width="9"/>
  5853.                     <polyline color="#fefefe" width="7"/>
  5854.                 </itemgra>
  5855.                 <itemgra item_types="street_service" order="17">
  5856.                     <polyline color="#d2d2d2" width="10"/>
  5857.                     <polyline color="#fefefe" width="8"/>
  5858.                 </itemgra>
  5859.                 <itemgra item_types="street_service" order="18">
  5860.                     <polyline color="#d2d2d2" width="11"/>
  5861.                     <polyline color="#fefefe" width="9"/>
  5862.                 </itemgra>
  5863.                 <itemgra item_types="street_parking_lane" order="12">
  5864.                     <polyline color="#d2d2d2" width="4"/>
  5865.                     <polyline color="#fefefe" width="2"/>
  5866.                 </itemgra>
  5867.                 <itemgra item_types="street_parking_lane" order="13">
  5868.                     <polyline color="#d2d2d2" width="4"/>
  5869.                     <polyline color="#fefefe" width="2"/>
  5870.                 </itemgra>
  5871.                 <itemgra item_types="street_parking_lane" order="14">
  5872.                     <polyline color="#d2d2d2" width="5"/>
  5873.                     <polyline color="#fefefe" width="3"/>
  5874.                 </itemgra>
  5875.                 <itemgra item_types="street_parking_lane" order="15">
  5876.                     <polyline color="#d2d2d2" width="6"/>
  5877.                     <polyline color="#fefefe" width="4"/>
  5878.                 </itemgra>
  5879.                 <itemgra item_types="street_parking_lane" order="16">
  5880.                     <polyline color="#d2d2d2" width="7"/>
  5881.                     <polyline color="#fefefe" width="5"/>
  5882.                 </itemgra>
  5883.                 <itemgra item_types="street_parking_lane" order="17">
  5884.                     <polyline color="#d2d2d2" width="8"/>
  5885.                     <polyline color="#fefefe" width="6"/>
  5886.                 </itemgra>
  5887.                 <itemgra item_types="street_parking_lane" order="18">
  5888.                     <polyline color="#d2d2d2" width="9"/>
  5889.                     <polyline color="#fefefe" width="7"/>
  5890.                 </itemgra>
  5891.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="8-10">
  5892.                     <polyline color="#d2d2d2" width="4"/>
  5893.                     <polyline color="#ffffff" width="2"/>
  5894.                 </itemgra>
  5895.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
  5896.                     <polyline color="#d2d2d2" width="6"/>
  5897.                     <polyline color="#ffffff" width="4"/>
  5898.                 </itemgra>
  5899.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
  5900.                     <polyline color="#d2d2d2" width="10"/>
  5901.                     <polyline color="#ffffff" width="8"/>
  5902.                 </itemgra>
  5903.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
  5904.                     <polyline color="#d2d2d2" width="12"/>
  5905.                     <polyline color="#ffffff" width="9"/>
  5906.                 </itemgra>
  5907.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
  5908.                     <polyline color="#d2d2d2" width="15"/>
  5909.                     <polyline color="#ffffff" width="13"/>
  5910.                 </itemgra>
  5911.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
  5912.                     <polyline color="#d2d2d2" width="17"/>
  5913.                     <polyline color="#ffffff" width="14"/>
  5914.                 </itemgra>
  5915.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
  5916.                     <polyline color="#d2d2d2" width="33"/>
  5917.                     <polyline color="#ffffff" width="26"/>
  5918.                 </itemgra>
  5919.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
  5920.                     <polyline color="#d2d2d2" width="69"/>
  5921.                     <polyline color="#ffffff" width="61"/>
  5922.                 </itemgra>
  5923.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
  5924.                     <polyline color="#d2d2d2" width="132"/>
  5925.                     <polyline color="#ffffff" width="126"/>
  5926.                 </itemgra>
  5927.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="7-8">
  5928.                     <polyline color="#c0c0c0" width="2"/>
  5929.                 </itemgra>
  5930.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="9">
  5931.                     <polyline color="#c0c0c0" width="3"/>
  5932.                     <polyline color="#ffff00" width="1"/>
  5933.                 </itemgra>
  5934.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="10">
  5935.                     <polyline color="#c0c0c0" width="4"/>
  5936.                     <polyline color="#ffff00" width="2"/>
  5937.                 </itemgra>
  5938.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="11">
  5939.                     <polyline color="#c0c0c0" width="5"/>
  5940.                     <polyline color="#ffff00" width="3"/>
  5941.                 </itemgra>
  5942.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="12">
  5943.                     <polyline color="#c0c0c0" width="7"/>
  5944.                     <polyline color="#ffff00" width="5"/>
  5945.                 </itemgra>
  5946.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="13">
  5947.                     <polyline color="#c0c0c0" width="11"/>
  5948.                     <polyline color="#ffff00" width="8"/>
  5949.                 </itemgra>
  5950.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="14">
  5951.                     <polyline color="#c0c0c0" width="14"/>
  5952.                     <polyline color="#ffff00" width="11"/>
  5953.                 </itemgra>
  5954.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="15">
  5955.                     <polyline color="#c0c0c0" width="19"/>
  5956.                     <polyline color="#ffff00" width="15"/>
  5957.                 </itemgra>
  5958.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="16">
  5959.                     <polyline color="#c0c0c0" width="30"/>
  5960.                     <polyline color="#ffff00" width="26"/>
  5961.                 </itemgra>
  5962.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="17">
  5963.                     <polyline color="#c0c0c0" width="63"/>
  5964.                     <polyline color="#ffff00" width="57"/>
  5965.                 </itemgra>
  5966.                 <itemgra item_types="street_2_city,street_2_land,ramp" order="18">
  5967.                     <polyline color="#c0c0c0" width="100"/>
  5968.                     <polyline color="#ffff00" width="90"/>
  5969.                 </itemgra>
  5970.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="7-8">
  5971.                     <polyline color="#a0a0a0" width="3"/>
  5972.                     <polyline color="#ffff00" width="1"/>
  5973.                 </itemgra>
  5974.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="9">
  5975.                     <polyline color="#a0a0a0" width="5"/>
  5976.                     <polyline color="#ffff00" width="3"/>
  5977.                 </itemgra>
  5978.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="10">
  5979.                     <polyline color="#a0a0a0" width="8"/>
  5980.                     <polyline color="#ffff00" width="6"/>
  5981.                 </itemgra>
  5982.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="11">
  5983.                     <polyline color="#a0a0a0" width="9"/>
  5984.                     <polyline color="#ffff00" width="7"/>
  5985.                 </itemgra>
  5986.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="12">
  5987.                     <polyline color="#a0a0a0" width="13"/>
  5988.                     <polyline color="#ffff00" width="9"/>
  5989.                 </itemgra>
  5990.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="13">
  5991.                     <polyline color="#a0a0a0" width="18"/>
  5992.                     <polyline color="#ffff00" width="14"/>
  5993.                 </itemgra>
  5994.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="14">
  5995.                     <polyline color="#a0a0a0" width="21"/>
  5996.                     <polyline color="#ffff00" width="17"/>
  5997.                 </itemgra>
  5998.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="15">
  5999.                     <polyline color="#a0a0a0" width="25"/>
  6000.                     <polyline color="#ffff00" width="21"/>
  6001.                 </itemgra>
  6002.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="16">
  6003.                     <polyline color="#a0a0a0" width="40"/>
  6004.                     <polyline color="#ffff00" width="34"/>
  6005.                 </itemgra>
  6006.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="17">
  6007.                     <polyline color="#a0a0a0" width="79"/>
  6008.                     <polyline color="#ffff00" width="73"/>
  6009.                 </itemgra>
  6010.                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="18">
  6011.                     <polyline color="#a0a0a0" width="156"/>
  6012.                     <polyline color="#ffff00" width="150"/>
  6013.                 </itemgra>
  6014.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6">
  6015.                     <polyline color="#404040" width="1"/>
  6016.                 </itemgra>
  6017.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8">
  6018.                     <polyline color="#404040" width="3"/>
  6019.                     <polyline color="#ff0000" width="1"/>
  6020.                 </itemgra>
  6021.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
  6022.                     <polyline color="#000000" width="5"/>
  6023.                     <polyline color="#ff0000" width="3"/>
  6024.                 </itemgra>
  6025.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
  6026.                     <polyline color="#000000" width="6"/>
  6027.                     <polyline color="#ff0000" width="4"/>
  6028.                 </itemgra>
  6029.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
  6030.                     <polyline color="#000000" width="9"/>
  6031.                     <polyline color="#ff0000" width="7"/>
  6032.                 </itemgra>
  6033.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
  6034.                     <polyline color="#000000" width="13"/>
  6035.                     <polyline color="#ff0000" width="9"/>
  6036.                 </itemgra>
  6037.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
  6038.                     <polyline color="#000000" width="18"/>
  6039.                     <polyline color="#ff0000" width="14"/>
  6040.                 </itemgra>
  6041.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
  6042.                     <polyline color="#000000" width="21"/>
  6043.                     <polyline color="#ff0000" width="17"/>
  6044.                 </itemgra>
  6045.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
  6046.                     <polyline color="#000000" width="24"/>
  6047.                     <polyline color="#ff0000" width="20"/>
  6048.                 </itemgra>
  6049.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
  6050.                     <polyline color="#000000" width="39"/>
  6051.                     <polyline color="#ff0000" width="33"/>
  6052.                 </itemgra>
  6053.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
  6054.                     <polyline color="#000000" width="78"/>
  6055.                     <polyline color="#ff0000" width="72"/>
  6056.                 </itemgra>
  6057.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
  6058.                     <polyline color="#000000" width="156"/>
  6059.                     <polyline color="#ff0000" width="150"/>
  6060.                 </itemgra>
  6061.                 <itemgra item_types="highway_city,highway_land" order="2">
  6062.                     <polyline color="#ff0000" width="1"/>
  6063.                 </itemgra>
  6064.                 <itemgra item_types="highway_city,highway_land" order="3-5">
  6065.                     <polyline color="#ff0000" width="3"/>
  6066.                     <polyline color="#ffff00" width="1"/>
  6067.                 </itemgra>
  6068.                 <itemgra item_types="highway_city,highway_land" order="6">
  6069.                     <polyline color="#ff0000" width="4"/>
  6070.                     <polyline color="#ffff00" width="2"/>
  6071.                 </itemgra>
  6072.                 <itemgra item_types="highway_city,highway_land" order="7-8">
  6073.                     <polyline color="#ff0000" width="7"/>
  6074.                     <polyline color="#ffff00" width="5"/>
  6075.                     <polyline color="#ff0000" width="1"/>
  6076.                 </itemgra>
  6077.                 <itemgra item_types="highway_city,highway_land" order="9-10">
  6078.                     <polyline color="#ff0000" width="9"/>
  6079.                     <polyline color="#ffff00" width="5"/>
  6080.                     <polyline color="#ff0000" width="1"/>
  6081.                 </itemgra>
  6082.                 <itemgra item_types="highway_city,highway_land" order="11">
  6083.                     <polyline color="#ff0000" width="13"/>
  6084.                     <polyline color="#ffff00" width="9"/>
  6085.                     <polyline color="#ff0000" width="1"/>
  6086.                 </itemgra>
  6087.                 <itemgra item_types="highway_city,highway_land" order="12">
  6088.                     <polyline color="#ff0000" width="15"/>
  6089.                     <polyline color="#ffff00" width="10"/>
  6090.                     <polyline color="#ff0000" width="1"/>
  6091.                 </itemgra>
  6092.                 <itemgra item_types="highway_city,highway_land" order="13">
  6093.                     <polyline color="#ff0000" width="25"/>
  6094.                     <polyline color="#ffff00" width="17"/>
  6095.                     <polyline color="#ff0000" width="1"/>
  6096.                 </itemgra>
  6097.                 <itemgra item_types="highway_city,highway_land" order="14">
  6098.                     <polyline color="#ff0000" width="31"/>
  6099.                     <polyline color="#ffff00" width="24"/>
  6100.                     <polyline color="#ff0000" width="1"/>
  6101.                 </itemgra>
  6102.                 <itemgra item_types="highway_city,highway_land" order="15">
  6103.                     <polyline color="#ff0000" width="33"/>
  6104.                     <polyline color="#ffff00" width="27"/>
  6105.                     <polyline color="#ff0000" width="1"/>
  6106.                 </itemgra>
  6107.                 <itemgra item_types="highway_city,highway_land" order="16">
  6108.                     <polyline color="#ff0000" width="65"/>
  6109.                     <polyline color="#ffff00" width="59"/>
  6110.                     <polyline color="#ff0000" width="1"/>
  6111.                 </itemgra>
  6112.                 <itemgra item_types="highway_city,highway_land" order="17">
  6113.                     <polyline color="#ff0000" width="133"/>
  6114.                     <polyline color="#ffff00" width="127"/>
  6115.                     <polyline color="#ff0000" width="1"/>
  6116.                 </itemgra>
  6117.                 <itemgra item_types="highway_city,highway_land" order="18">
  6118.                     <polyline color="#ff0000" width="264"/>
  6119.                     <polyline color="#ffff00" width="258"/>
  6120.                     <polyline color="#ff0000" width="1"/>
  6121.                 </itemgra>
  6122.             </layer>
  6123.             <layer name="Aerialways">
  6124.                 <itemgra item_types="aeroway_taxiway" order="10">
  6125.                     <polyline color="#989994" width="4"/>
  6126.                     <polyline color="#d3dbbc" width="2"/>
  6127.                 </itemgra>
  6128.                 <itemgra item_types="aeroway_taxiway" order="11">
  6129.                     <polyline color="#989994" width="6"/>
  6130.                     <polyline color="#d3dbbc" width="4"/>
  6131.                 </itemgra>
  6132.                 <itemgra item_types="aeroway_taxiway" order="12">
  6133.                     <polyline color="#989994" width="10"/>
  6134.                     <polyline color="#d3dbbc" width="8"/>
  6135.                 </itemgra>
  6136.                 <itemgra item_types="aeroway_taxiway" order="13">
  6137.                     <polyline color="#989994" width="12"/>
  6138.                     <polyline color="#d3dbbc" width="9"/>
  6139.                 </itemgra>
  6140.                 <itemgra item_types="aeroway_taxiway" order="14">
  6141.                     <polyline color="#989994" width="15"/>
  6142.                     <polyline color="#d3dbbc" width="13"/>
  6143.                 </itemgra>
  6144.                 <itemgra item_types="aeroway_taxiway" order="15">
  6145.                     <polyline color="#989994" width="17"/>
  6146.                     <polyline color="#d3dbbc" width="14"/>
  6147.                 </itemgra>
  6148.                 <itemgra item_types="aeroway_taxiway" order="16">
  6149.                     <polyline color="#989994" width="33"/>
  6150.                     <polyline color="#d3dbbc" width="26"/>
  6151.                 </itemgra>
  6152.                 <itemgra item_types="aeroway_taxiway" order="17">
  6153.                     <polyline color="#989994" width="69"/>
  6154.                     <polyline color="#d3dbbc" width="61"/>
  6155.                 </itemgra>
  6156.                 <itemgra item_types="aeroway_taxiway" order="18">
  6157.                     <polyline color="#989994" width="132"/>
  6158.                     <polyline color="#d3dbbc" width="126"/>
  6159.                 </itemgra>
  6160.                 <itemgra item_types="aeroway_runway" order="2-6">
  6161.                     <polyline color="#404040" width="1"/>
  6162.                 </itemgra>
  6163.                 <itemgra item_types="aeroway_runway" order="7-8">
  6164.                     <polyline color="#404040" width="3"/>
  6165.                     <polyline color="#d3dbbc" width="1"/>
  6166.                 </itemgra>
  6167.                 <itemgra item_types="aeroway_runway" order="9">
  6168.                     <polyline color="#6b6f5f" width="5"/>
  6169.                     <polyline color="#d3dbbc" width="3"/>
  6170.                 </itemgra>
  6171.                 <itemgra item_types="aeroway_runway" order="10">
  6172.                     <polyline color="#6b6f5f" width="6"/>
  6173.                     <polyline color="#d3dbbc" width="4"/>
  6174.                 </itemgra>
  6175.                 <itemgra item_types="aeroway_runway" order="11">
  6176.                     <polyline color="#6b6f5f" width="9"/>
  6177.                     <polyline color="#d3dbbc" width="7"/>
  6178.                 </itemgra>
  6179.                 <itemgra item_types="aeroway_runway" order="12">
  6180.                     <polyline color="#6b6f5f" width="13"/>
  6181.                     <polyline color="#d3dbbc" width="9"/>
  6182.                 </itemgra>
  6183.                 <itemgra item_types="aeroway_runway" order="13">
  6184.                     <polyline color="#6b6f5f" width="18"/>
  6185.                     <polyline color="#d3dbbc" width="14"/>
  6186.                 </itemgra>
  6187.                 <itemgra item_types="aeroway_runway" order="14">
  6188.                     <polyline color="#6b6f5f" width="21"/>
  6189.                     <polyline color="#d3dbbc" width="17"/>
  6190.                 </itemgra>
  6191.                 <itemgra item_types="aeroway_runway" order="15">
  6192.                     <polyline color="#6b6f5f" width="24"/>
  6193.                     <polyline color="#d3dbbc" width="20"/>
  6194.                 </itemgra>
  6195.                 <itemgra item_types="aeroway_runway" order="16">
  6196.                     <polyline color="#6b6f5f" width="39"/>
  6197.                     <polyline color="#d3dbbc" width="33"/>
  6198.                 </itemgra>
  6199.                 <itemgra item_types="aeroway_runway" order="17">
  6200.                     <polyline color="#6b6f5f" width="78"/>
  6201.                     <polyline color="#d3dbbc" width="72"/>
  6202.                 </itemgra>
  6203.                 <itemgra item_types="aeroway_runway" order="18">
  6204.                     <polyline color="#6b6f5f" width="156"/>
  6205.                     <polyline color="#d3dbbc" width="150"/>
  6206.                 </itemgra>
  6207.             </layer>
  6208.             <layer name="Railways">
  6209.                 <itemgra item_types="rail" order="6-9">
  6210.                     <polyline color="#696969" width="4"/>
  6211.                     <polyline color="#FFFFFF" dash="2,5" width="1"/>
  6212.                 </itemgra>
  6213.                 <itemgra item_types="rail_narrow_gauge" order="6-9">
  6214.                     <polyline color="#696969" width="4"/>
  6215.                     <polyline color="#FFFFFF" dash="2,5" width="1"/>
  6216.                 </itemgra>
  6217.                 <itemgra item_types="rail" order="10-13">
  6218.                     <polyline color="#696969" width="6"/>
  6219.                     <polyline color="#FFFFFF" dash="3,8" width="1"/>
  6220.                 </itemgra>
  6221.                 <itemgra item_types="rail_narrow_gauge" order="10-13">
  6222.                     <polyline color="#696969" width="6"/>
  6223.                     <polyline color="#FFFFFF" dash="3,8" width="1"/>
  6224.                 </itemgra>
  6225.                 <itemgra item_types="rail" order="14-18">
  6226.                     <polyline color="#696969" width="8"/>
  6227.                     <polyline color="#FFFFFF" dash="4,12" width="1"/>
  6228.                 </itemgra>
  6229.                 <itemgra item_types="rail_narrow_gauge" order="14-18">
  6230.                     <polyline color="#696969" width="8"/>
  6231.                     <polyline color="#FFFFFF" dash="4,12" width="1"/>
  6232.                 </itemgra>
  6233.                 <itemgra item_types="rail_light" order="10-13">
  6234.                     <polyline color="#696969" width="4"/>
  6235.                     <polyline color="#FFFFFF" dash="2,5" width="1"/>
  6236.                 </itemgra>
  6237.                 <itemgra item_types="rail_light" order="14-18">
  6238.                     <polyline color="#696969" width="6"/>
  6239.                     <polyline color="#FFFFFF" dash="4,8" width="1"/>
  6240.                 </itemgra>
  6241.                 <itemgra item_types="rail_subway" order="8-">
  6242.                     <polyline color="#696969" width="2"/>
  6243.                     <polyline color="#FFFFFF" dash="5,5" width="1"/>
  6244.                 </itemgra>
  6245.                 <itemgra item_types="rail_mono" order="10-">
  6246.                     <polyline color="#696969" width="2"/>
  6247.                 </itemgra>
  6248.                 <itemgra item_types="rail_tram,bus_guideway" order="10-">
  6249.                     <polyline color="#696969" width="2"/>
  6250.                 </itemgra>
  6251.                 <itemgra item_types="rail_preserved" order="10-">
  6252.                     <polyline color="#696969" width="1" dash="7"/>
  6253.                 </itemgra>
  6254.                 <itemgra item_types="rail_disused" order="12-">
  6255.                     <polyline color="#d3d3d3" width="1" dash="10"/>
  6256.                 </itemgra>
  6257.                 <itemgra item_types="rail_abandoned" order="12-">
  6258.                     <polyline color="#f5f5f5" width="1" dash="10"/>
  6259.                 </itemgra>
  6260.                 <itemgra item_types="lift_cable_car" order="10-">
  6261.                     <polyline color="#778899" width="5"/>
  6262.                     <polyline color="#ffefb7" dash="1,40" width="1"/>
  6263.                 </itemgra>
  6264.                 <itemgra item_types="lift_chair" order="10-">
  6265.                     <polyline color="#778899" width="5"/>
  6266.                     <polyline color="#ffefb7" dash="1,40" width="1"/>
  6267.                 </itemgra>
  6268.                 <itemgra item_types="lift_drag" order="10-">
  6269.                     <polyline color="#778899" width="5"/>
  6270.                     <polyline color="#ffefb7" dash="1,40" width="1"/>
  6271.                 </itemgra>
  6272.                 <itemgra item_types="ferry" order="5-">
  6273.                     <polyline color="#000000" width="3"/>
  6274.                     <polyline color="#ffefb7"  width="1" dash="5"/>
  6275.                 </itemgra>
  6276.                 <itemgra item_types="track" order="3-">
  6277.                     <polyline color="#3f3f3f" width="1"/>
  6278.                 </itemgra>
  6279.             </layer>
  6280.             <layer name="Internal">
  6281.                 <itemgra item_types="track" order="7-">
  6282.                     <polyline color="#3f3f3f" width="1"/>
  6283.                 </itemgra>
  6284.                 <itemgra item_types="track_tracked" order="7-">
  6285.                     <polyline color="#3f3fff" width="3"/>
  6286.                 </itemgra>
  6287.                 <itemgra item_types="rg_segment" order="12-">
  6288.                     <polyline color="#FF089C" width="1"/>
  6289.                     <arrows color="#FF089C" width="1"/>
  6290.                 </itemgra>
  6291.                 <itemgra item_types="rg_point" order="12-">
  6292.                     <circle color="#FF089C" radius="10" text_size="7"/>
  6293.                 </itemgra>
  6294.                 <itemgra item_types="nav_left_1" order="0-">
  6295.                     <icon src="nav_left_1_bk.svg" w="32" h="32"/>
  6296.                 </itemgra>
  6297.                 <itemgra item_types="nav_left_2" order="0-">
  6298.                     <icon src="nav_left_2_bk.svg" w="32" h="32"/>
  6299.                 </itemgra>
  6300.                 <itemgra item_types="nav_left_3" order="0-">
  6301.                     <icon src="nav_left_3_bk.svg" w="32" h="32"/>
  6302.                 </itemgra>
  6303.                 <itemgra item_types="nav_right_1" order="0-">
  6304.                     <icon src="nav_right_1_bk.svg" w="32" h="32"/>
  6305.                 </itemgra>
  6306.                 <itemgra item_types="nav_right_2" order="0-">
  6307.                     <icon src="nav_right_2_bk.svg" w="32" h="32"/>
  6308.                 </itemgra>
  6309.                 <itemgra item_types="nav_right_3" order="0-">
  6310.                     <icon src="nav_right_3_bk.svg" w="32" h="32"/>
  6311.                 </itemgra>
  6312.                 <itemgra item_types="nav_straight" order="0-">
  6313.                     <icon src="nav_straight_bk.svg" w="32" h="32"/>
  6314.                 </itemgra>
  6315.                 <itemgra item_types="nav_turnaround" order="0-">
  6316.                     <icon src="nav_turnaround_left_bk.svg" w="32" h="32"/>
  6317.                 </itemgra>
  6318.                 <itemgra item_types="nav_roundabout_l1" order="0-">
  6319.                     <icon src="nav_roundabout_l1_bk.svg" w="32" h="32"/>
  6320.                 </itemgra>
  6321.                 <itemgra item_types="nav_roundabout_r1" order="0-">
  6322.                     <icon src="nav_roundabout_r1_bk.svg" w="32" h="32"/>
  6323.                 </itemgra>
  6324.                 <itemgra item_types="nav_roundabout_l2" order="0-">
  6325.                     <icon src="nav_roundabout_l2_bk.svg" w="32" h="32"/>
  6326.                 </itemgra>
  6327.                 <itemgra item_types="nav_roundabout_r2" order="0-">
  6328.                     <icon src="nav_roundabout_r2_bk.svg" w="32" h="32"/>
  6329.                 </itemgra>
  6330.                 <itemgra item_types="nav_roundabout_l3" order="0-">
  6331.                     <icon src="nav_roundabout_l3_bk.svg" w="32" h="32"/>
  6332.                 </itemgra>
  6333.                 <itemgra item_types="nav_roundabout_r3" order="0-">
  6334.                     <icon src="nav_roundabout_r3_bk.svg" w="32" h="32"/>
  6335.                 </itemgra>
  6336.                 <itemgra item_types="nav_roundabout_l4" order="0-">
  6337.                     <icon src="nav_roundabout_l4_bk.svg" w="32" h="32"/>
  6338.                 </itemgra>
  6339.                 <itemgra item_types="nav_roundabout_r4" order="0-">
  6340.                     <icon src="nav_roundabout_r4_bk.svg" w="32" h="32"/>
  6341.                 </itemgra>
  6342.                 <itemgra item_types="nav_roundabout_l5" order="0-">
  6343.                     <icon src="nav_roundabout_l5_bk.svg" w="32" h="32"/>
  6344.                 </itemgra>
  6345.                 <itemgra item_types="nav_roundabout_r5" order="0-">
  6346.                     <icon src="nav_roundabout_r5_bk.svg" w="32" h="32"/>
  6347.                 </itemgra>
  6348.                 <itemgra item_types="nav_roundabout_l6" order="0-">
  6349.                     <icon src="nav_roundabout_l6_bk.svg" w="32" h="32"/>
  6350.                 </itemgra>
  6351.                 <itemgra item_types="nav_roundabout_r6" order="0-">
  6352.                     <icon src="nav_roundabout_r6_bk.svg" w="32" h="32"/>
  6353.                 </itemgra>
  6354.                 <itemgra item_types="nav_roundabout_l7" order="0-">
  6355.                     <icon src="nav_roundabout_l7_bk.svg" w="32" h="32"/>
  6356.                 </itemgra>
  6357.                 <itemgra item_types="nav_roundabout_r7" order="0-">
  6358.                     <icon src="nav_roundabout_r7_bk.svg" w="32" h="32"/>
  6359.                 </itemgra>
  6360.                 <itemgra item_types="nav_roundabout_l8" order="0-">
  6361.                     <icon src="nav_roundabout_l8_bk.svg" w="32" h="32"/>
  6362.                 </itemgra>
  6363.                 <itemgra item_types="nav_roundabout_r8" order="0-">
  6364.                     <icon src="nav_roundabout_r8_bk.svg" w="32" h="32"/>
  6365.                 </itemgra>
  6366.                 <itemgra item_types="route_end" order="0-">
  6367.                     <icon src="nav_destination_bk.svg" w="32" h="32" x="4" y="30"/>
  6368.                 </itemgra>
  6369.                
  6370.                 <itemgra item_types="waypoint,route_end" order="2">
  6371.                     <circle color="#000000" radius="4" width="2" text_size="24"/>
  6372.                 </itemgra>
  6373.                 <itemgra item_types="waypoint,route_end" order="3-5">
  6374.                     <circle color="#000000" radius="8" width="2" text_size="24"/>
  6375.                 </itemgra>
  6376.                 <itemgra item_types="waypoint,route_end" order="6">
  6377.                     <circle color="#000000" radius="10" width="2" text_size="24"/>
  6378.                 </itemgra>
  6379.                 <itemgra item_types="waypoint,route_end" order="7-8">
  6380.                     <circle color="#000000" radius="16" width="2" text_size="24"/>
  6381.                 </itemgra>
  6382.                 <itemgra item_types="waypoint,route_end" order="9-10">
  6383.                     <circle color="#000000" radius="20" width="4" text_size="32"/>
  6384.                 </itemgra>
  6385.                 <itemgra item_types="waypoint,route_end" order="11">
  6386.                     <circle color="#000000" radius="28" width="4" text_size="32"/>
  6387.                 </itemgra>
  6388.                 <itemgra item_types="waypoint,route_end" order="12">
  6389.                     <circle color="#000000" radius="32" width="4" text_size="32"/>
  6390.                 </itemgra>
  6391.                 <itemgra item_types="waypoint,route_end" order="13">
  6392.                     <circle color="#000000" radius="52" width="4" text_size="24"/>
  6393.                 </itemgra>
  6394.                 <itemgra item_types="waypoint,route_end" order="14">
  6395.                     <circle color="#000000" radius="64" width="4" text_size="24"/>
  6396.                 </itemgra>
  6397.                 <itemgra item_types="waypoint,route_end" order="15">
  6398.                     <circle color="#000000" radius="68" width="6" text_size="24"/>
  6399.                 </itemgra>
  6400.                 <itemgra item_types="waypoint,route_end" order="16">
  6401.                     <circle color="#000000" radius="132" width="8" text_size="32"/>
  6402.                 </itemgra>
  6403.                 <itemgra item_types="waypoint,route_end" order="17">
  6404.                     <circle color="#000000" radius="268" width="8" text_size="48"/>
  6405.                 </itemgra>
  6406.                 <itemgra item_types="waypoint,route_end" order="18">
  6407.                     <circle color="#000000" radius="530" width="8" text_size="48"/>
  6408.                 </itemgra>
  6409.                
  6410.                 <itemgra item_types="nav_none" order="0-">
  6411.                     <icon src="unknown.svg"/>
  6412.                 </itemgra>
  6413.                 <itemgra item_types="announcement" order="7-">
  6414.                     <icon src="gui_sound_32_32.png"/>
  6415.                     <circle color="#FF089C" radius="10" text_size="7"/>
  6416.                 </itemgra>
  6417.             </layer>           
  6418.             <layer name="Street Labels">
  6419.                 <itemgra item_types="highway_exit_label" order="10-">
  6420.                     <circle color="#000000" radius="3" text_size="12"/>
  6421.                 </itemgra>
  6422.                 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street" order="10-18">
  6423.                     <text text_size="8"/>
  6424.                 </itemgra>
  6425.                 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
  6426.                     <text text_size="9"/>
  6427.                 </itemgra>
  6428.                 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18">
  6429.                     <text text_size="9"/>
  6430.                 </itemgra>
  6431.                 <itemgra item_types="track,track_paved,track_gravelled,track_unpaved,track_ground,track_grass" order="12-18">
  6432.                     <text text_size="9"/>
  6433.                 </itemgra>
  6434.                 <itemgra item_types="bridleway,cycleway,footway,steps,path" order="12-18">
  6435.                     <text text_size="9"/>
  6436.                 </itemgra>
  6437.                 <itemgra item_types="hiking,hiking_mountain,hiking_mountain_demanding,hiking_alpine,hiking_alpine_demanding,hiking_alpine_difficult" order="12-18">
  6438.                     <text text_size="9"/>
  6439.                 </itemgra>
  6440.             </layer>
  6441.             <layer name="Unknown Elements">
  6442.                 <!-- This entry shows all unknown linear elements as blue lines -->
  6443.                 <!--
  6444.                 <itemgra item_types="street_unkn" order="0-">
  6445.                     <polyline color="#8080ff" width="3"/>
  6446.                 </itemgra>
  6447.                 -->
  6448.             </layer>
  6449.             <layer name="Place Labels">
  6450.                 <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-">
  6451.                     <circle color="#000000" radius="3" text_size="12"/>
  6452.                 </itemgra>
  6453.                 <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="9-">
  6454.                     <circle color="#000000" radius="3" text_size="12"/>
  6455.                 </itemgra>
  6456.                 <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3,place_label" order="9-">
  6457.                     <circle color="#000000" radius="3" text_size="12"/>
  6458.                 </itemgra>
  6459.                 <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="7-">
  6460.                     <circle color="#000000" radius="3" text_size="12"/>
  6461.                 </itemgra>
  6462.                 <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="7-">
  6463.                     <circle color="#000000" radius="3" text_size="12"/>
  6464.                 </itemgra>
  6465.                 <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="5-">
  6466.                     <circle color="#000000" radius="3" text_size="10"/>
  6467.                 </itemgra>
  6468.                 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="5-">
  6469.                     <circle color="#000000" radius="3" text_size="15"/>
  6470.                 </itemgra>
  6471.                 <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
  6472.                     <circle color="#000000" radius="3" text_size="15"/>
  6473.                 </itemgra>
  6474.                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="3-">
  6475.                     <circle color="#000000" radius="3" text_size="15"/>
  6476.                 </itemgra>
  6477.                 <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
  6478.                     <circle color="#000000" radius="3" text_size="15"/>
  6479.                 </itemgra>
  6480.             </layer>
  6481.  
  6482.             <xi:include xpointer="xpointer(/config/navit/layout[@name='Car']/layer[@name='POI Symbols'])"/>
  6483.             <!--<xi:include xpointer="xpointer(/config/navit/layout[@name='Car']/layer[@name='POI Labels'])"/> -->
  6484.  
  6485.             <!-- "Bicycle POIs" -->
  6486.             <layer name="Bicycle POI Symbols">
  6487.                 <itemgra item_types="poi_bicycle_parking" order="12-">
  6488.                     <icon src="bicycle_parking.png"/>
  6489.                 </itemgra>
  6490.                 <itemgra item_types="poi_bicycle_rental" order="11-">
  6491.                     <icon src="bicycle_rental.png"/>
  6492.                 </itemgra>
  6493.             </layer>
  6494.             <layer name="Bicycle POI Labels">
  6495.                 <itemgra item_types="poi_bicycle_parking,poi_bicycle_rental" order="14-">
  6496.                     <circle color="#606060" radius="0" width="0" text_size="10"/>
  6497.                 </itemgra>
  6498.             </layer>                   
  6499.             <layer name="Found items" ref="Found items"/>
  6500.         </layout>
  6501.  
  6502.         <layout name="T@H" font="Liberation Sans">
  6503.  
  6504.             <cursor w="26" h="26">
  6505.                 <itemgra>
  6506.                     <circle color="#0000ff" radius="24" width="2">
  6507.                         <coord x="0" y="0"/>
  6508.                     </circle>
  6509.                 </itemgra>
  6510.                 <itemgra speed_range="-2">
  6511.                     <polyline color="#0000ff" width="2">
  6512.                         <coord x="0" y="0"/>
  6513.                         <coord x="0" y="0"/>
  6514.                     </polyline>
  6515.                 </itemgra>
  6516.                 <itemgra speed_range="3-">
  6517.                     <polyline color="#0000ff" width="2">
  6518.                         <coord x="-7" y="-10"/>
  6519.                         <coord x="0" y="12"/>
  6520.                         <coord x="7" y="-10"/>
  6521.                     </polyline>
  6522.                 </itemgra>
  6523.             </cursor>
  6524.  
  6525.             <layer name="sea" details="0">
  6526.                 <!-- landuse=forest -->
  6527.                 <itemgra item_types="poly_wood" order="0-">
  6528.                     <polygon color="#72bf81"/>
  6529.                 </itemgra>
  6530.                 <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-">
  6531.                     <polygon color="#a0a0a0"/>
  6532.                     <text text_size="5"/>
  6533.                 </itemgra>
  6534.                 <!-- landuse=residential -->
  6535.                 <itemgra item_types="poly_town" order="0-">
  6536.                     <polygon color="#f2f2f2"/>
  6537.                 </itemgra>
  6538.                 <!-- natural=water -->
  6539.                 <itemgra item_types="poly_water" order="0-">
  6540.                     <polygon color="#b5d6f1"/>
  6541.                     <polyline color="#b5d6f1"/>
  6542.                     <text text_size="8"/>
  6543.                 </itemgra>
  6544.                 <!-- leisure=park -->
  6545.                 <itemgra item_types="poly_park" order="0-">
  6546.                     <polygon color="#c7f1a3"/>
  6547.                     <polyline color="#79c691"/>
  6548.                     <text text_size="5"/>
  6549.                 </itemgra>
  6550.                 <itemgra item_types="poly_airport" order="0-">
  6551.                     <polygon color="#a0a0a0"/>
  6552.                 </itemgra>
  6553.                 <itemgra item_types="poly_sport" order="0-">
  6554.                     <polygon color="#4af04f"/>
  6555.                 </itemgra>
  6556.                 <!-- landuse=industrial -->
  6557.                 <itemgra item_types="poly_industry,poly_building,poly_place" order="0-">
  6558.                     <polygon color="#ecd8ff"/>
  6559.                 </itemgra>
  6560.                 <!-- waterway=stream -->
  6561.                 <itemgra item_types="water_line" order="0-4">
  6562.                     <polyline color="#b5d6f1" width="1"/>
  6563.                     <text text_size="8"/>
  6564.                 </itemgra>
  6565.                 <!-- railway=subway -->
  6566.                 <itemgra item_types="rail" order="6">
  6567.                     <polyline color="#aaaaaa" width="1"/>
  6568.                 </itemgra>
  6569.                 <itemgra item_types="rail" order="7-8">
  6570.                     <polyline color="#aaaaaa" width="2"/>
  6571.                 </itemgra>
  6572.                 <itemgra item_types="rail" order="9-">
  6573.                     <polyline color="#aaaaaa" width="6"/>
  6574.                 </itemgra>
  6575.                 <itemgra item_types="ferry" order="5-">
  6576.                     <polyline color="#000000" width="1"/>
  6577.                 </itemgra>
  6578.                 <itemgra item_types="border_country" order="0-">
  6579.                     <polyline color="#b8434e" width="1"/>
  6580.                 </itemgra>
  6581.                 <itemgra item_types="border_state" order="0-">
  6582.                     <polyline color="#808080" width="1"/>
  6583.                 </itemgra>
  6584.                 <itemgra item_types="height_line_1" order="0-">
  6585.                     <polyline color="#000000" width="1"/>
  6586.                 </itemgra>
  6587.                 <itemgra item_types="height_line_2" order="0-">
  6588.                     <polyline color="#000000" width="2"/>
  6589.                 </itemgra>
  6590.                 <!-- routing -->
  6591.                 <itemgra item_types="street_route" order="2">
  6592.                     <polyline color="#0000a0" width="4"/>
  6593.                 </itemgra>
  6594.                 <itemgra item_types="street_route" order="3-5">
  6595.                     <polyline color="#0000a0" width="8"/>
  6596.                 </itemgra>
  6597.                 <itemgra item_types="street_route" order="6">
  6598.                     <polyline color="#0000a0" width="10"/>
  6599.                 </itemgra>
  6600.                 <itemgra item_types="street_route" order="7-8">
  6601.                     <polyline color="#0000a0" width="16"/>
  6602.                 </itemgra>
  6603.                 <itemgra item_types="street_route" order="9-10">
  6604.                     <polyline color="#0000a0" width="20"/>
  6605.                 </itemgra>
  6606.                 <itemgra item_types="street_route" order="11">
  6607.                     <polyline color="#0000a0" width="28"/>
  6608.                 </itemgra>
  6609.                 <itemgra item_types="street_route" order="12">
  6610.                     <polyline color="#0000a0" width="32"/>
  6611.                 </itemgra>
  6612.                 <itemgra item_types="street_route" order="13">
  6613.                     <polyline color="#0000a0" width="52"/>
  6614.                 </itemgra>
  6615.                 <itemgra item_types="street_route" order="14">
  6616.                     <polyline color="#0000a0" width="64"/>
  6617.                 </itemgra>
  6618.                 <itemgra item_types="street_route" order="15">
  6619.                     <polyline color="#0000a0" width="68"/>
  6620.                 </itemgra>
  6621.                 <itemgra item_types="street_route" order="16">
  6622.                     <polyline color="#0000a0" width="132"/>
  6623.                 </itemgra>
  6624.                 <itemgra item_types="street_route" order="17">
  6625.                     <polyline color="#0000a0" width="268"/>
  6626.                 </itemgra>
  6627.                 <itemgra item_types="street_route" order="18">
  6628.                     <polyline color="#0000a0" width="530"/>
  6629.                 </itemgra>
  6630.                 <!-- highway=service,footway, ,... -->
  6631.                 <itemgra item_types="street_pedestrian,living_street" order="10">
  6632.                     <polyline color="#d2d2d2" width="3"/>
  6633.                     <polyline color="#dddddd" width="1"/>
  6634.                 </itemgra>
  6635.                 <itemgra item_types="street_pedestrian,living_street" order="11">
  6636.                     <polyline color="#d2d2d2" width="5"/>
  6637.                     <polyline color="#dddddd" width="3"/>
  6638.                 </itemgra>
  6639.                 <itemgra item_types="street_pedestrian,living_street" order="12">
  6640.                     <polyline color="#d2d2d2" width="8"/>
  6641.                     <polyline color="#dddddd" width="6"/>
  6642.                 </itemgra>
  6643.                 <itemgra item_types="street_pedestrian,living_street" order="13">
  6644.                     <polyline color="#d2d2d2" width="9"/>
  6645.                     <polyline color="#dddddd" width="7"/>
  6646.                 </itemgra>
  6647.                 <itemgra item_types="street_pedestrian,living_street" order="14">
  6648.                     <polyline color="#d2d2d2" width="13"/>
  6649.                     <polyline color="#dddddd" width="9"/>
  6650.                 </itemgra>
  6651.                 <itemgra item_types="street_pedestrian,living_street" order="15">
  6652.                     <polyline color="#d2d2d2" width="18"/>
  6653.                     <polyline color="#dddddd" width="14"/>
  6654.                 </itemgra>
  6655.                 <itemgra item_types="street_pedestrian,living_street" order="16">
  6656.                     <polyline color="#d2d2d2" width="21"/>
  6657.                     <polyline color="#dddddd" width="17"/>
  6658.                 </itemgra>
  6659.                 <itemgra item_types="street_pedestrian,living_street" order="17">
  6660.                     <polyline color="#d2d2d2" width="25"/>
  6661.                     <polyline color="#dddddd" width="21"/>
  6662.                 </itemgra>
  6663.                 <itemgra item_types="street_pedestrian,living_street" order="18">
  6664.                     <polyline color="#d2d2d2" width="40"/>
  6665.                     <polyline color="#dddddd" width="34"/>
  6666.                 </itemgra>
  6667.                 <itemgra item_types="street_nopass" order="10">
  6668.                     <polyline color="#efeaa0" width="1"/>
  6669.                 </itemgra>
  6670.                 <itemgra item_types="street_nopass" order="11-12">
  6671.                     <polyline color="#efeaa0" width="2"/>
  6672.                 </itemgra>
  6673.                 <itemgra item_types="street_nopass" order="13-">
  6674.                     <polyline color="#efeaa0" width="4"/>
  6675.                 </itemgra>
  6676.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="10">
  6677.                     <polyline color="#d2d2d2" width="4"/>
  6678.                     <polyline color="#ffffff" width="2"/>
  6679.                 </itemgra>
  6680.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
  6681.                     <polyline color="#d2d2d2" width="6"/>
  6682.                     <polyline color="#ffffff" width="4"/>
  6683.                 </itemgra>
  6684.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
  6685.                     <polyline color="#d2d2d2" width="10"/>
  6686.                     <polyline color="#ffffff" width="8"/>
  6687.                 </itemgra>
  6688.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
  6689.                     <polyline color="#d2d2d2" width="12"/>
  6690.                     <polyline color="#ffffff" width="9"/>
  6691.                 </itemgra>
  6692.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
  6693.                     <polyline color="#d2d2d2" width="15"/>
  6694.                     <polyline color="#ffffff" width="13"/>
  6695.                 </itemgra>
  6696.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
  6697.                     <polyline color="#d2d2d2" width="17"/>
  6698.                     <polyline color="#ffffff" width="14"/>
  6699.                 </itemgra>
  6700.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
  6701.                     <polyline color="#d2d2d2" width="33"/>
  6702.                     <polyline color="#ffffff" width="26"/>
  6703.                 </itemgra>
  6704.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
  6705.                     <polyline color="#d2d2d2" width="69"/>
  6706.                     <polyline color="#ffffff" width="61"/>
  6707.                 </itemgra>
  6708.                 <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
  6709.                     <polyline color="#d2d2d2" width="132"/>
  6710.                     <polyline color="#ffffff" width="126"/>
  6711.                 </itemgra>
  6712.                 <!-- highway=tertiary -->
  6713.                 <itemgra item_types="street_2_city,street_2_land" order="7-8">
  6714.                     <polyline color="#c4c4c4" width="2"/>
  6715.                 </itemgra>
  6716.                 <itemgra item_types="street_2_city,street_2_land" order="9">
  6717.                     <polyline color="#c4c4c4" width="4"/>
  6718.                     <polyline color="#f7f496" width="2"/>
  6719.                 </itemgra>
  6720.                 <itemgra item_types="street_2_city,street_2_land" order="10">
  6721.                     <polyline color="#c4c4c4" width="6"/>
  6722.                     <polyline color="#f7f496" width="4"/>
  6723.                 </itemgra>
  6724.                 <itemgra item_types="street_2_city,street_2_land" order="11">
  6725.                     <polyline color="#c4c4c4" width="8"/>
  6726.                     <polyline color="#f7f496" width="6"/>
  6727.                 </itemgra>
  6728.                 <itemgra item_types="street_2_city,street_2_land" order="12">
  6729.                     <polyline color="#c4c4c4" width="12"/>
  6730.                     <polyline color="#f7f496" width="9"/>
  6731.                 </itemgra>
  6732.                 <itemgra item_types="street_2_city,street_2_land" order="13">
  6733.                     <polyline color="#c4c4c4" width="15"/>
  6734.                     <polyline color="#f7f496" width="11"/>
  6735.                 </itemgra>
  6736.                 <itemgra item_types="street_2_city,street_2_land" order="14">
  6737.                     <polyline color="#c4c4c4" width="18"/>
  6738.                     <polyline color="#f7f496" width="14"/>
  6739.                 </itemgra>
  6740.                 <itemgra item_types="street_2_city,street_2_land" order="15">
  6741.                     <polyline color="#c4c4c4" width="21"/>
  6742.                     <polyline color="#f7f496" width="17"/>
  6743.                 </itemgra>
  6744.                 <itemgra item_types="street_2_city,street_2_land" order="16">
  6745.                     <polyline color="#c4c4c4" width="35"/>
  6746.                     <polyline color="#f7f496" width="30"/>
  6747.                 </itemgra>
  6748.                 <itemgra item_types="street_2_city,street_2_land" order="17">
  6749.                     <polyline color="#c4c4c4" width="73"/>
  6750.                     <polyline color="#f7f496" width="67"/>
  6751.                 </itemgra>
  6752.                 <itemgra item_types="street_2_city,street_2_land" order="18">
  6753.                     <polyline color="#c4c4c4" width="144"/>
  6754.                     <polyline color="#f7f496" width="138"/>
  6755.                 </itemgra>
  6756.                 <!-- highway=secondary -->
  6757.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="7">
  6758.                     <polyline color="#fdbf6f" width="1"/>
  6759.                 </itemgra>
  6760.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="8">
  6761.                     <polyline color="#000000" width="2"/>
  6762.                     <polyline color="#fdbf6f" width="1"/>
  6763.                 </itemgra>
  6764.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="9">
  6765.                     <polyline color="#000000" width="5"/>
  6766.                     <polyline color="#fdbf6f" width="3"/>
  6767.                 </itemgra>
  6768.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="10">
  6769.                     <polyline color="#000000" width="8"/>
  6770.                     <polyline color="#fdbf6f" width="6"/>
  6771.                 </itemgra>
  6772.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="11">
  6773.                     <polyline color="#000000" width="9"/>
  6774.                     <polyline color="#fdbf6f" width="7"/>
  6775.                 </itemgra>
  6776.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="12">
  6777.                     <polyline color="#000000" width="11"/>
  6778.                     <polyline color="#fdbf6f" width="9"/>
  6779.                 </itemgra>
  6780.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="13">
  6781.                     <polyline color="#000000" width="16"/>
  6782.                     <polyline color="#fdbf6f" width="14"/>
  6783.                 </itemgra>
  6784.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="14">
  6785.                     <polyline color="#000000" width="19"/>
  6786.                     <polyline color="#fdbf6f" width="17"/>
  6787.                 </itemgra>
  6788.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="15">
  6789.                     <polyline color="#000000" width="23"/>
  6790.                     <polyline color="#fdbf6f" width="21"/>
  6791.                 </itemgra>
  6792.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="16">
  6793.                     <polyline color="#000000" width="36"/>
  6794.                     <polyline color="#fdbf6f" width="34"/>
  6795.                 </itemgra>
  6796.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="17">
  6797.                     <polyline color="#000000" width="75"/>
  6798.                     <polyline color="#fdbf6f" width="73"/>
  6799.                 </itemgra>
  6800.                 <itemgra item_types="street_3_city,street_3_land,ramp" order="18">
  6801.                     <polyline color="#000000" width="152"/>
  6802.                     <polyline color="#fdbf6f" width="150"/>
  6803.                 </itemgra>
  6804.                 <!-- highway=primary -->
  6805.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6">
  6806.                     <polyline color="#e46d71" width="1"/>
  6807.                 </itemgra>
  6808.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8">
  6809.                     <polyline color="#e46d71" width="3"/>
  6810.                     <polyline color="#e46d71" width="1"/>
  6811.                 </itemgra>
  6812.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
  6813.                     <polyline color="#e46d71" width="5"/>
  6814.                     <polyline color="#e46d71" width="3"/>
  6815.                 </itemgra>
  6816.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
  6817.                     <polyline color="#e46d71" width="6"/>
  6818.                     <polyline color="#e46d71" width="4"/>
  6819.                 </itemgra>
  6820.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
  6821.                     <polyline color="#e46d71" width="9"/>
  6822.                     <polyline color="#e46d71" width="7"/>
  6823.                 </itemgra>
  6824.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
  6825.                     <polyline color="#e46d71" width="13"/>
  6826.                     <polyline color="#e46d71" width="9"/>
  6827.                 </itemgra>
  6828.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
  6829.                     <polyline color="#e46d71" width="18"/>
  6830.                     <polyline color="#e46d71" width="14"/>
  6831.                 </itemgra>
  6832.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
  6833.                     <polyline color="#e46d71" width="21"/>
  6834.                     <polyline color="#e46d71" width="17"/>
  6835.                 </itemgra>
  6836.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
  6837.                     <polyline color="#e46d71" width="24"/>
  6838.                     <polyline color="#e46d71" width="20"/>
  6839.                 </itemgra>
  6840.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
  6841.                     <polyline color="#e46d71" width="39"/>
  6842.                     <polyline color="#e46d71" width="33"/>
  6843.                 </itemgra>
  6844.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
  6845.                     <polyline color="#e46d71" width="78"/>
  6846.                     <polyline color="#e46d71" width="72"/>
  6847.                 </itemgra>
  6848.                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
  6849.                     <polyline color="#e46d71" width="156"/>
  6850.                     <polyline color="#e46d71" width="150"/>
  6851.                 </itemgra>
  6852.                 <!-- highway=motorway -->
  6853.                 <itemgra item_types="highway_city,highway_land" order="2">
  6854.                     <polyline color="#809bc0" width="1"/>
  6855.                 </itemgra>
  6856.                 <itemgra item_types="highway_city,highway_land" order="3-5">
  6857.                     <polyline color="#87908a" width="3"/>
  6858.                     <polyline color="#809bc0" width="1"/>
  6859.                 </itemgra>
  6860.                 <itemgra item_types="highway_city,highway_land" order="6">
  6861.                     <polyline color="#87908a" width="4"/>
  6862.                     <polyline color="#809bc0" width="2"/>
  6863.                 </itemgra>
  6864.                 <itemgra item_types="highway_city,highway_land" order="7-8">
  6865.                     <polyline color="#87908a" width="7"/>
  6866.                     <polyline color="#809bc0" width="5"/>
  6867.                     <polyline color="#809bc0" width="1"/>
  6868.                 </itemgra>
  6869.                 <itemgra item_types="highway_city,highway_land" order="9-10">
  6870.                     <polyline color="#87908a" width="9"/>
  6871.                     <polyline color="#809bc0" width="5"/>
  6872.                     <polyline color="#809bc0" width="1"/>
  6873.                 </itemgra>
  6874.                 <itemgra item_types="highway_city,highway_land" order="11">
  6875.                     <polyline color="#87908a" width="13"/>
  6876.                     <polyline color="#809bc0" width="9"/>
  6877.                     <polyline color="#809bc0" width="1"/>
  6878.                 </itemgra>
  6879.                 <itemgra item_types="highway_city,highway_land" order="12">
  6880.                     <polyline color="#87908a" width="15"/>
  6881.                     <polyline color="#809bc0" width="10"/>
  6882.                     <polyline color="#809bc0" width="1"/>
  6883.                 </itemgra>
  6884.                 <itemgra item_types="highway_city,highway_land" order="13">
  6885.                     <polyline color="#87908a" width="25"/>
  6886.                     <polyline color="#809bc0" width="17"/>
  6887.                     <polyline color="#809bc0" width="1"/>
  6888.                 </itemgra>
  6889.                 <itemgra item_types="highway_city,highway_land" order="14">
  6890.                     <polyline color="#87908a" width="31"/>
  6891.                     <polyline color="#809bc0" width="24"/>
  6892.                     <polyline color="#809bc0" width="1"/>
  6893.                 </itemgra>
  6894.                 <itemgra item_types="highway_city,highway_land" order="15">
  6895.                     <polyline color="#87908a" width="33"/>
  6896.                     <polyline color="#809bc0" width="27"/>
  6897.                     <polyline color="#809bc0" width="1"/>
  6898.                 </itemgra>
  6899.                 <itemgra item_types="highway_city,highway_land" order="16">
  6900.                     <polyline color="#87908a" width="65"/>
  6901.                     <polyline color="#809bc0" width="59"/>
  6902.                     <polyline color="#809bc0" width="1"/>
  6903.                 </itemgra>
  6904.                 <itemgra item_types="highway_city,highway_land" order="17">
  6905.                     <polyline color="#87908a" width="133"/>
  6906.                     <polyline color="#809bc0" width="127"/>
  6907.                     <polyline color="#809bc0" width="1"/>
  6908.                 </itemgra>
  6909.                 <itemgra item_types="highway_city,highway_land" order="18">
  6910.                     <polyline color="#87908a" width="264"/>
  6911.                     <polyline color="#809bc0" width="258"/>
  6912.                     <polyline color="#809bc0" width="1"/>
  6913.                 </itemgra>
  6914.                 <itemgra item_types="highway_exit_label" order="10-">
  6915.                     <circle color="#000000" radius="3" text_size="7"/>
  6916.                 </itemgra>
  6917.                 <!-- highway=primary (font)-->
  6918.                 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes,living_street" order="10-18">
  6919.                     <text text_size="9"/>
  6920.                 </itemgra>
  6921.                 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
  6922.                     <text text_size="9"/>
  6923.                 </itemgra>
  6924.                 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land,footway" order="12-18">
  6925.                     <text text_size="9"/>
  6926.                 </itemgra>
  6927.                 <!-- place=suburb -->
  6928.                 <itemgra item_types="town_label,district_label,town_label_0e0,town_label_1e0,town_label_2e0,town_label_5e0,town_label_1e1,town_label_2e1,town_label_5e1,town_label_1e2,town_label_2e2,town_label_5e2,district_label_0e0,district_label_1e0,district_label_2e0,district_label_5e0,district_label_1e1,district_label_2e1,district_label_5e1,district_label_1e2,district_label_2e2,district_label_5e2" order="9-">
  6929.                     <circle color="#000000" radius="3" text_size="9"/>
  6930.                 </itemgra>
  6931.                 <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="11-">
  6932.                     <circle color="#000000" radius="3" text_size="7"/>
  6933.                 </itemgra>
  6934.                 <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3,place_label" order="10-">
  6935.                     <circle color="#000000" radius="3" text_size="7"/>
  6936.                 </itemgra>
  6937.                 <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
  6938.                     <circle color="#000000" radius="3" text_size="7"/>
  6939.                 </itemgra>
  6940.                 <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="8-">
  6941.                     <circle color="#000000" radius="3" text_size="7"/>
  6942.                 </itemgra>
  6943.                 <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="6-">
  6944.                     <circle color="#000000" radius="3" text_size="10"/>
  6945.                 </itemgra>
  6946.                 <!-- place=city -->
  6947.                 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="4-">
  6948.                     <circle color="#000000" radius="3" text_size="15"/>
  6949.                 </itemgra>
  6950.                 <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
  6951.                     <circle color="#000000" radius="3" text_size="15"/>
  6952.                 </itemgra>
  6953.                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="2-">
  6954.                     <circle color="#000000" radius="3" text_size="15"/>
  6955.                 </itemgra>
  6956.                 <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
  6957.                     <circle color="#000000" radius="3" text_size="15"/>
  6958.                 </itemgra>
  6959.                 <itemgra item_types="rg_point" order="0-">
  6960.                     <circle color="#FF089C" radius="10"/>
  6961.                 </itemgra>
  6962.                
  6963.                 <itemgra item_types="waypoint,route_end" order="2">
  6964.                     <circle color="#008080" radius="4" width="2" text_size="24"/>
  6965.                 </itemgra>
  6966.                 <itemgra item_types="waypoint,route_end" order="3-5">
  6967.                     <circle color="#008080" radius="8" width="2" text_size="24"/>
  6968.                 </itemgra>
  6969.                 <itemgra item_types="waypoint,route_end" order="6">
  6970.                     <circle color="#008080" radius="10" width="2" text_size="24"/>
  6971.                 </itemgra>
  6972.                 <itemgra item_types="waypoint,route_end" order="7-8">
  6973.                     <circle color="#008080" radius="16" width="2" text_size="24"/>
  6974.                 </itemgra>
  6975.                 <itemgra item_types="waypoint,route_end" order="9-10">
  6976.                     <circle color="#008080" radius="20" width="4" text_size="32"/>
  6977.                 </itemgra>
  6978.                 <itemgra item_types="waypoint,route_end" order="11">
  6979.                     <circle color="#008080" radius="28" width="4" text_size="32"/>
  6980.                 </itemgra>
  6981.                 <itemgra item_types="waypoint,route_end" order="12">
  6982.                     <circle color="#008080" radius="32" width="4" text_size="32"/>
  6983.                 </itemgra>
  6984.                 <itemgra item_types="waypoint,route_end" order="13">
  6985.                     <circle color="#008080" radius="52" width="4" text_size="24"/>
  6986.                 </itemgra>
  6987.                 <itemgra item_types="waypoint,route_end" order="14">
  6988.                     <circle color="#008080" radius="64" width="4" text_size="24"/>
  6989.                 </itemgra>
  6990.                 <itemgra item_types="waypoint,route_end" order="15">
  6991.                     <circle color="#008080" radius="68" width="6" text_size="24"/>
  6992.                 </itemgra>
  6993.                 <itemgra item_types="waypoint,route_end" order="16">
  6994.                     <circle color="#008080" radius="132" width="8" text_size="32"/>
  6995.                 </itemgra>
  6996.                 <itemgra item_types="waypoint,route_end" order="17">
  6997.                     <circle color="#008080" radius="268" width="8" text_size="48"/>
  6998.                 </itemgra>
  6999.                 <itemgra item_types="waypoint,route_end" order="18">
  7000.                     <circle color="#008080" radius="530" width="8" text_size="48"/>
  7001.                 </itemgra>
  7002.                
  7003.                 <!-- !!!!...POIs...!!!! -->
  7004.                 <!-- amenity=bank -->
  7005.                 <itemgra item_types="poi_bank" order="14-">
  7006.                     <icon src="bank.png"/>
  7007.                     <circle color="#000000" radius="3" text_size="7"/>
  7008.                 </itemgra>
  7009.                 <itemgra item_types="poi_atm" order="12-">
  7010.                     <icon src="atm.png"/>
  7011.                 </itemgra>
  7012.                 <!-- amenity=fuel -->
  7013.                 <itemgra item_types="poi_fuel" order="14-">
  7014.                     <icon src="fuel.png"/>
  7015.                     <circle color="#000000" radius="3" text_size="7"/>
  7016.                 </itemgra>
  7017.                 <!-- amenity=hospitalg -->
  7018.                 <itemgra item_types="poi_hospital" order="14-">
  7019.                     <icon src="hospital.png"/>
  7020.                     <circle color="#000000" radius="3" text_size="7"/>
  7021.                 </itemgra>
  7022.                 <!-- amenity=parking -->
  7023.                 <itemgra item_types="poi_car_parking" order="14-">
  7024.                     <icon src="parking.png"/>
  7025.                 </itemgra>
  7026.                 <!-- amenity=police -->
  7027.                 <itemgra item_types="poi_police" order="14-">
  7028.                     <icon src="police.png"/>
  7029.                     <circle color="#000000" radius="3" text_size="7"/>
  7030.                 </itemgra>
  7031.                 <!-- amenity=restaurant -->
  7032.                 <itemgra item_types="poi_restaurant" order="14-">
  7033.                     <icon src="restaurant.png"/>
  7034.                     <circle color="#000000" radius="3" text_size="7"/>
  7035.                 </itemgra>
  7036.                 <!-- leisure=golf_curse -->
  7037.                 <itemgra item_types="poi_golf" order="14-">
  7038.                     <icon src="golf.png"/>
  7039.                     <circle color="#000000" radius="3" text_size="7"/>
  7040.                 </itemgra>
  7041.                 <!-- tourism=hotel -->
  7042.                 <itemgra item_types="poi_hotel" order="14-">
  7043.                     <icon src="hotel.png"/>
  7044.                     <circle color="#000000" radius="3" text_size="7"/>
  7045.                 </itemgra>
  7046.             </layer>
  7047.             <layer name="Found items" ref="Found items"/>
  7048.         </layout>
  7049.         <layout name="Route">
  7050.             <layer name="streets">
  7051.                 <itemgra item_types="street_route_occluded" order="0-">
  7052.                     <polyline color="#0000a0" width="20"/>
  7053.                 </itemgra>
  7054.             </layer>
  7055.         </layout>
  7056.     </navit>
  7057. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement