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

   
Visit the ZANavi Wiki