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

   
Visit the ZANavi Wiki