/[zanavi_public1]/navit/navit/xslt/android_all_densities.xslt
ZANavi

Contents of /navit/navit/xslt/android_all_densities.xslt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30 - (show annotations) (download)
Wed Aug 22 17:01:27 2012 UTC (11 years, 8 months ago) by zoff99
File size: 78180 byte(s)
ZANavi 2.0, lots of changes, everything in its own thread, more performance
1 <?xml version="1.0"?>
2 <xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/XInclude">
3 <xsl:output method="xml" doctype-system="navit.dtd" cdata-section-elements="gui"/>
4 <xsl:variable name="OSD_FACTOR_">
5 <xsl:choose>
6 <xsl:when test="string-length($OSD_FACTOR)"><xsl:value-of select="$OSD_FACTOR"/></xsl:when>
7 <xsl:otherwise>1</xsl:otherwise>
8 </xsl:choose>
9 </xsl:variable>
10 <xsl:variable name="CAR_FACTOR_">
11 <xsl:choose>
12 <xsl:when test="string-length($CAR_FACTOR)"><xsl:value-of select="$CAR_FACTOR"/></xsl:when>
13 <xsl:otherwise>1</xsl:otherwise>
14 </xsl:choose>
15 </xsl:variable>
16 <xsl:include href="default_plugins.xslt"/>
17 <!--<xsl:include href="map_sdcard_navitmap_bin.xslt"/>-->
18 <xsl:include href="map_secondary_sdcard_navitmap_bin.xslt"/>
19 <xsl:include href="osd_android_minimum.xslt"/>
20 <xsl:template match="/config/plugins/plugin[1]" priority="100">
21 <plugin path="$NAVIT_PREFIX/lib/libgraphics_android.so" ondemand="no"/>
22 <xsl:text>&#x0A; </xsl:text>
23 <plugin path="$NAVIT_PREFIX/lib/libvehicle_android.so" ondemand="no"/>
24 <xsl:text>&#x0A; </xsl:text>
25 <plugin path="$NAVIT_PREFIX/lib/libvehicle_demo.so" ondemand="no"/>
26 <xsl:text>&#x0A; </xsl:text>
27 <!--<plugin path="$NAVIT_PREFIX/lib/libvehicle_file.so" ondemand="no"/>-->
28 <!--<xsl:text>&#x0A; </xsl:text>-->
29 <plugin path="$NAVIT_PREFIX/lib/libspeech_android.so" ondemand="no"/>
30 <xsl:text>&#x0A; </xsl:text>
31 <xsl:next-match/>
32 </xsl:template>
33 <xsl:template match="/config/navit/graphics">
34 <graphics type="android" />
35 </xsl:template>
36 <!-- make gui fonts bigger -->
37 <xsl:template match="/config/navit/gui[2]">
38 <xsl:copy><xsl:copy-of select="@*[not(name()='font_size')]"/>
39 <xsl:attribute name="font_size"><xsl:value-of select="$MENU_VALUE_FONTSIZE"/></xsl:attribute>
40 <xsl:attribute name="icon_xs"><xsl:value-of select="$MENU_VALUE_ICONS_XS"/></xsl:attribute>
41 <xsl:attribute name="icon_s"><xsl:value-of select="$MENU_VALUE_ICONS_S"/></xsl:attribute>
42 <xsl:attribute name="icon_l"><xsl:value-of select="$MENU_VALUE_ICONS_L"/></xsl:attribute>
43 <xsl:attribute name="spacing"><xsl:value-of select="$MENU_VALUE_SPACING"/></xsl:attribute>
44 <xsl:apply-templates/></xsl:copy>
45 </xsl:template>
46 <!-- make gui fonts bigger -->
47 <!-- after map drag jump to position, initial zoom -->
48 <xsl:template match="/config/navit[1]">
49 <xsl:copy><xsl:copy-of select="@*"/>
50 <!--<xsl:attribute name="timeout">0</xsl:attribute>-->
51 <xsl:attribute name="zoom">32</xsl:attribute>
52 <xsl:apply-templates/></xsl:copy>
53 </xsl:template>
54 <!-- after map drag jump to position, initial zoom -->
55 <xsl:template match="/config/navit/vehicle[1]">
56 <xsl:copy><xsl:copy-of select="@*[not(name()='gpsd_query')]"/>
57 <xsl:attribute name="source">android:</xsl:attribute>
58 <xsl:attribute name="follow">1</xsl:attribute>
59 <xsl:apply-templates/></xsl:copy>
60 </xsl:template>
61 <!-- add new default look-and-feel for android -->
62 <xsl:template match="/config/navit/layout[1]">
63 <layout name="Android-Car" color="#fef9ee" font="Liberation Sans">
64 <xsl:text>&#x0A; </xsl:text>
65 <cursor w="50" h="50">
66 <xsl:text>&#x0A; </xsl:text>
67 </cursor>
68 <xsl:text>&#x0A; </xsl:text>
69 <!-- android layout -->
70 <!-- android layout -->
71 <!-- android layout -->
72 <layer name="polygons001">
73 <itemgra item_types="poly_wood" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
74 <polygon color="#8ec78d"/>
75 <text text_size="8"/>
76 </itemgra>
77 <itemgra item_types="poly_wood" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
78 <polygon color="#8ec78d"/>
79 <text text_size="10"/>
80 </itemgra>
81 <itemgra item_types="poly_park" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
82 <polygon color="#7cc334"/>
83 <text text_size="8"/>
84 </itemgra>
85 </layer>
86 <xsl:text>&#x0A; </xsl:text>
87
88 <layer name="polygons">
89 <!-- ocean -->
90 <itemgra item_types="poly_water_tiled">
91 <polygon color="#82c8ea"/>
92 </itemgra>
93 <!-- ocean -->
94
95 <!-- rivers with text -->
96 <itemgra item_types="poly_water" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
97 <polygon color="#82c8ea"/>
98 <polyline color="#5096b8"/>
99 <text text_size="8"/>
100 </itemgra>
101 <itemgra item_types="poly_water" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
102 <polygon color="#82c8ea"/>
103 <polyline color="#5096b8"/>
104 <text text_size="10"/>
105 </itemgra>
106 <!-- rivers with text -->
107
108 <!-- rivers with text (converted from relations) -->
109 <itemgra item_types="poly_water_from_relations" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
110 <polygon color="#82c8ea"/>
111 <polyline color="#5096b8"/>
112 <text text_size="8"/>
113 </itemgra>
114 <itemgra item_types="poly_water_from_relations" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
115 <polygon color="#82c8ea"/>
116 <polyline color="#5096b8"/>
117 <text text_size="10"/>
118 </itemgra>
119 <!-- rivers with text (converted from relations) -->
120
121 <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
122 <polygon color="#a0a0a0"/>
123 <text text_size="8"/>
124 </itemgra>
125 <itemgra item_types="poly_pedestrian" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
126 <polyline color="#d2d2d2" width="13"/>
127 <polyline color="#dddddd" width="9"/>
128 <polygon color="#dddddd"/>
129 </itemgra>
130 <itemgra item_types="poly_pedestrian" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
131 <polyline color="#d2d2d2" width="18"/>
132 <polyline color="#dddddd" width="14"/>
133 <polygon color="#dddddd"/>
134 </itemgra>
135 <itemgra item_types="poly_pedestrian" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
136 <polyline color="#d2d2d2" width="21"/>
137 <polyline color="#dddddd" width="17"/>
138 <polygon color="#dddddd"/>
139 </itemgra>
140 <itemgra item_types="poly_pedestrian" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
141 <polyline color="#d2d2d2" width="25"/>
142 <polyline color="#dddddd" width="21"/>
143 <polygon color="#dddddd"/>
144 </itemgra>
145 <itemgra item_types="poly_pedestrian" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
146 <polyline color="#d2d2d2" width="40"/>
147 <polyline color="#dddddd" width="34"/>
148 <polygon color="#dddddd"/>
149 </itemgra>
150 <itemgra item_types="poly_airport" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}-">
151 <polygon color="#a0a0a0"/>
152 </itemgra>
153
154 <!--
155 <itemgra item_types="poly_sport,poly_sports_pitch" order="0-">
156 <polygon color="#4af04f"/>
157 </itemgra>
158 <itemgra item_types="poly_industry,poly_place" order="0-">
159 <polygon color="#e6e6e6"/>
160 </itemgra>
161 -->
162
163 <!--
164 <itemgra item_types="poly_street_1" order="{round(8-number($LAYOUT_001_ORDER_DELTA_1))}-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
165 <polygon color="#ffffff"/>
166 <polyline color="#d2d2d2" width="1"/>
167 </itemgra>
168 <itemgra item_types="poly_street_1" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
169 <polygon color="#ffffff"/>
170 <polyline color="#d2d2d2" width="2"/>
171 </itemgra>
172 <itemgra item_types="poly_street_1" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
173 <polygon color="#ffffff"/>
174 <polyline color="#d2d2d2" width="3"/>
175 </itemgra>
176 -->
177
178
179 <!--
180 <itemgra item_types="poly_street_2" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
181 <polygon color="#fefc8c"/>
182 <polyline color="#c0c0c0" width="1"/>
183 </itemgra>
184 <itemgra item_types="poly_street_2" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
185 <polygon color="#fefc8c"/>
186 <polyline color="#c0c0c0" width="2"/>
187 </itemgra>
188 <itemgra item_types="poly_street_2" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
189 <polygon color="#fefc8c"/>
190 <polyline color="#c0c0c0" width="3"/>
191 </itemgra>
192 -->
193
194 <!--
195 <itemgra item_types="poly_street_3" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
196 <polygon color="#fefc8c"/>
197 <polyline color="#a0a0a0" width="1"/>
198 </itemgra>
199 <itemgra item_types="poly_street_3" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
200 <polygon color="#fefc8c"/>
201 <polyline color="#a0a0a0" width="2"/>
202 </itemgra>
203 <itemgra item_types="poly_street_3" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}-{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
204 <polygon color="#fefc8c"/>
205 <polyline color="#a0a0a0" width="3"/>
206 </itemgra>
207 -->
208
209
210
211 <!--
212 <itemgra item_types="water_line" order="0-">
213 <polyline color="#5096b8" width="2"/>
214 <text text_size="5"/>
215 </itemgra>
216 -->
217
218 <!--
219 <itemgra item_types="water_river" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
220 <polyline color="#82c8ea" width="1"/>
221 </itemgra>
222 -->
223 <!--
224 <itemgra item_types="water_river" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}-{round(7-number($LAYOUT_001_ORDER_DELTA_1))}">
225 <polyline color="#82c8ea" width="3"/>
226 </itemgra>
227 -->
228 <itemgra item_types="water_river" order="{round(8-number($LAYOUT_001_ORDER_DELTA_1))}-{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
229 <polyline color="#82c8ea" width="4"/>
230 </itemgra>
231 <itemgra item_types="water_river" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}-">
232 <polyline color="#82c8ea" width="4"/>
233 <text text_size="9"/>
234 </itemgra>
235
236
237 <itemgra item_types="water_canal" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
238 <polyline color="#82c8ea" width="3"/>
239 <text text_size="8"/>
240 </itemgra>
241 <itemgra item_types="water_stream" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
242 <polyline color="#82c8ea" width="2"/>
243 <text text_size="8"/>
244 </itemgra>
245 <itemgra item_types="water_drain" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
246 <polyline color="#82c8ea" width="1"/>
247 <text text_size="8"/>
248 </itemgra>
249
250
251 <itemgra item_types="poly_apron" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
252 <polygon color="#d0d0d0"/>
253 </itemgra>
254 <itemgra item_types="poly_terminal" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
255 <polygon color="#e3c6a6"/>
256 </itemgra>
257 <itemgra item_types="poly_car_parking" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
258 <polygon color="#e7cf87"/>
259 </itemgra>
260
261 <!-- buildings -->
262 <itemgra item_types="poly_building" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
263 <polygon color="#b6a6a6"/>
264 <polyline color="#dddddd" width="1"/>
265 </itemgra>
266 <!-- buildings -->
267
268 </layer>
269
270 <xsl:text>&#x0A; </xsl:text>
271
272 <layer name="Borders">
273 <itemgra item_types="border_country" order="0-1">
274 <polyline color="#9b1199" width="1" />
275 </itemgra>
276 <itemgra item_types="border_country" order="1-{round(3-number($LAYOUT_001_ORDER_DELTA_1))}">
277 <polyline color="#9b1199" width="2" />
278 </itemgra>
279 <itemgra item_types="border_country" order="{round(4-number($LAYOUT_001_ORDER_DELTA_1))}">
280 <polyline color="#9b1199" width="4" />
281 </itemgra>
282 <itemgra item_types="border_country" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}-{round(7-number($LAYOUT_001_ORDER_DELTA_1))}">
283 <polyline color="#9b1199" width="12" />
284 </itemgra>
285 <itemgra item_types="border_country" order="{round(8-number($LAYOUT_001_ORDER_DELTA_1))}-{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
286 <polyline color="#9b1199" width="20" />
287 <!--<polyline color="#9b1199" width="20" dash="2"/>-->
288 </itemgra>
289 <itemgra item_types="border_country" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
290 <polyline color="#9b1199" width="30" />
291 <!--<polyline color="#9b1199" width="30" dash="2"/>-->
292 </itemgra>
293 </layer>
294
295 <xsl:text>&#x0A; </xsl:text>
296
297 <layer name="route_001" active="0">
298 <!-- route -->
299 <itemgra item_types="street_route" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
300 <polyline color="#69e068" width="3"/>
301 </itemgra>
302 <itemgra item_types="street_route" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
303 <polyline color="#69e068" width="8"/>
304 </itemgra>
305 <itemgra item_types="street_route" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
306 <polyline color="#69e068" width="10"/>
307 </itemgra>
308 <itemgra item_types="street_route" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
309 <polyline color="#69e068" width="12"/>
310 </itemgra>
311 <itemgra item_types="street_route" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
312 <polyline color="#69e068" width="16"/>
313 </itemgra>
314 <itemgra item_types="street_route" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
315 <polyline color="#69e068" width="20"/>
316 </itemgra>
317 <itemgra item_types="street_route" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
318 <polyline color="#69e068" width="28"/>
319 </itemgra>
320 <itemgra item_types="street_route" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
321 <polyline color="#69e068" width="32"/>
322 </itemgra>
323 <itemgra item_types="street_route" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
324 <polyline color="#69e068" width="52"/>
325 </itemgra>
326 <itemgra item_types="street_route" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
327 <polyline color="#69e068" width="64"/>
328 </itemgra>
329 <itemgra item_types="street_route" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
330 <polyline color="#69e068" width="68"/>
331 </itemgra>
332 <itemgra item_types="street_route" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
333 <polyline color="#69e068" width="132"/>
334 </itemgra>
335 <itemgra item_types="street_route" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
336 <polyline color="#69e068" width="268"/>
337 </itemgra>
338 <itemgra item_types="street_route" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
339 <polyline color="#69e068" width="530"/>
340 </itemgra>
341 <!-- route -->
342 </layer>
343
344 <xsl:text>&#x0A; </xsl:text>
345
346 <layer name="streets">
347 <itemgra item_types="selected_line" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
348 <polyline color="#ba00b8" width="4"/>
349 </itemgra>
350 <itemgra item_types="selected_line" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
351 <polyline color="#ba00b8" width="8"/>
352 </itemgra>
353 <itemgra item_types="selected_line" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
354 <polyline color="#ba00b8" width="10"/>
355 </itemgra>
356 <itemgra item_types="selected_line" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
357 <polyline color="#ba00b8" width="16"/>
358 </itemgra>
359 <itemgra item_types="selected_line" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
360 <polyline color="#ba00b8" width="20"/>
361 </itemgra>
362 <itemgra item_types="selected_line" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
363 <polyline color="#ba00b8" width="28"/>
364 </itemgra>
365 <itemgra item_types="selected_line" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
366 <polyline color="#ba00b8" width="32"/>
367 </itemgra>
368 <itemgra item_types="selected_line" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
369 <polyline color="#ba00b8" width="52"/>
370 </itemgra>
371 <itemgra item_types="selected_line" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
372 <polyline color="#ba00b8" width="64"/>
373 </itemgra>
374 <itemgra item_types="selected_line" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
375 <polyline color="#ba00b8" width="68"/>
376 </itemgra>
377 <itemgra item_types="selected_line" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
378 <polyline color="#ba00b8" width="132"/>
379 </itemgra>
380 <itemgra item_types="selected_line" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
381 <polyline color="#ba00b8" width="268"/>
382 </itemgra>
383 <itemgra item_types="selected_line" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
384 <polyline color="#ba00b8" width="530"/>
385 </itemgra>
386
387
388 <!-- also "car ferry" -->
389 <!--
390 <itemgra item_types="ferry" order="{round(4-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
391 <polyline color="#574ac9" width="1" dash="3"/>
392 </itemgra>
393 -->
394 <itemgra item_types="ferry" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}-{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
395 <polyline color="#4f4f4f" width="1" dash="3"/>
396 </itemgra>
397 <itemgra item_types="ferry" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
398 <polyline color="#574ac966" width="6" dash="3"/><!-- color alpha 66 -->
399 <text text_size="7"/>
400 </itemgra>
401 <itemgra item_types="ferry" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
402 <polyline color="#574ac966" width="12" dash="3"/><!-- color alpha 66 -->
403 <text text_size="12"/>
404 </itemgra>
405 <itemgra item_types="ferry" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}-">
406 <polyline color="#574ac966" width="20" dash="3"/><!-- color alpha 66 -->
407 <text text_size="20"/>
408 </itemgra>
409 <!-- also "car ferry" -->
410 </layer>
411
412 <xsl:text>&#x0A; </xsl:text>
413
414 <layer name="streets_1">
415
416 <itemgra item_types="rail" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
417 <polyline color="#696969" width="3"/>
418 <polyline color="#ffffff" width="1" dash="1"/>
419 </itemgra>
420 <itemgra item_types="rail" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
421 <polyline color="#696969" width="10"/>
422 <polyline color="#ffffff" width="8" dash="1"/>
423 </itemgra>
424 <itemgra item_types="rail" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}-">
425 <polyline color="#696969" width="20"/>
426 <polyline color="#ffffff" width="18" dash="1"/>
427 </itemgra>
428
429 <itemgra item_types="rail_narrow_gauge" order="13">
430 <polyline color="#696969" width="4"/>
431 <polyline color="#FFFFFF" width="2"/>
432 </itemgra>
433 <itemgra item_types="rail_narrow_gauge" order="14-">
434 <polyline color="#696969" width="6"/>
435 <polyline color="#FFFFFF" width="4"/>
436 </itemgra>
437
438 <itemgra item_types="rail_light" order="13">
439 <polyline color="#696969" width="4"/>
440 <polyline color="#FFFFFF" width="2"/>
441 </itemgra>
442 <itemgra item_types="rail_light" order="14-">
443 <polyline color="#696969" width="6"/>
444 <polyline color="#FFFFFF" width="4"/>
445 </itemgra>
446
447 <itemgra item_types="rail_subway" order="13-14">
448 <polyline color="#696969" width="4"/>
449 <polyline color="#FFFFFF" width="2"/>
450 </itemgra>
451 <itemgra item_types="rail_subway" order="15-">
452 <polyline color="#696969" width="10"/>
453 <polyline color="#FFFFFF" width="8"/>
454 </itemgra>
455
456 <itemgra item_types="rail_mono" order="13-">
457 <polyline color="#696969" width="1"/>
458 </itemgra>
459 <itemgra item_types="rail_preserved" order="13-">
460 <polyline color="#696969" width="1"/>
461 </itemgra>
462 <itemgra item_types="rail_disused" order="13-">
463 <polyline color="#d3d3d3" width="1"/>
464 </itemgra>
465 <itemgra item_types="rail_abandoned" order="13-">
466 <polyline color="#f5f5f5" width="1"/>
467 </itemgra>
468
469 <itemgra item_types="forest_way_1" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
470 <polyline color="#0070c0" width="6"/>
471 </itemgra>
472 <itemgra item_types="forest_way_2" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
473 <polyline color="#ff0000" width="3"/>
474 </itemgra>
475 <itemgra item_types="forest_way_3" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
476 <polyline color="#ff0000" width="1" dash="4"/>
477 </itemgra>
478 <itemgra item_types="forest_way_4" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
479 <polyline color="#119a2e" width="1" dash="4"/>
480 </itemgra>
481 <itemgra item_types="street_nopass" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
482 <polyline color="#000000" width="1"/>
483 </itemgra>
484 <itemgra item_types="track_paved" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
485 <polyline color="#000000" width="1"/>
486 </itemgra>
487 <itemgra item_types="track_gravelled" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
488 <polyline color="#ffffff" width="4"/>
489 <polyline color="#800000" width="2" dash="5"/>
490 </itemgra>
491 <itemgra item_types="track_gravelled" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
492 <polyline color="#ffffff" width="5"/>
493 <polyline color="#800000" width="3" dash="5"/>
494 </itemgra>
495 <itemgra item_types="track_gravelled" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
496 <polyline color="#ffffff" width="7"/>
497 <polyline color="#800000" width="5" dash="5"/>
498 </itemgra>
499 <itemgra item_types="track_unpaved" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
500 <polyline color="#000000" width="1"/>
501 </itemgra>
502 <itemgra item_types="bridleway" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
503 <polyline color="#000000" width="1"/>
504 </itemgra>
505
506 <itemgra item_types="cycleway" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
507 <polyline color="#0000ff" width="1" dash="6"/>
508 </itemgra>
509 <itemgra item_types="cycleway" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
510 <polyline color="#ffffff" width="5"/>
511 <polyline color="#0000ff" width="3" dash="6"/>
512 </itemgra>
513 <itemgra item_types="cycleway" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
514 <polyline color="#ffffff" width="7"/>
515 <polyline color="#0000ff" width="5" dash="6"/>
516 </itemgra>
517
518 <itemgra item_types="lift_cable_car" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
519 <polyline color="#696969" width="1" dash="5"/>
520 </itemgra>
521 <itemgra item_types="lift_chair" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
522 <polyline color="#696969" width="1" dash="5"/>
523 </itemgra>
524 <itemgra item_types="lift_drag" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
525 <polyline color="#696969" width="1" dash="5"/>
526 </itemgra>
527
528
529 <itemgra item_types="footway" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
530 <polyline color="#ffffff" width="5"/>
531 <polyline color="#ff0000" width="3" dash="6"/>
532 </itemgra>
533 <itemgra item_types="footway" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
534 <polyline color="#ffffff" width="7"/>
535 <polyline color="#ff0000" width="5" dash="6"/>
536 </itemgra>
537
538
539 <itemgra item_types="path" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
540 <polyline color="#ffffff" width="5"/>
541 <polyline color="#660000" width="3" dash="6"/>
542 </itemgra>
543 <itemgra item_types="path" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
544 <polyline color="#ffffff" width="7"/>
545 <polyline color="#660000" width="5" dash="6"/>
546 </itemgra>
547
548 <itemgra item_types="steps" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
549 <polyline color="#ffffff" width="11"/>
550 <polyline color="#000000" width="8"/>
551 <polyline color="#ff0000" width="5" dash="7"/>
552 </itemgra>
553 <itemgra item_types="steps" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
554 <polyline color="#ffffff" width="13"/>
555 <polyline color="#000000" width="10"/>
556 <polyline color="#ff0000" width="7" dash="7"/>
557 </itemgra>
558
559 <itemgra item_types="street_pedestrian,living_street" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
560 <polyline color="#d2d2d2" width="13"/>
561 <polyline color="#dddddd" width="9"/>
562 </itemgra>
563 <itemgra item_types="street_pedestrian,living_street" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
564 <polyline color="#d2d2d2" width="18"/>
565 <polyline color="#dddddd" width="14"/>
566 </itemgra>
567 <itemgra item_types="street_pedestrian,living_street" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
568 <polyline color="#d2d2d2" width="21"/>
569 <polyline color="#dddddd" width="17"/>
570 </itemgra>
571 <itemgra item_types="street_pedestrian,living_street" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
572 <polyline color="#d2d2d2" width="25"/>
573 <polyline color="#dddddd" width="21"/>
574 </itemgra>
575 <itemgra item_types="street_pedestrian,living_street" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
576 <polyline color="#d2d2d2" width="40"/>
577 <polyline color="#dddddd" width="34"/>
578 </itemgra>
579 <itemgra item_types="street_service" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
580 <polyline color="#d2d2d2" width="7"/>
581 <polyline color="#fefefe" width="5"/>
582 </itemgra>
583 <itemgra item_types="street_service" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
584 <polyline color="#d2d2d2" width="8"/>
585 <polyline color="#fefefe" width="6"/>
586 </itemgra>
587 <itemgra item_types="street_service" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
588 <polyline color="#d2d2d2" width="9"/>
589 <polyline color="#fefefe" width="7"/>
590 </itemgra>
591 <itemgra item_types="street_service" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
592 <polyline color="#d2d2d2" width="10"/>
593 <polyline color="#fefefe" width="8"/>
594 </itemgra>
595 <itemgra item_types="street_service" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
596 <polyline color="#d2d2d2" width="11"/>
597 <polyline color="#fefefe" width="9"/>
598 </itemgra>
599 <itemgra item_types="street_parking_lane" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
600 <polyline color="#d2d2d2" width="6"/>
601 <polyline color="#fefefe" width="4"/>
602 </itemgra>
603 <itemgra item_types="street_parking_lane" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
604 <polyline color="#d2d2d2" width="7"/>
605 <polyline color="#fefefe" width="5"/>
606 </itemgra>
607 <itemgra item_types="street_parking_lane" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
608 <polyline color="#d2d2d2" width="8"/>
609 <polyline color="#fefefe" width="6"/>
610 </itemgra>
611 <itemgra item_types="street_parking_lane" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
612 <polyline color="#d2d2d2" width="9"/>
613 <polyline color="#fefefe" width="7"/>
614 </itemgra>
615
616 <!-- very small "white" street -->
617 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
618 <polyline color="#d2d2d2" width="1"/>
619 </itemgra>
620 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
621 <polyline color="#d2d2d2" width="17"/>
622 <polyline color="#ffffff" width="13"/>
623 </itemgra>
624 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
625 <polyline color="#d2d2d2" width="18"/>
626 <polyline color="#ffffff" width="14"/>
627 </itemgra>
628 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
629 <polyline color="#d2d2d2" width="30"/>
630 <polyline color="#ffffff" width="26"/>
631 </itemgra>
632 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
633 <polyline color="#d2d2d2" width="67"/>
634 <polyline color="#ffffff" width="61"/>
635 </itemgra>
636 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
637 <polyline color="#d2d2d2" width="132"/>
638 <polyline color="#ffffff" width="126"/>
639 </itemgra>
640
641
642 <!-- small -->
643 <itemgra item_types="street_2_city,street_2_land,ramp" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}-{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
644 <polyline color="#c0c0c0" width="9"/>
645 <polyline color="#fefc8c" width="7"/>
646 </itemgra>
647 <itemgra item_types="street_2_city,street_2_land,ramp" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
648 <polyline color="#c0c0c0" width="13"/>
649 <polyline color="#fefc8c" width="11"/>
650 </itemgra>
651 <itemgra item_types="street_2_city,street_2_land,ramp" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
652 <polyline color="#c0c0c0" width="19"/>
653 <polyline color="#fefc8c" width="15"/>
654 </itemgra>
655 <itemgra item_types="street_2_city,street_2_land,ramp" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
656 <polyline color="#c0c0c0" width="30"/>
657 <polyline color="#fefc8c" width="26"/>
658 </itemgra>
659 <itemgra item_types="street_2_city,street_2_land,ramp" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
660 <polyline color="#c0c0c0" width="63"/>
661 <polyline color="#fefc8c" width="57"/>
662 </itemgra>
663 <itemgra item_types="street_2_city,street_2_land,ramp" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
664 <polyline color="#c0c0c0" width="100"/>
665 <polyline color="#fefc8c" width="90"/>
666 </itemgra>
667
668
669 <!-- little bigger -->
670 <!--
671 <itemgra item_types="street_3_city,street_3_land,roundabout" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
672 <polyline color="#e0e0e0" width="2"/>
673 </itemgra>
674 -->
675 <itemgra item_types="street_3_city,street_3_land,roundabout" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}-{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
676 <polyline color="#a0a0a0" width="9"/>
677 <polyline color="#fefc8c" width="7"/>
678 </itemgra>
679 <itemgra item_types="street_3_city,street_3_land,roundabout" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
680 <polyline color="#a0a0a0" width="21"/>
681 <polyline color="#fefc8c" width="17"/>
682 </itemgra>
683 <itemgra item_types="street_3_city,street_3_land,roundabout" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
684 <polyline color="#a0a0a0" width="25"/>
685 <polyline color="#fefc8c" width="21"/>
686 </itemgra>
687 <itemgra item_types="street_3_city,street_3_land,roundabout" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
688 <polyline color="#a0a0a0" width="40"/>
689 <polyline color="#fefc8c" width="34"/>
690 </itemgra>
691 <itemgra item_types="street_3_city,street_3_land,roundabout" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
692 <polyline color="#a0a0a0" width="79"/>
693 <polyline color="#fefc8c" width="73"/>
694 </itemgra>
695 <itemgra item_types="street_3_city,street_3_land,roundabout" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
696 <polyline color="#a0a0a0" width="156"/>
697 <polyline color="#fefc8c" width="150"/>
698 </itemgra>
699
700
701 <!-- big -->
702 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}-{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
703 <polyline color="#f8dc79" width="4"/>
704 </itemgra>
705 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
706 <!--<polyline color="#404040" width="3"/>-->
707 <polyline color="#f8dc79" width="4"/>
708 </itemgra>
709 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
710 <!--<polyline color="#000000" width="5"/>-->
711 <polyline color="#f8dc79" width="5"/>
712 </itemgra>
713 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
714 <!--<polyline color="#000000" width="6"/>-->
715 <polyline color="#f8dc79" width="6"/>
716 </itemgra>
717 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
718 <polyline color="#000000" width="9"/>
719 <polyline color="#f8dc79" width="7"/>
720 </itemgra>
721 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
722 <polyline color="#000000" width="13"/>
723 <polyline color="#f8dc79" width="9"/>
724 </itemgra>
725 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
726 <polyline color="#000000" width="18"/>
727 <polyline color="#f8dc79" width="14"/>
728 </itemgra>
729 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
730 <polyline color="#000000" width="21"/>
731 <polyline color="#f8dc79" width="17"/>
732 </itemgra>
733 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
734 <polyline color="#000000" width="24"/>
735 <polyline color="#f8dc79" width="20"/>
736 </itemgra>
737 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
738 <polyline color="#000000" width="39"/>
739 <polyline color="#f8dc79" width="33"/>
740 </itemgra>
741 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
742 <polyline color="#000000" width="78"/>
743 <polyline color="#f8dc79" width="72"/>
744 </itemgra>
745 <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
746 <polyline color="#000000" width="156"/>
747 <polyline color="#f8dc79" width="150"/>
748 </itemgra>
749
750
751
752 <itemgra item_types="bus_guideway" order="13-">
753 <polyline color="#696969" width="1"/>
754 </itemgra>
755 <itemgra item_types="rail_tram" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
756 <polyline color="#606060" width="1"/>
757 </itemgra>
758 <itemgra item_types="rail_tram" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}-">
759 <polyline color="#606060" width="2"/>
760 </itemgra>
761
762
763
764 <!-- autobahn / highway -->
765 <itemgra item_types="highway_city,highway_land" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
766 <polyline color="#fc843b" width="1"/>
767 </itemgra>
768 <itemgra item_types="highway_city,highway_land" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
769 <polyline color="#fc843b" width="3"/>
770 </itemgra>
771 <itemgra item_types="highway_city,highway_land" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
772 <polyline color="#fc843b" width="6"/>
773 </itemgra>
774 <itemgra item_types="highway_city,highway_land" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
775 <polyline color="#fc843b" width="6"/>
776 </itemgra>
777 <itemgra item_types="highway_city,highway_land" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
778 <polyline color="#fc843b" width="6"/>
779 </itemgra>
780 <itemgra item_types="highway_city,highway_land" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
781 <polyline color="#fc843b" width="7"/>
782 </itemgra>
783 <itemgra item_types="highway_city,highway_land" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
784 <polyline color="#fc843b" width="9"/>
785 </itemgra>
786 <itemgra item_types="highway_city,highway_land" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
787 <polyline color="#a8aab3" width="13"/>
788 <polyline color="#fc843b" width="9"/>
789 </itemgra>
790 <itemgra item_types="highway_city,highway_land" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
791 <polyline color="#a8aab3" width="15"/>
792 <polyline color="#fc843b" width="10"/>
793 </itemgra>
794 <itemgra item_types="highway_city,highway_land" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
795 <polyline color="#a8aab3" width="25"/>
796 <polyline color="#fc843b" width="17"/>
797 </itemgra>
798 <itemgra item_types="highway_city,highway_land" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
799 <polyline color="#a8aab3" width="31"/>
800 <polyline color="#fc843b" width="24"/>
801 </itemgra>
802 <itemgra item_types="highway_city,highway_land" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
803 <polyline color="#a8aab3" width="33"/>
804 <polyline color="#fc843b" width="27"/>
805 </itemgra>
806 <itemgra item_types="highway_city,highway_land" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
807 <polyline color="#a8aab3" width="65"/>
808 <polyline color="#fc843b" width="59"/>
809 </itemgra>
810 <itemgra item_types="highway_city,highway_land" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
811 <polyline color="#a8aab3" width="133"/>
812 <polyline color="#fc843b" width="127"/>
813 </itemgra>
814 <itemgra item_types="highway_city,highway_land" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
815 <polyline color="#a8aab3" width="264"/>
816 <polyline color="#fc843b" width="258"/>
817 </itemgra>
818 </layer>
819
820 <xsl:text>&#x0A; </xsl:text>
821
822 <layer name="route_002" active="0">
823 <!-- route -->
824 <itemgra item_types="street_route" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
825 <polyline color="#0000fe" width="2"/>
826 </itemgra>
827 <itemgra item_types="street_route" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
828 <polyline color="#0000fe" width="4"/>
829 </itemgra>
830 <itemgra item_types="street_route" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
831 <polyline color="#0000fe" width="4"/>
832 </itemgra>
833 <itemgra item_types="street_route" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
834 <polyline color="#0000fe" width="4"/>
835 </itemgra>
836 <itemgra item_types="street_route" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
837 <polyline color="#0000fe" width="6"/>
838 </itemgra>
839 <itemgra item_types="street_route" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
840 <polyline color="#0000fe" width="6"/>
841 </itemgra>
842 <itemgra item_types="street_route" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
843 <polyline color="#0000fe" width="6"/>
844 </itemgra>
845 <itemgra item_types="street_route" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
846 <polyline color="#0000fee0" width="8"/>
847 </itemgra>
848 <itemgra item_types="street_route" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
849 <polyline color="#0000fee0" width="8"/>
850 </itemgra>
851 <itemgra item_types="street_route" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
852 <polyline color="#0000fee0" width="10"/>
853 </itemgra>
854 <itemgra item_types="street_route" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
855 <polyline color="#0000fee0" width="12"/>
856 </itemgra>
857 <itemgra item_types="street_route" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
858 <polyline color="#0000fee0" width="20"/>
859 </itemgra>
860 <itemgra item_types="street_route" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
861 <polyline color="#0000fee0" width="38"/>
862 </itemgra>
863 <itemgra item_types="street_route" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
864 <polyline color="#0000fee0" width="46"/>
865 </itemgra>
866 <!-- route -->
867 </layer>
868
869 <xsl:text>&#x0A; </xsl:text>
870
871 <layer name="streets_2">
872
873 <!-- traffic distortion -->
874 <itemgra item_types="traffic_distortion" order="{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
875 <polyline color="#cc0000" width="8"/>
876 </itemgra>
877 <itemgra item_types="traffic_distortion" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
878 <polyline color="#cc0000" width="10"/>
879 </itemgra>
880 <itemgra item_types="traffic_distortion" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
881 <polyline color="#cc0000" width="14"/>
882 </itemgra>
883 <itemgra item_types="traffic_distortion" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
884 <polyline color="#cc0000" width="16"/>
885 </itemgra>
886 <itemgra item_types="traffic_distortion" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
887 <polyline color="#cc0000" width="26"/>
888 </itemgra>
889 <itemgra item_types="traffic_distortion" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
890 <polyline color="#cc000066" width="32" dash="3"/>
891 </itemgra>
892 <itemgra item_types="traffic_distortion" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
893 <polyline color="#cc000066" width="34" dash="3"/>
894 </itemgra>
895 <itemgra item_types="traffic_distortion" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
896 <polyline color="#cc000066" width="66" dash="3"/>
897 </itemgra>
898 <itemgra item_types="traffic_distortion" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
899 <polyline color="#cc000066" width="134" dash="3"/>
900 </itemgra>
901 <itemgra item_types="traffic_distortion" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
902 <polyline color="#cc000066" width="265" dash="3"/>
903 </itemgra>
904 <!-- traffic distortion -->
905
906
907
908 <itemgra item_types="highway_exit_label" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
909 <circle color="#000000" radius="3" text_size="7"/>
910 </itemgra>
911
912 <!-- text size for streetnames -->
913 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="{round(8-number($LAYOUT_001_ORDER_DELTA_1))}-{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
914 <text text_size="7"/>
915 </itemgra>
916 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
917 <text text_size="9"/>
918 </itemgra>
919 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
920 <text text_size="13"/>
921 </itemgra>
922 <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
923 <text text_size="28"/>
924 </itemgra>
925
926
927 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}-{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
928 <text text_size="7"/>
929 </itemgra>
930 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
931 <text text_size="9"/>
932 </itemgra>
933 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
934 <text text_size="13"/>
935 </itemgra>
936 <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
937 <text text_size="28"/>
938 </itemgra>
939
940
941 <itemgra item_types="street_1_city,street_1_land" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
942 <text text_size="7"/>
943 </itemgra>
944
945
946 <itemgra item_types="rail_tram" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
947 <text text_size="10"/>
948 </itemgra>
949 <itemgra item_types="rail" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
950 <text text_size="10"/>
951 </itemgra>
952 <itemgra item_types="rail_subway" order="13-">
953 <text text_size="9"/>
954 </itemgra>
955
956
957 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
958 <text text_size="9"/>
959 </itemgra>
960 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
961 <text text_size="13"/>
962 </itemgra>
963 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
964 <text text_size="28"/>
965 </itemgra>
966 <!-- text size for streetnames -->
967
968 </layer>
969
970 <xsl:text>&#x0A; </xsl:text>
971
972 <!--
973 <layer name="polylines">
974 </layer>
975 -->
976
977 <xsl:text>&#x0A; </xsl:text>
978
979 <layer name="labels">
980 <!-- house numbers -->
981 <itemgra item_types="house_number" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
982 <circle color="#000000" radius="3" text_size="7"/>
983 </itemgra>
984 <itemgra item_types="house_number" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}-">
985 <circle color="#000000" radius="3" text_size="14"/>
986 </itemgra>
987 <!-- house numbers -->
988
989 <!-- city/town labels -->
990 <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="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
991 <circle color="#000000" radius="3" text_size="7"/>
992 </itemgra>
993
994 <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
995 <circle color="#000000" radius="3" text_size="7"/>
996 </itemgra>
997 <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}-">
998 <circle color="#000000" radius="3" text_size="7"/>
999 </itemgra>
1000 <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}-">
1001 <circle color="#000000" radius="3" text_size="7"/>
1002 </itemgra>
1003 <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6,district_label_1e7" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-">
1004 <circle color="#000000" radius="3" text_size="7"/>
1005 </itemgra>
1006
1007 <itemgra item_types="town_label_1e3,place_label" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}-">
1008 <circle color="#000000" radius="3" text_size="10"/>
1009 </itemgra>
1010
1011 <itemgra item_types="town_label_2e3" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1012 <circle color="#000000" radius="3" text_size="7"/>
1013 </itemgra>
1014 <itemgra item_types="town_label_2e3" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}-">
1015 <circle color="#000000" radius="3" text_size="10"/>
1016 </itemgra>
1017
1018 <itemgra item_types="town_label_5e3,town_label_1e4,town_label_2e4,town_label_5e4" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}-">
1019 <circle color="#000000" radius="3" text_size="15"/>
1020 </itemgra>
1021 <itemgra item_types="town_label_5e3" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1022 <circle color="#000000" radius="3" text_size="10"/>
1023 </itemgra>
1024 <itemgra item_types="town_label_1e4" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1025 <circle color="#000000" radius="3" text_size="10"/>
1026 </itemgra>
1027 <itemgra item_types="town_label_2e4,town_label_5e4" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1028 <circle color="#000000" radius="3" text_size="10"/>
1029 </itemgra>
1030
1031 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="{round(4-number($LAYOUT_001_ORDER_DELTA_1))}">
1032 <circle color="#000000" radius="3" text_size="10"/>
1033 </itemgra>
1034 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}-">
1035 <circle color="#000000" radius="3" text_size="15"/>
1036 </itemgra>
1037
1038 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="0-{round(3-number($LAYOUT_001_ORDER_DELTA_1))}">
1039 <circle color="#000000" radius="3" text_size="10"/>
1040 </itemgra>
1041 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="{round(4-number($LAYOUT_001_ORDER_DELTA_1))}">
1042 <circle color="#000000" radius="3" text_size="15"/>
1043 </itemgra>
1044 <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}-">
1045 <circle color="#000000" radius="3" text_size="20"/>
1046 </itemgra>
1047 <!-- city/town labels -->
1048 </layer>
1049
1050 <xsl:text>&#x0A; </xsl:text>
1051
1052 <layer name="GPXdata" active="1">
1053 <!-- GPX waypoint -->
1054 <itemgra item_types="gpx_point" order="3-11">
1055 <circle color="#0202ff" radius="14" width="4"/>
1056 </itemgra>
1057 <itemgra item_types="gpx_point" order="8-11">
1058 <circle color="#0e0e0e" radius="0" width="0" text_size="8"/>
1059 </itemgra>
1060
1061 <itemgra item_types="gpx_point" order="12-">
1062 <circle color="#0202ff" radius="20" width="6"/>
1063 </itemgra>
1064 <itemgra item_types="gpx_point" order="12-">
1065 <circle color="#0e0e0e" radius="0" width="0" text_size="18"/>
1066 </itemgra>
1067 <!-- GPX waypoint -->
1068
1069 <!-- GPX track -->
1070 <itemgra item_types="gpx_track" order="3-11">
1071 <polyline color="#ae101066" width="4"/><!-- alpha 0x66-->
1072 <text text_size="10"/>
1073 </itemgra>
1074 <itemgra item_types="gpx_track" order="12-">
1075 <polyline color="#ae101066" width="10"/><!-- alpha 0x66-->
1076 <text text_size="14"/>
1077 </itemgra>
1078 <!-- GPX track -->
1079
1080 <!-- GPX route -->
1081 <itemgra item_types="gpx_route" order="3-11">
1082 <polyline color="#1010ae66" width="4"/><!-- alpha 0x66-->
1083 <text text_size="10"/>
1084 </itemgra>
1085 <itemgra item_types="gpx_route" order="12-">
1086 <polyline color="#1010ae66" width="10"/><!-- alpha 0x66-->
1087 <text text_size="14"/>
1088 </itemgra>
1089 <!-- GPX route -->
1090 </layer>
1091
1092 <xsl:text>&#x0A; </xsl:text>
1093
1094 <layer name="Internal">
1095 <itemgra item_types="track" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-">
1096 <polyline color="#3f3f3f" width="1"/>
1097 </itemgra>
1098 <itemgra item_types="track_tracked" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-">
1099 <polyline color="#3f3fff" width="3"/>
1100 </itemgra>
1101
1102
1103 <!-- route graph -->
1104 <itemgra item_types="rg_segment" order="0-">
1105 <polyline color="#FF089C" width="1"/>
1106 <arrows color="#FF089C" width="1"/>
1107 </itemgra>
1108 <itemgra item_types="rg_point" order="0-">
1109 <circle color="#FF089C" radius="10" text_size="7"/>
1110 </itemgra>
1111 <!-- route graph -->
1112
1113
1114 <itemgra item_types="nav_left_1" order="0-">
1115 <icon src="nav_left_1_bk.png" w="32" h="32"/>
1116 </itemgra>
1117 <itemgra item_types="nav_left_2" order="0-">
1118 <icon src="nav_left_2_bk.png" w="32" h="32"/>
1119 </itemgra>
1120 <itemgra item_types="nav_left_3" order="0-">
1121 <icon src="nav_left_3_bk.png" w="32" h="32"/>
1122 </itemgra>
1123 <itemgra item_types="nav_right_1" order="0-">
1124 <icon src="nav_right_1_bk.png" w="32" h="32"/>
1125 </itemgra>
1126 <itemgra item_types="nav_right_2" order="0-">
1127 <icon src="nav_right_2_bk.png" w="32" h="32"/>
1128 </itemgra>
1129 <itemgra item_types="nav_right_3" order="0-">
1130 <icon src="nav_right_3_bk.png" w="32" h="32"/>
1131 </itemgra>
1132 <itemgra item_types="nav_straight" order="0-">
1133 <icon src="nav_straight_bk.png" w="32" h="32"/>
1134 </itemgra>
1135 <itemgra item_types="nav_turnaround" order="0-">
1136 <icon src="nav_turnaround_left_bk.png" w="32" h="32"/>
1137 </itemgra>
1138 <itemgra item_types="nav_roundabout_l1" order="0-">
1139 <icon src="nav_roundabout_l1_bk.png" w="32" h="32"/>
1140 </itemgra>
1141 <itemgra item_types="nav_roundabout_r1" order="0-">
1142 <icon src="nav_roundabout_r1_bk.png" w="32" h="32"/>
1143 </itemgra>
1144 <itemgra item_types="nav_roundabout_l2" order="0-">
1145 <icon src="nav_roundabout_l2_bk.png" w="32" h="32"/>
1146 </itemgra>
1147 <itemgra item_types="nav_roundabout_r2" order="0-">
1148 <icon src="nav_roundabout_r2_bk.png" w="32" h="32"/>
1149 </itemgra>
1150 <itemgra item_types="nav_roundabout_l3" order="0-">
1151 <icon src="nav_roundabout_l3_bk.png" w="32" h="32"/>
1152 </itemgra>
1153 <itemgra item_types="nav_roundabout_r3" order="0-">
1154 <icon src="nav_roundabout_r3_bk.png" w="32" h="32"/>
1155 </itemgra>
1156 <itemgra item_types="nav_roundabout_l4" order="0-">
1157 <icon src="nav_roundabout_l4_bk.png" w="32" h="32"/>
1158 </itemgra>
1159 <itemgra item_types="nav_roundabout_r4" order="0-">
1160 <icon src="nav_roundabout_r4_bk.png" w="32" h="32"/>
1161 </itemgra>
1162 <itemgra item_types="nav_roundabout_l5" order="0-">
1163 <icon src="nav_roundabout_l5_bk.png" w="32" h="32"/>
1164 </itemgra>
1165 <itemgra item_types="nav_roundabout_r5" order="0-">
1166 <icon src="nav_roundabout_r5_bk.png" w="32" h="32"/>
1167 </itemgra>
1168 <itemgra item_types="nav_roundabout_l6" order="0-">
1169 <icon src="nav_roundabout_l6_bk.png" w="32" h="32"/>
1170 </itemgra>
1171 <itemgra item_types="nav_roundabout_r6" order="0-">
1172 <icon src="nav_roundabout_r6_bk.png" w="32" h="32"/>
1173 </itemgra>
1174 <itemgra item_types="nav_roundabout_l7" order="0-">
1175 <icon src="nav_roundabout_l7_bk.png" w="32" h="32"/>
1176 </itemgra>
1177 <itemgra item_types="nav_roundabout_r7" order="0-">
1178 <icon src="nav_roundabout_r7_bk.png" w="32" h="32"/>
1179 </itemgra>
1180 <itemgra item_types="nav_roundabout_l8" order="0-">
1181 <icon src="nav_roundabout_l8_bk.png" w="32" h="32"/>
1182 </itemgra>
1183 <itemgra item_types="nav_roundabout_r8" order="0-">
1184 <icon src="nav_roundabout_r8_bk.png" w="32" h="32"/>
1185 </itemgra>
1186 <itemgra item_types="route_end" order="0-">
1187 <icon src="nav_destination_bk_center.png" w="32" h="32"/>
1188 </itemgra>
1189 <!--
1190 <itemgra item_types="route_waypoint" order="0-">
1191 <icon src="nav_waypoint_bk_center.png" w="32" h="32"/>
1192 </itemgra>
1193 -->
1194 <itemgra item_types="nav_none" order="0-">
1195 <icon src="unknown.png"/>
1196 </itemgra>
1197 <itemgra item_types="announcement" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-">
1198 <icon src="gui_sound_32_32.png"/>
1199 <circle color="#FF089C" radius="10" text_size="7"/>
1200 </itemgra>
1201 </layer>
1202
1203 <xsl:text>&#x0A; </xsl:text>
1204
1205 <layer name="POI Symbols" active="1">
1206 <itemgra item_types="mini_roundabout" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1207 <icon src="mini_roundabout.png"/>
1208 </itemgra>
1209 <itemgra item_types="turning_circle" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1210 <icon src="mini_roundabout.png"/>
1211 </itemgra>
1212 <itemgra item_types="poi_airport" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}-">
1213 <icon src="airport.png"/>
1214 </itemgra>
1215 <itemgra item_types="poi_fuel" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1216 <icon src="fuel.png"/>
1217 </itemgra>
1218 <itemgra item_types="poi_bridge" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1219 <icon src="bridge.png"/>
1220 </itemgra>
1221 <itemgra item_types="highway_exit" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1222 <icon src="exit.png"/>
1223 </itemgra>
1224 <itemgra item_types="poi_auto_club" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1225 <icon src="auto_club.png"/>
1226 </itemgra>
1227 <itemgra item_types="poi_bank" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1228 <icon src="bank.png"/>
1229 </itemgra>
1230 <itemgra item_types="poi_danger_area" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1231 <icon src="danger_16_16.png"/>
1232 </itemgra>
1233 <itemgra item_types="poi_forbidden_area" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1234 <icon src="forbiden_area.png"/>
1235 </itemgra>
1236 <itemgra item_types="poi_tunnel" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1237 <icon src="tunnel.png"/>
1238 </itemgra>
1239 <itemgra item_types="traffic_signals" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
1240 <icon src="traffic_signals.png"/>
1241 </itemgra>
1242 </layer>
1243
1244 <xsl:text>&#x0A; </xsl:text>
1245
1246 <layer name="POI Labels" active="1">
1247 <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,vehicle" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
1248 <circle color="#606060" radius="0" width="0" text_size="10"/>
1249 </itemgra>
1250 <!--
1251 <itemgra item_types="poi_custom0,poi_custom1,poi_custom2,poi_custom3,poi_custom4,poi_custom5,poi_custom6,poi_custom7,poi_custom8,poi_custom9,poi_customa,poi_customb,poi_customc,poi_customd,poi_custome,poi_customf" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
1252 <circle color="#606060" radius="0" width="0" text_size="10"/>
1253 </itemgra>
1254 -->
1255 </layer>
1256
1257 <xsl:text>&#x0A; </xsl:text>
1258
1259 <layer name="Android-POI-Icons-full" active="0">
1260 <itemgra item_types="mini_roundabout" order="12-">
1261 <icon src="mini_roundabout.png"/>
1262 </itemgra>
1263 <itemgra item_types="turning_circle" order="12-">
1264 <icon src="mini_roundabout.png"/>
1265 </itemgra>
1266 <itemgra item_types="poi_airport" order="5-">
1267 <icon src="airport.png"/>
1268 </itemgra>
1269 <itemgra item_types="town_ghost" order="10-">
1270 <icon src="ghost_town.png"/>
1271 </itemgra>
1272 <itemgra item_types="poi_hotel" order="12-">
1273 <icon src="hotel.png"/>
1274 </itemgra>
1275 <itemgra item_types="poi_car_parking" order="11-">
1276 <icon src="parking.png"/>
1277 </itemgra>
1278 <itemgra item_types="poi_car_dealer_parts" order="12-">
1279 <icon src="car_dealer.png"/>
1280 </itemgra>
1281 <itemgra item_types="poi_fuel" order="12-">
1282 <icon src="fuel.png"/>
1283 </itemgra>
1284 <itemgra item_types="poi_shopping" order="12-">
1285 <icon src="shopping.png"/>
1286 </itemgra>
1287 <itemgra item_types="poi_attraction" order="11-">
1288 <icon src="attraction.png"/>
1289 </itemgra>
1290 <itemgra item_types="poi_cafe" order="12-">
1291 <icon src="cafe.png"/>
1292 </itemgra>
1293 <itemgra item_types="poi_bar" order="12-">
1294 <icon src="bar.png"/>
1295 </itemgra>
1296 <itemgra item_types="poi_bridge" order="12-">
1297 <icon src="bridge.png"/>
1298 </itemgra>
1299 <itemgra item_types="highway_exit" order="11-">
1300 <icon src="exit.png"/>
1301 </itemgra>
1302 <itemgra item_types="poi_camp_rv" order="12-">
1303 <icon src="camping.png"/>
1304 </itemgra>
1305 <itemgra item_types="poi_museum_history" order="12-">
1306 <icon src="museum.png"/>
1307 </itemgra>
1308 <itemgra item_types="poi_hospital" order="12-">
1309 <icon src="hospital.png"/>
1310 </itemgra>
1311 <itemgra item_types="poi_dining" order="12-">
1312 <icon src="dining.png"/>
1313 </itemgra>
1314 <itemgra item_types="poi_fastfood" order="12-">
1315 <icon src="fastfood.png"/>
1316 </itemgra>
1317 <itemgra item_types="poi_police" order="12-">
1318 <icon src="police.png"/>
1319 </itemgra>
1320 <itemgra item_types="poi_auto_club" order="12-">
1321 <icon src="auto_club.png"/>
1322 </itemgra>
1323 <itemgra item_types="poi_autoservice" order="12-">
1324 <icon src="car_dealer.png"/>
1325 </itemgra>
1326 <itemgra item_types="poi_bank" order="12-">
1327 <icon src="bank.png"/>
1328 </itemgra>
1329 <itemgra item_types="poi_bay" order="12-">
1330 <icon src="bay.png"/>
1331 </itemgra>
1332 <itemgra item_types="poi_bend" order="12-">
1333 <icon src="bend.png"/>
1334 </itemgra>
1335 <itemgra item_types="poi_boat_ramp" order="12-">
1336 <icon src="boat_ramp.png"/>
1337 </itemgra>
1338 <itemgra item_types="poi_border_station" order="12-">
1339 <icon src="border_station.png"/>
1340 </itemgra>
1341 <itemgra item_types="poi_bowling" order="12-">
1342 <icon src="bowling.png"/>
1343 </itemgra>
1344 <itemgra item_types="poi_bus_station" order="11-">
1345 <icon src="bus.png"/>
1346 </itemgra>
1347 <itemgra item_types="poi_bus_stop" order="12-">
1348 <icon src="bus.png"/>
1349 </itemgra>
1350 <itemgra item_types="poi_business_service" order="12-">
1351 <icon src="bussines_service.png"/>
1352 </itemgra>
1353 <itemgra item_types="poi_car_rent" order="12-">
1354 <icon src="car_rent.png"/>
1355 </itemgra>
1356 <itemgra item_types="poi_car_wash" order="12-">
1357 <icon src="car_wash.png"/>
1358 </itemgra>
1359 <itemgra item_types="poi_casino" order="12-">
1360 <icon src="casino.png"/>
1361 </itemgra>
1362 <itemgra item_types="poi_cemetery" order="12-">
1363 <icon src="cemetery.png"/>
1364 </itemgra>
1365 <itemgra item_types="poi_church" order="11-">
1366 <icon src="church.png"/>
1367 </itemgra>
1368 <itemgra item_types="poi_cinema" order="12-">
1369 <icon src="cinema.png"/>
1370 </itemgra>
1371 <itemgra item_types="poi_communication" order="12-">
1372 <icon src="communication.png"/>
1373 </itemgra>
1374 <itemgra item_types="poi_concert" order="12-">
1375 <icon src="concert.png"/>
1376 </itemgra>
1377 <itemgra item_types="poi_cove" order="12-">
1378 <icon src="cove.png"/>
1379 </itemgra>
1380 <itemgra item_types="poi_crossing" order="12-">
1381 <icon src="crossing.png"/>
1382 </itemgra>
1383 <itemgra item_types="poi_dam" order="12-">
1384 <icon src="dam.png"/>
1385 </itemgra>
1386 <itemgra item_types="poi_danger_area" order="12-">
1387 <icon src="danger_16_16.png"/>
1388 </itemgra>
1389 <itemgra item_types="poi_danger_sea_wreck" order="12-">
1390 <icon src="dangerous.png"/>
1391 </itemgra>
1392 <itemgra item_types="poi_daymark" order="12-">
1393 <icon src="daymark.png"/>
1394 </itemgra>
1395 <itemgra item_types="poi_diving" order="12-">
1396 <icon src="diving.png"/>
1397 </itemgra>
1398 <itemgra item_types="poi_drinking_water" order="13-">
1399 <icon src="drinking_water.png"/>
1400 </itemgra>
1401 <itemgra item_types="poi_emergency" order="12-">
1402 <icon src="emergency.png"/>
1403 </itemgra>
1404 <itemgra item_types="poi_fair" order="12-">
1405 <icon src="fair.png"/>
1406 </itemgra>
1407 <itemgra item_types="poi_firebrigade" order="12-">
1408 <icon src="firebrigade.png"/>
1409 </itemgra>
1410 <itemgra item_types="poi_fish" order="9-">
1411 <icon src="fish.png"/>
1412 </itemgra>
1413 <itemgra item_types="poi_forbidden_area" order="12-">
1414 <icon src="forbiden_area.png"/>
1415 </itemgra>
1416 <itemgra item_types="poi_shop_gps" order="15-">
1417 <icon src="garmin.png"/>
1418 </itemgra>
1419 <itemgra item_types="poi_golf" order="12-">
1420 <icon src="golf.png"/>
1421 </itemgra>
1422 <itemgra item_types="poi_government_building" order="12-">
1423 <icon src="goverment_building.png"/>
1424 </itemgra>
1425 <itemgra item_types="poi_height" order="12-">
1426 <icon src="height.png"/>
1427 </itemgra>
1428 <itemgra item_types="poi_heliport" order="8-">
1429 <icon src="heliport.png"/>
1430 </itemgra>
1431 <itemgra item_types="poi_hotspring" order="12-">
1432 <icon src="hotspring.png"/>
1433 </itemgra>
1434 <itemgra item_types="poi_icesport" order="12-">
1435 <icon src="icesport.png"/>
1436 </itemgra>
1437 <itemgra item_types="poi_information" order="12-">
1438 <icon src="information.png"/>
1439 </itemgra>
1440 <itemgra item_types="poi_justice" order="12-">
1441 <icon src="justice.png"/>
1442 </itemgra>
1443 <itemgra item_types="poi_landmark" order="11-">
1444 <icon src="landmark.png"/>
1445 </itemgra>
1446 <itemgra item_types="poi_levee" order="12-">
1447 <icon src="levee.png"/>
1448 </itemgra>
1449 <itemgra item_types="poi_level_crossing" order="11-">
1450 <icon src="level_crossing.png"/>
1451 </itemgra>
1452 <itemgra item_types="poi_library" order="12-">
1453 <icon src="library.png"/>
1454 </itemgra>
1455 <itemgra item_types="poi_locale" order="12-">
1456 <icon src="locale.png"/>
1457 </itemgra>
1458 <itemgra item_types="poi_loudspeaker" order="12-">
1459 <icon src="loudspeaker.png"/>
1460 </itemgra>
1461 <itemgra item_types="poi_mall" order="12-">
1462 <icon src="mall.png"/>
1463 </itemgra>
1464 <itemgra item_types="poi_manmade_feature" order="12-">
1465 <icon src="manmade_feature.png"/>
1466 </itemgra>
1467 <itemgra item_types="poi_marine" order="12-">
1468 <icon src="marine.png"/>
1469 </itemgra>
1470 <itemgra item_types="poi_marine_type" order="12-">
1471 <icon src="marine_type.png"/>
1472 </itemgra>
1473 <itemgra item_types="poi_mark" order="12-">
1474 <icon src="mark.png"/>
1475 </itemgra>
1476 <itemgra item_types="poi_military" order="11-">
1477 <icon src="military.png"/>
1478 </itemgra>
1479 <itemgra item_types="poi_mine" order="12-">
1480 <icon src="mine.png"/>
1481 </itemgra>
1482 <itemgra item_types="poi_nondangerous" order="12-">
1483 <icon src="nondangerous.png"/>
1484 </itemgra>
1485 <itemgra item_types="poi_oil_field" order="12-">
1486 <icon src="oil_field.png"/>
1487 </itemgra>
1488 <itemgra item_types="poi_peak" order="7-">
1489 <icon src="peak.png"/>
1490 </itemgra>
1491 <itemgra item_types="poi_personal_service" order="12-">
1492 <icon src="personal_service.png"/>
1493 </itemgra>
1494 <itemgra item_types="poi_pharmacy" order="12-">
1495 <icon src="pharmacy.png"/>
1496 </itemgra>
1497 <itemgra item_types="poi_post_office,poi_post_box" order="13-">
1498 <icon src="post.png"/>
1499 </itemgra>
1500 <itemgra item_types="poi_public_office" order="12-">
1501 <icon src="public_office.png"/>
1502 </itemgra>
1503 <itemgra item_types="poi_rail_halt" order="11-">
1504 <circle color="#ff0000" radius="3" width="3"/>
1505 <circle color="#000000" radius="5" width="2" text_size="8"/>
1506 </itemgra>
1507 <itemgra item_types="poi_rail_station" order="9-">
1508 <circle color="#ff0000" radius="3" width="3"/>
1509 <circle color="#000000" radius="6" width="2" text_size="8"/>
1510 </itemgra>
1511 <itemgra item_types="poi_rail_tram_stop" order="10-11">
1512 <circle color="#ff0000" radius="2" width="2"/>
1513 </itemgra>
1514 <itemgra item_types="poi_rail_tram_stop" order="12-">
1515 <circle color="#ff0000" radius="3" width="3"/>
1516 <circle color="#606060" radius="5" width="2" text_size="8"/>
1517 </itemgra>
1518 <itemgra item_types="poi_repair_service" order="12-">
1519 <icon src="repair_service.png"/>
1520 </itemgra>
1521 <itemgra item_types="poi_resort" order="12-">
1522 <icon src="resort.png"/>
1523 </itemgra>
1524 <itemgra item_types="poi_restaurant" order="12-">
1525 <icon src="restaurant.png"/>
1526 </itemgra>
1527 <itemgra item_types="poi_restricted_area" order="12-">
1528 <icon src="restricted_area.png"/>
1529 </itemgra>
1530 <itemgra item_types="poi_restroom" order="13-">
1531 <icon src="restroom.png"/>
1532 </itemgra>
1533 <itemgra item_types="poi_sailing" order="12-">
1534 <icon src="sailing.png"/>
1535 </itemgra>
1536 <itemgra item_types="poi_scenic_area" order="12-">
1537 <icon src="scenic_area.png"/>
1538 </itemgra>
1539 <itemgra item_types="poi_school" order="12-">
1540 <icon src="school.png"/>
1541 </itemgra>
1542 <itemgra item_types="poi_service" order="12-">
1543 <icon src="service.png"/>
1544 </itemgra>
1545 <itemgra item_types="poi_shop_apparel" order="12-">
1546 <icon src="shop_apparel.png"/>
1547 </itemgra>
1548 <itemgra item_types="poi_shop_computer" order="12-">
1549 <icon src="shop_computer.png"/>
1550 </itemgra>
1551 <itemgra item_types="poi_shop_department" order="12-">
1552 <icon src="shop_department.png"/>
1553 </itemgra>
1554 <itemgra item_types="poi_shop_furniture" order="12-">
1555 <icon src="shop_furnish.png"/>
1556 </itemgra>
1557 <itemgra item_types="poi_shop_grocery" order="12-">
1558 <icon src="shop_grocery.png"/>
1559 </itemgra>
1560 <itemgra item_types="poi_shop_handg" order="12-">
1561 <icon src="shop_handg.png"/>
1562 </itemgra>
1563 <itemgra item_types="poi_shop_merchandise" order="12-">
1564 <icon src="shop_merchandise.png"/>
1565 </itemgra>
1566 <itemgra item_types="poi_shop_retail" order="12-">
1567 <icon src="shop_retail.png"/>
1568 </itemgra>
1569 <itemgra item_types="poi_shower" order="13-">
1570 <icon src="shower.png"/>
1571 </itemgra>
1572 <itemgra item_types="poi_skiing" order="11-">
1573 <icon src="skiing.png"/>
1574 </itemgra>
1575 <itemgra item_types="poi_social_service" order="12-">
1576 <icon src="social_service.png"/>
1577 </itemgra>
1578 <itemgra item_types="poi_sounding" order="12-">
1579 <icon src="sounding.png"/>
1580 </itemgra>
1581 <itemgra item_types="poi_sport" order="12-">
1582 <icon src="sport.png"/>
1583 </itemgra>
1584 <itemgra item_types="poi_stadium" order="11-">
1585 <icon src="stadium.png"/>
1586 </itemgra>
1587 <itemgra item_types="poi_swimming" order="12-">
1588 <icon src="swimming.png"/>
1589 </itemgra>
1590 <itemgra item_types="poi_telephone" order="13-">
1591 <icon src="telephone.png"/>
1592 </itemgra>
1593 <itemgra item_types="poi_theater" order="12-">
1594 <icon src="theater.png"/>
1595 </itemgra>
1596 <itemgra item_types="poi_tide" order="12-">
1597 <icon src="tide.png"/>
1598 </itemgra>
1599 <itemgra item_types="poi_tower" order="13-">
1600 <icon src="tower.png"/>
1601 </itemgra>
1602 <itemgra item_types="poi_townhall" order="12-">
1603 <icon src="townhall.png"/>
1604 </itemgra>
1605 <itemgra item_types="poi_trail" order="12-">
1606 <icon src="trail.png"/>
1607 </itemgra>
1608 <itemgra item_types="poi_truck_stop" order="12-">
1609 <icon src="truck_stop.png"/>
1610 </itemgra>
1611 <itemgra item_types="poi_tunnel" order="12-">
1612 <icon src="tunnel.png"/>
1613 </itemgra>
1614 <itemgra item_types="poi_wine" order="12-">
1615 <icon src="wine.png"/>
1616 </itemgra>
1617 <itemgra item_types="poi_worship" order="8-">
1618 <icon src="worship.png"/>
1619 </itemgra>
1620 <itemgra item_types="poi_wrecker" order="12-">
1621 <icon src="wrecker.png"/>
1622 </itemgra>
1623 <itemgra item_types="poi_zoo" order="9-">
1624 <icon src="zoo.png"/>
1625 </itemgra>
1626 <itemgra item_types="poi_picnic" order="12-">
1627 <icon src="picnic.png"/>
1628 </itemgra>
1629 <itemgra item_types="poi_gc_multi" order="12-">
1630 <icon src="gc_multi.png"/>
1631 </itemgra>
1632 <itemgra item_types="poi_gc_tradi" order="12-">
1633 <icon src="gc_tradi.png"/>
1634 </itemgra>
1635 <itemgra item_types="poi_gc_event" order="12-">
1636 <icon src="gc_event.png"/>
1637 </itemgra>
1638 <itemgra item_types="poi_gc_mystery" order="12-">
1639 <icon src="gc_mystery.png"/>
1640 </itemgra>
1641 <itemgra item_types="poi_gc_question" order="12-">
1642 <icon src="gc_question.png"/>
1643 </itemgra>
1644 <itemgra item_types="poi_gc_stages" order="12-">
1645 <icon src="gc_stages.png"/>
1646 </itemgra>
1647 <itemgra item_types="poi_gc_reference" order="12-">
1648 <icon src="gc_reference.png"/>
1649 </itemgra>
1650 <itemgra item_types="poi_gc_webcam" order="12-">
1651 <icon src="gc_webcam.png"/>
1652 </itemgra>
1653 <itemgra item_types="traffic_signals" order="13-">
1654 <icon src="traffic_signals.png"/>
1655 </itemgra>
1656 <itemgra item_types="poi_wifi" order="13-">
1657 <icon src="wifi.png"/>
1658 </itemgra>
1659 <itemgra item_types="poi_image" order="12-">
1660 <image/>
1661 </itemgra>
1662 <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bicyle layout. -->
1663 <itemgra item_types="poi_bench" order="13-">
1664 <icon src="bench.png"/>
1665 </itemgra>
1666 <itemgra item_types="poi_biergarten" order="12-">
1667 <icon src="biergarten.png"/>
1668 </itemgra>
1669 <itemgra item_types="poi_boundary_stone" order="13-">
1670 <icon src="boundary_stone.png"/>
1671 </itemgra>
1672 <itemgra item_types="poi_castle" order="11-">
1673 <icon src="castle.png"/>
1674 </itemgra>
1675 <itemgra item_types="poi_ruins" order="11-">
1676 <icon src="ruins.png"/>
1677 </itemgra>
1678 <itemgra item_types="poi_hunting_stand" order="12-">
1679 <icon src="hunting_stand.png"/>
1680 </itemgra>
1681 <itemgra item_types="poi_memorial" order="12-">
1682 <icon src="memorial.png"/>
1683 </itemgra>
1684 <itemgra item_types="poi_monument" order="12-">
1685 <icon src="memorial.png"/>
1686 </itemgra>
1687 <itemgra item_types="poi_shelter" order="11-">
1688 <icon src="shelter.png"/>
1689 </itemgra>
1690 <itemgra item_types="poi_fountain" order="13-">
1691 <icon src="fountain.png"/>
1692 </itemgra>
1693 <itemgra item_types="poi_potable_water" order="13-">
1694 <icon src="potable_water.png"/>
1695 </itemgra>
1696 <itemgra item_types="poi_toilets" order="12-">
1697 <icon src="toilets.png"/>
1698 </itemgra>
1699 <itemgra item_types="poi_viewpoint" order="10-">
1700 <icon src="viewpoint.png"/>
1701 </itemgra>
1702 <itemgra item_types="tec_common" order="11-">
1703 <icon src="tec_common.png" w="24" h="24"/>
1704 </itemgra>
1705 <itemgra item_types="vehicle" order="0-">
1706 <icon src="gui_vehicle_16_16.png"/>
1707 </itemgra>
1708 <itemgra item_types="vehicle_pedestrian" order="0-">
1709 <icon src="gui_vehicle_pedestrian_16_16.png"/>
1710 </itemgra>
1711 <itemgra item_types="poi_custom0,poi_custom1,poi_custom2,poi_custom3,poi_custom4,poi_custom5,poi_custom6,poi_custom7,poi_custom8,poi_custom9,poi_customa,poi_customb,poi_customc,poi_customd,poi_custome,poi_customf" order="10-">
1712 <icon src="%s"/>
1713 </itemgra>
1714 </layer>
1715
1716 <xsl:text>&#x0A; </xsl:text>
1717
1718 <layer name="Android-POI-Labels-full" active="0">
1719 <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,vehicle" order="14-">
1720 <circle color="#606060" radius="0" width="0" text_size="10"/>
1721 </itemgra>
1722 <itemgra item_types="poi_custom0,poi_custom1,poi_custom2,poi_custom3,poi_custom4,poi_custom5,poi_custom6,poi_custom7,poi_custom8,poi_custom9,poi_customa,poi_customb,poi_customc,poi_customd,poi_custome,poi_customf" order="14-">
1723 <circle color="#606060" radius="0" width="0" text_size="10"/>
1724 </itemgra>
1725 </layer>
1726
1727 <xsl:text>&#x0A; </xsl:text>
1728
1729 <!-- android layout -->
1730 <!-- android layout -->
1731 <!-- android layout -->
1732 <xsl:text>&#x0A; </xsl:text>
1733 </layout>
1734 <xsl:text>&#x0A; </xsl:text>
1735 <xsl:copy><xsl:copy-of select="@*|node()"/></xsl:copy>
1736 </xsl:template>
1737 <xsl:template match="/config/navit/layout[@name='XXRouteXX']">
1738 <xsl:text>&#x0A; </xsl:text>
1739 <layout name="Route">
1740 <xsl:text>&#x0A; </xsl:text>
1741 <layer name="streets">
1742 <xsl:text>&#x0A; </xsl:text>
1743 <itemgra item_types="street_route_occluded" order="0-">
1744 <xsl:text>&#x0A; </xsl:text>
1745 <polyline color="#69e068" width="20"/>
1746 <xsl:text>&#x0A; </xsl:text>
1747 </itemgra>
1748 <xsl:text>&#x0A; </xsl:text>
1749 </layer>
1750 <xsl:text>&#x0A; </xsl:text>
1751 </layout>
1752 <xsl:text>&#x0A; </xsl:text>
1753 </xsl:template>
1754 <!-- add new default look-and-feel for android -->
1755 <xsl:template match="/config/navit/speech">
1756 <xsl:copy><xsl:copy-of select="@*[not(name()='data')]"/><xsl:attribute name="type">android</xsl:attribute><xsl:apply-templates/></xsl:copy>
1757 </xsl:template>
1758 <xsl:template match="@*|node()"><xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy></xsl:template>
1759 </xsl:transform>

   
Visit the ZANavi Wiki