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

   
Visit the ZANavi Wiki