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