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

   
Visit the ZANavi Wiki