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