/[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 54 - (hide annotations) (download)
Mon Dec 12 13:41:30 2016 UTC (7 years, 3 months ago) by zoff99
File size: 124646 byte(s)
v2.0.56
1 zoff99 2 <?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 zoff99 27 <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 zoff99 2 <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 zoff99 30 <cursor w="50" h="50">
66 zoff99 2 <xsl:text>&#x0A; </xsl:text>
67     </cursor>
68     <xsl:text>&#x0A; </xsl:text>
69     <!-- android layout -->
70     <!-- android layout -->
71     <!-- android layout -->
72 zoff99 28 <layer name="polygons001">
73 zoff99 31
74     <!-- forest (converted from relations) -->
75 zoff99 34 <itemgra item_types="poly_wood_from_triang" order="11-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
76 zoff99 2 <polygon color="#8ec78d"/>
77 zoff99 31 <!--<polyline color="#ff0000"/>-->
78 zoff99 27 <text text_size="8"/>
79 zoff99 2 </itemgra>
80 zoff99 31 <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 zoff99 34 <itemgra item_types="poly_wood" order="11-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
89 zoff99 31 <polygon color="#8ec78d"/>
90     <text text_size="8"/>
91     </itemgra>
92 zoff99 27 <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 zoff99 31
97 zoff99 34 <itemgra item_types="wood_from_relations" order="11-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
98 zoff99 31 <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 zoff99 28 <polygon color="#7cc334"/>
111     <text text_size="8"/>
112     </itemgra>
113     </layer>
114     <xsl:text>&#x0A; </xsl:text>
115 zoff99 2
116 zoff99 28 <layer name="polygons">
117 zoff99 2 <!-- ocean -->
118     <itemgra item_types="poly_water_tiled">
119     <polygon color="#82c8ea"/>
120     </itemgra>
121     <!-- ocean -->
122    
123 zoff99 31 <!-- waterbodies (converted from relations) -->
124 zoff99 34 <itemgra item_types="poly_water_from_triang" order="10-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
125 zoff99 31 <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 zoff99 2 <!-- rivers with text -->
137 zoff99 34 <itemgra item_types="poly_water" order="11-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
138 zoff99 2 <polygon color="#82c8ea"/>
139     <polyline color="#5096b8"/>
140 zoff99 27 <text text_size="8"/>
141 zoff99 2 </itemgra>
142 zoff99 27 <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 zoff99 2 <!-- rivers with text -->
148    
149 zoff99 28 <!-- rivers with text (converted from relations) -->
150 zoff99 34 <itemgra item_types="poly_water_from_relations" order="10-{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
151 zoff99 28 <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 zoff99 2
162 zoff99 31
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 zoff99 2 <polygon color="#a0a0a0"/>
165 zoff99 27 <text text_size="8"/>
166 zoff99 2 </itemgra>
167 zoff99 31
168 zoff99 2 <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 zoff99 31 <itemgra item_types="poly_pedestrian" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}-">
189 zoff99 2 <polyline color="#d2d2d2" width="40"/>
190     <polyline color="#dddddd" width="34"/>
191     <polygon color="#dddddd"/>
192     </itemgra>
193 zoff99 31
194     <itemgra item_types="poly_plaza" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
195     <polygon color="#dddddd"/>
196     </itemgra>
197    
198 zoff99 34 <itemgra item_types="poly_airport" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-">
199 zoff99 2 <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 zoff99 28 <!--
267 zoff99 27 <itemgra item_types="water_river" order="{round(5-number($LAYOUT_001_ORDER_DELTA_1))}">
268     <polyline color="#82c8ea" width="1"/>
269 zoff99 2 </itemgra>
270 zoff99 28 -->
271     <!--
272 zoff99 2 <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 zoff99 28 -->
276 zoff99 2 <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 zoff99 27 <text text_size="9"/>
282 zoff99 2 </itemgra>
283 zoff99 27
284    
285 zoff99 2 <itemgra item_types="water_canal" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
286     <polyline color="#82c8ea" width="3"/>
287 zoff99 27 <text text_size="8"/>
288 zoff99 2 </itemgra>
289     <itemgra item_types="water_stream" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
290     <polyline color="#82c8ea" width="2"/>
291 zoff99 27 <text text_size="8"/>
292 zoff99 2 </itemgra>
293     <itemgra item_types="water_drain" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
294     <polyline color="#82c8ea" width="1"/>
295 zoff99 27 <text text_size="8"/>
296 zoff99 2 </itemgra>
297 zoff99 27
298    
299 zoff99 2 <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 zoff99 29
309 zoff99 31 <!-- 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 zoff99 29 <!-- buildings -->
315 zoff99 27 <itemgra item_types="poly_building" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-">
316 zoff99 2 <polygon color="#b6a6a6"/>
317 zoff99 29 <polyline color="#dddddd" width="1"/>
318 zoff99 2 </itemgra>
319 zoff99 31 <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 zoff99 29 <!-- buildings -->
328 zoff99 27
329 zoff99 29 </layer>
330 zoff99 27
331 zoff99 29 <xsl:text>&#x0A; </xsl:text>
332 zoff99 2
333 zoff99 29 <layer name="Borders">
334 zoff99 34 <!-- prerendered tiles -->
335     <itemgra item_types="maptile" order="0-"><maptile/></itemgra>
336     <!-- prerendered tiles -->
337    
338 zoff99 2 <itemgra item_types="border_country" order="0-1">
339     <polyline color="#9b1199" width="1" />
340     </itemgra>
341 zoff99 34 <itemgra item_types="border_country" order="2-{round(3-number($LAYOUT_001_ORDER_DELTA_1))}">
342 zoff99 27 <polyline color="#9b1199" width="2" />
343     </itemgra>
344     <itemgra item_types="border_country" order="{round(4-number($LAYOUT_001_ORDER_DELTA_1))}">
345 zoff99 2 <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 zoff99 28 <polyline color="#9b1199" width="20" />
352     <!--<polyline color="#9b1199" width="20" dash="2"/>-->
353 zoff99 2 </itemgra>
354     <itemgra item_types="border_country" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
355 zoff99 28 <polyline color="#9b1199" width="30" />
356     <!--<polyline color="#9b1199" width="30" dash="2"/>-->
357 zoff99 2 </itemgra>
358 zoff99 27 </layer>
359 zoff99 2
360 zoff99 28 <xsl:text>&#x0A; </xsl:text>
361 zoff99 2
362 zoff99 28 <layer name="route_001" active="0">
363 zoff99 2 <!-- route -->
364 zoff99 27 <itemgra item_types="street_route" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
365     <polyline color="#69e068" width="3"/>
366     </itemgra>
367 zoff99 2 <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 zoff99 41
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 zoff99 2 <!-- route -->
455 zoff99 28 </layer>
456 zoff99 2
457 zoff99 28 <xsl:text>&#x0A; </xsl:text>
458 zoff99 2
459 zoff99 34
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 zoff99 28 <layer name="streets">
506 zoff99 2 <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 zoff99 27
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 zoff99 34 <itemgra item_types="ferry" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
554 zoff99 27 <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 zoff99 29 <xsl:text>&#x0A; </xsl:text>
572 zoff99 27
573 zoff99 34 <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 zoff99 51 <polyline color="#ffffff" nightcol="#bdbdbd" width="13"/>
718 zoff99 34 </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 zoff99 51 <polyline color="#ffffff" nightcol="#bdbdbd" width="14"/>
722 zoff99 34 </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 zoff99 51 <polyline color="#ffffff" nightcol="#bdbdbd" width="26"/>
726 zoff99 34 </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 zoff99 51 <polyline color="#ffffff" nightcol="#bdbdbd" width="61"/>
730 zoff99 34 </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 zoff99 51 <polyline color="#ffffff" nightcol="#bdbdbd" width="126"/>
734 zoff99 34 </itemgra>
735    
736    
737     <!-- small -->
738 zoff99 41 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="12">
739 zoff99 34 <polyline color="#c0c0c0" width="1"/>
740     </itemgra>
741 zoff99 41 <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 zoff99 34 <polyline color="#c0c0c0" width="13"/>
743 zoff99 51 <polyline color="#fefc8c" nightcol="#bdbdbd" width="11"/>
744 zoff99 34 </itemgra>
745 zoff99 41 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
746 zoff99 34 <polyline color="#c0c0c0" width="19"/>
747 zoff99 51 <polyline color="#fefc8c" nightcol="#bdbdbd" width="15"/>
748 zoff99 34 </itemgra>
749 zoff99 41 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
750 zoff99 34 <polyline color="#c0c0c0" width="30"/>
751 zoff99 51 <polyline color="#fefc8c" nightcol="#bdbdbd" width="26"/>
752 zoff99 34 </itemgra>
753 zoff99 41 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
754 zoff99 34 <polyline color="#c0c0c0" width="63"/>
755 zoff99 51 <polyline color="#fefc8c" nightcol="#bdbdbd" width="57"/>
756 zoff99 34 </itemgra>
757 zoff99 41 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
758 zoff99 34 <polyline color="#c0c0c0" width="100"/>
759 zoff99 51 <polyline color="#fefc8c" nightcol="#bdbdbd" width="90"/>
760 zoff99 34 </itemgra>
761    
762     <xsl:text>&#x0A; </xsl:text>
763    
764     <!-- little bigger -->
765 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="11">
766 zoff99 34 <polyline color="#e0e0e0" width="2"/>
767     </itemgra>
768 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="12">
769 zoff99 34 <polyline color="#a0a0a0" width="9"/>
770     <polyline color="#fefc8c" width="7"/>
771     </itemgra>
772 zoff99 41 <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 zoff99 34 <polyline color="#a0a0a0" width="21"/>
774     <polyline color="#fefc8c" width="17"/>
775     </itemgra>
776 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
777 zoff99 34 <polyline color="#a0a0a0" width="25"/>
778     <polyline color="#fefc8c" width="21"/>
779     </itemgra>
780 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
781 zoff99 34 <polyline color="#a0a0a0" width="40"/>
782     <polyline color="#fefc8c" width="34"/>
783     </itemgra>
784 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
785 zoff99 34 <polyline color="#a0a0a0" width="79"/>
786     <polyline color="#fefc8c" width="73"/>
787     </itemgra>
788 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
789 zoff99 34 <polyline color="#a0a0a0" width="156"/>
790     <polyline color="#fefc8c" width="150"/>
791     </itemgra>
792    
793 zoff99 41 <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 zoff99 34
805 zoff99 41
806 zoff99 34 <!-- big -->
807     <!--
808 zoff99 41 <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 zoff99 34 <polyline color="#f8dc79" width="4"/>
810     </itemgra>
811     -->
812 zoff99 41 <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 zoff99 34 <!--<polyline color="#404040" width="3"/>-->
814     <polyline color="#f8dc79" width="4"/>
815     </itemgra>
816 zoff99 41 <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 zoff99 34 <!--<polyline color="#000000" width="5"/>-->
818     <polyline color="#f8dc79" width="5"/>
819     </itemgra>
820 zoff99 41 <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 zoff99 34 <!--<polyline color="#000000" width="6"/>-->
822     <polyline color="#f8dc79" width="6"/>
823     </itemgra>
824 zoff99 41 <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 zoff99 34 <polyline color="#000000" width="9"/>
826     <polyline color="#f8dc79" width="7"/>
827     </itemgra>
828 zoff99 41 <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 zoff99 34 <polyline color="#000000" width="13"/>
830     <polyline color="#f8dc79" width="9"/>
831     </itemgra>
832 zoff99 41 <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 zoff99 34 <polyline color="#000000" width="18"/>
834     <polyline color="#f8dc79" width="14"/>
835     </itemgra>
836 zoff99 41 <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 zoff99 34 <polyline color="#000000" width="21"/>
838     <polyline color="#f8dc79" width="17"/>
839     </itemgra>
840 zoff99 41 <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 zoff99 34 <polyline color="#000000" width="24"/>
842     <polyline color="#f8dc79" width="20"/>
843     </itemgra>
844 zoff99 41 <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 zoff99 34 <polyline color="#000000" width="39"/>
846     <polyline color="#f8dc79" width="33"/>
847     </itemgra>
848 zoff99 41 <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 zoff99 34 <polyline color="#000000" width="78"/>
850     <polyline color="#f8dc79" width="72"/>
851     </itemgra>
852 zoff99 41 <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 zoff99 34 <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 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
862 zoff99 34 <polyline color="#fc843b" width="1"/>
863     </itemgra>
864 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
865 zoff99 34 <polyline color="#fc843b" width="3"/>
866     </itemgra>
867 zoff99 41 <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 zoff99 34 <polyline color="#fc843b" width="6"/>
869     </itemgra>
870 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
871 zoff99 34 <polyline color="#fc843b" width="6"/>
872     </itemgra>
873 zoff99 41 <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 zoff99 34 <polyline color="#fc843b" width="6"/>
875     </itemgra>
876 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
877 zoff99 34 <polyline color="#fc843b" width="7"/>
878     </itemgra>
879 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
880 zoff99 34 <polyline color="#fc843b" width="9"/>
881     </itemgra>
882 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
883 zoff99 34 <polyline color="#a8aab3" width="13"/>
884     <polyline color="#fc843b" width="9"/>
885     </itemgra>
886 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
887 zoff99 34 <polyline color="#a8aab3" width="15"/>
888     <polyline color="#fc843b" width="10"/>
889     </itemgra>
890 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
891 zoff99 34 <polyline color="#a8aab3" width="25"/>
892     <polyline color="#fc843b" width="17"/>
893     </itemgra>
894 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
895 zoff99 34 <polyline color="#a8aab3" width="31"/>
896     <polyline color="#fc843b" width="24"/>
897     </itemgra>
898 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
899 zoff99 34 <polyline color="#a8aab3" width="33"/>
900     <polyline color="#fc843b" width="27"/>
901     </itemgra>
902 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
903 zoff99 34 <polyline color="#a8aab3" width="65"/>
904     <polyline color="#fc843b" width="59"/>
905     </itemgra>
906 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
907 zoff99 34 <polyline color="#a8aab3" width="133"/>
908     <polyline color="#fc843b" width="127"/>
909     </itemgra>
910 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
911 zoff99 34 <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 zoff99 27 <layer name="streets_1">
920 zoff99 29
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 zoff99 34 <itemgra item_types="rail_subway" order="10-12">
953     <polyline color="#696969" width="3"/>
954     </itemgra>
955 zoff99 29 <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 zoff99 34 <xsl:text>&#x0A; </xsl:text>
978    
979 zoff99 2 <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 zoff99 27 <polyline color="#ff0000" width="1" dash="4"/>
987 zoff99 2 </itemgra>
988     <itemgra item_types="forest_way_4" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}-">
989 zoff99 27 <polyline color="#119a2e" width="1" dash="4"/>
990 zoff99 2 </itemgra>
991 zoff99 34 <itemgra item_types="street_nopass" order="12-">
992 zoff99 2 <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 zoff99 30 <polyline color="#ffffff" width="4"/>
999 zoff99 27 <polyline color="#800000" width="2" dash="5"/>
1000 zoff99 2 </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 zoff99 30 <polyline color="#ffffff" width="5"/>
1003 zoff99 27 <polyline color="#800000" width="3" dash="5"/>
1004 zoff99 2 </itemgra>
1005     <itemgra item_types="track_gravelled" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
1006 zoff99 30 <polyline color="#ffffff" width="7"/>
1007 zoff99 27 <polyline color="#800000" width="5" dash="5"/>
1008 zoff99 2 </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 zoff99 29
1016    
1017 zoff99 2 <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 zoff99 29
1027 zoff99 34 <xsl:text>&#x0A; </xsl:text>
1028 zoff99 29
1029 zoff99 2 <itemgra item_types="footway" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1030 zoff99 30 <polyline color="#ffffff" width="5"/>
1031 zoff99 27 <polyline color="#ff0000" width="3" dash="6"/>
1032 zoff99 2 </itemgra>
1033     <itemgra item_types="footway" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
1034 zoff99 30 <polyline color="#ffffff" width="7"/>
1035 zoff99 27 <polyline color="#ff0000" width="5" dash="6"/>
1036 zoff99 2 </itemgra>
1037 zoff99 29
1038    
1039     <itemgra item_types="path" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}-{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1040 zoff99 30 <polyline color="#ffffff" width="5"/>
1041     <polyline color="#660000" width="3" dash="6"/>
1042 zoff99 2 </itemgra>
1043 zoff99 29 <itemgra item_types="path" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
1044 zoff99 30 <polyline color="#ffffff" width="7"/>
1045     <polyline color="#660000" width="5" dash="6"/>
1046 zoff99 29 </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 zoff99 30 <polyline color="#ffffff" width="11"/>
1050     <polyline color="#000000" width="8"/>
1051     <polyline color="#ff0000" width="5" dash="7"/>
1052 zoff99 29 </itemgra>
1053     <itemgra item_types="steps" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}-">
1054 zoff99 30 <polyline color="#ffffff" width="13"/>
1055     <polyline color="#000000" width="10"/>
1056     <polyline color="#ff0000" width="7" dash="7"/>
1057 zoff99 29 </itemgra>
1058    
1059 zoff99 34 <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 zoff99 2 <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 zoff99 34
1082     <itemgra item_types="street_service" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1083 zoff99 2 <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 zoff99 34
1103     <itemgra item_types="street_parking_lane" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1104 zoff99 2 <polyline color="#d2d2d2" width="6"/>
1105     <polyline color="#fefefe" width="4"/>
1106     </itemgra>
1107 zoff99 34 <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 zoff99 2 <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 zoff99 34 <xsl:text>&#x0A; </xsl:text>
1125    
1126 zoff99 2 <!-- very small "white" street -->
1127 zoff99 34 <itemgra item_types="street_0,street_1_city,street_1_land" order="12">
1128 zoff99 2 <polyline color="#d2d2d2" width="1"/>
1129     </itemgra>
1130 zoff99 34 <itemgra item_types="street_0,street_1_city,street_1_land" order="13-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1131 zoff99 2 <polyline color="#d2d2d2" width="17"/>
1132 zoff99 51 <polyline color="#ffffff" nightcol="#bdbdbd" width="13"/>
1133 zoff99 2 </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 zoff99 51 <polyline color="#ffffff" nightcol="#bdbdbd" width="14"/>
1137 zoff99 2 </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 zoff99 51 <polyline color="#ffffff" nightcol="#bdbdbd" width="26"/>
1141 zoff99 2 </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 zoff99 51 <polyline color="#ffffff" nightcol="#bdbdbd" width="61"/>
1145 zoff99 2 </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 zoff99 51 <polyline color="#ffffff" nightcol="#bdbdbd" width="126"/>
1149 zoff99 2 </itemgra>
1150    
1151    
1152     <!-- small -->
1153 zoff99 41 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="12">
1154 zoff99 34 <polyline color="#c0c0c0" width="1"/>
1155 zoff99 2 </itemgra>
1156 zoff99 41 <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 zoff99 2 <polyline color="#c0c0c0" width="13"/>
1158 zoff99 51 <polyline color="#fefc8c" nightcol="#bdbdbd" width="11"/>
1159 zoff99 2 </itemgra>
1160 zoff99 41 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1161 zoff99 2 <polyline color="#c0c0c0" width="19"/>
1162 zoff99 51 <polyline color="#fefc8c" nightcol="#bdbdbd" width="15"/>
1163 zoff99 2 </itemgra>
1164 zoff99 41 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1165 zoff99 2 <polyline color="#c0c0c0" width="30"/>
1166 zoff99 51 <polyline color="#fefc8c" nightcol="#bdbdbd" width="26"/>
1167 zoff99 2 </itemgra>
1168 zoff99 41 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1169 zoff99 2 <polyline color="#c0c0c0" width="63"/>
1170 zoff99 51 <polyline color="#fefc8c" nightcol="#bdbdbd" width="57"/>
1171 zoff99 2 </itemgra>
1172 zoff99 41 <itemgra item_types="street_2_city,ramp_street_2_city,street_2_land,ramp" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1173 zoff99 2 <polyline color="#c0c0c0" width="100"/>
1174 zoff99 51 <polyline color="#fefc8c" nightcol="#bdbdbd" width="90"/>
1175 zoff99 2 </itemgra>
1176    
1177 zoff99 34 <xsl:text>&#x0A; </xsl:text>
1178 zoff99 2
1179     <!-- little bigger -->
1180 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="11">
1181 zoff99 2 <polyline color="#e0e0e0" width="2"/>
1182     </itemgra>
1183 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="12">
1184 zoff99 2 <polyline color="#a0a0a0" width="9"/>
1185     <polyline color="#fefc8c" width="7"/>
1186     </itemgra>
1187 zoff99 41 <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 zoff99 2 <polyline color="#a0a0a0" width="21"/>
1189     <polyline color="#fefc8c" width="17"/>
1190     </itemgra>
1191 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1192 zoff99 2 <polyline color="#a0a0a0" width="25"/>
1193     <polyline color="#fefc8c" width="21"/>
1194     </itemgra>
1195 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1196 zoff99 2 <polyline color="#a0a0a0" width="40"/>
1197     <polyline color="#fefc8c" width="34"/>
1198     </itemgra>
1199 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1200 zoff99 2 <polyline color="#a0a0a0" width="79"/>
1201     <polyline color="#fefc8c" width="73"/>
1202     </itemgra>
1203 zoff99 41 <itemgra item_types="street_3_city,ramp_street_3_city,street_3_land,roundabout" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1204 zoff99 2 <polyline color="#a0a0a0" width="156"/>
1205     <polyline color="#fefc8c" width="150"/>
1206     </itemgra>
1207    
1208 zoff99 41 <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 zoff99 2
1220 zoff99 41
1221 zoff99 2 <!-- big -->
1222 zoff99 34 <!--
1223 zoff99 41 <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 zoff99 2 <polyline color="#f8dc79" width="4"/>
1225     </itemgra>
1226 zoff99 34 -->
1227 zoff99 41 <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 zoff99 2 <!--<polyline color="#404040" width="3"/>-->
1229     <polyline color="#f8dc79" width="4"/>
1230     </itemgra>
1231 zoff99 41 <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 zoff99 2 <!--<polyline color="#000000" width="5"/>-->
1233     <polyline color="#f8dc79" width="5"/>
1234     </itemgra>
1235 zoff99 41 <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 zoff99 2 <!--<polyline color="#000000" width="6"/>-->
1237     <polyline color="#f8dc79" width="6"/>
1238     </itemgra>
1239 zoff99 41 <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 zoff99 2 <polyline color="#000000" width="9"/>
1241     <polyline color="#f8dc79" width="7"/>
1242     </itemgra>
1243 zoff99 41 <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 zoff99 2 <polyline color="#000000" width="13"/>
1245     <polyline color="#f8dc79" width="9"/>
1246     </itemgra>
1247 zoff99 41 <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 zoff99 2 <polyline color="#000000" width="18"/>
1249     <polyline color="#f8dc79" width="14"/>
1250     </itemgra>
1251 zoff99 41 <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 zoff99 2 <polyline color="#000000" width="21"/>
1253     <polyline color="#f8dc79" width="17"/>
1254     </itemgra>
1255 zoff99 41 <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 zoff99 2 <polyline color="#000000" width="24"/>
1257     <polyline color="#f8dc79" width="20"/>
1258     </itemgra>
1259 zoff99 41 <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 zoff99 2 <polyline color="#000000" width="39"/>
1261     <polyline color="#f8dc79" width="33"/>
1262     </itemgra>
1263 zoff99 41 <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 zoff99 2 <polyline color="#000000" width="78"/>
1265     <polyline color="#f8dc79" width="72"/>
1266     </itemgra>
1267 zoff99 41 <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 zoff99 2 <polyline color="#000000" width="156"/>
1269     <polyline color="#f8dc79" width="150"/>
1270     </itemgra>
1271    
1272 zoff99 34 <xsl:text>&#x0A; </xsl:text>
1273 zoff99 2
1274 zoff99 29 <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 zoff99 2 <!-- autobahn / highway -->
1286 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="0-{round(1-number($LAYOUT_001_ORDER_DELTA_1))}">
1287 zoff99 2 <polyline color="#fc843b" width="1"/>
1288     </itemgra>
1289 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(2-number($LAYOUT_001_ORDER_DELTA_1))}">
1290 zoff99 2 <polyline color="#fc843b" width="3"/>
1291     </itemgra>
1292 zoff99 41 <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 zoff99 2 <polyline color="#fc843b" width="6"/>
1294     </itemgra>
1295 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(6-number($LAYOUT_001_ORDER_DELTA_1))}">
1296 zoff99 2 <polyline color="#fc843b" width="6"/>
1297     </itemgra>
1298 zoff99 41 <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 zoff99 2 <polyline color="#fc843b" width="6"/>
1300     </itemgra>
1301 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(9-number($LAYOUT_001_ORDER_DELTA_1))}">
1302 zoff99 2 <polyline color="#fc843b" width="7"/>
1303     </itemgra>
1304 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1305 zoff99 2 <polyline color="#fc843b" width="9"/>
1306     </itemgra>
1307 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}">
1308 zoff99 2 <polyline color="#a8aab3" width="13"/>
1309     <polyline color="#fc843b" width="9"/>
1310     </itemgra>
1311 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}">
1312 zoff99 2 <polyline color="#a8aab3" width="15"/>
1313     <polyline color="#fc843b" width="10"/>
1314     </itemgra>
1315 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}">
1316 zoff99 2 <polyline color="#a8aab3" width="25"/>
1317     <polyline color="#fc843b" width="17"/>
1318     </itemgra>
1319 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1320 zoff99 2 <polyline color="#a8aab3" width="31"/>
1321     <polyline color="#fc843b" width="24"/>
1322     </itemgra>
1323 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1324 zoff99 2 <polyline color="#a8aab3" width="33"/>
1325     <polyline color="#fc843b" width="27"/>
1326     </itemgra>
1327 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(16-number($LAYOUT_001_ORDER_DELTA_1))}">
1328 zoff99 2 <polyline color="#a8aab3" width="65"/>
1329     <polyline color="#fc843b" width="59"/>
1330     </itemgra>
1331 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(17-number($LAYOUT_001_ORDER_DELTA_1))}">
1332 zoff99 2 <polyline color="#a8aab3" width="133"/>
1333     <polyline color="#fc843b" width="127"/>
1334     </itemgra>
1335 zoff99 41 <itemgra item_types="highway_city,highway_land,ramp_highway_land" order="{round(18-number($LAYOUT_001_ORDER_DELTA_1))}">
1336 zoff99 2 <polyline color="#a8aab3" width="264"/>
1337     <polyline color="#fc843b" width="258"/>
1338     </itemgra>
1339 zoff99 27 </layer>
1340 zoff99 2
1341 zoff99 28 <xsl:text>&#x0A; </xsl:text>
1342 zoff99 2
1343 zoff99 41 <layer name="route_002" active="0"> <!-- DEFAULT style for ROUTE -->
1344 zoff99 28 <!-- 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 zoff99 41
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 zoff99 28 <!-- route -->
1432 zoff99 27 </layer>
1433 zoff99 2
1434 zoff99 28 <xsl:text>&#x0A; </xsl:text>
1435 zoff99 2
1436 zoff99 34 <layer name="streets_2_STR_ONLY" active="0">
1437 zoff99 27
1438 zoff99 28 <!-- 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 zoff99 34 <xsl:text>&#x0A; </xsl:text>
1472 zoff99 28
1473    
1474 zoff99 34 <itemgra item_types="highway_exit_label" order="12-">
1475 zoff99 2 <circle color="#000000" radius="3" text_size="7"/>
1476     </itemgra>
1477    
1478 zoff99 27 <!-- text size for streetnames -->
1479 zoff99 41 <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 zoff99 27 <text text_size="7"/>
1481     </itemgra>
1482 zoff99 41 <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 zoff99 27 <text text_size="9"/>
1484     </itemgra>
1485 zoff99 41 <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 zoff99 27 <text text_size="13"/>
1487     </itemgra>
1488 zoff99 41 <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 zoff99 27 <text text_size="28"/>
1490     </itemgra>
1491 zoff99 2
1492 zoff99 34 <xsl:text>&#x0A; </xsl:text>
1493 zoff99 27
1494 zoff99 34
1495     <!--
1496 zoff99 41 <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 zoff99 27 <text text_size="7"/>
1498 zoff99 2 </itemgra>
1499 zoff99 34 -->
1500 zoff99 41 <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 zoff99 2 <text text_size="9"/>
1502     </itemgra>
1503 zoff99 41 <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 zoff99 27 <text text_size="13"/>
1505     </itemgra>
1506 zoff99 41 <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 zoff99 27 <text text_size="28"/>
1508     </itemgra>
1509    
1510 zoff99 34 <!--
1511     <itemgra item_types="street_1_city,street_1_land" order="13">
1512     <text text_size="7"/>
1513     </itemgra>
1514     -->
1515 zoff99 27
1516 zoff99 34 <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 zoff99 41 <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 zoff99 27 <text text_size="7"/>
1574     </itemgra>
1575 zoff99 41 <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 zoff99 34 <text text_size="9"/>
1577     </itemgra>
1578 zoff99 41 <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 zoff99 34 <text text_size="13"/>
1580     </itemgra>
1581 zoff99 41 <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 zoff99 34 <text text_size="28"/>
1583     </itemgra>
1584 zoff99 27
1585 zoff99 34 <xsl:text>&#x0A; </xsl:text>
1586 zoff99 29
1587 zoff99 34
1588     <!--
1589 zoff99 41 <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 zoff99 34 <text text_size="7"/>
1591     </itemgra>
1592     -->
1593 zoff99 41 <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 zoff99 34 <text text_size="9"/>
1595     </itemgra>
1596 zoff99 41 <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 zoff99 34 <text text_size="13"/>
1598     </itemgra>
1599 zoff99 41 <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 zoff99 34 <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 zoff99 29 <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 zoff99 34 <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-{round(14-number($LAYOUT_001_ORDER_DELTA_1))}">
1622 zoff99 2 <text text_size="9"/>
1623     </itemgra>
1624 zoff99 27 <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 zoff99 2
1632     </layer>
1633 zoff99 27
1634 zoff99 28 <xsl:text>&#x0A; </xsl:text>
1635 zoff99 27
1636 zoff99 34
1637     <xsl:text>&#x0A; </xsl:text>
1638    
1639 zoff99 29 <!--
1640 zoff99 2 <layer name="polylines">
1641     </layer>
1642 zoff99 29 -->
1643 zoff99 27
1644 zoff99 28 <xsl:text>&#x0A; </xsl:text>
1645 zoff99 27
1646 zoff99 2 <layer name="labels">
1647 zoff99 27 <!-- house numbers -->
1648     <itemgra item_types="house_number" order="{round(15-number($LAYOUT_001_ORDER_DELTA_1))}">
1649 zoff99 2 <circle color="#000000" radius="3" text_size="7"/>
1650     </itemgra>
1651 zoff99 27 <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 zoff99 2
1656 zoff99 34
1657    
1658    
1659 zoff99 28 <!-- city/town labels -->
1660 zoff99 2
1661 zoff99 34 <!-- 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 zoff99 2 </itemgra>
1665 zoff99 34 <itemgra item_types="district_label_5e6,district_label_1e7" order="10-">
1666     <circle color="#000000" radius="3" text_size="15"/>
1667 zoff99 28 </itemgra>
1668 zoff99 34 <itemgra item_types="district_label_1e6,district_label_2e6" order="8-">
1669     <circle color="#000000" radius="3" text_size="10"/>
1670 zoff99 28 </itemgra>
1671    
1672 zoff99 34 <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="3-{round(4-number($LAYOUT_001_ORDER_DELTA_1))}">
1673 zoff99 2 <circle color="#000000" radius="3" text_size="10"/>
1674     </itemgra>
1675 zoff99 34 <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 zoff99 2 </itemgra>
1678 zoff99 34 <itemgra item_types="town_label_1e4" order="7-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1679 zoff99 2 <circle color="#000000" radius="3" text_size="10"/>
1680     </itemgra>
1681 zoff99 34 <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 zoff99 2 <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 zoff99 34 <itemgra item_types="town_label_5e3" order="7-{round(10-number($LAYOUT_001_ORDER_DELTA_1))}">
1688 zoff99 2 <circle color="#000000" radius="3" text_size="10"/>
1689     </itemgra>
1690 zoff99 34 <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 zoff99 2 </itemgra>
1693 zoff99 34 <itemgra item_types="town_label_2e3" order="{round(11-number($LAYOUT_001_ORDER_DELTA_1))}-">
1694 zoff99 2 <circle color="#000000" radius="3" text_size="10"/>
1695     </itemgra>
1696 zoff99 28
1697 zoff99 34 <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="9-">
1698 zoff99 28 <circle color="#000000" radius="3" text_size="10"/>
1699     </itemgra>
1700 zoff99 34 <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 zoff99 2 </itemgra>
1703 zoff99 34 <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 zoff99 28
1707 zoff99 34 <itemgra item_types="town_label_1e3,place_label" order="10-">
1708 zoff99 2 <circle color="#000000" radius="3" text_size="10"/>
1709     </itemgra>
1710 zoff99 34
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 zoff99 2 </itemgra>
1714 zoff99 34
1715     <itemgra item_types="district_label,town_label" order="9-">
1716     <circle color="#000000" radius="3" text_size="7"/>
1717 zoff99 2 </itemgra>
1718 zoff99 34 <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 zoff99 28 <!-- city/town labels -->
1798 zoff99 34
1799 zoff99 2 </layer>
1800    
1801 zoff99 28 <xsl:text>&#x0A; </xsl:text>
1802 zoff99 2
1803 zoff99 28 <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 zoff99 34 <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 zoff99 41
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 zoff99 34 <!-- route -->
1936     </layer>
1937    
1938    
1939     <xsl:text>&#x0A; </xsl:text>
1940    
1941 zoff99 40
1942 zoff99 2 <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 zoff99 28 <xsl:text>&#x0A; </xsl:text>
1952 zoff99 2
1953     <layer name="POI Symbols" active="1">
1954 zoff99 34 <itemgra item_types="mini_roundabout" order="14-">
1955 zoff99 2 <icon src="mini_roundabout.png"/>
1956     </itemgra>
1957 zoff99 34 <itemgra item_types="turning_circle" order="14-">
1958 zoff99 2 <icon src="mini_roundabout.png"/>
1959     </itemgra>
1960 zoff99 34 <itemgra item_types="poi_airport" order="8-">
1961 zoff99 52 <icon src="poi_airport.png"/>
1962 zoff99 2 </itemgra>
1963     <itemgra item_types="poi_fuel" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1964 zoff99 52 <icon src="poi_fuel.png"/>
1965 zoff99 2 </itemgra>
1966 zoff99 34 <!--
1967 zoff99 2 <itemgra item_types="poi_bridge" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1968 zoff99 52 <icon src="poi_bridge.png"/>
1969 zoff99 2 </itemgra>
1970     <itemgra item_types="highway_exit" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1971 zoff99 52 <icon src="poi_exit.png"/>
1972 zoff99 2 </itemgra>
1973     <itemgra item_types="poi_auto_club" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1974 zoff99 52 <icon src="poi_auto_club.png"/>
1975 zoff99 2 </itemgra>
1976 zoff99 34 -->
1977 zoff99 2 <itemgra item_types="poi_bank" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1978 zoff99 52 <icon src="poi_bank.png"/>
1979 zoff99 2 </itemgra>
1980 zoff99 34 <itemgra item_types="poi_atm" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1981 zoff99 52 <icon src="poi_atm.png"/>
1982 zoff99 34 </itemgra>
1983     <!--
1984 zoff99 2 <itemgra item_types="poi_danger_area" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1985 zoff99 52 <icon src="poi_danger_16_16.png"/>
1986 zoff99 2 </itemgra>
1987     <itemgra item_types="poi_forbidden_area" order="{round(13-number($LAYOUT_001_ORDER_DELTA_1))}-">
1988 zoff99 52 <icon src="poi_forbiden_area.png"/>
1989 zoff99 2 </itemgra>
1990     <itemgra item_types="poi_tunnel" order="{round(12-number($LAYOUT_001_ORDER_DELTA_1))}-">
1991 zoff99 52 <icon src="poi_tunnel.png"/>
1992 zoff99 2 </itemgra>
1993 zoff99 34 -->
1994 zoff99 40 </layer>
1995    
1996     <xsl:text>&#x0A; </xsl:text>
1997    
1998     <layer name="POI traffic lights" active="0">
1999 zoff99 2 <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 zoff99 28
2004     <xsl:text>&#x0A; </xsl:text>
2005    
2006 zoff99 2 <layer name="POI Labels" active="1">
2007 zoff99 34 <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 zoff99 2 <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 zoff99 34 -->
2021 zoff99 2 <!--
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 zoff99 28 <xsl:text>&#x0A; </xsl:text>
2029 zoff99 2
2030     <layer name="Android-POI-Icons-full" active="0">
2031 zoff99 34 <itemgra item_types="mini_roundabout" order="13-">
2032 zoff99 2 <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 zoff99 52 <icon src="poi_airport.png"/>
2039 zoff99 2 </itemgra>
2040 zoff99 34 <itemgra item_types="town_ghost" order="11-">
2041 zoff99 52 <icon src="poi_ghost_town.png"/>
2042 zoff99 2 </itemgra>
2043     <itemgra item_types="poi_hotel" order="12-">
2044 zoff99 52 <icon src="poi_hotel.png"/>
2045 zoff99 2 </itemgra>
2046     <itemgra item_types="poi_car_parking" order="11-">
2047 zoff99 52 <icon src="poi_parking.png"/>
2048 zoff99 2 </itemgra>
2049     <itemgra item_types="poi_car_dealer_parts" order="12-">
2050 zoff99 52 <icon src="poi_car_dealer.png"/>
2051 zoff99 2 </itemgra>
2052     <itemgra item_types="poi_fuel" order="12-">
2053 zoff99 52 <icon src="poi_fuel.png"/>
2054 zoff99 2 </itemgra>
2055     <itemgra item_types="poi_shopping" order="12-">
2056 zoff99 52 <icon src="poi_shopping.png"/>
2057 zoff99 2 </itemgra>
2058     <itemgra item_types="poi_attraction" order="11-">
2059 zoff99 52 <icon src="poi_attraction.png"/>
2060 zoff99 2 </itemgra>
2061     <itemgra item_types="poi_cafe" order="12-">
2062 zoff99 52 <icon src="poi_cafe.png"/>
2063 zoff99 2 </itemgra>
2064     <itemgra item_types="poi_bar" order="12-">
2065 zoff99 52 <icon src="poi_bar.png"/>
2066 zoff99 2 </itemgra>
2067 zoff99 34 <!--
2068 zoff99 2 <itemgra item_types="poi_bridge" order="12-">
2069 zoff99 52 <icon src="poi_bridge.png"/>
2070 zoff99 2 </itemgra>
2071 zoff99 34 -->
2072     <!--
2073 zoff99 2 <itemgra item_types="highway_exit" order="11-">
2074 zoff99 52 <icon src="poi_exit.png"/>
2075 zoff99 2 </itemgra>
2076 zoff99 34 -->
2077 zoff99 2 <itemgra item_types="poi_camp_rv" order="12-">
2078 zoff99 52 <icon src="poi_camping.png"/>
2079 zoff99 2 </itemgra>
2080     <itemgra item_types="poi_museum_history" order="12-">
2081 zoff99 52 <icon src="poi_museum.png"/>
2082 zoff99 2 </itemgra>
2083     <itemgra item_types="poi_hospital" order="12-">
2084 zoff99 52 <icon src="poi_hospital.png"/>
2085 zoff99 2 </itemgra>
2086     <itemgra item_types="poi_dining" order="12-">
2087 zoff99 52 <icon src="poi_dining.png"/>
2088 zoff99 2 </itemgra>
2089     <itemgra item_types="poi_fastfood" order="12-">
2090 zoff99 52 <icon src="poi_fastfood.png"/>
2091 zoff99 2 </itemgra>
2092     <itemgra item_types="poi_police" order="12-">
2093 zoff99 52 <icon src="poi_police.png"/>
2094 zoff99 2 </itemgra>
2095     <itemgra item_types="poi_auto_club" order="12-">
2096 zoff99 52 <icon src="poi_auto_club.png"/>
2097 zoff99 2 </itemgra>
2098     <itemgra item_types="poi_autoservice" order="12-">
2099 zoff99 52 <icon src="poi_car_dealer.png"/>
2100 zoff99 2 </itemgra>
2101     <itemgra item_types="poi_bank" order="12-">
2102 zoff99 52 <icon src="poi_bank.png"/>
2103 zoff99 2 </itemgra>
2104 zoff99 34 <itemgra item_types="poi_atm" order="12-">
2105 zoff99 52 <icon src="poi_atm.png"/>
2106 zoff99 34 </itemgra>
2107 zoff99 2 <itemgra item_types="poi_bay" order="12-">
2108 zoff99 52 <icon src="poi_bay.png"/>
2109 zoff99 2 </itemgra>
2110     <itemgra item_types="poi_bend" order="12-">
2111 zoff99 52 <icon src="poi_bend.png"/>
2112 zoff99 2 </itemgra>
2113     <itemgra item_types="poi_boat_ramp" order="12-">
2114 zoff99 52 <icon src="poi_boat_ramp.png"/>
2115 zoff99 2 </itemgra>
2116     <itemgra item_types="poi_border_station" order="12-">
2117 zoff99 52 <icon src="poi_border_station.png"/>
2118 zoff99 2 </itemgra>
2119     <itemgra item_types="poi_bowling" order="12-">
2120 zoff99 52 <icon src="poi_bowling.png"/>
2121 zoff99 2 </itemgra>
2122     <itemgra item_types="poi_bus_station" order="11-">
2123 zoff99 52 <icon src="poi_bus.png"/>
2124 zoff99 2 </itemgra>
2125     <itemgra item_types="poi_bus_stop" order="12-">
2126 zoff99 52 <icon src="poi_bus.png"/>
2127 zoff99 2 </itemgra>
2128     <itemgra item_types="poi_business_service" order="12-">
2129 zoff99 52 <icon src="poi_bussines_service.png"/>
2130 zoff99 2 </itemgra>
2131     <itemgra item_types="poi_car_rent" order="12-">
2132 zoff99 52 <icon src="poi_car_rent.png"/>
2133 zoff99 2 </itemgra>
2134     <itemgra item_types="poi_car_wash" order="12-">
2135 zoff99 52 <icon src="poi_car_wash.png"/>
2136 zoff99 2 </itemgra>
2137     <itemgra item_types="poi_casino" order="12-">
2138 zoff99 52 <icon src="poi_casino.png"/>
2139 zoff99 2 </itemgra>
2140     <itemgra item_types="poi_cemetery" order="12-">
2141 zoff99 52 <icon src="poi_cemetery.png"/>
2142 zoff99 2 </itemgra>
2143     <itemgra item_types="poi_church" order="11-">
2144 zoff99 52 <icon src="poi_church.png"/>
2145 zoff99 2 </itemgra>
2146     <itemgra item_types="poi_cinema" order="12-">
2147 zoff99 52 <icon src="poi_cinema.png"/>
2148 zoff99 2 </itemgra>
2149     <itemgra item_types="poi_communication" order="12-">
2150 zoff99 52 <icon src="poi_communication.png"/>
2151 zoff99 2 </itemgra>
2152     <itemgra item_types="poi_concert" order="12-">
2153 zoff99 52 <icon src="poi_concert.png"/>
2154 zoff99 2 </itemgra>
2155     <itemgra item_types="poi_cove" order="12-">
2156 zoff99 52 <icon src="poi_cove.png"/>
2157 zoff99 2 </itemgra>
2158     <itemgra item_types="poi_crossing" order="12-">
2159 zoff99 52 <icon src="poi_crossing.png"/>
2160 zoff99 2 </itemgra>
2161     <itemgra item_types="poi_dam" order="12-">
2162 zoff99 52 <icon src="poi_dam.png"/>
2163 zoff99 2 </itemgra>
2164     <itemgra item_types="poi_danger_area" order="12-">
2165 zoff99 52 <icon src="poi_danger.png"/>
2166 zoff99 2 </itemgra>
2167     <itemgra item_types="poi_danger_sea_wreck" order="12-">
2168 zoff99 52 <icon src="poi_dangerous.png"/>
2169 zoff99 2 </itemgra>
2170     <itemgra item_types="poi_daymark" order="12-">
2171 zoff99 52 <icon src="poi_daymark.png"/>
2172 zoff99 2 </itemgra>
2173     <itemgra item_types="poi_diving" order="12-">
2174 zoff99 52 <icon src="poi_diving.png"/>
2175 zoff99 2 </itemgra>
2176     <itemgra item_types="poi_drinking_water" order="13-">
2177 zoff99 52 <icon src="poi_drinking_water.png"/>
2178 zoff99 2 </itemgra>
2179     <itemgra item_types="poi_emergency" order="12-">
2180 zoff99 52 <icon src="poi_emergency.png"/>
2181 zoff99 2 </itemgra>
2182     <itemgra item_types="poi_fair" order="12-">
2183 zoff99 52 <icon src="poi_fair.png"/>
2184 zoff99 2 </itemgra>
2185     <itemgra item_types="poi_firebrigade" order="12-">
2186 zoff99 52 <icon src="poi_firebrigade.png"/>
2187 zoff99 2 </itemgra>
2188 zoff99 34 <itemgra item_types="poi_fish" order="10-">
2189 zoff99 52 <icon src="poi_fish.png"/>
2190 zoff99 2 </itemgra>
2191     <itemgra item_types="poi_forbidden_area" order="12-">
2192 zoff99 52 <icon src="poi_forbiden_area.png"/>
2193 zoff99 2 </itemgra>
2194     <itemgra item_types="poi_shop_gps" order="15-">
2195 zoff99 52 <icon src="poi_garmin.png"/>
2196 zoff99 2 </itemgra>
2197     <itemgra item_types="poi_golf" order="12-">
2198 zoff99 52 <icon src="poi_golf.png"/>
2199 zoff99 2 </itemgra>
2200     <itemgra item_types="poi_government_building" order="12-">
2201 zoff99 52 <icon src="poi_goverment_building.png"/>
2202 zoff99 2 </itemgra>
2203     <itemgra item_types="poi_height" order="12-">
2204 zoff99 52 <icon src="poi_height.png"/>
2205 zoff99 2 </itemgra>
2206 zoff99 34 <itemgra item_types="poi_heliport" order="10-">
2207 zoff99 52 <icon src="poi_heliport.png"/>
2208 zoff99 2 </itemgra>
2209     <itemgra item_types="poi_hotspring" order="12-">
2210 zoff99 52 <icon src="poi_hotspring.png"/>
2211 zoff99 2 </itemgra>
2212     <itemgra item_types="poi_icesport" order="12-">
2213 zoff99 52 <icon src="poi_icesport.png"/>
2214 zoff99 2 </itemgra>
2215     <itemgra item_types="poi_information" order="12-">
2216 zoff99 52 <icon src="poi_information.png"/>
2217 zoff99 2 </itemgra>
2218     <itemgra item_types="poi_justice" order="12-">
2219 zoff99 52 <icon src="poi_justice.png"/>
2220 zoff99 2 </itemgra>
2221     <itemgra item_types="poi_landmark" order="11-">
2222 zoff99 52 <icon src="poi_landmark.png"/>
2223 zoff99 2 </itemgra>
2224     <itemgra item_types="poi_levee" order="12-">
2225 zoff99 52 <icon src="poi_levee.png"/>
2226 zoff99 2 </itemgra>
2227 zoff99 34 <itemgra item_types="poi_level_crossing" order="13-">
2228 zoff99 52 <icon src="poi_level_crossing.png"/>
2229 zoff99 2 </itemgra>
2230     <itemgra item_types="poi_library" order="12-">
2231 zoff99 52 <icon src="poi_library.png"/>
2232 zoff99 2 </itemgra>
2233     <itemgra item_types="poi_locale" order="12-">
2234 zoff99 52 <icon src="poi_locale.png"/>
2235 zoff99 2 </itemgra>
2236     <itemgra item_types="poi_loudspeaker" order="12-">
2237 zoff99 52 <icon src="poi_loudspeaker.png"/>
2238 zoff99 2 </itemgra>
2239     <itemgra item_types="poi_mall" order="12-">
2240 zoff99 52 <icon src="poi_mall.png"/>
2241 zoff99 2 </itemgra>
2242     <itemgra item_types="poi_manmade_feature" order="12-">
2243 zoff99 52 <icon src="poi_manmade_feature.png"/>
2244 zoff99 2 </itemgra>
2245     <itemgra item_types="poi_marine" order="12-">
2246 zoff99 52 <icon src="poi_marine.png"/>
2247 zoff99 2 </itemgra>
2248     <itemgra item_types="poi_marine_type" order="12-">
2249 zoff99 52 <icon src="poi_marine_type.png"/>
2250 zoff99 2 </itemgra>
2251     <itemgra item_types="poi_mark" order="12-">
2252 zoff99 52 <icon src="poi_mark.png"/>
2253 zoff99 2 </itemgra>
2254     <itemgra item_types="poi_military" order="11-">
2255 zoff99 52 <icon src="poi_military.png"/>
2256 zoff99 2 </itemgra>
2257     <itemgra item_types="poi_mine" order="12-">
2258 zoff99 52 <icon src="poi_mine.png"/>
2259 zoff99 2 </itemgra>
2260     <itemgra item_types="poi_nondangerous" order="12-">
2261 zoff99 52 <icon src="poi_nondangerous.png"/>
2262 zoff99 2 </itemgra>
2263     <itemgra item_types="poi_oil_field" order="12-">
2264 zoff99 52 <icon src="poi_oil_field.png"/>
2265 zoff99 2 </itemgra>
2266     <itemgra item_types="poi_peak" order="7-">
2267 zoff99 52 <icon src="poi_peak.png"/>
2268 zoff99 2 </itemgra>
2269     <itemgra item_types="poi_personal_service" order="12-">
2270 zoff99 52 <icon src="poi_personal_service.png"/>
2271 zoff99 2 </itemgra>
2272     <itemgra item_types="poi_pharmacy" order="12-">
2273 zoff99 52 <icon src="poi_pharmacy.png"/>
2274 zoff99 2 </itemgra>
2275     <itemgra item_types="poi_post_office,poi_post_box" order="13-">
2276 zoff99 52 <icon src="poi_post.png"/>
2277 zoff99 2 </itemgra>
2278     <itemgra item_types="poi_public_office" order="12-">
2279 zoff99 52 <icon src="poi_public_office.png"/>
2280 zoff99 2 </itemgra>
2281 zoff99 34 <itemgra item_types="poi_rail_halt" order="12-">
2282 zoff99 2 <circle color="#ff0000" radius="3" width="3"/>
2283     <circle color="#000000" radius="5" width="2" text_size="8"/>
2284     </itemgra>
2285 zoff99 34 <itemgra item_types="poi_rail_station" order="12-">
2286 zoff99 2 <circle color="#ff0000" radius="3" width="3"/>
2287     <circle color="#000000" radius="6" width="2" text_size="8"/>
2288     </itemgra>
2289 zoff99 34 <itemgra item_types="poi_rail_tram_stop" order="12">
2290 zoff99 2 <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 zoff99 52 <icon src="poi_repair_service.png"/>
2298 zoff99 2 </itemgra>
2299     <itemgra item_types="poi_resort" order="12-">
2300 zoff99 52 <icon src="poi_resort.png"/>
2301 zoff99 2 </itemgra>
2302     <itemgra item_types="poi_restaurant" order="12-">
2303 zoff99 52 <icon src="poi_restaurant.png"/>
2304 zoff99 2 </itemgra>
2305     <itemgra item_types="poi_restricted_area" order="12-">
2306 zoff99 52 <icon src="poi_restricted_area.png"/>
2307 zoff99 2 </itemgra>
2308     <itemgra item_types="poi_restroom" order="13-">
2309 zoff99 52 <icon src="poi_restroom.png"/>
2310 zoff99 2 </itemgra>
2311     <itemgra item_types="poi_sailing" order="12-">
2312 zoff99 52 <icon src="poi_sailing.png"/>
2313 zoff99 2 </itemgra>
2314     <itemgra item_types="poi_scenic_area" order="12-">
2315 zoff99 52 <icon src="poi_scenic_area.png"/>
2316 zoff99 2 </itemgra>
2317     <itemgra item_types="poi_school" order="12-">
2318 zoff99 52 <icon src="poi_school.png"/>
2319 zoff99 2 </itemgra>
2320     <itemgra item_types="poi_service" order="12-">
2321 zoff99 52 <icon src="poi_service.png"/>
2322 zoff99 2 </itemgra>
2323     <itemgra item_types="poi_shop_apparel" order="12-">
2324 zoff99 52 <icon src="poi_shop_apparel.png"/>
2325 zoff99 2 </itemgra>
2326     <itemgra item_types="poi_shop_computer" order="12-">
2327 zoff99 52 <icon src="poi_shop_computer.png"/>
2328 zoff99 2 </itemgra>
2329     <itemgra item_types="poi_shop_department" order="12-">
2330 zoff99 52 <icon src="poi_shop_department.png"/>
2331 zoff99 2 </itemgra>
2332     <itemgra item_types="poi_shop_furniture" order="12-">
2333 zoff99 52 <icon src="poi_shop_furnish.png"/>
2334 zoff99 2 </itemgra>
2335     <itemgra item_types="poi_shop_grocery" order="12-">
2336 zoff99 52 <icon src="poi_shop_grocery.png"/>
2337 zoff99 2 </itemgra>
2338     <itemgra item_types="poi_shop_handg" order="12-">
2339 zoff99 52 <icon src="poi_shop_handg.png"/>
2340 zoff99 2 </itemgra>
2341     <itemgra item_types="poi_shop_merchandise" order="12-">
2342 zoff99 52 <icon src="poi_shop_merchandise.png"/>
2343 zoff99 2 </itemgra>
2344     <itemgra item_types="poi_shop_retail" order="12-">
2345 zoff99 52 <icon src="poi_shop_retail.png"/>
2346 zoff99 2 </itemgra>
2347     <itemgra item_types="poi_shower" order="13-">
2348 zoff99 52 <icon src="poi_shower.png"/>
2349 zoff99 2 </itemgra>
2350 zoff99 34 <itemgra item_types="poi_skiing" order="12-">
2351 zoff99 52 <icon src="poi_skiing.png"/>
2352 zoff99 2 </itemgra>
2353     <itemgra item_types="poi_social_service" order="12-">
2354 zoff99 52 <icon src="poi_social_service.png"/>
2355 zoff99 2 </itemgra>
2356     <itemgra item_types="poi_sounding" order="12-">
2357 zoff99 52 <icon src="poi_sounding.png"/>
2358 zoff99 2 </itemgra>
2359     <itemgra item_types="poi_sport" order="12-">
2360 zoff99 52 <icon src="poi_sport.png"/>
2361 zoff99 2 </itemgra>
2362     <itemgra item_types="poi_stadium" order="11-">
2363 zoff99 52 <icon src="poi_stadium.png"/>
2364 zoff99 2 </itemgra>
2365     <itemgra item_types="poi_swimming" order="12-">
2366 zoff99 52 <icon src="poi_swimming.png"/>
2367 zoff99 2 </itemgra>
2368     <itemgra item_types="poi_telephone" order="13-">
2369 zoff99 52 <icon src="poi_telephone.png"/>
2370 zoff99 2 </itemgra>
2371     <itemgra item_types="poi_theater" order="12-">
2372 zoff99 52 <icon src="poi_theater.png"/>
2373 zoff99 2 </itemgra>
2374     <itemgra item_types="poi_tide" order="12-">
2375 zoff99 52 <icon src="poi_tide.png"/>
2376 zoff99 2 </itemgra>
2377     <itemgra item_types="poi_tower" order="13-">
2378 zoff99 52 <icon src="poi_tower.png"/>
2379 zoff99 2 </itemgra>
2380     <itemgra item_types="poi_townhall" order="12-">
2381 zoff99 52 <icon src="poi_townhall.png"/>
2382 zoff99 2 </itemgra>
2383     <itemgra item_types="poi_trail" order="12-">
2384 zoff99 52 <icon src="poi_trail.png"/>
2385 zoff99 2 </itemgra>
2386     <itemgra item_types="poi_truck_stop" order="12-">
2387 zoff99 52 <icon src="poi_truck_stop.png"/>
2388 zoff99 2 </itemgra>
2389     <itemgra item_types="poi_tunnel" order="12-">
2390 zoff99 52 <icon src="poi_tunnel.png"/>
2391 zoff99 2 </itemgra>
2392     <itemgra item_types="poi_wine" order="12-">
2393 zoff99 52 <icon src="poi_wine.png"/>
2394 zoff99 2 </itemgra>
2395 zoff99 34 <itemgra item_types="poi_worship" order="11-">
2396 zoff99 52 <icon src="poi_worship.png"/>
2397 zoff99 2 </itemgra>
2398     <itemgra item_types="poi_wrecker" order="12-">
2399 zoff99 52 <icon src="poi_wrecker.png"/>
2400 zoff99 2 </itemgra>
2401 zoff99 34 <itemgra item_types="poi_zoo" order="11-">
2402 zoff99 52 <icon src="poi_zoo.png"/>
2403 zoff99 2 </itemgra>
2404     <itemgra item_types="poi_picnic" order="12-">
2405 zoff99 52 <icon src="poi_picnic.png"/>
2406 zoff99 2 </itemgra>
2407     <itemgra item_types="poi_gc_multi" order="12-">
2408 zoff99 52 <icon src="poi_gc_multi.png"/>
2409 zoff99 2 </itemgra>
2410     <itemgra item_types="poi_gc_tradi" order="12-">
2411 zoff99 52 <icon src="poi_gc_tradi.png"/>
2412 zoff99 2 </itemgra>
2413     <itemgra item_types="poi_gc_event" order="12-">
2414 zoff99 52 <icon src="poi_gc_event.png"/>
2415 zoff99 2 </itemgra>
2416     <itemgra item_types="poi_gc_mystery" order="12-">
2417 zoff99 52 <icon src="poi_gc_mystery.png"/>
2418 zoff99 2 </itemgra>
2419     <itemgra item_types="poi_gc_question" order="12-">
2420 zoff99 52 <icon src="poi_gc_question.png"/>
2421 zoff99 2 </itemgra>
2422     <itemgra item_types="poi_gc_stages" order="12-">
2423 zoff99 52 <icon src="poi_gc_stages.png"/>
2424 zoff99 2 </itemgra>
2425     <itemgra item_types="poi_gc_reference" order="12-">
2426 zoff99 52 <icon src="poi_gc_reference.png"/>
2427 zoff99 2 </itemgra>
2428     <itemgra item_types="poi_gc_webcam" order="12-">
2429 zoff99 52 <icon src="poi_gc_webcam.png"/>
2430 zoff99 2 </itemgra>
2431     <itemgra item_types="poi_wifi" order="13-">
2432 zoff99 52 <icon src="poi_wifi.png"/>
2433 zoff99 2 </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 zoff99 52 <icon src="poi_bench.png"/>
2440 zoff99 2 </itemgra>
2441     <itemgra item_types="poi_biergarten" order="12-">
2442 zoff99 52 <icon src="poi_biergarten.png"/>
2443 zoff99 2 </itemgra>
2444     <itemgra item_types="poi_boundary_stone" order="13-">
2445 zoff99 52 <icon src="poi_boundary_stone.png"/>
2446 zoff99 2 </itemgra>
2447     <itemgra item_types="poi_castle" order="11-">
2448 zoff99 52 <icon src="poi_castle.png"/>
2449 zoff99 2 </itemgra>
2450     <itemgra item_types="poi_ruins" order="11-">
2451 zoff99 52 <icon src="poi_ruins.png"/>
2452 zoff99 2 </itemgra>
2453     <itemgra item_types="poi_hunting_stand" order="12-">
2454 zoff99 52 <icon src="poi_hunting_stand.png"/>
2455 zoff99 2 </itemgra>
2456     <itemgra item_types="poi_memorial" order="12-">
2457 zoff99 52 <icon src="poi_memorial.png"/>
2458 zoff99 2 </itemgra>
2459     <itemgra item_types="poi_monument" order="12-">
2460 zoff99 52 <icon src="poi_memorial.png"/>
2461 zoff99 2 </itemgra>
2462     <itemgra item_types="poi_shelter" order="11-">
2463 zoff99 52 <icon src="poi_shelter.png"/>
2464 zoff99 2 </itemgra>
2465     <itemgra item_types="poi_fountain" order="13-">
2466 zoff99 52 <icon src="poi_fountain.png"/>
2467 zoff99 2 </itemgra>
2468     <itemgra item_types="poi_potable_water" order="13-">
2469 zoff99 52 <icon src="poi_potable_water.png"/>
2470 zoff99 2 </itemgra>
2471     <itemgra item_types="poi_toilets" order="12-">
2472 zoff99 52 <icon src="poi_toilets.png"/>
2473 zoff99 2 </itemgra>
2474 zoff99 34 <itemgra item_types="poi_viewpoint" order="11-">
2475 zoff99 52 <icon src="poi_viewpoint.png"/>
2476 zoff99 2 </itemgra>
2477     <itemgra item_types="tec_common" order="11-">
2478 zoff99 52 <icon src="poi_tec_common.png" />
2479 zoff99 2 </itemgra>
2480     <itemgra item_types="vehicle" order="0-">
2481 zoff99 52 <icon src="poi_vehicle.png"/>
2482 zoff99 2 </itemgra>
2483     <itemgra item_types="vehicle_pedestrian" order="0-">
2484 zoff99 52 <icon src="poi_vehicle_pedestrian.png"/>
2485 zoff99 2 </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 zoff99 27
2491 zoff99 28 <xsl:text>&#x0A; </xsl:text>
2492    
2493 zoff99 2 <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 zoff99 28 <xsl:text>&#x0A; </xsl:text>
2503 zoff99 2
2504 zoff99 40
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 zoff99 54
2559    
2560 zoff99 40 <itemgra item_types="rg_point" order="13-">
2561     <circle color="#FF089C" radius="10" text_size="13"/>
2562     </itemgra>
2563     <!-- route graph -->
2564    
2565    
2566     <itemgra item_types="nav_left_1" order="0-">
2567 zoff99 41 <icon src="nav_left_1_bk.png" w="32" h="32"/>
2568 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2569     </itemgra>
2570     <itemgra item_types="nav_left_2" order="0-">
2571 zoff99 41 <icon src="nav_left_2_bk.png" w="32" h="32"/>
2572 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2573     </itemgra>
2574     <itemgra item_types="nav_left_3" order="0-">
2575 zoff99 41 <icon src="nav_left_3_bk.png" w="32" h="32"/>
2576 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2577     </itemgra>
2578     <itemgra item_types="nav_right_1" order="0-">
2579 zoff99 41 <icon src="nav_right_1_bk.png" w="32" h="32"/>
2580 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2581     </itemgra>
2582     <itemgra item_types="nav_right_2" order="0-">
2583 zoff99 41 <icon src="nav_right_2_bk.png" w="32" h="32"/>
2584 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2585     </itemgra>
2586     <itemgra item_types="nav_right_3" order="0-">
2587 zoff99 41 <icon src="nav_right_3_bk.png" w="32" h="32"/>
2588 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2589     </itemgra>
2590     <itemgra item_types="nav_straight" order="0-">
2591 zoff99 41 <icon src="nav_straight_bk.png" w="32" h="32"/>
2592 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2593     </itemgra>
2594     <itemgra item_types="nav_turnaround" order="0-">
2595 zoff99 41 <icon src="nav_turnaround_left_bk.png" w="32" h="32"/>
2596 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2597     </itemgra>
2598     <itemgra item_types="nav_roundabout_l1" order="0-">
2599 zoff99 41 <icon src="nav_roundabout_l1_bk.png" w="32" h="32"/>
2600 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2601     </itemgra>
2602     <itemgra item_types="nav_roundabout_r1" order="0-">
2603 zoff99 41 <icon src="nav_roundabout_r1_bk.png" w="32" h="32"/>
2604 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2605     </itemgra>
2606     <itemgra item_types="nav_roundabout_l2" order="0-">
2607 zoff99 41 <icon src="nav_roundabout_l2_bk.png" w="32" h="32"/>
2608 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2609     </itemgra>
2610     <itemgra item_types="nav_roundabout_r2" order="0-">
2611 zoff99 41 <icon src="nav_roundabout_r2_bk.png" w="32" h="32"/>
2612 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2613     </itemgra>
2614     <itemgra item_types="nav_roundabout_l3" order="0-">
2615 zoff99 41 <icon src="nav_roundabout_l3_bk.png" w="32" h="32"/>
2616 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2617     </itemgra>
2618     <itemgra item_types="nav_roundabout_r3" order="0-">
2619 zoff99 41 <icon src="nav_roundabout_r3_bk.png" w="32" h="32"/>
2620 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2621     </itemgra>
2622     <itemgra item_types="nav_roundabout_l4" order="0-">
2623 zoff99 41 <icon src="nav_roundabout_l4_bk.png" w="32" h="32"/>
2624 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2625     </itemgra>
2626     <itemgra item_types="nav_roundabout_r4" order="0-">
2627 zoff99 41 <icon src="nav_roundabout_r4_bk.png" w="32" h="32"/>
2628 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2629     </itemgra>
2630     <itemgra item_types="nav_roundabout_l5" order="0-">
2631 zoff99 41 <icon src="nav_roundabout_l5_bk.png" w="32" h="32"/>
2632 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2633     </itemgra>
2634     <itemgra item_types="nav_roundabout_r5" order="0-">
2635 zoff99 41 <icon src="nav_roundabout_r5_bk.png" w="32" h="32"/>
2636 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2637     </itemgra>
2638     <itemgra item_types="nav_roundabout_l6" order="0-">
2639 zoff99 41 <icon src="nav_roundabout_l6_bk.png" w="32" h="32"/>
2640 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2641     </itemgra>
2642     <itemgra item_types="nav_roundabout_r6" order="0-">
2643 zoff99 41 <icon src="nav_roundabout_r6_bk.png" w="32" h="32"/>
2644 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2645     </itemgra>
2646     <itemgra item_types="nav_roundabout_l7" order="0-">
2647 zoff99 41 <icon src="nav_roundabout_l7_bk.png" w="32" h="32"/>
2648 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2649     </itemgra>
2650     <itemgra item_types="nav_roundabout_r7" order="0-">
2651 zoff99 41 <icon src="nav_roundabout_r7_bk.png" w="32" h="32"/>
2652 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2653     </itemgra>
2654     <itemgra item_types="nav_roundabout_l8" order="0-">
2655 zoff99 41 <icon src="nav_roundabout_l8_bk.png" w="32" h="32"/>
2656 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2657     </itemgra>
2658     <itemgra item_types="nav_roundabout_r8" order="0-">
2659 zoff99 41 <icon src="nav_roundabout_r8_bk.png" w="32" h="32"/>
2660 zoff99 40 <circle color="#FF0000" radius="10" text_size="7"/>
2661     </itemgra>
2662    
2663    
2664    
2665     <itemgra item_types="route_end" order="0-">
2666     <icon src="nav_destination_bk_center.png" w="32" h="32"/>
2667     <!--<circle color="#FF0000" radius="10" text_size="7"/>-->
2668     </itemgra>
2669    
2670    
2671    
2672     <itemgra item_types="nav_none" order="0-">
2673     <circle color="#FF0000" radius="40" width="9" text_size="7"/>
2674     <icon src="mini_roundabout.png"/>
2675     </itemgra>
2676    
2677     <itemgra item_types="nav_position" order="0-">
2678     <circle color="#00FF00" radius="40" width="9" text_size="7"/>
2679     <icon src="mini_roundabout.png"/>
2680     </itemgra>
2681    
2682     <itemgra item_types="nav_destination" order="0-">
2683     <circle color="#0000FF" radius="40" width="9" text_size="7"/>
2684     </itemgra>
2685    
2686     <!--
2687     <itemgra item_types="announcement" order="{round(7-number($LAYOUT_001_ORDER_DELTA_1))}-">
2688     <icon src="gui_sound_32_32.png"/>
2689     <circle color="#FF089C" radius="10" text_size="7"/>
2690     </itemgra>
2691     -->
2692    
2693     </layer>
2694    
2695    
2696     <xsl:text>&#x0A; </xsl:text>
2697    
2698 zoff99 47
2699     <layer name="TurnRestrictions" active="0">
2700    
2701     <itemgra item_types="street_turn_restriction_no" order="7-">
2702     <polyline color="#FF0000" width="22"/>
2703     </itemgra>
2704    
2705     <itemgra item_types="street_turn_restriction_only" order="7-">
2706     <polyline color="#00FF00" width="22"/>
2707     </itemgra>
2708     </layer>
2709    
2710    
2711    
2712     <xsl:text>&#x0A; </xsl:text>
2713    
2714 zoff99 2 <!-- android layout -->
2715     <!-- android layout -->
2716     <!-- android layout -->
2717     <xsl:text>&#x0A; </xsl:text>
2718     </layout>
2719     <xsl:text>&#x0A; </xsl:text>
2720     <xsl:copy><xsl:copy-of select="@*|node()"/></xsl:copy>
2721     </xsl:template>
2722     <xsl:template match="/config/navit/layout[@name='XXRouteXX']">
2723     <xsl:text>&#x0A; </xsl:text>
2724     <layout name="Route">
2725     <xsl:text>&#x0A; </xsl:text>
2726     <layer name="streets">
2727     <xsl:text>&#x0A; </xsl:text>
2728     <itemgra item_types="street_route_occluded" order="0-">
2729     <xsl:text>&#x0A; </xsl:text>
2730     <polyline color="#69e068" width="20"/>
2731     <xsl:text>&#x0A; </xsl:text>
2732     </itemgra>
2733     <xsl:text>&#x0A; </xsl:text>
2734     </layer>
2735     <xsl:text>&#x0A; </xsl:text>
2736     </layout>
2737     <xsl:text>&#x0A; </xsl:text>
2738     </xsl:template>
2739     <!-- add new default look-and-feel for android -->
2740     <xsl:template match="/config/navit/speech">
2741     <xsl:copy><xsl:copy-of select="@*[not(name()='data')]"/><xsl:attribute name="type">android</xsl:attribute><xsl:apply-templates/></xsl:copy>
2742     </xsl:template>
2743     <xsl:template match="@*|node()"><xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy></xsl:template>
2744     </xsl:transform>

   
Visit the ZANavi Wiki