Fix:Android:Correct surface handling
[navit-package] / 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. For cegui, use opengl -->
33                 <graphics type="gtk_drawing_area"/>
34                 <!-- The following line let you select which graphical user interface you'd like to use.
35                          Options include internal (optimized for touch screen devices), gtk (useful for desktop computers) and cegui.
36                  If you don't like the internal gui, set enabled=yes for the following tag and enabled=no for the gui internal tag -->
37                 <gui type="gtk" enabled="no" menubar="1" toolbar="1" statusbar="1"/>
38         <!--
39                          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.
40                          Here's an example for a freerunner: -->
41                 <!-- <gui type="internal" font_size="350" icon_xs="32" icon_s="96" icon_l="96"/> -->
42
43                 <gui type="internal" enabled="yes"><![CDATA[
44                         <html>
45                                 <a name='Main Menu'><text>Main menu</text>
46                                         <a href='#Actions'><img src='gui_actions'>Actions</img></a>
47                                         <img cond='flags&amp;2' src='gui_map' onclick='back_to_map()'><text>Show
48 Map</text></img>
49                                         <a href='#Settings'><img src='gui_settings'><text>Settings</text></img></a>
50                                 <a href='#Tools'><img src='gui_tools'><text>Tools</text></img></a>
51                                 <a href='#Route'><img src='gui_settings'><text>Route</text></img></a>
52                                 </a>
53                         <a name='Actions'><text>Actions</text>
54                                 <img src='gui_bookmark' onclick='bookmarks()'><text>Bookmarks</text></img>
55                                 <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>
56                                 <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>
57                                 <img src='gui_town' onclick='town()'><text>Town</text></img>
58                                 <img src='gui_quit' onclick='quit()'><text>Quit</text></img>
59                                 <img cond='navit.route.route_status&amp;48' src='gui_stop' onclick='abort_navigation()'><text>Stop
60 Navigation</text></img>
61                         </a>
62                         <a name='Settings'><text>Settings</text>
63                                 <a href='#Settings Display'><img src='gui_display'><text>Display</text></img></a>
64                                 <img src='gui_maps' onclick='setting_maps()'><text>Maps</text></img>
65                                 <img src='gui_vehicle' onclick='setting_vehicle()'><text>Vehicle</text></img>
66                                 <img src='gui_rules' onclick='setting_rules()'><text>Rules</text></img>
67                         </a>
68                         <a name='Settings Display'><text>Display</text>
69                                 <img src='gui_display' onclick='setting_layout()'><text>Layout</text></img>
70                                 <img cond='fullscreen==0' src='gui_fullscreen' onclick='fullscreen=1'><text>Fullscreen</text></img>
71                                 <img cond='fullscreen==1' src='gui_leave_fullscreen' onclick='fullscreen=0'><text>Window Mode</text></img>
72                                 <img cond='navit.pitch==0' src='gui_map' onclick='navit.pitch=pitch;redraw_map();back_to_map()'><text>3D</text></img>
73                                 <img cond='navit.pitch!=0' src='gui_map' onclick='navit.pitch=0;redraw_map();back_to_map()'><text>2D</text></img>
74                         </a>
75                         <a name='Tools'><text>Tools</text>
76                                 <img src='gui_actions' onclick='locale()'><text>Show Locale</text></img>
77                         </a>
78                         <a name='Route'><text>Route</text>
79                                 <img src='gui_actions' onclick='route_description()'><text>Description</text></img>
80                                 <img src='gui_actions' onclick='route_height_profile()'><text>Height Profile</text></img>
81                         </a>
82                         </html>
83                 ]]></gui>
84                 <!-- for a debug log -->
85                 <log enabled="no" type="textfile_debug" data="debug_%Y%m%d-%i.txt" flush_size="1000" flush_time="30"/>
86                 <!-- osd items allow to position display and control items directly on top of the map: -->
87                 <osd enabled="no" type="compass"/>
88                 <osd enabled="no" type="eta"/> 
89                 <osd enabled="no" type="navigation_distance_to_target"/> 
90                 <osd enabled="no" type="navigation"/> 
91                 <osd enabled="no" type="navigation_distance_to_next"/> 
92                 <osd enabled="no" type="navigation_next_turn"/> 
93
94                 <!-- Commands include gui_internal_menu, gui_internal_fullscreen, zoom_in and zoom_out.
95                          Usage of negative values change the button origins. x="0" y="0" specifies the top left, x="-0" y="-0" the bottom right corner.
96                          It's always the top left corner of the icon, so you need to consider the icon's size when you enter the values. -->
97                 <osd enabled="no" type="button" x="0" y="0" command="gui.fullscreen()" src="toggle_fullscreen.xpm"/> 
98                 <osd enabled="no" type="button" x="-96" y="0" command="gui.menu()" src="menu.xpm"/>
99                 <osd enabled="no" type="button" x="-96" y="-96" command="zoom_in()" src="zoom_in.xpm"/>
100                 <osd enabled="no" type="button" x="0" y="-96" command="zoom_out()" src="zoom_out.xpm"/> 
101
102                 <vehicle name="Local GPS" profilename="car" enabled="yes" active="1" source="gpsd://localhost" gpsd_query="w+xj">
103                         <!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -->
104                         <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"/>
105                 </vehicle>
106
107                 <!-- For SDL, you should add follow="1" to have the view centered on your position -->
108                 <!-- <vehicle name="Meins" enabled="yes" source="gpsd://localhost" color="#0000ff" follow="1"/> -->
109
110                 <vehicle name="Demo" profilename="car" enabled="no" active="yes" source="demo://"/>
111
112                 <!-- For the cumulative displacement filter to be enabled, set cdf_histsize="x" here, with x being an integer somewhere around 4 -->
113                 <tracking cdf_histsize="0"/>
114
115                 <vehicleprofile name="car" flags="0x4000000" flags_forward_mask="0x4000002" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0">
116                         <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved" speed="10" route_weight="10">
117                                         <announcement level="0" distance_metric="25"/>
118                                         <announcement level="1" distance_metric="100"/>
119                                         <announcement level="2" distance_metric="200"/>
120                         </roadprofile>
121                         <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30">
122                                         <announcement level="0" distance_metric="50"/>
123                                         <announcement level="1" distance_metric="200"/>
124                                         <announcement level="2" distance_metric="500"/>
125                         </roadprofile>
126                         <roadprofile item_types="street_3_city" speed="40" route_weight="40">
127                                         <announcement level="0" distance_metric="50"/>
128                                         <announcement level="1" distance_metric="200"/>
129                                         <announcement level="2" distance_metric="500"/>
130                         </roadprofile>
131                         <roadprofile item_types="street_4_city" speed="50" route_weight="50">
132                                         <announcement level="0" distance_metric="50"/>
133                                         <announcement level="1" distance_metric="200"/>
134                                         <announcement level="2" distance_metric="500"/>
135                         </roadprofile>
136                         <roadprofile item_types="highway_city" speed="80" route_weight="80">
137                                         <announcement level="0" distance_metric="100"/>
138                                         <announcement level="1" distance_metric="400"/>
139                                         <announcement level="2" distance_metric="1000"/>
140                         </roadprofile>
141                         <roadprofile item_types="street_1_land" speed="60" route_weight="60">
142                                         <announcement level="0" distance_metric="100"/>
143                                         <announcement level="1" distance_metric="400"/>
144                                         <announcement level="2" distance_metric="1000"/>
145                         </roadprofile>
146                         <roadprofile item_types="street_2_land" speed="65" route_weight="65">
147                                         <announcement level="0" distance_metric="100"/>
148                                         <announcement level="1" distance_metric="400"/>
149                                         <announcement level="2" distance_metric="1000"/>
150                         </roadprofile>
151                         <roadprofile item_types="street_3_land" speed="70" route_weight="70">
152                                         <announcement level="0" distance_metric="100"/>
153                                         <announcement level="1" distance_metric="400"/>
154                                         <announcement level="2" distance_metric="1000"/>
155                         </roadprofile>
156                         <roadprofile item_types="street_4_land" speed="80" route_weight="80">
157                                         <announcement level="0" distance_metric="100"/>
158                                         <announcement level="1" distance_metric="400"/>
159                                         <announcement level="2" distance_metric="1000"/>
160                         </roadprofile>
161                         <roadprofile item_types="street_n_lanes" speed="120" route_weight="120">
162                                         <announcement level="0" distance_metric="300"/>
163                                         <announcement level="1" distance_metric="1000"/>
164                                         <announcement level="2" distance_metric="2000"/>
165                         </roadprofile>
166                         <roadprofile item_types="highway_land" speed="120" route_weight="120">
167                                         <announcement level="0" distance_metric="300"/>
168                                         <announcement level="1" distance_metric="1000"/>
169                                         <announcement level="2" distance_metric="2000"/>
170                         </roadprofile>
171                         <roadprofile item_types="ramp" speed="40" route_weight="40">
172                                         <announcement level="0" distance_metric="50"/>
173                                         <announcement level="1" distance_metric="200"/>
174                                         <announcement level="2" distance_metric="500"/>
175                         </roadprofile>
176                         <roadprofile item_types="roundabout" speed="10" route_weight="10"/>
177                         <roadprofile item_types="ferry" speed="40" route_weight="40"/>
178                 </vehicleprofile>
179
180                 <vehicleprofile name="bike" flags="0x40000000" flags_forward_mask="0x40000000" flags_reverse_mask="0x40000000" maxspeed_handling="1" route_mode="0">
181                         <roadprofile item_types="steps" speed="2" route_weight="5">
182                                         <announcement level="0" distance_metric="25"/>
183                                         <announcement level="1" distance_metric="100"/>
184                                         <announcement level="2" distance_metric="200"/>
185                         </roadprofile>
186                         <roadprofile item_types="street_pedestrian,footway" speed="5" route_weight="10">
187                                         <announcement level="0" distance_metric="25"/>
188                                         <announcement level="1" distance_metric="100"/>
189                                         <announcement level="2" distance_metric="200"/>
190                         </roadprofile>
191                         <roadprofile item_types="path,track_ground" speed="12" route_weight="12">
192                                         <announcement level="0" distance_metric="25"/>
193                                         <announcement level="1" distance_metric="100"/>
194                                         <announcement level="2" distance_metric="200"/>
195                         </roadprofile>
196                         <roadprofile item_types="track_gravelled" speed="17" route_weight="15">
197                                         <announcement level="0" distance_metric="25"/>
198                                         <announcement level="1" distance_metric="100"/>
199                                         <announcement level="2" distance_metric="200"/>
200                         </roadprofile>
201                         <!-- cycleways, paved tracks, serviceways etc. are the favourite ways -->
202                         <roadprofile item_types="track_paved,cycleway,street_service,street_parking_lane" speed="22" route_weight="20">
203                                         <announcement level="0" distance_metric="25"/>
204                                         <announcement level="1" distance_metric="100"/>
205                                         <announcement level="2" distance_metric="200"/>
206                         </roadprofile>
207                         <!-- residential, unclassified, living street etc. -->
208                         <roadprofile item_types="street_0,street_1_city,living_street" speed="20" route_weight="15">
209                                         <announcement level="0" distance_metric="25"/>
210                                         <announcement level="1" distance_metric="100"/>
211                                         <announcement level="2" distance_metric="200"/>
212                         </roadprofile>
213                         <!-- tertiary and minor roads are acceptable, but should be avoided in favour of tracks and cycleways -->
214                         <roadprofile item_types="street_2_city,street_1_land,street_2_land" speed="22" route_weight="12">
215                                         <announcement level="0" distance_metric="25"/>
216                                         <announcement level="1" distance_metric="100"/>
217                                         <announcement level="2" distance_metric="200"/>
218                         </roadprofile>
219                         <!-- secondary etc. are acceptable when necessary -->
220                         <roadprofile item_types="street_3_city" speed="22" route_weight="10">
221                                         <announcement level="0" distance_metric="25"/>
222                                         <announcement level="1" distance_metric="100"/>
223                                         <announcement level="2" distance_metric="200"/>
224                         </roadprofile>
225                         <!-- primary, trunk etc. should be avoided -->
226                         <roadprofile item_types="street_4_city,ramp" speed="22" route_weight="7">
227                                         <announcement level="0" distance_metric="25"/>
228                                         <announcement level="1" distance_metric="100"/>
229                                         <announcement level="2" distance_metric="200"/>
230                         </roadprofile>
231                         <!-- Those types do not appear in osm2navit.c and therefore are not used ATM -->
232           <roadprofile item_types="street_3_land,street_4_land" speed="20" route_weight="7">
233                                         <announcement level="0" distance_metric="100"/>
234                                         <announcement level="1" distance_metric="400"/>
235                                         <announcement level="2" distance_metric="1000"/>
236                         </roadprofile>
237                         <roadprofile item_types="roundabout" speed="20" route_weight="10"/>
238                         <roadprofile item_types="ferry" speed="40" route_weight="40"/>
239                 </vehicleprofile>
240
241                 <vehicleprofile name="pedestrian" flags="0x80000000" flags_forward_mask="0x80000000" flags_reverse_mask="0x80000000" maxspeed_handling="1" route_mode="0">
242                         <roadprofile item_types="footway,bridleway,path" speed="5" route_weight="5">
243                                         <announcement level="0" distance_metric="25"/>
244                                         <announcement level="1" distance_metric="100"/>
245                                         <announcement level="2" distance_metric="200"/>
246                         </roadprofile>
247                         <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="5">
248                                         <announcement level="0" distance_metric="25"/>
249                                         <announcement level="1" distance_metric="100"/>
250                                         <announcement level="2" distance_metric="200"/>
251                         </roadprofile>
252                         <roadprofile item_types="track_gravelled" speed="5" route_weight="5">
253                                         <announcement level="0" distance_metric="25"/>
254                                         <announcement level="1" distance_metric="100"/>
255                                         <announcement level="2" distance_metric="200"/>
256                         </roadprofile>
257                         <roadprofile item_types="track_paved" speed="5" route_weight="5">
258                                         <announcement level="0" distance_metric="25"/>
259                                         <announcement level="1" distance_metric="100"/>
260                                         <announcement level="2" distance_metric="200"/>
261                         </roadprofile>
262                         <roadprofile item_types="cycleway" speed="5" route_weight="5">
263                                         <announcement level="0" distance_metric="25"/>
264                                         <announcement level="1" distance_metric="100"/>
265                                         <announcement level="2" distance_metric="200"/>
266                         </roadprofile>
267                         <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="5">
268                                         <announcement level="0" distance_metric="25"/>
269                                         <announcement level="1" distance_metric="100"/>
270                                         <announcement level="2" distance_metric="200"/>
271                         </roadprofile>
272                         <roadprofile item_types="street_3_city,street_4_city,street_service" speed="5" route_weight="5">
273                                         <announcement level="0" distance_metric="25"/>
274                                         <announcement level="1" distance_metric="100"/>
275                                         <announcement level="2" distance_metric="200"/>
276                         </roadprofile>
277                         <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="5">
278                                         <announcement level="0" distance_metric="100"/>
279                                         <announcement level="1" distance_metric="400"/>
280                                         <announcement level="2" distance_metric="1000"/>
281                         </roadprofile>
282                         <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="5">
283                                         <announcement level="0" distance_metric="100"/>
284                                         <announcement level="1" distance_metric="400"/>
285                                         <announcement level="2" distance_metric="1000"/>
286                         </roadprofile>
287                         <roadprofile item_types="roundabout" speed="5" route_weight="5"/>
288                         <roadprofile item_types="ferry" speed="40" route_weight="40"/>
289                 </vehicleprofile>
290                 <vehicleprofile name="horse" flags="0x20000000" flags_forward_mask="0x20000000" flags_reverse_mask="0x20000000" maxspeed_handling="1" route_mode="0">
291                         <roadprofile item_types="bridleway" speed="10" route_weight="10">
292                                         <announcement level="0" distance_metric="25"/>
293                                         <announcement level="1" distance_metric="100"/>
294                                         <announcement level="2" distance_metric="200"/>
295                         </roadprofile>
296                         <roadprofile item_types="footway,path" speed="5" route_weight="5">
297                                         <announcement level="0" distance_metric="25"/>
298                                         <announcement level="1" distance_metric="100"/>
299                                         <announcement level="2" distance_metric="200"/>
300                         </roadprofile>
301                         <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="4">
302                                         <announcement level="0" distance_metric="25"/>
303                                         <announcement level="1" distance_metric="100"/>
304                                         <announcement level="2" distance_metric="200"/>
305                         </roadprofile>
306                         <roadprofile item_types="track_gravelled" speed="5" route_weight="5">
307                                         <announcement level="0" distance_metric="25"/>
308                                         <announcement level="1" distance_metric="100"/>
309                                         <announcement level="2" distance_metric="200"/>
310                         </roadprofile>
311                         <roadprofile item_types="track_paved" speed="5" route_weight="5">
312                                         <announcement level="0" distance_metric="25"/>
313                                         <announcement level="1" distance_metric="100"/>
314                                         <announcement level="2" distance_metric="200"/>
315                         </roadprofile>
316                         <roadprofile item_types="cycleway" 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="street_0,street_1_city,street_2_city" speed="5" route_weight="2">
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="street_3_city,street_4_city,street_service" speed="5" route_weight="4">
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="street_1_land,street_2_land" speed="5" route_weight="2">
332                                         <announcement level="0" distance_metric="100"/>
333                                         <announcement level="1" distance_metric="400"/>
334                                         <announcement level="2" distance_metric="1000"/>
335                         </roadprofile>
336                         <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="4">
337                                         <announcement level="0" distance_metric="100"/>
338                                         <announcement level="1" distance_metric="400"/>
339                                         <announcement level="2" distance_metric="1000"/>
340                         </roadprofile>
341                         <roadprofile item_types="roundabout" speed="5" route_weight="2"/>
342                         <roadprofile item_types="ferry" speed="40" route_weight="40"/>
343                 </vehicleprofile>
344
345                 <route destination_distance="50"/>
346
347                 <navigation>
348                         <announce type="street_0,street_1_city" level0="25" level1="100" level2="200" unit="m"/>
349                         <announce type="street_2_city,street_3_city,street_4_city,ramp" level0="50" level1="200" level2="500" unit="m"/>
350                         <announce type="highway_city,street_1_land,street_2_land,street_3_land,street_4_land" level0="100" level1="400" level2="1000" unit="m"/>
351                         <announce type="street_n_lanes,highway_land" level0="300" level1="1000" level2="2000" unit="m"/>
352                 </navigation>
353
354                 <!-- Navit provides speech output in text format.
355                          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.
356                          The default is text output to the shell -->
357                 <speech type="cmdline" data="echo 'Fix the speech tag in navit.xml to let navit say:' '%s'" cps="15"/>
358                 <!-- <speech type="cmdline" data="flite -t '%s'"/> -->
359
360                 <!-- If you have the reiseplaner maps installed, set enabled="yes" in the next line and set the path correctly -->
361                 <mapset enabled="no">
362                         <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map"/>
363                         <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp1.smp"/>
364                         <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp2.smp"/>
365                         <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp3.smp"/>
366                         <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp4.smp"/>
367                         <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp5.smp"/>
368                 </mapset>
369
370                 <!-- 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 -->
371                 <mapset enabled="yes">
372                         <xi:include href="$NAVIT_SHAREDIR/maps/*.xml"/>
373                 </mapset>
374
375                 <!-- Mapset template for openstreetmaps -->
376                 <mapset enabled="no">
377                         <map type="binfile" enabled="yes" data="/media/mmc2/MapsNavit/osm_europe.bin"/>
378                 </mapset>
379
380                 <!-- Mapset template for garmin maps -->
381                 <mapset enabled="no">
382                         <map type="garmin" enabled="yes" data="/path/to/img" debug="4"/>
383                 </mapset>
384
385                 <layout name="Car" nightlayout="Car-dark" color="#ffefb7" font="Liberation Sans">
386
387                         <cursor w="26" h="26">
388                                 <itemgra>
389                                         <circle color="#0000ff" radius="24" width="2">
390                                                 <coord x="0" y="0"/>
391                                         </circle>
392                                 </itemgra>
393                                 <itemgra speed_range="-2">
394                                         <polyline color="#0000ff" width="2">
395                                                 <coord x="0" y="0"/>
396                                                 <coord x="0" y="0"/>
397                                         </polyline>
398                                 </itemgra>
399                                 <itemgra speed_range="3-">
400                                         <polyline color="#0000ff" width="2">
401                                                 <coord x="-7" y="-10"/>
402                                                 <coord x="0" y="12"/>
403                                                 <coord x="7" y="-10"/>
404                                         </polyline>
405                                 </itemgra>
406                         </cursor>
407
408                         <layer name="polygons">
409                                 <itemgra item_types="image" order="0-">
410                                         <image/>
411                                 </itemgra>
412                                 <itemgra item_types="poly_wood" order="0-">
413                                         <polygon color="#8ec78d"/>
414                                         <text text_size="5"/>
415                                 </itemgra>
416                                 <itemgra item_types="poly_farm" order="0-">
417                                         <polygon color="#c7f1a3"/>
418                                         <polyline color="#79c691"/>
419                                         <text text_size="5"/>
420                                 </itemgra>
421                                 <itemgra item_types="poly_town" order="0-">
422                                         <polygon color="#ffc895"/>
423                                         <polyline color="#ebb481"/>
424                                 </itemgra>
425                                 <itemgra item_types="poly_university" order="8-">
426                                         <polygon color="#d68fb8"/>
427                                         <polyline color="#881155"/>
428                                 </itemgra>
429                                 <itemgra item_types="poly_water_tiled" order="0-">
430                                         <polygon color="#82c8ea"/>
431                                 </itemgra>
432                                 <itemgra item_types="poly_water" order="0-">
433                                         <polygon color="#82c8ea"/>
434                                         <polyline color="#5096b8"/>
435                                         <text text_size="5"/>
436                                 </itemgra>
437                                 <itemgra item_types="poly_land" order="0-">
438                                         <polygon color="#ffefb7"/>
439                                         <polyline color="#ffefb7"/>
440                                         <text text_size="5"/>
441                                 </itemgra>
442                                 <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="9-">
443                                         <polygon color="#a0a0a0"/>
444                                         <text text_size="5"/>
445                                 </itemgra>
446                                 <itemgra item_types="poly_park" order="0-">
447                                         <polygon color="#7cc334"/>
448                                         <text text_size="5"/>
449                                 </itemgra>
450                                 <itemgra item_types="poly_pedestrian" order="10">
451                                         <polyline color="#d2d2d2" width="3"/>
452                                         <polyline color="#dddddd" width="1"/>
453                                         <polygon color="#dddddd"/>
454                                 </itemgra>
455                                 <itemgra item_types="poly_pedestrian" order="11">
456                                         <polyline color="#d2d2d2" width="5"/>
457                                         <polyline color="#dddddd" width="3"/>
458                                         <polygon color="#dddddd"/>
459                                 </itemgra>
460                                 <itemgra item_types="poly_pedestrian" order="12">
461                                         <polyline color="#d2d2d2" width="8"/>
462                                         <polyline color="#dddddd" width="6"/>
463                                         <polygon color="#dddddd"/>
464                                 </itemgra>
465                                 <itemgra item_types="poly_pedestrian" order="13">
466                                         <polyline color="#d2d2d2" width="9"/>
467                                         <polyline color="#dddddd" width="7"/>
468                                         <polygon color="#dddddd"/>
469                                 </itemgra>
470                                 <itemgra item_types="poly_pedestrian" order="14">
471                                         <polyline color="#d2d2d2" width="13"/>
472                                         <polyline color="#dddddd" width="9"/>
473                                         <polygon color="#dddddd"/>
474                                 </itemgra>
475                                 <itemgra item_types="poly_pedestrian" order="15">
476                                         <polyline color="#d2d2d2" width="18"/>
477                                         <polyline color="#dddddd" width="14"/>
478                                         <polygon color="#dddddd"/>
479                                 </itemgra>
480                                 <itemgra item_types="poly_pedestrian" order="16">
481                                         <polyline color="#d2d2d2" width="21"/>
482                                         <polyline color="#dddddd" width="17"/>
483                                         <polygon color="#dddddd"/>
484                                 </itemgra>
485                                 <itemgra item_types="poly_pedestrian" order="17">
486                                         <polyline color="#d2d2d2" width="25"/>
487                                         <polyline color="#dddddd" width="21"/>
488                                         <polygon color="#dddddd"/>
489                                 </itemgra>
490                                 <itemgra item_types="poly_pedestrian" order="18">
491                                         <polyline color="#d2d2d2" width="40"/>
492                                         <polyline color="#dddddd" width="34"/>
493                                         <polygon color="#dddddd"/>
494                                 </itemgra>
495                                 <itemgra item_types="poly_airport" order="0-">
496                                         <polygon color="#a0a0a0"/>
497                                 </itemgra>
498                                 <itemgra item_types="poly_sport,poly_sports_pitch" order="0-">
499                                         <polygon color="#4af04f"/>
500                                 </itemgra>
501                                 <itemgra item_types="poly_industry,poly_place" order="0-">
502                                         <polygon color="#e6e6e6"/>
503                                 </itemgra>
504                                 <itemgra item_types="poly_service" order="8-18">
505                                         <polygon color="#fefefe"/>
506                                         <polyline color="#d2d2d2" width="1"/>
507                                 </itemgra>
508                                 <itemgra item_types="poly_street_1" order="8-13">
509                                         <polygon color="#ffffff"/>
510                                         <polyline color="#d2d2d2" width="1"/>
511                                 </itemgra>
512                                 <itemgra item_types="poly_street_1" order="14-16">
513                                         <polygon color="#ffffff"/>
514                                         <polyline color="#d2d2d2" width="2"/>
515                                 </itemgra>
516                                 <itemgra item_types="poly_street_1" order="17-18">
517                                         <polygon color="#ffffff"/>
518                                         <polyline color="#d2d2d2" width="3"/>
519                                 </itemgra>
520                                 <itemgra item_types="poly_street_2" order="7-12">
521                                         <polygon color="#ffff00"/>
522                                         <polyline color="#c0c0c0" width="1"/>
523                                 </itemgra>
524                                 <itemgra item_types="poly_street_2" order="13-16">
525                                         <polygon color="#ffff00"/>
526                                         <polyline color="#c0c0c0" width="2"/>
527                                 </itemgra>
528                                 <itemgra item_types="poly_street_2" order="17-18">
529                                         <polygon color="#ffff00"/>
530                                         <polyline color="#c0c0c0" width="3"/>
531                                 </itemgra>
532                                 <itemgra item_types="poly_street_3" order="7-11">
533                                         <polygon color="#ffff00"/>
534                                         <polyline color="#a0a0a0" width="1"/>
535                                 </itemgra>
536                                 <itemgra item_types="poly_street_3" order="12-15">
537                                         <polygon color="#ffff00"/>
538                                         <polyline color="#a0a0a0" width="2"/>
539                                 </itemgra>
540                                 <itemgra item_types="poly_street_3" order="16-18">
541                                         <polygon color="#ffff00"/>
542                                         <polyline color="#a0a0a0" width="3"/>
543                                 </itemgra>
544                                 <itemgra item_types="water_line" order="0-">
545                                         <polyline color="#5096b8" width="1"/>
546                                         <text text_size="5"/>
547                                 </itemgra>
548                                 <itemgra item_types="water_river" order="4-5">
549                                         <polyline color="#82c8ea" width="1"/>
550                                 </itemgra>
551                                 <itemgra item_types="water_river" order="6">
552                                         <polyline color="#82c8ea" width="2"/>
553                                 </itemgra>
554                                 <itemgra item_types="water_river" order="7">
555                                         <polyline color="#82c8ea" width="3"/>
556                                         <text text_size="5"/>
557                                 </itemgra>
558                                 <itemgra item_types="water_river" order="8-9">
559                                         <polyline color="#82c8ea" width="4"/>
560                                         <text text_size="7"/>
561                                 </itemgra>
562                                 <itemgra item_types="water_river" order="10-">
563                                         <polyline color="#82c8ea" width="4"/>
564                                         <text text_size="10"/>
565                                 </itemgra>
566                                 <itemgra item_types="water_canal" order="6">
567                                         <polyline color="#82c8ea" width="1"/>
568                                 </itemgra>
569                                 <itemgra item_types="water_canal" order="7">
570                                         <polyline color="#82c8ea" width="2"/>
571                                         <text text_size="5"/>
572                                 </itemgra>
573                                 <itemgra item_types="water_canal" order="8-9">
574                                         <polyline color="#82c8ea" width="3"/>
575                                         <text text_size="7"/>
576                                 </itemgra>
577                                 <itemgra item_types="water_canal" order="10-">
578                                         <polyline color="#82c8ea" width="3"/>
579                                         <text text_size="10"/>
580                                 </itemgra>
581                                 <itemgra item_types="water_stream" order="8-9">
582                                         <polyline color="#82c8ea" width="1"/>
583                                 </itemgra>
584                                 <itemgra item_types="water_stream" order="10-">
585                                         <polyline color="#82c8ea" width="2"/>
586                                         <text text_size="7"/>
587                                 </itemgra>
588                                 <itemgra item_types="water_drain" order="10-">
589                                         <polyline color="#82c8ea" width="1"/>
590                                         <text text_size="5"/>
591                                 </itemgra>
592                                 <itemgra item_types="poly_apron" order="0-">
593                                         <polygon color="#d0d0d0"/>
594                                 </itemgra>
595                                 <itemgra item_types="poly_terminal" order="7-">
596                                         <polygon color="#e3c6a6"/>
597                                 </itemgra>
598                                 <itemgra item_types="poly_cemetery" order="1-">
599                                         <polygon color="#bde3cb"/>
600                                 </itemgra>
601                                 <itemgra item_types="poly_car_parking" order="1-">
602                                         <polygon color="#e7cf87"/>
603                                 </itemgra>
604                                 <itemgra item_types="poly_building" order="0-">
605                                         <polygon color="#b6a6a6"/>
606                                 </itemgra>
607                                 <itemgra item_types="rail" order="6-">
608                                         <polyline color="#696969" width="3"/>
609                                         <polyline color="#ffffff" width="1" dash="5,5"/>
610                                 </itemgra>
611                                 <itemgra item_types="ferry" order="5-">
612                                         <polyline color="#000000" width="1" dash="10"/>
613                                 </itemgra>
614                                 <itemgra item_types="border_country" order="0-">
615                                         <polyline color="#b8434e" width="1" dash="10,5,2,5"/>
616                                 </itemgra>
617                                 <itemgra item_types="border_state" order="0-">
618                                         <polyline color="#808080" width="1"/>
619                                 </itemgra>
620                                 <itemgra item_types="height_line_1" order="0-">
621                                         <polyline color="#000000" width="4"/>
622                                 </itemgra>
623                                 <itemgra item_types="height_line_2" order="0-">
624                                         <polyline color="#000000" width="2"/>
625                                 </itemgra>
626                                 <itemgra item_types="height_line_3" order="0-">
627                                         <polyline color="#000000" width="1"/>
628                                 </itemgra>
629                         </layer>
630                         <layer name="streets">
631                                 <itemgra item_types="street_route" order="2">
632                                         <polyline color="#0000a0" width="4"/>
633                                 </itemgra>
634                                 <itemgra item_types="street_route" order="3-5">
635                                         <polyline color="#0000a0" width="8"/>
636                                 </itemgra>
637                                 <itemgra item_types="street_route" order="6">
638                                         <polyline color="#0000a0" width="10"/>
639                                 </itemgra>
640                                 <itemgra item_types="street_route" order="7-8">
641                                         <polyline color="#0000a0" width="16"/>
642                                 </itemgra>
643                                 <itemgra item_types="street_route" order="9-10">
644                                         <polyline color="#0000a0" width="20"/>
645                                 </itemgra>
646                                 <itemgra item_types="street_route" order="11">
647                                         <polyline color="#0000a0" width="28"/>
648                                 </itemgra>
649                                 <itemgra item_types="street_route" order="12">
650                                         <polyline color="#0000a0" width="32"/>
651                                 </itemgra>
652                                 <itemgra item_types="street_route" order="13">
653                                         <polyline color="#0000a0" width="52"/>
654                                 </itemgra>
655                                 <itemgra item_types="street_route" order="14">
656                                         <polyline color="#0000a0" width="64"/>
657                                 </itemgra>
658                                 <itemgra item_types="street_route" order="15">
659                                         <polyline color="#0000a0" width="68"/>
660                                 </itemgra>
661                                 <itemgra item_types="street_route" order="16">
662                                         <polyline color="#0000a0" width="132"/>
663                                 </itemgra>
664                                 <itemgra item_types="street_route" order="17">
665                                         <polyline color="#0000a0" width="268"/>
666                                 </itemgra>
667                                 <itemgra item_types="street_route" order="18">
668                                         <polyline color="#0000a0" width="530"/>
669                                 </itemgra>
670                                 <itemgra item_types="selected_line" order="2">
671                                         <polyline color="#ba00b8" width="4"/>
672                                 </itemgra>
673                                 <itemgra item_types="selected_line" order="3-5">
674                                         <polyline color="#ba00b8" width="8"/>
675                                 </itemgra>
676                                 <itemgra item_types="selected_line" order="6">
677                                         <polyline color="#ba00b8" width="10"/>
678                                 </itemgra>
679                                 <itemgra item_types="selected_line" order="7-8">
680                                         <polyline color="#ba00b8" width="16"/>
681                                 </itemgra>
682                                 <itemgra item_types="selected_line" order="9-10">
683                                         <polyline color="#ba00b8" width="20"/>
684                                 </itemgra>
685                                 <itemgra item_types="selected_line" order="11">
686                                         <polyline color="#ba00b8" width="28"/>
687                                 </itemgra>
688                                 <itemgra item_types="selected_line" order="12">
689                                         <polyline color="#ba00b8" width="32"/>
690                                 </itemgra>
691                                 <itemgra item_types="selected_line" order="13">
692                                         <polyline color="#ba00b8" width="52"/>
693                                 </itemgra>
694                                 <itemgra item_types="selected_line" order="14">
695                                         <polyline color="#ba00b8" width="64"/>
696                                 </itemgra>
697                                 <itemgra item_types="selected_line" order="15">
698                                         <polyline color="#ba00b8" width="68"/>
699                                 </itemgra>
700                                 <itemgra item_types="selected_line" order="16">
701                                         <polyline color="#ba00b8" width="132"/>
702                                 </itemgra>
703                                 <itemgra item_types="selected_line" order="17">
704                                         <polyline color="#ba00b8" width="268"/>
705                                 </itemgra>
706                                 <itemgra item_types="selected_line" order="18">
707                                         <polyline color="#ba00b8" width="530"/>
708                                 </itemgra>
709                                 <itemgra item_types="street_nopass" order="10-">
710                                         <polyline color="#000000" width="1"/>
711                                 </itemgra>
712                                 <itemgra item_types="track_paved" order="10-">
713                                         <polyline color="#000000" width="1"/>
714                                 </itemgra>
715                                 <itemgra item_types="track_gravelled" order="10-12">
716                                         <polyline color="#800000" width="1" dash="3,6"/>
717                                 </itemgra>
718                                 <itemgra item_types="track_gravelled" order="13-14">
719                                         <polyline color="#ffffff" width="4" dash="4,8"/>
720                                         <polyline color="#800000" width="2" dash="4,8"/>
721                                 </itemgra>
722                                 <itemgra item_types="track_gravelled" order="15-16">
723                                         <polyline color="#ffffff" width="5" dash="5,10"/>
724                                         <polyline color="#800000" width="3" dash="5,10"/>
725                                 </itemgra>
726                                 <itemgra item_types="track_gravelled" order="17-">
727                                         <polyline color="#ffffff" width="7" dash="7,15"/>
728                                         <polyline color="#800000" width="5" dash="7,15"/>
729                                 </itemgra>
730                                 <itemgra item_types="track_unpaved" order="10-">
731                                         <polyline color="#000000" width="1"/>
732                                 </itemgra>
733                                 <itemgra item_types="bridleway" order="10-">
734                                         <polyline color="#000000" width="1"/>
735                                 </itemgra>
736                                 <itemgra item_types="cycleway" order="10-">
737                                         <polyline color="#000000" width="1"/>
738                                 </itemgra>
739                                 <itemgra item_types="piste_downhill_novice" order="10-12">
740                                         <polyline color="#00A000" width="1"/>
741                                 </itemgra>
742                                 <itemgra item_types="piste_downhill_novice" order="13-14">
743                                         <polyline color="#00A000" width="2"/>
744                                 </itemgra>
745                                 <itemgra item_types="piste_downhill_novice" order="15-16">
746                                         <polyline color="#00A000" width="3"/>
747                                 </itemgra>
748                                 <itemgra item_types="piste_downhill_novice" order="17-">
749                                         <polyline color="#00A000" width="5"/>
750                                 </itemgra>
751                                 <itemgra item_types="piste_downhill_easy" order="10-12">
752                                         <polyline color="#0000ff" width="1"/>
753                                 </itemgra>
754                                 <itemgra item_types="piste_downhill_easy" order="13-14">
755                                         <polyline color="#0000ff" width="2"/>
756                                 </itemgra>
757                                 <itemgra item_types="piste_downhill_easy" order="15-16">
758                                         <polyline color="#0000ff" width="3"/>
759                                 </itemgra>
760                                 <itemgra item_types="piste_downhill_easy" order="17-">
761                                         <polyline color="#0000ff" width="5"/>
762                                 </itemgra>
763                                 <itemgra item_types="piste_downhill_intermediate" order="10-12">
764                                         <polyline color="#ff0000" width="1"/>
765                                 </itemgra>
766                                 <itemgra item_types="piste_downhill_intermediate" order="13-14">
767                                         <polyline color="#ff0000" width="2"/>
768                                 </itemgra>
769                                 <itemgra item_types="piste_downhill_intermediate" order="15-16">
770                                         <polyline color="#ff0000" width="3"/>
771                                 </itemgra>
772                                 <itemgra item_types="piste_downhill_intermediate" order="17-">
773                                         <polyline color="#ff0000" width="5"/>
774                                 </itemgra>
775                                 <itemgra item_types="piste_downhill_advanced" order="10-12">
776                                         <polyline color="#000000" width="1"/>
777                                 </itemgra>
778                                 <itemgra item_types="piste_downhill_advanced" order="13-14">
779                                         <polyline color="#000000" width="2"/>
780                                 </itemgra>
781                                 <itemgra item_types="piste_downhill_advanced" order="15-16">
782                                         <polyline color="#000000" width="3"/>
783                                 </itemgra>
784                                 <itemgra item_types="piste_downhill_advanced" order="17-">
785                                         <polyline color="#000000" width="5"/>
786                                 </itemgra>
787                                 <itemgra item_types="piste_downhill_expert" order="10-12">
788                                         <polyline color="#ffaa00" width="1"/>
789                                 </itemgra>
790                                 <itemgra item_types="piste_downhill_expert" order="13-14">
791                                         <polyline color="#ffaa00" width="2"/>
792                                 </itemgra>
793                                 <itemgra item_types="piste_downhill_expert" order="15-16">
794                                         <polyline color="#ffaa00" width="3"/>
795                                 </itemgra>
796                                 <itemgra item_types="piste_downhill_expert" order="17-">
797                                         <polyline color="#ffaa00" width="5"/>
798                                 </itemgra>
799                                 <itemgra item_types="piste_downhill_freeride" order="10-12">
800                                         <polyline color="#ffff00" width="1"/>
801                                 </itemgra>
802                                 <itemgra item_types="piste_downhill_freeride" order="13-14">
803                                         <polyline color="#ffff00" width="2"/>
804                                 </itemgra>
805                                 <itemgra item_types="piste_downhill_freeride" order="15-16">
806                                         <polyline color="#ffff00" width="3"/>
807                                 </itemgra>
808                                 <itemgra item_types="piste_downhill_freeride" order="17-">
809                                         <polyline color="#ffff00" width="5"/>
810                                 </itemgra>
811                                 <itemgra item_types="lift_cable_car" order="6-">
812                                         <polyline color="#696969" width="1" dash="5"/>
813                                 </itemgra>
814                                 <itemgra item_types="lift_chair" order="6-">
815                                         <polyline color="#696969" width="1" dash="5"/>
816                                 </itemgra>
817                                 <itemgra item_types="lift_drag" order="6-">
818                                         <polyline color="#696969" width="1" dash="5"/>
819                                 </itemgra>
820                                 <itemgra item_types="piste_nordic" order="10-12">
821                                         <polyline color="#0000ff" width="1" dash="3,6" offset="4"/>
822                                 </itemgra>
823                                 <itemgra item_types="piste_nordic" order="13-14">
824                                         <polyline color="#ffffff" width="4" dash="4,8" offset="6"/>
825                                         <polyline color="#0000ff" width="2" dash="4,8" offset="6"/>
826                                 </itemgra>
827                                 <itemgra item_types="piste_nordic" order="15-16">
828                                         <polyline color="#ffffff" width="5" dash="5,10" offset="7"/>
829                                         <polyline color="#0000ff" width="3" dash="5,10" offset="7"/>
830                                 </itemgra>
831                                 <itemgra item_types="piste_nordic" order="17-">
832                                         <polyline color="#ffffff" width="7" dash="7,15" offset="10"/>
833                                         <polyline color="#0000ff" width="5" dash="7,15" offset="10"/>
834                                 </itemgra>
835                                 <itemgra item_types="footway_and_piste_nordic" order="10-12">
836                                         <polyline color="#ff0000" width="1" dash="3,15"/>
837                                         <polyline color="#0000ff" width="1" dash="3,15" offset="9"/>
838                                 </itemgra>
839                                 <itemgra item_types="footway_and_piste_nordic" order="13-14">
840                                         <polyline color="#ffffff" width="4" dash="4,8"/>
841                                         <polyline color="#ff0000" width="2" dash="4,20"/>
842                                         <polyline color="#0000ff" width="2" dash="4,20" offset="12"/>
843                                 </itemgra>
844                                 <itemgra item_types="footway_and_piste_nordic" order="15-16">
845                                         <polyline color="#ffffff" width="5" dash="5,10"/>
846                                         <polyline color="#ff0000" width="3" dash="5,25"/>
847                                         <polyline color="#0000ff" width="3" dash="5,25" offset="15"/>
848                                 </itemgra>
849                                 <itemgra item_types="footway_and_piste_nordic" order="17-">
850                                         <polyline color="#ffffff" width="7" dash="7,15"/>
851                                         <polyline color="#ff0000" width="5" dash="7,37"/>
852                                         <polyline color="#0000ff" width="5" dash="7,37" offset="22"/>
853                                 </itemgra>
854                                 <itemgra item_types="footway" order="10-12">
855                                         <polyline color="#ff0000" width="1" dash="3,6"/>
856                                 </itemgra>
857                                 <itemgra item_types="footway" order="13-14">
858                                         <polyline color="#ffffff" width="4" dash="4,8"/>
859                                         <polyline color="#ff0000" width="2" dash="4,8"/>
860                                 </itemgra>
861                                 <itemgra item_types="footway" order="15-16">
862                                         <polyline color="#ffffff" width="5" dash="5,10"/>
863                                         <polyline color="#ff0000" width="3" dash="5,10"/>
864                                 </itemgra>
865                                 <itemgra item_types="footway" order="17-">
866                                         <polyline color="#ffffff" width="7" dash="7,15"/>
867                                         <polyline color="#ff0000" width="5" dash="7,15"/>
868                                 </itemgra>
869                                 <itemgra item_types="steps" order="10-">
870                                         <polyline color="#000000" width="1"/>
871                                 </itemgra>
872                                 <itemgra item_types="street_pedestrian,living_street" order="10">
873                                         <polyline color="#d2d2d2" width="3"/>
874                                         <polyline color="#dddddd" width="1"/>
875                                 </itemgra>
876                                 <itemgra item_types="street_pedestrian,living_street" order="11">
877                                         <polyline color="#d2d2d2" width="5"/>
878                                         <polyline color="#dddddd" width="3"/>
879                                 </itemgra>
880                                 <itemgra item_types="street_pedestrian,living_street" order="12">
881                                         <polyline color="#d2d2d2" width="8"/>
882                                         <polyline color="#dddddd" width="6"/>
883                                 </itemgra>
884                                 <itemgra item_types="street_pedestrian,living_street" order="13">
885                                         <polyline color="#d2d2d2" width="9"/>
886                                         <polyline color="#dddddd" width="7"/>
887                                 </itemgra>
888                                 <itemgra item_types="street_pedestrian,living_street" order="14">
889                                         <polyline color="#d2d2d2" width="13"/>
890                                         <polyline color="#dddddd" width="9"/>
891                                 </itemgra>
892                                 <itemgra item_types="street_pedestrian,living_street" order="15">
893                                         <polyline color="#d2d2d2" width="18"/>
894                                         <polyline color="#dddddd" width="14"/>
895                                 </itemgra>
896                                 <itemgra item_types="street_pedestrian,living_street" order="16">
897                                         <polyline color="#d2d2d2" width="21"/>
898                                         <polyline color="#dddddd" width="17"/>
899                                 </itemgra>
900                                 <itemgra item_types="street_pedestrian,living_street" order="17">
901                                         <polyline color="#d2d2d2" width="25"/>
902                                         <polyline color="#dddddd" width="21"/>
903                                 </itemgra>
904                                 <itemgra item_types="street_pedestrian,living_street" order="18">
905                                         <polyline color="#d2d2d2" width="40"/>
906                                         <polyline color="#dddddd" width="34"/>
907                                 </itemgra>
908                                 <itemgra item_types="street_service" order="10">
909                                         <polyline color="#d2d2d2" width="4"/>
910                                         <polyline color="#fefefe" width="2"/>
911                                 </itemgra>
912                                 <itemgra item_types="street_service" order="11">
913                                         <polyline color="#d2d2d2" width="4"/>
914                                         <polyline color="#fefefe" width="2"/>
915                                 </itemgra>
916                                 <itemgra item_types="street_service" order="12">
917                                         <polyline color="#d2d2d2" width="5"/>
918                                         <polyline color="#fefefe" width="3"/>
919                                 </itemgra>
920                                 <itemgra item_types="street_service" order="13">
921                                         <polyline color="#d2d2d2" width="6"/>
922                                         <polyline color="#fefefe" width="4"/>
923                                 </itemgra>
924                                 <itemgra item_types="street_service" order="14">
925                                         <polyline color="#d2d2d2" width="7"/>
926                                         <polyline color="#fefefe" width="5"/>
927                                 </itemgra>
928                                 <itemgra item_types="street_service" order="15">
929                                         <polyline color="#d2d2d2" width="8"/>
930                                         <polyline color="#fefefe" width="6"/>
931                                 </itemgra>
932                                 <itemgra item_types="street_service" order="16">
933                                         <polyline color="#d2d2d2" width="9"/>
934                                         <polyline color="#fefefe" width="7"/>
935                                 </itemgra>
936                                 <itemgra item_types="street_service" order="17">
937                                         <polyline color="#d2d2d2" width="10"/>
938                                         <polyline color="#fefefe" width="8"/>
939                                 </itemgra>
940                                 <itemgra item_types="street_service" order="18">
941                                         <polyline color="#d2d2d2" width="11"/>
942                                         <polyline color="#fefefe" width="9"/>
943                                 </itemgra>
944                                 <itemgra item_types="street_parking_lane" order="12">
945                                         <polyline color="#d2d2d2" width="4"/>
946                                         <polyline color="#fefefe" width="2"/>
947                                 </itemgra>
948                                 <itemgra item_types="street_parking_lane" order="13">
949                                         <polyline color="#d2d2d2" width="4"/>
950                                         <polyline color="#fefefe" width="2"/>
951                                 </itemgra>
952                                 <itemgra item_types="street_parking_lane" order="14">
953                                         <polyline color="#d2d2d2" width="5"/>
954                                         <polyline color="#fefefe" width="3"/>
955                                 </itemgra>
956                                 <itemgra item_types="street_parking_lane" order="15">
957                                         <polyline color="#d2d2d2" width="6"/>
958                                         <polyline color="#fefefe" width="4"/>
959                                 </itemgra>
960                                 <itemgra item_types="street_parking_lane" order="16">
961                                         <polyline color="#d2d2d2" width="7"/>
962                                         <polyline color="#fefefe" width="5"/>
963                                 </itemgra>
964                                 <itemgra item_types="street_parking_lane" order="17">
965                                         <polyline color="#d2d2d2" width="8"/>
966                                         <polyline color="#fefefe" width="6"/>
967                                 </itemgra>
968                                 <itemgra item_types="street_parking_lane" order="18">
969                                         <polyline color="#d2d2d2" width="9"/>
970                                         <polyline color="#fefefe" width="7"/>
971                                 </itemgra>
972                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="10">
973                                         <polyline color="#d2d2d2" width="4"/>
974                                         <polyline color="#ffffff" width="2"/>
975                                 </itemgra>
976                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
977                                         <polyline color="#d2d2d2" width="6"/>
978                                         <polyline color="#ffffff" width="4"/>
979                                 </itemgra>
980                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
981                                         <polyline color="#d2d2d2" width="10"/>
982                                         <polyline color="#ffffff" width="8"/>
983                                 </itemgra>
984                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
985                                         <polyline color="#d2d2d2" width="11"/>
986                                         <polyline color="#ffffff" width="9"/>
987                                 </itemgra>
988                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
989                                         <polyline color="#d2d2d2" width="17"/>
990                                         <polyline color="#ffffff" width="13"/>
991                                 </itemgra>
992                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
993                                         <polyline color="#d2d2d2" width="18"/>
994                                         <polyline color="#ffffff" width="14"/>
995                                 </itemgra>
996                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
997                                         <polyline color="#d2d2d2" width="30"/>
998                                         <polyline color="#ffffff" width="26"/>
999                                 </itemgra>
1000                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
1001                                         <polyline color="#d2d2d2" width="67"/>
1002                                         <polyline color="#ffffff" width="61"/>
1003                                 </itemgra>
1004                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
1005                                         <polyline color="#d2d2d2" width="132"/>
1006                                         <polyline color="#ffffff" width="126"/>
1007                                 </itemgra>
1008                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="7-8">
1009                                         <polyline color="#c0c0c0" width="2"/>
1010                                 </itemgra>
1011                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="9">
1012                                         <polyline color="#c0c0c0" width="3"/>
1013                                         <polyline color="#ffff00" width="1"/>
1014                                 </itemgra>
1015                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="10">
1016                                         <polyline color="#c0c0c0" width="4"/>
1017                                         <polyline color="#ffff00" width="2"/>
1018                                 </itemgra>
1019                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="11">
1020                                         <polyline color="#c0c0c0" width="5"/>
1021                                         <polyline color="#ffff00" width="3"/>
1022                                 </itemgra>
1023                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="12">
1024                                         <polyline color="#c0c0c0" width="7"/>
1025                                         <polyline color="#ffff00" width="5"/>
1026                                 </itemgra>
1027                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="13">
1028                                         <polyline color="#c0c0c0" width="11"/>
1029                                         <polyline color="#ffff00" width="8"/>
1030                                 </itemgra>
1031                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="14">
1032                                         <polyline color="#c0c0c0" width="14"/>
1033                                         <polyline color="#ffff00" width="11"/>
1034                                 </itemgra>
1035                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="15">
1036                                         <polyline color="#c0c0c0" width="19"/>
1037                                         <polyline color="#ffff00" width="15"/>
1038                                 </itemgra>
1039                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="16">
1040                                         <polyline color="#c0c0c0" width="30"/>
1041                                         <polyline color="#ffff00" width="26"/>
1042                                 </itemgra>
1043                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="17">
1044                                         <polyline color="#c0c0c0" width="63"/>
1045                                         <polyline color="#ffff00" width="57"/>
1046                                 </itemgra>
1047                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="18">
1048                                         <polyline color="#c0c0c0" width="100"/>
1049                                         <polyline color="#ffff00" width="90"/>
1050                                 </itemgra>
1051                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="7-8">
1052                                         <polyline color="#a0a0a0" width="3"/>
1053                                         <polyline color="#ffff00" width="1"/>
1054                                 </itemgra>
1055                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="9">
1056                                         <polyline color="#a0a0a0" width="5"/>
1057                                         <polyline color="#ffff00" width="3"/>
1058                                 </itemgra>
1059                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="10">
1060                                         <polyline color="#a0a0a0" width="8"/>
1061                                         <polyline color="#ffff00" width="6"/>
1062                                 </itemgra>
1063                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="11">
1064                                         <polyline color="#a0a0a0" width="9"/>
1065                                         <polyline color="#ffff00" width="7"/>
1066                                 </itemgra>
1067                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="12">
1068                                         <polyline color="#a0a0a0" width="13"/>
1069                                         <polyline color="#ffff00" width="9"/>
1070                                 </itemgra>
1071                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="13">
1072                                         <polyline color="#a0a0a0" width="18"/>
1073                                         <polyline color="#ffff00" width="14"/>
1074                                 </itemgra>
1075                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="14">
1076                                         <polyline color="#a0a0a0" width="21"/>
1077                                         <polyline color="#ffff00" width="17"/>
1078                                 </itemgra>
1079                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="15">
1080                                         <polyline color="#a0a0a0" width="25"/>
1081                                         <polyline color="#ffff00" width="21"/>
1082                                 </itemgra>
1083                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="16">
1084                                         <polyline color="#a0a0a0" width="40"/>
1085                                         <polyline color="#ffff00" width="34"/>
1086                                 </itemgra>
1087                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="17">
1088                                         <polyline color="#a0a0a0" width="79"/>
1089                                         <polyline color="#ffff00" width="73"/>
1090                                 </itemgra>
1091                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="18">
1092                                         <polyline color="#a0a0a0" width="156"/>
1093                                         <polyline color="#ffff00" width="150"/>
1094                                 </itemgra>
1095                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6">
1096                                         <polyline color="#404040" width="1"/>
1097                                 </itemgra>
1098                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8">
1099                                         <polyline color="#404040" width="3"/>
1100                                         <polyline color="#ff0000" width="1"/>
1101                                 </itemgra>
1102                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
1103                                         <polyline color="#000000" width="5"/>
1104                                         <polyline color="#ff0000" width="3"/>
1105                                 </itemgra>
1106                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
1107                                         <polyline color="#000000" width="6"/>
1108                                         <polyline color="#ff0000" width="4"/>
1109                                 </itemgra>
1110                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
1111                                         <polyline color="#000000" width="9"/>
1112                                         <polyline color="#ff0000" width="7"/>
1113                                 </itemgra>
1114                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
1115                                         <polyline color="#000000" width="13"/>
1116                                         <polyline color="#ff0000" width="9"/>
1117                                 </itemgra>
1118                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
1119                                         <polyline color="#000000" width="18"/>
1120                                         <polyline color="#ff0000" width="14"/>
1121                                 </itemgra>
1122                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
1123                                         <polyline color="#000000" width="21"/>
1124                                         <polyline color="#ff0000" width="17"/>
1125                                 </itemgra>
1126                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
1127                                         <polyline color="#000000" width="24"/>
1128                                         <polyline color="#ff0000" width="20"/>
1129                                 </itemgra>
1130                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
1131                                         <polyline color="#000000" width="39"/>
1132                                         <polyline color="#ff0000" width="33"/>
1133                                 </itemgra>
1134                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
1135                                         <polyline color="#000000" width="78"/>
1136                                         <polyline color="#ff0000" width="72"/>
1137                                 </itemgra>
1138                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
1139                                         <polyline color="#000000" width="156"/>
1140                                         <polyline color="#ff0000" width="150"/>
1141                                 </itemgra>
1142                                 <itemgra item_types="highway_city,highway_land" order="2">
1143                                         <polyline color="#ff0000" width="1"/>
1144                                 </itemgra>
1145                                 <itemgra item_types="highway_city,highway_land" order="3-5">
1146                                         <polyline color="#ff0000" width="3"/>
1147                                         <polyline color="#ffff00" width="1"/>
1148                                 </itemgra>
1149                                 <itemgra item_types="highway_city,highway_land" order="6">
1150                                         <polyline color="#ff0000" width="4"/>
1151                                         <polyline color="#ffff00" width="2"/>
1152                                 </itemgra>
1153                                 <itemgra item_types="highway_city,highway_land" order="7-8">
1154                                         <polyline color="#ff0000" width="7"/>
1155                                         <polyline color="#ffff00" width="5"/>
1156                                         <polyline color="#ff0000" width="1"/>
1157                                 </itemgra>
1158                                 <itemgra item_types="highway_city,highway_land" order="9-10">
1159                                         <polyline color="#ff0000" width="9"/>
1160                                         <polyline color="#ffff00" width="5"/>
1161                                         <polyline color="#ff0000" width="1"/>
1162                                 </itemgra>
1163                                 <itemgra item_types="highway_city,highway_land" order="11">
1164                                         <polyline color="#ff0000" width="13"/>
1165                                         <polyline color="#ffff00" width="9"/>
1166                                         <polyline color="#ff0000" width="1"/>
1167                                 </itemgra>
1168                                 <itemgra item_types="highway_city,highway_land" order="12">
1169                                         <polyline color="#ff0000" width="15"/>
1170                                         <polyline color="#ffff00" width="10"/>
1171                                         <polyline color="#ff0000" width="1"/>
1172                                 </itemgra>
1173                                 <itemgra item_types="highway_city,highway_land" order="13">
1174                                         <polyline color="#ff0000" width="25"/>
1175                                         <polyline color="#ffff00" width="17"/>
1176                                         <polyline color="#ff0000" width="1"/>
1177                                 </itemgra>
1178                                 <itemgra item_types="highway_city,highway_land" order="14">
1179                                         <polyline color="#ff0000" width="31"/>
1180                                         <polyline color="#ffff00" width="24"/>
1181                                         <polyline color="#ff0000" width="1"/>
1182                                 </itemgra>
1183                                 <itemgra item_types="highway_city,highway_land" order="15">
1184                                         <polyline color="#ff0000" width="33"/>
1185                                         <polyline color="#ffff00" width="27"/>
1186                                         <polyline color="#ff0000" width="1"/>
1187                                 </itemgra>
1188                                 <itemgra item_types="highway_city,highway_land" order="16">
1189                                         <polyline color="#ff0000" width="65"/>
1190                                         <polyline color="#ffff00" width="59"/>
1191                                         <polyline color="#ff0000" width="1"/>
1192                                 </itemgra>
1193                                 <itemgra item_types="highway_city,highway_land" order="17">
1194                                         <polyline color="#ff0000" width="133"/>
1195                                         <polyline color="#ffff00" width="127"/>
1196                                         <polyline color="#ff0000" width="1"/>
1197                                 </itemgra>
1198                                 <itemgra item_types="highway_city,highway_land" order="18">
1199                                         <polyline color="#ff0000" width="264"/>
1200                                         <polyline color="#ffff00" width="258"/>
1201                                         <polyline color="#ff0000" width="1"/>
1202                                 </itemgra>
1203                                 <itemgra item_types="tracking_0" order="0-">
1204                                         <polyline color="#000000" width="3"/>
1205                                 </itemgra>
1206                                 <itemgra item_types="tracking_10" order="0-">
1207                                         <polyline color="#191919" width="3"/>
1208                                 </itemgra>
1209                                 <itemgra item_types="tracking_20" order="0-">
1210                                         <polyline color="#333333" width="3"/>
1211                                 </itemgra>
1212                                 <itemgra item_types="tracking_30" order="0-">
1213                                         <polyline color="#4c4c4c" width="3"/>
1214                                 </itemgra>
1215                                 <itemgra item_types="tracking_40" order="0-">
1216                                         <polyline color="#666666" width="3"/>
1217                                 </itemgra>
1218                                 <itemgra item_types="tracking_50" order="0-">
1219                                         <polyline color="#7f7f7f" width="3"/>
1220                                 </itemgra>
1221                                 <itemgra item_types="tracking_60" order="0-">
1222                                         <polyline color="#999999" width="3"/>
1223                                 </itemgra>
1224                                 <itemgra item_types="tracking_70" order="0-">
1225                                         <polyline color="#b2b2b2" width="3"/>
1226                                 </itemgra>
1227                                 <itemgra item_types="tracking_80" order="0-">
1228                                         <polyline color="#cccccc" width="3"/>
1229                                 </itemgra>
1230                                 <itemgra item_types="tracking_90" order="0-">
1231                                         <polyline color="#e5e5e5" width="3"/>
1232                                 </itemgra>
1233                                 <itemgra item_types="tracking_100" order="0-">
1234                                         <polyline color="#ffffff" width="3"/>
1235                                 </itemgra>
1236                                 <itemgra item_types="highway_exit_label" order="10-">
1237                                         <circle color="#000000" radius="3" text_size="7"/>
1238                                 </itemgra>
1239                                 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="10-18">
1240                                         <text text_size="8"/>
1241                                 </itemgra>
1242                                 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
1243                                         <text text_size="9"/>
1244                                 </itemgra>
1245                                 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18">
1246                                         <text text_size="9"/>
1247                                 </itemgra>
1248                                 <itemgra item_types="traffic_distortion" order="2">
1249                                         <polyline color="#ff9000" width="2"/>
1250                                 </itemgra>
1251                                 <itemgra item_types="traffic_distortion" order="3-5">
1252                                         <polyline color="#ff9000" width="4"/>
1253                                 </itemgra>
1254                                 <itemgra item_types="traffic_distortion" order="6">
1255                                         <polyline color="#ff9000" width="5"/>
1256                                 </itemgra>
1257                                 <itemgra item_types="traffic_distortion" order="7-8">
1258                                         <polyline color="#ff9000" width="8"/>
1259                                 </itemgra>
1260                                 <itemgra item_types="traffic_distortion" order="9-10">
1261                                         <polyline color="#ff9000" width="10"/>
1262                                 </itemgra>
1263                                 <itemgra item_types="traffic_distortion" order="11">
1264                                         <polyline color="#ff9000" width="14"/>
1265                                 </itemgra>
1266                                 <itemgra item_types="traffic_distortion" order="12">
1267                                         <polyline color="#ff9000" width="16"/>
1268                                 </itemgra>
1269                                 <itemgra item_types="traffic_distortion" order="13">
1270                                         <polyline color="#ff9000" width="26"/>
1271                                 </itemgra>
1272                                 <itemgra item_types="traffic_distortion" order="14">
1273                                         <polyline color="#ff9000" width="32"/>
1274                                 </itemgra>
1275                                 <itemgra item_types="traffic_distortion" order="15">
1276                                         <polyline color="#ff9000" width="34"/>
1277                                 </itemgra>
1278                                 <itemgra item_types="traffic_distortion" order="16">
1279                                         <polyline color="#ff9000" width="66"/>
1280                                 </itemgra>
1281                                 <itemgra item_types="traffic_distortion" order="17">
1282                                         <polyline color="#ff9000" width="134"/>
1283                                 </itemgra>
1284                                 <itemgra item_types="traffic_distortion" order="18">
1285                                         <polyline color="#ff9000" width="265"/>
1286                                 </itemgra>
1287                         </layer>
1288                         <layer name="polylines">
1289                                 <itemgra item_types="aeroway_taxiway" order="10">
1290                                         <polyline color="#989994" width="4"/>
1291                                         <polyline color="#d3dbbc" width="2"/>
1292                                 </itemgra>
1293                                 <itemgra item_types="aeroway_taxiway" order="11">
1294                                         <polyline color="#989994" width="6"/>
1295                                         <polyline color="#d3dbbc" width="4"/>
1296                                 </itemgra>
1297                                 <itemgra item_types="aeroway_taxiway" order="12">
1298                                         <polyline color="#989994" width="10"/>
1299                                         <polyline color="#d3dbbc" width="8"/>
1300                                 </itemgra>
1301                                 <itemgra item_types="aeroway_taxiway" order="13">
1302                                         <polyline color="#989994" width="12"/>
1303                                         <polyline color="#d3dbbc" width="9"/>
1304                                 </itemgra>
1305                                 <itemgra item_types="aeroway_taxiway" order="14">
1306                                         <polyline color="#989994" width="15"/>
1307                                         <polyline color="#d3dbbc" width="13"/>
1308                                 </itemgra>
1309                                 <itemgra item_types="aeroway_taxiway" order="15">
1310                                         <polyline color="#989994" width="17"/>
1311                                         <polyline color="#d3dbbc" width="14"/>
1312                                 </itemgra>
1313                                 <itemgra item_types="aeroway_taxiway" order="16">
1314                                         <polyline color="#989994" width="33"/>
1315                                         <polyline color="#d3dbbc" width="26"/>
1316                                 </itemgra>
1317                                 <itemgra item_types="aeroway_taxiway" order="17">
1318                                         <polyline color="#989994" width="69"/>
1319                                         <polyline color="#d3dbbc" width="61"/>
1320                                 </itemgra>
1321                                 <itemgra item_types="aeroway_taxiway" order="18">
1322                                         <polyline color="#989994" width="132"/>
1323                                         <polyline color="#d3dbbc" width="126"/>
1324                                 </itemgra>
1325                                 <itemgra item_types="aeroway_runway" order="2-6">
1326                                         <polyline color="#404040" width="1"/>
1327                                 </itemgra>
1328                                 <itemgra item_types="aeroway_runway" order="7-8">
1329                                         <polyline color="#404040" width="3"/>
1330                                         <polyline color="#d3dbbc" width="1"/>
1331                                 </itemgra>
1332                                 <itemgra item_types="aeroway_runway" order="9">
1333                                         <polyline color="#6b6f5f" width="5"/>
1334                                         <polyline color="#d3dbbc" width="3"/>
1335                                 </itemgra>
1336                                 <itemgra item_types="aeroway_runway" order="10">
1337                                         <polyline color="#6b6f5f" width="6"/>
1338                                         <polyline color="#d3dbbc" width="4"/>
1339                                 </itemgra>
1340                                 <itemgra item_types="aeroway_runway" order="11">
1341                                         <polyline color="#6b6f5f" width="9"/>
1342                                         <polyline color="#d3dbbc" width="7"/>
1343                                 </itemgra>
1344                                 <itemgra item_types="aeroway_runway" order="12">
1345                                         <polyline color="#6b6f5f" width="13"/>
1346                                         <polyline color="#d3dbbc" width="9"/>
1347                                 </itemgra>
1348                                 <itemgra item_types="aeroway_runway" order="13">
1349                                         <polyline color="#6b6f5f" width="18"/>
1350                                         <polyline color="#d3dbbc" width="14"/>
1351                                 </itemgra>
1352                                 <itemgra item_types="aeroway_runway" order="14">
1353                                         <polyline color="#6b6f5f" width="21"/>
1354                                         <polyline color="#d3dbbc" width="17"/>
1355                                 </itemgra>
1356                                 <itemgra item_types="aeroway_runway" order="15">
1357                                         <polyline color="#6b6f5f" width="24"/>
1358                                         <polyline color="#d3dbbc" width="20"/>
1359                                 </itemgra>
1360                                 <itemgra item_types="aeroway_runway" order="16">
1361                                         <polyline color="#6b6f5f" width="39"/>
1362                                         <polyline color="#d3dbbc" width="33"/>
1363                                 </itemgra>
1364                                 <itemgra item_types="aeroway_runway" order="17">
1365                                         <polyline color="#6b6f5f" width="78"/>
1366                                         <polyline color="#d3dbbc" width="72"/>
1367                                 </itemgra>
1368                                 <itemgra item_types="aeroway_runway" order="18">
1369                                         <polyline color="#6b6f5f" width="156"/>
1370                                         <polyline color="#d3dbbc" width="150"/>
1371                                 </itemgra>
1372                                 <itemgra item_types="rail_tram" order="10-">
1373                                         <polyline color="#606060" width="2"/>
1374                                 </itemgra>
1375                         </layer>
1376                         <layer name="labels">
1377                                                 <itemgra item_types="house_number" order="15-">
1378                                                 <circle color="#000000" radius="3" text_size="7"/>
1379                                 </itemgra>
1380                                 <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-">
1381                                         <circle color="#000000" radius="3" text_size="7"/>
1382                                 </itemgra>
1383                                 <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="10-">
1384                                         <circle color="#000000" radius="3" text_size="7"/>
1385                                 </itemgra>
1386                                 <itemgra item_types="town_label_1e3" order="10-">
1387                                         <circle color="#000000" radius="3" text_size="10"/>
1388                                 </itemgra>
1389                                 <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
1390                                         <circle color="#000000" radius="3" text_size="7"/>
1391                                 </itemgra>
1392                                 <itemgra item_types="town_label_2e3" order="9-">
1393                                         <circle color="#000000" radius="3" text_size="10"/>
1394                                 </itemgra>
1395                                 <itemgra item_types="town_label_5e3,town_label_1e4,town_label_2e4,town_label_5e4" order="9-">
1396                                         <circle color="#000000" radius="3" text_size="15"/>
1397                                 </itemgra>
1398                                 <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="8-">
1399                                         <circle color="#000000" radius="3" text_size="7"/>
1400                                 </itemgra>
1401                                 <itemgra item_types="town_label_2e3" order="8">
1402                                         <circle color="#000000" radius="3" text_size="7"/>
1403                                 </itemgra>
1404                                 <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6,district_label_1e7" order="7-">
1405                                         <circle color="#000000" radius="3" text_size="7"/>
1406                                 </itemgra>
1407                                 <itemgra item_types="town_label_5e3" order="7-8">
1408                                         <circle color="#000000" radius="3" text_size="10"/>
1409                                 </itemgra>
1410                                 <itemgra item_types="town_label_1e4" order="6-8">
1411                                         <circle color="#000000" radius="3" text_size="10"/>
1412                                 </itemgra>
1413                                 <itemgra item_types="town_label_2e4,town_label_5e4" order="5-8">
1414                                         <circle color="#000000" radius="3" text_size="10"/>
1415                                 </itemgra>
1416                                 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="5-">
1417                                         <circle color="#000000" radius="3" text_size="15"/>
1418                                 </itemgra>
1419                                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="5-">
1420                                         <circle color="#000000" radius="3" text_size="20"/>
1421                                 </itemgra>
1422                                 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="3-4">
1423                                         <circle color="#000000" radius="3" text_size="10"/>
1424                                 </itemgra>
1425                                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="3-4">
1426                                         <circle color="#000000" radius="3" text_size="15"/>
1427                                 </itemgra>
1428                                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="0-2">
1429                                         <circle color="#000000" radius="3" text_size="10"/>
1430                                 </itemgra>
1431                         </layer>
1432                         <layer name="Internal">
1433                                 <itemgra item_types="track" order="7-">
1434                                         <polyline color="#3f3f3f" width="1"/>
1435                                 </itemgra>
1436                                 <itemgra item_types="track_tracked" order="7-">
1437                                         <polyline color="#3f3fff" width="3"/>
1438                                 </itemgra>
1439                                 <itemgra item_types="rg_segment" order="12-">
1440                                         <polyline color="#FF089C" width="1"/>
1441                                         <arrows color="#FF089C" width="1"/>
1442                                 </itemgra>
1443                                 <itemgra item_types="rg_point" order="12-">
1444                                         <circle color="#FF089C" radius="10" text_size="7"/>
1445                                 </itemgra>
1446                                 <itemgra item_types="nav_left_1" order="0-">
1447                                         <icon src="nav_left_1_bk.svg" w="32" h="32"/>
1448                                 </itemgra>
1449                                 <itemgra item_types="nav_left_2" order="0-">
1450                                         <icon src="nav_left_2_bk.svg" w="32" h="32"/>
1451                                 </itemgra>
1452                                 <itemgra item_types="nav_left_3" order="0-">
1453                                         <icon src="nav_left_3_bk.svg" w="32" h="32"/>
1454                                 </itemgra>
1455                                 <itemgra item_types="nav_right_1" order="0-">
1456                                         <icon src="nav_right_1_bk.svg" w="32" h="32"/>
1457                                 </itemgra>
1458                                 <itemgra item_types="nav_right_2" order="0-">
1459                                         <icon src="nav_right_2_bk.svg" w="32" h="32"/>
1460                                 </itemgra>
1461                                 <itemgra item_types="nav_right_3" order="0-">
1462                                         <icon src="nav_right_3_bk.svg" w="32" h="32"/>
1463                                 </itemgra>
1464                                 <itemgra item_types="nav_straight" order="0-">
1465                                         <icon src="nav_straight_bk.svg" w="32" h="32"/>
1466                                 </itemgra>
1467                                 <itemgra item_types="nav_turnaround" order="0-">
1468                                         <icon src="nav_turnaround_left_bk.svg" w="32" h="32"/>
1469                                 </itemgra>
1470                                 <itemgra item_types="nav_roundabout_l1" order="0-">
1471                                         <icon src="nav_roundabout_l1_bk.svg" w="32" h="32"/>
1472                                 </itemgra>
1473                                 <itemgra item_types="nav_roundabout_r1" order="0-">
1474                                         <icon src="nav_roundabout_r1_bk.svg" w="32" h="32"/>
1475                                 </itemgra>
1476                                 <itemgra item_types="nav_roundabout_l2" order="0-">
1477                                         <icon src="nav_roundabout_l2_bk.svg" w="32" h="32"/>
1478                                 </itemgra>
1479                                 <itemgra item_types="nav_roundabout_r2" order="0-">
1480                                         <icon src="nav_roundabout_r2_bk.svg" w="32" h="32"/>
1481                                 </itemgra>
1482                                 <itemgra item_types="nav_roundabout_l3" order="0-">
1483                                         <icon src="nav_roundabout_l3_bk.svg" w="32" h="32"/>
1484                                 </itemgra>
1485                                 <itemgra item_types="nav_roundabout_r3" order="0-">
1486                                         <icon src="nav_roundabout_r3_bk.svg" w="32" h="32"/>
1487                                 </itemgra>
1488                                 <itemgra item_types="nav_roundabout_l4" order="0-">
1489                                         <icon src="nav_roundabout_l4_bk.svg" w="32" h="32"/>
1490                                 </itemgra>
1491                                 <itemgra item_types="nav_roundabout_r4" order="0-">
1492                                         <icon src="nav_roundabout_r4_bk.svg" w="32" h="32"/>
1493                                 </itemgra>
1494                                 <itemgra item_types="nav_roundabout_l5" order="0-">
1495                                         <icon src="nav_roundabout_l5_bk.svg" w="32" h="32"/>
1496                                 </itemgra>
1497                                 <itemgra item_types="nav_roundabout_r5" order="0-">
1498                                         <icon src="nav_roundabout_r5_bk.svg" w="32" h="32"/>
1499                                 </itemgra>
1500                                 <itemgra item_types="nav_roundabout_l6" order="0-">
1501                                         <icon src="nav_roundabout_l6_bk.svg" w="32" h="32"/>
1502                                 </itemgra>
1503                                 <itemgra item_types="nav_roundabout_r6" order="0-">
1504                                         <icon src="nav_roundabout_r6_bk.svg" w="32" h="32"/>
1505                                 </itemgra>
1506                                 <itemgra item_types="nav_roundabout_l7" order="0-">
1507                                         <icon src="nav_roundabout_l7_bk.svg" w="32" h="32"/>
1508                                 </itemgra>
1509                                 <itemgra item_types="nav_roundabout_r7" order="0-">
1510                                         <icon src="nav_roundabout_r7_bk.svg" w="32" h="32"/>
1511                                 </itemgra>
1512                                 <itemgra item_types="nav_roundabout_l8" order="0-">
1513                                         <icon src="nav_roundabout_l8_bk.svg" w="32" h="32"/>
1514                                 </itemgra>
1515                                 <itemgra item_types="nav_roundabout_r8" order="0-">
1516                                         <icon src="nav_roundabout_r8_bk.svg" w="32" h="32"/>
1517                                 </itemgra>
1518                                 <itemgra item_types="nav_none" order="0-">
1519                                         <icon src="unknown.xpm"/>
1520                                 </itemgra>
1521                                 <itemgra item_types="announcement" order="7-">
1522                                         <icon src="gui_sound_32_32.png"/>
1523                                         <circle color="#FF089C" radius="10" text_size="7"/>
1524                                 </itemgra>
1525                         </layer>
1526                         <layer name="Unknown" enabled="no">
1527                                 <!-- This entry shows all unknow point elements as blue circles -->
1528                                 <itemgra item_types="point_unkn" order="9-">
1529                                         <circle color="#8080ff" radius="3"/>
1530                                 </itemgra>
1531                                 <!-- This entry shows all unknown linear elements as blue lines -->
1532                                 <itemgra item_types="street_unkn" order="0-">
1533                                         <polyline color="#8080ff" width="3"/>
1534                                 </itemgra>
1535                         </layer>
1536                         <layer name="POI Symbols">
1537                                 <itemgra item_types="mini_roundabout" order="12-">
1538                                         <icon src="mini_roundabout.xpm"/>
1539                                 </itemgra>
1540                                 <itemgra item_types="turning_circle" order="12-">
1541                                         <icon src="mini_roundabout.xpm"/>
1542                                 </itemgra>
1543                                 <itemgra item_types="poi_airport" order="5-">
1544                                         <icon src="airport.png"/>
1545                                 </itemgra>
1546                                 <itemgra item_types="town_ghost" order="10-">
1547                                         <icon src="ghost_town.xpm"/>
1548                                 </itemgra>
1549                                 <itemgra item_types="poi_hotel" order="12-">
1550                                         <icon src="hotel.xpm"/>
1551                                 </itemgra>
1552                                 <itemgra item_types="poi_car_parking" order="11-">
1553                                         <icon src="parking.xpm"/>
1554                                 </itemgra>
1555                                 <itemgra item_types="poi_car_dealer_parts" order="12-">
1556                                         <icon src="car_dealer.xpm"/>
1557                                 </itemgra>
1558                                 <itemgra item_types="poi_fuel" order="12-">
1559                                         <icon src="fuel.png"/>
1560                                 </itemgra>
1561                                 <itemgra item_types="poi_shopping" order="12-">
1562                                         <icon src="shopping.png"/>
1563                                 </itemgra>
1564                                 <itemgra item_types="poi_attraction" order="11-">
1565                                         <icon src="attraction.png"/>
1566                                 </itemgra>
1567                                 <itemgra item_types="poi_cafe" order="12-">
1568                                         <icon src="cafe.xpm"/>
1569                                 </itemgra>
1570                                 <itemgra item_types="poi_bar" order="12-">
1571                                         <icon src="bar.xpm"/>
1572                                 </itemgra>
1573                                 <itemgra item_types="poi_bridge" order="12-">
1574                                         <icon src="bridge.xpm"/>
1575                                 </itemgra>
1576                                 <itemgra item_types="highway_exit" order="11-">
1577                                         <icon src="exit.png"/>
1578                                 </itemgra>
1579                                 <itemgra item_types="poi_camp_rv" order="12-">
1580                                         <icon src="camping.xpm"/>
1581                                 </itemgra>
1582                                 <itemgra item_types="poi_museum_history" order="12-">
1583                                         <icon src="museum.xpm"/>
1584                                 </itemgra>
1585                                 <itemgra item_types="poi_hospital" order="12-">
1586                                         <icon src="hospital.png"/>
1587                                 </itemgra>
1588                                 <itemgra item_types="poi_dining" order="12-">
1589                                         <icon src="dining.xpm"/>
1590                                 </itemgra>
1591                                 <itemgra item_types="poi_fastfood" order="12-">
1592                                         <icon src="fastfood.png"/>
1593                                 </itemgra>
1594                                 <itemgra item_types="poi_police" order="12-">
1595                                         <icon src="police.png"/>
1596                                 </itemgra>
1597                                 <itemgra item_types="poi_auto_club" order="12-">
1598                                         <icon src="auto_club.xpm"/>
1599                                 </itemgra>
1600                                 <itemgra item_types="poi_autoservice" order="12-">
1601                                         <icon src="car_dealer.xpm"/>
1602                                 </itemgra>
1603                                 <itemgra item_types="poi_bank" order="12-">
1604                                         <icon src="bank.png"/>
1605                                 </itemgra>
1606                                 <itemgra item_types="poi_bay" order="12-">
1607                                         <icon src="bay.xpm"/>
1608                                 </itemgra>
1609                                 <itemgra item_types="poi_bend" order="12-">
1610                                         <icon src="bend.xpm"/>
1611                                 </itemgra>
1612                                 <itemgra item_types="poi_boat_ramp" order="12-">
1613                                         <icon src="boat_ramp.png"/>
1614                                 </itemgra>
1615                                 <itemgra item_types="poi_border_station" order="12-">
1616                                         <icon src="border_station.xpm"/>
1617                                 </itemgra>
1618                                 <itemgra item_types="poi_bowling" order="12-">
1619                                         <icon src="bowling.xpm"/>
1620                                 </itemgra>
1621                                 <itemgra item_types="poi_bus_station" order="11-">
1622                                         <icon src="bus.png"/>
1623                                 </itemgra>
1624                                 <itemgra item_types="poi_bus_stop" order="12-">
1625                                         <icon src="bus.png"/>
1626                                 </itemgra>
1627                                 <itemgra item_types="poi_business_service" order="12-">
1628                                         <icon src="bussines_service.xpm"/>
1629                                 </itemgra>
1630                                 <itemgra item_types="poi_car_rent" order="12-">
1631                                         <icon src="car_rent.xpm"/>
1632                                 </itemgra>
1633                                 <itemgra item_types="poi_car_wash" order="12-">
1634                                         <icon src="car_wash.xpm"/>
1635                                 </itemgra>
1636                                 <itemgra item_types="poi_casino" order="12-">
1637                                         <icon src="casino.xpm"/>
1638                                 </itemgra>
1639                                 <itemgra item_types="poi_cemetery" order="12-">
1640                                         <icon src="cemetery.xpm"/>
1641                                 </itemgra>
1642                                 <itemgra item_types="poi_church" order="11-">
1643                                         <icon src="church.png"/>
1644                                 </itemgra>
1645                                 <itemgra item_types="poi_cinema" order="12-">
1646                                         <icon src="cinema.png"/>
1647                                 </itemgra>
1648                                 <itemgra item_types="poi_communication" order="12-">
1649                                         <icon src="communication.xpm"/>
1650                                 </itemgra>
1651                                 <itemgra item_types="poi_concert" order="12-">
1652                                         <icon src="concert.xpm"/>
1653                                 </itemgra>
1654                                 <itemgra item_types="poi_cove" order="12-">
1655                                         <icon src="cove.xpm"/>
1656                                 </itemgra>
1657                                 <itemgra item_types="poi_crossing" order="12-">
1658                                         <icon src="crossing.xpm"/>
1659                                 </itemgra>
1660                                 <itemgra item_types="poi_dam" order="12-">
1661                                         <icon src="dam.xpm"/>
1662                                 </itemgra>
1663                                 <itemgra item_types="poi_danger_area" order="12-">
1664                                         <icon src="danger_area.xpm"/>
1665                                 </itemgra>
1666                                 <itemgra item_types="poi_danger_sea_wreck" order="12-">
1667                                         <icon src="dangerous.xpm"/>
1668                                 </itemgra>
1669                                 <itemgra item_types="poi_daymark" order="12-">
1670                                         <icon src="daymark.xpm"/>
1671                                 </itemgra>
1672                                 <itemgra item_types="poi_diving" order="12-">
1673                                         <icon src="diving.xpm"/>
1674                                 </itemgra>
1675                                 <itemgra item_types="poi_drinking_water" order="13-">
1676                                         <icon src="drinking_water.xpm"/>
1677                                 </itemgra>
1678                                 <itemgra item_types="poi_emergency" order="12-">
1679                                         <icon src="emergency.xpm"/>
1680                                 </itemgra>
1681                                 <itemgra item_types="poi_fair" order="12-">
1682                                         <icon src="fair.xpm"/>
1683                                 </itemgra>
1684                                 <itemgra item_types="poi_firebrigade" order="12-">
1685                                         <icon src="firebrigade.png"/>
1686                                 </itemgra>
1687                                 <itemgra item_types="poi_fish" order="9-">
1688                                         <icon src="fish.xpm"/>
1689                                 </itemgra>
1690                                 <itemgra item_types="poi_forbidden_area" order="12-">
1691                                         <icon src="forbiden_area.xpm"/>
1692                                 </itemgra>
1693                                 <itemgra item_types="poi_shop_gps" order="15-">
1694                                         <icon src="garmin.xpm"/>
1695                                 </itemgra>
1696                                 <itemgra item_types="poi_golf" order="12-">
1697                                         <icon src="golf.xpm"/>
1698                                 </itemgra>
1699                                 <itemgra item_types="poi_government_building" order="12-">
1700                                         <icon src="goverment_building.xpm"/>
1701                                 </itemgra>
1702                                 <itemgra item_types="poi_height" order="12-">
1703                                         <icon src="height.xpm"/>
1704                                 </itemgra>
1705                                 <itemgra item_types="poi_heliport" order="8-">
1706                                         <icon src="heliport.xpm"/>
1707                                 </itemgra>
1708                                 <itemgra item_types="poi_hotspring" order="12-">
1709                                         <icon src="hotspring.xpm"/>
1710                                 </itemgra>
1711                                 <itemgra item_types="poi_icesport" order="12-">
1712                                         <icon src="icesport.xpm"/>
1713                                 </itemgra>
1714                                 <itemgra item_types="poi_information" order="12-">
1715                                         <icon src="information.xpm"/>
1716                                 </itemgra>
1717                                 <itemgra item_types="poi_justice" order="12-">
1718                                         <icon src="justice.xpm"/>
1719                                 </itemgra>
1720                                 <itemgra item_types="poi_landmark" order="11-">
1721                                         <icon src="landmark.xpm"/>
1722                                 </itemgra>
1723                                 <itemgra item_types="poi_levee" order="12-">
1724                                         <icon src="levee.xpm"/>
1725                                 </itemgra>
1726                                 <itemgra item_types="poi_level_crossing" order="11-">
1727                                         <icon src="level_crossing.xpm"/>
1728                                 </itemgra>
1729                                 <itemgra item_types="poi_library" order="12-">
1730                                         <icon src="library.xpm"/>
1731                                 </itemgra>
1732                                 <itemgra item_types="poi_locale" order="12-">
1733                                         <icon src="locale.xpm"/>
1734                                 </itemgra>
1735                                 <itemgra item_types="poi_loudspeaker" order="12-">
1736                                         <icon src="loudspeaker.xpm"/>
1737                                 </itemgra>
1738                                 <itemgra item_types="poi_mall" order="12-">
1739                                         <icon src="mall.xpm"/>
1740                                 </itemgra>
1741                                 <itemgra item_types="poi_manmade_feature" order="12-">
1742                                         <icon src="manmade_feature.xpm"/>
1743                                 </itemgra>
1744                                 <itemgra item_types="poi_marine" order="12-">
1745                                         <icon src="marine.xpm"/>
1746                                 </itemgra>
1747                                 <itemgra item_types="poi_marine_type" order="12-">
1748                                         <icon src="marine_type.xpm"/>
1749                                 </itemgra>
1750                                 <itemgra item_types="poi_mark" order="12-">
1751                                         <icon src="mark.xpm"/>
1752                                 </itemgra>
1753                                 <itemgra item_types="poi_military" order="11-">
1754                                         <icon src="military.xpm"/>
1755                                 </itemgra>
1756                                 <itemgra item_types="poi_mine" order="12-">
1757                                         <icon src="mine.xpm"/>
1758                                 </itemgra>
1759                                 <itemgra item_types="poi_nondangerous" order="12-">
1760                                         <icon src="nondangerous.xpm"/>
1761                                 </itemgra>
1762                                 <itemgra item_types="poi_oil_field" order="12-">
1763                                         <icon src="oil_field.xpm"/>
1764                                 </itemgra>
1765                                 <itemgra item_types="poi_peak" order="7-">
1766                                         <icon src="peak.png"/>
1767                                 </itemgra>
1768                                 <itemgra item_types="poi_personal_service" order="12-">
1769                                         <icon src="personal_service.xpm"/>
1770                                 </itemgra>
1771                                 <itemgra item_types="poi_pharmacy" order="12-">
1772                                         <icon src="pharmacy.xpm"/>
1773                                 </itemgra>
1774                                 <itemgra item_types="poi_post_office,poi_post_box" order="13-">
1775                                         <icon src="post.png"/>
1776                                 </itemgra>
1777                                 <itemgra item_types="poi_public_office" order="12-">
1778                                         <icon src="public_office.xpm"/>
1779                                 </itemgra>
1780                                 <itemgra item_types="poi_rail_halt" order="11-">
1781                                         <circle color="#ff0000" radius="3" width="3"/>
1782                                         <circle color="#000000" radius="5" width="2" text_size="8"/>
1783                                 </itemgra>
1784                                 <itemgra item_types="poi_rail_station" order="9-">
1785                                         <circle color="#ff0000" radius="3" width="3"/>
1786                                         <circle color="#000000" radius="6" width="2" text_size="8"/>
1787                                 </itemgra>
1788                                 <itemgra item_types="poi_rail_tram_stop" order="10-11">
1789                                         <circle color="#ff0000" radius="2" width="2"/>
1790                                 </itemgra>
1791                                 <itemgra item_types="poi_rail_tram_stop" order="12-">
1792                                         <circle color="#ff0000" radius="3" width="3"/>
1793                                         <circle color="#606060" radius="5" width="2" text_size="8"/>
1794                                 </itemgra>
1795                                 <itemgra item_types="poi_repair_service" order="12-">
1796                                         <icon src="repair_service.xpm"/>
1797                                 </itemgra>
1798                                 <itemgra item_types="poi_resort" order="12-">
1799                                         <icon src="resort.xpm"/>
1800                                 </itemgra>
1801                                 <itemgra item_types="poi_restaurant" order="12-">
1802                                         <icon src="restaurant.xpm"/>
1803                                 </itemgra>
1804                                 <itemgra item_types="poi_restricted_area" order="12-">
1805                                         <icon src="restricted_area.xpm"/>
1806                                 </itemgra>
1807                                 <itemgra item_types="poi_restroom" order="13-">
1808                                         <icon src="restroom.xpm"/>
1809                                 </itemgra>
1810                                 <itemgra item_types="poi_sailing" order="12-">
1811                                         <icon src="sailing.xpm"/>
1812                                 </itemgra>
1813                                 <itemgra item_types="poi_scenic_area" order="12-">
1814                                         <icon src="scenic_area.xpm"/>
1815                                 </itemgra>
1816                                 <itemgra item_types="poi_school" order="12-">
1817                                         <icon src="school.xpm"/>
1818                                 </itemgra>
1819                                 <itemgra item_types="poi_service" order="12-">
1820                                         <icon src="service.xpm"/>
1821                                 </itemgra>
1822                                 <itemgra item_types="poi_shop_apparel" order="12-">
1823                                         <icon src="shop_apparel.xpm"/>
1824                                 </itemgra>
1825                                 <itemgra item_types="poi_shop_computer" order="12-">
1826                                         <icon src="shop_computer.xpm"/>
1827                                 </itemgra>
1828                                 <itemgra item_types="poi_shop_department" order="12-">
1829                                         <icon src="shop_department.xpm"/>
1830                                 </itemgra>
1831                                 <itemgra item_types="poi_shop_furniture" order="12-">
1832                                         <icon src="shop_furnish.xpm"/>
1833                                 </itemgra>
1834                                 <itemgra item_types="poi_shop_grocery" order="12-">
1835                                         <icon src="shop_grocery.xpm"/>
1836                                 </itemgra>
1837                                 <itemgra item_types="poi_shop_handg" order="12-">
1838                                         <icon src="shop_handg.xpm"/>
1839                                 </itemgra>
1840                                 <itemgra item_types="poi_shop_merchandise" order="12-">
1841                                         <icon src="shop_merchandise.xpm"/>
1842                                 </itemgra>
1843                                 <itemgra item_types="poi_shop_retail" order="12-">
1844                                         <icon src="shop_retail.xpm"/>
1845                                 </itemgra>
1846                                 <itemgra item_types="poi_shower" order="13-">
1847                                         <icon src="shower.xpm"/>
1848                                 </itemgra>
1849                                 <itemgra item_types="poi_skiing" order="11-">
1850                                         <icon src="skiing.xpm"/>
1851                                 </itemgra>
1852                                 <itemgra item_types="poi_social_service" order="12-">
1853                                         <icon src="social_service.xpm"/>
1854                                 </itemgra>
1855                                 <itemgra item_types="poi_sounding" order="12-">
1856                                         <icon src="sounding.xpm"/>
1857                                 </itemgra>
1858                                 <itemgra item_types="poi_sport" order="12-">
1859                                         <icon src="sport.xpm"/>
1860                                 </itemgra>
1861                                 <itemgra item_types="poi_stadium" order="11-">
1862                                         <icon src="stadium.xpm"/>
1863                                 </itemgra>
1864                                 <itemgra item_types="poi_swimming" order="12-">
1865                                         <icon src="swimming.xpm"/>
1866                                 </itemgra>
1867                                 <itemgra item_types="poi_telephone" order="13-">
1868                                         <icon src="telephone.xpm"/>
1869                                 </itemgra>
1870                                 <itemgra item_types="poi_theater" order="12-">
1871                                         <icon src="theater.xpm"/>
1872                                 </itemgra>
1873                                 <itemgra item_types="poi_tide" order="12-">
1874                                         <icon src="tide.xpm"/>
1875                                 </itemgra>
1876                                 <itemgra item_types="poi_tower" order="13-">
1877                                         <icon src="tower.xpm"/>
1878                                 </itemgra>
1879                                 <itemgra item_types="poi_townhall" order="12-">
1880                                         <icon src="townhall.xpm"/>
1881                                 </itemgra>
1882                                 <itemgra item_types="poi_trail" order="12-">
1883                                         <icon src="trail.xpm"/>
1884                                 </itemgra>
1885                                 <itemgra item_types="poi_truck_stop" order="12-">
1886                                         <icon src="truck_stop.xpm"/>
1887                                 </itemgra>
1888                                 <itemgra item_types="poi_tunnel" order="12-">
1889                                         <icon src="tunnel.xpm"/>
1890                                 </itemgra>
1891                                 <itemgra item_types="poi_wine" order="12-">
1892                                         <icon src="wine.xpm"/>
1893                                 </itemgra>
1894                                 <itemgra item_types="poi_worship" order="8-">
1895                                         <icon src="worship.xpm"/>
1896                                 </itemgra>
1897                                 <itemgra item_types="poi_wrecker" order="12-">
1898                                         <icon src="wrecker.xpm"/>
1899                                 </itemgra>
1900                                 <itemgra item_types="poi_zoo" order="9-">
1901                                         <icon src="zoo.xpm"/>
1902                                 </itemgra>
1903                                 <itemgra item_types="poi_picnic" order="12-">
1904                                         <icon src="picnic.xpm"/>
1905                                 </itemgra>
1906                                 <itemgra item_types="poi_gc_multi" order="12-">
1907                                         <icon src="gc_multi.xpm"/>
1908                                 </itemgra>
1909                                 <itemgra item_types="poi_gc_tradi" order="12-">
1910                                         <icon src="gc_tradi.xpm"/>
1911                                 </itemgra>
1912                                 <itemgra item_types="poi_gc_event" order="12-">
1913                                         <icon src="gc_event.xpm"/>
1914                                 </itemgra>
1915                                 <itemgra item_types="poi_gc_mystery" order="12-">
1916                                         <icon src="gc_mystery.xpm"/>
1917                                 </itemgra>
1918                                 <itemgra item_types="poi_gc_question" order="12-">
1919                                         <icon src="gc_question.xpm"/>
1920                                 </itemgra>
1921                                 <itemgra item_types="poi_gc_stages" order="12-">
1922                                         <icon src="gc_stages.xpm"/>
1923                                 </itemgra>
1924                                 <itemgra item_types="poi_gc_reference" order="12-">
1925                                         <icon src="gc_reference.xpm"/>
1926                                 </itemgra>
1927                                 <itemgra item_types="poi_gc_webcam" order="12-">
1928                                         <icon src="gc_webcam.xpm"/>
1929                                 </itemgra>
1930                                 <itemgra item_types="traffic_signals" order="13-">
1931                                         <icon src="traffic_signals.png"/>
1932                                 </itemgra>
1933                                 <itemgra item_types="poi_wifi" order="13-">
1934                                         <icon src="wifi.xpm"/>
1935                                 </itemgra>
1936                                 <itemgra item_types="poi_image" order="12-">
1937                                         <image/>
1938                                 </itemgra>
1939                                 <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bicyle layout. -->
1940                                 <itemgra item_types="poi_bench" order="13-">
1941                                         <icon src="bench.xpm"/>
1942                                 </itemgra>
1943                                 <itemgra item_types="poi_biergarten" order="12-">
1944                                         <icon src="biergarten.xpm"/>
1945                                 </itemgra>
1946                                 <itemgra item_types="poi_boundary_stone" order="13-">
1947                                         <icon src="boundary_stone.xpm"/>
1948                                 </itemgra>
1949                                 <itemgra item_types="poi_castle" order="11-">
1950                                         <icon src="castle.xpm"/>
1951                                 </itemgra>
1952                                 <itemgra item_types="poi_ruins" order="11-">
1953                                         <icon src="ruins.xpm"/>
1954                                 </itemgra>
1955                                 <itemgra item_types="poi_hunting_stand" order="12-">
1956                                         <icon src="hunting_stand.xpm"/>
1957                                 </itemgra>
1958                                 <itemgra item_types="poi_memorial" order="12-">
1959                                         <icon src="memorial.xpm"/>
1960                                 </itemgra>
1961                                 <itemgra item_types="poi_monument" order="12-">
1962                                         <icon src="memorial.xpm"/>
1963                                 </itemgra>
1964                                 <itemgra item_types="poi_shelter" order="11-">
1965                                         <icon src="shelter.xpm"/>
1966                                 </itemgra>
1967                                 <itemgra item_types="poi_fountain" order="13-">
1968                                         <icon src="fountain.xpm"/>
1969                                 </itemgra>
1970                                 <itemgra item_types="poi_potable_water" order="13-">
1971                                         <icon src="potable_water.xpm"/>
1972                                 </itemgra>
1973                                 <itemgra item_types="poi_toilets" order="12-">
1974                                         <icon src="toilets.xpm"/>
1975                                 </itemgra>
1976                                 <itemgra item_types="poi_viewpoint" order="10-">
1977                                         <icon src="viewpoint.xpm"/>
1978                                 </itemgra>
1979                                 <itemgra item_types="tec_common" order="11-">
1980                                         <icon src="tec_common.png" w="24" h="24"/>
1981                                 </itemgra>
1982                         </layer>
1983                         <layer name="POI Labels">
1984                                 <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,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,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" order="14-">
1985                                         <circle color="#606060" radius="0" width="0" text_size="10"/>
1986                                 </itemgra>
1987                         </layer>
1988                 </layout>
1989
1990                 <layout name="Car-dark" daylayout="Car" color="#011001">
1991
1992                         <cursor w="26" h="26">
1993                                 <itemgra>
1994                                         <circle color="#00ff00" radius="24" width="2">
1995                                                 <coord x="0" y="0"/>
1996                                         </circle>
1997                                 </itemgra>
1998                                 <itemgra speed_range="-2">
1999                                         <polyline color="#00ff00" width="2">
2000                                                 <coord x="0" y="0"/>
2001                                                 <coord x="0" y="0"/>
2002                                         </polyline>
2003                                 </itemgra>
2004                                 <itemgra speed_range="3-">
2005                                         <polyline color="#00ff00" width="2">
2006                                                 <coord x="-7" y="-10"/>
2007                                                 <coord x="0" y="12"/>
2008                                                 <coord x="7" y="-10"/>
2009                                         </polyline>
2010                                 </itemgra>
2011                         </cursor>
2012
2013                         <layer name="polygons">
2014                                 <itemgra item_types="image" order="0-">
2015                                         <image/>
2016                                 </itemgra>
2017                                 <itemgra item_types="poly_wood" order="0-">
2018                                         <polygon color="#041a06"/>
2019                                         <text text_size="5"/>
2020                                 </itemgra>
2021                                 <itemgra item_types="poly_farm" order="0-">
2022                                         <polygon color="#041a06"/>
2023                                         <text text_size="5"/>
2024                                 </itemgra>
2025                                 <itemgra item_types="poly_town" order="0-">
2026                                         <polygon color="#191711"/>
2027                                 </itemgra>
2028                                 <itemgra item_types="poly_university" order="8-">
2029                                         <polygon color="#140f14"/>
2030                                 </itemgra>
2031                                 <itemgra item_types="poly_water" order="0-">
2032                                         <polygon color="#010321"/>
2033                                         <text text_size="5"/>
2034                                 </itemgra>
2035                                 <itemgra item_types="poly_land" order="0-">
2036                                         <polygon color="#011001"/>
2037                                         <text text_size="5"/>
2038                                 </itemgra>
2039                                 <itemgra item_types="poly_park" order="0-">
2040                                         <polygon color="#041a06"/>
2041                                         <text text_size="5"/>
2042                                 </itemgra>
2043                                 <itemgra item_types="poly_pedestrian" order="10">
2044                                         <polygon color="#202020"/>
2045                                 </itemgra>
2046                                 <itemgra item_types="poly_pedestrian" order="11">
2047                                         <polyline color="#1e0728" width="3"/>
2048                                         <polygon color="#202020"/>
2049                                 </itemgra>
2050                                 <itemgra item_types="poly_pedestrian" order="12">
2051                                         <polyline color="#1e0728" width="5"/>
2052                                         <polygon color="#202020"/>
2053                                 </itemgra>
2054                                 <itemgra item_types="poly_pedestrian" order="13">
2055                                         <polyline color="#1e0728" width="6"/>
2056                                         <polygon color="#202020"/>
2057                                 </itemgra>
2058                                 <itemgra item_types="poly_pedestrian" order="14">
2059                                         <polyline color="#1e0728" width="7"/>
2060                                         <polygon color="#202020"/>
2061                                 </itemgra>
2062                                 <itemgra item_types="poly_pedestrian" order="15">
2063                                         <polyline color="#1e0728" width="9"/>
2064                                         <polygon color="#202020"/>
2065                                 </itemgra>
2066                                 <itemgra item_types="poly_pedestrian" order="16">
2067                                         <polyline color="#1e0728" width="10"/>
2068                                         <polygon color="#202020"/>
2069                                 </itemgra>
2070                                 <itemgra item_types="poly_pedestrian" order="17">
2071                                         <polyline color="#1e0728" width="12"/>
2072                                         <polygon color="#202020"/>
2073                                 </itemgra>
2074                                 <itemgra item_types="poly_pedestrian" order="18">
2075                                         <polyline color="#1e0728" width="20"/>
2076                                         <polygon color="#202020"/>
2077                                 </itemgra>
2078                                 <itemgra item_types="poly_airport" order="0-">
2079                                         <polygon color="#002e00"/>
2080                                 </itemgra>
2081                                 <itemgra item_types="poly_sport,poly_sports_pitch" order="0-">
2082                                         <polygon color="#0c220c"/>
2083                                 </itemgra>
2084                                 <itemgra item_types="poly_industry,poly_place" order="0-">
2085                                         <polygon color="#111111"/>
2086                                 </itemgra>
2087                                 <itemgra item_types="poly_service" order="8-18">
2088                                         <polygon color="#1a1a1a"/>
2089                                         <polyline color="#282828" width="1"/>
2090                                 </itemgra>
2091                                 <itemgra item_types="poly_street_1" order="8-13">
2092                                         <polygon color="#24092f"/>
2093                                 </itemgra>
2094                                 <itemgra item_types="poly_street_1" order="14-16">
2095                                         <polygon color="#24092f"/>
2096                                 </itemgra>
2097                                 <itemgra item_types="poly_street_1" order="17-18">
2098                                         <polygon color="#24092f"/>
2099                                 </itemgra>
2100                                 <itemgra item_types="poly_street_2" order="7-12">
2101                                         <polygon color="#c5c300"/>
2102                                         <polyline color="#c0c0c0" width="1"/>
2103                                 </itemgra>
2104                                 <itemgra item_types="poly_street_2" order="13-16">
2105                                         <polygon color="#c5c300"/>
2106                                         <polyline color="#c0c0c0" width="2"/>
2107                                 </itemgra>
2108                                 <itemgra item_types="poly_street_2" order="17-18">
2109                                         <polygon color="#c5c300"/>
2110                                         <polyline color="#c0c0c0" width="3"/>
2111                                 </itemgra>
2112                                 <itemgra item_types="poly_street_3" order="7-11">
2113                                         <polygon color="#c5c300"/>
2114                                         <polyline color="#a0a0a0" width="1"/>
2115                                 </itemgra>
2116                                 <itemgra item_types="poly_street_3" order="12-15">
2117                                         <polygon color="#c5c300"/>
2118                                         <polyline color="#a0a0a0" width="2"/>
2119                                 </itemgra>
2120                                 <itemgra item_types="poly_street_3" order="16-18">
2121                                         <polygon color="#c5c300"/>
2122                                         <polyline color="#a0a0a0" width="3"/>
2123                                 </itemgra>
2124                                 <itemgra item_types="water_line" order="0-">
2125                                         <polyline color="#010321" width="1"/>
2126                                         <text text_size="5"/>
2127                                 </itemgra>
2128                                 <itemgra item_types="water_river" order="4-5">
2129                                         <polyline color="#010321" width="1"/>
2130                                 </itemgra>
2131                                 <itemgra item_types="water_river" order="6">
2132                                         <polyline color="#010321" width="2"/>
2133                                 </itemgra>
2134                                 <itemgra item_types="water_river" order="7">
2135                                         <polyline color="#010321" width="3"/>
2136                                         <text text_size="5"/>
2137                                 </itemgra>
2138                                 <itemgra item_types="water_river" order="8-9">
2139                                         <polyline color="#010321" width="4"/>
2140                                         <text text_size="7"/>
2141                                 </itemgra>
2142                                 <itemgra item_types="water_river" order="10-">
2143                                         <polyline color="#010321" width="4"/>
2144                                         <text text_size="10"/>
2145                                 </itemgra>
2146                                 <itemgra item_types="water_canal" order="6">
2147                                         <polyline color="#010321" width="1"/>
2148                                 </itemgra>
2149                                 <itemgra item_types="water_canal" order="7">
2150                                         <polyline color="#010321" width="2"/>
2151                                         <text text_size="5"/>
2152                                 </itemgra>
2153                                 <itemgra item_types="water_canal" order="8-9">
2154                                         <polyline color="#010321" width="3"/>
2155                                         <text text_size="7"/>
2156                                 </itemgra>
2157                                 <itemgra item_types="water_canal" order="10-">
2158                                         <polyline color="#010321" width="3"/>
2159                                         <text text_size="10"/>
2160                                 </itemgra>
2161                                 <itemgra item_types="water_stream" order="8-9">
2162                                         <polyline color="#010321" width="1"/>
2163                                 </itemgra>
2164                                 <itemgra item_types="water_stream" order="10-">
2165                                         <polyline color="#010321" width="2"/>
2166                                         <text text_size="7"/>
2167                                 </itemgra>
2168                                 <itemgra item_types="water_drain" order="10-">
2169                                         <polyline color="#010321" width="1"/>
2170                                         <text text_size="5"/>
2171                                 </itemgra>
2172                                 <itemgra item_types="poly_apron" order="0-">
2173                                         <polygon color="#041a06"/>
2174                                 </itemgra>
2175                                 <itemgra item_types="poly_terminal" order="7-">
2176                                         <polygon color="#282424"/>
2177                                 </itemgra>
2178                                 <itemgra item_types="poly_cemetery" order="8-">
2179                                         <polygon color="#041a06"/>
2180                                 </itemgra>
2181                                 <itemgra item_types="poly_car_parking" order="8-">
2182                                         <polygon color="#1a170f"/>
2183                                 </itemgra>
2184                                 <itemgra item_types="poly_building" order="8-">
2185                                         <polygon color="#282424"/>
2186                                 </itemgra>
2187                                 <itemgra item_types="rail" order="6-8">
2188                                         <polyline color="#282828" width="2"/>
2189                                         <polyline color="#3d3d3d" dash="1,5" width="2"/>
2190                                 </itemgra>
2191                                 <itemgra item_types="rail" order="9-">
2192                                         <polyline color="#282828" width="3"/>
2193                                         <polyline color="#3d3d3d" dash="1,5" width="2"/>
2194                                 </itemgra>
2195                                 <itemgra item_types="ferry" order="5-">
2196                                         <polyline color="#113111" width="1" dash="10"/>
2197                                 </itemgra>
2198                                 <itemgra item_types="border_country" order="0-">
2199                                         <polyline color="#0d0b41" width="1" dash="10,5,2,5"/>
2200                                 </itemgra>
2201                                 <itemgra item_types="border_state" order="0-">
2202                                         <polyline color="#808080" width="1"/>
2203                                 </itemgra>
2204                                 <itemgra item_types="height_line_1" order="0-">
2205                                         <polyline color="#000000" width="1"/>
2206                                 </itemgra>
2207                                 <itemgra item_types="height_line_2" order="0-">
2208                                         <polyline color="#000000" width="2"/>
2209                                 </itemgra>
2210                         </layer>
2211                         <layer name="streets">
2212                                 <itemgra item_types="street_route" order="2">
2213                                         <polyline color="#0000a0" width="4"/>
2214                                 </itemgra>
2215                                 <itemgra item_types="street_route" order="3-5">
2216                                         <polyline color="#0000a0" width="8"/>
2217                                 </itemgra>
2218                                 <itemgra item_types="street_route" order="6">
2219                                         <polyline color="#0000a0" width="10"/>
2220                                 </itemgra>
2221                                 <itemgra item_types="street_route" order="7-8">
2222                                         <polyline color="#0000a0" width="16"/>
2223                                 </itemgra>
2224                                 <itemgra item_types="street_route" order="9-10">
2225                                         <polyline color="#0000a0" width="20"/>
2226                                 </itemgra>
2227                                 <itemgra item_types="street_route" order="11">
2228                                         <polyline color="#0000a0" width="28"/>
2229                                 </itemgra>
2230                                 <itemgra item_types="street_route" order="12">
2231                                         <polyline color="#0000a0" width="32"/>
2232                                 </itemgra>
2233                                 <itemgra item_types="street_route" order="13">
2234                                         <polyline color="#0000a0" width="52"/>
2235                                 </itemgra>
2236                                 <itemgra item_types="street_route" order="14">
2237                                         <polyline color="#0000a0" width="64"/>
2238                                 </itemgra>
2239                                 <itemgra item_types="street_route" order="15">
2240                                         <polyline color="#0000a0" width="68"/>
2241                                 </itemgra>
2242                                 <itemgra item_types="street_route" order="16">
2243                                         <polyline color="#0000a0" width="132"/>
2244                                 </itemgra>
2245                                 <itemgra item_types="street_route" order="17">
2246                                         <polyline color="#0000a0" width="268"/>
2247                                 </itemgra>
2248                                 <itemgra item_types="street_route" order="18">
2249                                         <polyline color="#0000a0" width="530"/>
2250                                 </itemgra>
2251                                 <itemgra item_types="street_nopass" order="10-">
2252                                         <polyline color="#000000" width="1"/>
2253                                 </itemgra>
2254                                 <itemgra item_types="track_paved" order="10-">
2255                                         <polyline color="#000000" width="1"/>
2256                                 </itemgra>
2257                                 <itemgra item_types="track_gravelled" order="10-12">
2258                                         <polyline color="#800000" width="1" dash="3,6"/>
2259                                 </itemgra>
2260                                 <itemgra item_types="track_gravelled" order="13-14">
2261                                         <polyline color="#3d3d3d" width="4" dash="4,8"/>
2262                                         <polyline color="#800000" width="2" dash="4,8"/>
2263                                 </itemgra>
2264                                 <itemgra item_types="track_gravelled" order="15-16">
2265                                         <polyline color="#3d3d3d" width="5" dash="5,10"/>
2266                                         <polyline color="#800000" width="3" dash="5,10"/>
2267                                 </itemgra>
2268                                 <itemgra item_types="track_gravelled" order="17-">
2269                                         <polyline color="#3d3d3d" width="7" dash="7,15"/>
2270                                         <polyline color="#800000" width="5" dash="7,15"/>
2271                                 </itemgra>
2272                                 <itemgra item_types="track_unpaved" order="10-">
2273                                         <polyline color="#000000" width="1"/>
2274                                 </itemgra>
2275                                 <itemgra item_types="bridleway" order="10-">
2276                                         <polyline color="#1e0728" width="1"/>
2277                                 </itemgra>
2278                                 <itemgra item_types="cycleway" order="10-">
2279                                         <polyline color="#1e0728" width="1"/>
2280                                 </itemgra>
2281                                 <itemgra item_types="piste_downhill_novice" order="10-12">
2282                                         <polyline color="#00A000" width="1"/>
2283                                 </itemgra>
2284                                 <itemgra item_types="piste_downhill_novice" order="13-14">
2285                                         <polyline color="#00A000" width="2"/>
2286                                 </itemgra>
2287                                 <itemgra item_types="piste_downhill_novice" order="15-16">
2288                                         <polyline color="#00A000" width="3"/>
2289                                 </itemgra>
2290                                 <itemgra item_types="piste_downhill_novice" order="17-">
2291                                         <polyline color="#00A000" width="5"/>
2292                                 </itemgra>
2293                                 <itemgra item_types="piste_downhill_easy" order="10-12">
2294                                         <polyline color="#0000ff" width="1"/>
2295                                 </itemgra>
2296                                 <itemgra item_types="piste_downhill_easy" order="13-14">
2297                                         <polyline color="#0000ff" width="2"/>
2298                                 </itemgra>
2299                                 <itemgra item_types="piste_downhill_easy" order="15-16">
2300                                         <polyline color="#0000ff" width="3"/>
2301                                 </itemgra>
2302                                 <itemgra item_types="piste_downhill_easy" order="17-">
2303                                         <polyline color="#0000ff" width="5"/>
2304                                 </itemgra>
2305                                 <itemgra item_types="piste_downhill_intermediate" order="10-12">
2306                                         <polyline color="#900000" width="1"/>
2307                                 </itemgra>
2308                                 <itemgra item_types="piste_downhill_intermediate" order="13-14">
2309                                         <polyline color="#900000" width="2"/>
2310                                 </itemgra>
2311                                 <itemgra item_types="piste_downhill_intermediate" order="15-16">
2312                                         <polyline color="#900000" width="3"/>
2313                                 </itemgra>
2314                                 <itemgra item_types="piste_downhill_intermediate" order="17-">
2315                                         <polyline color="#900000" width="5"/>
2316                                 </itemgra>
2317                                 <itemgra item_types="piste_downhill_advanced" order="10-12">
2318                                         <polyline color="#000000" width="1"/>
2319                                 </itemgra>
2320                                 <itemgra item_types="piste_downhill_advanced" order="13-14">
2321                                         <polyline color="#000000" width="2"/>
2322                                 </itemgra>
2323                                 <itemgra item_types="piste_downhill_advanced" order="15-16">
2324                                         <polyline color="#000000" width="3"/>
2325                                 </itemgra>
2326                                 <itemgra item_types="piste_downhill_advanced" order="17-">
2327                                         <polyline color="#000000" width="5"/>
2328                                 </itemgra>
2329                                 <itemgra item_types="piste_downhill_expert" order="10-12">
2330                                         <polyline color="#ffaa00" width="1"/>
2331                                 </itemgra>
2332                                 <itemgra item_types="piste_downhill_expert" order="13-14">
2333                                         <polyline color="#ffaa00" width="2"/>
2334                                 </itemgra>
2335                                 <itemgra item_types="piste_downhill_expert" order="15-16">
2336                                         <polyline color="#ffaa00" width="3"/>
2337                                 </itemgra>
2338                                 <itemgra item_types="piste_downhill_expert" order="17-">
2339                                         <polyline color="#ffaa00" width="5"/>
2340                                 </itemgra>
2341                                 <itemgra item_types="piste_downhill_freeride" order="10-12">
2342                                         <polyline color="#c5c300" width="1"/>
2343                                 </itemgra>
2344                                 <itemgra item_types="piste_downhill_freeride" order="13-14">
2345                                         <polyline color="#c5c300" width="2"/>
2346                                 </itemgra>
2347                                 <itemgra item_types="piste_downhill_freeride" order="15-16">
2348                                         <polyline color="#c5c300" width="3"/>
2349                                 </itemgra>
2350                                 <itemgra item_types="piste_downhill_freeride" order="17-">
2351                                         <polyline color="#c5c300" width="5"/>
2352                                 </itemgra>
2353                                 <itemgra item_types="lift_cable_car" order="6-">
2354                                         <polyline color="#3d3d3d" width="1" dash="5"/>
2355                                 </itemgra>
2356                                 <itemgra item_types="lift_chair" order="6-">
2357                                         <polyline color="#3d3d3d" width="1" dash="5"/>
2358                                 </itemgra>
2359                                 <itemgra item_types="lift_drag" order="6-">
2360                                         <polyline color="#3d3d3d" width="1" dash="5"/>
2361                                 </itemgra>
2362                                 <itemgra item_types="piste_nordic" order="10-12">
2363                                         <polyline color="#0000ff" width="1" dash="3,6"/>
2364                                 </itemgra>
2365                                 <itemgra item_types="piste_nordic" order="13-14">
2366                                         <polyline color="#0000ff" width="2" dash="4,8"/>
2367                                 </itemgra>
2368                                 <itemgra item_types="piste_nordic" order="15-16">
2369                                         <polyline color="#0000ff" width="3" dash="5,10"/>
2370                                 </itemgra>
2371                                 <itemgra item_types="piste_nordic" order="17-">
2372                                         <polyline color="#0000ff" width="5" dash="7,15"/>
2373                                 </itemgra>
2374                                 <itemgra item_types="footway" order="11-12">
2375                                         <polyline color="#4e0000" width="1" dash="3,6"/>
2376                                 </itemgra>
2377                                 <itemgra item_types="footway" order="13-14">
2378                                         <polyline color="#4e0000" width="2" dash="4,8"/>
2379                                 </itemgra>
2380                                 <itemgra item_types="footway" order="15-16">
2381                                         <polyline color="#4e0000" width="3" dash="5,10"/>
2382                                 </itemgra>
2383                                 <itemgra item_types="footway" order="17-">
2384                                         <polyline color="#4e0000" width="5" dash="7,15"/>
2385                                 </itemgra>
2386                                 <itemgra item_types="steps" order="14-15">
2387                                         <polyline color="#4d4e11" width="1"/>
2388                                 </itemgra>
2389                                 <itemgra item_types="steps" order="16">
2390                                         <polyline color="#4d4e11" width="2"/>
2391                                 </itemgra>
2392                                 <itemgra item_types="steps" order="17-18">
2393                                         <polyline color="#4d4e11" width="3"/>
2394                                 </itemgra>
2395                                 <itemgra item_types="street_pedestrian,living_street" order="10">
2396                                         <polyline color="#1e0728" width="1"/>
2397                                 </itemgra>
2398                                 <itemgra item_types="street_pedestrian,living_street" order="11">
2399                                         <polyline color="#1e0728" width="5"/>
2400                                         <polyline color="#202020" width="2"/>
2401                                 </itemgra>
2402                                 <itemgra item_types="street_pedestrian,living_street" order="12">
2403                                         <polyline color="#1e0728" width="8"/>
2404                                         <polyline color="#202020" width="3"/>
2405                                 </itemgra>
2406                                 <itemgra item_types="street_pedestrian,living_street" order="13">
2407                                         <polyline color="#1e0728" width="9"/>
2408                                         <polyline color="#202020" width="4"/>
2409                                 </itemgra>
2410                                 <itemgra item_types="street_pedestrian,living_street" order="14">
2411                                         <polyline color="#1e0728" width="13"/>
2412                                         <polyline color="#202020" width="7"/>
2413                                 </itemgra>
2414                                 <itemgra item_types="street_pedestrian,living_street" order="15">
2415                                         <polyline color="#1e0728" width="18"/>
2416                                         <polyline color="#202020" width="10"/>
2417                                 </itemgra>
2418                                 <itemgra item_types="street_pedestrian,living_street" order="16">
2419                                         <polyline color="#1e0728" width="21"/>
2420                                         <polyline color="#202020" width="13"/>
2421                                 </itemgra>
2422                                 <itemgra item_types="street_pedestrian,living_street" order="17">
2423                                         <polyline color="#1e0728" width="25"/>
2424                                         <polyline color="#202020" width="17"/>
2425                                 </itemgra>
2426                                 <itemgra item_types="street_pedestrian,living_street" order="18">
2427                                         <polyline color="#1e0728" width="40"/>
2428                                         <polyline color="#202020" width="30"/>
2429                                 </itemgra>
2430                                 <itemgra item_types="street_service" order="10">
2431                                         <polyline color="#2c2c2c" width="2"/>
2432                                 </itemgra>
2433                                 <itemgra item_types="street_service" order="11">
2434                                         <polyline color="#2c2c2c" width="2"/>
2435                                 </itemgra>
2436                                 <itemgra item_types="street_service" order="12">
2437                                         <polyline color="#2c2c2c" width="3"/>
2438                                 </itemgra>
2439                                 <itemgra item_types="street_service" order="13">
2440                                         <polyline color="#2c2c2c" width="4"/>
2441                                 </itemgra>
2442                                 <itemgra item_types="street_service" order="14">
2443                                         <polyline color="#2c2c2c" width="5"/>
2444                                 </itemgra>
2445                                 <itemgra item_types="street_service" order="15">
2446                                         <polyline color="#2c2c2c" width="6"/>
2447                                 </itemgra>
2448                                 <itemgra item_types="street_service" order="16">
2449                                         <polyline color="#2c2c2c" width="7"/>
2450                                 </itemgra>
2451                                 <itemgra item_types="street_service" order="17">
2452                                         <polyline color="#2c2c2c" width="8"/>
2453                                 </itemgra>
2454                                 <itemgra item_types="street_service" order="18">
2455                                         <polyline color="#2c2c2c" width="9"/>
2456                                 </itemgra>
2457                                 <itemgra item_types="street_parking_lane" order="12">
2458                                         <polyline color="#2c2c2c" width="2"/>
2459                                 </itemgra>
2460                                 <itemgra item_types="street_parking_lane" order="13">
2461                                         <polyline color="#2c2c2c" width="2"/>
2462                                 </itemgra>
2463                                 <itemgra item_types="street_parking_lane" order="14">
2464                                         <polyline color="#2c2c2c" width="3"/>
2465                                 </itemgra>
2466                                 <itemgra item_types="street_parking_lane" order="15">
2467                                         <polyline color="#2c2c2c" width="4"/>
2468                                 </itemgra>
2469                                 <itemgra item_types="street_parking_lane" order="16">
2470                                         <polyline color="#2c2c2c" width="5"/>
2471                                 </itemgra>
2472                                 <itemgra item_types="street_parking_lane" order="17">
2473                                         <polyline color="#2c2c2c" width="6"/>
2474                                 </itemgra>
2475                                 <itemgra item_types="street_parking_lane" order="18">
2476                                         <polyline color="#2c2c2c" width="7"/>
2477                                 </itemgra>
2478                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="10">
2479                                         <polyline color="#24092f" width="2"/>
2480                                 </itemgra>
2481                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
2482                                         <polyline color="#24092f" width="3"/>
2483                                 </itemgra>
2484                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
2485                                         <polyline color="#24092f" width="5"/>
2486                                 </itemgra>
2487                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
2488                                         <polyline color="#24092f" width="9"/>
2489                                 </itemgra>
2490                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
2491                                         <polyline color="#24092f" width="13"/>
2492                                 </itemgra>
2493                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
2494                                         <polyline color="#24092f" width="14"/>
2495                                 </itemgra>
2496                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
2497                                         <polyline color="#24092f" width="26"/>
2498                                 </itemgra>
2499                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
2500                                         <polyline color="#24092f" width="61"/>
2501                                 </itemgra>
2502                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
2503                                         <polyline color="#24092f" width="126"/>
2504                                 </itemgra>
2505                                 <itemgra item_types="street_2_city,street_2_land" order="8">
2506                                         <polyline color="#1d4c19" width="1"/>
2507                                 </itemgra>
2508                                 <itemgra item_types="street_2_city,street_2_land" order="9">
2509                                         <polyline color="#1d4c19" width="1"/>
2510                                 </itemgra>
2511                                 <itemgra item_types="street_2_city,street_2_land" order="10">
2512                                         <polyline color="#1d4c19" width="2"/>
2513                                 </itemgra>
2514                                 <itemgra item_types="street_2_city,street_2_land" order="11">
2515                                         <polyline color="#1d4c19" width="4"/>
2516                                 </itemgra>
2517                                 <itemgra item_types="street_2_city,street_2_land" order="12">
2518                                         <polyline color="#1d4c19" width="7"/>
2519                                 </itemgra>
2520                                 <itemgra item_types="street_2_city,street_2_land" order="13">
2521                                         <polyline color="#1d4c19" width="11"/>
2522                                 </itemgra>
2523                                 <itemgra item_types="street_2_city,street_2_land" order="14">
2524                                         <polyline color="#1d4c19" width="14"/>
2525                                 </itemgra>
2526                                 <itemgra item_types="street_2_city,street_2_land" order="15">
2527                                         <polyline color="#1d4c19" width="17"/>
2528                                 </itemgra>
2529                                 <itemgra item_types="street_2_city,street_2_land" order="16">
2530                                         <polyline color="#1d4c19" width="30"/>
2531                                 </itemgra>
2532                                 <itemgra item_types="street_2_city,street_2_land" order="17">
2533                                         <polyline color="#1d4c19" width="67"/>
2534                                 </itemgra>
2535                                 <itemgra item_types="street_2_city,street_2_land" order="18">
2536                                         <polyline color="#1d4c19" width="138"/>
2537                                 </itemgra>
2538                                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="7-8">
2539                                         <polyline color="#4d4e11" width="1"/>
2540                                 </itemgra>
2541                                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="9">
2542                                         <polyline color="#4d4e11" width="2"/>
2543                                 </itemgra>
2544                                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="10">
2545                                         <polyline color="#4d4e11" width="4"/>
2546                                 </itemgra>
2547                                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="11">
2548                                         <polyline color="#4d4e11" width="5"/>
2549                                 </itemgra>
2550                                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="12">
2551                                         <polyline color="#4d4e11" width="7"/>
2552                                 </itemgra>
2553                                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="13">
2554                                         <polyline color="#4d4e11" width="14"/>
2555                                 </itemgra>
2556                                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="14">
2557                                         <polyline color="#4d4e11" width="17"/>
2558                                 </itemgra>
2559                                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="15">
2560                                         <polyline color="#4d4e11" width="21"/>
2561                                 </itemgra>
2562                                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="16">
2563                                         <polyline color="#4d4e11" width="34"/>
2564                                 </itemgra>
2565                                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="17">
2566                                         <polyline color="#4d4e11" width="73"/>
2567                                 </itemgra>
2568                                 <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="18">
2569                                         <polyline color="#4d4e11" width="150"/>
2570                                 </itemgra>
2571                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-5">
2572                                         <polyline color="#430000" width="1"/>
2573                                 </itemgra>
2574                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="6-8">
2575                                         <polyline color="#430000" width="2"/>
2576                                 </itemgra>
2577                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
2578                                         <polyline color="#430000" width="3"/>
2579                                 </itemgra>
2580                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
2581                                         <polyline color="#430000" width="4"/>
2582                                 </itemgra>
2583                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
2584                                         <polyline color="#430000" width="7"/>
2585                                 </itemgra>
2586                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
2587                                         <polyline color="#430000" width="9"/>
2588                                 </itemgra>
2589                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
2590                                         <polyline color="#430000" width="14"/>
2591                                 </itemgra>
2592                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
2593                                         <polyline color="#430000" width="17"/>
2594                                 </itemgra>
2595                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
2596                                         <polyline color="#430000" width="20"/>
2597                                 </itemgra>
2598                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
2599                                         <polyline color="#430000" width="33"/>
2600                                 </itemgra>
2601                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
2602                                         <polyline color="#430000" width="72"/>
2603                                 </itemgra>
2604                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
2605                                         <polyline color="#430000" width="150"/>
2606                                 </itemgra>
2607                                 <itemgra item_types="highway_city,highway_land" order="2">
2608                                         <polyline color="#760000" width="1"/>
2609                                 </itemgra>
2610                                 <!--1d4c19/0d740d-->
2611                                 <itemgra item_types="highway_city,highway_land" order="3-5">
2612                                         <polyline color="#640000" width="3"/>
2613                                         <polyline color="#0a5c0a" width="1"/>
2614                                 </itemgra>
2615                                 <itemgra item_types="highway_city,highway_land" order="6">
2616                                         <polyline color="#640000" width="4"/>
2617                                         <polyline color="#0a5c0a" width="1"/>
2618                                 </itemgra>
2619                                 <itemgra item_types="highway_city,highway_land" order="7-8">
2620                                         <polyline color="#640000" width="6"/>
2621                                         <polyline color="#005b00" width="1"/>
2622                                 </itemgra>
2623                                 <itemgra item_types="highway_city,highway_land" order="9-10">
2624                                         <polyline color="#640000" width="8"/>
2625                                         <polyline color="#0a5c0a" width="2"/>
2626                                 </itemgra>
2627                                 <itemgra item_types="highway_city,highway_land" order="11">
2628                                         <polyline color="#640000" width="12"/>
2629                                         <polyline color="#0a5c0a" width="3"/>
2630                                 </itemgra>
2631                                 <itemgra item_types="highway_city,highway_land" order="12">
2632                                         <polyline color="#640000" width="13"/>
2633                                         <polyline color="#0a5c0a" width="3"/>
2634                                 </itemgra>
2635                                 <itemgra item_types="highway_city,highway_land" order="13">
2636                                         <polyline color="#640000" width="17"/>
2637                                         <polyline color="#0a5c0a" width="4"/>
2638                                 </itemgra>
2639                                 <itemgra item_types="highway_city,highway_land" order="14">
2640                                         <polyline color="#640000" width="24"/>
2641                                         <polyline color="#0a5c0a" width="4"/>
2642                                 </itemgra>
2643                                 <itemgra item_types="highway_city,highway_land" order="15">
2644                                         <polyline color="#640000" width="27"/>
2645                                         <polyline color="#0a5c0a" width="5"/>
2646                                 </itemgra>
2647                                 <itemgra item_types="highway_city,highway_land" order="16">
2648                                         <polyline color="#640000" width="59"/>
2649                                         <polyline color="#0a5c0a" width="6"/>
2650                                 </itemgra>
2651                                 <itemgra item_types="highway_city,highway_land" order="17">
2652                                         <polyline color="#640000" width="127"/>
2653                                         <polyline color="#0a5c0a" width="7"/>
2654                                 </itemgra>
2655                                 <itemgra item_types="highway_city,highway_land" order="18">
2656                                         <polyline color="#640000" width="258"/>
2657                                         <polyline color="#0a5c0a" width="8"/>
2658                                 </itemgra>
2659                                 <!-- This entry shows all unknown linear elements as blue lines -->
2660                                 <!--
2661                                 <itemgra item_types="street_unkn" order="0-">
2662                                         <polyline color="#8080ff" width="3"/>
2663                                 </itemgra>
2664                                 -->
2665                                 <itemgra item_types="highway_exit_label" order="10-">
2666                                         <circle color="#000000" radius="3" text_size="7"/>
2667                                 </itemgra>
2668                                 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="10-18">
2669                                         <text text_size="8" color="#55c4bd"/>
2670                                 </itemgra>
2671                                 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
2672                                         <text text_size="9" color="#55c4bd"/>
2673                                 </itemgra>
2674                                 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18">
2675                                         <text text_size="9" color="#55c4bd"/>
2676                                 </itemgra>
2677                         </layer>
2678                         <layer name="polylines">
2679                                 <itemgra item_types="aeroway_taxiway" order="10">
2680                                         <polyline color="#404040" width="4"/>
2681                                 </itemgra>
2682                                 <itemgra item_types="aeroway_taxiway" order="11">
2683                                         <polyline color="#404040" width="6"/>
2684                                 </itemgra>
2685                                 <itemgra item_types="aeroway_taxiway" order="12">
2686                                         <polyline color="#404040" width="10"/>
2687                                 </itemgra>
2688                                 <itemgra item_types="aeroway_taxiway" order="13">
2689                                         <polyline color="#404040" width="12"/>
2690                                 </itemgra>
2691                                 <itemgra item_types="aeroway_taxiway" order="14">
2692                                         <polyline color="#404040" width="15"/>
2693                                 </itemgra>
2694                                 <itemgra item_types="aeroway_taxiway" order="15">
2695                                         <polyline color="#404040" width="17"/>
2696                                 </itemgra>
2697                                 <itemgra item_types="aeroway_taxiway" order="16">
2698                                         <polyline color="#404040" width="33"/>
2699                                 </itemgra>
2700                                 <itemgra item_types="aeroway_taxiway" order="17">
2701                                         <polyline color="#404040" width="69"/>
2702                                 </itemgra>
2703                                 <itemgra item_types="aeroway_taxiway" order="18">
2704                                         <polyline color="#404040" width="132"/>
2705                                 </itemgra>
2706                                 <itemgra item_types="aeroway_runway" order="2-6">
2707                                         <polyline color="#404040" width="1"/>
2708                                 </itemgra>
2709                                 <itemgra item_types="aeroway_runway" order="7-8">
2710                                         <polyline color="#404040" width="3"/>
2711                                 </itemgra>
2712                                 <itemgra item_types="aeroway_runway" order="9">
2713                                         <polyline color="#404040" width="5"/>
2714                                 </itemgra>
2715                                 <itemgra item_types="aeroway_runway" order="10">
2716                                         <polyline color="#404040" width="6"/>
2717                                 </itemgra>
2718                                 <itemgra item_types="aeroway_runway" order="11">
2719                                         <polyline color="#404040" width="9"/>
2720                                 </itemgra>
2721                                 <itemgra item_types="aeroway_runway" order="12">
2722                                         <polyline color="#404040" width="13"/>
2723                                 </itemgra>
2724                                 <itemgra item_types="aeroway_runway" order="13">
2725                                         <polyline color="#404040" width="18"/>
2726                                 </itemgra>
2727                                 <itemgra item_types="aeroway_runway" order="14">
2728                                         <polyline color="#404040" width="21"/>
2729                                 </itemgra>
2730                                 <itemgra item_types="aeroway_runway" order="15">
2731                                         <polyline color="#404040" width="24"/>
2732                                 </itemgra>
2733                                 <itemgra item_types="aeroway_runway" order="16">
2734                                         <polyline color="#404040" width="39"/>
2735                                 </itemgra>
2736                                 <itemgra item_types="aeroway_runway" order="17">
2737                                         <polyline color="#404040" width="78"/>
2738                                 </itemgra>
2739                                 <itemgra item_types="aeroway_runway" order="18">
2740                                         <polyline color="#404040" width="156"/>
2741                                 </itemgra>
2742                                 <itemgra item_types="rail_tram,bus_guideway" order="10-">
2743                                         <polyline color="#3d3d3d" width="2"/>
2744                                 </itemgra>
2745                         </layer>
2746                         <layer name="labels">
2747                                 <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-">
2748                                         <circle color="#55c4bd" radius="3" text_size="7"/>
2749                                 </itemgra>
2750                                 <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="11-">
2751                                         <circle color="#55c4bd" radius="3" text_size="7"/>
2752                                 </itemgra>
2753                                 <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3" order="10-">
2754                                         <circle color="#55c4bd" radius="3" text_size="7"/>
2755                                 </itemgra>
2756                                 <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
2757                                         <circle color="#55c4bd" radius="3" text_size="7"/>
2758                                 </itemgra>
2759                                 <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="8-">
2760                                         <circle color="#55c4bd" radius="3" text_size="7"/>
2761                                 </itemgra>
2762                                 <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="6-">
2763                                         <circle color="#55c4bd" radius="3" text_size="10"/>
2764                                 </itemgra>
2765                                 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="4-">
2766                                         <circle color="#55c4bd" radius="3" text_size="10"/>
2767                                 </itemgra>
2768                                 <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
2769                                         <circle color="#55c4bd" radius="3" text_size="15"/>
2770                                 </itemgra>
2771                                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="2-">
2772                                         <circle color="#55c4bd" radius="3" text_size="15"/>
2773                                 </itemgra>
2774                                 <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
2775                                         <circle color="#55c4bd" radius="3" text_size="15"/>
2776                                 </itemgra>
2777                         </layer>
2778                         <layer name="points">
2779                                 <itemgra item_types="mini_roundabout" order="12-">
2780                                         <icon src="mini_roundabout.xpm"/>
2781                                 </itemgra>
2782                                 <itemgra item_types="turning_circle" order="12-">
2783                                         <icon src="mini_roundabout.xpm"/>
2784                                 </itemgra>
2785                                 <itemgra item_types="track" order="3-">
2786                                         <polyline color="#3f3f3f" width="1"/>
2787                                 </itemgra>
2788                                 <itemgra item_types="poi_airport" order="5-">
2789                                         <icon src="airport.png"/>
2790                                 </itemgra>
2791                                 <itemgra item_types="town_ghost" order="0-">
2792                                         <icon src="ghost_town.xpm"/>
2793                                 </itemgra>
2794                                 <itemgra item_types="poi_hotel" order="12-">
2795                                         <icon src="hotel.xpm"/>
2796                                 </itemgra>
2797                                 <itemgra item_types="poi_car_parking" order="11-">
2798                                         <icon src="parking.xpm"/>
2799                                 </itemgra>
2800                                 <itemgra item_types="poi_car_dealer_parts" order="0-">
2801                                         <icon src="car_dealer.xpm"/>
2802                                 </itemgra>
2803                                 <itemgra item_types="poi_fuel" order="10-">
2804                                         <icon src="fuel.png"/>
2805                                 </itemgra>
2806                                 <itemgra item_types="poi_shopping" order="10-">
2807                                         <icon src="shopping.png"/>
2808                                 </itemgra>
2809                                 <itemgra item_types="poi_attraction" order="8-">
2810                                         <icon src="attraction.png"/>
2811                                 </itemgra>
2812                                 <itemgra item_types="poi_cafe" order="12-">
2813                                         <icon src="cafe.xpm"/>
2814                                 </itemgra>
2815                                 <itemgra item_types="poi_bar" order="12-">
2816                                         <icon src="bar.xpm"/>
2817                                 </itemgra>
2818                                 <itemgra item_types="poi_bridge" order="0-">
2819                                         <icon src="bridge.xpm"/>
2820                                 </itemgra>
2821                                 <itemgra item_types="highway_exit" order="11-">
2822                                         <icon src="exit.png"/>
2823                                 </itemgra>
2824                                 <itemgra item_types="poi_camp_rv" order="9-">
2825                                         <icon src="camping.xpm"/>
2826                                 </itemgra>
2827                                 <itemgra item_types="poi_museum_history" order="12-">
2828                                         <icon src="museum.xpm"/>
2829                                 </itemgra>
2830                                 <itemgra item_types="poi_hospital" order="12-">
2831                                         <icon src="hospital.png"/>
2832                                 </itemgra>
2833                                 <!-- not really usefull -->
2834                                 <!--
2835                                 <itemgra item_types="point_unkn" order="0-">
2836                                                 <circle color="#8080ff" radius="3"/>
2837                                 </itemgra>
2838                                 -->
2839                                 <itemgra item_types="poi_dining" order="12-">
2840                                         <icon src="dining.xpm"/>
2841                                 </itemgra>
2842                                 <itemgra item_types="poi_fastfood" order="12-">
2843                                         <icon src="fastfood.png"/>
2844                                 </itemgra>
2845                                 <itemgra item_types="poi_police" order="12-">
2846                                         <icon src="police.png"/>
2847                                 </itemgra>
2848                                 <itemgra item_types="poi_auto_club" order="0-">
2849                                         <icon src="auto_club.xpm"/>
2850                                 </itemgra>
2851                                 <itemgra item_types="poi_autoservice" order="0-">
2852                                         <icon src="autoservice.xpm"/>
2853                                 </itemgra>
2854                                 <itemgra item_types="poi_bank" order="12-">
2855                                         <icon src="bank.png"/>
2856                                 </itemgra>
2857                                 <itemgra item_types="poi_bay" order="0-">
2858                                         <icon src="bay.xpm"/>
2859                                 </itemgra>
2860                                 <itemgra item_types="poi_bend" order="0-">
2861                                         <icon src="bend.xpm"/>
2862                                 </itemgra>
2863                                 <itemgra item_types="poi_boat_ramp" order="12-">
2864                                         <icon src="boat_ramp.png"/>
2865                                 </itemgra>
2866                                 <itemgra item_types="poi_border_station" order="0-">
2867                                         <icon src="border_station.xpm"/>
2868                                 </itemgra>
2869                                 <itemgra item_types="poi_bowling" order="0-">
2870                                         <icon src="bowling.xpm"/>
2871                                 </itemgra>
2872                                 <itemgra item_types="poi_bus_station" order="12-">
2873                                         <icon src="bus.png"/>
2874                                 </itemgra>
2875                                 <itemgra item_types="poi_bus_stop" order="12-">
2876                                         <icon src="bus.png"/>
2877                                 </itemgra>
2878                                 <itemgra item_types="poi_business_service" order="0-">
2879                                         <icon src="bussines_service.xpm"/>
2880                                 </itemgra>
2881                                 <itemgra item_types="poi_car_rent" order="11-">
2882                                         <icon src="car_rent.xpm"/>
2883                                 </itemgra>
2884                                 <itemgra item_types="poi_car_wash" order="12-">
2885                                         <icon src="car_wash.xpm"/>
2886                                 </itemgra>
2887                                 <itemgra item_types="poi_casino" order="11-">
2888                                         <icon src="casino.xpm"/>
2889                                 </itemgra>
2890                                 <itemgra item_types="poi_cemetery" order="11-">
2891                                         <icon src="cemetery.xpm"/>
2892                                 </itemgra>
2893                                 <itemgra item_types="poi_church" order="11-">
2894                                         <icon src="church.png"/>
2895                                 </itemgra>
2896                                 <itemgra item_types="poi_cinema" order="12-">
2897                                         <icon src="cinema.png"/>
2898                                 </itemgra>
2899                                 <itemgra item_types="poi_communication" order="0-">
2900                                         <icon src="communication.xpm"/>
2901                                 </itemgra>
2902                                 <itemgra item_types="poi_concert" order="0-">
2903                                         <icon src="concert.xpm"/>
2904                                 </itemgra>
2905                                 <itemgra item_types="poi_cove" order="0-">
2906                                         <icon src="cove.xpm"/>
2907                                 </itemgra>
2908                                 <itemgra item_types="poi_crossing" order="0-">
2909                                         <icon src="crossing.xpm"/>
2910                                 </itemgra>
2911                                 <itemgra item_types="poi_dam" order="0-">
2912                                         <icon src="dam.xpm"/>
2913                                 </itemgra>
2914                                 <itemgra item_types="poi_danger_area" order="0-">
2915                                         <icon src="danger_area.xpm"/>
2916                                 </itemgra>
2917                                 <itemgra item_types="poi_danger_sea_wreck" order="0-">
2918                                         <icon src="dangerous.xpm"/>
2919                                 </itemgra>
2920                                 <itemgra item_types="poi_daymark" order="0-">
2921                                         <icon src="daymark.xpm"/>
2922                                 </itemgra>
2923                                 <itemgra item_types="poi_diving" order="0-">
2924                                         <icon src="diving.xpm"/>
2925                                 </itemgra>
2926                                 <itemgra item_types="poi_drinking_water" order="0-">
2927                                         <icon src="drinking_water.xpm"/>
2928                                 </itemgra>
2929                                 <itemgra item_types="poi_emergency" order="0-">
2930                                         <icon src="emergency.xpm"/>
2931                                 </itemgra>
2932                                 <itemgra item_types="poi_fair" order="0-">
2933                                         <icon src="fair.xpm"/>
2934                                 </itemgra>
2935                                 <itemgra item_types="poi_firebrigade" order="12-">
2936                                         <icon src="firebrigade.png"/>
2937                                 </itemgra>
2938                                 <itemgra item_types="poi_fish" order="0-">
2939                                         <icon src="fish.xpm"/>
2940                                 </itemgra>
2941                                 <itemgra item_types="poi_forbidden_area" order="0-">
2942                                         <icon src="forbiden_area.xpm"/>
2943                                 </itemgra>
2944                                 <itemgra item_types="poi_shop_gps" order="0-">
2945                                         <icon src="garmin.xpm"/>
2946                                 </itemgra>
2947                                 <itemgra item_types="poi_golf" order="12-">
2948                                         <icon src="golf.xpm"/>
2949                                 </itemgra>
2950                                 <itemgra item_types="poi_government_building" order="0-">
2951                                         <icon src="goverment_building.xpm"/>
2952                                 </itemgra>
2953                                 <itemgra item_types="poi_height" order="0-">
2954                                         <icon src="height.xpm"/>
2955                                 </itemgra>
2956                                 <itemgra item_types="poi_heliport" order="7-">
2957                                         <icon src="heliport.xpm"/>
2958                                 </itemgra>
2959                                 <itemgra item_types="poi_hotspring" order="0-">
2960                                         <icon src="hotspring.xpm"/>
2961                                 </itemgra>
2962                                 <itemgra item_types="poi_icesport" order="0-">
2963                                         <icon src="icesport.xpm"/>
2964                                 </itemgra>
2965                                 <itemgra item_types="poi_information" order="12-">
2966                                         <icon src="information.xpm"/>
2967                                 </itemgra>
2968                                 <itemgra item_types="poi_justice" order="10-">
2969                                         <icon src="justice.xpm"/>
2970                                 </itemgra>
2971                                 <itemgra item_types="poi_landmark" order="0-">
2972                                         <icon src="landmark.xpm"/>
2973                                 </itemgra>
2974                                 <itemgra item_types="poi_levee" order="0-">
2975                                         <icon src="levee.xpm"/>
2976                                 </itemgra>
2977                                 <itemgra item_types="poi_level_crossing" order="11-">
2978                                         <icon src="level_crossing.xpm"/>
2979                                 </itemgra>
2980                                 <itemgra item_types="poi_library" order="12-">
2981                                         <icon src="library.xpm"/>
2982                                 </itemgra>
2983                                 <itemgra item_types="poi_locale" order="0-">
2984                                         <icon src="locale.xpm"/>
2985                                 </itemgra>
2986                                 <itemgra item_types="poi_loudspeaker" order="0-">
2987                                         <icon src="loudspeaker.xpm"/>
2988                                 </itemgra>
2989                                 <itemgra item_types="poi_mall" order="0-">
2990                                         <icon src="mall.xpm"/>
2991                                 </itemgra>
2992                                 <itemgra item_types="poi_manmade_feature" order="0-">
2993                                         <icon src="manmade_feature.xpm"/>
2994                                 </itemgra>
2995                                 <itemgra item_types="poi_marine" order="0-">
2996                                         <icon src="marine.xpm"/>
2997                                 </itemgra>
2998                                 <itemgra item_types="poi_marine_type" order="0-">
2999                                         <icon src="marine_type.xpm"/>
3000                                 </itemgra>
3001                                 <itemgra item_types="poi_mark" order="0-">
3002                                         <icon src="mark.xpm"/>
3003                                 </itemgra>
3004                                 <itemgra item_types="poi_military" order="0-">
3005                                         <icon src="military.xpm"/>
3006                                 </itemgra>
3007                                 <itemgra item_types="poi_mine" order="0-">
3008                                         <icon src="mine.xpm"/>
3009                                 </itemgra>
3010                                 <itemgra item_types="poi_nondangerous" order="0-">
3011                                         <icon src="nondangerous.xpm"/>
3012                                 </itemgra>
3013                                 <itemgra item_types="poi_oil_field" order="0-">
3014                                         <icon src="oil_field.xpm"/>
3015                                 </itemgra>
3016                                 <itemgra item_types="poi_peak" order="6-">
3017                                         <icon src="peak.png"/>
3018                                 </itemgra>
3019                                 <itemgra item_types="poi_personal_service" order="0-">
3020                                         <icon src="personal_service.xpm"/>
3021                                 </itemgra>
3022                                 <itemgra item_types="poi_pharmacy" order="12-">
3023                                         <icon src="pharmacy.xpm"/>
3024                                 </itemgra>
3025                                 <itemgra item_types="poi_post_office,poi_post_box" order="13-">
3026                                         <icon src="post.png"/>
3027                                 </itemgra>
3028                                 <itemgra item_types="poi_public_office" order="0-">
3029                                         <icon src="public_office.xpm"/>
3030                                 </itemgra>
3031                                 <itemgra item_types="poi_rail_halt" order="10-">
3032                                         <circle color="#000000" radius="3" width="3"/>
3033                                         <circle color="#3d3d3d" radius="6" width="2" text_size="8"/>
3034                                 </itemgra>
3035                                 <itemgra item_types="poi_rail_station" order="11-">
3036                                         <circle color="#000000" radius="3" width="3"/>
3037                                         <circle color="#3d3d3d" radius="6" width="2" text_size="8"/>
3038                                 </itemgra>
3039                                 <itemgra item_types="poi_rail_tram_stop" order="10-11">
3040                                         <circle color="#3d3d3d" radius="2" width="2"/>
3041                                 </itemgra>
3042                                 <itemgra item_types="poi_rail_tram_stop" order="12-">
3043                                         <circle color="#000000" radius="3" width="3"/>
3044                                         <circle color="#3d3d3d" radius="6" width="2" text_size="8"/>
3045                                 </itemgra>
3046                                 <itemgra item_types="poi_repair_service" order="0-">
3047                                         <icon src="repair_service.xpm"/>
3048                                 </itemgra>
3049                                 <itemgra item_types="poi_resort" order="0-">
3050                                         <icon src="resort.xpm"/>
3051                                 </itemgra>
3052                                 <itemgra item_types="poi_restaurant" order="12-">
3053                                         <icon src="restaurant.xpm"/>
3054                                 </itemgra>
3055                                 <itemgra item_types="poi_restricted_area" order="0-">
3056                                         <icon src="restricted_area.xpm"/>
3057                                 </itemgra>
3058                                 <itemgra item_types="poi_restroom" order="13-">
3059                                         <icon src="restroom.xpm"/>
3060                                 </itemgra>
3061                                 <itemgra item_types="poi_sailing" order="0-">
3062                                         <icon src="sailing.xpm"/>
3063                                 </itemgra>
3064                                 <itemgra item_types="poi_scenic_area" order="0-">
3065                                         <icon src="scenic_area.xpm"/>
3066                                 </itemgra>
3067                                 <itemgra item_types="poi_school" order="12-">
3068                                         <icon src="school.xpm"/>
3069                                 </itemgra>
3070                                 <itemgra item_types="poi_service" order="0-">
3071                                         <icon src="service.xpm"/>
3072                                 </itemgra>
3073                                 <itemgra item_types="poi_shop_apparel" order="0-">
3074                                         <icon src="shop_apparel.xpm"/>
3075                                 </itemgra>
3076                                 <itemgra item_types="poi_shop_computer" order="0-">
3077                                         <icon src="shop_computer.xpm"/>
3078                                 </itemgra>
3079                                 <itemgra item_types="poi_shop_department" order="0-">
3080                                         <icon src="shop_department.xpm"/>
3081                                 </itemgra>
3082                                 <itemgra item_types="poi_shop_furniture" order="0-">
3083                                         <icon src="shop_furnish.xpm"/>
3084                                 </itemgra>
3085                                 <itemgra item_types="poi_shop_grocery" order="0-">
3086                                         <icon src="shop_grocery.xpm"/>
3087                                 </itemgra>
3088                                 <itemgra item_types="poi_shop_handg" order="0-">
3089                                         <icon src="shop_handg.xpm"/>
3090                                 </itemgra>
3091                                 <itemgra item_types="poi_shop_merchandise" order="0-">
3092                                         <icon src="shop_merchandise.xpm"/>
3093                                 </itemgra>
3094                                 <itemgra item_types="poi_shop_retail" order="0-">
3095                                         <icon src="shop_retail.xpm"/>
3096                                 </itemgra>
3097                                 <itemgra item_types="poi_shower" order="0-">
3098                                         <icon src="shower.xpm"/>
3099                                 </itemgra>
3100                                 <itemgra item_types="poi_skiing" order="12-">
3101                                         <icon src="skiing.xpm"/>
3102                                 </itemgra>
3103                                 <itemgra item_types="poi_social_service" order="0-">
3104                                         <icon src="social_service.xpm"/>
3105                                 </itemgra>
3106                                 <itemgra item_types="poi_sounding" order="0-">
3107                                         <icon src="sounding.xpm"/>
3108                                 </itemgra>
3109                                 <itemgra item_types="poi_sport" order="12-">
3110                                         <icon src="sport.xpm"/>
3111                                 </itemgra>
3112                                 <itemgra item_types="poi_stadium" order="0-">
3113                                         <icon src="stadium.xpm"/>
3114                                 </itemgra>
3115                                 <itemgra item_types="poi_swimming" order="12-">
3116                                         <icon src="swimming.xpm"/>
3117                                 </itemgra>
3118                                 <itemgra item_types="poi_telephone" order="13-">
3119                                         <icon src="telephone.xpm"/>
3120                                 </itemgra>
3121                                 <itemgra item_types="poi_theater" order="12-">
3122                                         <icon src="theater.xpm"/>
3123                                 </itemgra>
3124                                 <itemgra item_types="poi_tide" order="0-">
3125                                         <icon src="tide.xpm"/>
3126                                 </itemgra>
3127                                 <itemgra item_types="poi_tower" order="13-">
3128                                         <icon src="tower.xpm"/>
3129                                 </itemgra>
3130                                 <itemgra item_types="poi_townhall" order="12-">
3131                                         <icon src="townhall.xpm"/>
3132                                 </itemgra>
3133                                 <itemgra item_types="poi_trail" order="0-">
3134                                         <icon src="trail.xpm"/>
3135                                 </itemgra>
3136                                 <itemgra item_types="poi_truck_stop" order="0-">
3137                                         <icon src="truck_stop.xpm"/>
3138                                 </itemgra>
3139                                 <itemgra item_types="poi_tunnel" order="0-">
3140                                         <icon src="tunnel.xpm"/>
3141                                 </itemgra>
3142                                 <itemgra item_types="poi_wifi" order="11-">
3143                                         <icon src="wifi.xpm"/>
3144                                 </itemgra>
3145                                 <itemgra item_types="poi_wine" order="0-">
3146                                         <icon src="wine.xpm"/>
3147                                 </itemgra>
3148                                 <itemgra item_types="poi_worship" order="0-">
3149                                         <icon src="worship.xpm"/>
3150                                 </itemgra>
3151                                 <itemgra item_types="poi_wrecker" order="0-">
3152                                         <icon src="wrecker.xpm"/>
3153                                 </itemgra>
3154                                 <itemgra item_types="poi_zoo" order="10-">
3155                                         <icon src="zoo.xpm"/>
3156                                 </itemgra>
3157                                 <itemgra item_types="poi_picnic" order="11-">
3158                                         <icon src="picnic.xpm"/>
3159                                 </itemgra>
3160                                 <itemgra item_types="poi_gc_multi" order="0-">
3161                                         <icon src="gc_multi.xpm"/>
3162                                 </itemgra>
3163                                 <itemgra item_types="poi_gc_tradi" order="0-">
3164                                         <icon src="gc_tradi.xpm"/>
3165                                 </itemgra>
3166                                 <itemgra item_types="poi_gc_event" order="0-">
3167                                         <icon src="gc_event.xpm"/>
3168                                 </itemgra>
3169                                 <itemgra item_types="poi_gc_mystery" order="0-">
3170                                         <icon src="gc_mystery.xpm"/>
3171                                 </itemgra>
3172                                 <itemgra item_types="poi_gc_question" order="0-">
3173                                         <icon src="gc_question.xpm"/>
3174                                 </itemgra>
3175                                 <itemgra item_types="poi_gc_stages" order="0-">
3176                                         <icon src="gc_stages.xpm"/>
3177                                 </itemgra>
3178                                 <itemgra item_types="poi_gc_reference" order="0-">
3179                                         <icon src="gc_reference.xpm"/>
3180                                 </itemgra>
3181                                 <itemgra item_types="poi_gc_webcam" order="0-">
3182                                         <icon src="gc_webcam.xpm"/>
3183                                 </itemgra>
3184                                 <itemgra item_types="traffic_signals" order="13-">
3185                                         <icon src="traffic_signals.png"/>
3186                                 </itemgra>
3187                                 <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-">
3188                                         <polygon color="#041a06"/>
3189                                         <text text_size="5"/>
3190                                 </itemgra>
3191                                 <itemgra item_types="poi_image" order="0-">
3192                                         <image/>
3193                                 </itemgra>
3194                                 <itemgra item_types="rg_segment" order="0-">
3195                                         <polyline color="#FF089C" width="1"/>
3196                                         <arrows color="#FF089C" width="1"/>
3197                                 </itemgra>
3198                                 <itemgra item_types="rg_point" order="0-">
3199                                         <circle color="#FF089C" radius="10" text_size="7"/>
3200                                 </itemgra>
3201                                 <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bike layout? -->
3202                                 <itemgra item_types="poi_bench" order="13-">
3203                                         <icon src="bench.xpm"/>
3204                                 </itemgra>
3205                                 <itemgra item_types="poi_biergarten" order="12-">
3206                                         <icon src="biergarten.xpm"/>
3207                                 </itemgra>
3208                                 <itemgra item_types="poi_boundary_stone" order="13-">
3209                                         <icon src="boundary_stone.xpm"/>
3210                                 </itemgra>
3211                                 <itemgra item_types="poi_castle" order="12-">
3212                                         <icon src="castle.xpm"/>
3213                                 </itemgra>
3214                                 <itemgra item_types="poi_hunting_stand" order="13-">
3215                                         <icon src="hunting_stand.xpm"/>
3216                                 </itemgra>
3217                                 <itemgra item_types="poi_memorial" order="12-">
3218                                         <icon src="memorial.xpm"/>
3219                                 </itemgra>
3220                                 <itemgra item_types="poi_monument" order="12-">
3221                                         <icon src="memorial.xpm"/>
3222                                 </itemgra>
3223                                 <itemgra item_types="poi_shelter" order="10-">
3224                                         <icon src="shelter.xpm"/>
3225                                 </itemgra>
3226                                 <itemgra item_types="poi_fountain" order="12-">
3227                                         <icon src="fountain.xpm"/>
3228                                 </itemgra>
3229                                 <itemgra item_types="poi_potable_water" order="12-">
3230                                         <icon src="potable_water.xpm"/>
3231                                 </itemgra>
3232                                 <itemgra item_types="poi_toilets" order="12-">
3233                                         <icon src="toilets.xpm"/>
3234                                 </itemgra>
3235                                 <itemgra item_types="poi_viewpoint" order="12-">
3236                                         <icon src="viewpoint.xpm"/>
3237                                 </itemgra>
3238                                 <itemgra item_types="tec_common" order="11-">
3239                                         <icon src="tec_common.png" w="24" h="24"/>
3240                                 </itemgra>
3241                         </layer>
3242                         <layer name="POI Labels">
3243                                 <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,highway_exit,poi_camp_rv,poi_museum_history,poi_hospital,poi_dining,poi_fastfood,poi_police,poi_autoservice,poi_bank,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" order="14-">
3244                                         <circle color="#606060" radius="0" width="0" text_size="10"/>
3245                                 </itemgra>
3246                         </layer>
3247                 </layout>
3248
3249                 <layout name="Bike" color="#ffefb7" font="Liberation Sans">
3250
3251                         <cursor w="26" h="26">
3252                                 <itemgra>
3253                                         <circle color="#0000ff" radius="24" width="2">
3254                                                 <coord x="0" y="0"/>
3255                                         </circle>
3256                                 </itemgra>
3257                                 <itemgra speed_range="-2">
3258                                         <polyline color="#0000ff" width="2">
3259                                                 <coord x="0" y="0"/>
3260                                                 <coord x="0" y="0"/>
3261                                         </polyline>
3262                                 </itemgra>
3263                                 <itemgra speed_range="3-">
3264                                         <polyline color="#0000ff" width="2">
3265                                                 <coord x="-7" y="-10"/>
3266                                                 <coord x="0" y="12"/>
3267                                                 <coord x="7" y="-10"/>
3268                                         </polyline>
3269                                 </itemgra>
3270                         </cursor>
3271
3272                         <layer name="Landuse">
3273                                 <itemgra item_types="image" order="0-">
3274                                         <image/>
3275                                 </itemgra>
3276                                 <itemgra item_types="poly_wood" order="0-">
3277                                         <polygon color="#8ec78d"/>
3278                                 </itemgra>
3279                                 <itemgra item_types="poly_town" order="0-">
3280                                         <polygon color="#ffc895"/>
3281                                         <polyline color="#ebb481"/>
3282                                 </itemgra>
3283                                 <itemgra item_types="poly_park" order="0-">
3284                                         <polygon color="#7cc334"/>
3285                                         <text text_size="5"/>
3286                                 </itemgra>
3287                                 <itemgra item_types="poly_water" order="0-">
3288                                         <polygon color="#82c8ea"/>
3289                                         <polyline color="#5096b8"/>
3290                                         <text text_size="5"/>
3291                                 </itemgra>
3292                                 <itemgra item_types="poly_land" order="0-">
3293                                         <polygon color="#ffefb7"/>
3294                                         <polyline color="#ffefb7"/>
3295                                         <text text_size="5"/>
3296                                 </itemgra>
3297                                 <itemgra item_types="poly_airport" order="0-">
3298                                         <polygon color="#a0a0a0"/>
3299                                 </itemgra>
3300                                 <itemgra item_types="poly_sport" order="0-">
3301                                         <polygon color="#ff8c00"/>
3302                                 </itemgra>
3303                                 <itemgra item_types="poly_industry,poly_place,poly_railway" order="0-">
3304                                         <polygon color="#e6e6e6"/>
3305                                 </itemgra>
3306                                 <itemgra item_types="poly_commercial" order="0-">
3307                                         <polygon color="#fff8dc"/>
3308                                 </itemgra>
3309                                 <itemgra item_types="poly_industry,poly_building,poly_place,poly_brownfield,poly_greenfield,poly_construction,poly_railway" order="0-">
3310                                         <polygon color="#ecd8ff"/>
3311                                 </itemgra>
3312                                 <itemgra item_types="poly_farm" order="0-">
3313                                         <polygon color="#c7f1a3"/>
3314                                         <polyline color="#79c691"/>
3315                                         <text text_size="5"/>
3316                                 </itemgra>
3317                                 <itemgra item_types="poly_scree,poly_scrub,poly_fell,poly_heath" order="0-">
3318                                         <polygon color="#c7f1a3"/>
3319                                         <polyline color="#79c691"/>
3320                                         <text text_size="5"/>
3321                                 </itemgra>
3322                                 <itemgra item_types="poly_marsh,poly_mud,poly_quarry" order="0-">
3323                                         <polygon color="#DEB887"/>
3324                                         <polyline color="#DEB887"/>
3325                                         <text text_size="5"/>
3326                                 </itemgra>
3327                                 <itemgra item_types="poly_allotments,poly_playground,poly_village_green,poly_recreation_ground,poly_common,poly_garden" order="0-">
3328                                         <polygon color="#c7f1a3"/>
3329                                         <polyline color="#79c691"/>
3330                                         <text text_size="5"/>
3331                                 </itemgra>
3332                                 <itemgra item_types="poly_ruins" order="0-">
3333                                         <polygon color="#b6a6a6"/>
3334                                 </itemgra>
3335                                 <itemgra item_types="poly_apron" order="0-">
3336                                         <polygon color="#d0d0d0"/>
3337                                 </itemgra>
3338                                 <itemgra item_types="poly_terminal" order="7-">
3339                                         <polygon color="#e3c6a6"/>
3340                                 </itemgra>
3341                                 <itemgra item_types="poly_cemetery" order="1-">
3342                                         <polygon color="#bde3cb"/>
3343                                 </itemgra>
3344                                 <itemgra item_types="poly_car_parking" order="1-">
3345                                         <polygon color="#d2d2d2"/>
3346                                 </itemgra>
3347                                 <itemgra item_types="poly_building" order="0-">
3348                                         <polygon color="#ff6347"/>
3349                                 </itemgra>
3350                         </layer>
3351                         <layer name="Contour Lines">
3352                                 <itemgra item_types="height_line_1" order="8">
3353                                         <polyline color="#A9A9A9" width="1"/>
3354                                         <text text_size="8"/>
3355                                 </itemgra>
3356                                 <itemgra item_types="height_line_1" order="9">
3357                                         <polyline color="#A9A9A9" width="2"/>
3358                                         <text text_size="8"/>
3359                                 </itemgra>
3360                                 <itemgra item_types="height_line_2" order="9">
3361                                         <polyline color="#A9A9A9" width="1"/>
3362                                         <text text_size="8"/>
3363                                 </itemgra>
3364                                 <itemgra item_types="height_line_1" order="10-">
3365                                         <polyline color="#A9A9A9" width="3"/>
3366                                         <text text_size="8"/>
3367                                 </itemgra>
3368                                 <itemgra item_types="height_line_2" order="10-">
3369                                         <polyline color="#A9A9A9" width="2"/>
3370                                         <text text_size="8"/>
3371                                 </itemgra>
3372                                 <itemgra item_types="height_line_3" order="10-">
3373                                         <polyline color="#A9A9A9" width="1"/>
3374                                 </itemgra>
3375                         </layer>
3376                         <!-- "Contour Lines" -->
3377
3378                         <layer name="Barriers">
3379                           <itemgra item_types="ditch" order="8-">
3380                                 <polyline color="#B8860B" width="1"/>
3381                                 <text text_size="8"/>
3382                           </itemgra>
3383                           <itemgra item_types="hedge" order="8-">
3384                                 <polyline color="#90EE90" width="1"/>
3385                                 <text text_size="8"/>
3386                           </itemgra>
3387                           <itemgra item_types="fence" order="8-">
3388                                 <polyline color="#808080" width="1"/>
3389                                 <text text_size="8"/>
3390                           </itemgra>
3391                           <itemgra item_types="wall" order="8-">
3392                                 <polyline color="#808080" width="1"/>
3393                                 <text text_size="8"/>
3394                           </itemgra>
3395                           <itemgra item_types="retaining_wall" order="8-">
3396                                 <polyline color="#808080" width="1"/>
3397                                 <text text_size="8"/>
3398                           </itemgra>
3399                           <itemgra item_types="city_wall" order="8-">
3400                                 <polyline color="#CD5C5C" width="1"/>
3401                                 <text text_size="8"/>
3402                           </itemgra>
3403                         </layer>
3404                         <!-- "Barriers" -->
3405
3406                         <layer name="Waterways">
3407                                 <itemgra item_types="water_line" order="0-">
3408                                         <polyline color="#82c8ea" width="2"/>
3409                                         <text text_size="5"/>
3410                                 </itemgra>
3411                                 <itemgra item_types="water_river" order="0-">
3412                                         <polyline color="#82c8ea" width="4"/>
3413                                         <text text_size="5"/>
3414                                 </itemgra>
3415                                 <itemgra item_types="water_canal" order="0-">
3416                                         <polyline color="#82c8ea" width="3"/>
3417                                         <text text_size="5"/>
3418                                 </itemgra>
3419                                 <itemgra item_types="water_stream" order="0-">
3420                                         <polyline color="#82c8ea" width="2"/>
3421                                         <text text_size="5"/>
3422                                 </itemgra>
3423                                 <itemgra item_types="water_drain" order="0-">
3424                                         <polyline color="#82c8ea" width="1"/>
3425                                         <text text_size="5"/>
3426                                 </itemgra>
3427                         </layer>
3428                         <layer name="Borders">
3429                                 <itemgra item_types="border_state" order="0-5">
3430                                         <polyline color="#778899" dash="3,2,1,3" width="3"/>
3431                                 </itemgra>
3432                                 <itemgra item_types="border_country" order="0-5">
3433                                         <polyline color="#778899" dash="3,2,1,3" width="2"/>
3434                                 </itemgra>
3435                                 <itemgra item_types="border_state" order="6-11">
3436                                         <polyline color="#778899" dash="6,6,1,6" width="3"/>
3437                                 </itemgra>
3438                                 <itemgra item_types="border_country" order="6-11">
3439                                         <polyline color="#778899" dash="6,6,1,6" width="2"/>
3440                                 </itemgra>
3441                                 <itemgra item_types="border_state" order="12-20">
3442                                         <polyline color="#778899" dash="10,10,2,10" width="3"/>
3443                                 </itemgra>
3444                                 <itemgra item_types="border_country" order="12-20">
3445                                         <polyline color="#778899" dash="10,10,2,10" width="2"/>
3446                                 </itemgra>
3447                         </layer>
3448                         <layer name="Current Route">
3449                                 <itemgra item_types="street_route" order="2">
3450                                         <polyline color="#FF00FF" width="4"/>
3451                                 </itemgra>
3452                                 <itemgra item_types="street_route" order="3-5">
3453                                         <polyline color="#FF00FF" width="8"/>
3454                                 </itemgra>
3455                                 <itemgra item_types="street_route" order="6">
3456                                         <polyline color="#FF00FF" width="10"/>
3457                                 </itemgra>
3458                                 <itemgra item_types="street_route" order="7-8">
3459                                         <polyline color="#FF00FF" width="16"/>
3460                                 </itemgra>
3461                                 <itemgra item_types="street_route" order="9-10">
3462                                         <polyline color="#FF00FF" width="20"/>
3463                                 </itemgra>
3464                                 <itemgra item_types="street_route" order="11">
3465                                         <polyline color="#FF00FF" width="28"/>
3466                                 </itemgra>
3467                                 <itemgra item_types="street_route" order="12">
3468                                         <polyline color="#FF00FF" width="32"/>
3469                                 </itemgra>
3470                                 <itemgra item_types="street_route" order="13">
3471                                         <polyline color="#FF00FF" width="52"/>
3472                                 </itemgra>
3473                                 <itemgra item_types="street_route" order="14">
3474                                         <polyline color="#FF00FF" width="64"/>
3475                                 </itemgra>
3476                                 <itemgra item_types="street_route" order="15">
3477                                         <polyline color="#FF00FF" width="68"/>
3478                                 </itemgra>
3479                                 <itemgra item_types="street_route" order="16">
3480                                         <polyline color="#FF00FF" width="132"/>
3481                                 </itemgra>
3482                                 <itemgra item_types="street_route" order="17">
3483                                         <polyline color="#FF00FF" width="268"/>
3484                                 </itemgra>
3485                                 <itemgra item_types="street_route" order="18">
3486                                         <polyline color="#FF00FF" width="530"/>
3487                                 </itemgra>
3488                         </layer>
3489                         <layer name="Ways and Paths">
3490                                 <itemgra item_types="powerline" order="12-">
3491                                         <polyline color="#778899" width="1"/>
3492                                         <polyline color="#778899" dash="1,80" width="5"/>
3493                                 </itemgra>
3494                                 <itemgra item_types="street_nopass" order="10-">
3495                                         <polyline color="#000000" width="1"/>
3496                                 </itemgra>
3497                                 <itemgra item_types="track_paved" order="8-">
3498                                         <polyline color="#d2d2d2" width="5"/>
3499                                         <polyline color="#fefefe" width="3"/>
3500                                 </itemgra>
3501                                 <itemgra item_types="track_gravelled" order="9-">
3502                                         <polyline color="#d2d2d2" width="4"/>
3503                                         <polyline color="#fefefe" width="2"/>
3504                                 </itemgra>
3505                                 <itemgra item_types="track_unpaved" order="10-">
3506                                         <polyline color="#d2d2d2" width="3"/>
3507                                         <polyline color="#fefefe" width="1"/>
3508                                 </itemgra>
3509                                 <itemgra item_types="track_ground" order="11-">
3510                                         <polyline color="#d2d2d2" width="3" dash="6,6"/>
3511                                         <polyline color="#fefefe" width="1" dash="6,6"/>
3512                                 </itemgra>
3513                                 <itemgra item_types="track_grass" order="12-">
3514                                         <polyline color="#fefefe" width="2" dash="6,6"/>
3515                                 </itemgra>
3516                                 <itemgra item_types="bridleway" order="10-">
3517                                         <polyline color="#8b4513" width="3"/>
3518                                         <polyline color="#f4a460" width="1"/>
3519                                 </itemgra>
3520                                 <itemgra item_types="cycleway" order="10-">
3521                                         <polyline color="#006400" width="4"/>
3522                                         <polyline color="#3cb371" width="2"/>
3523                                 </itemgra>
3524                                 <itemgra item_types="footway" order="12-">
3525                                         <polyline color="#8b4513" width="3"/>
3526                                         <polyline color="#CD853F" width="1"/>
3527                                 </itemgra>
3528                                 <itemgra item_types="steps" order="12-">
3529                                         <polyline color="#8b4513" width="3"/>
3530                                         <polyline color="#F4A460" width="1" dash="6,4"/>
3531                                 </itemgra>
3532                                 <itemgra item_types="path" order="11-">
3533                                         <polyline color="#8b4513" width="3" dash="2,4"/>
3534                                 </itemgra>
3535                                 <itemgra item_types="hiking" order="11-">
3536                                         <polyline color="#8b4513" width="2" dash="4,4"/>
3537                                 </itemgra>
3538                                 <itemgra item_types="hiking_mountain" order="11-">
3539                                         <polyline color="#8b4513" width="2" dash="6,4"/>
3540                                 </itemgra>
3541                                 <itemgra item_types="hiking_mountain_demanding" order="13-">
3542                                         <polyline color="#8b4513" width="2" dash="8,4"/>
3543                                 </itemgra>
3544                                 <itemgra item_types="hiking_alpine" order="13-">
3545                                         <polyline color="#8b4513" width="1" dash="10,4"/>
3546                                 </itemgra>
3547                                 <itemgra item_types="hiking_alpine_demanding" order="14-">
3548                                         <polyline color="#8b4513" width="1" dash="12,4"/>
3549                                 </itemgra>
3550                                 <itemgra item_types="hiking_alpine_difficult" order="14-">
3551                                         <polyline color="#8b4513" width="1" dash="14,4"/>
3552                                 </itemgra>
3553                         </layer>
3554                         <layer name="Streets">
3555                                 <itemgra item_types="poly_pedestrian,poly_plaza" order="0-">
3556                                         <polygon color="#d2d2d2"/>
3557                                 </itemgra>
3558                                 <itemgra item_types="street_pedestrian,living_street" order="10">
3559                                         <polyline color="#d2d2d2" width="3"/>
3560                                         <polyline color="#dddddd" width="1"/>
3561                                 </itemgra>
3562                                 <itemgra item_types="street_pedestrian,living_street" order="11">
3563                                         <polyline color="#d2d2d2" width="5"/>
3564                                         <polyline color="#dddddd" width="3"/>
3565                                 </itemgra>
3566                                 <itemgra item_types="street_pedestrian,living_street" order="12">
3567                                         <polyline color="#d2d2d2" width="8"/>
3568                                         <polyline color="#dddddd" width="6"/>
3569                                 </itemgra>
3570                                 <itemgra item_types="street_pedestrian,living_street" order="13">
3571                                         <polyline color="#d2d2d2" width="9"/>
3572                                         <polyline color="#dddddd" width="7"/>
3573                                 </itemgra>
3574                                 <itemgra item_types="street_pedestrian,living_street" order="14">
3575                                         <polyline color="#d2d2d2" width="13"/>
3576                                         <polyline color="#dddddd" width="9"/>
3577                                 </itemgra>
3578                                 <itemgra item_types="street_pedestrian,living_street" order="15">
3579                                         <polyline color="#d2d2d2" width="18"/>
3580                                         <polyline color="#dddddd" width="14"/>
3581                                 </itemgra>
3582                                 <itemgra item_types="street_pedestrian,living_street" order="16">
3583                                         <polyline color="#d2d2d2" width="21"/>
3584                                         <polyline color="#dddddd" width="17"/>
3585                                 </itemgra>
3586                                 <itemgra item_types="street_pedestrian,living_street" order="17">
3587                                         <polyline color="#d2d2d2" width="25"/>
3588                                         <polyline color="#dddddd" width="21"/>
3589                                 </itemgra>
3590                                 <itemgra item_types="street_pedestrian,living_street" order="18">
3591                                         <polyline color="#d2d2d2" width="40"/>
3592                                         <polyline color="#dddddd" width="34"/>
3593                                 </itemgra>
3594                                 <itemgra item_types="street_service" order="9">
3595                                         <polyline color="#d2d2d2" width="2"/>
3596                                         <polyline color="#fefefe" width="1"/>
3597                                 </itemgra>
3598                                 <itemgra item_types="street_service" order="10">
3599                                         <polyline color="#d2d2d2" width="3"/>
3600                                         <polyline color="#fefefe" width="2"/>
3601                                 </itemgra>
3602                                 <itemgra item_types="street_service" order="11">
3603                                         <polyline color="#d2d2d2" width="4"/>
3604                                         <polyline color="#fefefe" width="2"/>
3605                                 </itemgra>
3606                                 <itemgra item_types="street_service" order="12">
3607                                         <polyline color="#d2d2d2" width="5"/>
3608                                         <polyline color="#fefefe" width="3"/>
3609                                 </itemgra>
3610                                 <itemgra item_types="street_service" order="13">
3611                                         <polyline color="#d2d2d2" width="6"/>
3612                                         <polyline color="#fefefe" width="4"/>
3613                                 </itemgra>
3614                                 <itemgra item_types="street_service" order="14">
3615                                         <polyline color="#d2d2d2" width="7"/>
3616                                         <polyline color="#fefefe" width="5"/>
3617                                 </itemgra>
3618                                 <itemgra item_types="street_service" order="15">
3619                                         <polyline color="#d2d2d2" width="8"/>
3620                                         <polyline color="#fefefe" width="6"/>
3621                                 </itemgra>
3622                                 <itemgra item_types="street_service" order="16">
3623                                         <polyline color="#d2d2d2" width="9"/>
3624                                         <polyline color="#fefefe" width="7"/>
3625                                 </itemgra>
3626                                 <itemgra item_types="street_service" order="17">
3627                                         <polyline color="#d2d2d2" width="10"/>
3628                                         <polyline color="#fefefe" width="8"/>
3629                                 </itemgra>
3630                                 <itemgra item_types="street_service" order="18">
3631                                         <polyline color="#d2d2d2" width="11"/>
3632                                         <polyline color="#fefefe" width="9"/>
3633                                 </itemgra>
3634                                 <itemgra item_types="street_parking_lane" order="12">
3635                                         <polyline color="#d2d2d2" width="4"/>
3636                                         <polyline color="#fefefe" width="2"/>
3637                                 </itemgra>
3638                                 <itemgra item_types="street_parking_lane" order="13">
3639                                         <polyline color="#d2d2d2" width="4"/>
3640                                         <polyline color="#fefefe" width="2"/>
3641                                 </itemgra>
3642                                 <itemgra item_types="street_parking_lane" order="14">
3643                                         <polyline color="#d2d2d2" width="5"/>
3644                                         <polyline color="#fefefe" width="3"/>
3645                                 </itemgra>
3646                                 <itemgra item_types="street_parking_lane" order="15">
3647                                         <polyline color="#d2d2d2" width="6"/>
3648                                         <polyline color="#fefefe" width="4"/>
3649                                 </itemgra>
3650                                 <itemgra item_types="street_parking_lane" order="16">
3651                                         <polyline color="#d2d2d2" width="7"/>
3652                                         <polyline color="#fefefe" width="5"/>
3653                                 </itemgra>
3654                                 <itemgra item_types="street_parking_lane" order="17">
3655                                         <polyline color="#d2d2d2" width="8"/>
3656                                         <polyline color="#fefefe" width="6"/>
3657                                 </itemgra>
3658                                 <itemgra item_types="street_parking_lane" order="18">
3659                                         <polyline color="#d2d2d2" width="9"/>
3660                                         <polyline color="#fefefe" width="7"/>
3661                                 </itemgra>
3662                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="8-10">
3663                                         <polyline color="#d2d2d2" width="4"/>
3664                                         <polyline color="#ffffff" width="2"/>
3665                                 </itemgra>
3666                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
3667                                         <polyline color="#d2d2d2" width="6"/>
3668                                         <polyline color="#ffffff" width="4"/>
3669                                 </itemgra>
3670                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
3671                                         <polyline color="#d2d2d2" width="10"/>
3672                                         <polyline color="#ffffff" width="8"/>
3673                                 </itemgra>
3674                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
3675                                         <polyline color="#d2d2d2" width="12"/>
3676                                         <polyline color="#ffffff" width="9"/>
3677                                 </itemgra>
3678                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
3679                                         <polyline color="#d2d2d2" width="15"/>
3680                                         <polyline color="#ffffff" width="13"/>
3681                                 </itemgra>
3682                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
3683                                         <polyline color="#d2d2d2" width="17"/>
3684                                         <polyline color="#ffffff" width="14"/>
3685                                 </itemgra>
3686                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
3687                                         <polyline color="#d2d2d2" width="33"/>
3688                                         <polyline color="#ffffff" width="26"/>
3689                                 </itemgra>
3690                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
3691                                         <polyline color="#d2d2d2" width="69"/>
3692                                         <polyline color="#ffffff" width="61"/>
3693                                 </itemgra>
3694                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
3695                                         <polyline color="#d2d2d2" width="132"/>
3696                                         <polyline color="#ffffff" width="126"/>
3697                                 </itemgra>
3698                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="7-8">
3699                                         <polyline color="#c0c0c0" width="2"/>
3700                                 </itemgra>
3701                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="9">
3702                                         <polyline color="#c0c0c0" width="3"/>
3703                                         <polyline color="#ffff00" width="1"/>
3704                                 </itemgra>
3705                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="10">
3706                                         <polyline color="#c0c0c0" width="4"/>
3707                                         <polyline color="#ffff00" width="2"/>
3708                                 </itemgra>
3709                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="11">
3710                                         <polyline color="#c0c0c0" width="5"/>
3711                                         <polyline color="#ffff00" width="3"/>
3712                                 </itemgra>
3713                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="12">
3714                                         <polyline color="#c0c0c0" width="7"/>
3715                                         <polyline color="#ffff00" width="5"/>
3716                                 </itemgra>
3717                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="13">
3718                                         <polyline color="#c0c0c0" width="11"/>
3719                                         <polyline color="#ffff00" width="8"/>
3720                                 </itemgra>
3721                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="14">
3722                                         <polyline color="#c0c0c0" width="14"/>
3723                                         <polyline color="#ffff00" width="11"/>
3724                                 </itemgra>
3725                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="15">
3726                                         <polyline color="#c0c0c0" width="19"/>
3727                                         <polyline color="#ffff00" width="15"/>
3728                                 </itemgra>
3729                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="16">
3730                                         <polyline color="#c0c0c0" width="30"/>
3731                                         <polyline color="#ffff00" width="26"/>
3732                                 </itemgra>
3733                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="17">
3734                                         <polyline color="#c0c0c0" width="63"/>
3735                                         <polyline color="#ffff00" width="57"/>
3736                                 </itemgra>
3737                                 <itemgra item_types="street_2_city,street_2_land,ramp" order="18">
3738                                         <polyline color="#c0c0c0" width="100"/>
3739                                         <polyline color="#ffff00" width="90"/>
3740                                 </itemgra>
3741                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="7-8">
3742                                         <polyline color="#a0a0a0" width="3"/>
3743                                         <polyline color="#ffff00" width="1"/>
3744                                 </itemgra>
3745                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="9">
3746                                         <polyline color="#a0a0a0" width="5"/>
3747                                         <polyline color="#ffff00" width="3"/>
3748                                 </itemgra>
3749                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="10">
3750                                         <polyline color="#a0a0a0" width="8"/>
3751                                         <polyline color="#ffff00" width="6"/>
3752                                 </itemgra>
3753                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="11">
3754                                         <polyline color="#a0a0a0" width="9"/>
3755                                         <polyline color="#ffff00" width="7"/>
3756                                 </itemgra>
3757                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="12">
3758                                         <polyline color="#a0a0a0" width="13"/>
3759                                         <polyline color="#ffff00" width="9"/>
3760                                 </itemgra>
3761                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="13">
3762                                         <polyline color="#a0a0a0" width="18"/>
3763                                         <polyline color="#ffff00" width="14"/>
3764                                 </itemgra>
3765                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="14">
3766                                         <polyline color="#a0a0a0" width="21"/>
3767                                         <polyline color="#ffff00" width="17"/>
3768                                 </itemgra>
3769                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="15">
3770                                         <polyline color="#a0a0a0" width="25"/>
3771                                         <polyline color="#ffff00" width="21"/>
3772                                 </itemgra>
3773                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="16">
3774                                         <polyline color="#a0a0a0" width="40"/>
3775                                         <polyline color="#ffff00" width="34"/>
3776                                 </itemgra>
3777                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="17">
3778                                         <polyline color="#a0a0a0" width="79"/>
3779                                         <polyline color="#ffff00" width="73"/>
3780                                 </itemgra>
3781                                 <itemgra item_types="street_3_city,street_3_land,roundabout" order="18">
3782                                         <polyline color="#a0a0a0" width="156"/>
3783                                         <polyline color="#ffff00" width="150"/>
3784                                 </itemgra>
3785                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6">
3786                                         <polyline color="#404040" width="1"/>
3787                                 </itemgra>
3788                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8">
3789                                         <polyline color="#404040" width="3"/>
3790                                         <polyline color="#ff0000" width="1"/>
3791                                 </itemgra>
3792                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
3793                                         <polyline color="#000000" width="5"/>
3794                                         <polyline color="#ff0000" width="3"/>
3795                                 </itemgra>
3796                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
3797                                         <polyline color="#000000" width="6"/>
3798                                         <polyline color="#ff0000" width="4"/>
3799                                 </itemgra>
3800                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
3801                                         <polyline color="#000000" width="9"/>
3802                                         <polyline color="#ff0000" width="7"/>
3803                                 </itemgra>
3804                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
3805                                         <polyline color="#000000" width="13"/>
3806                                         <polyline color="#ff0000" width="9"/>
3807                                 </itemgra>
3808                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
3809                                         <polyline color="#000000" width="18"/>
3810                                         <polyline color="#ff0000" width="14"/>
3811                                 </itemgra>
3812                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
3813                                         <polyline color="#000000" width="21"/>
3814                                         <polyline color="#ff0000" width="17"/>
3815                                 </itemgra>
3816                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
3817                                         <polyline color="#000000" width="24"/>
3818                                         <polyline color="#ff0000" width="20"/>
3819                                 </itemgra>
3820                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
3821                                         <polyline color="#000000" width="39"/>
3822                                         <polyline color="#ff0000" width="33"/>
3823                                 </itemgra>
3824                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
3825                                         <polyline color="#000000" width="78"/>
3826                                         <polyline color="#ff0000" width="72"/>
3827                                 </itemgra>
3828                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
3829                                         <polyline color="#000000" width="156"/>
3830                                         <polyline color="#ff0000" width="150"/>
3831                                 </itemgra>
3832                                 <itemgra item_types="highway_city,highway_land" order="2">
3833                                         <polyline color="#ff0000" width="1"/>
3834                                 </itemgra>
3835                                 <itemgra item_types="highway_city,highway_land" order="3-5">
3836                                         <polyline color="#ff0000" width="3"/>
3837                                         <polyline color="#ffff00" width="1"/>
3838                                 </itemgra>
3839                                 <itemgra item_types="highway_city,highway_land" order="6">
3840                                         <polyline color="#ff0000" width="4"/>
3841                                         <polyline color="#ffff00" width="2"/>
3842                                 </itemgra>
3843                                 <itemgra item_types="highway_city,highway_land" order="7-8">
3844                                         <polyline color="#ff0000" width="7"/>
3845                                         <polyline color="#ffff00" width="5"/>
3846                                         <polyline color="#ff0000" width="1"/>
3847                                 </itemgra>
3848                                 <itemgra item_types="highway_city,highway_land" order="9-10">
3849                                         <polyline color="#ff0000" width="9"/>
3850                                         <polyline color="#ffff00" width="5"/>
3851                                         <polyline color="#ff0000" width="1"/>
3852                                 </itemgra>
3853                                 <itemgra item_types="highway_city,highway_land" order="11">
3854                                         <polyline color="#ff0000" width="13"/>
3855                                         <polyline color="#ffff00" width="9"/>
3856                                         <polyline color="#ff0000" width="1"/>
3857                                 </itemgra>
3858                                 <itemgra item_types="highway_city,highway_land" order="12">
3859                                         <polyline color="#ff0000" width="15"/>
3860                                         <polyline color="#ffff00" width="10"/>
3861                                         <polyline color="#ff0000" width="1"/>
3862                                 </itemgra>
3863                                 <itemgra item_types="highway_city,highway_land" order="13">
3864                                         <polyline color="#ff0000" width="25"/>
3865                                         <polyline color="#ffff00" width="17"/>
3866                                         <polyline color="#ff0000" width="1"/>
3867                                 </itemgra>
3868                                 <itemgra item_types="highway_city,highway_land" order="14">
3869                                         <polyline color="#ff0000" width="31"/>
3870                                         <polyline color="#ffff00" width="24"/>
3871                                         <polyline color="#ff0000" width="1"/>
3872                                 </itemgra>
3873                                 <itemgra item_types="highway_city,highway_land" order="15">
3874                                         <polyline color="#ff0000" width="33"/>
3875                                         <polyline color="#ffff00" width="27"/>
3876                                         <polyline color="#ff0000" width="1"/>
3877                                 </itemgra>
3878                                 <itemgra item_types="highway_city,highway_land" order="16">
3879                                         <polyline color="#ff0000" width="65"/>
3880                                         <polyline color="#ffff00" width="59"/>
3881                                         <polyline color="#ff0000" width="1"/>
3882                                 </itemgra>
3883                                 <itemgra item_types="highway_city,highway_land" order="17">
3884                                         <polyline color="#ff0000" width="133"/>
3885                                         <polyline color="#ffff00" width="127"/>
3886                                         <polyline color="#ff0000" width="1"/>
3887                                 </itemgra>
3888                                 <itemgra item_types="highway_city,highway_land" order="18">
3889                                         <polyline color="#ff0000" width="264"/>
3890                                         <polyline color="#ffff00" width="258"/>
3891                                         <polyline color="#ff0000" width="1"/>
3892                                 </itemgra>
3893                         </layer>
3894                         <layer name="Aerialways">
3895                                 <itemgra item_types="aeroway_taxiway" order="10">
3896                                         <polyline color="#989994" width="4"/>
3897                                         <polyline color="#d3dbbc" width="2"/>
3898                                 </itemgra>
3899                                 <itemgra item_types="aeroway_taxiway" order="11">
3900                                         <polyline color="#989994" width="6"/>
3901                                         <polyline color="#d3dbbc" width="4"/>
3902                                 </itemgra>
3903                                 <itemgra item_types="aeroway_taxiway" order="12">
3904                                         <polyline color="#989994" width="10"/>
3905                                         <polyline color="#d3dbbc" width="8"/>
3906                                 </itemgra>
3907                                 <itemgra item_types="aeroway_taxiway" order="13">
3908                                         <polyline color="#989994" width="12"/>
3909                                         <polyline color="#d3dbbc" width="9"/>
3910                                 </itemgra>
3911                                 <itemgra item_types="aeroway_taxiway" order="14">
3912                                         <polyline color="#989994" width="15"/>
3913                                         <polyline color="#d3dbbc" width="13"/>
3914                                 </itemgra>
3915                                 <itemgra item_types="aeroway_taxiway" order="15">
3916                                         <polyline color="#989994" width="17"/>
3917                                         <polyline color="#d3dbbc" width="14"/>
3918                                 </itemgra>
3919                                 <itemgra item_types="aeroway_taxiway" order="16">
3920                                         <polyline color="#989994" width="33"/>
3921                                         <polyline color="#d3dbbc" width="26"/>
3922                                 </itemgra>
3923                                 <itemgra item_types="aeroway_taxiway" order="17">
3924                                         <polyline color="#989994" width="69"/>
3925                                         <polyline color="#d3dbbc" width="61"/>
3926                                 </itemgra>
3927                                 <itemgra item_types="aeroway_taxiway" order="18">
3928                                         <polyline color="#989994" width="132"/>
3929                                         <polyline color="#d3dbbc" width="126"/>
3930                                 </itemgra>
3931                                 <itemgra item_types="aeroway_runway" order="2-6">
3932                                         <polyline color="#404040" width="1"/>
3933                                 </itemgra>
3934                                 <itemgra item_types="aeroway_runway" order="7-8">
3935                                         <polyline color="#404040" width="3"/>
3936                                         <polyline color="#d3dbbc" width="1"/>
3937                                 </itemgra>
3938                                 <itemgra item_types="aeroway_runway" order="9">
3939                                         <polyline color="#6b6f5f" width="5"/>
3940                                         <polyline color="#d3dbbc" width="3"/>
3941                                 </itemgra>
3942                                 <itemgra item_types="aeroway_runway" order="10">
3943                                         <polyline color="#6b6f5f" width="6"/>
3944                                         <polyline color="#d3dbbc" width="4"/>
3945                                 </itemgra>
3946                                 <itemgra item_types="aeroway_runway" order="11">
3947                                         <polyline color="#6b6f5f" width="9"/>
3948                                         <polyline color="#d3dbbc" width="7"/>
3949                                 </itemgra>
3950                                 <itemgra item_types="aeroway_runway" order="12">
3951                                         <polyline color="#6b6f5f" width="13"/>
3952                                         <polyline color="#d3dbbc" width="9"/>
3953                                 </itemgra>
3954                                 <itemgra item_types="aeroway_runway" order="13">
3955                                         <polyline color="#6b6f5f" width="18"/>
3956                                         <polyline color="#d3dbbc" width="14"/>
3957                                 </itemgra>
3958                                 <itemgra item_types="aeroway_runway" order="14">
3959                                         <polyline color="#6b6f5f" width="21"/>
3960                                         <polyline color="#d3dbbc" width="17"/>
3961                                 </itemgra>
3962                                 <itemgra item_types="aeroway_runway" order="15">
3963                                         <polyline color="#6b6f5f" width="24"/>
3964                                         <polyline color="#d3dbbc" width="20"/>
3965                                 </itemgra>
3966                                 <itemgra item_types="aeroway_runway" order="16">
3967                                         <polyline color="#6b6f5f" width="39"/>
3968                                         <polyline color="#d3dbbc" width="33"/>
3969                                 </itemgra>
3970                                 <itemgra item_types="aeroway_runway" order="17">
3971                                         <polyline color="#6b6f5f" width="78"/>
3972                                         <polyline color="#d3dbbc" width="72"/>
3973                                 </itemgra>
3974                                 <itemgra item_types="aeroway_runway" order="18">
3975                                         <polyline color="#6b6f5f" width="156"/>
3976                                         <polyline color="#d3dbbc" width="150"/>
3977                                 </itemgra>
3978                         </layer>
3979                         <layer name="Railways">
3980                                 <itemgra item_types="rail" order="6-9">
3981                                         <polyline color="#696969" width="4"/>
3982                                         <polyline color="#FFFFFF" dash="2,5" width="2"/>
3983                                 </itemgra>
3984                                 <itemgra item_types="rail_narrow_gauge" order="6-9">
3985                                         <polyline color="#696969" width="4"/>
3986                                         <polyline color="#FFFFFF" dash="2,5" width="2"/>
3987                                 </itemgra>
3988                                 <itemgra item_types="rail" order="10-13">
3989                                         <polyline color="#696969" width="6"/>
3990                                         <polyline color="#FFFFFF" dash="3,8" width="3"/>
3991                                 </itemgra>
3992                                 <itemgra item_types="rail_narrow_gauge" order="10-13">
3993                                         <polyline color="#696969" width="6"/>
3994                                         <polyline color="#FFFFFF" dash="3,8" width="3"/>
3995                                 </itemgra>
3996                                 <itemgra item_types="rail" order="14-18">
3997                                         <polyline color="#696969" width="8"/>
3998                                         <polyline color="#FFFFFF" dash="4,12" width="5"/>
3999                                 </itemgra>
4000                                 <itemgra item_types="rail_narrow_gauge" order="14-18">
4001                                         <polyline color="#696969" width="8"/>
4002                                         <polyline color="#FFFFFF" dash="4,12" width="5"/>
4003                                 </itemgra>
4004                                 <itemgra item_types="rail_light" order="10-13">
4005                                         <polyline color="#696969" width="4"/>
4006                                         <polyline color="#FFFFFF" dash="2,5" width="2"/>
4007                                 </itemgra>
4008                                 <itemgra item_types="rail_light" order="14-18">
4009                                         <polyline color="#696969" width="6"/>
4010                                         <polyline color="#FFFFFF" dash="4,8" width="4"/>
4011                                 </itemgra>
4012                                 <itemgra item_types="rail_subway" order="8-">
4013                                         <polyline color="#696969" width="2"/>
4014                                         <polyline color="#FFFFFF" dash="5,5" width="2"/>
4015                                 </itemgra>
4016                                 <itemgra item_types="rail_mono" order="10-">
4017                                         <polyline color="#696969" width="2"/>
4018                                 </itemgra>
4019                                 <itemgra item_types="rail_tram,bus_guideway" order="10-">
4020                                         <polyline color="#696969" width="2"/>
4021                                 </itemgra>
4022                                 <itemgra item_types="rail_preserved" order="10-">
4023                                         <polyline color="#696969" width="1" dash="7"/>
4024                                 </itemgra>
4025                                 <itemgra item_types="rail_disused" order="12-">
4026                                         <polyline color="#d3d3d3" width="1" dash="10"/>
4027                                 </itemgra>
4028                                 <itemgra item_types="rail_abandoned" order="12-">
4029                                         <polyline color="#f5f5f5" width="1" dash="10"/>
4030                                 </itemgra>
4031                                 <itemgra item_types="lift_cable_car" order="10-">
4032                                         <polyline color="#778899" width="1"/>
4033                                         <polyline color="#778899" dash="1,40" width="5"/>
4034                                 </itemgra>
4035                                 <itemgra item_types="lift_chair" order="10-">
4036                                         <polyline color="#778899" width="1"/>
4037                                         <polyline color="#778899" dash="1,40" width="5"/>
4038                                 </itemgra>
4039                                 <itemgra item_types="lift_drag" order="10-">
4040                                         <polyline color="#778899" width="1"/>
4041                                         <polyline color="#778899" dash="1,40" width="5"/>
4042                                 </itemgra>
4043                                 <itemgra item_types="ferry" order="5-">
4044                                         <polyline color="#000000" width="3" dash="5"/>
4045                                 </itemgra>
4046                                 <itemgra item_types="track" order="3-">
4047                                         <polyline color="#3f3f3f" width="1"/>
4048                                 </itemgra>
4049                         </layer>
4050                         <layer name="Street Labels">
4051                                 <itemgra item_types="highway_exit_label" order="10-">
4052                                         <circle color="#000000" radius="3" text_size="12"/>
4053                                 </itemgra>
4054                                 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="10-18">
4055                                         <text text_size="8"/>
4056                                 </itemgra>
4057                                 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
4058                                         <text text_size="9"/>
4059                                 </itemgra>
4060                                 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18">
4061                                         <text text_size="9"/>
4062                                 </itemgra>
4063                                 <itemgra item_types="track,track_paved,track_gravelled,track_unpaved,track_ground,track_grass" order="12-18">
4064                                         <text text_size="9"/>
4065                                 </itemgra>
4066                                 <itemgra item_types="bridleway,cycleway,footway,steps,path" order="12-18">
4067                                         <text text_size="9"/>
4068                                 </itemgra>
4069                                 <itemgra item_types="hiking,hiking_mountain,hiking_mountain_demanding,hiking_alpine,hiking_alpine_demanding,hiking_alpine_difficult" order="12-18">
4070                                         <text text_size="9"/>
4071                                 </itemgra>
4072                         </layer>
4073                         <xi:include xpointer="xpointer(/config/navit/layout[@name='Car']/layer[@name='POI Symbols'])"/>
4074                         <!-- <xi:include xpointer="xpointer(/config/navit/layout[@name='Car']/layer[@name='POI Labels'])"/> -->
4075                         <layer name="Unknown Elements">
4076                                 <!-- This entry shows all unknown linear elements as blue lines -->
4077                                 <!--
4078                                 <itemgra item_types="street_unkn" order="0-">
4079                                         <polyline color="#8080ff" width="3"/> 
4080                                 </itemgra>
4081                                 -->
4082                         </layer>
4083                         <layer name="Place Labels">
4084                                 <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-">
4085                                         <circle color="#000000" radius="3" text_size="12"/>
4086                                 </itemgra>
4087                                 <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="9-">
4088                                         <circle color="#000000" radius="3" text_size="12"/>
4089                                 </itemgra>
4090                                 <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3" order="9-">
4091                                         <circle color="#000000" radius="3" text_size="12"/>
4092                                 </itemgra>
4093                                 <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="7-">
4094                                         <circle color="#000000" radius="3" text_size="12"/>
4095                                 </itemgra>
4096                                 <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="7-">
4097                                         <circle color="#000000" radius="3" text_size="12"/>
4098                                 </itemgra>
4099                                 <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="5-">
4100                                         <circle color="#000000" radius="3" text_size="10"/>
4101                                 </itemgra>
4102                                 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="5-">
4103                                         <circle color="#000000" radius="3" text_size="15"/>
4104                                 </itemgra>
4105                                 <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
4106                                         <circle color="#000000" radius="3" text_size="15"/>
4107                                 </itemgra>
4108                                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="3-">
4109                                         <circle color="#000000" radius="3" text_size="15"/>
4110                                 </itemgra>
4111                                 <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
4112                                         <circle color="#000000" radius="3" text_size="15"/>
4113                                 </itemgra>
4114                         </layer>
4115                 </layout>
4116
4117                 <layout name="T@H" font="Liberation Sans">
4118
4119                         <cursor w="26" h="26">
4120                                 <itemgra>
4121                                         <circle color="#0000ff" radius="24" width="2">
4122                                                 <coord x="0" y="0"/>
4123                                         </circle>
4124                                 </itemgra>
4125                                 <itemgra speed_range="-2">
4126                                         <polyline color="#0000ff" width="2">
4127                                                 <coord x="0" y="0"/>
4128                                                 <coord x="0" y="0"/>
4129                                         </polyline>
4130                                 </itemgra>
4131                                 <itemgra speed_range="3-">
4132                                         <polyline color="#0000ff" width="2">
4133                                                 <coord x="-7" y="-10"/>
4134                                                 <coord x="0" y="12"/>
4135                                                 <coord x="7" y="-10"/>
4136                                         </polyline>
4137                                 </itemgra>
4138                         </cursor>
4139
4140                         <layer name="sea" details="0">
4141                                 <!-- landuse=forest -->
4142                                 <itemgra item_types="poly_wood" order="0-">
4143                                         <polygon color="#72bf81"/>
4144                                 </itemgra>
4145                                 <!-- landuse=residential -->
4146                                 <itemgra item_types="poly_town" order="0-">
4147                                         <polygon color="#f2f2f2"/>
4148                                 </itemgra>
4149                                 <!-- natural=water -->
4150                                 <itemgra item_types="poly_water" order="0-">
4151                                         <polygon color="#b5d6f1"/>
4152                                         <polyline color="#b5d6f1"/>
4153                                         <text text_size="8"/>
4154                                 </itemgra>
4155                                 <!-- leisure=park -->
4156                                 <itemgra item_types="poly_park" order="0-">
4157                                         <polygon color="#c7f1a3"/>
4158                                         <polyline color="#79c691"/>
4159                                         <text text_size="5"/>
4160                                 </itemgra>
4161                                 <itemgra item_types="poly_airport" order="0-">
4162                                         <polygon color="#a0a0a0"/>
4163                                 </itemgra>
4164                                 <itemgra item_types="poly_sport" order="0-">
4165                                         <polygon color="#4af04f"/>
4166                                 </itemgra>
4167                                 <!-- landuse=industrial -->
4168                                 <itemgra item_types="poly_industry,poly_building,poly_place" order="0-">
4169                                         <polygon color="#ecd8ff"/>
4170                                 </itemgra>
4171                                 <!-- waterway=stream -->
4172                                 <itemgra item_types="water_line" order="0-4">
4173                                         <polyline color="#b5d6f1" width="1"/>
4174                                         <text text_size="8"/>
4175                                 </itemgra>
4176                                 <!-- railway=subway -->
4177                                 <itemgra item_types="rail" order="6">
4178                                         <polyline color="#aaaaaa" width="1"/>
4179                                 </itemgra>
4180                                 <itemgra item_types="rail" order="7-8">
4181                                         <polyline color="#aaaaaa" width="2"/>
4182                                 </itemgra>
4183                                 <itemgra item_types="rail" order="9-">
4184                                         <polyline color="#aaaaaa" width="6"/>
4185                                 </itemgra>
4186                                 <itemgra item_types="ferry" order="5-">
4187                                         <polyline color="#000000" width="1"/>
4188                                 </itemgra>
4189                                 <itemgra item_types="border_country" order="0-">
4190                                         <polyline color="#b8434e" width="1"/>
4191                                 </itemgra>
4192                                 <itemgra item_types="border_state" order="0-">
4193                                         <polyline color="#808080" width="1"/>
4194                                 </itemgra>
4195                                 <itemgra item_types="height_line_1" order="0-">
4196                                         <polyline color="#000000" width="1"/>
4197                                 </itemgra>
4198                                 <itemgra item_types="height_line_2" order="0-">
4199                                         <polyline color="#000000" width="2"/>
4200                                 </itemgra>
4201                                 <!-- routing -->
4202                                 <itemgra item_types="street_route" order="2">
4203                                         <polyline color="#0000a0" width="4"/>
4204                                 </itemgra>
4205                                 <itemgra item_types="street_route" order="3-5">
4206                                         <polyline color="#0000a0" width="8"/>
4207                                 </itemgra>
4208                                 <itemgra item_types="street_route" order="6">
4209                                         <polyline color="#0000a0" width="10"/>
4210                                 </itemgra>
4211                                 <itemgra item_types="street_route" order="7-8">
4212                                         <polyline color="#0000a0" width="16"/>
4213                                 </itemgra>
4214                                 <itemgra item_types="street_route" order="9-10">
4215                                         <polyline color="#0000a0" width="20"/>
4216                                 </itemgra>
4217                                 <itemgra item_types="street_route" order="11">
4218                                         <polyline color="#0000a0" width="28"/>
4219                                 </itemgra>
4220                                 <itemgra item_types="street_route" order="12">
4221                                         <polyline color="#0000a0" width="32"/>
4222                                 </itemgra>
4223                                 <itemgra item_types="street_route" order="13">
4224                                         <polyline color="#0000a0" width="52"/>
4225                                 </itemgra>
4226                                 <itemgra item_types="street_route" order="14">
4227                                         <polyline color="#0000a0" width="64"/>
4228                                 </itemgra>
4229                                 <itemgra item_types="street_route" order="15">
4230                                         <polyline color="#0000a0" width="68"/>
4231                                 </itemgra>
4232                                 <itemgra item_types="street_route" order="16">
4233                                         <polyline color="#0000a0" width="132"/>
4234                                 </itemgra>
4235                                 <itemgra item_types="street_route" order="17">
4236                                         <polyline color="#0000a0" width="268"/>
4237                                 </itemgra>
4238                                 <itemgra item_types="street_route" order="18">
4239                                         <polyline color="#0000a0" width="530"/>
4240                                 </itemgra>
4241                                 <!-- highway=service,footway, ,... -->
4242                                 <itemgra item_types="street_pedestrian,living_street" order="10">
4243                                         <polyline color="#d2d2d2" width="3"/>
4244                                         <polyline color="#dddddd" width="1"/>
4245                                 </itemgra>
4246                                 <itemgra item_types="street_pedestrian,living_street" order="11">
4247                                         <polyline color="#d2d2d2" width="5"/>
4248                                         <polyline color="#dddddd" width="3"/>
4249                                 </itemgra>
4250                                 <itemgra item_types="street_pedestrian,living_street" order="12">
4251                                         <polyline color="#d2d2d2" width="8"/>
4252                                         <polyline color="#dddddd" width="6"/>
4253                                 </itemgra>
4254                                 <itemgra item_types="street_pedestrian,living_street" order="13">
4255                                         <polyline color="#d2d2d2" width="9"/>
4256                                         <polyline color="#dddddd" width="7"/>
4257                                 </itemgra>
4258                                 <itemgra item_types="street_pedestrian,living_street" order="14">
4259                                         <polyline color="#d2d2d2" width="13"/>
4260                                         <polyline color="#dddddd" width="9"/>
4261                                 </itemgra>
4262                                 <itemgra item_types="street_pedestrian,living_street" order="15">
4263                                         <polyline color="#d2d2d2" width="18"/>
4264                                         <polyline color="#dddddd" width="14"/>
4265                                 </itemgra>
4266                                 <itemgra item_types="street_pedestrian,living_street" order="16">
4267                                         <polyline color="#d2d2d2" width="21"/>
4268                                         <polyline color="#dddddd" width="17"/>
4269                                 </itemgra>
4270                                 <itemgra item_types="street_pedestrian,living_street" order="17">
4271                                         <polyline color="#d2d2d2" width="25"/>
4272                                         <polyline color="#dddddd" width="21"/>
4273                                 </itemgra>
4274                                 <itemgra item_types="street_pedestrian,living_street" order="18">
4275                                         <polyline color="#d2d2d2" width="40"/>
4276                                         <polyline color="#dddddd" width="34"/>
4277                                 </itemgra>
4278                                 <itemgra item_types="street_nopass" order="10">
4279                                         <polyline color="#efeaa0" width="1"/>
4280                                 </itemgra>
4281                                 <itemgra item_types="street_nopass" order="11-12">
4282                                         <polyline color="#efeaa0" width="2"/>
4283                                 </itemgra>
4284                                 <itemgra item_types="street_nopass" order="13-">
4285                                         <polyline color="#efeaa0" width="4"/>
4286                                 </itemgra>
4287                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="10">
4288                                         <polyline color="#d2d2d2" width="4"/>
4289                                         <polyline color="#ffffff" width="2"/>
4290                                 </itemgra>
4291                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="11">
4292                                         <polyline color="#d2d2d2" width="6"/>
4293                                         <polyline color="#ffffff" width="4"/>
4294                                 </itemgra>
4295                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
4296                                         <polyline color="#d2d2d2" width="10"/>
4297                                         <polyline color="#ffffff" width="8"/>
4298                                 </itemgra>
4299                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="13">
4300                                         <polyline color="#d2d2d2" width="12"/>
4301                                         <polyline color="#ffffff" width="9"/>
4302                                 </itemgra>
4303                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="14">
4304                                         <polyline color="#d2d2d2" width="15"/>
4305                                         <polyline color="#ffffff" width="13"/>
4306                                 </itemgra>
4307                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="15">
4308                                         <polyline color="#d2d2d2" width="17"/>
4309                                         <polyline color="#ffffff" width="14"/>
4310                                 </itemgra>
4311                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="16">
4312                                         <polyline color="#d2d2d2" width="33"/>
4313                                         <polyline color="#ffffff" width="26"/>
4314                                 </itemgra>
4315                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="17">
4316                                         <polyline color="#d2d2d2" width="69"/>
4317                                         <polyline color="#ffffff" width="61"/>
4318                                 </itemgra>
4319                                 <itemgra item_types="street_0,street_1_city,street_1_land" order="18">
4320                                         <polyline color="#d2d2d2" width="132"/>
4321                                         <polyline color="#ffffff" width="126"/>
4322                                 </itemgra>
4323                                 <!-- highway=tertiary -->
4324                                 <itemgra item_types="street_2_city,street_2_land" order="7-8">
4325                                         <polyline color="#c4c4c4" width="2"/>
4326                                 </itemgra>
4327                                 <itemgra item_types="street_2_city,street_2_land" order="9">
4328                                         <polyline color="#c4c4c4" width="4"/>
4329                                         <polyline color="#f7f496" width="2"/>
4330                                 </itemgra>
4331                                 <itemgra item_types="street_2_city,street_2_land" order="10">
4332                                         <polyline color="#c4c4c4" width="6"/>
4333                                         <polyline color="#f7f496" width="4"/>
4334                                 </itemgra>
4335                                 <itemgra item_types="street_2_city,street_2_land" order="11">
4336                                         <polyline color="#c4c4c4" width="8"/>
4337                                         <polyline color="#f7f496" width="6"/>
4338                                 </itemgra>
4339                                 <itemgra item_types="street_2_city,street_2_land" order="12">
4340                                         <polyline color="#c4c4c4" width="12"/>
4341                                         <polyline color="#f7f496" width="9"/>
4342                                 </itemgra>
4343                                 <itemgra item_types="street_2_city,street_2_land" order="13">
4344                                         <polyline color="#c4c4c4" width="15"/>
4345                                         <polyline color="#f7f496" width="11"/>
4346                                 </itemgra>
4347                                 <itemgra item_types="street_2_city,street_2_land" order="14">
4348                                         <polyline color="#c4c4c4" width="18"/>
4349                                         <polyline color="#f7f496" width="14"/>
4350                                 </itemgra>
4351                                 <itemgra item_types="street_2_city,street_2_land" order="15">
4352                                         <polyline color="#c4c4c4" width="21"/>
4353                                         <polyline color="#f7f496" width="17"/>
4354                                 </itemgra>
4355                                 <itemgra item_types="street_2_city,street_2_land" order="16">
4356                                         <polyline color="#c4c4c4" width="35"/>
4357                                         <polyline color="#f7f496" width="30"/>
4358                                 </itemgra>
4359                                 <itemgra item_types="street_2_city,street_2_land" order="17">
4360                                         <polyline color="#c4c4c4" width="73"/>
4361                                         <polyline color="#f7f496" width="67"/>
4362                                 </itemgra>
4363                                 <itemgra item_types="street_2_city,street_2_land" order="18">
4364                                         <polyline color="#c4c4c4" width="144"/>
4365                                         <polyline color="#f7f496" width="138"/>
4366                                 </itemgra>
4367                                 <!-- highway=secondary -->
4368                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="7">
4369                                         <polyline color="#fdbf6f" width="1"/>
4370                                 </itemgra>
4371                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="8">
4372                                         <polyline color="#000000" width="2"/>
4373                                         <polyline color="#fdbf6f" width="1"/>
4374                                 </itemgra>
4375                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="9">
4376                                         <polyline color="#000000" width="5"/>
4377                                         <polyline color="#fdbf6f" width="3"/>
4378                                 </itemgra>
4379                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="10">
4380                                         <polyline color="#000000" width="8"/>
4381                                         <polyline color="#fdbf6f" width="6"/>
4382                                 </itemgra>
4383                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="11">
4384                                         <polyline color="#000000" width="9"/>
4385                                         <polyline color="#fdbf6f" width="7"/>
4386                                 </itemgra>
4387                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="12">
4388                                         <polyline color="#000000" width="11"/>
4389                                         <polyline color="#fdbf6f" width="9"/>
4390                                 </itemgra>
4391                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="13">
4392                                         <polyline color="#000000" width="16"/>
4393                                         <polyline color="#fdbf6f" width="14"/>
4394                                 </itemgra>
4395                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="14">
4396                                         <polyline color="#000000" width="19"/>
4397                                         <polyline color="#fdbf6f" width="17"/>
4398                                 </itemgra>
4399                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="15">
4400                                         <polyline color="#000000" width="23"/>
4401                                         <polyline color="#fdbf6f" width="21"/>
4402                                 </itemgra>
4403                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="16">
4404                                         <polyline color="#000000" width="36"/>
4405                                         <polyline color="#fdbf6f" width="34"/>
4406                                 </itemgra>
4407                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="17">
4408                                         <polyline color="#000000" width="75"/>
4409                                         <polyline color="#fdbf6f" width="73"/>
4410                                 </itemgra>
4411                                 <itemgra item_types="street_3_city,street_3_land,ramp" order="18">
4412                                         <polyline color="#000000" width="152"/>
4413                                         <polyline color="#fdbf6f" width="150"/>
4414                                 </itemgra>
4415                                 <!-- highway=primary -->
4416                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6">
4417                                         <polyline color="#e46d71" width="1"/>
4418                                 </itemgra>
4419                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8">
4420                                         <polyline color="#e46d71" width="3"/>
4421                                         <polyline color="#e46d71" width="1"/>
4422                                 </itemgra>
4423                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9">
4424                                         <polyline color="#e46d71" width="5"/>
4425                                         <polyline color="#e46d71" width="3"/>
4426                                 </itemgra>
4427                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10">
4428                                         <polyline color="#e46d71" width="6"/>
4429                                         <polyline color="#e46d71" width="4"/>
4430                                 </itemgra>
4431                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11">
4432                                         <polyline color="#e46d71" width="9"/>
4433                                         <polyline color="#e46d71" width="7"/>
4434                                 </itemgra>
4435                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12">
4436                                         <polyline color="#e46d71" width="13"/>
4437                                         <polyline color="#e46d71" width="9"/>
4438                                 </itemgra>
4439                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13">
4440                                         <polyline color="#e46d71" width="18"/>
4441                                         <polyline color="#e46d71" width="14"/>
4442                                 </itemgra>
4443                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14">
4444                                         <polyline color="#e46d71" width="21"/>
4445                                         <polyline color="#e46d71" width="17"/>
4446                                 </itemgra>
4447                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15">
4448                                         <polyline color="#e46d71" width="24"/>
4449                                         <polyline color="#e46d71" width="20"/>
4450                                 </itemgra>
4451                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16">
4452                                         <polyline color="#e46d71" width="39"/>
4453                                         <polyline color="#e46d71" width="33"/>
4454                                 </itemgra>
4455                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17">
4456                                         <polyline color="#e46d71" width="78"/>
4457                                         <polyline color="#e46d71" width="72"/>
4458                                 </itemgra>
4459                                 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18">
4460                                         <polyline color="#e46d71" width="156"/>
4461                                         <polyline color="#e46d71" width="150"/>
4462                                 </itemgra>
4463                                 <!-- highway=motorway -->
4464                                 <itemgra item_types="highway_city,highway_land" order="2">
4465                                         <polyline color="#809bc0" width="1"/>
4466                                 </itemgra>
4467                                 <itemgra item_types="highway_city,highway_land" order="3-5">
4468                                         <polyline color="#87908a" width="3"/>
4469                                         <polyline color="#809bc0" width="1"/>
4470                                 </itemgra>
4471                                 <itemgra item_types="highway_city,highway_land" order="6">
4472                                         <polyline color="#87908a" width="4"/>
4473                                         <polyline color="#809bc0" width="2"/>
4474                                 </itemgra>
4475                                 <itemgra item_types="highway_city,highway_land" order="7-8">
4476                                         <polyline color="#87908a" width="7"/>
4477                                         <polyline color="#809bc0" width="5"/>
4478                                         <polyline color="#809bc0" width="1"/>
4479                                 </itemgra>
4480                                 <itemgra item_types="highway_city,highway_land" order="9-10">
4481                                         <polyline color="#87908a" width="9"/>
4482                                         <polyline color="#809bc0" width="5"/>
4483                                         <polyline color="#809bc0" width="1"/>
4484                                 </itemgra>
4485                                 <itemgra item_types="highway_city,highway_land" order="11">
4486                                         <polyline color="#87908a" width="13"/>
4487                                         <polyline color="#809bc0" width="9"/>
4488                                         <polyline color="#809bc0" width="1"/>
4489                                 </itemgra>
4490                                 <itemgra item_types="highway_city,highway_land" order="12">
4491                                         <polyline color="#87908a" width="15"/>
4492                                         <polyline color="#809bc0" width="10"/>
4493                                         <polyline color="#809bc0" width="1"/>
4494                                 </itemgra>
4495                                 <itemgra item_types="highway_city,highway_land" order="13">
4496                                         <polyline color="#87908a" width="25"/>
4497                                         <polyline color="#809bc0" width="17"/>
4498                                         <polyline color="#809bc0" width="1"/>
4499                                 </itemgra>
4500                                 <itemgra item_types="highway_city,highway_land" order="14">
4501                                         <polyline color="#87908a" width="31"/>
4502                                         <polyline color="#809bc0" width="24"/>
4503                                         <polyline color="#809bc0" width="1"/>
4504                                 </itemgra>
4505                                 <itemgra item_types="highway_city,highway_land" order="15">
4506                                         <polyline color="#87908a" width="33"/>
4507                                         <polyline color="#809bc0" width="27"/>
4508                                         <polyline color="#809bc0" width="1"/>
4509                                 </itemgra>
4510                                 <itemgra item_types="highway_city,highway_land" order="16">
4511                                         <polyline color="#87908a" width="65"/>
4512                                         <polyline color="#809bc0" width="59"/>
4513                                         <polyline color="#809bc0" width="1"/>
4514                                 </itemgra>
4515                                 <itemgra item_types="highway_city,highway_land" order="17">
4516                                         <polyline color="#87908a" width="133"/>
4517                                         <polyline color="#809bc0" width="127"/>
4518                                         <polyline color="#809bc0" width="1"/>
4519                                 </itemgra>
4520                                 <itemgra item_types="highway_city,highway_land" order="18">
4521                                         <polyline color="#87908a" width="264"/>
4522                                         <polyline color="#809bc0" width="258"/>
4523                                         <polyline color="#809bc0" width="1"/>
4524                                 </itemgra>
4525                                 <itemgra item_types="highway_exit_label" order="10-">
4526                                         <circle color="#000000" radius="3" text_size="7"/>
4527                                 </itemgra>
4528                                 <!-- highway=primary (font)-->
4529                                 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="10-18">
4530                                         <text text_size="9"/>
4531                                 </itemgra>
4532                                 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18">
4533                                         <text text_size="9"/>
4534                                 </itemgra>
4535                                 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18">
4536                                         <text text_size="9"/>
4537                                 </itemgra>
4538                                 <!-- place=suburb -->
4539                                 <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-">
4540                                         <circle color="#000000" radius="3" text_size="9"/>
4541                                 </itemgra>
4542                                 <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="11-">
4543                                         <circle color="#000000" radius="3" text_size="7"/>
4544                                 </itemgra>
4545                                 <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3" order="10-">
4546                                         <circle color="#000000" radius="3" text_size="7"/>
4547                                 </itemgra>
4548                                 <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-">
4549                                         <circle color="#000000" radius="3" text_size="7"/>
4550                                 </itemgra>
4551                                 <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="8-">
4552                                         <circle color="#000000" radius="3" text_size="7"/>
4553                                 </itemgra>
4554                                 <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="6-">
4555                                         <circle color="#000000" radius="3" text_size="10"/>
4556                                 </itemgra>
4557                                 <!-- place=city -->
4558                                 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="4-">
4559                                         <circle color="#000000" radius="3" text_size="15"/>
4560                                 </itemgra>
4561                                 <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-">
4562                                         <circle color="#000000" radius="3" text_size="15"/>
4563                                 </itemgra>
4564                                 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="2-">
4565                                         <circle color="#000000" radius="3" text_size="15"/>
4566                                 </itemgra>
4567                                 <itemgra item_types="town_label_1e7,district_label_1e7" order="1-">
4568                                         <circle color="#000000" radius="3" text_size="15"/>
4569                                 </itemgra>
4570                                 <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-">
4571                                         <polygon color="#a0a0a0"/>
4572                                         <text text_size="5"/>
4573                                 </itemgra>
4574                                 <itemgra item_types="rg_point" order="0-">
4575                                         <circle color="#FF089C" radius="10"/>
4576                                 </itemgra>
4577                                 <!-- !!!!...POIs...!!!! -->
4578                                 <!-- amenity=bank -->
4579                                 <itemgra item_types="poi_bank" order="14-">
4580                                         <icon src="bank.png"/>
4581                                         <circle color="#000000" radius="3" text_size="7"/>
4582                                 </itemgra>
4583                                 <!-- amenity=fuel -->
4584                                 <itemgra item_types="poi_fuel" order="14-">
4585                                         <icon src="fuel.png"/>
4586                                         <circle color="#000000" radius="3" text_size="7"/>
4587                                 </itemgra>
4588                                 <!-- amenity=hospitalg -->
4589                                 <itemgra item_types="poi_hospital" order="14-">
4590                                         <icon src="hospital.png"/>
4591                                         <circle color="#000000" radius="3" text_size="7"/>
4592                                 </itemgra>
4593                                 <!-- amenity=parking -->
4594                                 <itemgra item_types="poi_car_parking" order="14-">
4595                                         <icon src="parking.xpm"/>
4596                                 </itemgra>
4597                                 <!-- amenity=police -->
4598                                 <itemgra item_types="poi_police" order="14-">
4599                                         <icon src="police.png"/>
4600                                         <circle color="#000000" radius="3" text_size="7"/>
4601                                 </itemgra>
4602                                 <!-- amenity=restaurant -->
4603                                 <itemgra item_types="poi_restaurant" order="14-">
4604                                         <icon src="restaurant.xpm"/>
4605                                         <circle color="#000000" radius="3" text_size="7"/>
4606                                 </itemgra>
4607                                 <!-- leisure=golf_curse -->
4608                                 <itemgra item_types="poi_golf" order="14-">
4609                                         <icon src="golf.xpm"/>
4610                                         <circle color="#000000" radius="3" text_size="7"/>
4611                                 </itemgra>
4612                                 <!-- tourism=hotel -->
4613                                 <itemgra item_types="poi_hotel" order="14-">
4614                                         <icon src="hotel.xpm"/>
4615                                         <circle color="#000000" radius="3" text_size="7"/>
4616                                 </itemgra>
4617                         </layer>
4618                 </layout>
4619         </navit>
4620 </config>