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