/[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 47 - (show annotations) (download)
Sat Sep 12 11:02:16 2015 UTC (8 years, 6 months ago) by zoff99
File size: 123676 byte(s)
v2.0.48
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
74 <!-- forest (converted from relations) -->
75 <itemgra item_types="poly_wood_from_triang" order="11-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
76 <polygon color="#8ec78d"/>
77 <!--<polyline color="#ff0000"/>-->
78 <text text_size="8"/>
79 </itemgra>
80 <itemgra item_types="poly_wood_from_triang" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
81 <polygon color="#8ec78d"/>
82 <!--<polyline color="#ff0000"/>-->
83 <text text_size="10"/>
84 </itemgra>
85 <!-- forest (converted from relations) -->
86
87
88 <itemgra item_types="poly_wood" order="11-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
89 <polygon color="#8ec78d"/>
90 <text text_size="8"/>
91 </itemgra>
92 <itemgra item_types="poly_wood" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
93 <polygon color="#8ec78d"/>
94 <text text_size="10"/>
95 </itemgra>
96
97 <itemgra item_types="wood_from_relations" order="11-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
98 <polyline color="#478f46"/>
99 <!--<polyline color="#ff0000"/>-->
100 <text text_size="8"/>
101 </itemgra>
102 <itemgra item_types="wood_from_relations" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
103 <polyline color="#478f46"/>
104 <!--<polyline color="#ff0000"/>-->
105 <text text_size="10"/>
106 </itemgra>
107
108
109 <itemgra item_types="poly_park,poly_playground" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
110 <polygon color="#7cc334"/>
111 <text text_size="8"/>
112 </itemgra>
113 </layer>
114 <xsl:text>&#x0A; </xsl:text>
115
116 <layer name="polygons">
117 <!-- ocean -->
118 <itemgra item_types="poly_water_tiled">
119 <polygon color="#82c8ea"/>
120 </itemgra>
121 <!-- ocean -->
122
123 <!-- waterbodies (converted from relations) -->
124 <itemgra item_types="poly_water_from_triang" order="10-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
125 <polygon color="#82c8ea"/>
126 <!--<polyline color="#ff0000"/>-->
127 <!--<text text_size="8"/>-->
128 </itemgra>
129 <itemgra item_types="poly_water_from_triang" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
130 <polygon color="#82c8ea"/>
131 <!--<polyline color="#ff0000"/>-->
132 <!--<text text_size="10"/>-->
133 </itemgra>
134 <!-- waterbodies (converted from relations) -->
135
136 <!-- rivers with text -->
137 <itemgra item_types="poly_water" order="11-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
138 <polygon color="#82c8ea"/>
139 <polyline color="#5096b8"/>
140 <text text_size="8"/>
141 </itemgra>
142 <itemgra item_types="poly_water" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
143 <polygon color="#82c8ea"/>
144 <polyline color="#5096b8"/>
145 <text text_size="10"/>
146 </itemgra>
147 <!-- rivers with text -->
148
149 <!-- rivers with text (converted from relations) -->
150 <itemgra item_types="poly_water_from_relations" order="10-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
151 <polygon color="#82c8ea"/>
152 <polyline color="#5096b8"/>
153 <text text_size="8"/>
154 </itemgra>
155 <itemgra item_types="poly_water_from_relations" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
156 <polygon color="#82c8ea"/>
157 <polyline color="#5096b8"/>
158 <text text_size="10"/>
159 </itemgra>
160 <!-- rivers with text (converted from relations) -->
161
162
163 <itemgra item_types="poly_flats,poly_reservoir,poly_zoo,poly_beach,poly_airfield,poly_railway,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
164 <polygon color="#a0a0a0"/>
165 <text text_size="8"/>
166 </itemgra>
167
168 <itemgra item_types="poly_pedestrian" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
169 <polyline color="#d2d2d2" width="13"/>
170 <polyline color="#dddddd" width="9"/>
171 <polygon color="#dddddd"/>
172 </itemgra>
173 <itemgra item_types="poly_pedestrian" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
174 <polyline color="#d2d2d2" width="18"/>
175 <polyline color="#dddddd" width="14"/>
176 <polygon color="#dddddd"/>
177 </itemgra>
178 <itemgra item_types="poly_pedestrian" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
179 <polyline color="#d2d2d2" width="21"/>
180 <polyline color="#dddddd" width="17"/>
181 <polygon color="#dddddd"/>
182 </itemgra>
183 <itemgra item_types="poly_pedestrian" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
184 <polyline color="#d2d2d2" width="25"/>
185 <polyline color="#dddddd" width="21"/>
186 <polygon color="#dddddd"/>
187 </itemgra>
188 <itemgra item_types="poly_pedestrian" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}-">
189 <polyline color="#d2d2d2" width="40"/>
190 <polyline color="#dddddd" width="34"/>
191 <polygon color="#dddddd"/>
192 </itemgra>
193
194 <itemgra item_types="poly_plaza" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
195 <polygon color="#dddddd"/>
196 </itemgra>
197
198 <itemgra item_types="poly_airport" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-">
199 <polygon color="#a0a0a0"/>
200 </itemgra>
201
202 <!--
203 <itemgra item_types="poly_sport,poly_sports_pitch" order="0-">
204 <polygon color="#4af04f"/>
205 </itemgra>
206 <itemgra item_types="poly_industry,poly_place" order="0-">
207 <polygon color="#e6e6e6"/>
208 </itemgra>
209 -->
210
211 <!--
212 <itemgra item_types="poly_street_1" order="{round(8-number($LAYOUT_001_ORDER_DELTA_1))}-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
213 <polygon color="#ffffff"/>
214 <polyline color="#d2d2d2" width="1"/>
215 </itemgra>
216 <itemgra item_types="poly_street_1" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
217 <polygon color="#ffffff"/>
218 <polyline color="#d2d2d2" width="2"/>
219 </itemgra>
220 <itemgra item_types="poly_street_1" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
221 <polygon color="#ffffff"/>
222 <polyline color="#d2d2d2" width="3"/>
223 </itemgra>
224 -->
225
226
227 <!--
228 <itemgra item_types="poly_street_2" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
229 <polygon color="#fefc8c"/>
230 <polyline color="#c0c0c0" width="1"/>
231 </itemgra>
232 <itemgra item_types="poly_street_2" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
233 <polygon color="#fefc8c"/>
234 <polyline color="#c0c0c0" width="2"/>
235 </itemgra>
236 <itemgra item_types="poly_street_2" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
237 <polygon color="#fefc8c"/>
238 <polyline color="#c0c0c0" width="3"/>
239 </itemgra>
240 -->
241
242 <!--
243 <itemgra item_types="poly_street_3" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
244 <polygon color="#fefc8c"/>
245 <polyline color="#a0a0a0" width="1"/>
246 </itemgra>
247 <itemgra item_types="poly_street_3" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
248 <polygon color="#fefc8c"/>
249 <polyline color="#a0a0a0" width="2"/>
250 </itemgra>
251 <itemgra item_types="poly_street_3" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}-{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
252 <polygon color="#fefc8c"/>
253 <polyline color="#a0a0a0" width="3"/>
254 </itemgra>
255 -->
256
257
258
259 <!--
260 <itemgra item_types="water_line" order="0-">
261 <polyline color="#5096b8" width="2"/>
262 <text text_size="5"/>
263 </itemgra>
264 -->
265
266 <!--
267 <itemgra item_types="water_river" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
268 <polyline color="#82c8ea" width="1"/>
269 </itemgra>
270 -->
271 <!--
272 <itemgra item_types="water_river" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}-{round(7-number($LAYOUT_001_ORDER_DELTA_1))}">
273 <polyline color="#82c8ea" width="3"/>
274 </itemgra>
275 -->
276 <itemgra item_types="water_river" order="{round(8-number($LAYOUT_001_ORDER_DELTA_1))}-{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
277 <polyline color="#82c8ea" width="4"/>
278 </itemgra>
279 <itemgra item_types="water_river" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}-">
280 <polyline color="#82c8ea" width="4"/>
281 <text text_size="9"/>
282 </itemgra>
283
284
285 <itemgra item_types="water_canal" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
286 <polyline color="#82c8ea" width="3"/>
287 <text text_size="8"/>
288 </itemgra>
289 <itemgra item_types="water_stream" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
290 <polyline color="#82c8ea" width="2"/>
291 <text text_size="8"/>
292 </itemgra>
293 <itemgra item_types="water_drain" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
294 <polyline color="#82c8ea" width="1"/>
295 <text text_size="8"/>
296 </itemgra>
297
298
299 <itemgra item_types="poly_apron" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
300 <polygon color="#d0d0d0"/>
301 </itemgra>
302 <itemgra item_types="poly_terminal" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
303 <polygon color="#e3c6a6"/>
304 </itemgra>
305 <itemgra item_types="poly_car_parking" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
306 <polygon color="#e7cf87"/>
307 </itemgra>
308
309 <!-- buildings from mutlipolygons -->
310 <itemgra item_types="poly_building_from_triang" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
311 <polygon color="#b6a6a6"/>
312 </itemgra>
313 <!-- buildings from mutlipolygons -->
314 <!-- buildings -->
315 <itemgra item_types="poly_building" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
316 <polygon color="#b6a6a6"/>
317 <polyline color="#dddddd" width="1"/>
318 </itemgra>
319 <itemgra item_types="poly_university" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
320 <polygon color="#b6a6a6"/>
321 <polyline color="#dddddd" width="1"/>
322 </itemgra>
323 <itemgra item_types="poly_college" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
324 <polygon color="#b6a6a6"/>
325 <polyline color="#dddddd" width="1"/>
326 </itemgra>
327 <!-- buildings -->
328
329 </layer>
330
331 <xsl:text>&#x0A; </xsl:text>
332
333 <layer name="Borders">
334 <!-- prerendered tiles -->
335 <itemgra item_types="maptile" order="0-"><maptile/></itemgra>
336 <!-- prerendered tiles -->
337
338 <itemgra item_types="border_country" order="0-1">
339 <polyline color="#9b1199" width="1" />
340 </itemgra>
341 <itemgra item_types="border_country" order="2-{round(3-number($LAYOUT_001_ORDER_DELTA_1))}">
342 <polyline color="#9b1199" width="2" />
343 </itemgra>
344 <itemgra item_types="border_country" order="{round(4-number($LAYOUT_001_ORDER_DELTA_1))}">
345 <polyline color="#9b1199" width="4" />
346 </itemgra>
347 <itemgra item_types="border_country" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}-{round(7-number($LAYOUT_001_ORDER_DELTA_1))}">
348 <polyline color="#9b1199" width="12" />
349 </itemgra>
350 <itemgra item_types="border_country" order="{round(8-number($LAYOUT_001_ORDER_DELTA_1))}-{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
351 <polyline color="#9b1199" width="20" />
352 <!--<polyline color="#9b1199" width="20" dash="2"/>-->
353 </itemgra>
354 <itemgra item_types="border_country" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
355 <polyline color="#9b1199" width="30" />
356 <!--<polyline color="#9b1199" width="30" dash="2"/>-->
357 </itemgra>
358 </layer>
359
360 <xsl:text>&#x0A; </xsl:text>
361
362 <layer name="route_001" active="0">
363 <!-- route -->
364 <itemgra item_types="street_route" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
365 <polyline color="#69e068" width="3"/>
366 </itemgra>
367 <itemgra item_types="street_route" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
368 <polyline color="#69e068" width="8"/>
369 </itemgra>
370 <itemgra item_types="street_route" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
371 <polyline color="#69e068" width="10"/>
372 </itemgra>
373 <itemgra item_types="street_route" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
374 <polyline color="#69e068" width="12"/>
375 </itemgra>
376 <itemgra item_types="street_route" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
377 <polyline color="#69e068" width="16"/>
378 </itemgra>
379 <itemgra item_types="street_route" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
380 <polyline color="#69e068" width="20"/>
381 </itemgra>
382 <itemgra item_types="street_route" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
383 <polyline color="#69e068" width="28"/>
384 </itemgra>
385 <itemgra item_types="street_route" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
386 <polyline color="#69e068" width="32"/>
387 </itemgra>
388 <itemgra item_types="street_route" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
389 <polyline color="#69e068" width="52"/>
390 </itemgra>
391 <itemgra item_types="street_route" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
392 <polyline color="#69e068" width="64"/>
393 </itemgra>
394 <itemgra item_types="street_route" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
395 <polyline color="#69e068" width="68"/>
396 </itemgra>
397 <itemgra item_types="street_route" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
398 <polyline color="#69e068" width="132"/>
399 </itemgra>
400 <itemgra item_types="street_route" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
401 <polyline color="#69e068" width="268"/>
402 </itemgra>
403 <itemgra item_types="street_route" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
404 <polyline color="#69e068" width="530"/>
405 </itemgra>
406
407
408
409 <itemgra item_types="street_route_waypoint" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
410 <polyline color="#69e068" width="3"/>
411 </itemgra>
412 <itemgra item_types="street_route_waypoint" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
413 <polyline color="#69e068" width="8"/>
414 </itemgra>
415 <itemgra item_types="street_route_waypoint" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
416 <polyline color="#69e068" width="10"/>
417 </itemgra>
418 <itemgra item_types="street_route_waypoint" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
419 <polyline color="#69e068" width="12"/>
420 </itemgra>
421 <itemgra item_types="street_route_waypoint" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
422 <polyline color="#69e068" width="16"/>
423 </itemgra>
424 <itemgra item_types="street_route_waypoint" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
425 <polyline color="#69e068" width="20"/>
426 </itemgra>
427 <itemgra item_types="street_route_waypoint" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
428 <polyline color="#69e068" width="28"/>
429 </itemgra>
430 <itemgra item_types="street_route_waypoint" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
431 <polyline color="#69e068" width="32"/>
432 </itemgra>
433 <itemgra item_types="street_route_waypoint" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
434 <polyline color="#69e068" width="52"/>
435 </itemgra>
436 <itemgra item_types="street_route_waypoint" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
437 <polyline color="#69e068" width="64"/>
438 </itemgra>
439 <itemgra item_types="street_route_waypoint" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
440 <polyline color="#69e068" width="68"/>
441 </itemgra>
442 <itemgra item_types="street_route_waypoint" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
443 <polyline color="#69e068" width="132"/>
444 </itemgra>
445 <itemgra item_types="street_route_waypoint" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
446 <polyline color="#69e068" width="268"/>
447 </itemgra>
448 <itemgra item_types="street_route_waypoint" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
449 <polyline color="#69e068" width="530"/>
450 </itemgra>
451
452
453
454 <!-- route -->
455 </layer>
456
457 <xsl:text>&#x0A; </xsl:text>
458
459
460 <layer name="streets_STR_ONLY" active="0">
461 <itemgra item_types="selected_line" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
462 <polyline color="#ba00b8" width="4"/>
463 </itemgra>
464 <itemgra item_types="selected_line" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
465 <polyline color="#ba00b8" width="8"/>
466 </itemgra>
467 <itemgra item_types="selected_line" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
468 <polyline color="#ba00b8" width="10"/>
469 </itemgra>
470 <itemgra item_types="selected_line" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
471 <polyline color="#ba00b8" width="16"/>
472 </itemgra>
473 <itemgra item_types="selected_line" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
474 <polyline color="#ba00b8" width="20"/>
475 </itemgra>
476 <itemgra item_types="selected_line" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
477 <polyline color="#ba00b8" width="28"/>
478 </itemgra>
479 <itemgra item_types="selected_line" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
480 <polyline color="#ba00b8" width="32"/>
481 </itemgra>
482 <itemgra item_types="selected_line" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
483 <polyline color="#ba00b8" width="52"/>
484 </itemgra>
485 <itemgra item_types="selected_line" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
486 <polyline color="#ba00b8" width="64"/>
487 </itemgra>
488 <itemgra item_types="selected_line" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
489 <polyline color="#ba00b8" width="68"/>
490 </itemgra>
491 <itemgra item_types="selected_line" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
492 <polyline color="#ba00b8" width="132"/>
493 </itemgra>
494 <itemgra item_types="selected_line" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
495 <polyline color="#ba00b8" width="268"/>
496 </itemgra>
497 <itemgra item_types="selected_line" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
498 <polyline color="#ba00b8" width="530"/>
499 </itemgra>
500
501 </layer>
502
503 <xsl:text>&#x0A; </xsl:text>
504
505 <layer name="streets">
506 <itemgra item_types="selected_line" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
507 <polyline color="#ba00b8" width="4"/>
508 </itemgra>
509 <itemgra item_types="selected_line" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
510 <polyline color="#ba00b8" width="8"/>
511 </itemgra>
512 <itemgra item_types="selected_line" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
513 <polyline color="#ba00b8" width="10"/>
514 </itemgra>
515 <itemgra item_types="selected_line" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
516 <polyline color="#ba00b8" width="16"/>
517 </itemgra>
518 <itemgra item_types="selected_line" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
519 <polyline color="#ba00b8" width="20"/>
520 </itemgra>
521 <itemgra item_types="selected_line" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
522 <polyline color="#ba00b8" width="28"/>
523 </itemgra>
524 <itemgra item_types="selected_line" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
525 <polyline color="#ba00b8" width="32"/>
526 </itemgra>
527 <itemgra item_types="selected_line" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
528 <polyline color="#ba00b8" width="52"/>
529 </itemgra>
530 <itemgra item_types="selected_line" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
531 <polyline color="#ba00b8" width="64"/>
532 </itemgra>
533 <itemgra item_types="selected_line" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
534 <polyline color="#ba00b8" width="68"/>
535 </itemgra>
536 <itemgra item_types="selected_line" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
537 <polyline color="#ba00b8" width="132"/>
538 </itemgra>
539 <itemgra item_types="selected_line" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
540 <polyline color="#ba00b8" width="268"/>
541 </itemgra>
542 <itemgra item_types="selected_line" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
543 <polyline color="#ba00b8" width="530"/>
544 </itemgra>
545
546
547 <!-- also "car ferry" -->
548 <!--
549 <itemgra item_types="ferry" order="{round(4-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
550 <polyline color="#574ac9" width="1" dash="3"/>
551 </itemgra>
552 -->
553 <itemgra item_types="ferry" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
554 <polyline color="#4f4f4f" width="1" dash="3"/>
555 </itemgra>
556 <itemgra item_types="ferry" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
557 <polyline color="#574ac966" width="6" dash="3"/><!-- color alpha 66 -->
558 <text text_size="7"/>
559 </itemgra>
560 <itemgra item_types="ferry" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
561 <polyline color="#574ac966" width="12" dash="3"/><!-- color alpha 66 -->
562 <text text_size="12"/>
563 </itemgra>
564 <itemgra item_types="ferry" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}-">
565 <polyline color="#574ac966" width="20" dash="3"/><!-- color alpha 66 -->
566 <text text_size="20"/>
567 </itemgra>
568 <!-- also "car ferry" -->
569 </layer>
570
571 <xsl:text>&#x0A; </xsl:text>
572
573 <layer name="streets_1_STR_ONLY" active="0">
574
575 <itemgra item_types="forest_way_1" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
576 <polyline color="#0070c0" width="6"/>
577 </itemgra>
578 <itemgra item_types="forest_way_2" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
579 <polyline color="#ff0000" width="3"/>
580 </itemgra>
581 <itemgra item_types="forest_way_3" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
582 <polyline color="#ff0000" width="1" dash="4"/>
583 </itemgra>
584 <itemgra item_types="forest_way_4" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
585 <polyline color="#119a2e" width="1" dash="4"/>
586 </itemgra>
587 <itemgra item_types="street_nopass" order="12-">
588 <polyline color="#000000" width="1"/>
589 </itemgra>
590 <itemgra item_types="track_paved" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
591 <polyline color="#000000" width="1"/>
592 </itemgra>
593 <itemgra item_types="track_gravelled" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
594 <polyline color="#ffffff" width="4"/>
595 <polyline color="#800000" width="2" dash="5"/>
596 </itemgra>
597 <itemgra item_types="track_gravelled" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
598 <polyline color="#ffffff" width="5"/>
599 <polyline color="#800000" width="3" dash="5"/>
600 </itemgra>
601 <itemgra item_types="track_gravelled" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
602 <polyline color="#ffffff" width="7"/>
603 <polyline color="#800000" width="5" dash="5"/>
604 </itemgra>
605 <itemgra item_types="track_unpaved" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
606 <polyline color="#000000" width="1"/>
607 </itemgra>
608 <itemgra item_types="bridleway" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
609 <polyline color="#000000" width="1"/>
610 </itemgra>
611
612 <xsl:text>&#x0A; </xsl:text>
613
614 <itemgra item_types="footway" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
615 <polyline color="#ffffff" width="5"/>
616 <polyline color="#ff0000" width="3" dash="6"/>
617 </itemgra>
618 <itemgra item_types="footway" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
619 <polyline color="#ffffff" width="7"/>
620 <polyline color="#ff0000" width="5" dash="6"/>
621 </itemgra>
622
623
624 <itemgra item_types="path" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
625 <polyline color="#ffffff" width="5"/>
626 <polyline color="#660000" width="3" dash="6"/>
627 </itemgra>
628 <itemgra item_types="path" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
629 <polyline color="#ffffff" width="7"/>
630 <polyline color="#660000" width="5" dash="6"/>
631 </itemgra>
632
633 <itemgra item_types="steps" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
634 <polyline color="#ffffff" width="11"/>
635 <polyline color="#000000" width="8"/>
636 <polyline color="#ff0000" width="5" dash="7"/>
637 </itemgra>
638 <itemgra item_types="steps" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
639 <polyline color="#ffffff" width="13"/>
640 <polyline color="#000000" width="10"/>
641 <polyline color="#ff0000" width="7" dash="7"/>
642 </itemgra>
643
644 <xsl:text>&#x0A; </xsl:text>
645
646 <itemgra item_types="street_pedestrian,living_street" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
647 <polyline color="#d2d2d2" width="13"/>
648 <polyline color="#dddddd" width="9"/>
649 </itemgra>
650 <itemgra item_types="street_pedestrian,living_street" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
651 <polyline color="#d2d2d2" width="18"/>
652 <polyline color="#dddddd" width="14"/>
653 </itemgra>
654 <itemgra item_types="street_pedestrian,living_street" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
655 <polyline color="#d2d2d2" width="21"/>
656 <polyline color="#dddddd" width="17"/>
657 </itemgra>
658 <itemgra item_types="street_pedestrian,living_street" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
659 <polyline color="#d2d2d2" width="25"/>
660 <polyline color="#dddddd" width="21"/>
661 </itemgra>
662 <itemgra item_types="street_pedestrian,living_street" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
663 <polyline color="#d2d2d2" width="40"/>
664 <polyline color="#dddddd" width="34"/>
665 </itemgra>
666
667 <itemgra item_types="street_service" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
668 <polyline color="#d2d2d2" width="7"/>
669 <polyline color="#fefefe" width="5"/>
670 </itemgra>
671 <itemgra item_types="street_service" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
672 <polyline color="#d2d2d2" width="8"/>
673 <polyline color="#fefefe" width="6"/>
674 </itemgra>
675 <itemgra item_types="street_service" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
676 <polyline color="#d2d2d2" width="9"/>
677 <polyline color="#fefefe" width="7"/>
678 </itemgra>
679 <itemgra item_types="street_service" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
680 <polyline color="#d2d2d2" width="10"/>
681 <polyline color="#fefefe" width="8"/>
682 </itemgra>
683 <itemgra item_types="street_service" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
684 <polyline color="#d2d2d2" width="11"/>
685 <polyline color="#fefefe" width="9"/>
686 </itemgra>
687
688 <itemgra item_types="street_parking_lane" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
689 <polyline color="#d2d2d2" width="6"/>
690 <polyline color="#fefefe" width="4"/>
691 </itemgra>
692 <itemgra item_types="street_parking_lane" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
693 <polyline color="#d2d2d2" width="7"/>
694 <polyline color="#fefefe" width="5"/>
695 </itemgra>
696 <itemgra item_types="street_parking_lane" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
697 <polyline color="#d2d2d2" width="7"/>
698 <polyline color="#fefefe" width="5"/>
699 </itemgra>
700 <itemgra item_types="street_parking_lane" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
701 <polyline color="#d2d2d2" width="8"/>
702 <polyline color="#fefefe" width="6"/>
703 </itemgra>
704 <itemgra item_types="street_parking_lane" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
705 <polyline color="#d2d2d2" width="9"/>
706 <polyline color="#fefefe" width="7"/>
707 </itemgra>
708
709 <xsl:text>&#x0A; </xsl:text>
710
711 <!-- very small "white" street -->
712 <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
713 <polyline color="#d2d2d2" width="1"/>
714 </itemgra>
715 <itemgra item_types="street_0,street_1_city,street_1_land" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
716 <polyline color="#d2d2d2" width="17"/>
717 <polyline color="#ffffff" width="13"/>
718 </itemgra>
719 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
720 <polyline color="#d2d2d2" width="18"/>
721 <polyline color="#ffffff" width="14"/>
722 </itemgra>
723 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
724 <polyline color="#d2d2d2" width="30"/>
725 <polyline color="#ffffff" width="26"/>
726 </itemgra>
727 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
728 <polyline color="#d2d2d2" width="67"/>
729 <polyline color="#ffffff" width="61"/>
730 </itemgra>
731 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
732 <polyline color="#d2d2d2" width="132"/>
733 <polyline color="#ffffff" width="126"/>
734 </itemgra>
735
736
737 <!-- small -->
738 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="12">
739 <polyline color="#c0c0c0" width="1"/>
740 </itemgra>
741 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
742 <polyline color="#c0c0c0" width="13"/>
743 <polyline color="#fefc8c" width="11"/>
744 </itemgra>
745 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
746 <polyline color="#c0c0c0" width="19"/>
747 <polyline color="#fefc8c" width="15"/>
748 </itemgra>
749 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
750 <polyline color="#c0c0c0" width="30"/>
751 <polyline color="#fefc8c" width="26"/>
752 </itemgra>
753 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
754 <polyline color="#c0c0c0" width="63"/>
755 <polyline color="#fefc8c" width="57"/>
756 </itemgra>
757 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
758 <polyline color="#c0c0c0" width="100"/>
759 <polyline color="#fefc8c" width="90"/>
760 </itemgra>
761
762 <xsl:text>&#x0A; </xsl:text>
763
764 <!-- little bigger -->
765 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="11">
766 <polyline color="#e0e0e0" width="2"/>
767 </itemgra>
768 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="12">
769 <polyline color="#a0a0a0" width="9"/>
770 <polyline color="#fefc8c" width="7"/>
771 </itemgra>
772 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
773 <polyline color="#a0a0a0" width="21"/>
774 <polyline color="#fefc8c" width="17"/>
775 </itemgra>
776 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
777 <polyline color="#a0a0a0" width="25"/>
778 <polyline color="#fefc8c" width="21"/>
779 </itemgra>
780 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
781 <polyline color="#a0a0a0" width="40"/>
782 <polyline color="#fefc8c" width="34"/>
783 </itemgra>
784 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
785 <polyline color="#a0a0a0" width="79"/>
786 <polyline color="#fefc8c" width="73"/>
787 </itemgra>
788 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
789 <polyline color="#a0a0a0" width="156"/>
790 <polyline color="#fefc8c" width="150"/>
791 </itemgra>
792
793 <itemgra item_types="cycleway" order="14-15">
794 <polyline color="#0000ff" width="2" dash="6"/>
795 </itemgra>
796 <itemgra item_types="cycleway" order="16">
797 <polyline color="#ffffff" width="5"/>
798 <polyline color="#0000ff" width="3" dash="6"/>
799 </itemgra>
800 <itemgra item_types="cycleway" order="17-">
801 <polyline color="#ffffff" width="7"/>
802 <polyline color="#0000ff" width="5" dash="6"/>
803 </itemgra>
804
805
806 <!-- big -->
807 <!--
808 <itemgra item_types="street_4_city,ramp_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))}">
809 <polyline color="#f8dc79" width="4"/>
810 </itemgra>
811 -->
812 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="8-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
813 <!--<polyline color="#404040" width="3"/>-->
814 <polyline color="#f8dc79" width="4"/>
815 </itemgra>
816 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
817 <!--<polyline color="#000000" width="5"/>-->
818 <polyline color="#f8dc79" width="5"/>
819 </itemgra>
820 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
821 <!--<polyline color="#000000" width="6"/>-->
822 <polyline color="#f8dc79" width="6"/>
823 </itemgra>
824 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
825 <polyline color="#000000" width="9"/>
826 <polyline color="#f8dc79" width="7"/>
827 </itemgra>
828 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
829 <polyline color="#000000" width="13"/>
830 <polyline color="#f8dc79" width="9"/>
831 </itemgra>
832 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
833 <polyline color="#000000" width="18"/>
834 <polyline color="#f8dc79" width="14"/>
835 </itemgra>
836 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
837 <polyline color="#000000" width="21"/>
838 <polyline color="#f8dc79" width="17"/>
839 </itemgra>
840 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
841 <polyline color="#000000" width="24"/>
842 <polyline color="#f8dc79" width="20"/>
843 </itemgra>
844 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
845 <polyline color="#000000" width="39"/>
846 <polyline color="#f8dc79" width="33"/>
847 </itemgra>
848 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
849 <polyline color="#000000" width="78"/>
850 <polyline color="#f8dc79" width="72"/>
851 </itemgra>
852 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
853 <polyline color="#000000" width="156"/>
854 <polyline color="#f8dc79" width="150"/>
855 </itemgra>
856
857 <xsl:text>&#x0A; </xsl:text>
858
859
860 <!-- autobahn / highway -->
861 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
862 <polyline color="#fc843b" width="1"/>
863 </itemgra>
864 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
865 <polyline color="#fc843b" width="3"/>
866 </itemgra>
867 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
868 <polyline color="#fc843b" width="6"/>
869 </itemgra>
870 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
871 <polyline color="#fc843b" width="6"/>
872 </itemgra>
873 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
874 <polyline color="#fc843b" width="6"/>
875 </itemgra>
876 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
877 <polyline color="#fc843b" width="7"/>
878 </itemgra>
879 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
880 <polyline color="#fc843b" width="9"/>
881 </itemgra>
882 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
883 <polyline color="#a8aab3" width="13"/>
884 <polyline color="#fc843b" width="9"/>
885 </itemgra>
886 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
887 <polyline color="#a8aab3" width="15"/>
888 <polyline color="#fc843b" width="10"/>
889 </itemgra>
890 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
891 <polyline color="#a8aab3" width="25"/>
892 <polyline color="#fc843b" width="17"/>
893 </itemgra>
894 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
895 <polyline color="#a8aab3" width="31"/>
896 <polyline color="#fc843b" width="24"/>
897 </itemgra>
898 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
899 <polyline color="#a8aab3" width="33"/>
900 <polyline color="#fc843b" width="27"/>
901 </itemgra>
902 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
903 <polyline color="#a8aab3" width="65"/>
904 <polyline color="#fc843b" width="59"/>
905 </itemgra>
906 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
907 <polyline color="#a8aab3" width="133"/>
908 <polyline color="#fc843b" width="127"/>
909 </itemgra>
910 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
911 <polyline color="#a8aab3" width="264"/>
912 <polyline color="#fc843b" width="258"/>
913 </itemgra>
914 </layer>
915
916 <xsl:text>&#x0A; </xsl:text>
917
918
919 <layer name="streets_1">
920
921 <itemgra item_types="rail" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
922 <polyline color="#696969" width="3"/>
923 <polyline color="#ffffff" width="1" dash="1"/>
924 </itemgra>
925 <itemgra item_types="rail" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
926 <polyline color="#696969" width="10"/>
927 <polyline color="#ffffff" width="8" dash="1"/>
928 </itemgra>
929 <itemgra item_types="rail" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}-">
930 <polyline color="#696969" width="20"/>
931 <polyline color="#ffffff" width="18" dash="1"/>
932 </itemgra>
933
934 <itemgra item_types="rail_narrow_gauge" order="13">
935 <polyline color="#696969" width="4"/>
936 <polyline color="#FFFFFF" width="2"/>
937 </itemgra>
938 <itemgra item_types="rail_narrow_gauge" order="14-">
939 <polyline color="#696969" width="6"/>
940 <polyline color="#FFFFFF" width="4"/>
941 </itemgra>
942
943 <itemgra item_types="rail_light" order="13">
944 <polyline color="#696969" width="4"/>
945 <polyline color="#FFFFFF" width="2"/>
946 </itemgra>
947 <itemgra item_types="rail_light" order="14-">
948 <polyline color="#696969" width="6"/>
949 <polyline color="#FFFFFF" width="4"/>
950 </itemgra>
951
952 <itemgra item_types="rail_subway" order="10-12">
953 <polyline color="#696969" width="3"/>
954 </itemgra>
955 <itemgra item_types="rail_subway" order="13-14">
956 <polyline color="#696969" width="4"/>
957 <polyline color="#FFFFFF" width="2"/>
958 </itemgra>
959 <itemgra item_types="rail_subway" order="15-">
960 <polyline color="#696969" width="10"/>
961 <polyline color="#FFFFFF" width="8"/>
962 </itemgra>
963
964 <itemgra item_types="rail_mono" order="13-">
965 <polyline color="#696969" width="1"/>
966 </itemgra>
967 <itemgra item_types="rail_preserved" order="13-">
968 <polyline color="#696969" width="1"/>
969 </itemgra>
970 <itemgra item_types="rail_disused" order="13-">
971 <polyline color="#d3d3d3" width="1"/>
972 </itemgra>
973 <itemgra item_types="rail_abandoned" order="13-">
974 <polyline color="#f5f5f5" width="1"/>
975 </itemgra>
976
977 <xsl:text>&#x0A; </xsl:text>
978
979 <itemgra item_types="forest_way_1" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
980 <polyline color="#0070c0" width="6"/>
981 </itemgra>
982 <itemgra item_types="forest_way_2" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
983 <polyline color="#ff0000" width="3"/>
984 </itemgra>
985 <itemgra item_types="forest_way_3" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
986 <polyline color="#ff0000" width="1" dash="4"/>
987 </itemgra>
988 <itemgra item_types="forest_way_4" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
989 <polyline color="#119a2e" width="1" dash="4"/>
990 </itemgra>
991 <itemgra item_types="street_nopass" order="12-">
992 <polyline color="#000000" width="1"/>
993 </itemgra>
994 <itemgra item_types="track_paved" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
995 <polyline color="#000000" width="1"/>
996 </itemgra>
997 <itemgra item_types="track_gravelled" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
998 <polyline color="#ffffff" width="4"/>
999 <polyline color="#800000" width="2" dash="5"/>
1000 </itemgra>
1001 <itemgra item_types="track_gravelled" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1002 <polyline color="#ffffff" width="5"/>
1003 <polyline color="#800000" width="3" dash="5"/>
1004 </itemgra>
1005 <itemgra item_types="track_gravelled" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
1006 <polyline color="#ffffff" width="7"/>
1007 <polyline color="#800000" width="5" dash="5"/>
1008 </itemgra>
1009 <itemgra item_types="track_unpaved" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
1010 <polyline color="#000000" width="1"/>
1011 </itemgra>
1012 <itemgra item_types="bridleway" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
1013 <polyline color="#000000" width="1"/>
1014 </itemgra>
1015
1016
1017 <itemgra item_types="lift_cable_car" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
1018 <polyline color="#696969" width="1" dash="5"/>
1019 </itemgra>
1020 <itemgra item_types="lift_chair" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
1021 <polyline color="#696969" width="1" dash="5"/>
1022 </itemgra>
1023 <itemgra item_types="lift_drag" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
1024 <polyline color="#696969" width="1" dash="5"/>
1025 </itemgra>
1026
1027 <xsl:text>&#x0A; </xsl:text>
1028
1029 <itemgra item_types="footway" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1030 <polyline color="#ffffff" width="5"/>
1031 <polyline color="#ff0000" width="3" dash="6"/>
1032 </itemgra>
1033 <itemgra item_types="footway" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
1034 <polyline color="#ffffff" width="7"/>
1035 <polyline color="#ff0000" width="5" dash="6"/>
1036 </itemgra>
1037
1038
1039 <itemgra item_types="path" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1040 <polyline color="#ffffff" width="5"/>
1041 <polyline color="#660000" width="3" dash="6"/>
1042 </itemgra>
1043 <itemgra item_types="path" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
1044 <polyline color="#ffffff" width="7"/>
1045 <polyline color="#660000" width="5" dash="6"/>
1046 </itemgra>
1047
1048 <itemgra item_types="steps" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1049 <polyline color="#ffffff" width="11"/>
1050 <polyline color="#000000" width="8"/>
1051 <polyline color="#ff0000" width="5" dash="7"/>
1052 </itemgra>
1053 <itemgra item_types="steps" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
1054 <polyline color="#ffffff" width="13"/>
1055 <polyline color="#000000" width="10"/>
1056 <polyline color="#ff0000" width="7" dash="7"/>
1057 </itemgra>
1058
1059 <xsl:text>&#x0A; </xsl:text>
1060
1061 <itemgra item_types="street_pedestrian,living_street" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1062 <polyline color="#d2d2d2" width="13"/>
1063 <polyline color="#dddddd" width="9"/>
1064 </itemgra>
1065 <itemgra item_types="street_pedestrian,living_street" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1066 <polyline color="#d2d2d2" width="18"/>
1067 <polyline color="#dddddd" width="14"/>
1068 </itemgra>
1069 <itemgra item_types="street_pedestrian,living_street" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1070 <polyline color="#d2d2d2" width="21"/>
1071 <polyline color="#dddddd" width="17"/>
1072 </itemgra>
1073 <itemgra item_types="street_pedestrian,living_street" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1074 <polyline color="#d2d2d2" width="25"/>
1075 <polyline color="#dddddd" width="21"/>
1076 </itemgra>
1077 <itemgra item_types="street_pedestrian,living_street" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1078 <polyline color="#d2d2d2" width="40"/>
1079 <polyline color="#dddddd" width="34"/>
1080 </itemgra>
1081
1082 <itemgra item_types="street_service" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1083 <polyline color="#d2d2d2" width="7"/>
1084 <polyline color="#fefefe" width="5"/>
1085 </itemgra>
1086 <itemgra item_types="street_service" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1087 <polyline color="#d2d2d2" width="8"/>
1088 <polyline color="#fefefe" width="6"/>
1089 </itemgra>
1090 <itemgra item_types="street_service" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1091 <polyline color="#d2d2d2" width="9"/>
1092 <polyline color="#fefefe" width="7"/>
1093 </itemgra>
1094 <itemgra item_types="street_service" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1095 <polyline color="#d2d2d2" width="10"/>
1096 <polyline color="#fefefe" width="8"/>
1097 </itemgra>
1098 <itemgra item_types="street_service" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1099 <polyline color="#d2d2d2" width="11"/>
1100 <polyline color="#fefefe" width="9"/>
1101 </itemgra>
1102
1103 <itemgra item_types="street_parking_lane" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1104 <polyline color="#d2d2d2" width="6"/>
1105 <polyline color="#fefefe" width="4"/>
1106 </itemgra>
1107 <itemgra item_types="street_parking_lane" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1108 <polyline color="#d2d2d2" width="7"/>
1109 <polyline color="#fefefe" width="5"/>
1110 </itemgra>
1111 <itemgra item_types="street_parking_lane" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1112 <polyline color="#d2d2d2" width="7"/>
1113 <polyline color="#fefefe" width="5"/>
1114 </itemgra>
1115 <itemgra item_types="street_parking_lane" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1116 <polyline color="#d2d2d2" width="8"/>
1117 <polyline color="#fefefe" width="6"/>
1118 </itemgra>
1119 <itemgra item_types="street_parking_lane" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1120 <polyline color="#d2d2d2" width="9"/>
1121 <polyline color="#fefefe" width="7"/>
1122 </itemgra>
1123
1124 <xsl:text>&#x0A; </xsl:text>
1125
1126 <!-- very small "white" street -->
1127 <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
1128 <polyline color="#d2d2d2" width="1"/>
1129 </itemgra>
1130 <itemgra item_types="street_0,street_1_city,street_1_land" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1131 <polyline color="#d2d2d2" width="17"/>
1132 <polyline color="#ffffff" width="13"/>
1133 </itemgra>
1134 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1135 <polyline color="#d2d2d2" width="18"/>
1136 <polyline color="#ffffff" width="14"/>
1137 </itemgra>
1138 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1139 <polyline color="#d2d2d2" width="30"/>
1140 <polyline color="#ffffff" width="26"/>
1141 </itemgra>
1142 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1143 <polyline color="#d2d2d2" width="67"/>
1144 <polyline color="#ffffff" width="61"/>
1145 </itemgra>
1146 <itemgra item_types="street_0,street_1_city,street_1_land" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1147 <polyline color="#d2d2d2" width="132"/>
1148 <polyline color="#ffffff" width="126"/>
1149 </itemgra>
1150
1151
1152 <!-- small -->
1153 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="12">
1154 <polyline color="#c0c0c0" width="1"/>
1155 </itemgra>
1156 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1157 <polyline color="#c0c0c0" width="13"/>
1158 <polyline color="#fefc8c" width="11"/>
1159 </itemgra>
1160 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1161 <polyline color="#c0c0c0" width="19"/>
1162 <polyline color="#fefc8c" width="15"/>
1163 </itemgra>
1164 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1165 <polyline color="#c0c0c0" width="30"/>
1166 <polyline color="#fefc8c" width="26"/>
1167 </itemgra>
1168 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1169 <polyline color="#c0c0c0" width="63"/>
1170 <polyline color="#fefc8c" width="57"/>
1171 </itemgra>
1172 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1173 <polyline color="#c0c0c0" width="100"/>
1174 <polyline color="#fefc8c" width="90"/>
1175 </itemgra>
1176
1177 <xsl:text>&#x0A; </xsl:text>
1178
1179 <!-- little bigger -->
1180 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="11">
1181 <polyline color="#e0e0e0" width="2"/>
1182 </itemgra>
1183 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="12">
1184 <polyline color="#a0a0a0" width="9"/>
1185 <polyline color="#fefc8c" width="7"/>
1186 </itemgra>
1187 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1188 <polyline color="#a0a0a0" width="21"/>
1189 <polyline color="#fefc8c" width="17"/>
1190 </itemgra>
1191 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1192 <polyline color="#a0a0a0" width="25"/>
1193 <polyline color="#fefc8c" width="21"/>
1194 </itemgra>
1195 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1196 <polyline color="#a0a0a0" width="40"/>
1197 <polyline color="#fefc8c" width="34"/>
1198 </itemgra>
1199 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1200 <polyline color="#a0a0a0" width="79"/>
1201 <polyline color="#fefc8c" width="73"/>
1202 </itemgra>
1203 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1204 <polyline color="#a0a0a0" width="156"/>
1205 <polyline color="#fefc8c" width="150"/>
1206 </itemgra>
1207
1208 <itemgra item_types="cycleway" order="14-15">
1209 <polyline color="#0000ff" width="2" dash="6"/>
1210 </itemgra>
1211 <itemgra item_types="cycleway" order="16">
1212 <polyline color="#ffffff" width="5"/>
1213 <polyline color="#0000ff" width="3" dash="6"/>
1214 </itemgra>
1215 <itemgra item_types="cycleway" order="17-">
1216 <polyline color="#ffffff" width="7"/>
1217 <polyline color="#0000ff" width="5" dash="6"/>
1218 </itemgra>
1219
1220
1221 <!-- big -->
1222 <!--
1223 <itemgra item_types="street_4_city,ramp_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))}">
1224 <polyline color="#f8dc79" width="4"/>
1225 </itemgra>
1226 -->
1227 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="8-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
1228 <!--<polyline color="#404040" width="3"/>-->
1229 <polyline color="#f8dc79" width="4"/>
1230 </itemgra>
1231 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
1232 <!--<polyline color="#000000" width="5"/>-->
1233 <polyline color="#f8dc79" width="5"/>
1234 </itemgra>
1235 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1236 <!--<polyline color="#000000" width="6"/>-->
1237 <polyline color="#f8dc79" width="6"/>
1238 </itemgra>
1239 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
1240 <polyline color="#000000" width="9"/>
1241 <polyline color="#f8dc79" width="7"/>
1242 </itemgra>
1243 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
1244 <polyline color="#000000" width="13"/>
1245 <polyline color="#f8dc79" width="9"/>
1246 </itemgra>
1247 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
1248 <polyline color="#000000" width="18"/>
1249 <polyline color="#f8dc79" width="14"/>
1250 </itemgra>
1251 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1252 <polyline color="#000000" width="21"/>
1253 <polyline color="#f8dc79" width="17"/>
1254 </itemgra>
1255 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1256 <polyline color="#000000" width="24"/>
1257 <polyline color="#f8dc79" width="20"/>
1258 </itemgra>
1259 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1260 <polyline color="#000000" width="39"/>
1261 <polyline color="#f8dc79" width="33"/>
1262 </itemgra>
1263 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1264 <polyline color="#000000" width="78"/>
1265 <polyline color="#f8dc79" width="72"/>
1266 </itemgra>
1267 <itemgra item_types="street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1268 <polyline color="#000000" width="156"/>
1269 <polyline color="#f8dc79" width="150"/>
1270 </itemgra>
1271
1272 <xsl:text>&#x0A; </xsl:text>
1273
1274 <itemgra item_types="bus_guideway" order="13-">
1275 <polyline color="#696969" width="1"/>
1276 </itemgra>
1277 <itemgra item_types="rail_tram" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1278 <polyline color="#606060" width="1"/>
1279 </itemgra>
1280 <itemgra item_types="rail_tram" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}-">
1281 <polyline color="#606060" width="2"/>
1282 </itemgra>
1283
1284
1285 <!-- autobahn / highway -->
1286 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
1287 <polyline color="#fc843b" width="1"/>
1288 </itemgra>
1289 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
1290 <polyline color="#fc843b" width="3"/>
1291 </itemgra>
1292 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
1293 <polyline color="#fc843b" width="6"/>
1294 </itemgra>
1295 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
1296 <polyline color="#fc843b" width="6"/>
1297 </itemgra>
1298 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
1299 <polyline color="#fc843b" width="6"/>
1300 </itemgra>
1301 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
1302 <polyline color="#fc843b" width="7"/>
1303 </itemgra>
1304 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1305 <polyline color="#fc843b" width="9"/>
1306 </itemgra>
1307 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
1308 <polyline color="#a8aab3" width="13"/>
1309 <polyline color="#fc843b" width="9"/>
1310 </itemgra>
1311 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
1312 <polyline color="#a8aab3" width="15"/>
1313 <polyline color="#fc843b" width="10"/>
1314 </itemgra>
1315 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
1316 <polyline color="#a8aab3" width="25"/>
1317 <polyline color="#fc843b" width="17"/>
1318 </itemgra>
1319 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1320 <polyline color="#a8aab3" width="31"/>
1321 <polyline color="#fc843b" width="24"/>
1322 </itemgra>
1323 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1324 <polyline color="#a8aab3" width="33"/>
1325 <polyline color="#fc843b" width="27"/>
1326 </itemgra>
1327 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1328 <polyline color="#a8aab3" width="65"/>
1329 <polyline color="#fc843b" width="59"/>
1330 </itemgra>
1331 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1332 <polyline color="#a8aab3" width="133"/>
1333 <polyline color="#fc843b" width="127"/>
1334 </itemgra>
1335 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1336 <polyline color="#a8aab3" width="264"/>
1337 <polyline color="#fc843b" width="258"/>
1338 </itemgra>
1339 </layer>
1340
1341 <xsl:text>&#x0A; </xsl:text>
1342
1343 <layer name="route_002" active="0"> <!-- DEFAULT style for ROUTE -->
1344 <!-- route -->
1345 <itemgra item_types="street_route" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
1346 <polyline color="#0000fe" width="2"/>
1347 </itemgra>
1348 <itemgra item_types="street_route" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
1349 <polyline color="#0000fe" width="4"/>
1350 </itemgra>
1351 <itemgra item_types="street_route" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
1352 <polyline color="#0000fe" width="4"/>
1353 </itemgra>
1354 <itemgra item_types="street_route" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
1355 <polyline color="#0000fe" width="4"/>
1356 </itemgra>
1357 <itemgra item_types="street_route" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
1358 <polyline color="#0000fe" width="6"/>
1359 </itemgra>
1360 <itemgra item_types="street_route" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1361 <polyline color="#0000fe" width="6"/>
1362 </itemgra>
1363 <itemgra item_types="street_route" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
1364 <polyline color="#0000fe" width="6"/>
1365 </itemgra>
1366 <itemgra item_types="street_route" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
1367 <polyline color="#0000fee0" width="8"/>
1368 </itemgra>
1369 <itemgra item_types="street_route" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
1370 <polyline color="#0000fee0" width="8"/>
1371 </itemgra>
1372 <itemgra item_types="street_route" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1373 <polyline color="#0000fee0" width="10"/>
1374 </itemgra>
1375 <itemgra item_types="street_route" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1376 <polyline color="#0000fee0" width="12"/>
1377 </itemgra>
1378 <itemgra item_types="street_route" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1379 <polyline color="#0000fee0" width="20"/>
1380 </itemgra>
1381 <itemgra item_types="street_route" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1382 <polyline color="#0000fee0" width="38"/>
1383 </itemgra>
1384 <itemgra item_types="street_route" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1385 <polyline color="#0000fee0" width="46"/>
1386 </itemgra>
1387
1388 <itemgra item_types="street_route_waypoint" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
1389 <polyline color="#0000fe" width="2"/>
1390 </itemgra>
1391 <itemgra item_types="street_route_waypoint" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
1392 <polyline color="#0000fe" width="4"/>
1393 </itemgra>
1394 <itemgra item_types="street_route_waypoint" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
1395 <polyline color="#0000fe" width="4"/>
1396 </itemgra>
1397 <itemgra item_types="street_route_waypoint" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
1398 <polyline color="#0000fe" width="4"/>
1399 </itemgra>
1400 <itemgra item_types="street_route_waypoint" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
1401 <polyline color="#0000fe" width="6"/>
1402 </itemgra>
1403 <itemgra item_types="street_route_waypoint" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1404 <polyline color="#0000fe" width="6"/>
1405 </itemgra>
1406 <itemgra item_types="street_route_waypoint" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
1407 <polyline color="#0000fe" width="6"/>
1408 </itemgra>
1409 <itemgra item_types="street_route_waypoint" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
1410 <polyline color="#0000fee0" width="8"/>
1411 </itemgra>
1412 <itemgra item_types="street_route_waypoint" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
1413 <polyline color="#0000fee0" width="8"/>
1414 </itemgra>
1415 <itemgra item_types="street_route_waypoint" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1416 <polyline color="#0000fee0" width="10"/>
1417 </itemgra>
1418 <itemgra item_types="street_route_waypoint" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1419 <polyline color="#0000fee0" width="12"/>
1420 </itemgra>
1421 <itemgra item_types="street_route_waypoint" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1422 <polyline color="#0000fee0" width="20"/>
1423 </itemgra>
1424 <itemgra item_types="street_route_waypoint" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1425 <polyline color="#0000fee0" width="38"/>
1426 </itemgra>
1427 <itemgra item_types="street_route_waypoint" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1428 <polyline color="#0000fee0" width="46"/>
1429 </itemgra>
1430
1431 <!-- route -->
1432 </layer>
1433
1434 <xsl:text>&#x0A; </xsl:text>
1435
1436 <layer name="streets_2_STR_ONLY" active="0">
1437
1438 <!-- traffic distortion -->
1439 <itemgra item_types="traffic_distortion" order="{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
1440 <polyline color="#cc0000" width="8"/>
1441 </itemgra>
1442 <itemgra item_types="traffic_distortion" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1443 <polyline color="#cc0000" width="10"/>
1444 </itemgra>
1445 <itemgra item_types="traffic_distortion" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
1446 <polyline color="#cc0000" width="14"/>
1447 </itemgra>
1448 <itemgra item_types="traffic_distortion" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
1449 <polyline color="#cc0000" width="16"/>
1450 </itemgra>
1451 <itemgra item_types="traffic_distortion" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
1452 <polyline color="#cc0000" width="26"/>
1453 </itemgra>
1454 <itemgra item_types="traffic_distortion" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1455 <polyline color="#cc000066" width="32" dash="3"/>
1456 </itemgra>
1457 <itemgra item_types="traffic_distortion" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1458 <polyline color="#cc000066" width="34" dash="3"/>
1459 </itemgra>
1460 <itemgra item_types="traffic_distortion" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1461 <polyline color="#cc000066" width="66" dash="3"/>
1462 </itemgra>
1463 <itemgra item_types="traffic_distortion" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1464 <polyline color="#cc000066" width="134" dash="3"/>
1465 </itemgra>
1466 <itemgra item_types="traffic_distortion" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1467 <polyline color="#cc000066" width="265" dash="3"/>
1468 </itemgra>
1469 <!-- traffic distortion -->
1470
1471 <xsl:text>&#x0A; </xsl:text>
1472
1473
1474 <itemgra item_types="highway_exit_label" order="12-">
1475 <circle color="#000000" radius="3" text_size="7"/>
1476 </itemgra>
1477
1478 <!-- text size for streetnames -->
1479 <itemgra item_types="highway_city,highway_land,ramp_highway_land,street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
1480 <text text_size="7"/>
1481 </itemgra>
1482 <itemgra item_types="highway_city,highway_land,ramp_highway_land,street_4_city,ramp_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))}">
1483 <text text_size="9"/>
1484 </itemgra>
1485 <itemgra item_types="highway_city,highway_land,ramp_highway_land,street_4_city,ramp_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))}">
1486 <text text_size="13"/>
1487 </itemgra>
1488 <itemgra item_types="highway_city,highway_land,ramp_highway_land,street_4_city,ramp_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))}">
1489 <text text_size="28"/>
1490 </itemgra>
1491
1492 <xsl:text>&#x0A; </xsl:text>
1493
1494
1495 <!--
1496 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,street_3_city,ramp_street_3_city,street_3_land,ramp" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
1497 <text text_size="7"/>
1498 </itemgra>
1499 -->
1500 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,street_3_city,ramp_street_3_city,street_3_land,ramp" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1501 <text text_size="9"/>
1502 </itemgra>
1503 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,street_3_city,ramp_street_3_city,street_3_land,ramp" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1504 <text text_size="13"/>
1505 </itemgra>
1506 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,street_3_city,ramp_street_3_city,street_3_land,ramp" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1507 <text text_size="28"/>
1508 </itemgra>
1509
1510 <!--
1511 <itemgra item_types="street_1_city,street_1_land" order="13">
1512 <text text_size="7"/>
1513 </itemgra>
1514 -->
1515
1516 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1517 <text text_size="9"/>
1518 </itemgra>
1519 <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))}">
1520 <text text_size="13"/>
1521 </itemgra>
1522 <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))}">
1523 <text text_size="28"/>
1524 </itemgra>
1525 <!-- text size for streetnames -->
1526
1527 </layer>
1528
1529 <layer name="streets_2">
1530
1531 <!-- traffic distortion -->
1532 <itemgra item_types="traffic_distortion" order="{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
1533 <polyline color="#cc0000" width="8"/>
1534 </itemgra>
1535 <itemgra item_types="traffic_distortion" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1536 <polyline color="#cc0000" width="10"/>
1537 </itemgra>
1538 <itemgra item_types="traffic_distortion" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
1539 <polyline color="#cc0000" width="14"/>
1540 </itemgra>
1541 <itemgra item_types="traffic_distortion" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
1542 <polyline color="#cc0000" width="16"/>
1543 </itemgra>
1544 <itemgra item_types="traffic_distortion" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
1545 <polyline color="#cc0000" width="26"/>
1546 </itemgra>
1547 <itemgra item_types="traffic_distortion" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1548 <polyline color="#cc000066" width="32" dash="3"/>
1549 </itemgra>
1550 <itemgra item_types="traffic_distortion" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1551 <polyline color="#cc000066" width="34" dash="3"/>
1552 </itemgra>
1553 <itemgra item_types="traffic_distortion" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1554 <polyline color="#cc000066" width="66" dash="3"/>
1555 </itemgra>
1556 <itemgra item_types="traffic_distortion" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1557 <polyline color="#cc000066" width="134" dash="3"/>
1558 </itemgra>
1559 <itemgra item_types="traffic_distortion" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1560 <polyline color="#cc000066" width="265" dash="3"/>
1561 </itemgra>
1562 <!-- traffic distortion -->
1563
1564 <xsl:text>&#x0A; </xsl:text>
1565
1566
1567 <itemgra item_types="highway_exit_label" order="12-">
1568 <circle color="#000000" radius="3" text_size="7"/>
1569 </itemgra>
1570
1571 <!-- text size for streetnames -->
1572 <itemgra item_types="highway_city,highway_land,ramp_highway_land,street_4_city,ramp_street_4_city,street_4_land,street_n_lanes" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
1573 <text text_size="7"/>
1574 </itemgra>
1575 <itemgra item_types="highway_city,highway_land,ramp_highway_land,street_4_city,ramp_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))}">
1576 <text text_size="9"/>
1577 </itemgra>
1578 <itemgra item_types="highway_city,highway_land,ramp_highway_land,street_4_city,ramp_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))}">
1579 <text text_size="13"/>
1580 </itemgra>
1581 <itemgra item_types="highway_city,highway_land,ramp_highway_land,street_4_city,ramp_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))}">
1582 <text text_size="28"/>
1583 </itemgra>
1584
1585 <xsl:text>&#x0A; </xsl:text>
1586
1587
1588 <!--
1589 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,street_3_city,ramp_street_3_city,street_3_land,ramp" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
1590 <text text_size="7"/>
1591 </itemgra>
1592 -->
1593 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,street_3_city,ramp_street_3_city,street_3_land,ramp" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1594 <text text_size="9"/>
1595 </itemgra>
1596 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,street_3_city,ramp_street_3_city,street_3_land,ramp" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1597 <text text_size="13"/>
1598 </itemgra>
1599 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,street_3_city,ramp_street_3_city,street_3_land,ramp" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1600 <text text_size="28"/>
1601 </itemgra>
1602
1603 <!--
1604 <itemgra item_types="street_1_city,street_1_land" order="13">
1605 <text text_size="7"/>
1606 </itemgra>
1607 -->
1608
1609
1610 <itemgra item_types="rail_tram" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
1611 <text text_size="10"/>
1612 </itemgra>
1613 <itemgra item_types="rail" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
1614 <text text_size="10"/>
1615 </itemgra>
1616 <itemgra item_types="rail_subway" order="13-">
1617 <text text_size="9"/>
1618 </itemgra>
1619
1620
1621 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1622 <text text_size="9"/>
1623 </itemgra>
1624 <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))}">
1625 <text text_size="13"/>
1626 </itemgra>
1627 <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))}">
1628 <text text_size="28"/>
1629 </itemgra>
1630 <!-- text size for streetnames -->
1631
1632 </layer>
1633
1634 <xsl:text>&#x0A; </xsl:text>
1635
1636
1637 <xsl:text>&#x0A; </xsl:text>
1638
1639 <!--
1640 <layer name="polylines">
1641 </layer>
1642 -->
1643
1644 <xsl:text>&#x0A; </xsl:text>
1645
1646 <layer name="labels">
1647 <!-- house numbers -->
1648 <itemgra item_types="house_number" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1649 <circle color="#000000" radius="3" text_size="7"/>
1650 </itemgra>
1651 <itemgra item_types="house_number" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}-">
1652 <circle color="#000000" radius="3" text_size="14"/>
1653 </itemgra>
1654 <!-- house numbers -->
1655
1656
1657
1658
1659 <!-- city/town labels -->
1660
1661 <!-- very large cities first -->
1662 <itemgra item_types="district_label_5e6,district_label_1e7" order="7-9">
1663 <circle color="#000000" radius="3" text_size="10"/>
1664 </itemgra>
1665 <itemgra item_types="district_label_5e6,district_label_1e7" order="10-">
1666 <circle color="#000000" radius="3" text_size="15"/>
1667 </itemgra>
1668 <itemgra item_types="district_label_1e6,district_label_2e6" order="8-">
1669 <circle color="#000000" radius="3" text_size="10"/>
1670 </itemgra>
1671
1672 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="3-{round(4-number($LAYOUT_001_ORDER_DELTA_1))}">
1673 <circle color="#000000" radius="3" text_size="10"/>
1674 </itemgra>
1675 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}-">
1676 <circle color="#000000" radius="3" text_size="15"/>
1677 </itemgra>
1678 <itemgra item_types="town_label_1e4" order="7-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1679 <circle color="#000000" radius="3" text_size="10"/>
1680 </itemgra>
1681 <itemgra item_types="town_label_2e4,town_label_5e4" order="7-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1682 <circle color="#000000" radius="3" text_size="10"/>
1683 </itemgra>
1684 <itemgra item_types="town_label_5e3,town_label_1e4,town_label_2e4,town_label_5e4" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}-">
1685 <circle color="#000000" radius="3" text_size="15"/>
1686 </itemgra>
1687 <itemgra item_types="town_label_5e3" order="7-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1688 <circle color="#000000" radius="3" text_size="10"/>
1689 </itemgra>
1690 <itemgra item_types="town_label_2e3" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1691 <circle color="#000000" radius="3" text_size="7"/>
1692 </itemgra>
1693 <itemgra item_types="town_label_2e3" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}-">
1694 <circle color="#000000" radius="3" text_size="10"/>
1695 </itemgra>
1696
1697 <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="9-">
1698 <circle color="#000000" radius="3" text_size="10"/>
1699 </itemgra>
1700 <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}-">
1701 <circle color="#000000" radius="3" text_size="8"/>
1702 </itemgra>
1703 <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1704 <circle color="#000000" radius="3" text_size="8"/>
1705 </itemgra>
1706
1707 <itemgra item_types="town_label_1e3,place_label" order="10-">
1708 <circle color="#000000" radius="3" text_size="10"/>
1709 </itemgra>
1710
1711 <itemgra item_types="town_label_1e2,town_label_2e2,town_label_5e2,district_label_5e1,district_label_1e2,district_label_2e2,district_label_5e2" order="11-">
1712 <circle color="#000000" radius="3" text_size="7"/>
1713 </itemgra>
1714
1715 <itemgra item_types="district_label,town_label" order="9-">
1716 <circle color="#000000" radius="3" text_size="7"/>
1717 </itemgra>
1718 <itemgra item_types="town_label_0e0,town_label_1e0,town_label_2e0,town_label_5e0,town_label_1e1,town_label_2e1,town_label_5e1,district_label_0e0,district_label_1e0,district_label_2e0,district_label_5e0,district_label_1e1,district_label_2e1" order="11-">
1719 <circle color="#000000" radius="3" text_size="7"/>
1720 </itemgra>
1721
1722 <!-- less large cities later -->
1723
1724
1725
1726
1727 <!-- "radius" means actually "diameter" on the android version!! -->
1728 <itemgra item_types="town_label_1e7" order="0-{round(3-number($LAYOUT_001_ORDER_DELTA_1))}">
1729 <circle color="#ffffff" radius="25" width="12"/>
1730 <circle color="#000000" radius="20" width="10" text_size="10"/>
1731 </itemgra>
1732 <itemgra item_types="town_label_1e7" order="{round(4-number($LAYOUT_001_ORDER_DELTA_1))}">
1733 <circle color="#ffffff" radius="25" width="12"/>
1734 <circle color="#000000" radius="20" width="10" text_size="15"/>
1735 </itemgra>
1736 <itemgra item_types="town_label_1e7" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}-6">
1737 <circle color="#ffffff" radius="25" width="12"/>
1738 <circle color="#000000" radius="20" width="10" text_size="20"/>
1739 </itemgra>
1740 <itemgra item_types="town_label_1e7" order="7-">
1741 <circle color="#ffffff" radius="8" width="4"/>
1742 <circle color="#000000" radius="4" width="2" text_size="20"/>
1743 </itemgra>
1744
1745 <itemgra item_types="town_label_5e6" order="0-{round(3-number($LAYOUT_001_ORDER_DELTA_1))}">
1746 <circle color="#ffffff" radius="25" width="12"/>
1747 <circle color="#000000" radius="20" width="10" text_size="9"/>
1748 </itemgra>
1749 <itemgra item_types="town_label_5e6" order="{round(4-number($LAYOUT_001_ORDER_DELTA_1))}">
1750 <circle color="#ffffff" radius="25" width="12"/>
1751 <circle color="#000000" radius="20" width="10" text_size="14"/>
1752 </itemgra>
1753 <itemgra item_types="town_label_5e6" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}-6">
1754 <circle color="#ffffff" radius="25" width="12"/>
1755 <circle color="#000000" radius="20" width="10" text_size="19"/>
1756 </itemgra>
1757 <itemgra item_types="town_label_5e6" order="7-">
1758 <circle color="#ffffff" radius="8" width="4"/>
1759 <circle color="#000000" radius="4" width="2" text_size="19"/>
1760 </itemgra>
1761
1762 <itemgra item_types="town_label_2e6" order="0-{round(3-number($LAYOUT_001_ORDER_DELTA_1))}">
1763 <circle color="#ffffff" radius="20" width="10"/>
1764 <circle color="#000000" radius="15" width="9" text_size="9"/>
1765 </itemgra>
1766 <itemgra item_types="town_label_2e6" order="{round(4-number($LAYOUT_001_ORDER_DELTA_1))}">
1767 <circle color="#ffffff" radius="20" width="10"/>
1768 <circle color="#000000" radius="15" width="9" text_size="14"/>
1769 </itemgra>
1770 <itemgra item_types="town_label_2e6" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}-6">
1771 <circle color="#ffffff" radius="20" width="10"/>
1772 <circle color="#000000" radius="15" width="9" text_size="19"/>
1773 </itemgra>
1774 <itemgra item_types="town_label_2e6" order="7-">
1775 <circle color="#ffffff" radius="8" width="4"/>
1776 <circle color="#000000" radius="4" width="2" text_size="19"/>
1777 </itemgra>
1778
1779 <itemgra item_types="town_label_1e6" order="0-{round(3-number($LAYOUT_001_ORDER_DELTA_1))}">
1780 <circle color="#ffffff" radius="20" width="10"/>
1781 <circle color="#000000" radius="15" width="9" text_size="9"/>
1782 </itemgra>
1783 <itemgra item_types="town_label_1e6" order="{round(4-number($LAYOUT_001_ORDER_DELTA_1))}">
1784 <circle color="#ffffff" radius="20" width="10"/>
1785 <circle color="#000000" radius="15" width="9" text_size="14"/>
1786 </itemgra>
1787 <itemgra item_types="town_label_1e6" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}-6">
1788 <circle color="#ffffff" radius="20" width="10"/>
1789 <circle color="#000000" radius="15" width="9" text_size="19"/>
1790 </itemgra>
1791 <itemgra item_types="town_label_1e6" order="7-">
1792 <circle color="#ffffff" radius="8" width="4"/>
1793 <circle color="#000000" radius="4" width="2" text_size="19"/>
1794 </itemgra>
1795
1796
1797 <!-- city/town labels -->
1798
1799 </layer>
1800
1801 <xsl:text>&#x0A; </xsl:text>
1802
1803 <layer name="GPXdata" active="1">
1804 <!-- GPX waypoint -->
1805 <itemgra item_types="gpx_point" order="3-11">
1806 <circle color="#0202ff" radius="14" width="4"/>
1807 </itemgra>
1808 <itemgra item_types="gpx_point" order="8-11">
1809 <circle color="#0e0e0e" radius="0" width="0" text_size="8"/>
1810 </itemgra>
1811
1812 <itemgra item_types="gpx_point" order="12-">
1813 <circle color="#0202ff" radius="20" width="6"/>
1814 </itemgra>
1815 <itemgra item_types="gpx_point" order="12-">
1816 <circle color="#0e0e0e" radius="0" width="0" text_size="18"/>
1817 </itemgra>
1818 <!-- GPX waypoint -->
1819
1820 <!-- GPX track -->
1821 <itemgra item_types="gpx_track" order="3-11">
1822 <polyline color="#ae101066" width="4"/><!-- alpha 0x66-->
1823 <text text_size="10"/>
1824 </itemgra>
1825 <itemgra item_types="gpx_track" order="12-">
1826 <polyline color="#ae101066" width="10"/><!-- alpha 0x66-->
1827 <text text_size="14"/>
1828 </itemgra>
1829 <!-- GPX track -->
1830
1831 <!-- GPX route -->
1832 <itemgra item_types="gpx_route" order="3-11">
1833 <polyline color="#1010ae66" width="4"/><!-- alpha 0x66-->
1834 <text text_size="10"/>
1835 </itemgra>
1836 <itemgra item_types="gpx_route" order="12-">
1837 <polyline color="#1010ae66" width="10"/><!-- alpha 0x66-->
1838 <text text_size="14"/>
1839 </itemgra>
1840 <!-- GPX route -->
1841 </layer>
1842
1843 <xsl:text>&#x0A; </xsl:text>
1844
1845 <layer name="route_003" active="0">
1846 <!-- route -->
1847 <itemgra item_types="street_route" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
1848 <polyline color="#0000fe" width="2"/>
1849 </itemgra>
1850 <itemgra item_types="street_route" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
1851 <polyline color="#0000fe" width="4"/>
1852 </itemgra>
1853 <itemgra item_types="street_route" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
1854 <polyline color="#0000fe" width="4"/>
1855 </itemgra>
1856 <itemgra item_types="street_route" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
1857 <polyline color="#0000fe" width="4"/>
1858 </itemgra>
1859 <itemgra item_types="street_route" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
1860 <polyline color="#0000fe" width="6"/>
1861 </itemgra>
1862 <itemgra item_types="street_route" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1863 <polyline color="#0000fe" width="6"/>
1864 </itemgra>
1865 <itemgra item_types="street_route" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
1866 <polyline color="#0000fe" width="6"/>
1867 </itemgra>
1868 <itemgra item_types="street_route" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
1869 <polyline color="#0000fee0" width="8"/>
1870 </itemgra>
1871 <itemgra item_types="street_route" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
1872 <polyline color="#0000fee0" width="8"/>
1873 </itemgra>
1874 <itemgra item_types="street_route" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1875 <polyline color="#0000fee0" width="12"/>
1876 </itemgra>
1877 <itemgra item_types="street_route" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1878 <polyline color="#0000fee0" width="16"/>
1879 </itemgra>
1880 <itemgra item_types="street_route" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1881 <polyline color="#0000fee0" width="24"/>
1882 </itemgra>
1883 <itemgra item_types="street_route" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1884 <polyline color="#0000fee0" width="40"/>
1885 </itemgra>
1886 <itemgra item_types="street_route" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1887 <polyline color="#0000fee0" width="46"/>
1888 </itemgra>
1889
1890
1891
1892 <itemgra item_types="street_route_waypoint" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
1893 <polyline color="#0000fe" width="2"/>
1894 </itemgra>
1895 <itemgra item_types="street_route_waypoint" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
1896 <polyline color="#0000fe" width="4"/>
1897 </itemgra>
1898 <itemgra item_types="street_route_waypoint" order="{round(3-number($LAYOUT_001_ORDER_DELTA_1))}-{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
1899 <polyline color="#0000fe" width="4"/>
1900 </itemgra>
1901 <itemgra item_types="street_route_waypoint" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
1902 <polyline color="#0000fe" width="4"/>
1903 </itemgra>
1904 <itemgra item_types="street_route_waypoint" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(8-number($LAYOUT_001_ORDER_DELTA_1))}">
1905 <polyline color="#0000fe" width="6"/>
1906 </itemgra>
1907 <itemgra item_types="street_route_waypoint" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1908 <polyline color="#0000fe" width="6"/>
1909 </itemgra>
1910 <itemgra item_types="street_route_waypoint" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
1911 <polyline color="#0000fe" width="6"/>
1912 </itemgra>
1913 <itemgra item_types="street_route_waypoint" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
1914 <polyline color="#0000fee0" width="8"/>
1915 </itemgra>
1916 <itemgra item_types="street_route_waypoint" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
1917 <polyline color="#0000fee0" width="8"/>
1918 </itemgra>
1919 <itemgra item_types="street_route_waypoint" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1920 <polyline color="#0000fee0" width="12"/>
1921 </itemgra>
1922 <itemgra item_types="street_route_waypoint" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1923 <polyline color="#0000fee0" width="16"/>
1924 </itemgra>
1925 <itemgra item_types="street_route_waypoint" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1926 <polyline color="#0000fee0" width="24"/>
1927 </itemgra>
1928 <itemgra item_types="street_route_waypoint" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1929 <polyline color="#0000fee0" width="40"/>
1930 </itemgra>
1931 <itemgra item_types="street_route_waypoint" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1932 <polyline color="#0000fee0" width="46"/>
1933 </itemgra>
1934
1935 <!-- route -->
1936 </layer>
1937
1938
1939 <xsl:text>&#x0A; </xsl:text>
1940
1941
1942 <layer name="Internal">
1943 <itemgra item_types="track" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-">
1944 <polyline color="#3f3f3f" width="1"/>
1945 </itemgra>
1946 <itemgra item_types="track_tracked" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-">
1947 <polyline color="#3f3fff" width="3"/>
1948 </itemgra>
1949 </layer>
1950
1951 <xsl:text>&#x0A; </xsl:text>
1952
1953 <layer name="POI Symbols" active="1">
1954 <itemgra item_types="mini_roundabout" order="14-">
1955 <icon src="mini_roundabout.png"/>
1956 </itemgra>
1957 <itemgra item_types="turning_circle" order="14-">
1958 <icon src="mini_roundabout.png"/>
1959 </itemgra>
1960 <itemgra item_types="poi_airport" order="8-">
1961 <icon src="airport.png"/>
1962 </itemgra>
1963 <itemgra item_types="poi_fuel" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1964 <icon src="fuel.png"/>
1965 </itemgra>
1966 <!--
1967 <itemgra item_types="poi_bridge" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1968 <icon src="bridge.png"/>
1969 </itemgra>
1970 <itemgra item_types="highway_exit" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1971 <icon src="exit.png"/>
1972 </itemgra>
1973 <itemgra item_types="poi_auto_club" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1974 <icon src="auto_club.png"/>
1975 </itemgra>
1976 -->
1977 <itemgra item_types="poi_bank" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1978 <icon src="bank.png"/>
1979 </itemgra>
1980 <itemgra item_types="poi_atm" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1981 <icon src="atm.png"/>
1982 </itemgra>
1983 <!--
1984 <itemgra item_types="poi_danger_area" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1985 <icon src="danger_16_16.png"/>
1986 </itemgra>
1987 <itemgra item_types="poi_forbidden_area" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1988 <icon src="forbiden_area.png"/>
1989 </itemgra>
1990 <itemgra item_types="poi_tunnel" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1991 <icon src="tunnel.png"/>
1992 </itemgra>
1993 -->
1994 </layer>
1995
1996 <xsl:text>&#x0A; </xsl:text>
1997
1998 <layer name="POI traffic lights" active="0">
1999 <itemgra item_types="traffic_signals" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
2000 <icon src="traffic_signals.png"/>
2001 </itemgra>
2002 </layer>
2003
2004 <xsl:text>&#x0A; </xsl:text>
2005
2006 <layer name="POI Labels" active="1">
2007 <itemgra item_types="poi_fuel" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
2008 <circle color="#606060" radius="0" width="0" text_size="10"/>
2009 </itemgra>
2010 <itemgra item_types="poi_bank,poi_atm" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
2011 <circle color="#606060" radius="0" width="0" text_size="10"/>
2012 </itemgra>
2013 <itemgra item_types="poi_airport" order="8-">
2014 <circle color="#606060" radius="0" width="0" text_size="10"/>
2015 </itemgra>
2016 <!--
2017 <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))}-">
2018 <circle color="#606060" radius="0" width="0" text_size="10"/>
2019 </itemgra>
2020 -->
2021 <!--
2022 <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))}-">
2023 <circle color="#606060" radius="0" width="0" text_size="10"/>
2024 </itemgra>
2025 -->
2026 </layer>
2027
2028 <xsl:text>&#x0A; </xsl:text>
2029
2030 <layer name="Android-POI-Icons-full" active="0">
2031 <itemgra item_types="mini_roundabout" order="13-">
2032 <icon src="mini_roundabout.png"/>
2033 </itemgra>
2034 <itemgra item_types="turning_circle" order="12-">
2035 <icon src="mini_roundabout.png"/>
2036 </itemgra>
2037 <itemgra item_types="poi_airport" order="5-">
2038 <icon src="airport.png"/>
2039 </itemgra>
2040 <itemgra item_types="town_ghost" order="11-">
2041 <icon src="ghost_town.png"/>
2042 </itemgra>
2043 <itemgra item_types="poi_hotel" order="12-">
2044 <icon src="hotel.png"/>
2045 </itemgra>
2046 <itemgra item_types="poi_car_parking" order="11-">
2047 <icon src="parking.png"/>
2048 </itemgra>
2049 <itemgra item_types="poi_car_dealer_parts" order="12-">
2050 <icon src="car_dealer.png"/>
2051 </itemgra>
2052 <itemgra item_types="poi_fuel" order="12-">
2053 <icon src="fuel.png"/>
2054 </itemgra>
2055 <itemgra item_types="poi_shopping" order="12-">
2056 <icon src="shopping.png"/>
2057 </itemgra>
2058 <itemgra item_types="poi_attraction" order="11-">
2059 <icon src="attraction.png"/>
2060 </itemgra>
2061 <itemgra item_types="poi_cafe" order="12-">
2062 <icon src="cafe.png"/>
2063 </itemgra>
2064 <itemgra item_types="poi_bar" order="12-">
2065 <icon src="bar.png"/>
2066 </itemgra>
2067 <!--
2068 <itemgra item_types="poi_bridge" order="12-">
2069 <icon src="bridge.png"/>
2070 </itemgra>
2071 -->
2072 <!--
2073 <itemgra item_types="highway_exit" order="11-">
2074 <icon src="exit.png"/>
2075 </itemgra>
2076 -->
2077 <itemgra item_types="poi_camp_rv" order="12-">
2078 <icon src="camping.png"/>
2079 </itemgra>
2080 <itemgra item_types="poi_museum_history" order="12-">
2081 <icon src="museum.png"/>
2082 </itemgra>
2083 <itemgra item_types="poi_hospital" order="12-">
2084 <icon src="hospital.png"/>
2085 </itemgra>
2086 <itemgra item_types="poi_dining" order="12-">
2087 <icon src="dining.png"/>
2088 </itemgra>
2089 <itemgra item_types="poi_fastfood" order="12-">
2090 <icon src="fastfood.png"/>
2091 </itemgra>
2092 <itemgra item_types="poi_police" order="12-">
2093 <icon src="police.png"/>
2094 </itemgra>
2095 <itemgra item_types="poi_auto_club" order="12-">
2096 <icon src="auto_club.png"/>
2097 </itemgra>
2098 <itemgra item_types="poi_autoservice" order="12-">
2099 <icon src="car_dealer.png"/>
2100 </itemgra>
2101 <itemgra item_types="poi_bank" order="12-">
2102 <icon src="bank.png"/>
2103 </itemgra>
2104 <itemgra item_types="poi_atm" order="12-">
2105 <icon src="atm.png"/>
2106 </itemgra>
2107 <itemgra item_types="poi_bay" order="12-">
2108 <icon src="bay.png"/>
2109 </itemgra>
2110 <itemgra item_types="poi_bend" order="12-">
2111 <icon src="bend.png"/>
2112 </itemgra>
2113 <itemgra item_types="poi_boat_ramp" order="12-">
2114 <icon src="boat_ramp.png"/>
2115 </itemgra>
2116 <itemgra item_types="poi_border_station" order="12-">
2117 <icon src="border_station.png"/>
2118 </itemgra>
2119 <itemgra item_types="poi_bowling" order="12-">
2120 <icon src="bowling.png"/>
2121 </itemgra>
2122 <itemgra item_types="poi_bus_station" order="11-">
2123 <icon src="bus.png"/>
2124 </itemgra>
2125 <itemgra item_types="poi_bus_stop" order="12-">
2126 <icon src="bus.png"/>
2127 </itemgra>
2128 <itemgra item_types="poi_business_service" order="12-">
2129 <icon src="bussines_service.png"/>
2130 </itemgra>
2131 <itemgra item_types="poi_car_rent" order="12-">
2132 <icon src="car_rent.png"/>
2133 </itemgra>
2134 <itemgra item_types="poi_car_wash" order="12-">
2135 <icon src="car_wash.png"/>
2136 </itemgra>
2137 <itemgra item_types="poi_casino" order="12-">
2138 <icon src="casino.png"/>
2139 </itemgra>
2140 <itemgra item_types="poi_cemetery" order="12-">
2141 <icon src="cemetery.png"/>
2142 </itemgra>
2143 <itemgra item_types="poi_church" order="11-">
2144 <icon src="church.png"/>
2145 </itemgra>
2146 <itemgra item_types="poi_cinema" order="12-">
2147 <icon src="cinema.png"/>
2148 </itemgra>
2149 <itemgra item_types="poi_communication" order="12-">
2150 <icon src="communication.png"/>
2151 </itemgra>
2152 <itemgra item_types="poi_concert" order="12-">
2153 <icon src="concert.png"/>
2154 </itemgra>
2155 <itemgra item_types="poi_cove" order="12-">
2156 <icon src="cove.png"/>
2157 </itemgra>
2158 <itemgra item_types="poi_crossing" order="12-">
2159 <icon src="crossing.png"/>
2160 </itemgra>
2161 <itemgra item_types="poi_dam" order="12-">
2162 <icon src="dam.png"/>
2163 </itemgra>
2164 <itemgra item_types="poi_danger_area" order="12-">
2165 <icon src="danger.png"/>
2166 </itemgra>
2167 <itemgra item_types="poi_danger_sea_wreck" order="12-">
2168 <icon src="dangerous.png"/>
2169 </itemgra>
2170 <itemgra item_types="poi_daymark" order="12-">
2171 <icon src="daymark.png"/>
2172 </itemgra>
2173 <itemgra item_types="poi_diving" order="12-">
2174 <icon src="diving.png"/>
2175 </itemgra>
2176 <itemgra item_types="poi_drinking_water" order="13-">
2177 <icon src="drinking_water.png"/>
2178 </itemgra>
2179 <itemgra item_types="poi_emergency" order="12-">
2180 <icon src="emergency.png"/>
2181 </itemgra>
2182 <itemgra item_types="poi_fair" order="12-">
2183 <icon src="fair.png"/>
2184 </itemgra>
2185 <itemgra item_types="poi_firebrigade" order="12-">
2186 <icon src="firebrigade.png"/>
2187 </itemgra>
2188 <itemgra item_types="poi_fish" order="10-">
2189 <icon src="fish.png"/>
2190 </itemgra>
2191 <itemgra item_types="poi_forbidden_area" order="12-">
2192 <icon src="forbiden_area.png"/>
2193 </itemgra>
2194 <itemgra item_types="poi_shop_gps" order="15-">
2195 <icon src="garmin.png"/>
2196 </itemgra>
2197 <itemgra item_types="poi_golf" order="12-">
2198 <icon src="golf.png"/>
2199 </itemgra>
2200 <itemgra item_types="poi_government_building" order="12-">
2201 <icon src="goverment_building.png"/>
2202 </itemgra>
2203 <itemgra item_types="poi_height" order="12-">
2204 <icon src="height.png"/>
2205 </itemgra>
2206 <itemgra item_types="poi_heliport" order="10-">
2207 <icon src="heliport.png"/>
2208 </itemgra>
2209 <itemgra item_types="poi_hotspring" order="12-">
2210 <icon src="hotspring.png"/>
2211 </itemgra>
2212 <itemgra item_types="poi_icesport" order="12-">
2213 <icon src="icesport.png"/>
2214 </itemgra>
2215 <itemgra item_types="poi_information" order="12-">
2216 <icon src="information.png"/>
2217 </itemgra>
2218 <itemgra item_types="poi_justice" order="12-">
2219 <icon src="justice.png"/>
2220 </itemgra>
2221 <itemgra item_types="poi_landmark" order="11-">
2222 <icon src="landmark.png"/>
2223 </itemgra>
2224 <itemgra item_types="poi_levee" order="12-">
2225 <icon src="levee.png"/>
2226 </itemgra>
2227 <itemgra item_types="poi_level_crossing" order="13-">
2228 <icon src="level_crossing.png"/>
2229 </itemgra>
2230 <itemgra item_types="poi_library" order="12-">
2231 <icon src="library.png"/>
2232 </itemgra>
2233 <itemgra item_types="poi_locale" order="12-">
2234 <icon src="locale.png"/>
2235 </itemgra>
2236 <itemgra item_types="poi_loudspeaker" order="12-">
2237 <icon src="loudspeaker.png"/>
2238 </itemgra>
2239 <itemgra item_types="poi_mall" order="12-">
2240 <icon src="mall.png"/>
2241 </itemgra>
2242 <itemgra item_types="poi_manmade_feature" order="12-">
2243 <icon src="manmade_feature.png"/>
2244 </itemgra>
2245 <itemgra item_types="poi_marine" order="12-">
2246 <icon src="marine.png"/>
2247 </itemgra>
2248 <itemgra item_types="poi_marine_type" order="12-">
2249 <icon src="marine_type.png"/>
2250 </itemgra>
2251 <itemgra item_types="poi_mark" order="12-">
2252 <icon src="mark.png"/>
2253 </itemgra>
2254 <itemgra item_types="poi_military" order="11-">
2255 <icon src="military.png"/>
2256 </itemgra>
2257 <itemgra item_types="poi_mine" order="12-">
2258 <icon src="mine.png"/>
2259 </itemgra>
2260 <itemgra item_types="poi_nondangerous" order="12-">
2261 <icon src="nondangerous.png"/>
2262 </itemgra>
2263 <itemgra item_types="poi_oil_field" order="12-">
2264 <icon src="oil_field.png"/>
2265 </itemgra>
2266 <itemgra item_types="poi_peak" order="7-">
2267 <icon src="peak.png"/>
2268 </itemgra>
2269 <itemgra item_types="poi_personal_service" order="12-">
2270 <icon src="personal_service.png"/>
2271 </itemgra>
2272 <itemgra item_types="poi_pharmacy" order="12-">
2273 <icon src="pharmacy.png"/>
2274 </itemgra>
2275 <itemgra item_types="poi_post_office,poi_post_box" order="13-">
2276 <icon src="post.png"/>
2277 </itemgra>
2278 <itemgra item_types="poi_public_office" order="12-">
2279 <icon src="public_office.png"/>
2280 </itemgra>
2281 <itemgra item_types="poi_rail_halt" order="12-">
2282 <circle color="#ff0000" radius="3" width="3"/>
2283 <circle color="#000000" radius="5" width="2" text_size="8"/>
2284 </itemgra>
2285 <itemgra item_types="poi_rail_station" order="12-">
2286 <circle color="#ff0000" radius="3" width="3"/>
2287 <circle color="#000000" radius="6" width="2" text_size="8"/>
2288 </itemgra>
2289 <itemgra item_types="poi_rail_tram_stop" order="12">
2290 <circle color="#ff0000" radius="2" width="2"/>
2291 </itemgra>
2292 <itemgra item_types="poi_rail_tram_stop" order="12-">
2293 <circle color="#ff0000" radius="3" width="3"/>
2294 <circle color="#606060" radius="5" width="2" text_size="8"/>
2295 </itemgra>
2296 <itemgra item_types="poi_repair_service" order="12-">
2297 <icon src="repair_service.png"/>
2298 </itemgra>
2299 <itemgra item_types="poi_resort" order="12-">
2300 <icon src="resort.png"/>
2301 </itemgra>
2302 <itemgra item_types="poi_restaurant" order="12-">
2303 <icon src="restaurant.png"/>
2304 </itemgra>
2305 <itemgra item_types="poi_restricted_area" order="12-">
2306 <icon src="restricted_area.png"/>
2307 </itemgra>
2308 <itemgra item_types="poi_restroom" order="13-">
2309 <icon src="restroom.png"/>
2310 </itemgra>
2311 <itemgra item_types="poi_sailing" order="12-">
2312 <icon src="sailing.png"/>
2313 </itemgra>
2314 <itemgra item_types="poi_scenic_area" order="12-">
2315 <icon src="scenic_area.png"/>
2316 </itemgra>
2317 <itemgra item_types="poi_school" order="12-">
2318 <icon src="school.png"/>
2319 </itemgra>
2320 <itemgra item_types="poi_service" order="12-">
2321 <icon src="service.png"/>
2322 </itemgra>
2323 <itemgra item_types="poi_shop_apparel" order="12-">
2324 <icon src="shop_apparel.png"/>
2325 </itemgra>
2326 <itemgra item_types="poi_shop_computer" order="12-">
2327 <icon src="shop_computer.png"/>
2328 </itemgra>
2329 <itemgra item_types="poi_shop_department" order="12-">
2330 <icon src="shop_department.png"/>
2331 </itemgra>
2332 <itemgra item_types="poi_shop_furniture" order="12-">
2333 <icon src="shop_furnish.png"/>
2334 </itemgra>
2335 <itemgra item_types="poi_shop_grocery" order="12-">
2336 <icon src="shop_grocery.png"/>
2337 </itemgra>
2338 <itemgra item_types="poi_shop_handg" order="12-">
2339 <icon src="shop_handg.png"/>
2340 </itemgra>
2341 <itemgra item_types="poi_shop_merchandise" order="12-">
2342 <icon src="shop_merchandise.png"/>
2343 </itemgra>
2344 <itemgra item_types="poi_shop_retail" order="12-">
2345 <icon src="shop_retail.png"/>
2346 </itemgra>
2347 <itemgra item_types="poi_shower" order="13-">
2348 <icon src="shower.png"/>
2349 </itemgra>
2350 <itemgra item_types="poi_skiing" order="12-">
2351 <icon src="skiing.png"/>
2352 </itemgra>
2353 <itemgra item_types="poi_social_service" order="12-">
2354 <icon src="social_service.png"/>
2355 </itemgra>
2356 <itemgra item_types="poi_sounding" order="12-">
2357 <icon src="sounding.png"/>
2358 </itemgra>
2359 <itemgra item_types="poi_sport" order="12-">
2360 <icon src="sport.png"/>
2361 </itemgra>
2362 <itemgra item_types="poi_stadium" order="11-">
2363 <icon src="stadium.png"/>
2364 </itemgra>
2365 <itemgra item_types="poi_swimming" order="12-">
2366 <icon src="swimming.png"/>
2367 </itemgra>
2368 <itemgra item_types="poi_telephone" order="13-">
2369 <icon src="telephone.png"/>
2370 </itemgra>
2371 <itemgra item_types="poi_theater" order="12-">
2372 <icon src="theater.png"/>
2373 </itemgra>
2374 <itemgra item_types="poi_tide" order="12-">
2375 <icon src="tide.png"/>
2376 </itemgra>
2377 <itemgra item_types="poi_tower" order="13-">
2378 <icon src="tower.png"/>
2379 </itemgra>
2380 <itemgra item_types="poi_townhall" order="12-">
2381 <icon src="townhall.png"/>
2382 </itemgra>
2383 <itemgra item_types="poi_trail" order="12-">
2384 <icon src="trail.png"/>
2385 </itemgra>
2386 <itemgra item_types="poi_truck_stop" order="12-">
2387 <icon src="truck_stop.png"/>
2388 </itemgra>
2389 <itemgra item_types="poi_tunnel" order="12-">
2390 <icon src="tunnel.png"/>
2391 </itemgra>
2392 <itemgra item_types="poi_wine" order="12-">
2393 <icon src="wine.png"/>
2394 </itemgra>
2395 <itemgra item_types="poi_worship" order="11-">
2396 <icon src="worship.png"/>
2397 </itemgra>
2398 <itemgra item_types="poi_wrecker" order="12-">
2399 <icon src="wrecker.png"/>
2400 </itemgra>
2401 <itemgra item_types="poi_zoo" order="11-">
2402 <icon src="zoo.png"/>
2403 </itemgra>
2404 <itemgra item_types="poi_picnic" order="12-">
2405 <icon src="picnic.png"/>
2406 </itemgra>
2407 <itemgra item_types="poi_gc_multi" order="12-">
2408 <icon src="gc_multi.png"/>
2409 </itemgra>
2410 <itemgra item_types="poi_gc_tradi" order="12-">
2411 <icon src="gc_tradi.png"/>
2412 </itemgra>
2413 <itemgra item_types="poi_gc_event" order="12-">
2414 <icon src="gc_event.png"/>
2415 </itemgra>
2416 <itemgra item_types="poi_gc_mystery" order="12-">
2417 <icon src="gc_mystery.png"/>
2418 </itemgra>
2419 <itemgra item_types="poi_gc_question" order="12-">
2420 <icon src="gc_question.png"/>
2421 </itemgra>
2422 <itemgra item_types="poi_gc_stages" order="12-">
2423 <icon src="gc_stages.png"/>
2424 </itemgra>
2425 <itemgra item_types="poi_gc_reference" order="12-">
2426 <icon src="gc_reference.png"/>
2427 </itemgra>
2428 <itemgra item_types="poi_gc_webcam" order="12-">
2429 <icon src="gc_webcam.png"/>
2430 </itemgra>
2431 <itemgra item_types="poi_wifi" order="13-">
2432 <icon src="wifi.png"/>
2433 </itemgra>
2434 <itemgra item_types="poi_image" order="12-">
2435 <image/>
2436 </itemgra>
2437 <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bicyle layout. -->
2438 <itemgra item_types="poi_bench" order="13-">
2439 <icon src="bench.png"/>
2440 </itemgra>
2441 <itemgra item_types="poi_biergarten" order="12-">
2442 <icon src="biergarten.png"/>
2443 </itemgra>
2444 <itemgra item_types="poi_boundary_stone" order="13-">
2445 <icon src="boundary_stone.png"/>
2446 </itemgra>
2447 <itemgra item_types="poi_castle" order="11-">
2448 <icon src="castle.png"/>
2449 </itemgra>
2450 <itemgra item_types="poi_ruins" order="11-">
2451 <icon src="ruins.png"/>
2452 </itemgra>
2453 <itemgra item_types="poi_hunting_stand" order="12-">
2454 <icon src="hunting_stand.png"/>
2455 </itemgra>
2456 <itemgra item_types="poi_memorial" order="12-">
2457 <icon src="memorial.png"/>
2458 </itemgra>
2459 <itemgra item_types="poi_monument" order="12-">
2460 <icon src="memorial.png"/>
2461 </itemgra>
2462 <itemgra item_types="poi_shelter" order="11-">
2463 <icon src="shelter.png"/>
2464 </itemgra>
2465 <itemgra item_types="poi_fountain" order="13-">
2466 <icon src="fountain.png"/>
2467 </itemgra>
2468 <itemgra item_types="poi_potable_water" order="13-">
2469 <icon src="potable_water.png"/>
2470 </itemgra>
2471 <itemgra item_types="poi_toilets" order="12-">
2472 <icon src="toilets.png"/>
2473 </itemgra>
2474 <itemgra item_types="poi_viewpoint" order="11-">
2475 <icon src="viewpoint.png"/>
2476 </itemgra>
2477 <itemgra item_types="tec_common" order="11-">
2478 <icon src="tec_common.png" />
2479 </itemgra>
2480 <itemgra item_types="vehicle" order="0-">
2481 <icon src="gui_vehicle_16_16.png"/>
2482 </itemgra>
2483 <itemgra item_types="vehicle_pedestrian" order="0-">
2484 <icon src="gui_vehicle_pedestrian_16_16.png"/>
2485 </itemgra>
2486 <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-">
2487 <icon src="%s"/>
2488 </itemgra>
2489 </layer>
2490
2491 <xsl:text>&#x0A; </xsl:text>
2492
2493 <layer name="Android-POI-Labels-full" active="0">
2494 <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-">
2495 <circle color="#606060" radius="0" width="0" text_size="10"/>
2496 </itemgra>
2497 <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-">
2498 <circle color="#606060" radius="0" width="0" text_size="10"/>
2499 </itemgra>
2500 </layer>
2501
2502 <xsl:text>&#x0A; </xsl:text>
2503
2504
2505 <layer name="POI bicycle" active="0">
2506 <itemgra item_types="poi_bicycle_parking" order="14-15">
2507 <circle color="#000000" radius="11" width="10" text_size="12"/>
2508 <circle color="#1547C8" radius="7" width="8"/>
2509 </itemgra>
2510 <itemgra item_types="poi_bicycle_parking" order="16-">
2511 <circle color="#000000" radius="20" width="15" text_size="20"/>
2512 <circle color="#1547C8" radius="10" width="20"/>
2513 </itemgra>
2514 <itemgra item_types="poi_bicycle_rental" order="14-15">
2515 <circle color="#000000" radius="11" width="10" text_size="12"/>
2516 <circle color="#FEFE00" radius="7" width="8"/>
2517 </itemgra>
2518 <itemgra item_types="poi_bicycle_rental" order="16-">
2519 <circle color="#000000" radius="20" width="15" text_size="20"/>
2520 <circle color="#FEFE00" radius="10" width="20"/>
2521 </itemgra>
2522 <itemgra item_types="traffic_crossing_signal" order="15">
2523 <circle color="#000000" radius="8" width="6"/>
2524 <circle color="#00C000" radius="4" width="4"/>
2525 </itemgra>
2526 <itemgra item_types="traffic_crossing_signal" order="16-">
2527 <circle color="#000000" radius="15" width="10"/>
2528 <circle color="#00C000" radius="8" width="8"/>
2529 </itemgra>
2530 <!--
2531 <itemgra item_types="traffic_crossing_uncontrolled" order="13-15">
2532 <circle color="#000000" radius="8" width="6"/>
2533 <circle color="#FEFE00" radius="4" width="4"/>
2534 </itemgra>
2535 <itemgra item_types="traffic_crossing_uncontrolled" order="16-">
2536 <circle color="#000000" radius="15" width="10"/>
2537 <circle color="#FEFE00" radius="8" width="8"/>
2538 </itemgra>
2539 -->
2540 </layer>
2541
2542 <xsl:text>&#x0A; </xsl:text>
2543
2544 <layer name="RouteArrows" active="1">
2545 </layer>
2546
2547 <xsl:text>&#x0A; </xsl:text>
2548
2549
2550 <layer name="NavNav" active="1">
2551
2552 <!-- route graph -->
2553 <itemgra item_types="rg_segment" order="13-">
2554 <polyline color="#FF089C" width="3"/>
2555 <arrows color="#FF089C" width="3"/>
2556 <text text_size="17"/>
2557 </itemgra>
2558 <itemgra item_types="rg_point" order="13-">
2559 <circle color="#FF089C" radius="10" text_size="13"/>
2560 </itemgra>
2561 <!-- route graph -->
2562
2563
2564 <itemgra item_types="nav_left_1" order="0-">
2565 <icon src="nav_left_1_bk.png" w="32" h="32"/>
2566 <circle color="#FF0000" radius="10" text_size="7"/>
2567 </itemgra>
2568 <itemgra item_types="nav_left_2" order="0-">
2569 <icon src="nav_left_2_bk.png" w="32" h="32"/>
2570 <circle color="#FF0000" radius="10" text_size="7"/>
2571 </itemgra>
2572 <itemgra item_types="nav_left_3" order="0-">
2573 <icon src="nav_left_3_bk.png" w="32" h="32"/>
2574 <circle color="#FF0000" radius="10" text_size="7"/>
2575 </itemgra>
2576 <itemgra item_types="nav_right_1" order="0-">
2577 <icon src="nav_right_1_bk.png" w="32" h="32"/>
2578 <circle color="#FF0000" radius="10" text_size="7"/>
2579 </itemgra>
2580 <itemgra item_types="nav_right_2" order="0-">
2581 <icon src="nav_right_2_bk.png" w="32" h="32"/>
2582 <circle color="#FF0000" radius="10" text_size="7"/>
2583 </itemgra>
2584 <itemgra item_types="nav_right_3" order="0-">
2585 <icon src="nav_right_3_bk.png" w="32" h="32"/>
2586 <circle color="#FF0000" radius="10" text_size="7"/>
2587 </itemgra>
2588 <itemgra item_types="nav_straight" order="0-">
2589 <icon src="nav_straight_bk.png" w="32" h="32"/>
2590 <circle color="#FF0000" radius="10" text_size="7"/>
2591 </itemgra>
2592 <itemgra item_types="nav_turnaround" order="0-">
2593 <icon src="nav_turnaround_left_bk.png" w="32" h="32"/>
2594 <circle color="#FF0000" radius="10" text_size="7"/>
2595 </itemgra>
2596 <itemgra item_types="nav_roundabout_l1" order="0-">
2597 <icon src="nav_roundabout_l1_bk.png" w="32" h="32"/>
2598 <circle color="#FF0000" radius="10" text_size="7"/>
2599 </itemgra>
2600 <itemgra item_types="nav_roundabout_r1" order="0-">
2601 <icon src="nav_roundabout_r1_bk.png" w="32" h="32"/>
2602 <circle color="#FF0000" radius="10" text_size="7"/>
2603 </itemgra>
2604 <itemgra item_types="nav_roundabout_l2" order="0-">
2605 <icon src="nav_roundabout_l2_bk.png" w="32" h="32"/>
2606 <circle color="#FF0000" radius="10" text_size="7"/>
2607 </itemgra>
2608 <itemgra item_types="nav_roundabout_r2" order="0-">
2609 <icon src="nav_roundabout_r2_bk.png" w="32" h="32"/>
2610 <circle color="#FF0000" radius="10" text_size="7"/>
2611 </itemgra>
2612 <itemgra item_types="nav_roundabout_l3" order="0-">
2613 <icon src="nav_roundabout_l3_bk.png" w="32" h="32"/>
2614 <circle color="#FF0000" radius="10" text_size="7"/>
2615 </itemgra>
2616 <itemgra item_types="nav_roundabout_r3" order="0-">
2617 <icon src="nav_roundabout_r3_bk.png" w="32" h="32"/>
2618 <circle color="#FF0000" radius="10" text_size="7"/>
2619 </itemgra>
2620 <itemgra item_types="nav_roundabout_l4" order="0-">
2621 <icon src="nav_roundabout_l4_bk.png" w="32" h="32"/>
2622 <circle color="#FF0000" radius="10" text_size="7"/>
2623 </itemgra>
2624 <itemgra item_types="nav_roundabout_r4" order="0-">
2625 <icon src="nav_roundabout_r4_bk.png" w="32" h="32"/>
2626 <circle color="#FF0000" radius="10" text_size="7"/>
2627 </itemgra>
2628 <itemgra item_types="nav_roundabout_l5" order="0-">
2629 <icon src="nav_roundabout_l5_bk.png" w="32" h="32"/>
2630 <circle color="#FF0000" radius="10" text_size="7"/>
2631 </itemgra>
2632 <itemgra item_types="nav_roundabout_r5" order="0-">
2633 <icon src="nav_roundabout_r5_bk.png" w="32" h="32"/>
2634 <circle color="#FF0000" radius="10" text_size="7"/>
2635 </itemgra>
2636 <itemgra item_types="nav_roundabout_l6" order="0-">
2637 <icon src="nav_roundabout_l6_bk.png" w="32" h="32"/>
2638 <circle color="#FF0000" radius="10" text_size="7"/>
2639 </itemgra>
2640 <itemgra item_types="nav_roundabout_r6" order="0-">
2641 <icon src="nav_roundabout_r6_bk.png" w="32" h="32"/>
2642 <circle color="#FF0000" radius="10" text_size="7"/>
2643 </itemgra>
2644 <itemgra item_types="nav_roundabout_l7" order="0-">
2645 <icon src="nav_roundabout_l7_bk.png" w="32" h="32"/>
2646 <circle color="#FF0000" radius="10" text_size="7"/>
2647 </itemgra>
2648 <itemgra item_types="nav_roundabout_r7" order="0-">
2649 <icon src="nav_roundabout_r7_bk.png" w="32" h="32"/>
2650 <circle color="#FF0000" radius="10" text_size="7"/>
2651 </itemgra>
2652 <itemgra item_types="nav_roundabout_l8" order="0-">
2653 <icon src="nav_roundabout_l8_bk.png" w="32" h="32"/>
2654 <circle color="#FF0000" radius="10" text_size="7"/>
2655 </itemgra>
2656 <itemgra item_types="nav_roundabout_r8" order="0-">
2657 <icon src="nav_roundabout_r8_bk.png" w="32" h="32"/>
2658 <circle color="#FF0000" radius="10" text_size="7"/>
2659 </itemgra>
2660
2661
2662
2663 <itemgra item_types="route_end" order="0-">
2664 <icon src="nav_destination_bk_center.png" w="32" h="32"/>
2665 <!--<circle color="#FF0000" radius="10" text_size="7"/>-->
2666 </itemgra>
2667
2668
2669
2670 <itemgra item_types="nav_none" order="0-">
2671 <circle color="#FF0000" radius="40" width="9" text_size="7"/>
2672 <icon src="mini_roundabout.png"/>
2673 </itemgra>
2674
2675 <itemgra item_types="nav_position" order="0-">
2676 <circle color="#00FF00" radius="40" width="9" text_size="7"/>
2677 <icon src="mini_roundabout.png"/>
2678 </itemgra>
2679
2680 <itemgra item_types="nav_destination" order="0-">
2681 <circle color="#0000FF" radius="40" width="9" text_size="7"/>
2682 </itemgra>
2683
2684 <!--
2685 <itemgra item_types="announcement" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-">
2686 <icon src="gui_sound_32_32.png"/>
2687 <circle color="#FF089C" radius="10" text_size="7"/>
2688 </itemgra>
2689 -->
2690
2691 </layer>
2692
2693
2694 <xsl:text>&#x0A; </xsl:text>
2695
2696
2697 <layer name="TurnRestrictions" active="0">
2698
2699 <itemgra item_types="street_turn_restriction_no" order="7-">
2700 <polyline color="#FF0000" width="22"/>
2701 </itemgra>
2702
2703 <itemgra item_types="street_turn_restriction_only" order="7-">
2704 <polyline color="#00FF00" width="22"/>
2705 </itemgra>
2706 </layer>
2707
2708
2709
2710 <xsl:text>&#x0A; </xsl:text>
2711
2712 <!-- android layout -->
2713 <!-- android layout -->
2714 <!-- android layout -->
2715 <xsl:text>&#x0A; </xsl:text>
2716 </layout>
2717 <xsl:text>&#x0A; </xsl:text>
2718 <xsl:copy><xsl:copy-of select="@*|node()"/></xsl:copy>
2719 </xsl:template>
2720 <xsl:template match="/config/navit/layout[@name='XXRouteXX']">
2721 <xsl:text>&#x0A; </xsl:text>
2722 <layout name="Route">
2723 <xsl:text>&#x0A; </xsl:text>
2724 <layer name="streets">
2725 <xsl:text>&#x0A; </xsl:text>
2726 <itemgra item_types="street_route_occluded" order="0-">
2727 <xsl:text>&#x0A; </xsl:text>
2728 <polyline color="#69e068" width="20"/>
2729 <xsl:text>&#x0A; </xsl:text>
2730 </itemgra>
2731 <xsl:text>&#x0A; </xsl:text>
2732 </layer>
2733 <xsl:text>&#x0A; </xsl:text>
2734 </layout>
2735 <xsl:text>&#x0A; </xsl:text>
2736 </xsl:template>
2737 <!-- add new default look-and-feel for android -->
2738 <xsl:template match="/config/navit/speech">
2739 <xsl:copy><xsl:copy-of select="@*[not(name()='data')]"/><xsl:attribute name="type">android</xsl:attribute><xsl:apply-templates/></xsl:copy>
2740 </xsl:template>
2741 <xsl:template match="@*|node()"><xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy></xsl:template>
2742 </xsl:transform>

   
Visit the ZANavi Wiki