1 | <?xml version="1.0" encoding="UTF-8"?><!-- |
---|
2 | For configuration options used in this file, please read |
---|
3 | http://wiki.navit-project.org/index.php/Configuring_NavIt |
---|
4 | Do not edit /usr/share/navit/navit.xml : changes would be lost |
---|
5 | on upgrade. Rather copy it to ~/.navit/. Please read wiki |
---|
6 | --> |
---|
7 | <!DOCTYPE config |
---|
8 | SYSTEM "navit.dtd"> |
---|
9 | <config xmlns:xi="http://www.w3.org/2001/XInclude"> |
---|
10 | <plugins> |
---|
11 | <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}lib*.so" ondemand="yes"/> |
---|
12 | <plugin path="$NAVIT_LIBDIR/autoload/${NAVIT_LIBPREFIX}lib*.so"/> |
---|
13 | <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}libbinding_dbus.so" active="no"/> |
---|
14 | <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}libgraphics_null.so" active="no"/> |
---|
15 | </plugins> |
---|
16 | |
---|
17 | <debug name="navit:do_draw" level="0"/> |
---|
18 | <!-- This is here so one can copy&paste the contents of popup menus --> |
---|
19 | <debug name="navit:popup_printf_cb" level="0"/> |
---|
20 | <!-- segv: 1 - show backtrace with gdb and exit, 2 - stay in gdb --> |
---|
21 | <debug name="segv" level="1"/> |
---|
22 | <!-- timestamps 0/1 - prefix log messages with a timestamp --> |
---|
23 | <debug name="timestamps" level="0"/> |
---|
24 | <!-- This line defines which location on the map navit will show after startup. |
---|
25 | It makes sense to set it to your home coordinates. |
---|
26 | Center coordinates format: |
---|
27 | [D][D]DMM.ss[S][S]... N/S [D][D]DMM.ss[S][S]... E/W |
---|
28 | [-][D]D.d[d]... [-][D][D]D.d[d]... |
---|
29 | [-]0xX [-]0xX --> |
---|
30 | |
---|
31 | <navit center="4304.90 N 7724.25 W" zoom="256" tracking="1" orientation="-1" recent_dest="20" autozoom="30" autozoom_active="1"> |
---|
32 | <!-- Use one of gtk_drawing_area, qt_qpainter or sdl. For cegui, use opengl --> |
---|
33 | <graphics type="gtk_drawing_area"/> |
---|
34 | <!-- The following line let you select which graphical user interface you'd like to use. |
---|
35 | Options include internal (optimized for touch screen devices), gtk (useful for desktop computers) and cegui. |
---|
36 | If you don't like the internal gui, set enabled=yes for the following tag and enabled=no for the gui internal tag --> |
---|
37 | <gui type="gtk" enabled="yes" menubar="1" toolbar="1" statusbar="1"/> |
---|
38 | <!-- |
---|
39 | In case of the internal GUI, you can even influence the size of the text and of the icons in the toolbar and the viewport. |
---|
40 | Here's an example for a freerunner: --> |
---|
41 | <!-- <gui type="internal" font_size="350" icon_xs="32" icon_s="96" icon_l="96"/> --> |
---|
42 | |
---|
43 | <gui type="internal" enabled="no"><![CDATA[ |
---|
44 | <html> |
---|
45 | <a name='Main Menu'><text>Main menu</text> |
---|
46 | <a href='#Actions'><img src='gui_actions'>Actions</img></a> |
---|
47 | <img cond='flags&2' src='gui_map' onclick='back_to_map()'><text>Show Map</text></img> |
---|
48 | <a href='#Settings'><img src='gui_settings'><text>Settings</text></img></a> |
---|
49 | <a href='#Tools'><img src='gui_tools'><text>Tools</text></img></a> |
---|
50 | <a href='#Route'><img src='gui_settings'><text>Route</text></img></a> |
---|
51 | <img src='gui_about' onclick='about()'><text>About</text></img> |
---|
52 | </a> |
---|
53 | <a name='Actions'><text>Actions</text> |
---|
54 | <img src='gui_bookmark' onclick='bookmarks()'><text>Bookmarks</text></img> |
---|
55 | <img cond='click_coord_geo' src='gui_map' onclick='position(click_coord_geo,_("Map Point"),8|16|32|64|256)'><script>write(click_coord_geo)</script></img> |
---|
56 | <img cond='position_coord_geo' src='gui_vehicle' onclick='position(position_coord_geo,_("Vehicle Position"),8|32|64|128|256)'><script>write(position_coord_geo)</script></img> |
---|
57 | <img src='gui_town' onclick='town()'><text>Town</text></img> |
---|
58 | <img src='gui_quit' onclick='quit()'><text>Quit</text></img> |
---|
59 | <img cond='navit.route.route_status&48' src='gui_stop' onclick='abort_navigation()'><text>Stop |
---|
60 | Navigation</text></img> |
---|
61 | </a> |
---|
62 | <a name='Settings'><text>Settings</text> |
---|
63 | <a href='#Settings Display'><img src='gui_display'><text>Display</text></img></a> |
---|
64 | <img src='gui_maps' onclick='setting_maps()'><text>Maps</text></img> |
---|
65 | <img src='gui_vehicle' onclick='setting_vehicle()'><text>Vehicle</text></img> |
---|
66 | <img src='gui_rules' onclick='setting_rules()'><text>Rules</text></img> |
---|
67 | </a> |
---|
68 | <a name='Settings Display'><text>Display</text> |
---|
69 | <img src='gui_display' onclick='setting_layout()'><text>Layout</text></img> |
---|
70 | <img cond='fullscreen==0' src='gui_fullscreen' onclick='fullscreen=1'><text>Fullscreen</text></img> |
---|
71 | <img cond='fullscreen==1' src='gui_leave_fullscreen' onclick='fullscreen=0'><text>Window Mode</text></img> |
---|
72 | <img cond='navit.pitch==0' src='gui_map' onclick='navit.pitch=pitch;redraw_map();back_to_map()'><text>3D</text></img> |
---|
73 | <img cond='navit.pitch!=0' src='gui_map' onclick='navit.pitch=0;redraw_map();back_to_map()'><text>2D</text></img> |
---|
74 | </a> |
---|
75 | <a name='Tools'><text>Tools</text> |
---|
76 | <img src='gui_actions' onclick='locale()'><text>Show Locale</text></img> |
---|
77 | </a> |
---|
78 | <a name='Route'><text>Route</text> |
---|
79 | <img src='gui_actions' onclick='route_description()'><text>Description</text></img> |
---|
80 | <img src='gui_actions' onclick='route_height_profile()'><text>Height Profile</text></img> |
---|
81 | </a> |
---|
82 | </html> |
---|
83 | ]]></gui> |
---|
84 | <!-- for a debug log --> |
---|
85 | <log enabled="no" type="textfile_debug" data="debug_%Y%m%d-%i.txt" flush_size="1000" flush_time="30"/> |
---|
86 | <!-- osd items allow to position display and control items directly on top of the map: --> |
---|
87 | |
---|
88 | <xi:include href="~/.navit/navitOSD.xml"/> |
---|
89 | |
---|
90 | <!-- <vehicle name="Tourist" profilename="car" enabled="yes" active="no" source="gpsd://tourist.wernerfamily.homelinux.org" gpsd_query="w+xj" follow="1"> --> |
---|
91 | <!-- <log enabled="yes" type="gpx" attr_types="position_time_iso8601,position_direction,position_hdop,position_height,position_speed,profilename,position_radius, position_sats_used" data="~/Documents/GPX/navit-tracks/track_%Y%m%d-%i.gpx" flush_size="1000" flush_time="30"/> --> |
---|
92 | <!-- </vehicle> --> |
---|
93 | <!-- <vehicle name="Car-Logged" profilename="car" enabled="yes" active="no" source="gpsd://localhost" gpsd_query="w+xj" follow="1"> --> |
---|
94 | <!-- <\!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -\-> --> |
---|
95 | <!-- <\!-- <log enabled="yes" type="gpx" attr_types="position_time_iso8601,position_direction,position_speed,profilename,position_radius" data="~/Documents/GPX/navit-tracks/track_%Y%m%d-%i.gpx" flush_size="1000" flush_time="30"/> -\-> --> |
---|
96 | <!-- <log enabled="yes" type="gpx" attr_types="position_time_iso8601,position_direction,position_hdop,position_height,position_speed,profilename,position_radius, position_sats_used" data="~/Documents/GPX/navit-tracks/track_%Y%m%d-%i.gpx" flush_size="1000" flush_time="30"/> --> |
---|
97 | <!-- </vehicle> --> |
---|
98 | <!-- <vehicle name="Walking-Logged" profilename="ped-train" enabled="yes" active="no" source="gpsd://localhost" gpsd_query="w+xj" follow="5"> --> |
---|
99 | <!-- <log enabled="yes" type="gpx" attr_types="position_time_iso8601,position_direction,position_hdop,position_height,position_speed,profilename,position_radius, position_sats_used" data="~/Documents/GPX/navit-tracks/track_%Y%m%d-%i.gpx" flush_size="1000" flush_time="30"/> --> |
---|
100 | <!-- </vehicle> --> |
---|
101 | <!-- <vehicle name="Bike-Logged" profilename="bike" enabled="yes" active="no" source="gpsd://localhost" gpsd_query="w+xj" follow="5"> --> |
---|
102 | <!-- <log enabled="yes" type="gpx" attr_types="position_time_iso8601,position_direction,position_hdop,position_height,position_speed,profilename,position_radius, position_sats_used" data="~/Documents/GPX/navit-tracks/track_%Y%m%d-%i.gpx" flush_size="1000" flush_time="30"/> --> |
---|
103 | <!-- </vehicle> --> |
---|
104 | |
---|
105 | <!-- <\!-- For SDL, you should add follow="1" to have the view centered on your position -\-> --> |
---|
106 | <!-- <vehicle name="Car" profilename="car" enabled="yes" source="gpsd://localhost" gpsd_query="w+xj" color="#0000ff" follow="1"/> --> |
---|
107 | <!-- <vehicle name="Walking" profilename="pedestrian" enabled="yes" source="gpsd://localhost" gpsd_query="w+xj" color="#0000ff" follow="5"/> --> |
---|
108 | <!-- <vehicle name="Bike" profilename="bike" enabled="yes" source="gpsd://localhost" gpsd_query="w+xj" color="#0000ff" follow="5"/> --> |
---|
109 | |
---|
110 | <vehicle name="Demo-Car" profilename="car" enabled="yes" active="yes" source="demo://" animate="yes" follow="1" /> |
---|
111 | <vehicle name="Demo-Bike" profilename="bike" enabled="yes" active="no" source="demo://" animate="yes" follow="4" /> |
---|
112 | <vehicle name="Demo-Ped" profilename="pedestrian" enabled="yes" active="no" source="demo://" animate="yes" follow="4" /> |
---|
113 | <vehicle name="Demo-PTrn" profilename="ped-train" enabled="yes" active="no" source="demo://" animate="yes" follow="4" /> |
---|
114 | <vehicle name="Demo-Horse" profilename="horse" enabled="yes" active="no" source="demo://" animate="yes" follow="4" /> |
---|
115 | |
---|
116 | <!-- For the cumulative displacement filter to be enabled, set cdf_histsize="x" here, with x being an integer somewhere around 4 --> |
---|
117 | <tracking cdf_histsize="0"/> |
---|
118 | |
---|
119 | <vehicleprofile name="car" flags="0x4000000" flags_forward_mask="0x4000002" flags_reverse_mask="0x4000001" maxspeed_handling="0" route_mode="0" update="0" static_speed="5" static_distance="25"> |
---|
120 | <roadprofile item_types="street_0,street_1_city,living_street,street_service,track_gravelled,track_unpaved" speed="10" route_weight="10"> |
---|
121 | <announcement level="0" distance_metric="25"/> |
---|
122 | <announcement level="1" distance_metric="100"/> |
---|
123 | <announcement level="2" distance_metric="200"/> |
---|
124 | </roadprofile> |
---|
125 | <roadprofile item_types="street_2_city,track_paved" speed="30" route_weight="30"> |
---|
126 | <announcement level="0" distance_metric="50"/> |
---|
127 | <announcement level="1" distance_metric="200"/> |
---|
128 | <announcement level="2" distance_metric="500"/> |
---|
129 | </roadprofile> |
---|
130 | <roadprofile item_types="street_3_city" speed="40" route_weight="40"> |
---|
131 | <announcement level="0" distance_metric="50"/> |
---|
132 | <announcement level="1" distance_metric="200"/> |
---|
133 | <announcement level="2" distance_metric="500"/> |
---|
134 | </roadprofile> |
---|
135 | <roadprofile item_types="street_4_city" speed="50" route_weight="50"> |
---|
136 | <announcement level="0" distance_metric="50"/> |
---|
137 | <announcement level="1" distance_metric="200"/> |
---|
138 | <announcement level="2" distance_metric="500"/> |
---|
139 | </roadprofile> |
---|
140 | <roadprofile item_types="highway_city" speed="80" route_weight="80"> |
---|
141 | <announcement level="0" distance_metric="100"/> |
---|
142 | <announcement level="1" distance_metric="400"/> |
---|
143 | <announcement level="2" distance_metric="1000"/> |
---|
144 | </roadprofile> |
---|
145 | <roadprofile item_types="street_1_land" speed="60" route_weight="60"> |
---|
146 | <announcement level="0" distance_metric="100"/> |
---|
147 | <announcement level="1" distance_metric="400"/> |
---|
148 | <announcement level="2" distance_metric="1000"/> |
---|
149 | </roadprofile> |
---|
150 | <roadprofile item_types="street_2_land" speed="65" route_weight="65"> |
---|
151 | <announcement level="0" distance_metric="100"/> |
---|
152 | <announcement level="1" distance_metric="400"/> |
---|
153 | <announcement level="2" distance_metric="1000"/> |
---|
154 | </roadprofile> |
---|
155 | <roadprofile item_types="street_3_land" speed="70" route_weight="70"> |
---|
156 | <announcement level="0" distance_metric="100"/> |
---|
157 | <announcement level="1" distance_metric="400"/> |
---|
158 | <announcement level="2" distance_metric="1000"/> |
---|
159 | </roadprofile> |
---|
160 | <roadprofile item_types="street_4_land" speed="80" route_weight="80"> |
---|
161 | <announcement level="0" distance_metric="100"/> |
---|
162 | <announcement level="1" distance_metric="400"/> |
---|
163 | <announcement level="2" distance_metric="1000"/> |
---|
164 | </roadprofile> |
---|
165 | <roadprofile item_types="street_n_lanes" speed="120" route_weight="120"> |
---|
166 | <announcement level="0" distance_metric="300"/> |
---|
167 | <announcement level="1" distance_metric="1000"/> |
---|
168 | <announcement level="2" distance_metric="2000"/> |
---|
169 | </roadprofile> |
---|
170 | <roadprofile item_types="highway_land" speed="120" route_weight="120"> |
---|
171 | <announcement level="0" distance_metric="300"/> |
---|
172 | <announcement level="1" distance_metric="1000"/> |
---|
173 | <announcement level="2" distance_metric="2000"/> |
---|
174 | </roadprofile> |
---|
175 | <roadprofile item_types="ramp" speed="40" route_weight="40"> |
---|
176 | <announcement level="0" distance_metric="50"/> |
---|
177 | <announcement level="1" distance_metric="200"/> |
---|
178 | <announcement level="2" distance_metric="500"/> |
---|
179 | </roadprofile> |
---|
180 | <roadprofile item_types="roundabout" speed="10" route_weight="10"/> |
---|
181 | <roadprofile item_types="ferry" speed="40" route_weight="40"/> |
---|
182 | </vehicleprofile> |
---|
183 | |
---|
184 | <vehicleprofile name="bike" flags="0x40000000" flags_forward_mask="0x40000000" flags_reverse_mask="0x40000000" maxspeed_handling="1" route_mode="0" static_speed="5" static_distance="25"> |
---|
185 | <roadprofile item_types="steps" speed="2" route_weight="5"> |
---|
186 | <announcement level="0" distance_metric="25"/> |
---|
187 | <announcement level="1" distance_metric="100"/> |
---|
188 | <announcement level="2" distance_metric="200"/> |
---|
189 | </roadprofile> |
---|
190 | <roadprofile item_types="street_pedestrian,footway" speed="5" route_weight="10"> |
---|
191 | <announcement level="0" distance_metric="25"/> |
---|
192 | <announcement level="1" distance_metric="100"/> |
---|
193 | <announcement level="2" distance_metric="200"/> |
---|
194 | </roadprofile> |
---|
195 | <roadprofile item_types="path,track_ground" speed="12" route_weight="12"> |
---|
196 | <announcement level="0" distance_metric="25"/> |
---|
197 | <announcement level="1" distance_metric="100"/> |
---|
198 | <announcement level="2" distance_metric="200"/> |
---|
199 | </roadprofile> |
---|
200 | <roadprofile item_types="track_gravelled" speed="17" route_weight="15"> |
---|
201 | <announcement level="0" distance_metric="25"/> |
---|
202 | <announcement level="1" distance_metric="100"/> |
---|
203 | <announcement level="2" distance_metric="200"/> |
---|
204 | </roadprofile> |
---|
205 | <!-- cycleways, paved tracks, serviceways etc. are the favourite ways --> |
---|
206 | <roadprofile item_types="track_paved,cycleway,street_service,street_parking_lane" speed="22" route_weight="20"> |
---|
207 | <announcement level="0" distance_metric="25"/> |
---|
208 | <announcement level="1" distance_metric="100"/> |
---|
209 | <announcement level="2" distance_metric="200"/> |
---|
210 | </roadprofile> |
---|
211 | <!-- residential, unclassified, living street etc. --> |
---|
212 | <roadprofile item_types="street_0,street_1_city,living_street" speed="20" route_weight="15"> |
---|
213 | <announcement level="0" distance_metric="25"/> |
---|
214 | <announcement level="1" distance_metric="100"/> |
---|
215 | <announcement level="2" distance_metric="200"/> |
---|
216 | </roadprofile> |
---|
217 | <!-- tertiary and minor roads are acceptable, but should be avoided in favour of tracks and cycleways --> |
---|
218 | <roadprofile item_types="street_2_city,street_1_land,street_2_land" speed="22" route_weight="12"> |
---|
219 | <announcement level="0" distance_metric="25"/> |
---|
220 | <announcement level="1" distance_metric="100"/> |
---|
221 | <announcement level="2" distance_metric="200"/> |
---|
222 | </roadprofile> |
---|
223 | <!-- secondary etc. are acceptable when necessary --> |
---|
224 | <roadprofile item_types="street_3_city" speed="22" route_weight="10"> |
---|
225 | <announcement level="0" distance_metric="25"/> |
---|
226 | <announcement level="1" distance_metric="100"/> |
---|
227 | <announcement level="2" distance_metric="200"/> |
---|
228 | </roadprofile> |
---|
229 | <!-- primary, trunk etc. should be avoided --> |
---|
230 | <roadprofile item_types="street_4_city,ramp" speed="22" route_weight="7"> |
---|
231 | <announcement level="0" distance_metric="25"/> |
---|
232 | <announcement level="1" distance_metric="100"/> |
---|
233 | <announcement level="2" distance_metric="200"/> |
---|
234 | </roadprofile> |
---|
235 | <!-- Those types do not appear in osm2navit.c and therefore are not used ATM --> |
---|
236 | <roadprofile item_types="street_3_land,street_4_land" speed="20" route_weight="7"> |
---|
237 | <announcement level="0" distance_metric="100"/> |
---|
238 | <announcement level="1" distance_metric="400"/> |
---|
239 | <announcement level="2" distance_metric="1000"/> |
---|
240 | </roadprofile> |
---|
241 | <roadprofile item_types="roundabout" speed="20" route_weight="10"/> |
---|
242 | <roadprofile item_types="ferry" speed="40" route_weight="40"/> |
---|
243 | </vehicleprofile> |
---|
244 | |
---|
245 | <vehicleprofile name="pedestrian" flags="0x80000000" flags_forward_mask="0x80000000" flags_reverse_mask="0x80000000" maxspeed_handling="1" route_mode="0" static_speed="2" static_distance="5"> |
---|
246 | <roadprofile item_types="footway,bridleway,path" speed="5" route_weight="5"> |
---|
247 | <announcement level="0" distance_metric="25"/> |
---|
248 | <announcement level="1" distance_metric="100"/> |
---|
249 | <announcement level="2" distance_metric="200"/> |
---|
250 | </roadprofile> |
---|
251 | <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="5"> |
---|
252 | <announcement level="0" distance_metric="25"/> |
---|
253 | <announcement level="1" distance_metric="100"/> |
---|
254 | <announcement level="2" distance_metric="200"/> |
---|
255 | </roadprofile> |
---|
256 | <roadprofile item_types="track_gravelled" speed="5" route_weight="5"> |
---|
257 | <announcement level="0" distance_metric="25"/> |
---|
258 | <announcement level="1" distance_metric="100"/> |
---|
259 | <announcement level="2" distance_metric="200"/> |
---|
260 | </roadprofile> |
---|
261 | <roadprofile item_types="track_paved" speed="5" route_weight="5"> |
---|
262 | <announcement level="0" distance_metric="25"/> |
---|
263 | <announcement level="1" distance_metric="100"/> |
---|
264 | <announcement level="2" distance_metric="200"/> |
---|
265 | </roadprofile> |
---|
266 | <roadprofile item_types="cycleway" speed="5" route_weight="5"> |
---|
267 | <announcement level="0" distance_metric="25"/> |
---|
268 | <announcement level="1" distance_metric="100"/> |
---|
269 | <announcement level="2" distance_metric="200"/> |
---|
270 | </roadprofile> |
---|
271 | <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="5"> |
---|
272 | <announcement level="0" distance_metric="25"/> |
---|
273 | <announcement level="1" distance_metric="100"/> |
---|
274 | <announcement level="2" distance_metric="200"/> |
---|
275 | </roadprofile> |
---|
276 | <roadprofile item_types="street_3_city,street_4_city,street_service" speed="5" route_weight="5"> |
---|
277 | <announcement level="0" distance_metric="25"/> |
---|
278 | <announcement level="1" distance_metric="100"/> |
---|
279 | <announcement level="2" distance_metric="200"/> |
---|
280 | </roadprofile> |
---|
281 | <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="5"> |
---|
282 | <announcement level="0" distance_metric="100"/> |
---|
283 | <announcement level="1" distance_metric="400"/> |
---|
284 | <announcement level="2" distance_metric="1000"/> |
---|
285 | </roadprofile> |
---|
286 | <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="5"> |
---|
287 | <announcement level="0" distance_metric="100"/> |
---|
288 | <announcement level="1" distance_metric="400"/> |
---|
289 | <announcement level="2" distance_metric="1000"/> |
---|
290 | </roadprofile> |
---|
291 | <roadprofile item_types="roundabout" speed="5" route_weight="5"/> |
---|
292 | <roadprofile item_types="ferry" speed="40" route_weight="40"/> |
---|
293 | </vehicleprofile> |
---|
294 | <vehicleprofile name="ped-train" flags="0x80000000" flags_forward_mask="0x80000000" flags_reverse_mask="0x80000000" maxspeed_handling="1" route_mode="0" static_speed="3" static_distance="10"> |
---|
295 | <roadprofile item_types="footway,bridleway,path" speed="5" route_weight="5"> |
---|
296 | <announcement level="0" distance_metric="25"/> |
---|
297 | <announcement level="1" distance_metric="100"/> |
---|
298 | <announcement level="2" distance_metric="200"/> |
---|
299 | </roadprofile> |
---|
300 | <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="5"> |
---|
301 | <announcement level="0" distance_metric="25"/> |
---|
302 | <announcement level="1" distance_metric="100"/> |
---|
303 | <announcement level="2" distance_metric="200"/> |
---|
304 | </roadprofile> |
---|
305 | <roadprofile item_types="track_gravelled" speed="5" route_weight="5"> |
---|
306 | <announcement level="0" distance_metric="25"/> |
---|
307 | <announcement level="1" distance_metric="100"/> |
---|
308 | <announcement level="2" distance_metric="200"/> |
---|
309 | </roadprofile> |
---|
310 | <roadprofile item_types="track_paved" speed="5" route_weight="5"> |
---|
311 | <announcement level="0" distance_metric="25"/> |
---|
312 | <announcement level="1" distance_metric="100"/> |
---|
313 | <announcement level="2" distance_metric="200"/> |
---|
314 | </roadprofile> |
---|
315 | <roadprofile item_types="cycleway" speed="5" route_weight="5"> |
---|
316 | <announcement level="0" distance_metric="25"/> |
---|
317 | <announcement level="1" distance_metric="100"/> |
---|
318 | <announcement level="2" distance_metric="200"/> |
---|
319 | </roadprofile> |
---|
320 | <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="5"> |
---|
321 | <announcement level="0" distance_metric="25"/> |
---|
322 | <announcement level="1" distance_metric="100"/> |
---|
323 | <announcement level="2" distance_metric="200"/> |
---|
324 | </roadprofile> |
---|
325 | <roadprofile item_types="street_3_city,street_4_city,street_service" speed="5" route_weight="5"> |
---|
326 | <announcement level="0" distance_metric="25"/> |
---|
327 | <announcement level="1" distance_metric="100"/> |
---|
328 | <announcement level="2" distance_metric="200"/> |
---|
329 | </roadprofile> |
---|
330 | <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="5"> |
---|
331 | <announcement level="0" distance_metric="100"/> |
---|
332 | <announcement level="1" distance_metric="400"/> |
---|
333 | <announcement level="2" distance_metric="1000"/> |
---|
334 | </roadprofile> |
---|
335 | <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="5"> |
---|
336 | <announcement level="0" distance_metric="100"/> |
---|
337 | <announcement level="1" distance_metric="400"/> |
---|
338 | <announcement level="2" distance_metric="1000"/> |
---|
339 | </roadprofile> |
---|
340 | <roadprofile item_types="roundabout" speed="5" route_weight="5"/> |
---|
341 | <roadprofile item_types="ferry" speed="40" route_weight="5"/> |
---|
342 | <roadprofile item_types="rail_tram,rail" speed="40" route_weight="5" /> |
---|
343 | </vehicleprofile> |
---|
344 | |
---|
345 | <vehicleprofile name="horse" flags="0x20000000" flags_forward_mask="0x20000000" flags_reverse_mask="0x20000000" maxspeed_handling="1" route_mode="0" static_speed="3" static_distance="10"> |
---|
346 | <roadprofile item_types="bridleway" speed="10" route_weight="10"> |
---|
347 | <announcement level="0" distance_metric="25"/> |
---|
348 | <announcement level="1" distance_metric="100"/> |
---|
349 | <announcement level="2" distance_metric="200"/> |
---|
350 | </roadprofile> |
---|
351 | <roadprofile item_types="footway,path" speed="5" route_weight="5"> |
---|
352 | <announcement level="0" distance_metric="25"/> |
---|
353 | <announcement level="1" distance_metric="100"/> |
---|
354 | <announcement level="2" distance_metric="200"/> |
---|
355 | </roadprofile> |
---|
356 | <roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="4"> |
---|
357 | <announcement level="0" distance_metric="25"/> |
---|
358 | <announcement level="1" distance_metric="100"/> |
---|
359 | <announcement level="2" distance_metric="200"/> |
---|
360 | </roadprofile> |
---|
361 | <roadprofile item_types="track_gravelled" speed="5" route_weight="5"> |
---|
362 | <announcement level="0" distance_metric="25"/> |
---|
363 | <announcement level="1" distance_metric="100"/> |
---|
364 | <announcement level="2" distance_metric="200"/> |
---|
365 | </roadprofile> |
---|
366 | <roadprofile item_types="track_paved" speed="5" route_weight="5"> |
---|
367 | <announcement level="0" distance_metric="25"/> |
---|
368 | <announcement level="1" distance_metric="100"/> |
---|
369 | <announcement level="2" distance_metric="200"/> |
---|
370 | </roadprofile> |
---|
371 | <roadprofile item_types="cycleway" speed="5" route_weight="5"> |
---|
372 | <announcement level="0" distance_metric="25"/> |
---|
373 | <announcement level="1" distance_metric="100"/> |
---|
374 | <announcement level="2" distance_metric="200"/> |
---|
375 | </roadprofile> |
---|
376 | <roadprofile item_types="street_0,street_1_city,street_2_city" speed="5" route_weight="2"> |
---|
377 | <announcement level="0" distance_metric="25"/> |
---|
378 | <announcement level="1" distance_metric="100"/> |
---|
379 | <announcement level="2" distance_metric="200"/> |
---|
380 | </roadprofile> |
---|
381 | <roadprofile item_types="street_3_city,street_4_city,street_service" speed="5" route_weight="4"> |
---|
382 | <announcement level="0" distance_metric="25"/> |
---|
383 | <announcement level="1" distance_metric="100"/> |
---|
384 | <announcement level="2" distance_metric="200"/> |
---|
385 | </roadprofile> |
---|
386 | <roadprofile item_types="street_1_land,street_2_land" speed="5" route_weight="2"> |
---|
387 | <announcement level="0" distance_metric="100"/> |
---|
388 | <announcement level="1" distance_metric="400"/> |
---|
389 | <announcement level="2" distance_metric="1000"/> |
---|
390 | </roadprofile> |
---|
391 | <roadprofile item_types="street_3_land,street_4_land" speed="5" route_weight="4"> |
---|
392 | <announcement level="0" distance_metric="100"/> |
---|
393 | <announcement level="1" distance_metric="400"/> |
---|
394 | <announcement level="2" distance_metric="1000"/> |
---|
395 | </roadprofile> |
---|
396 | <roadprofile item_types="roundabout" speed="5" route_weight="2"/> |
---|
397 | <roadprofile item_types="ferry" speed="40" route_weight="40"/> |
---|
398 | </vehicleprofile> |
---|
399 | |
---|
400 | <route destination_distance="50"/> |
---|
401 | |
---|
402 | <navigation> |
---|
403 | <announce type="street_0,street_1_city" level0="25" level1="100" level2="200" unit="m"/> |
---|
404 | <announce type="street_2_city,street_3_city,street_4_city,ramp" level0="50" level1="200" level2="500" unit="m"/> |
---|
405 | <announce type="highway_city,street_1_land,street_2_land,street_3_land,street_4_land" level0="100" level1="400" level2="1000" unit="m"/> |
---|
406 | <announce type="street_n_lanes,highway_land" level0="300" level1="1000" level2="2000" unit="m"/> |
---|
407 | </navigation> |
---|
408 | |
---|
409 | <!-- Navit provides speech output in text format. |
---|
410 | If you have a speech synthesizer like festival lite installed, you can get turn by turn directions out of navit. Please set the "cps"-value to how many characters your tts engine approximately speaks per second. |
---|
411 | The default is text output to the shell --> |
---|
412 | <speech type="cmdline" data="echo 'Fix the speech tag in navit.xml to let navit say:' '%s'" cps="15"/> |
---|
413 | <!-- <speech type="cmdline" data="flite -t '%s'"/> --> |
---|
414 | |
---|
415 | <!-- You can only have enabled only one mapset at time, but with as much maps enabled as you want --> |
---|
416 | |
---|
417 | <!-- If you have the reiseplaner maps installed, set enabled="yes" in the next line and set the path correctly --> |
---|
418 | <mapset enabled="no"> |
---|
419 | <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map"/> |
---|
420 | <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp1.smp"/> |
---|
421 | <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp2.smp"/> |
---|
422 | <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp3.smp"/> |
---|
423 | <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp4.smp"/> |
---|
424 | <map type="mg" enabled="yes" data="/opt/reiseplaner/travel/DE.map/smp5.smp"/> |
---|
425 | </mapset> |
---|
426 | |
---|
427 | <!-- If you dont want to use the sample map, either set enabled="no" in the next line or remove the xml file from the maps directory --> |
---|
428 | <mapset enabled="no"> |
---|
429 | <xi:include href="$NAVIT_SHAREDIR/maps/*.xml"/> |
---|
430 | </mapset> |
---|
431 | |
---|
432 | <!-- Mapset template for openstreetmaps --> |
---|
433 | <mapset enabled="yes"> |
---|
434 | <map type="binfile" enabled="yes" data="~/Documents/Maps/OSM/map.osm.bin" /> |
---|
435 | <map type="binfile" enabled="yes" data="~/Documents/Maps/OSM/navit-maps/new_york.navit.bin"/> |
---|
436 | <map type="binfile" enabled="yes" data="~/Documents/Maps/OSM/navit-maps/pennsylvania.navit.bin"/> |
---|
437 | <map type="binfile" enabled="yes" data="~/Documents/Maps/OSM/navit-maps/ohio.navit.bin"/> |
---|
438 | <!-- map type="binfile" enabled="yes" data="~/Documents/Maps/OSM/navit-maps/indiana.navit.bin"/--> |
---|
439 | <!-- map type="binfile" enabled="yes" data="~/Documents/Maps/OSM/navit-maps/illinois.navit.bin"/--> |
---|
440 | </mapset> |
---|
441 | |
---|
442 | <!-- Mapset template for garmin maps --> |
---|
443 | <mapset enabled="no"> |
---|
444 | <map type="garmin" enabled="yes" data="/path/to/img" debug="4"/> |
---|
445 | </mapset> |
---|
446 | <!-- ffefb7 --> |
---|
447 | <layout name="Car" nightlayout="Car-dark" color="#efcf97" font="Nokia sans"> |
---|
448 | |
---|
449 | <cursor w="26" h="26"> |
---|
450 | <itemgra> |
---|
451 | <circle color="#0000ff" radius="24" width="2"> |
---|
452 | <coord x="0" y="0"/> |
---|
453 | </circle> |
---|
454 | </itemgra> |
---|
455 | <itemgra speed_range="-2"> |
---|
456 | <polyline color="#0000ff" width="2"> |
---|
457 | <coord x="0" y="0"/> |
---|
458 | <coord x="0" y="0"/> |
---|
459 | </polyline> |
---|
460 | </itemgra> |
---|
461 | <itemgra speed_range="3-"> |
---|
462 | <polyline color="#0000ff" width="2"> |
---|
463 | <coord x="-7" y="-10"/> |
---|
464 | <coord x="0" y="12"/> |
---|
465 | <coord x="7" y="-10"/> |
---|
466 | </polyline> |
---|
467 | </itemgra> |
---|
468 | </cursor> |
---|
469 | |
---|
470 | <layer name="polygons"> |
---|
471 | <itemgra item_types="image" order="0-"> |
---|
472 | <image/> |
---|
473 | </itemgra> |
---|
474 | <itemgra item_types="poly_wood" order="0-"> |
---|
475 | <polygon color="#8ec78d"/> |
---|
476 | <text text_size="10"/> |
---|
477 | </itemgra> |
---|
478 | <itemgra item_types="poly_farm" order="0-"> |
---|
479 | <polygon color="#c7f1a3"/> |
---|
480 | <polyline color="#79c691"/> |
---|
481 | <text text_size="10"/> |
---|
482 | </itemgra> |
---|
483 | <itemgra item_types="poly_town" order="0-"> |
---|
484 | <polygon color="#ffc895"/> |
---|
485 | <polyline color="#ebb481"/> |
---|
486 | </itemgra> |
---|
487 | <itemgra item_types="poly_university" order="8-"> |
---|
488 | <polygon color="#d68fb8"/> |
---|
489 | <polyline color="#881155"/> |
---|
490 | </itemgra> |
---|
491 | <itemgra item_types="poly_water_tiled" order="0-"> |
---|
492 | <polygon color="#82c8ea"/> |
---|
493 | </itemgra> |
---|
494 | <itemgra item_types="poly_water" order="0-"> |
---|
495 | <polygon color="#82c8ea"/> |
---|
496 | <polyline color="#5096b8"/> |
---|
497 | <text text_size="10"/> |
---|
498 | </itemgra> |
---|
499 | <itemgra item_types="poly_land" order="0-"> |
---|
500 | <polygon color="#ffefb7"/> |
---|
501 | <polyline color="#ffefb7"/> |
---|
502 | <text text_size="10"/> |
---|
503 | </itemgra> |
---|
504 | <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="9-"> |
---|
505 | <polygon color="#a0a0a0"/> |
---|
506 | <text text_size="10"/> |
---|
507 | </itemgra> |
---|
508 | <itemgra item_types="poly_park" order="0-"> |
---|
509 | <polygon color="#7cc334"/> |
---|
510 | <text text_size="10"/> |
---|
511 | </itemgra> |
---|
512 | <itemgra item_types="poly_pedestrian" order="10"> |
---|
513 | <polyline color="#d2d2d2" width="3"/> |
---|
514 | <polyline color="#dddddd" width="1"/> |
---|
515 | <polygon color="#dddddd"/> |
---|
516 | </itemgra> |
---|
517 | <itemgra item_types="poly_pedestrian" order="11"> |
---|
518 | <polyline color="#d2d2d2" width="5"/> |
---|
519 | <polyline color="#dddddd" width="3"/> |
---|
520 | <polygon color="#dddddd"/> |
---|
521 | </itemgra> |
---|
522 | <itemgra item_types="poly_pedestrian" order="12"> |
---|
523 | <polyline color="#d2d2d2" width="8"/> |
---|
524 | <polyline color="#dddddd" width="6"/> |
---|
525 | <polygon color="#dddddd"/> |
---|
526 | </itemgra> |
---|
527 | <itemgra item_types="poly_pedestrian" order="13"> |
---|
528 | <polyline color="#d2d2d2" width="9"/> |
---|
529 | <polyline color="#dddddd" width="7"/> |
---|
530 | <polygon color="#dddddd"/> |
---|
531 | </itemgra> |
---|
532 | <itemgra item_types="poly_pedestrian" order="14"> |
---|
533 | <polyline color="#d2d2d2" width="13"/> |
---|
534 | <polyline color="#dddddd" width="9"/> |
---|
535 | <polygon color="#dddddd"/> |
---|
536 | </itemgra> |
---|
537 | <itemgra item_types="poly_pedestrian" order="15"> |
---|
538 | <polyline color="#d2d2d2" width="18"/> |
---|
539 | <polyline color="#dddddd" width="14"/> |
---|
540 | <polygon color="#dddddd"/> |
---|
541 | </itemgra> |
---|
542 | <itemgra item_types="poly_pedestrian" order="16"> |
---|
543 | <polyline color="#d2d2d2" width="21"/> |
---|
544 | <polyline color="#dddddd" width="17"/> |
---|
545 | <polygon color="#dddddd"/> |
---|
546 | </itemgra> |
---|
547 | <itemgra item_types="poly_pedestrian" order="17"> |
---|
548 | <polyline color="#d2d2d2" width="25"/> |
---|
549 | <polyline color="#dddddd" width="21"/> |
---|
550 | <polygon color="#dddddd"/> |
---|
551 | </itemgra> |
---|
552 | <itemgra item_types="poly_pedestrian" order="18"> |
---|
553 | <polyline color="#d2d2d2" width="40"/> |
---|
554 | <polyline color="#dddddd" width="34"/> |
---|
555 | <polygon color="#dddddd"/> |
---|
556 | </itemgra> |
---|
557 | <itemgra item_types="poly_airport" order="0-"> |
---|
558 | <polygon color="#a0a0a0"/> |
---|
559 | </itemgra> |
---|
560 | <itemgra item_types="poly_sport,poly_sports_pitch" order="0-"> |
---|
561 | <polygon color="#4af04f"/> |
---|
562 | </itemgra> |
---|
563 | <itemgra item_types="poly_industry,poly_place" order="0-"> |
---|
564 | <polygon color="#e6e6e6"/> |
---|
565 | </itemgra> |
---|
566 | <itemgra item_types="poly_service" order="8-18"> |
---|
567 | <polygon color="#fefefe"/> |
---|
568 | <polyline color="#d2d2d2" width="1"/> |
---|
569 | </itemgra> |
---|
570 | <itemgra item_types="poly_street_1" order="8-13"> |
---|
571 | <polygon color="#ffffff"/> |
---|
572 | <polyline color="#d2d2d2" width="1"/> |
---|
573 | </itemgra> |
---|
574 | <itemgra item_types="poly_street_1" order="14-16"> |
---|
575 | <polygon color="#ffffff"/> |
---|
576 | <polyline color="#d2d2d2" width="2"/> |
---|
577 | </itemgra> |
---|
578 | <itemgra item_types="poly_street_1" order="17-18"> |
---|
579 | <polygon color="#ffffff"/> |
---|
580 | <polyline color="#d2d2d2" width="3"/> |
---|
581 | </itemgra> |
---|
582 | <itemgra item_types="poly_street_2" order="7-12"> |
---|
583 | <polygon color="#ffff00"/> |
---|
584 | <polyline color="#c0c0c0" width="1"/> |
---|
585 | </itemgra> |
---|
586 | <itemgra item_types="poly_street_2" order="13-16"> |
---|
587 | <polygon color="#ffff00"/> |
---|
588 | <polyline color="#c0c0c0" width="2"/> |
---|
589 | </itemgra> |
---|
590 | <itemgra item_types="poly_street_2" order="17-18"> |
---|
591 | <polygon color="#ffff00"/> |
---|
592 | <polyline color="#c0c0c0" width="3"/> |
---|
593 | </itemgra> |
---|
594 | <itemgra item_types="poly_street_3" order="7-11"> |
---|
595 | <polygon color="#ffff00"/> |
---|
596 | <polyline color="#a0a0a0" width="1"/> |
---|
597 | </itemgra> |
---|
598 | <itemgra item_types="poly_street_3" order="12-15"> |
---|
599 | <polygon color="#ffff00"/> |
---|
600 | <polyline color="#a0a0a0" width="2"/> |
---|
601 | </itemgra> |
---|
602 | <itemgra item_types="poly_street_3" order="16-18"> |
---|
603 | <polygon color="#ffff00"/> |
---|
604 | <polyline color="#a0a0a0" width="3"/> |
---|
605 | </itemgra> |
---|
606 | <itemgra item_types="water_line" order="0-"> |
---|
607 | <polyline color="#5096b8" width="1"/> |
---|
608 | <text text_size="10"/> |
---|
609 | </itemgra> |
---|
610 | <itemgra item_types="water_river" order="4-5"> |
---|
611 | <polyline color="#82c8ea" width="1"/> |
---|
612 | </itemgra> |
---|
613 | <itemgra item_types="water_river" order="6"> |
---|
614 | <polyline color="#82c8ea" width="2"/> |
---|
615 | </itemgra> |
---|
616 | <itemgra item_types="water_river" order="7"> |
---|
617 | <polyline color="#82c8ea" width="3"/> |
---|
618 | <text text_size="10"/> |
---|
619 | </itemgra> |
---|
620 | <itemgra item_types="water_river" order="8-9"> |
---|
621 | <polyline color="#82c8ea" width="4"/> |
---|
622 | <text text_size="12"/> |
---|
623 | </itemgra> |
---|
624 | <itemgra item_types="water_river" order="10-"> |
---|
625 | <polyline color="#82c8ea" width="4"/> |
---|
626 | <text text_size="15"/> |
---|
627 | </itemgra> |
---|
628 | <itemgra item_types="water_canal" order="6"> |
---|
629 | <polyline color="#82c8ea" width="1"/> |
---|
630 | </itemgra> |
---|
631 | <itemgra item_types="water_canal" order="7"> |
---|
632 | <polyline color="#82c8ea" width="2"/> |
---|
633 | <text text_size="10"/> |
---|
634 | </itemgra> |
---|
635 | <itemgra item_types="water_canal" order="8-9"> |
---|
636 | <polyline color="#82c8ea" width="3"/> |
---|
637 | <text text_size="12"/> |
---|
638 | </itemgra> |
---|
639 | <itemgra item_types="water_canal" order="10-"> |
---|
640 | <polyline color="#82c8ea" width="3"/> |
---|
641 | <text text_size="15"/> |
---|
642 | </itemgra> |
---|
643 | <itemgra item_types="water_stream" order="8-9"> |
---|
644 | <polyline color="#82c8ea" width="1"/> |
---|
645 | </itemgra> |
---|
646 | <itemgra item_types="water_stream" order="10-"> |
---|
647 | <polyline color="#82c8ea" width="2"/> |
---|
648 | <text text_size="12"/> |
---|
649 | </itemgra> |
---|
650 | <itemgra item_types="water_drain" order="10-"> |
---|
651 | <polyline color="#82c8ea" width="1"/> |
---|
652 | <text text_size="10"/> |
---|
653 | </itemgra> |
---|
654 | <itemgra item_types="poly_apron" order="0-"> |
---|
655 | <polygon color="#d0d0d0"/> |
---|
656 | </itemgra> |
---|
657 | <itemgra item_types="poly_terminal" order="7-"> |
---|
658 | <polygon color="#e3c6a6"/> |
---|
659 | </itemgra> |
---|
660 | <itemgra item_types="poly_cemetery" order="1-"> |
---|
661 | <polygon color="#bde3cb"/> |
---|
662 | </itemgra> |
---|
663 | <itemgra item_types="poly_car_parking" order="1-"> |
---|
664 | <polygon color="#e7cf87"/> |
---|
665 | </itemgra> |
---|
666 | <itemgra item_types="poly_building" order="0-"> |
---|
667 | <polygon color="#b6a6a6"/> |
---|
668 | </itemgra> |
---|
669 | <itemgra item_types="rail" order="6-"> |
---|
670 | <polyline color="#696969" width="3"/> |
---|
671 | <polyline color="#ffffff" width="1" dash="5,5"/> |
---|
672 | </itemgra> |
---|
673 | <itemgra item_types="ferry" order="5-"> |
---|
674 | <polyline color="#000000" width="1" dash="10"/> |
---|
675 | </itemgra> |
---|
676 | <itemgra item_types="border_country" order="0-"> |
---|
677 | <polyline color="#b8434e" width="1" dash="10,5,2,5"/> |
---|
678 | </itemgra> |
---|
679 | <itemgra item_types="border_state" order="0-"> |
---|
680 | <polyline color="#808080" width="1"/> |
---|
681 | </itemgra> |
---|
682 | <itemgra item_types="height_line_1" order="0-"> |
---|
683 | <polyline color="#000000" width="4"/> |
---|
684 | </itemgra> |
---|
685 | <itemgra item_types="height_line_2" order="0-"> |
---|
686 | <polyline color="#000000" width="2"/> |
---|
687 | </itemgra> |
---|
688 | <itemgra item_types="height_line_3" order="0-"> |
---|
689 | <polyline color="#000000" width="1"/> |
---|
690 | </itemgra> |
---|
691 | </layer> |
---|
692 | <layer name="streets"> |
---|
693 | <itemgra item_types="street_route" order="2"> |
---|
694 | <polyline color="#0000a0" width="4"/> |
---|
695 | </itemgra> |
---|
696 | <itemgra item_types="street_route" order="3-5"> |
---|
697 | <polyline color="#0000a0" width="8"/> |
---|
698 | </itemgra> |
---|
699 | <itemgra item_types="street_route" order="6"> |
---|
700 | <polyline color="#0000a0" width="10"/> |
---|
701 | </itemgra> |
---|
702 | <itemgra item_types="street_route" order="7-8"> |
---|
703 | <polyline color="#0000a0" width="16"/> |
---|
704 | </itemgra> |
---|
705 | <itemgra item_types="street_route" order="9-10"> |
---|
706 | <polyline color="#0000a0" width="20"/> |
---|
707 | </itemgra> |
---|
708 | <itemgra item_types="street_route" order="11"> |
---|
709 | <polyline color="#0000a0" width="28"/> |
---|
710 | </itemgra> |
---|
711 | <itemgra item_types="street_route" order="12"> |
---|
712 | <polyline color="#0000a0" width="32"/> |
---|
713 | </itemgra> |
---|
714 | <itemgra item_types="street_route" order="13"> |
---|
715 | <polyline color="#0000a0" width="52"/> |
---|
716 | </itemgra> |
---|
717 | <itemgra item_types="street_route" order="14"> |
---|
718 | <polyline color="#0000a0" width="64"/> |
---|
719 | </itemgra> |
---|
720 | <itemgra item_types="street_route" order="15"> |
---|
721 | <polyline color="#0000a0" width="68"/> |
---|
722 | </itemgra> |
---|
723 | <itemgra item_types="street_route" order="16"> |
---|
724 | <polyline color="#0000a0" width="132"/> |
---|
725 | </itemgra> |
---|
726 | <itemgra item_types="street_route" order="17"> |
---|
727 | <polyline color="#0000a0" width="268"/> |
---|
728 | </itemgra> |
---|
729 | <itemgra item_types="street_route" order="18"> |
---|
730 | <polyline color="#0000a0" width="530"/> |
---|
731 | </itemgra> |
---|
732 | <itemgra item_types="selected_line" order="2"> |
---|
733 | <polyline color="#ba00b8" width="4"/> |
---|
734 | </itemgra> |
---|
735 | <itemgra item_types="selected_line" order="3-5"> |
---|
736 | <polyline color="#ba00b8" width="8"/> |
---|
737 | </itemgra> |
---|
738 | <itemgra item_types="selected_line" order="6"> |
---|
739 | <polyline color="#ba00b8" width="10"/> |
---|
740 | </itemgra> |
---|
741 | <itemgra item_types="selected_line" order="7-8"> |
---|
742 | <polyline color="#ba00b8" width="16"/> |
---|
743 | </itemgra> |
---|
744 | <itemgra item_types="selected_line" order="9-10"> |
---|
745 | <polyline color="#ba00b8" width="20"/> |
---|
746 | </itemgra> |
---|
747 | <itemgra item_types="selected_line" order="11"> |
---|
748 | <polyline color="#ba00b8" width="28"/> |
---|
749 | </itemgra> |
---|
750 | <itemgra item_types="selected_line" order="12"> |
---|
751 | <polyline color="#ba00b8" width="32"/> |
---|
752 | </itemgra> |
---|
753 | <itemgra item_types="selected_line" order="13"> |
---|
754 | <polyline color="#ba00b8" width="52"/> |
---|
755 | </itemgra> |
---|
756 | <itemgra item_types="selected_line" order="14"> |
---|
757 | <polyline color="#ba00b8" width="64"/> |
---|
758 | </itemgra> |
---|
759 | <itemgra item_types="selected_line" order="15"> |
---|
760 | <polyline color="#ba00b8" width="68"/> |
---|
761 | </itemgra> |
---|
762 | <itemgra item_types="selected_line" order="16"> |
---|
763 | <polyline color="#ba00b8" width="132"/> |
---|
764 | </itemgra> |
---|
765 | <itemgra item_types="selected_line" order="17"> |
---|
766 | <polyline color="#ba00b8" width="268"/> |
---|
767 | </itemgra> |
---|
768 | <itemgra item_types="selected_line" order="18"> |
---|
769 | <polyline color="#ba00b8" width="530"/> |
---|
770 | </itemgra> |
---|
771 | <itemgra item_types="street_nopass" order="10-"> |
---|
772 | <polyline color="#000000" width="1"/> |
---|
773 | </itemgra> |
---|
774 | <itemgra item_types="track_paved" order="10-"> |
---|
775 | <polyline color="#000000" width="1"/> |
---|
776 | </itemgra> |
---|
777 | <itemgra item_types="track_gravelled" order="10-12"> |
---|
778 | <polyline color="#800000" width="1" dash="3,6"/> |
---|
779 | </itemgra> |
---|
780 | <itemgra item_types="track_gravelled" order="13-14"> |
---|
781 | <polyline color="#ffffff" width="4" dash="4,8"/> |
---|
782 | <polyline color="#800000" width="2" dash="4,8"/> |
---|
783 | </itemgra> |
---|
784 | <itemgra item_types="track_gravelled" order="15-16"> |
---|
785 | <polyline color="#ffffff" width="5" dash="5,10"/> |
---|
786 | <polyline color="#800000" width="3" dash="5,10"/> |
---|
787 | </itemgra> |
---|
788 | <itemgra item_types="track_gravelled" order="17-"> |
---|
789 | <polyline color="#ffffff" width="7" dash="7,15"/> |
---|
790 | <polyline color="#800000" width="5" dash="7,15"/> |
---|
791 | </itemgra> |
---|
792 | <itemgra item_types="track_unpaved" order="10-"> |
---|
793 | <polyline color="#000000" width="1"/> |
---|
794 | </itemgra> |
---|
795 | <itemgra item_types="bridleway" order="10-"> |
---|
796 | <polyline color="#000000" width="1"/> |
---|
797 | </itemgra> |
---|
798 | <itemgra item_types="cycleway" order="10-"> |
---|
799 | <polyline color="#000000" width="1"/> |
---|
800 | </itemgra> |
---|
801 | <itemgra item_types="piste_downhill_novice" order="10-12"> |
---|
802 | <polyline color="#00A000" width="1"/> |
---|
803 | </itemgra> |
---|
804 | <itemgra item_types="piste_downhill_novice" order="13-14"> |
---|
805 | <polyline color="#00A000" width="2"/> |
---|
806 | </itemgra> |
---|
807 | <itemgra item_types="piste_downhill_novice" order="15-16"> |
---|
808 | <polyline color="#00A000" width="3"/> |
---|
809 | </itemgra> |
---|
810 | <itemgra item_types="piste_downhill_novice" order="17-"> |
---|
811 | <polyline color="#00A000" width="5"/> |
---|
812 | </itemgra> |
---|
813 | <itemgra item_types="piste_downhill_easy" order="10-12"> |
---|
814 | <polyline color="#0000ff" width="1"/> |
---|
815 | </itemgra> |
---|
816 | <itemgra item_types="piste_downhill_easy" order="13-14"> |
---|
817 | <polyline color="#0000ff" width="2"/> |
---|
818 | </itemgra> |
---|
819 | <itemgra item_types="piste_downhill_easy" order="15-16"> |
---|
820 | <polyline color="#0000ff" width="3"/> |
---|
821 | </itemgra> |
---|
822 | <itemgra item_types="piste_downhill_easy" order="17-"> |
---|
823 | <polyline color="#0000ff" width="5"/> |
---|
824 | </itemgra> |
---|
825 | <itemgra item_types="piste_downhill_intermediate" order="10-12"> |
---|
826 | <polyline color="#ff0000" width="1"/> |
---|
827 | </itemgra> |
---|
828 | <itemgra item_types="piste_downhill_intermediate" order="13-14"> |
---|
829 | <polyline color="#ff0000" width="2"/> |
---|
830 | </itemgra> |
---|
831 | <itemgra item_types="piste_downhill_intermediate" order="15-16"> |
---|
832 | <polyline color="#ff0000" width="3"/> |
---|
833 | </itemgra> |
---|
834 | <itemgra item_types="piste_downhill_intermediate" order="17-"> |
---|
835 | <polyline color="#ff0000" width="5"/> |
---|
836 | </itemgra> |
---|
837 | <itemgra item_types="piste_downhill_advanced" order="10-12"> |
---|
838 | <polyline color="#000000" width="1"/> |
---|
839 | </itemgra> |
---|
840 | <itemgra item_types="piste_downhill_advanced" order="13-14"> |
---|
841 | <polyline color="#000000" width="2"/> |
---|
842 | </itemgra> |
---|
843 | <itemgra item_types="piste_downhill_advanced" order="15-16"> |
---|
844 | <polyline color="#000000" width="3"/> |
---|
845 | </itemgra> |
---|
846 | <itemgra item_types="piste_downhill_advanced" order="17-"> |
---|
847 | <polyline color="#000000" width="5"/> |
---|
848 | </itemgra> |
---|
849 | <itemgra item_types="piste_downhill_expert" order="10-12"> |
---|
850 | <polyline color="#ffaa00" width="1"/> |
---|
851 | </itemgra> |
---|
852 | <itemgra item_types="piste_downhill_expert" order="13-14"> |
---|
853 | <polyline color="#ffaa00" width="2"/> |
---|
854 | </itemgra> |
---|
855 | <itemgra item_types="piste_downhill_expert" order="15-16"> |
---|
856 | <polyline color="#ffaa00" width="3"/> |
---|
857 | </itemgra> |
---|
858 | <itemgra item_types="piste_downhill_expert" order="17-"> |
---|
859 | <polyline color="#ffaa00" width="5"/> |
---|
860 | </itemgra> |
---|
861 | <itemgra item_types="piste_downhill_freeride" order="10-12"> |
---|
862 | <polyline color="#ffff00" width="1"/> |
---|
863 | </itemgra> |
---|
864 | <itemgra item_types="piste_downhill_freeride" order="13-14"> |
---|
865 | <polyline color="#ffff00" width="2"/> |
---|
866 | </itemgra> |
---|
867 | <itemgra item_types="piste_downhill_freeride" order="15-16"> |
---|
868 | <polyline color="#ffff00" width="3"/> |
---|
869 | </itemgra> |
---|
870 | <itemgra item_types="piste_downhill_freeride" order="17-"> |
---|
871 | <polyline color="#ffff00" width="5"/> |
---|
872 | </itemgra> |
---|
873 | <itemgra item_types="lift_cable_car" order="6-"> |
---|
874 | <polyline color="#696969" width="1" dash="5"/> |
---|
875 | </itemgra> |
---|
876 | <itemgra item_types="lift_chair" order="6-"> |
---|
877 | <polyline color="#696969" width="1" dash="5"/> |
---|
878 | </itemgra> |
---|
879 | <itemgra item_types="lift_drag" order="6-"> |
---|
880 | <polyline color="#696969" width="1" dash="5"/> |
---|
881 | </itemgra> |
---|
882 | <itemgra item_types="piste_nordic" order="10-12"> |
---|
883 | <polyline color="#0000ff" width="1" dash="3,6" offset="4"/> |
---|
884 | </itemgra> |
---|
885 | <itemgra item_types="piste_nordic" order="13-14"> |
---|
886 | <polyline color="#ffffff" width="4" dash="4,8" offset="6"/> |
---|
887 | <polyline color="#0000ff" width="2" dash="4,8" offset="6"/> |
---|
888 | </itemgra> |
---|
889 | <itemgra item_types="piste_nordic" order="15-16"> |
---|
890 | <polyline color="#ffffff" width="5" dash="5,10" offset="7"/> |
---|
891 | <polyline color="#0000ff" width="3" dash="5,10" offset="7"/> |
---|
892 | </itemgra> |
---|
893 | <itemgra item_types="piste_nordic" order="17-"> |
---|
894 | <polyline color="#ffffff" width="7" dash="7,15" offset="10"/> |
---|
895 | <polyline color="#0000ff" width="5" dash="7,15" offset="10"/> |
---|
896 | </itemgra> |
---|
897 | <itemgra item_types="footway_and_piste_nordic" order="10-12"> |
---|
898 | <polyline color="#ff0000" width="1" dash="3,15"/> |
---|
899 | <polyline color="#0000ff" width="1" dash="3,15" offset="9"/> |
---|
900 | </itemgra> |
---|
901 | <itemgra item_types="footway_and_piste_nordic" order="13-14"> |
---|
902 | <polyline color="#ffffff" width="4" dash="4,8"/> |
---|
903 | <polyline color="#ff0000" width="2" dash="4,20"/> |
---|
904 | <polyline color="#0000ff" width="2" dash="4,20" offset="12"/> |
---|
905 | </itemgra> |
---|
906 | <itemgra item_types="footway_and_piste_nordic" order="15-16"> |
---|
907 | <polyline color="#ffffff" width="5" dash="5,10"/> |
---|
908 | <polyline color="#ff0000" width="3" dash="5,25"/> |
---|
909 | <polyline color="#0000ff" width="3" dash="5,25" offset="15"/> |
---|
910 | </itemgra> |
---|
911 | <itemgra item_types="footway_and_piste_nordic" order="17-"> |
---|
912 | <polyline color="#ffffff" width="7" dash="7,15"/> |
---|
913 | <polyline color="#ff0000" width="5" dash="7,37"/> |
---|
914 | <polyline color="#0000ff" width="5" dash="7,37" offset="22"/> |
---|
915 | </itemgra> |
---|
916 | <itemgra item_types="footway" order="10-12"> |
---|
917 | <polyline color="#ff0000" width="1" dash="3,6"/> |
---|
918 | </itemgra> |
---|
919 | <itemgra item_types="footway" order="13-14"> |
---|
920 | <polyline color="#ffffff" width="4" dash="4,8"/> |
---|
921 | <polyline color="#ff0000" width="2" dash="4,8"/> |
---|
922 | </itemgra> |
---|
923 | <itemgra item_types="footway" order="15-16"> |
---|
924 | <polyline color="#ffffff" width="5" dash="5,10"/> |
---|
925 | <polyline color="#ff0000" width="3" dash="5,10"/> |
---|
926 | </itemgra> |
---|
927 | <itemgra item_types="footway" order="17-"> |
---|
928 | <polyline color="#ffffff" width="7" dash="7,15"/> |
---|
929 | <polyline color="#ff0000" width="5" dash="7,15"/> |
---|
930 | </itemgra> |
---|
931 | <itemgra item_types="steps" order="10-"> |
---|
932 | <polyline color="#000000" width="1"/> |
---|
933 | </itemgra> |
---|
934 | <itemgra item_types="street_pedestrian,living_street" order="10"> |
---|
935 | <polyline color="#d2d2d2" width="3"/> |
---|
936 | <polyline color="#dddddd" width="1"/> |
---|
937 | </itemgra> |
---|
938 | <itemgra item_types="street_pedestrian,living_street" order="11"> |
---|
939 | <polyline color="#d2d2d2" width="5"/> |
---|
940 | <polyline color="#dddddd" width="3"/> |
---|
941 | </itemgra> |
---|
942 | <itemgra item_types="street_pedestrian,living_street" order="12"> |
---|
943 | <polyline color="#d2d2d2" width="8"/> |
---|
944 | <polyline color="#dddddd" width="6"/> |
---|
945 | </itemgra> |
---|
946 | <itemgra item_types="street_pedestrian,living_street" order="13"> |
---|
947 | <polyline color="#d2d2d2" width="9"/> |
---|
948 | <polyline color="#dddddd" width="7"/> |
---|
949 | </itemgra> |
---|
950 | <itemgra item_types="street_pedestrian,living_street" order="14"> |
---|
951 | <polyline color="#d2d2d2" width="13"/> |
---|
952 | <polyline color="#dddddd" width="9"/> |
---|
953 | </itemgra> |
---|
954 | <itemgra item_types="street_pedestrian,living_street" order="15"> |
---|
955 | <polyline color="#d2d2d2" width="18"/> |
---|
956 | <polyline color="#dddddd" width="14"/> |
---|
957 | </itemgra> |
---|
958 | <itemgra item_types="street_pedestrian,living_street" order="16"> |
---|
959 | <polyline color="#d2d2d2" width="21"/> |
---|
960 | <polyline color="#dddddd" width="17"/> |
---|
961 | </itemgra> |
---|
962 | <itemgra item_types="street_pedestrian,living_street" order="17"> |
---|
963 | <polyline color="#d2d2d2" width="25"/> |
---|
964 | <polyline color="#dddddd" width="21"/> |
---|
965 | </itemgra> |
---|
966 | <itemgra item_types="street_pedestrian,living_street" order="18"> |
---|
967 | <polyline color="#d2d2d2" width="40"/> |
---|
968 | <polyline color="#dddddd" width="34"/> |
---|
969 | </itemgra> |
---|
970 | <itemgra item_types="street_service" order="10"> |
---|
971 | <polyline color="#d2d2d2" width="4"/> |
---|
972 | <polyline color="#fefefe" width="2"/> |
---|
973 | </itemgra> |
---|
974 | <itemgra item_types="street_service" order="11"> |
---|
975 | <polyline color="#d2d2d2" width="4"/> |
---|
976 | <polyline color="#fefefe" width="2"/> |
---|
977 | </itemgra> |
---|
978 | <itemgra item_types="street_service" order="12"> |
---|
979 | <polyline color="#d2d2d2" width="5"/> |
---|
980 | <polyline color="#fefefe" width="3"/> |
---|
981 | </itemgra> |
---|
982 | <itemgra item_types="street_service" order="13"> |
---|
983 | <polyline color="#d2d2d2" width="6"/> |
---|
984 | <polyline color="#fefefe" width="4"/> |
---|
985 | </itemgra> |
---|
986 | <itemgra item_types="street_service" order="14"> |
---|
987 | <polyline color="#d2d2d2" width="7"/> |
---|
988 | <polyline color="#fefefe" width="5"/> |
---|
989 | </itemgra> |
---|
990 | <itemgra item_types="street_service" order="15"> |
---|
991 | <polyline color="#d2d2d2" width="8"/> |
---|
992 | <polyline color="#fefefe" width="6"/> |
---|
993 | </itemgra> |
---|
994 | <itemgra item_types="street_service" order="16"> |
---|
995 | <polyline color="#d2d2d2" width="9"/> |
---|
996 | <polyline color="#fefefe" width="7"/> |
---|
997 | </itemgra> |
---|
998 | <itemgra item_types="street_service" order="17"> |
---|
999 | <polyline color="#d2d2d2" width="10"/> |
---|
1000 | <polyline color="#fefefe" width="8"/> |
---|
1001 | </itemgra> |
---|
1002 | <itemgra item_types="street_service" order="18"> |
---|
1003 | <polyline color="#d2d2d2" width="11"/> |
---|
1004 | <polyline color="#fefefe" width="9"/> |
---|
1005 | </itemgra> |
---|
1006 | <itemgra item_types="street_parking_lane" order="12"> |
---|
1007 | <polyline color="#d2d2d2" width="4"/> |
---|
1008 | <polyline color="#fefefe" width="2"/> |
---|
1009 | </itemgra> |
---|
1010 | <itemgra item_types="street_parking_lane" order="13"> |
---|
1011 | <polyline color="#d2d2d2" width="4"/> |
---|
1012 | <polyline color="#fefefe" width="2"/> |
---|
1013 | </itemgra> |
---|
1014 | <itemgra item_types="street_parking_lane" order="14"> |
---|
1015 | <polyline color="#d2d2d2" width="5"/> |
---|
1016 | <polyline color="#fefefe" width="3"/> |
---|
1017 | </itemgra> |
---|
1018 | <itemgra item_types="street_parking_lane" order="15"> |
---|
1019 | <polyline color="#d2d2d2" width="6"/> |
---|
1020 | <polyline color="#fefefe" width="4"/> |
---|
1021 | </itemgra> |
---|
1022 | <itemgra item_types="street_parking_lane" order="16"> |
---|
1023 | <polyline color="#d2d2d2" width="7"/> |
---|
1024 | <polyline color="#fefefe" width="5"/> |
---|
1025 | </itemgra> |
---|
1026 | <itemgra item_types="street_parking_lane" order="17"> |
---|
1027 | <polyline color="#d2d2d2" width="8"/> |
---|
1028 | <polyline color="#fefefe" width="6"/> |
---|
1029 | </itemgra> |
---|
1030 | <itemgra item_types="street_parking_lane" order="18"> |
---|
1031 | <polyline color="#d2d2d2" width="9"/> |
---|
1032 | <polyline color="#fefefe" width="7"/> |
---|
1033 | </itemgra> |
---|
1034 | <itemgra item_types="street_0,street_1_city,street_1_land" order="10"> |
---|
1035 | <polyline color="#d2d2d2" width="4"/> |
---|
1036 | <polyline color="#ffffff" width="2"/> |
---|
1037 | </itemgra> |
---|
1038 | <itemgra item_types="street_0,street_1_city,street_1_land" order="11"> |
---|
1039 | <polyline color="#d2d2d2" width="6"/> |
---|
1040 | <polyline color="#ffffff" width="4"/> |
---|
1041 | </itemgra> |
---|
1042 | <itemgra item_types="street_0,street_1_city,street_1_land" order="12"> |
---|
1043 | <polyline color="#d2d2d2" width="10"/> |
---|
1044 | <polyline color="#ffffff" width="8"/> |
---|
1045 | </itemgra> |
---|
1046 | <itemgra item_types="street_0,street_1_city,street_1_land" order="13"> |
---|
1047 | <polyline color="#d2d2d2" width="11"/> |
---|
1048 | <polyline color="#ffffff" width="9"/> |
---|
1049 | </itemgra> |
---|
1050 | <itemgra item_types="street_0,street_1_city,street_1_land" order="14"> |
---|
1051 | <polyline color="#d2d2d2" width="17"/> |
---|
1052 | <polyline color="#ffffff" width="13"/> |
---|
1053 | </itemgra> |
---|
1054 | <itemgra item_types="street_0,street_1_city,street_1_land" order="15"> |
---|
1055 | <polyline color="#d2d2d2" width="18"/> |
---|
1056 | <polyline color="#ffffff" width="14"/> |
---|
1057 | </itemgra> |
---|
1058 | <itemgra item_types="street_0,street_1_city,street_1_land" order="16"> |
---|
1059 | <polyline color="#d2d2d2" width="30"/> |
---|
1060 | <polyline color="#ffffff" width="26"/> |
---|
1061 | </itemgra> |
---|
1062 | <itemgra item_types="street_0,street_1_city,street_1_land" order="17"> |
---|
1063 | <polyline color="#d2d2d2" width="67"/> |
---|
1064 | <polyline color="#ffffff" width="61"/> |
---|
1065 | </itemgra> |
---|
1066 | <itemgra item_types="street_0,street_1_city,street_1_land" order="18"> |
---|
1067 | <polyline color="#d2d2d2" width="132"/> |
---|
1068 | <polyline color="#ffffff" width="126"/> |
---|
1069 | </itemgra> |
---|
1070 | <itemgra item_types="street_2_city,street_2_land,ramp" order="7-8"> |
---|
1071 | <polyline color="#c0c0c0" width="2"/> |
---|
1072 | </itemgra> |
---|
1073 | <itemgra item_types="street_2_city,street_2_land,ramp" order="9"> |
---|
1074 | <polyline color="#c0c0c0" width="3"/> |
---|
1075 | <polyline color="#ffff00" width="1"/> |
---|
1076 | </itemgra> |
---|
1077 | <itemgra item_types="street_2_city,street_2_land,ramp" order="10"> |
---|
1078 | <polyline color="#c0c0c0" width="4"/> |
---|
1079 | <polyline color="#ffff00" width="2"/> |
---|
1080 | </itemgra> |
---|
1081 | <itemgra item_types="street_2_city,street_2_land,ramp" order="11"> |
---|
1082 | <polyline color="#c0c0c0" width="5"/> |
---|
1083 | <polyline color="#ffff00" width="3"/> |
---|
1084 | </itemgra> |
---|
1085 | <itemgra item_types="street_2_city,street_2_land,ramp" order="12"> |
---|
1086 | <polyline color="#c0c0c0" width="7"/> |
---|
1087 | <polyline color="#ffff00" width="5"/> |
---|
1088 | </itemgra> |
---|
1089 | <itemgra item_types="street_2_city,street_2_land,ramp" order="13"> |
---|
1090 | <polyline color="#c0c0c0" width="11"/> |
---|
1091 | <polyline color="#ffff00" width="8"/> |
---|
1092 | </itemgra> |
---|
1093 | <itemgra item_types="street_2_city,street_2_land,ramp" order="14"> |
---|
1094 | <polyline color="#c0c0c0" width="14"/> |
---|
1095 | <polyline color="#ffff00" width="11"/> |
---|
1096 | </itemgra> |
---|
1097 | <itemgra item_types="street_2_city,street_2_land,ramp" order="15"> |
---|
1098 | <polyline color="#c0c0c0" width="19"/> |
---|
1099 | <polyline color="#ffff00" width="15"/> |
---|
1100 | </itemgra> |
---|
1101 | <itemgra item_types="street_2_city,street_2_land,ramp" order="16"> |
---|
1102 | <polyline color="#c0c0c0" width="30"/> |
---|
1103 | <polyline color="#ffff00" width="26"/> |
---|
1104 | </itemgra> |
---|
1105 | <itemgra item_types="street_2_city,street_2_land,ramp" order="17"> |
---|
1106 | <polyline color="#c0c0c0" width="63"/> |
---|
1107 | <polyline color="#ffff00" width="57"/> |
---|
1108 | </itemgra> |
---|
1109 | <itemgra item_types="street_2_city,street_2_land,ramp" order="18"> |
---|
1110 | <polyline color="#c0c0c0" width="100"/> |
---|
1111 | <polyline color="#ffff00" width="90"/> |
---|
1112 | </itemgra> |
---|
1113 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="7-8"> |
---|
1114 | <polyline color="#a0a0a0" width="3"/> |
---|
1115 | <polyline color="#ffff00" width="1"/> |
---|
1116 | </itemgra> |
---|
1117 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="9"> |
---|
1118 | <polyline color="#a0a0a0" width="5"/> |
---|
1119 | <polyline color="#ffff00" width="3"/> |
---|
1120 | </itemgra> |
---|
1121 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="10"> |
---|
1122 | <polyline color="#a0a0a0" width="8"/> |
---|
1123 | <polyline color="#ffff00" width="6"/> |
---|
1124 | </itemgra> |
---|
1125 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="11"> |
---|
1126 | <polyline color="#a0a0a0" width="9"/> |
---|
1127 | <polyline color="#ffff00" width="7"/> |
---|
1128 | </itemgra> |
---|
1129 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="12"> |
---|
1130 | <polyline color="#a0a0a0" width="13"/> |
---|
1131 | <polyline color="#ffff00" width="9"/> |
---|
1132 | </itemgra> |
---|
1133 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="13"> |
---|
1134 | <polyline color="#a0a0a0" width="18"/> |
---|
1135 | <polyline color="#ffff00" width="14"/> |
---|
1136 | </itemgra> |
---|
1137 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="14"> |
---|
1138 | <polyline color="#a0a0a0" width="21"/> |
---|
1139 | <polyline color="#ffff00" width="17"/> |
---|
1140 | </itemgra> |
---|
1141 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="15"> |
---|
1142 | <polyline color="#a0a0a0" width="25"/> |
---|
1143 | <polyline color="#ffff00" width="21"/> |
---|
1144 | </itemgra> |
---|
1145 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="16"> |
---|
1146 | <polyline color="#a0a0a0" width="40"/> |
---|
1147 | <polyline color="#ffff00" width="34"/> |
---|
1148 | </itemgra> |
---|
1149 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="17"> |
---|
1150 | <polyline color="#a0a0a0" width="79"/> |
---|
1151 | <polyline color="#ffff00" width="73"/> |
---|
1152 | </itemgra> |
---|
1153 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="18"> |
---|
1154 | <polyline color="#a0a0a0" width="156"/> |
---|
1155 | <polyline color="#ffff00" width="150"/> |
---|
1156 | </itemgra> |
---|
1157 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6"> |
---|
1158 | <polyline color="#404040" width="1"/> |
---|
1159 | </itemgra> |
---|
1160 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8"> |
---|
1161 | <polyline color="#404040" width="3"/> |
---|
1162 | <polyline color="#ff0000" width="1"/> |
---|
1163 | </itemgra> |
---|
1164 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9"> |
---|
1165 | <polyline color="#000000" width="5"/> |
---|
1166 | <polyline color="#ff0000" width="3"/> |
---|
1167 | </itemgra> |
---|
1168 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10"> |
---|
1169 | <polyline color="#000000" width="6"/> |
---|
1170 | <polyline color="#ff0000" width="4"/> |
---|
1171 | </itemgra> |
---|
1172 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11"> |
---|
1173 | <polyline color="#000000" width="9"/> |
---|
1174 | <polyline color="#ff0000" width="7"/> |
---|
1175 | </itemgra> |
---|
1176 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12"> |
---|
1177 | <polyline color="#000000" width="13"/> |
---|
1178 | <polyline color="#ff0000" width="9"/> |
---|
1179 | </itemgra> |
---|
1180 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13"> |
---|
1181 | <polyline color="#000000" width="18"/> |
---|
1182 | <polyline color="#ff0000" width="14"/> |
---|
1183 | </itemgra> |
---|
1184 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14"> |
---|
1185 | <polyline color="#000000" width="21"/> |
---|
1186 | <polyline color="#ff0000" width="17"/> |
---|
1187 | </itemgra> |
---|
1188 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15"> |
---|
1189 | <polyline color="#000000" width="24"/> |
---|
1190 | <polyline color="#ff0000" width="20"/> |
---|
1191 | </itemgra> |
---|
1192 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16"> |
---|
1193 | <polyline color="#000000" width="39"/> |
---|
1194 | <polyline color="#ff0000" width="33"/> |
---|
1195 | </itemgra> |
---|
1196 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17"> |
---|
1197 | <polyline color="#000000" width="78"/> |
---|
1198 | <polyline color="#ff0000" width="72"/> |
---|
1199 | </itemgra> |
---|
1200 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18"> |
---|
1201 | <polyline color="#000000" width="156"/> |
---|
1202 | <polyline color="#ff0000" width="150"/> |
---|
1203 | </itemgra> |
---|
1204 | <itemgra item_types="highway_city,highway_land" order="2"> |
---|
1205 | <polyline color="#ff0000" width="1"/> |
---|
1206 | </itemgra> |
---|
1207 | <itemgra item_types="highway_city,highway_land" order="3-5"> |
---|
1208 | <polyline color="#ff0000" width="3"/> |
---|
1209 | <polyline color="#ffff00" width="1"/> |
---|
1210 | </itemgra> |
---|
1211 | <itemgra item_types="highway_city,highway_land" order="6"> |
---|
1212 | <polyline color="#ff0000" width="4"/> |
---|
1213 | <polyline color="#ffff00" width="2"/> |
---|
1214 | </itemgra> |
---|
1215 | <itemgra item_types="highway_city,highway_land" order="7-8"> |
---|
1216 | <polyline color="#ff0000" width="7"/> |
---|
1217 | <polyline color="#ffff00" width="5"/> |
---|
1218 | <polyline color="#ff0000" width="1"/> |
---|
1219 | </itemgra> |
---|
1220 | <itemgra item_types="highway_city,highway_land" order="9-10"> |
---|
1221 | <polyline color="#ff0000" width="9"/> |
---|
1222 | <polyline color="#ffff00" width="5"/> |
---|
1223 | <polyline color="#ff0000" width="1"/> |
---|
1224 | </itemgra> |
---|
1225 | <itemgra item_types="highway_city,highway_land" order="11"> |
---|
1226 | <polyline color="#ff0000" width="13"/> |
---|
1227 | <polyline color="#ffff00" width="9"/> |
---|
1228 | <polyline color="#ff0000" width="1"/> |
---|
1229 | </itemgra> |
---|
1230 | <itemgra item_types="highway_city,highway_land" order="12"> |
---|
1231 | <polyline color="#ff0000" width="15"/> |
---|
1232 | <polyline color="#ffff00" width="10"/> |
---|
1233 | <polyline color="#ff0000" width="1"/> |
---|
1234 | </itemgra> |
---|
1235 | <itemgra item_types="highway_city,highway_land" order="13"> |
---|
1236 | <polyline color="#ff0000" width="25"/> |
---|
1237 | <polyline color="#ffff00" width="17"/> |
---|
1238 | <polyline color="#ff0000" width="1"/> |
---|
1239 | </itemgra> |
---|
1240 | <itemgra item_types="highway_city,highway_land" order="14"> |
---|
1241 | <polyline color="#ff0000" width="31"/> |
---|
1242 | <polyline color="#ffff00" width="24"/> |
---|
1243 | <polyline color="#ff0000" width="1"/> |
---|
1244 | </itemgra> |
---|
1245 | <itemgra item_types="highway_city,highway_land" order="15"> |
---|
1246 | <polyline color="#ff0000" width="33"/> |
---|
1247 | <polyline color="#ffff00" width="27"/> |
---|
1248 | <polyline color="#ff0000" width="1"/> |
---|
1249 | </itemgra> |
---|
1250 | <itemgra item_types="highway_city,highway_land" order="16"> |
---|
1251 | <polyline color="#ff0000" width="65"/> |
---|
1252 | <polyline color="#ffff00" width="59"/> |
---|
1253 | <polyline color="#ff0000" width="1"/> |
---|
1254 | </itemgra> |
---|
1255 | <itemgra item_types="highway_city,highway_land" order="17"> |
---|
1256 | <polyline color="#ff0000" width="133"/> |
---|
1257 | <polyline color="#ffff00" width="127"/> |
---|
1258 | <polyline color="#ff0000" width="1"/> |
---|
1259 | </itemgra> |
---|
1260 | <itemgra item_types="highway_city,highway_land" order="18"> |
---|
1261 | <polyline color="#ff0000" width="264"/> |
---|
1262 | <polyline color="#ffff00" width="258"/> |
---|
1263 | <polyline color="#ff0000" width="1"/> |
---|
1264 | </itemgra> |
---|
1265 | <itemgra item_types="tracking_0" order="0-"> |
---|
1266 | <polyline color="#000000" width="3"/> |
---|
1267 | </itemgra> |
---|
1268 | <itemgra item_types="tracking_10" order="0-"> |
---|
1269 | <polyline color="#191919" width="3"/> |
---|
1270 | </itemgra> |
---|
1271 | <itemgra item_types="tracking_20" order="0-"> |
---|
1272 | <polyline color="#333333" width="3"/> |
---|
1273 | </itemgra> |
---|
1274 | <itemgra item_types="tracking_30" order="0-"> |
---|
1275 | <polyline color="#4c4c4c" width="3"/> |
---|
1276 | </itemgra> |
---|
1277 | <itemgra item_types="tracking_40" order="0-"> |
---|
1278 | <polyline color="#666666" width="3"/> |
---|
1279 | </itemgra> |
---|
1280 | <itemgra item_types="tracking_50" order="0-"> |
---|
1281 | <polyline color="#7f7f7f" width="3"/> |
---|
1282 | </itemgra> |
---|
1283 | <itemgra item_types="tracking_60" order="0-"> |
---|
1284 | <polyline color="#999999" width="3"/> |
---|
1285 | </itemgra> |
---|
1286 | <itemgra item_types="tracking_70" order="0-"> |
---|
1287 | <polyline color="#b2b2b2" width="3"/> |
---|
1288 | </itemgra> |
---|
1289 | <itemgra item_types="tracking_80" order="0-"> |
---|
1290 | <polyline color="#cccccc" width="3"/> |
---|
1291 | </itemgra> |
---|
1292 | <itemgra item_types="tracking_90" order="0-"> |
---|
1293 | <polyline color="#e5e5e5" width="3"/> |
---|
1294 | </itemgra> |
---|
1295 | <itemgra item_types="tracking_100" order="0-"> |
---|
1296 | <polyline color="#ffffff" width="3"/> |
---|
1297 | </itemgra> |
---|
1298 | <itemgra item_types="highway_exit_label" order="10-"> |
---|
1299 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1300 | </itemgra> |
---|
1301 | <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="10-18"> |
---|
1302 | <text text_size="13"/> |
---|
1303 | </itemgra> |
---|
1304 | <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18"> |
---|
1305 | <text text_size="14"/> |
---|
1306 | </itemgra> |
---|
1307 | <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18"> |
---|
1308 | <text text_size="14"/> |
---|
1309 | </itemgra> |
---|
1310 | <itemgra item_types="traffic_distortion" order="2"> |
---|
1311 | <polyline color="#ff9000" width="2"/> |
---|
1312 | </itemgra> |
---|
1313 | <itemgra item_types="traffic_distortion" order="3-5"> |
---|
1314 | <polyline color="#ff9000" width="4"/> |
---|
1315 | </itemgra> |
---|
1316 | <itemgra item_types="traffic_distortion" order="6"> |
---|
1317 | <polyline color="#ff9000" width="5"/> |
---|
1318 | </itemgra> |
---|
1319 | <itemgra item_types="traffic_distortion" order="7-8"> |
---|
1320 | <polyline color="#ff9000" width="8"/> |
---|
1321 | </itemgra> |
---|
1322 | <itemgra item_types="traffic_distortion" order="9-10"> |
---|
1323 | <polyline color="#ff9000" width="10"/> |
---|
1324 | </itemgra> |
---|
1325 | <itemgra item_types="traffic_distortion" order="11"> |
---|
1326 | <polyline color="#ff9000" width="14"/> |
---|
1327 | </itemgra> |
---|
1328 | <itemgra item_types="traffic_distortion" order="12"> |
---|
1329 | <polyline color="#ff9000" width="16"/> |
---|
1330 | </itemgra> |
---|
1331 | <itemgra item_types="traffic_distortion" order="13"> |
---|
1332 | <polyline color="#ff9000" width="26"/> |
---|
1333 | </itemgra> |
---|
1334 | <itemgra item_types="traffic_distortion" order="14"> |
---|
1335 | <polyline color="#ff9000" width="32"/> |
---|
1336 | </itemgra> |
---|
1337 | <itemgra item_types="traffic_distortion" order="15"> |
---|
1338 | <polyline color="#ff9000" width="34"/> |
---|
1339 | </itemgra> |
---|
1340 | <itemgra item_types="traffic_distortion" order="16"> |
---|
1341 | <polyline color="#ff9000" width="66"/> |
---|
1342 | </itemgra> |
---|
1343 | <itemgra item_types="traffic_distortion" order="17"> |
---|
1344 | <polyline color="#ff9000" width="134"/> |
---|
1345 | </itemgra> |
---|
1346 | <itemgra item_types="traffic_distortion" order="18"> |
---|
1347 | <polyline color="#ff9000" width="265"/> |
---|
1348 | </itemgra> |
---|
1349 | </layer> |
---|
1350 | <layer name="polylines"> |
---|
1351 | <itemgra item_types="aeroway_taxiway" order="10"> |
---|
1352 | <polyline color="#989994" width="4"/> |
---|
1353 | <polyline color="#d3dbbc" width="2"/> |
---|
1354 | </itemgra> |
---|
1355 | <itemgra item_types="aeroway_taxiway" order="11"> |
---|
1356 | <polyline color="#989994" width="6"/> |
---|
1357 | <polyline color="#d3dbbc" width="4"/> |
---|
1358 | </itemgra> |
---|
1359 | <itemgra item_types="aeroway_taxiway" order="12"> |
---|
1360 | <polyline color="#989994" width="10"/> |
---|
1361 | <polyline color="#d3dbbc" width="8"/> |
---|
1362 | </itemgra> |
---|
1363 | <itemgra item_types="aeroway_taxiway" order="13"> |
---|
1364 | <polyline color="#989994" width="12"/> |
---|
1365 | <polyline color="#d3dbbc" width="9"/> |
---|
1366 | </itemgra> |
---|
1367 | <itemgra item_types="aeroway_taxiway" order="14"> |
---|
1368 | <polyline color="#989994" width="15"/> |
---|
1369 | <polyline color="#d3dbbc" width="13"/> |
---|
1370 | </itemgra> |
---|
1371 | <itemgra item_types="aeroway_taxiway" order="15"> |
---|
1372 | <polyline color="#989994" width="17"/> |
---|
1373 | <polyline color="#d3dbbc" width="14"/> |
---|
1374 | </itemgra> |
---|
1375 | <itemgra item_types="aeroway_taxiway" order="16"> |
---|
1376 | <polyline color="#989994" width="33"/> |
---|
1377 | <polyline color="#d3dbbc" width="26"/> |
---|
1378 | </itemgra> |
---|
1379 | <itemgra item_types="aeroway_taxiway" order="17"> |
---|
1380 | <polyline color="#989994" width="69"/> |
---|
1381 | <polyline color="#d3dbbc" width="61"/> |
---|
1382 | </itemgra> |
---|
1383 | <itemgra item_types="aeroway_taxiway" order="18"> |
---|
1384 | <polyline color="#989994" width="132"/> |
---|
1385 | <polyline color="#d3dbbc" width="126"/> |
---|
1386 | </itemgra> |
---|
1387 | <itemgra item_types="aeroway_runway" order="2-6"> |
---|
1388 | <polyline color="#404040" width="1"/> |
---|
1389 | </itemgra> |
---|
1390 | <itemgra item_types="aeroway_runway" order="7-8"> |
---|
1391 | <polyline color="#404040" width="3"/> |
---|
1392 | <polyline color="#d3dbbc" width="1"/> |
---|
1393 | </itemgra> |
---|
1394 | <itemgra item_types="aeroway_runway" order="9"> |
---|
1395 | <polyline color="#6b6f5f" width="5"/> |
---|
1396 | <polyline color="#d3dbbc" width="3"/> |
---|
1397 | </itemgra> |
---|
1398 | <itemgra item_types="aeroway_runway" order="10"> |
---|
1399 | <polyline color="#6b6f5f" width="6"/> |
---|
1400 | <polyline color="#d3dbbc" width="4"/> |
---|
1401 | </itemgra> |
---|
1402 | <itemgra item_types="aeroway_runway" order="11"> |
---|
1403 | <polyline color="#6b6f5f" width="9"/> |
---|
1404 | <polyline color="#d3dbbc" width="7"/> |
---|
1405 | </itemgra> |
---|
1406 | <itemgra item_types="aeroway_runway" order="12"> |
---|
1407 | <polyline color="#6b6f5f" width="13"/> |
---|
1408 | <polyline color="#d3dbbc" width="9"/> |
---|
1409 | </itemgra> |
---|
1410 | <itemgra item_types="aeroway_runway" order="13"> |
---|
1411 | <polyline color="#6b6f5f" width="18"/> |
---|
1412 | <polyline color="#d3dbbc" width="14"/> |
---|
1413 | </itemgra> |
---|
1414 | <itemgra item_types="aeroway_runway" order="14"> |
---|
1415 | <polyline color="#6b6f5f" width="21"/> |
---|
1416 | <polyline color="#d3dbbc" width="17"/> |
---|
1417 | </itemgra> |
---|
1418 | <itemgra item_types="aeroway_runway" order="15"> |
---|
1419 | <polyline color="#6b6f5f" width="24"/> |
---|
1420 | <polyline color="#d3dbbc" width="20"/> |
---|
1421 | </itemgra> |
---|
1422 | <itemgra item_types="aeroway_runway" order="16"> |
---|
1423 | <polyline color="#6b6f5f" width="39"/> |
---|
1424 | <polyline color="#d3dbbc" width="33"/> |
---|
1425 | </itemgra> |
---|
1426 | <itemgra item_types="aeroway_runway" order="17"> |
---|
1427 | <polyline color="#6b6f5f" width="78"/> |
---|
1428 | <polyline color="#d3dbbc" width="72"/> |
---|
1429 | </itemgra> |
---|
1430 | <itemgra item_types="aeroway_runway" order="18"> |
---|
1431 | <polyline color="#6b6f5f" width="156"/> |
---|
1432 | <polyline color="#d3dbbc" width="150"/> |
---|
1433 | </itemgra> |
---|
1434 | <itemgra item_types="rail_tram" order="10-"> |
---|
1435 | <polyline color="#606060" width="2"/> |
---|
1436 | </itemgra> |
---|
1437 | </layer> |
---|
1438 | <layer name="labels"> |
---|
1439 | <itemgra item_types="house_number" order="15-"> |
---|
1440 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1441 | </itemgra> |
---|
1442 | <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="11-"> |
---|
1443 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1444 | </itemgra> |
---|
1445 | <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="10-"> |
---|
1446 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1447 | </itemgra> |
---|
1448 | <itemgra item_types="town_label_1e3" order="10-"> |
---|
1449 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1450 | </itemgra> |
---|
1451 | <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-"> |
---|
1452 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1453 | </itemgra> |
---|
1454 | <itemgra item_types="town_label_2e3" order="9-"> |
---|
1455 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1456 | </itemgra> |
---|
1457 | <itemgra item_types="town_label_5e3,town_label_1e4,town_label_2e4,town_label_5e4" order="9-"> |
---|
1458 | <circle color="#000000" radius="3" text_size="15"/> |
---|
1459 | </itemgra> |
---|
1460 | <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="8-"> |
---|
1461 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1462 | </itemgra> |
---|
1463 | <itemgra item_types="town_label_2e3" order="8"> |
---|
1464 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1465 | </itemgra> |
---|
1466 | <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6,district_label_1e7" order="7-"> |
---|
1467 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1468 | </itemgra> |
---|
1469 | <itemgra item_types="town_label_5e3" order="7-8"> |
---|
1470 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1471 | </itemgra> |
---|
1472 | <itemgra item_types="town_label_1e4" order="6-8"> |
---|
1473 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1474 | </itemgra> |
---|
1475 | <itemgra item_types="town_label_2e4,town_label_5e4" order="5-8"> |
---|
1476 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1477 | </itemgra> |
---|
1478 | <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="5-"> |
---|
1479 | <circle color="#000000" radius="3" text_size="15"/> |
---|
1480 | </itemgra> |
---|
1481 | <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="5-"> |
---|
1482 | <circle color="#000000" radius="3" text_size="20"/> |
---|
1483 | </itemgra> |
---|
1484 | <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="3-4"> |
---|
1485 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1486 | </itemgra> |
---|
1487 | <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="3-4"> |
---|
1488 | <circle color="#000000" radius="3" text_size="15"/> |
---|
1489 | </itemgra> |
---|
1490 | <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6,town_label_1e7" order="0-2"> |
---|
1491 | <circle color="#000000" radius="3" text_size="10"/> |
---|
1492 | </itemgra> |
---|
1493 | </layer> |
---|
1494 | <layer name="Internal"> |
---|
1495 | <itemgra item_types="track" order="7-"> |
---|
1496 | <polyline color="#3f3f3f" width="1"/> |
---|
1497 | </itemgra> |
---|
1498 | <itemgra item_types="track_tracked" order="7-"> |
---|
1499 | <polyline color="#3f3fff" width="3"/> |
---|
1500 | </itemgra> |
---|
1501 | <itemgra item_types="rg_segment" order="12-"> |
---|
1502 | <polyline color="#FF089C" width="1"/> |
---|
1503 | <arrows color="#FF089C" width="1"/> |
---|
1504 | </itemgra> |
---|
1505 | <itemgra item_types="rg_point" order="12-"> |
---|
1506 | <circle color="#FF089C" radius="10" text_size="10"/> |
---|
1507 | </itemgra> |
---|
1508 | <itemgra item_types="nav_left_1" order="0-"> |
---|
1509 | <icon src="nav_left_1_bk.svg" w="32" h="32"/> |
---|
1510 | </itemgra> |
---|
1511 | <itemgra item_types="nav_left_2" order="0-"> |
---|
1512 | <icon src="nav_left_2_bk.svg" w="32" h="32"/> |
---|
1513 | </itemgra> |
---|
1514 | <itemgra item_types="nav_left_3" order="0-"> |
---|
1515 | <icon src="nav_left_3_bk.svg" w="32" h="32"/> |
---|
1516 | </itemgra> |
---|
1517 | <itemgra item_types="nav_right_1" order="0-"> |
---|
1518 | <icon src="nav_right_1_bk.svg" w="32" h="32"/> |
---|
1519 | </itemgra> |
---|
1520 | <itemgra item_types="nav_right_2" order="0-"> |
---|
1521 | <icon src="nav_right_2_bk.svg" w="32" h="32"/> |
---|
1522 | </itemgra> |
---|
1523 | <itemgra item_types="nav_right_3" order="0-"> |
---|
1524 | <icon src="nav_right_3_bk.svg" w="32" h="32"/> |
---|
1525 | </itemgra> |
---|
1526 | <itemgra item_types="nav_straight" order="0-"> |
---|
1527 | <icon src="nav_straight_bk.svg" w="32" h="32"/> |
---|
1528 | </itemgra> |
---|
1529 | <itemgra item_types="nav_turnaround" order="0-"> |
---|
1530 | <icon src="nav_turnaround_left_bk.svg" w="32" h="32"/> |
---|
1531 | </itemgra> |
---|
1532 | <itemgra item_types="nav_roundabout_l1" order="0-"> |
---|
1533 | <icon src="nav_roundabout_l1_bk.svg" w="32" h="32"/> |
---|
1534 | </itemgra> |
---|
1535 | <itemgra item_types="nav_roundabout_r1" order="0-"> |
---|
1536 | <icon src="nav_roundabout_r1_bk.svg" w="32" h="32"/> |
---|
1537 | </itemgra> |
---|
1538 | <itemgra item_types="nav_roundabout_l2" order="0-"> |
---|
1539 | <icon src="nav_roundabout_l2_bk.svg" w="32" h="32"/> |
---|
1540 | </itemgra> |
---|
1541 | <itemgra item_types="nav_roundabout_r2" order="0-"> |
---|
1542 | <icon src="nav_roundabout_r2_bk.svg" w="32" h="32"/> |
---|
1543 | </itemgra> |
---|
1544 | <itemgra item_types="nav_roundabout_l3" order="0-"> |
---|
1545 | <icon src="nav_roundabout_l3_bk.svg" w="32" h="32"/> |
---|
1546 | </itemgra> |
---|
1547 | <itemgra item_types="nav_roundabout_r3" order="0-"> |
---|
1548 | <icon src="nav_roundabout_r3_bk.svg" w="32" h="32"/> |
---|
1549 | </itemgra> |
---|
1550 | <itemgra item_types="nav_roundabout_l4" order="0-"> |
---|
1551 | <icon src="nav_roundabout_l4_bk.svg" w="32" h="32"/> |
---|
1552 | </itemgra> |
---|
1553 | <itemgra item_types="nav_roundabout_r4" order="0-"> |
---|
1554 | <icon src="nav_roundabout_r4_bk.svg" w="32" h="32"/> |
---|
1555 | </itemgra> |
---|
1556 | <itemgra item_types="nav_roundabout_l5" order="0-"> |
---|
1557 | <icon src="nav_roundabout_l5_bk.svg" w="32" h="32"/> |
---|
1558 | </itemgra> |
---|
1559 | <itemgra item_types="nav_roundabout_r5" order="0-"> |
---|
1560 | <icon src="nav_roundabout_r5_bk.svg" w="32" h="32"/> |
---|
1561 | </itemgra> |
---|
1562 | <itemgra item_types="nav_roundabout_l6" order="0-"> |
---|
1563 | <icon src="nav_roundabout_l6_bk.svg" w="32" h="32"/> |
---|
1564 | </itemgra> |
---|
1565 | <itemgra item_types="nav_roundabout_r6" order="0-"> |
---|
1566 | <icon src="nav_roundabout_r6_bk.svg" w="32" h="32"/> |
---|
1567 | </itemgra> |
---|
1568 | <itemgra item_types="nav_roundabout_l7" order="0-"> |
---|
1569 | <icon src="nav_roundabout_l7_bk.svg" w="32" h="32"/> |
---|
1570 | </itemgra> |
---|
1571 | <itemgra item_types="nav_roundabout_r7" order="0-"> |
---|
1572 | <icon src="nav_roundabout_r7_bk.svg" w="32" h="32"/> |
---|
1573 | </itemgra> |
---|
1574 | <itemgra item_types="nav_roundabout_l8" order="0-"> |
---|
1575 | <icon src="nav_roundabout_l8_bk.svg" w="32" h="32"/> |
---|
1576 | </itemgra> |
---|
1577 | <itemgra item_types="nav_roundabout_r8" order="0-"> |
---|
1578 | <icon src="nav_roundabout_r8_bk.svg" w="32" h="32"/> |
---|
1579 | </itemgra> |
---|
1580 | <itemgra item_types="nav_none" order="0-"> |
---|
1581 | <icon src="unknown.xpm"/> |
---|
1582 | </itemgra> |
---|
1583 | <itemgra item_types="announcement" order="7-"> |
---|
1584 | <icon src="gui_sound_32_32.png"/> |
---|
1585 | <circle color="#FF089C" radius="10" text_size="10"/> |
---|
1586 | </itemgra> |
---|
1587 | </layer> |
---|
1588 | <layer name="Unknown" enabled="no"> |
---|
1589 | <!-- This entry shows all unknow point elements as blue circles --> |
---|
1590 | <itemgra item_types="point_unkn" order="9-"> |
---|
1591 | <circle color="#8080ff" radius="3"/> |
---|
1592 | </itemgra> |
---|
1593 | <!-- This entry shows all unknown linear elements as blue lines --> |
---|
1594 | <itemgra item_types="street_unkn" order="0-"> |
---|
1595 | <polyline color="#8080ff" width="3"/> |
---|
1596 | </itemgra> |
---|
1597 | </layer> |
---|
1598 | <layer name="POI Symbols"> |
---|
1599 | <itemgra item_types="mini_roundabout" order="12-"> |
---|
1600 | <icon src="mini_roundabout.xpm"/> |
---|
1601 | </itemgra> |
---|
1602 | <itemgra item_types="turning_circle" order="12-"> |
---|
1603 | <icon src="mini_roundabout.xpm"/> |
---|
1604 | </itemgra> |
---|
1605 | <itemgra item_types="poi_airport" order="5-"> |
---|
1606 | <icon src="airport.png"/> |
---|
1607 | </itemgra> |
---|
1608 | <itemgra item_types="town_ghost" order="10-"> |
---|
1609 | <icon src="ghost_town.xpm"/> |
---|
1610 | </itemgra> |
---|
1611 | <itemgra item_types="poi_hotel" order="12-"> |
---|
1612 | <icon src="hotel.xpm"/> |
---|
1613 | </itemgra> |
---|
1614 | <itemgra item_types="poi_car_parking" order="11-"> |
---|
1615 | <icon src="parking.xpm"/> |
---|
1616 | </itemgra> |
---|
1617 | <itemgra item_types="poi_car_dealer_parts" order="12-"> |
---|
1618 | <icon src="car_dealer.xpm"/> |
---|
1619 | </itemgra> |
---|
1620 | <itemgra item_types="poi_fuel" order="12-"> |
---|
1621 | <icon src="fuel.png"/> |
---|
1622 | </itemgra> |
---|
1623 | <itemgra item_types="poi_shopping" order="12-"> |
---|
1624 | <icon src="shopping.png"/> |
---|
1625 | </itemgra> |
---|
1626 | <itemgra item_types="poi_attraction" order="11-"> |
---|
1627 | <icon src="attraction.png"/> |
---|
1628 | </itemgra> |
---|
1629 | <itemgra item_types="poi_cafe" order="12-"> |
---|
1630 | <icon src="cafe.xpm"/> |
---|
1631 | </itemgra> |
---|
1632 | <itemgra item_types="poi_bar" order="12-"> |
---|
1633 | <icon src="bar.xpm"/> |
---|
1634 | </itemgra> |
---|
1635 | <itemgra item_types="poi_bridge" order="12-"> |
---|
1636 | <icon src="bridge.xpm"/> |
---|
1637 | </itemgra> |
---|
1638 | <itemgra item_types="highway_exit" order="11-"> |
---|
1639 | <icon src="exit.png"/> |
---|
1640 | </itemgra> |
---|
1641 | <itemgra item_types="poi_camp_rv" order="12-"> |
---|
1642 | <icon src="camping.xpm"/> |
---|
1643 | </itemgra> |
---|
1644 | <itemgra item_types="poi_museum_history" order="12-"> |
---|
1645 | <icon src="museum.xpm"/> |
---|
1646 | </itemgra> |
---|
1647 | <itemgra item_types="poi_hospital" order="12-"> |
---|
1648 | <icon src="hospital.png"/> |
---|
1649 | </itemgra> |
---|
1650 | <itemgra item_types="poi_dining" order="12-"> |
---|
1651 | <icon src="dining.xpm"/> |
---|
1652 | </itemgra> |
---|
1653 | <itemgra item_types="poi_fastfood" order="12-"> |
---|
1654 | <icon src="fastfood.png"/> |
---|
1655 | </itemgra> |
---|
1656 | <itemgra item_types="poi_police" order="12-"> |
---|
1657 | <icon src="police.png"/> |
---|
1658 | </itemgra> |
---|
1659 | <itemgra item_types="poi_auto_club" order="12-"> |
---|
1660 | <icon src="auto_club.xpm"/> |
---|
1661 | </itemgra> |
---|
1662 | <itemgra item_types="poi_autoservice" order="12-"> |
---|
1663 | <icon src="car_dealer.xpm"/> |
---|
1664 | </itemgra> |
---|
1665 | <itemgra item_types="poi_bank" order="12-"> |
---|
1666 | <icon src="bank.png"/> |
---|
1667 | </itemgra> |
---|
1668 | <itemgra item_types="poi_bay" order="12-"> |
---|
1669 | <icon src="bay.xpm"/> |
---|
1670 | </itemgra> |
---|
1671 | <itemgra item_types="poi_bend" order="12-"> |
---|
1672 | <icon src="bend.xpm"/> |
---|
1673 | </itemgra> |
---|
1674 | <itemgra item_types="poi_boat_ramp" order="12-"> |
---|
1675 | <icon src="boat_ramp.png"/> |
---|
1676 | </itemgra> |
---|
1677 | <itemgra item_types="poi_border_station" order="12-"> |
---|
1678 | <icon src="border_station.xpm"/> |
---|
1679 | </itemgra> |
---|
1680 | <itemgra item_types="poi_bowling" order="12-"> |
---|
1681 | <icon src="bowling.xpm"/> |
---|
1682 | </itemgra> |
---|
1683 | <itemgra item_types="poi_bus_station" order="11-"> |
---|
1684 | <icon src="bus.png"/> |
---|
1685 | </itemgra> |
---|
1686 | <itemgra item_types="poi_bus_stop" order="12-"> |
---|
1687 | <icon src="bus.png"/> |
---|
1688 | </itemgra> |
---|
1689 | <itemgra item_types="poi_business_service" order="12-"> |
---|
1690 | <icon src="bussines_service.xpm"/> |
---|
1691 | </itemgra> |
---|
1692 | <itemgra item_types="poi_car_rent" order="12-"> |
---|
1693 | <icon src="car_rent.xpm"/> |
---|
1694 | </itemgra> |
---|
1695 | <itemgra item_types="poi_car_wash" order="12-"> |
---|
1696 | <icon src="car_wash.xpm"/> |
---|
1697 | </itemgra> |
---|
1698 | <itemgra item_types="poi_casino" order="12-"> |
---|
1699 | <icon src="casino.xpm"/> |
---|
1700 | </itemgra> |
---|
1701 | <itemgra item_types="poi_cemetery" order="12-"> |
---|
1702 | <icon src="cemetery.xpm"/> |
---|
1703 | </itemgra> |
---|
1704 | <itemgra item_types="poi_church" order="11-"> |
---|
1705 | <icon src="church.png"/> |
---|
1706 | </itemgra> |
---|
1707 | <itemgra item_types="poi_cinema" order="12-"> |
---|
1708 | <icon src="cinema.png"/> |
---|
1709 | </itemgra> |
---|
1710 | <itemgra item_types="poi_communication" order="12-"> |
---|
1711 | <icon src="communication.xpm"/> |
---|
1712 | </itemgra> |
---|
1713 | <itemgra item_types="poi_concert" order="12-"> |
---|
1714 | <icon src="concert.xpm"/> |
---|
1715 | </itemgra> |
---|
1716 | <itemgra item_types="poi_cove" order="12-"> |
---|
1717 | <icon src="cove.xpm"/> |
---|
1718 | </itemgra> |
---|
1719 | <itemgra item_types="poi_crossing" order="12-"> |
---|
1720 | <icon src="crossing.xpm"/> |
---|
1721 | </itemgra> |
---|
1722 | <itemgra item_types="poi_dam" order="12-"> |
---|
1723 | <icon src="dam.xpm"/> |
---|
1724 | </itemgra> |
---|
1725 | <itemgra item_types="poi_danger_area" order="12-"> |
---|
1726 | <icon src="danger_area.xpm"/> |
---|
1727 | </itemgra> |
---|
1728 | <itemgra item_types="poi_danger_sea_wreck" order="12-"> |
---|
1729 | <icon src="dangerous.xpm"/> |
---|
1730 | </itemgra> |
---|
1731 | <itemgra item_types="poi_daymark" order="12-"> |
---|
1732 | <icon src="daymark.xpm"/> |
---|
1733 | </itemgra> |
---|
1734 | <itemgra item_types="poi_diving" order="12-"> |
---|
1735 | <icon src="diving.xpm"/> |
---|
1736 | </itemgra> |
---|
1737 | <itemgra item_types="poi_drinking_water" order="13-"> |
---|
1738 | <icon src="drinking_water.xpm"/> |
---|
1739 | </itemgra> |
---|
1740 | <itemgra item_types="poi_emergency" order="12-"> |
---|
1741 | <icon src="emergency.xpm"/> |
---|
1742 | </itemgra> |
---|
1743 | <itemgra item_types="poi_fair" order="12-"> |
---|
1744 | <icon src="fair.xpm"/> |
---|
1745 | </itemgra> |
---|
1746 | <itemgra item_types="poi_firebrigade" order="12-"> |
---|
1747 | <icon src="firebrigade.png"/> |
---|
1748 | </itemgra> |
---|
1749 | <itemgra item_types="poi_fish" order="9-"> |
---|
1750 | <icon src="fish.xpm"/> |
---|
1751 | </itemgra> |
---|
1752 | <itemgra item_types="poi_forbidden_area" order="12-"> |
---|
1753 | <icon src="forbiden_area.xpm"/> |
---|
1754 | </itemgra> |
---|
1755 | <itemgra item_types="poi_shop_gps" order="15-"> |
---|
1756 | <icon src="garmin.xpm"/> |
---|
1757 | </itemgra> |
---|
1758 | <itemgra item_types="poi_golf" order="12-"> |
---|
1759 | <icon src="golf.xpm"/> |
---|
1760 | </itemgra> |
---|
1761 | <itemgra item_types="poi_government_building" order="12-"> |
---|
1762 | <icon src="goverment_building.xpm"/> |
---|
1763 | </itemgra> |
---|
1764 | <itemgra item_types="poi_height" order="12-"> |
---|
1765 | <icon src="height.xpm"/> |
---|
1766 | </itemgra> |
---|
1767 | <itemgra item_types="poi_heliport" order="8-"> |
---|
1768 | <icon src="heliport.xpm"/> |
---|
1769 | </itemgra> |
---|
1770 | <itemgra item_types="poi_hotspring" order="12-"> |
---|
1771 | <icon src="hotspring.xpm"/> |
---|
1772 | </itemgra> |
---|
1773 | <itemgra item_types="poi_icesport" order="12-"> |
---|
1774 | <icon src="icesport.xpm"/> |
---|
1775 | </itemgra> |
---|
1776 | <itemgra item_types="poi_information" order="12-"> |
---|
1777 | <icon src="information.xpm"/> |
---|
1778 | </itemgra> |
---|
1779 | <itemgra item_types="poi_justice" order="12-"> |
---|
1780 | <icon src="justice.xpm"/> |
---|
1781 | </itemgra> |
---|
1782 | <itemgra item_types="poi_landmark" order="11-"> |
---|
1783 | <icon src="landmark.xpm"/> |
---|
1784 | </itemgra> |
---|
1785 | <itemgra item_types="poi_levee" order="12-"> |
---|
1786 | <icon src="levee.xpm"/> |
---|
1787 | </itemgra> |
---|
1788 | <itemgra item_types="poi_level_crossing" order="11-"> |
---|
1789 | <icon src="level_crossing.xpm"/> |
---|
1790 | </itemgra> |
---|
1791 | <itemgra item_types="poi_library" order="12-"> |
---|
1792 | <icon src="library.xpm"/> |
---|
1793 | </itemgra> |
---|
1794 | <itemgra item_types="poi_locale" order="12-"> |
---|
1795 | <icon src="locale.xpm"/> |
---|
1796 | </itemgra> |
---|
1797 | <itemgra item_types="poi_loudspeaker" order="12-"> |
---|
1798 | <icon src="loudspeaker.xpm"/> |
---|
1799 | </itemgra> |
---|
1800 | <itemgra item_types="poi_mall" order="12-"> |
---|
1801 | <icon src="mall.xpm"/> |
---|
1802 | </itemgra> |
---|
1803 | <itemgra item_types="poi_manmade_feature" order="12-"> |
---|
1804 | <icon src="manmade_feature.xpm"/> |
---|
1805 | </itemgra> |
---|
1806 | <itemgra item_types="poi_marine" order="12-"> |
---|
1807 | <icon src="marine.xpm"/> |
---|
1808 | </itemgra> |
---|
1809 | <itemgra item_types="poi_marine_type" order="12-"> |
---|
1810 | <icon src="marine_type.xpm"/> |
---|
1811 | </itemgra> |
---|
1812 | <itemgra item_types="poi_mark" order="12-"> |
---|
1813 | <icon src="mark.xpm"/> |
---|
1814 | </itemgra> |
---|
1815 | <itemgra item_types="poi_military" order="11-"> |
---|
1816 | <icon src="military.xpm"/> |
---|
1817 | </itemgra> |
---|
1818 | <itemgra item_types="poi_mine" order="12-"> |
---|
1819 | <icon src="mine.xpm"/> |
---|
1820 | </itemgra> |
---|
1821 | <itemgra item_types="poi_nondangerous" order="12-"> |
---|
1822 | <icon src="nondangerous.xpm"/> |
---|
1823 | </itemgra> |
---|
1824 | <itemgra item_types="poi_oil_field" order="12-"> |
---|
1825 | <icon src="oil_field.xpm"/> |
---|
1826 | </itemgra> |
---|
1827 | <itemgra item_types="poi_peak" order="7-"> |
---|
1828 | <icon src="peak.png"/> |
---|
1829 | </itemgra> |
---|
1830 | <itemgra item_types="poi_personal_service" order="12-"> |
---|
1831 | <icon src="personal_service.xpm"/> |
---|
1832 | </itemgra> |
---|
1833 | <itemgra item_types="poi_pharmacy" order="12-"> |
---|
1834 | <icon src="pharmacy.xpm"/> |
---|
1835 | </itemgra> |
---|
1836 | <itemgra item_types="poi_post_office,poi_post_box" order="13-"> |
---|
1837 | <icon src="post.png"/> |
---|
1838 | </itemgra> |
---|
1839 | <itemgra item_types="poi_public_office" order="12-"> |
---|
1840 | <icon src="public_office.xpm"/> |
---|
1841 | </itemgra> |
---|
1842 | <itemgra item_types="poi_rail_halt" order="11-"> |
---|
1843 | <circle color="#ff0000" radius="3" width="3"/> |
---|
1844 | <circle color="#000000" radius="5" width="2" text_size="10"/> |
---|
1845 | </itemgra> |
---|
1846 | <itemgra item_types="poi_rail_station" order="9-"> |
---|
1847 | <circle color="#ff0000" radius="3" width="3"/> |
---|
1848 | <circle color="#000000" radius="6" width="2" text_size="10"/> |
---|
1849 | </itemgra> |
---|
1850 | <itemgra item_types="poi_rail_tram_stop" order="10-11"> |
---|
1851 | <circle color="#ff0000" radius="2" width="2"/> |
---|
1852 | </itemgra> |
---|
1853 | <itemgra item_types="poi_rail_tram_stop" order="12-"> |
---|
1854 | <circle color="#ff0000" radius="3" width="3"/> |
---|
1855 | <circle color="#606060" radius="5" width="2" text_size="10"/> |
---|
1856 | </itemgra> |
---|
1857 | <itemgra item_types="poi_repair_service" order="12-"> |
---|
1858 | <icon src="repair_service.xpm"/> |
---|
1859 | </itemgra> |
---|
1860 | <itemgra item_types="poi_resort" order="12-"> |
---|
1861 | <icon src="resort.xpm"/> |
---|
1862 | </itemgra> |
---|
1863 | <itemgra item_types="poi_restaurant" order="12-"> |
---|
1864 | <icon src="restaurant.xpm"/> |
---|
1865 | </itemgra> |
---|
1866 | <itemgra item_types="poi_restricted_area" order="12-"> |
---|
1867 | <icon src="restricted_area.xpm"/> |
---|
1868 | </itemgra> |
---|
1869 | <itemgra item_types="poi_restroom" order="13-"> |
---|
1870 | <icon src="restroom.xpm"/> |
---|
1871 | </itemgra> |
---|
1872 | <itemgra item_types="poi_sailing" order="12-"> |
---|
1873 | <icon src="sailing.xpm"/> |
---|
1874 | </itemgra> |
---|
1875 | <itemgra item_types="poi_scenic_area" order="12-"> |
---|
1876 | <icon src="scenic_area.xpm"/> |
---|
1877 | </itemgra> |
---|
1878 | <itemgra item_types="poi_school" order="12-"> |
---|
1879 | <icon src="school.xpm"/> |
---|
1880 | </itemgra> |
---|
1881 | <itemgra item_types="poi_service" order="12-"> |
---|
1882 | <icon src="service.xpm"/> |
---|
1883 | </itemgra> |
---|
1884 | <itemgra item_types="poi_shop_apparel" order="12-"> |
---|
1885 | <icon src="shop_apparel.xpm"/> |
---|
1886 | </itemgra> |
---|
1887 | <itemgra item_types="poi_shop_computer" order="12-"> |
---|
1888 | <icon src="shop_computer.xpm"/> |
---|
1889 | </itemgra> |
---|
1890 | <itemgra item_types="poi_shop_department" order="12-"> |
---|
1891 | <icon src="shop_department.xpm"/> |
---|
1892 | </itemgra> |
---|
1893 | <itemgra item_types="poi_shop_furniture" order="12-"> |
---|
1894 | <icon src="shop_furnish.xpm"/> |
---|
1895 | </itemgra> |
---|
1896 | <itemgra item_types="poi_shop_grocery" order="12-"> |
---|
1897 | <icon src="shop_grocery.xpm"/> |
---|
1898 | </itemgra> |
---|
1899 | <itemgra item_types="poi_shop_handg" order="12-"> |
---|
1900 | <icon src="shop_handg.xpm"/> |
---|
1901 | </itemgra> |
---|
1902 | <itemgra item_types="poi_shop_merchandise" order="12-"> |
---|
1903 | <icon src="shop_merchandise.xpm"/> |
---|
1904 | </itemgra> |
---|
1905 | <itemgra item_types="poi_shop_retail" order="12-"> |
---|
1906 | <icon src="shop_retail.xpm"/> |
---|
1907 | </itemgra> |
---|
1908 | <itemgra item_types="poi_shower" order="13-"> |
---|
1909 | <icon src="shower.xpm"/> |
---|
1910 | </itemgra> |
---|
1911 | <itemgra item_types="poi_skiing" order="11-"> |
---|
1912 | <icon src="skiing.xpm"/> |
---|
1913 | </itemgra> |
---|
1914 | <itemgra item_types="poi_social_service" order="12-"> |
---|
1915 | <icon src="social_service.xpm"/> |
---|
1916 | </itemgra> |
---|
1917 | <itemgra item_types="poi_sounding" order="12-"> |
---|
1918 | <icon src="sounding.xpm"/> |
---|
1919 | </itemgra> |
---|
1920 | <itemgra item_types="poi_sport" order="12-"> |
---|
1921 | <icon src="sport.xpm"/> |
---|
1922 | </itemgra> |
---|
1923 | <itemgra item_types="poi_stadium" order="11-"> |
---|
1924 | <icon src="stadium.xpm"/> |
---|
1925 | </itemgra> |
---|
1926 | <itemgra item_types="poi_swimming" order="12-"> |
---|
1927 | <icon src="swimming.xpm"/> |
---|
1928 | </itemgra> |
---|
1929 | <itemgra item_types="poi_telephone" order="13-"> |
---|
1930 | <icon src="telephone.xpm"/> |
---|
1931 | </itemgra> |
---|
1932 | <itemgra item_types="poi_theater" order="12-"> |
---|
1933 | <icon src="theater.xpm"/> |
---|
1934 | </itemgra> |
---|
1935 | <itemgra item_types="poi_tide" order="12-"> |
---|
1936 | <icon src="tide.xpm"/> |
---|
1937 | </itemgra> |
---|
1938 | <itemgra item_types="poi_tower" order="13-"> |
---|
1939 | <icon src="tower.xpm"/> |
---|
1940 | </itemgra> |
---|
1941 | <itemgra item_types="poi_townhall" order="12-"> |
---|
1942 | <icon src="townhall.xpm"/> |
---|
1943 | </itemgra> |
---|
1944 | <itemgra item_types="poi_trail" order="12-"> |
---|
1945 | <icon src="trail.xpm"/> |
---|
1946 | </itemgra> |
---|
1947 | <itemgra item_types="poi_truck_stop" order="12-"> |
---|
1948 | <icon src="truck_stop.xpm"/> |
---|
1949 | </itemgra> |
---|
1950 | <itemgra item_types="poi_tunnel" order="12-"> |
---|
1951 | <icon src="tunnel.xpm"/> |
---|
1952 | </itemgra> |
---|
1953 | <itemgra item_types="poi_wine" order="12-"> |
---|
1954 | <icon src="wine.xpm"/> |
---|
1955 | </itemgra> |
---|
1956 | <itemgra item_types="poi_worship" order="8-"> |
---|
1957 | <icon src="worship.xpm"/> |
---|
1958 | </itemgra> |
---|
1959 | <itemgra item_types="poi_wrecker" order="12-"> |
---|
1960 | <icon src="wrecker.xpm"/> |
---|
1961 | </itemgra> |
---|
1962 | <itemgra item_types="poi_zoo" order="9-"> |
---|
1963 | <icon src="zoo.xpm"/> |
---|
1964 | </itemgra> |
---|
1965 | <itemgra item_types="poi_picnic" order="12-"> |
---|
1966 | <icon src="picnic.xpm"/> |
---|
1967 | </itemgra> |
---|
1968 | <itemgra item_types="poi_gc_multi" order="12-"> |
---|
1969 | <icon src="gc_multi.xpm"/> |
---|
1970 | </itemgra> |
---|
1971 | <itemgra item_types="poi_gc_tradi" order="12-"> |
---|
1972 | <icon src="gc_tradi.xpm"/> |
---|
1973 | </itemgra> |
---|
1974 | <itemgra item_types="poi_gc_event" order="12-"> |
---|
1975 | <icon src="gc_event.xpm"/> |
---|
1976 | </itemgra> |
---|
1977 | <itemgra item_types="poi_gc_mystery" order="12-"> |
---|
1978 | <icon src="gc_mystery.xpm"/> |
---|
1979 | </itemgra> |
---|
1980 | <itemgra item_types="poi_gc_question" order="12-"> |
---|
1981 | <icon src="gc_question.xpm"/> |
---|
1982 | </itemgra> |
---|
1983 | <itemgra item_types="poi_gc_stages" order="12-"> |
---|
1984 | <icon src="gc_stages.xpm"/> |
---|
1985 | </itemgra> |
---|
1986 | <itemgra item_types="poi_gc_reference" order="12-"> |
---|
1987 | <icon src="gc_reference.xpm"/> |
---|
1988 | </itemgra> |
---|
1989 | <itemgra item_types="poi_gc_webcam" order="12-"> |
---|
1990 | <icon src="gc_webcam.xpm"/> |
---|
1991 | </itemgra> |
---|
1992 | <itemgra item_types="traffic_signals" order="13-"> |
---|
1993 | <icon src="traffic_signals.png"/> |
---|
1994 | </itemgra> |
---|
1995 | <itemgra item_types="poi_wifi" order="13-"> |
---|
1996 | <icon src="wifi.xpm"/> |
---|
1997 | </itemgra> |
---|
1998 | <itemgra item_types="poi_image" order="12-"> |
---|
1999 | <image/> |
---|
2000 | </itemgra> |
---|
2001 | <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bicyle layout. --> |
---|
2002 | <itemgra item_types="poi_bench" order="13-"> |
---|
2003 | <icon src="bench.xpm"/> |
---|
2004 | </itemgra> |
---|
2005 | <itemgra item_types="poi_biergarten" order="12-"> |
---|
2006 | <icon src="biergarten.xpm"/> |
---|
2007 | </itemgra> |
---|
2008 | <itemgra item_types="poi_boundary_stone" order="13-"> |
---|
2009 | <icon src="boundary_stone.xpm"/> |
---|
2010 | </itemgra> |
---|
2011 | <itemgra item_types="poi_castle" order="11-"> |
---|
2012 | <icon src="castle.xpm"/> |
---|
2013 | </itemgra> |
---|
2014 | <itemgra item_types="poi_ruins" order="11-"> |
---|
2015 | <icon src="ruins.xpm"/> |
---|
2016 | </itemgra> |
---|
2017 | <itemgra item_types="poi_hunting_stand" order="12-"> |
---|
2018 | <icon src="hunting_stand.xpm"/> |
---|
2019 | </itemgra> |
---|
2020 | <itemgra item_types="poi_memorial" order="12-"> |
---|
2021 | <icon src="memorial.xpm"/> |
---|
2022 | </itemgra> |
---|
2023 | <itemgra item_types="poi_monument" order="12-"> |
---|
2024 | <icon src="memorial.xpm"/> |
---|
2025 | </itemgra> |
---|
2026 | <itemgra item_types="poi_shelter" order="11-"> |
---|
2027 | <icon src="shelter.xpm"/> |
---|
2028 | </itemgra> |
---|
2029 | <itemgra item_types="poi_fountain" order="13-"> |
---|
2030 | <icon src="fountain.xpm"/> |
---|
2031 | </itemgra> |
---|
2032 | <itemgra item_types="poi_potable_water" order="13-"> |
---|
2033 | <icon src="potable_water.xpm"/> |
---|
2034 | </itemgra> |
---|
2035 | <itemgra item_types="poi_toilets" order="12-"> |
---|
2036 | <icon src="toilets.xpm"/> |
---|
2037 | </itemgra> |
---|
2038 | <itemgra item_types="poi_viewpoint" order="10-"> |
---|
2039 | <icon src="viewpoint.xpm"/> |
---|
2040 | </itemgra> |
---|
2041 | <itemgra item_types="tec_common" order="11-"> |
---|
2042 | <icon src="tec_common.png" w="24" h="24"/> |
---|
2043 | </itemgra> |
---|
2044 | </layer> |
---|
2045 | <layer name="POI Labels"> |
---|
2046 | <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" order="14-"> |
---|
2047 | <circle color="#606060" radius="0" width="0" text_size="10"/> |
---|
2048 | </itemgra> |
---|
2049 | </layer> |
---|
2050 | </layout> |
---|
2051 | |
---|
2052 | <layout name="Car-dark" daylayout="Car" color="#011001"> |
---|
2053 | |
---|
2054 | <cursor w="26" h="26"> |
---|
2055 | <itemgra> |
---|
2056 | <circle color="#00ff00" radius="24" width="2"> |
---|
2057 | <coord x="0" y="0"/> |
---|
2058 | </circle> |
---|
2059 | </itemgra> |
---|
2060 | <itemgra speed_range="-2"> |
---|
2061 | <polyline color="#00ff00" width="2"> |
---|
2062 | <coord x="0" y="0"/> |
---|
2063 | <coord x="0" y="0"/> |
---|
2064 | </polyline> |
---|
2065 | </itemgra> |
---|
2066 | <itemgra speed_range="3-"> |
---|
2067 | <polyline color="#00ff00" width="2"> |
---|
2068 | <coord x="-7" y="-10"/> |
---|
2069 | <coord x="0" y="12"/> |
---|
2070 | <coord x="7" y="-10"/> |
---|
2071 | </polyline> |
---|
2072 | </itemgra> |
---|
2073 | </cursor> |
---|
2074 | |
---|
2075 | <layer name="polygons"> |
---|
2076 | <itemgra item_types="image" order="0-"> |
---|
2077 | <image/> |
---|
2078 | </itemgra> |
---|
2079 | <itemgra item_types="poly_wood" order="0-"> |
---|
2080 | <polygon color="#041a06"/> |
---|
2081 | <text text_size="10"/> |
---|
2082 | </itemgra> |
---|
2083 | <itemgra item_types="poly_farm" order="0-"> |
---|
2084 | <polygon color="#041a06"/> |
---|
2085 | <text text_size="10"/> |
---|
2086 | </itemgra> |
---|
2087 | <itemgra item_types="poly_town" order="0-"> |
---|
2088 | <polygon color="#191711"/> |
---|
2089 | </itemgra> |
---|
2090 | <itemgra item_types="poly_university" order="8-"> |
---|
2091 | <polygon color="#140f14"/> |
---|
2092 | </itemgra> |
---|
2093 | <itemgra item_types="poly_water" order="0-"> |
---|
2094 | <polygon color="#010321"/> |
---|
2095 | <text text_size="10"/> |
---|
2096 | </itemgra> |
---|
2097 | <itemgra item_types="poly_land" order="0-"> |
---|
2098 | <polygon color="#011001"/> |
---|
2099 | <text text_size="10"/> |
---|
2100 | </itemgra> |
---|
2101 | <itemgra item_types="poly_park" order="0-"> |
---|
2102 | <polygon color="#041a06"/> |
---|
2103 | <text text_size="10"/> |
---|
2104 | </itemgra> |
---|
2105 | <itemgra item_types="poly_pedestrian" order="10"> |
---|
2106 | <polygon color="#202020"/> |
---|
2107 | </itemgra> |
---|
2108 | <itemgra item_types="poly_pedestrian" order="11"> |
---|
2109 | <polyline color="#1e0728" width="3"/> |
---|
2110 | <polygon color="#202020"/> |
---|
2111 | </itemgra> |
---|
2112 | <itemgra item_types="poly_pedestrian" order="12"> |
---|
2113 | <polyline color="#1e0728" width="5"/> |
---|
2114 | <polygon color="#202020"/> |
---|
2115 | </itemgra> |
---|
2116 | <itemgra item_types="poly_pedestrian" order="13"> |
---|
2117 | <polyline color="#1e0728" width="6"/> |
---|
2118 | <polygon color="#202020"/> |
---|
2119 | </itemgra> |
---|
2120 | <itemgra item_types="poly_pedestrian" order="14"> |
---|
2121 | <polyline color="#1e0728" width="7"/> |
---|
2122 | <polygon color="#202020"/> |
---|
2123 | </itemgra> |
---|
2124 | <itemgra item_types="poly_pedestrian" order="15"> |
---|
2125 | <polyline color="#1e0728" width="9"/> |
---|
2126 | <polygon color="#202020"/> |
---|
2127 | </itemgra> |
---|
2128 | <itemgra item_types="poly_pedestrian" order="16"> |
---|
2129 | <polyline color="#1e0728" width="10"/> |
---|
2130 | <polygon color="#202020"/> |
---|
2131 | </itemgra> |
---|
2132 | <itemgra item_types="poly_pedestrian" order="17"> |
---|
2133 | <polyline color="#1e0728" width="12"/> |
---|
2134 | <polygon color="#202020"/> |
---|
2135 | </itemgra> |
---|
2136 | <itemgra item_types="poly_pedestrian" order="18"> |
---|
2137 | <polyline color="#1e0728" width="20"/> |
---|
2138 | <polygon color="#202020"/> |
---|
2139 | </itemgra> |
---|
2140 | <itemgra item_types="poly_airport" order="0-"> |
---|
2141 | <polygon color="#002e00"/> |
---|
2142 | </itemgra> |
---|
2143 | <itemgra item_types="poly_sport,poly_sports_pitch" order="0-"> |
---|
2144 | <polygon color="#0c220c"/> |
---|
2145 | </itemgra> |
---|
2146 | <itemgra item_types="poly_industry,poly_place" order="0-"> |
---|
2147 | <polygon color="#111111"/> |
---|
2148 | </itemgra> |
---|
2149 | <itemgra item_types="poly_service" order="8-18"> |
---|
2150 | <polygon color="#1a1a1a"/> |
---|
2151 | <polyline color="#282828" width="1"/> |
---|
2152 | </itemgra> |
---|
2153 | <itemgra item_types="poly_street_1" order="8-13"> |
---|
2154 | <polygon color="#24092f"/> |
---|
2155 | </itemgra> |
---|
2156 | <itemgra item_types="poly_street_1" order="14-16"> |
---|
2157 | <polygon color="#24092f"/> |
---|
2158 | </itemgra> |
---|
2159 | <itemgra item_types="poly_street_1" order="17-18"> |
---|
2160 | <polygon color="#24092f"/> |
---|
2161 | </itemgra> |
---|
2162 | <itemgra item_types="poly_street_2" order="7-12"> |
---|
2163 | <polygon color="#c5c300"/> |
---|
2164 | <polyline color="#c0c0c0" width="1"/> |
---|
2165 | </itemgra> |
---|
2166 | <itemgra item_types="poly_street_2" order="13-16"> |
---|
2167 | <polygon color="#c5c300"/> |
---|
2168 | <polyline color="#c0c0c0" width="2"/> |
---|
2169 | </itemgra> |
---|
2170 | <itemgra item_types="poly_street_2" order="17-18"> |
---|
2171 | <polygon color="#c5c300"/> |
---|
2172 | <polyline color="#c0c0c0" width="3"/> |
---|
2173 | </itemgra> |
---|
2174 | <itemgra item_types="poly_street_3" order="7-11"> |
---|
2175 | <polygon color="#c5c300"/> |
---|
2176 | <polyline color="#a0a0a0" width="1"/> |
---|
2177 | </itemgra> |
---|
2178 | <itemgra item_types="poly_street_3" order="12-15"> |
---|
2179 | <polygon color="#c5c300"/> |
---|
2180 | <polyline color="#a0a0a0" width="2"/> |
---|
2181 | </itemgra> |
---|
2182 | <itemgra item_types="poly_street_3" order="16-18"> |
---|
2183 | <polygon color="#c5c300"/> |
---|
2184 | <polyline color="#a0a0a0" width="3"/> |
---|
2185 | </itemgra> |
---|
2186 | <itemgra item_types="water_line" order="0-"> |
---|
2187 | <polyline color="#010321" width="1"/> |
---|
2188 | <text text_size="10"/> |
---|
2189 | </itemgra> |
---|
2190 | <itemgra item_types="water_river" order="4-5"> |
---|
2191 | <polyline color="#010321" width="1"/> |
---|
2192 | </itemgra> |
---|
2193 | <itemgra item_types="water_river" order="6"> |
---|
2194 | <polyline color="#010321" width="2"/> |
---|
2195 | </itemgra> |
---|
2196 | <itemgra item_types="water_river" order="7"> |
---|
2197 | <polyline color="#010321" width="3"/> |
---|
2198 | <text text_size="10"/> |
---|
2199 | </itemgra> |
---|
2200 | <itemgra item_types="water_river" order="8-9"> |
---|
2201 | <polyline color="#010321" width="4"/> |
---|
2202 | <text text_size="12"/> |
---|
2203 | </itemgra> |
---|
2204 | <itemgra item_types="water_river" order="10-"> |
---|
2205 | <polyline color="#010321" width="4"/> |
---|
2206 | <text text_size="15"/> |
---|
2207 | </itemgra> |
---|
2208 | <itemgra item_types="water_canal" order="6"> |
---|
2209 | <polyline color="#010321" width="1"/> |
---|
2210 | </itemgra> |
---|
2211 | <itemgra item_types="water_canal" order="7"> |
---|
2212 | <polyline color="#010321" width="2"/> |
---|
2213 | <text text_size="10"/> |
---|
2214 | </itemgra> |
---|
2215 | <itemgra item_types="water_canal" order="8-9"> |
---|
2216 | <polyline color="#010321" width="3"/> |
---|
2217 | <text text_size="12"/> |
---|
2218 | </itemgra> |
---|
2219 | <itemgra item_types="water_canal" order="10-"> |
---|
2220 | <polyline color="#010321" width="3"/> |
---|
2221 | <text text_size="15"/> |
---|
2222 | </itemgra> |
---|
2223 | <itemgra item_types="water_stream" order="8-9"> |
---|
2224 | <polyline color="#010321" width="1"/> |
---|
2225 | </itemgra> |
---|
2226 | <itemgra item_types="water_stream" order="10-"> |
---|
2227 | <polyline color="#010321" width="2"/> |
---|
2228 | <text text_size="12"/> |
---|
2229 | </itemgra> |
---|
2230 | <itemgra item_types="water_drain" order="10-"> |
---|
2231 | <polyline color="#010321" width="1"/> |
---|
2232 | <text text_size="10"/> |
---|
2233 | </itemgra> |
---|
2234 | <itemgra item_types="poly_apron" order="0-"> |
---|
2235 | <polygon color="#041a06"/> |
---|
2236 | </itemgra> |
---|
2237 | <itemgra item_types="poly_terminal" order="7-"> |
---|
2238 | <polygon color="#282424"/> |
---|
2239 | </itemgra> |
---|
2240 | <itemgra item_types="poly_cemetery" order="8-"> |
---|
2241 | <polygon color="#041a06"/> |
---|
2242 | </itemgra> |
---|
2243 | <itemgra item_types="poly_car_parking" order="8-"> |
---|
2244 | <polygon color="#1a170f"/> |
---|
2245 | </itemgra> |
---|
2246 | <itemgra item_types="poly_building" order="8-"> |
---|
2247 | <polygon color="#282424"/> |
---|
2248 | </itemgra> |
---|
2249 | <itemgra item_types="rail" order="6-8"> |
---|
2250 | <polyline color="#282828" width="2"/> |
---|
2251 | <polyline color="#3d3d3d" dash="1,5" width="2"/> |
---|
2252 | </itemgra> |
---|
2253 | <itemgra item_types="rail" order="9-"> |
---|
2254 | <polyline color="#282828" width="3"/> |
---|
2255 | <polyline color="#3d3d3d" dash="1,5" width="2"/> |
---|
2256 | </itemgra> |
---|
2257 | <itemgra item_types="ferry" order="5-"> |
---|
2258 | <polyline color="#113111" width="1" dash="10"/> |
---|
2259 | </itemgra> |
---|
2260 | <itemgra item_types="border_country" order="0-"> |
---|
2261 | <polyline color="#0d0b41" width="1" dash="10,5,2,5"/> |
---|
2262 | </itemgra> |
---|
2263 | <itemgra item_types="border_state" order="0-"> |
---|
2264 | <polyline color="#808080" width="1"/> |
---|
2265 | </itemgra> |
---|
2266 | <itemgra item_types="height_line_1" order="0-"> |
---|
2267 | <polyline color="#000000" width="1"/> |
---|
2268 | </itemgra> |
---|
2269 | <itemgra item_types="height_line_2" order="0-"> |
---|
2270 | <polyline color="#000000" width="2"/> |
---|
2271 | </itemgra> |
---|
2272 | </layer> |
---|
2273 | <layer name="streets"> |
---|
2274 | <itemgra item_types="street_route" order="2"> |
---|
2275 | <polyline color="#0000a0" width="4"/> |
---|
2276 | </itemgra> |
---|
2277 | <itemgra item_types="street_route" order="3-5"> |
---|
2278 | <polyline color="#0000a0" width="8"/> |
---|
2279 | </itemgra> |
---|
2280 | <itemgra item_types="street_route" order="6"> |
---|
2281 | <polyline color="#0000a0" width="10"/> |
---|
2282 | </itemgra> |
---|
2283 | <itemgra item_types="street_route" order="7-8"> |
---|
2284 | <polyline color="#0000a0" width="16"/> |
---|
2285 | </itemgra> |
---|
2286 | <itemgra item_types="street_route" order="9-10"> |
---|
2287 | <polyline color="#0000a0" width="20"/> |
---|
2288 | </itemgra> |
---|
2289 | <itemgra item_types="street_route" order="11"> |
---|
2290 | <polyline color="#0000a0" width="28"/> |
---|
2291 | </itemgra> |
---|
2292 | <itemgra item_types="street_route" order="12"> |
---|
2293 | <polyline color="#0000a0" width="32"/> |
---|
2294 | </itemgra> |
---|
2295 | <itemgra item_types="street_route" order="13"> |
---|
2296 | <polyline color="#0000a0" width="52"/> |
---|
2297 | </itemgra> |
---|
2298 | <itemgra item_types="street_route" order="14"> |
---|
2299 | <polyline color="#0000a0" width="64"/> |
---|
2300 | </itemgra> |
---|
2301 | <itemgra item_types="street_route" order="15"> |
---|
2302 | <polyline color="#0000a0" width="68"/> |
---|
2303 | </itemgra> |
---|
2304 | <itemgra item_types="street_route" order="16"> |
---|
2305 | <polyline color="#0000a0" width="132"/> |
---|
2306 | </itemgra> |
---|
2307 | <itemgra item_types="street_route" order="17"> |
---|
2308 | <polyline color="#0000a0" width="268"/> |
---|
2309 | </itemgra> |
---|
2310 | <itemgra item_types="street_route" order="18"> |
---|
2311 | <polyline color="#0000a0" width="530"/> |
---|
2312 | </itemgra> |
---|
2313 | <itemgra item_types="street_nopass" order="10-"> |
---|
2314 | <polyline color="#000000" width="1"/> |
---|
2315 | </itemgra> |
---|
2316 | <itemgra item_types="track_paved" order="10-"> |
---|
2317 | <polyline color="#000000" width="1"/> |
---|
2318 | </itemgra> |
---|
2319 | <itemgra item_types="track_gravelled" order="10-12"> |
---|
2320 | <polyline color="#800000" width="1" dash="3,6"/> |
---|
2321 | </itemgra> |
---|
2322 | <itemgra item_types="track_gravelled" order="13-14"> |
---|
2323 | <polyline color="#3d3d3d" width="4" dash="4,8"/> |
---|
2324 | <polyline color="#800000" width="2" dash="4,8"/> |
---|
2325 | </itemgra> |
---|
2326 | <itemgra item_types="track_gravelled" order="15-16"> |
---|
2327 | <polyline color="#3d3d3d" width="5" dash="5,10"/> |
---|
2328 | <polyline color="#800000" width="3" dash="5,10"/> |
---|
2329 | </itemgra> |
---|
2330 | <itemgra item_types="track_gravelled" order="17-"> |
---|
2331 | <polyline color="#3d3d3d" width="7" dash="7,15"/> |
---|
2332 | <polyline color="#800000" width="5" dash="7,15"/> |
---|
2333 | </itemgra> |
---|
2334 | <itemgra item_types="track_unpaved" order="10-"> |
---|
2335 | <polyline color="#000000" width="1"/> |
---|
2336 | </itemgra> |
---|
2337 | <itemgra item_types="bridleway" order="10-"> |
---|
2338 | <polyline color="#1e0728" width="1"/> |
---|
2339 | </itemgra> |
---|
2340 | <itemgra item_types="cycleway" order="10-"> |
---|
2341 | <polyline color="#1e0728" width="1"/> |
---|
2342 | </itemgra> |
---|
2343 | <itemgra item_types="piste_downhill_novice" order="10-12"> |
---|
2344 | <polyline color="#00A000" width="1"/> |
---|
2345 | </itemgra> |
---|
2346 | <itemgra item_types="piste_downhill_novice" order="13-14"> |
---|
2347 | <polyline color="#00A000" width="2"/> |
---|
2348 | </itemgra> |
---|
2349 | <itemgra item_types="piste_downhill_novice" order="15-16"> |
---|
2350 | <polyline color="#00A000" width="3"/> |
---|
2351 | </itemgra> |
---|
2352 | <itemgra item_types="piste_downhill_novice" order="17-"> |
---|
2353 | <polyline color="#00A000" width="5"/> |
---|
2354 | </itemgra> |
---|
2355 | <itemgra item_types="piste_downhill_easy" order="10-12"> |
---|
2356 | <polyline color="#0000ff" width="1"/> |
---|
2357 | </itemgra> |
---|
2358 | <itemgra item_types="piste_downhill_easy" order="13-14"> |
---|
2359 | <polyline color="#0000ff" width="2"/> |
---|
2360 | </itemgra> |
---|
2361 | <itemgra item_types="piste_downhill_easy" order="15-16"> |
---|
2362 | <polyline color="#0000ff" width="3"/> |
---|
2363 | </itemgra> |
---|
2364 | <itemgra item_types="piste_downhill_easy" order="17-"> |
---|
2365 | <polyline color="#0000ff" width="5"/> |
---|
2366 | </itemgra> |
---|
2367 | <itemgra item_types="piste_downhill_intermediate" order="10-12"> |
---|
2368 | <polyline color="#900000" width="1"/> |
---|
2369 | </itemgra> |
---|
2370 | <itemgra item_types="piste_downhill_intermediate" order="13-14"> |
---|
2371 | <polyline color="#900000" width="2"/> |
---|
2372 | </itemgra> |
---|
2373 | <itemgra item_types="piste_downhill_intermediate" order="15-16"> |
---|
2374 | <polyline color="#900000" width="3"/> |
---|
2375 | </itemgra> |
---|
2376 | <itemgra item_types="piste_downhill_intermediate" order="17-"> |
---|
2377 | <polyline color="#900000" width="5"/> |
---|
2378 | </itemgra> |
---|
2379 | <itemgra item_types="piste_downhill_advanced" order="10-12"> |
---|
2380 | <polyline color="#000000" width="1"/> |
---|
2381 | </itemgra> |
---|
2382 | <itemgra item_types="piste_downhill_advanced" order="13-14"> |
---|
2383 | <polyline color="#000000" width="2"/> |
---|
2384 | </itemgra> |
---|
2385 | <itemgra item_types="piste_downhill_advanced" order="15-16"> |
---|
2386 | <polyline color="#000000" width="3"/> |
---|
2387 | </itemgra> |
---|
2388 | <itemgra item_types="piste_downhill_advanced" order="17-"> |
---|
2389 | <polyline color="#000000" width="5"/> |
---|
2390 | </itemgra> |
---|
2391 | <itemgra item_types="piste_downhill_expert" order="10-12"> |
---|
2392 | <polyline color="#ffaa00" width="1"/> |
---|
2393 | </itemgra> |
---|
2394 | <itemgra item_types="piste_downhill_expert" order="13-14"> |
---|
2395 | <polyline color="#ffaa00" width="2"/> |
---|
2396 | </itemgra> |
---|
2397 | <itemgra item_types="piste_downhill_expert" order="15-16"> |
---|
2398 | <polyline color="#ffaa00" width="3"/> |
---|
2399 | </itemgra> |
---|
2400 | <itemgra item_types="piste_downhill_expert" order="17-"> |
---|
2401 | <polyline color="#ffaa00" width="5"/> |
---|
2402 | </itemgra> |
---|
2403 | <itemgra item_types="piste_downhill_freeride" order="10-12"> |
---|
2404 | <polyline color="#c5c300" width="1"/> |
---|
2405 | </itemgra> |
---|
2406 | <itemgra item_types="piste_downhill_freeride" order="13-14"> |
---|
2407 | <polyline color="#c5c300" width="2"/> |
---|
2408 | </itemgra> |
---|
2409 | <itemgra item_types="piste_downhill_freeride" order="15-16"> |
---|
2410 | <polyline color="#c5c300" width="3"/> |
---|
2411 | </itemgra> |
---|
2412 | <itemgra item_types="piste_downhill_freeride" order="17-"> |
---|
2413 | <polyline color="#c5c300" width="5"/> |
---|
2414 | </itemgra> |
---|
2415 | <itemgra item_types="lift_cable_car" order="6-"> |
---|
2416 | <polyline color="#3d3d3d" width="1" dash="5"/> |
---|
2417 | </itemgra> |
---|
2418 | <itemgra item_types="lift_chair" order="6-"> |
---|
2419 | <polyline color="#3d3d3d" width="1" dash="5"/> |
---|
2420 | </itemgra> |
---|
2421 | <itemgra item_types="lift_drag" order="6-"> |
---|
2422 | <polyline color="#3d3d3d" width="1" dash="5"/> |
---|
2423 | </itemgra> |
---|
2424 | <itemgra item_types="piste_nordic" order="10-12"> |
---|
2425 | <polyline color="#0000ff" width="1" dash="3,6"/> |
---|
2426 | </itemgra> |
---|
2427 | <itemgra item_types="piste_nordic" order="13-14"> |
---|
2428 | <polyline color="#0000ff" width="2" dash="4,8"/> |
---|
2429 | </itemgra> |
---|
2430 | <itemgra item_types="piste_nordic" order="15-16"> |
---|
2431 | <polyline color="#0000ff" width="3" dash="5,10"/> |
---|
2432 | </itemgra> |
---|
2433 | <itemgra item_types="piste_nordic" order="17-"> |
---|
2434 | <polyline color="#0000ff" width="5" dash="7,15"/> |
---|
2435 | </itemgra> |
---|
2436 | <itemgra item_types="footway" order="11-12"> |
---|
2437 | <polyline color="#4e0000" width="1" dash="3,6"/> |
---|
2438 | </itemgra> |
---|
2439 | <itemgra item_types="footway" order="13-14"> |
---|
2440 | <polyline color="#4e0000" width="2" dash="4,8"/> |
---|
2441 | </itemgra> |
---|
2442 | <itemgra item_types="footway" order="15-16"> |
---|
2443 | <polyline color="#4e0000" width="3" dash="5,10"/> |
---|
2444 | </itemgra> |
---|
2445 | <itemgra item_types="footway" order="17-"> |
---|
2446 | <polyline color="#4e0000" width="5" dash="7,15"/> |
---|
2447 | </itemgra> |
---|
2448 | <itemgra item_types="steps" order="14-15"> |
---|
2449 | <polyline color="#4d4e11" width="1"/> |
---|
2450 | </itemgra> |
---|
2451 | <itemgra item_types="steps" order="16"> |
---|
2452 | <polyline color="#4d4e11" width="2"/> |
---|
2453 | </itemgra> |
---|
2454 | <itemgra item_types="steps" order="17-18"> |
---|
2455 | <polyline color="#4d4e11" width="3"/> |
---|
2456 | </itemgra> |
---|
2457 | <itemgra item_types="street_pedestrian,living_street" order="10"> |
---|
2458 | <polyline color="#1e0728" width="1"/> |
---|
2459 | </itemgra> |
---|
2460 | <itemgra item_types="street_pedestrian,living_street" order="11"> |
---|
2461 | <polyline color="#1e0728" width="5"/> |
---|
2462 | <polyline color="#202020" width="2"/> |
---|
2463 | </itemgra> |
---|
2464 | <itemgra item_types="street_pedestrian,living_street" order="12"> |
---|
2465 | <polyline color="#1e0728" width="8"/> |
---|
2466 | <polyline color="#202020" width="3"/> |
---|
2467 | </itemgra> |
---|
2468 | <itemgra item_types="street_pedestrian,living_street" order="13"> |
---|
2469 | <polyline color="#1e0728" width="9"/> |
---|
2470 | <polyline color="#202020" width="4"/> |
---|
2471 | </itemgra> |
---|
2472 | <itemgra item_types="street_pedestrian,living_street" order="14"> |
---|
2473 | <polyline color="#1e0728" width="13"/> |
---|
2474 | <polyline color="#202020" width="7"/> |
---|
2475 | </itemgra> |
---|
2476 | <itemgra item_types="street_pedestrian,living_street" order="15"> |
---|
2477 | <polyline color="#1e0728" width="18"/> |
---|
2478 | <polyline color="#202020" width="10"/> |
---|
2479 | </itemgra> |
---|
2480 | <itemgra item_types="street_pedestrian,living_street" order="16"> |
---|
2481 | <polyline color="#1e0728" width="21"/> |
---|
2482 | <polyline color="#202020" width="13"/> |
---|
2483 | </itemgra> |
---|
2484 | <itemgra item_types="street_pedestrian,living_street" order="17"> |
---|
2485 | <polyline color="#1e0728" width="25"/> |
---|
2486 | <polyline color="#202020" width="17"/> |
---|
2487 | </itemgra> |
---|
2488 | <itemgra item_types="street_pedestrian,living_street" order="18"> |
---|
2489 | <polyline color="#1e0728" width="40"/> |
---|
2490 | <polyline color="#202020" width="30"/> |
---|
2491 | </itemgra> |
---|
2492 | <itemgra item_types="street_service" order="10"> |
---|
2493 | <polyline color="#2c2c2c" width="2"/> |
---|
2494 | </itemgra> |
---|
2495 | <itemgra item_types="street_service" order="11"> |
---|
2496 | <polyline color="#2c2c2c" width="2"/> |
---|
2497 | </itemgra> |
---|
2498 | <itemgra item_types="street_service" order="12"> |
---|
2499 | <polyline color="#2c2c2c" width="3"/> |
---|
2500 | </itemgra> |
---|
2501 | <itemgra item_types="street_service" order="13"> |
---|
2502 | <polyline color="#2c2c2c" width="4"/> |
---|
2503 | </itemgra> |
---|
2504 | <itemgra item_types="street_service" order="14"> |
---|
2505 | <polyline color="#2c2c2c" width="5"/> |
---|
2506 | </itemgra> |
---|
2507 | <itemgra item_types="street_service" order="15"> |
---|
2508 | <polyline color="#2c2c2c" width="6"/> |
---|
2509 | </itemgra> |
---|
2510 | <itemgra item_types="street_service" order="16"> |
---|
2511 | <polyline color="#2c2c2c" width="7"/> |
---|
2512 | </itemgra> |
---|
2513 | <itemgra item_types="street_service" order="17"> |
---|
2514 | <polyline color="#2c2c2c" width="8"/> |
---|
2515 | </itemgra> |
---|
2516 | <itemgra item_types="street_service" order="18"> |
---|
2517 | <polyline color="#2c2c2c" width="9"/> |
---|
2518 | </itemgra> |
---|
2519 | <itemgra item_types="street_parking_lane" order="12"> |
---|
2520 | <polyline color="#2c2c2c" width="2"/> |
---|
2521 | </itemgra> |
---|
2522 | <itemgra item_types="street_parking_lane" order="13"> |
---|
2523 | <polyline color="#2c2c2c" width="2"/> |
---|
2524 | </itemgra> |
---|
2525 | <itemgra item_types="street_parking_lane" order="14"> |
---|
2526 | <polyline color="#2c2c2c" width="3"/> |
---|
2527 | </itemgra> |
---|
2528 | <itemgra item_types="street_parking_lane" order="15"> |
---|
2529 | <polyline color="#2c2c2c" width="4"/> |
---|
2530 | </itemgra> |
---|
2531 | <itemgra item_types="street_parking_lane" order="16"> |
---|
2532 | <polyline color="#2c2c2c" width="5"/> |
---|
2533 | </itemgra> |
---|
2534 | <itemgra item_types="street_parking_lane" order="17"> |
---|
2535 | <polyline color="#2c2c2c" width="6"/> |
---|
2536 | </itemgra> |
---|
2537 | <itemgra item_types="street_parking_lane" order="18"> |
---|
2538 | <polyline color="#2c2c2c" width="7"/> |
---|
2539 | </itemgra> |
---|
2540 | <itemgra item_types="street_0,street_1_city,street_1_land" order="10"> |
---|
2541 | <polyline color="#24092f" width="2"/> |
---|
2542 | </itemgra> |
---|
2543 | <itemgra item_types="street_0,street_1_city,street_1_land" order="11"> |
---|
2544 | <polyline color="#24092f" width="3"/> |
---|
2545 | </itemgra> |
---|
2546 | <itemgra item_types="street_0,street_1_city,street_1_land" order="12"> |
---|
2547 | <polyline color="#24092f" width="5"/> |
---|
2548 | </itemgra> |
---|
2549 | <itemgra item_types="street_0,street_1_city,street_1_land" order="13"> |
---|
2550 | <polyline color="#24092f" width="9"/> |
---|
2551 | </itemgra> |
---|
2552 | <itemgra item_types="street_0,street_1_city,street_1_land" order="14"> |
---|
2553 | <polyline color="#24092f" width="13"/> |
---|
2554 | </itemgra> |
---|
2555 | <itemgra item_types="street_0,street_1_city,street_1_land" order="15"> |
---|
2556 | <polyline color="#24092f" width="14"/> |
---|
2557 | </itemgra> |
---|
2558 | <itemgra item_types="street_0,street_1_city,street_1_land" order="16"> |
---|
2559 | <polyline color="#24092f" width="26"/> |
---|
2560 | </itemgra> |
---|
2561 | <itemgra item_types="street_0,street_1_city,street_1_land" order="17"> |
---|
2562 | <polyline color="#24092f" width="61"/> |
---|
2563 | </itemgra> |
---|
2564 | <itemgra item_types="street_0,street_1_city,street_1_land" order="18"> |
---|
2565 | <polyline color="#24092f" width="126"/> |
---|
2566 | </itemgra> |
---|
2567 | <itemgra item_types="street_2_city,street_2_land" order="8"> |
---|
2568 | <polyline color="#1d4c19" width="1"/> |
---|
2569 | </itemgra> |
---|
2570 | <itemgra item_types="street_2_city,street_2_land" order="9"> |
---|
2571 | <polyline color="#1d4c19" width="1"/> |
---|
2572 | </itemgra> |
---|
2573 | <itemgra item_types="street_2_city,street_2_land" order="10"> |
---|
2574 | <polyline color="#1d4c19" width="2"/> |
---|
2575 | </itemgra> |
---|
2576 | <itemgra item_types="street_2_city,street_2_land" order="11"> |
---|
2577 | <polyline color="#1d4c19" width="4"/> |
---|
2578 | </itemgra> |
---|
2579 | <itemgra item_types="street_2_city,street_2_land" order="12"> |
---|
2580 | <polyline color="#1d4c19" width="7"/> |
---|
2581 | </itemgra> |
---|
2582 | <itemgra item_types="street_2_city,street_2_land" order="13"> |
---|
2583 | <polyline color="#1d4c19" width="11"/> |
---|
2584 | </itemgra> |
---|
2585 | <itemgra item_types="street_2_city,street_2_land" order="14"> |
---|
2586 | <polyline color="#1d4c19" width="14"/> |
---|
2587 | </itemgra> |
---|
2588 | <itemgra item_types="street_2_city,street_2_land" order="15"> |
---|
2589 | <polyline color="#1d4c19" width="17"/> |
---|
2590 | </itemgra> |
---|
2591 | <itemgra item_types="street_2_city,street_2_land" order="16"> |
---|
2592 | <polyline color="#1d4c19" width="30"/> |
---|
2593 | </itemgra> |
---|
2594 | <itemgra item_types="street_2_city,street_2_land" order="17"> |
---|
2595 | <polyline color="#1d4c19" width="67"/> |
---|
2596 | </itemgra> |
---|
2597 | <itemgra item_types="street_2_city,street_2_land" order="18"> |
---|
2598 | <polyline color="#1d4c19" width="138"/> |
---|
2599 | </itemgra> |
---|
2600 | <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="7-8"> |
---|
2601 | <polyline color="#4d4e11" width="1"/> |
---|
2602 | </itemgra> |
---|
2603 | <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="9"> |
---|
2604 | <polyline color="#4d4e11" width="2"/> |
---|
2605 | </itemgra> |
---|
2606 | <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="10"> |
---|
2607 | <polyline color="#4d4e11" width="4"/> |
---|
2608 | </itemgra> |
---|
2609 | <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="11"> |
---|
2610 | <polyline color="#4d4e11" width="5"/> |
---|
2611 | </itemgra> |
---|
2612 | <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="12"> |
---|
2613 | <polyline color="#4d4e11" width="7"/> |
---|
2614 | </itemgra> |
---|
2615 | <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="13"> |
---|
2616 | <polyline color="#4d4e11" width="14"/> |
---|
2617 | </itemgra> |
---|
2618 | <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="14"> |
---|
2619 | <polyline color="#4d4e11" width="17"/> |
---|
2620 | </itemgra> |
---|
2621 | <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="15"> |
---|
2622 | <polyline color="#4d4e11" width="21"/> |
---|
2623 | </itemgra> |
---|
2624 | <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="16"> |
---|
2625 | <polyline color="#4d4e11" width="34"/> |
---|
2626 | </itemgra> |
---|
2627 | <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="17"> |
---|
2628 | <polyline color="#4d4e11" width="73"/> |
---|
2629 | </itemgra> |
---|
2630 | <itemgra item_types="street_3_city,street_3_land,ramp,roundabout" order="18"> |
---|
2631 | <polyline color="#4d4e11" width="150"/> |
---|
2632 | </itemgra> |
---|
2633 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-5"> |
---|
2634 | <polyline color="#430000" width="1"/> |
---|
2635 | </itemgra> |
---|
2636 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="6-8"> |
---|
2637 | <polyline color="#430000" width="2"/> |
---|
2638 | </itemgra> |
---|
2639 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9"> |
---|
2640 | <polyline color="#430000" width="3"/> |
---|
2641 | </itemgra> |
---|
2642 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10"> |
---|
2643 | <polyline color="#430000" width="4"/> |
---|
2644 | </itemgra> |
---|
2645 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11"> |
---|
2646 | <polyline color="#430000" width="7"/> |
---|
2647 | </itemgra> |
---|
2648 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12"> |
---|
2649 | <polyline color="#430000" width="9"/> |
---|
2650 | </itemgra> |
---|
2651 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13"> |
---|
2652 | <polyline color="#430000" width="14"/> |
---|
2653 | </itemgra> |
---|
2654 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14"> |
---|
2655 | <polyline color="#430000" width="17"/> |
---|
2656 | </itemgra> |
---|
2657 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15"> |
---|
2658 | <polyline color="#430000" width="20"/> |
---|
2659 | </itemgra> |
---|
2660 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16"> |
---|
2661 | <polyline color="#430000" width="33"/> |
---|
2662 | </itemgra> |
---|
2663 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17"> |
---|
2664 | <polyline color="#430000" width="72"/> |
---|
2665 | </itemgra> |
---|
2666 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18"> |
---|
2667 | <polyline color="#430000" width="150"/> |
---|
2668 | </itemgra> |
---|
2669 | <itemgra item_types="highway_city,highway_land" order="2"> |
---|
2670 | <polyline color="#760000" width="1"/> |
---|
2671 | </itemgra> |
---|
2672 | <!--1d4c19/0d740d--> |
---|
2673 | <itemgra item_types="highway_city,highway_land" order="3-5"> |
---|
2674 | <polyline color="#640000" width="3"/> |
---|
2675 | <polyline color="#0a5c0a" width="1"/> |
---|
2676 | </itemgra> |
---|
2677 | <itemgra item_types="highway_city,highway_land" order="6"> |
---|
2678 | <polyline color="#640000" width="4"/> |
---|
2679 | <polyline color="#0a5c0a" width="1"/> |
---|
2680 | </itemgra> |
---|
2681 | <itemgra item_types="highway_city,highway_land" order="7-8"> |
---|
2682 | <polyline color="#640000" width="6"/> |
---|
2683 | <polyline color="#005b00" width="1"/> |
---|
2684 | </itemgra> |
---|
2685 | <itemgra item_types="highway_city,highway_land" order="9-10"> |
---|
2686 | <polyline color="#640000" width="8"/> |
---|
2687 | <polyline color="#0a5c0a" width="2"/> |
---|
2688 | </itemgra> |
---|
2689 | <itemgra item_types="highway_city,highway_land" order="11"> |
---|
2690 | <polyline color="#640000" width="12"/> |
---|
2691 | <polyline color="#0a5c0a" width="3"/> |
---|
2692 | </itemgra> |
---|
2693 | <itemgra item_types="highway_city,highway_land" order="12"> |
---|
2694 | <polyline color="#640000" width="13"/> |
---|
2695 | <polyline color="#0a5c0a" width="3"/> |
---|
2696 | </itemgra> |
---|
2697 | <itemgra item_types="highway_city,highway_land" order="13"> |
---|
2698 | <polyline color="#640000" width="17"/> |
---|
2699 | <polyline color="#0a5c0a" width="4"/> |
---|
2700 | </itemgra> |
---|
2701 | <itemgra item_types="highway_city,highway_land" order="14"> |
---|
2702 | <polyline color="#640000" width="24"/> |
---|
2703 | <polyline color="#0a5c0a" width="4"/> |
---|
2704 | </itemgra> |
---|
2705 | <itemgra item_types="highway_city,highway_land" order="15"> |
---|
2706 | <polyline color="#640000" width="27"/> |
---|
2707 | <polyline color="#0a5c0a" width="5"/> |
---|
2708 | </itemgra> |
---|
2709 | <itemgra item_types="highway_city,highway_land" order="16"> |
---|
2710 | <polyline color="#640000" width="59"/> |
---|
2711 | <polyline color="#0a5c0a" width="6"/> |
---|
2712 | </itemgra> |
---|
2713 | <itemgra item_types="highway_city,highway_land" order="17"> |
---|
2714 | <polyline color="#640000" width="127"/> |
---|
2715 | <polyline color="#0a5c0a" width="7"/> |
---|
2716 | </itemgra> |
---|
2717 | <itemgra item_types="highway_city,highway_land" order="18"> |
---|
2718 | <polyline color="#640000" width="258"/> |
---|
2719 | <polyline color="#0a5c0a" width="8"/> |
---|
2720 | </itemgra> |
---|
2721 | <!-- This entry shows all unknown linear elements as blue lines --> |
---|
2722 | <!-- |
---|
2723 | <itemgra item_types="street_unkn" order="0-"> |
---|
2724 | <polyline color="#8080ff" width="3"/> |
---|
2725 | </itemgra> |
---|
2726 | --> |
---|
2727 | <itemgra item_types="highway_exit_label" order="10-"> |
---|
2728 | <circle color="#000000" radius="3" text_size="10"/> |
---|
2729 | </itemgra> |
---|
2730 | <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="10-18"> |
---|
2731 | <text text_size="10" color="#55c4bd"/> |
---|
2732 | </itemgra> |
---|
2733 | <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18"> |
---|
2734 | <text text_size="10" color="#55c4bd"/> |
---|
2735 | </itemgra> |
---|
2736 | <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18"> |
---|
2737 | <text text_size="10" color="#55c4bd"/> |
---|
2738 | </itemgra> |
---|
2739 | </layer> |
---|
2740 | <layer name="polylines"> |
---|
2741 | <itemgra item_types="aeroway_taxiway" order="10"> |
---|
2742 | <polyline color="#404040" width="4"/> |
---|
2743 | </itemgra> |
---|
2744 | <itemgra item_types="aeroway_taxiway" order="11"> |
---|
2745 | <polyline color="#404040" width="6"/> |
---|
2746 | </itemgra> |
---|
2747 | <itemgra item_types="aeroway_taxiway" order="12"> |
---|
2748 | <polyline color="#404040" width="10"/> |
---|
2749 | </itemgra> |
---|
2750 | <itemgra item_types="aeroway_taxiway" order="13"> |
---|
2751 | <polyline color="#404040" width="12"/> |
---|
2752 | </itemgra> |
---|
2753 | <itemgra item_types="aeroway_taxiway" order="14"> |
---|
2754 | <polyline color="#404040" width="15"/> |
---|
2755 | </itemgra> |
---|
2756 | <itemgra item_types="aeroway_taxiway" order="15"> |
---|
2757 | <polyline color="#404040" width="17"/> |
---|
2758 | </itemgra> |
---|
2759 | <itemgra item_types="aeroway_taxiway" order="16"> |
---|
2760 | <polyline color="#404040" width="33"/> |
---|
2761 | </itemgra> |
---|
2762 | <itemgra item_types="aeroway_taxiway" order="17"> |
---|
2763 | <polyline color="#404040" width="69"/> |
---|
2764 | </itemgra> |
---|
2765 | <itemgra item_types="aeroway_taxiway" order="18"> |
---|
2766 | <polyline color="#404040" width="132"/> |
---|
2767 | </itemgra> |
---|
2768 | <itemgra item_types="aeroway_runway" order="2-6"> |
---|
2769 | <polyline color="#404040" width="1"/> |
---|
2770 | </itemgra> |
---|
2771 | <itemgra item_types="aeroway_runway" order="7-8"> |
---|
2772 | <polyline color="#404040" width="3"/> |
---|
2773 | </itemgra> |
---|
2774 | <itemgra item_types="aeroway_runway" order="9"> |
---|
2775 | <polyline color="#404040" width="5"/> |
---|
2776 | </itemgra> |
---|
2777 | <itemgra item_types="aeroway_runway" order="10"> |
---|
2778 | <polyline color="#404040" width="6"/> |
---|
2779 | </itemgra> |
---|
2780 | <itemgra item_types="aeroway_runway" order="11"> |
---|
2781 | <polyline color="#404040" width="9"/> |
---|
2782 | </itemgra> |
---|
2783 | <itemgra item_types="aeroway_runway" order="12"> |
---|
2784 | <polyline color="#404040" width="13"/> |
---|
2785 | </itemgra> |
---|
2786 | <itemgra item_types="aeroway_runway" order="13"> |
---|
2787 | <polyline color="#404040" width="18"/> |
---|
2788 | </itemgra> |
---|
2789 | <itemgra item_types="aeroway_runway" order="14"> |
---|
2790 | <polyline color="#404040" width="21"/> |
---|
2791 | </itemgra> |
---|
2792 | <itemgra item_types="aeroway_runway" order="15"> |
---|
2793 | <polyline color="#404040" width="24"/> |
---|
2794 | </itemgra> |
---|
2795 | <itemgra item_types="aeroway_runway" order="16"> |
---|
2796 | <polyline color="#404040" width="39"/> |
---|
2797 | </itemgra> |
---|
2798 | <itemgra item_types="aeroway_runway" order="17"> |
---|
2799 | <polyline color="#404040" width="78"/> |
---|
2800 | </itemgra> |
---|
2801 | <itemgra item_types="aeroway_runway" order="18"> |
---|
2802 | <polyline color="#404040" width="156"/> |
---|
2803 | </itemgra> |
---|
2804 | <itemgra item_types="rail_tram,bus_guideway" order="10-"> |
---|
2805 | <polyline color="#3d3d3d" width="2"/> |
---|
2806 | </itemgra> |
---|
2807 | </layer> |
---|
2808 | <layer name="labels"> |
---|
2809 | <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="12-"> |
---|
2810 | <circle color="#55c4bd" radius="3" text_size="10"/> |
---|
2811 | </itemgra> |
---|
2812 | <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="11-"> |
---|
2813 | <circle color="#55c4bd" radius="3" text_size="10"/> |
---|
2814 | </itemgra> |
---|
2815 | <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3" order="10-"> |
---|
2816 | <circle color="#55c4bd" radius="3" text_size="10"/> |
---|
2817 | </itemgra> |
---|
2818 | <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-"> |
---|
2819 | <circle color="#55c4bd" radius="3" text_size="10"/> |
---|
2820 | </itemgra> |
---|
2821 | <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="8-"> |
---|
2822 | <circle color="#55c4bd" radius="3" text_size="10"/> |
---|
2823 | </itemgra> |
---|
2824 | <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="6-"> |
---|
2825 | <circle color="#55c4bd" radius="3" text_size="10"/> |
---|
2826 | </itemgra> |
---|
2827 | <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="4-"> |
---|
2828 | <circle color="#55c4bd" radius="3" text_size="10"/> |
---|
2829 | </itemgra> |
---|
2830 | <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-"> |
---|
2831 | <circle color="#55c4bd" radius="3" text_size="15"/> |
---|
2832 | </itemgra> |
---|
2833 | <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="2-"> |
---|
2834 | <circle color="#55c4bd" radius="3" text_size="15"/> |
---|
2835 | </itemgra> |
---|
2836 | <itemgra item_types="town_label_1e7,district_label_1e7" order="1-"> |
---|
2837 | <circle color="#55c4bd" radius="3" text_size="15"/> |
---|
2838 | </itemgra> |
---|
2839 | </layer> |
---|
2840 | <layer name="points"> |
---|
2841 | <itemgra item_types="mini_roundabout" order="12-"> |
---|
2842 | <icon src="mini_roundabout.xpm"/> |
---|
2843 | </itemgra> |
---|
2844 | <itemgra item_types="turning_circle" order="12-"> |
---|
2845 | <icon src="mini_roundabout.xpm"/> |
---|
2846 | </itemgra> |
---|
2847 | <itemgra item_types="track" order="3-"> |
---|
2848 | <polyline color="#3f3f3f" width="1"/> |
---|
2849 | </itemgra> |
---|
2850 | <itemgra item_types="poi_airport" order="5-"> |
---|
2851 | <icon src="airport.png"/> |
---|
2852 | </itemgra> |
---|
2853 | <itemgra item_types="town_ghost" order="0-"> |
---|
2854 | <icon src="ghost_town.xpm"/> |
---|
2855 | </itemgra> |
---|
2856 | <itemgra item_types="poi_hotel" order="12-"> |
---|
2857 | <icon src="hotel.xpm"/> |
---|
2858 | </itemgra> |
---|
2859 | <itemgra item_types="poi_car_parking" order="11-"> |
---|
2860 | <icon src="parking.xpm"/> |
---|
2861 | </itemgra> |
---|
2862 | <itemgra item_types="poi_car_dealer_parts" order="0-"> |
---|
2863 | <icon src="car_dealer.xpm"/> |
---|
2864 | </itemgra> |
---|
2865 | <itemgra item_types="poi_fuel" order="10-"> |
---|
2866 | <icon src="fuel.png"/> |
---|
2867 | </itemgra> |
---|
2868 | <itemgra item_types="poi_shopping" order="10-"> |
---|
2869 | <icon src="shopping.png"/> |
---|
2870 | </itemgra> |
---|
2871 | <itemgra item_types="poi_attraction" order="8-"> |
---|
2872 | <icon src="attraction.png"/> |
---|
2873 | </itemgra> |
---|
2874 | <itemgra item_types="poi_cafe" order="12-"> |
---|
2875 | <icon src="cafe.xpm"/> |
---|
2876 | </itemgra> |
---|
2877 | <itemgra item_types="poi_bar" order="12-"> |
---|
2878 | <icon src="bar.xpm"/> |
---|
2879 | </itemgra> |
---|
2880 | <itemgra item_types="poi_bridge" order="0-"> |
---|
2881 | <icon src="bridge.xpm"/> |
---|
2882 | </itemgra> |
---|
2883 | <itemgra item_types="highway_exit" order="11-"> |
---|
2884 | <icon src="exit.png"/> |
---|
2885 | </itemgra> |
---|
2886 | <itemgra item_types="poi_camp_rv" order="9-"> |
---|
2887 | <icon src="camping.xpm"/> |
---|
2888 | </itemgra> |
---|
2889 | <itemgra item_types="poi_museum_history" order="12-"> |
---|
2890 | <icon src="museum.xpm"/> |
---|
2891 | </itemgra> |
---|
2892 | <itemgra item_types="poi_hospital" order="12-"> |
---|
2893 | <icon src="hospital.png"/> |
---|
2894 | </itemgra> |
---|
2895 | <!-- not really usefull --> |
---|
2896 | <!-- |
---|
2897 | <itemgra item_types="point_unkn" order="0-"> |
---|
2898 | <circle color="#8080ff" radius="3"/> |
---|
2899 | </itemgra> |
---|
2900 | --> |
---|
2901 | <itemgra item_types="poi_dining" order="12-"> |
---|
2902 | <icon src="dining.xpm"/> |
---|
2903 | </itemgra> |
---|
2904 | <itemgra item_types="poi_fastfood" order="12-"> |
---|
2905 | <icon src="fastfood.png"/> |
---|
2906 | </itemgra> |
---|
2907 | <itemgra item_types="poi_police" order="12-"> |
---|
2908 | <icon src="police.png"/> |
---|
2909 | </itemgra> |
---|
2910 | <itemgra item_types="poi_auto_club" order="0-"> |
---|
2911 | <icon src="auto_club.xpm"/> |
---|
2912 | </itemgra> |
---|
2913 | <itemgra item_types="poi_autoservice" order="0-"> |
---|
2914 | <icon src="autoservice.xpm"/> |
---|
2915 | </itemgra> |
---|
2916 | <itemgra item_types="poi_bank" order="12-"> |
---|
2917 | <icon src="bank.png"/> |
---|
2918 | </itemgra> |
---|
2919 | <itemgra item_types="poi_bay" order="0-"> |
---|
2920 | <icon src="bay.xpm"/> |
---|
2921 | </itemgra> |
---|
2922 | <itemgra item_types="poi_bend" order="0-"> |
---|
2923 | <icon src="bend.xpm"/> |
---|
2924 | </itemgra> |
---|
2925 | <itemgra item_types="poi_boat_ramp" order="12-"> |
---|
2926 | <icon src="boat_ramp.png"/> |
---|
2927 | </itemgra> |
---|
2928 | <itemgra item_types="poi_border_station" order="0-"> |
---|
2929 | <icon src="border_station.xpm"/> |
---|
2930 | </itemgra> |
---|
2931 | <itemgra item_types="poi_bowling" order="0-"> |
---|
2932 | <icon src="bowling.xpm"/> |
---|
2933 | </itemgra> |
---|
2934 | <itemgra item_types="poi_bus_station" order="12-"> |
---|
2935 | <icon src="bus.png"/> |
---|
2936 | </itemgra> |
---|
2937 | <itemgra item_types="poi_bus_stop" order="12-"> |
---|
2938 | <icon src="bus.png"/> |
---|
2939 | </itemgra> |
---|
2940 | <itemgra item_types="poi_business_service" order="0-"> |
---|
2941 | <icon src="bussines_service.xpm"/> |
---|
2942 | </itemgra> |
---|
2943 | <itemgra item_types="poi_car_rent" order="11-"> |
---|
2944 | <icon src="car_rent.xpm"/> |
---|
2945 | </itemgra> |
---|
2946 | <itemgra item_types="poi_car_wash" order="12-"> |
---|
2947 | <icon src="car_wash.xpm"/> |
---|
2948 | </itemgra> |
---|
2949 | <itemgra item_types="poi_casino" order="11-"> |
---|
2950 | <icon src="casino.xpm"/> |
---|
2951 | </itemgra> |
---|
2952 | <itemgra item_types="poi_cemetery" order="11-"> |
---|
2953 | <icon src="cemetery.xpm"/> |
---|
2954 | </itemgra> |
---|
2955 | <itemgra item_types="poi_church" order="11-"> |
---|
2956 | <icon src="church.png"/> |
---|
2957 | </itemgra> |
---|
2958 | <itemgra item_types="poi_cinema" order="12-"> |
---|
2959 | <icon src="cinema.png"/> |
---|
2960 | </itemgra> |
---|
2961 | <itemgra item_types="poi_communication" order="0-"> |
---|
2962 | <icon src="communication.xpm"/> |
---|
2963 | </itemgra> |
---|
2964 | <itemgra item_types="poi_concert" order="0-"> |
---|
2965 | <icon src="concert.xpm"/> |
---|
2966 | </itemgra> |
---|
2967 | <itemgra item_types="poi_cove" order="0-"> |
---|
2968 | <icon src="cove.xpm"/> |
---|
2969 | </itemgra> |
---|
2970 | <itemgra item_types="poi_crossing" order="0-"> |
---|
2971 | <icon src="crossing.xpm"/> |
---|
2972 | </itemgra> |
---|
2973 | <itemgra item_types="poi_dam" order="0-"> |
---|
2974 | <icon src="dam.xpm"/> |
---|
2975 | </itemgra> |
---|
2976 | <itemgra item_types="poi_danger_area" order="0-"> |
---|
2977 | <icon src="danger_area.xpm"/> |
---|
2978 | </itemgra> |
---|
2979 | <itemgra item_types="poi_danger_sea_wreck" order="0-"> |
---|
2980 | <icon src="dangerous.xpm"/> |
---|
2981 | </itemgra> |
---|
2982 | <itemgra item_types="poi_daymark" order="0-"> |
---|
2983 | <icon src="daymark.xpm"/> |
---|
2984 | </itemgra> |
---|
2985 | <itemgra item_types="poi_diving" order="0-"> |
---|
2986 | <icon src="diving.xpm"/> |
---|
2987 | </itemgra> |
---|
2988 | <itemgra item_types="poi_drinking_water" order="0-"> |
---|
2989 | <icon src="drinking_water.xpm"/> |
---|
2990 | </itemgra> |
---|
2991 | <itemgra item_types="poi_emergency" order="0-"> |
---|
2992 | <icon src="emergency.xpm"/> |
---|
2993 | </itemgra> |
---|
2994 | <itemgra item_types="poi_fair" order="0-"> |
---|
2995 | <icon src="fair.xpm"/> |
---|
2996 | </itemgra> |
---|
2997 | <itemgra item_types="poi_firebrigade" order="12-"> |
---|
2998 | <icon src="firebrigade.png"/> |
---|
2999 | </itemgra> |
---|
3000 | <itemgra item_types="poi_fish" order="0-"> |
---|
3001 | <icon src="fish.xpm"/> |
---|
3002 | </itemgra> |
---|
3003 | <itemgra item_types="poi_forbidden_area" order="0-"> |
---|
3004 | <icon src="forbiden_area.xpm"/> |
---|
3005 | </itemgra> |
---|
3006 | <itemgra item_types="poi_shop_gps" order="0-"> |
---|
3007 | <icon src="garmin.xpm"/> |
---|
3008 | </itemgra> |
---|
3009 | <itemgra item_types="poi_golf" order="12-"> |
---|
3010 | <icon src="golf.xpm"/> |
---|
3011 | </itemgra> |
---|
3012 | <itemgra item_types="poi_government_building" order="0-"> |
---|
3013 | <icon src="goverment_building.xpm"/> |
---|
3014 | </itemgra> |
---|
3015 | <itemgra item_types="poi_height" order="0-"> |
---|
3016 | <icon src="height.xpm"/> |
---|
3017 | </itemgra> |
---|
3018 | <itemgra item_types="poi_heliport" order="7-"> |
---|
3019 | <icon src="heliport.xpm"/> |
---|
3020 | </itemgra> |
---|
3021 | <itemgra item_types="poi_hotspring" order="0-"> |
---|
3022 | <icon src="hotspring.xpm"/> |
---|
3023 | </itemgra> |
---|
3024 | <itemgra item_types="poi_icesport" order="0-"> |
---|
3025 | <icon src="icesport.xpm"/> |
---|
3026 | </itemgra> |
---|
3027 | <itemgra item_types="poi_information" order="12-"> |
---|
3028 | <icon src="information.xpm"/> |
---|
3029 | </itemgra> |
---|
3030 | <itemgra item_types="poi_justice" order="10-"> |
---|
3031 | <icon src="justice.xpm"/> |
---|
3032 | </itemgra> |
---|
3033 | <itemgra item_types="poi_landmark" order="0-"> |
---|
3034 | <icon src="landmark.xpm"/> |
---|
3035 | </itemgra> |
---|
3036 | <itemgra item_types="poi_levee" order="0-"> |
---|
3037 | <icon src="levee.xpm"/> |
---|
3038 | </itemgra> |
---|
3039 | <itemgra item_types="poi_level_crossing" order="11-"> |
---|
3040 | <icon src="level_crossing.xpm"/> |
---|
3041 | </itemgra> |
---|
3042 | <itemgra item_types="poi_library" order="12-"> |
---|
3043 | <icon src="library.xpm"/> |
---|
3044 | </itemgra> |
---|
3045 | <itemgra item_types="poi_locale" order="0-"> |
---|
3046 | <icon src="locale.xpm"/> |
---|
3047 | </itemgra> |
---|
3048 | <itemgra item_types="poi_loudspeaker" order="0-"> |
---|
3049 | <icon src="loudspeaker.xpm"/> |
---|
3050 | </itemgra> |
---|
3051 | <itemgra item_types="poi_mall" order="0-"> |
---|
3052 | <icon src="mall.xpm"/> |
---|
3053 | </itemgra> |
---|
3054 | <itemgra item_types="poi_manmade_feature" order="0-"> |
---|
3055 | <icon src="manmade_feature.xpm"/> |
---|
3056 | </itemgra> |
---|
3057 | <itemgra item_types="poi_marine" order="0-"> |
---|
3058 | <icon src="marine.xpm"/> |
---|
3059 | </itemgra> |
---|
3060 | <itemgra item_types="poi_marine_type" order="0-"> |
---|
3061 | <icon src="marine_type.xpm"/> |
---|
3062 | </itemgra> |
---|
3063 | <itemgra item_types="poi_mark" order="0-"> |
---|
3064 | <icon src="mark.xpm"/> |
---|
3065 | </itemgra> |
---|
3066 | <itemgra item_types="poi_military" order="0-"> |
---|
3067 | <icon src="military.xpm"/> |
---|
3068 | </itemgra> |
---|
3069 | <itemgra item_types="poi_mine" order="0-"> |
---|
3070 | <icon src="mine.xpm"/> |
---|
3071 | </itemgra> |
---|
3072 | <itemgra item_types="poi_nondangerous" order="0-"> |
---|
3073 | <icon src="nondangerous.xpm"/> |
---|
3074 | </itemgra> |
---|
3075 | <itemgra item_types="poi_oil_field" order="0-"> |
---|
3076 | <icon src="oil_field.xpm"/> |
---|
3077 | </itemgra> |
---|
3078 | <itemgra item_types="poi_peak" order="6-"> |
---|
3079 | <icon src="peak.png"/> |
---|
3080 | </itemgra> |
---|
3081 | <itemgra item_types="poi_personal_service" order="0-"> |
---|
3082 | <icon src="personal_service.xpm"/> |
---|
3083 | </itemgra> |
---|
3084 | <itemgra item_types="poi_pharmacy" order="12-"> |
---|
3085 | <icon src="pharmacy.xpm"/> |
---|
3086 | </itemgra> |
---|
3087 | <itemgra item_types="poi_post_office,poi_post_box" order="13-"> |
---|
3088 | <icon src="post.png"/> |
---|
3089 | </itemgra> |
---|
3090 | <itemgra item_types="poi_public_office" order="0-"> |
---|
3091 | <icon src="public_office.xpm"/> |
---|
3092 | </itemgra> |
---|
3093 | <itemgra item_types="poi_rail_halt" order="10-"> |
---|
3094 | <circle color="#000000" radius="3" width="3"/> |
---|
3095 | <circle color="#3d3d3d" radius="6" width="2" text_size="10"/> |
---|
3096 | </itemgra> |
---|
3097 | <itemgra item_types="poi_rail_station" order="11-"> |
---|
3098 | <circle color="#000000" radius="3" width="3"/> |
---|
3099 | <circle color="#3d3d3d" radius="6" width="2" text_size="10"/> |
---|
3100 | </itemgra> |
---|
3101 | <itemgra item_types="poi_rail_tram_stop" order="10-11"> |
---|
3102 | <circle color="#3d3d3d" radius="2" width="2"/> |
---|
3103 | </itemgra> |
---|
3104 | <itemgra item_types="poi_rail_tram_stop" order="12-"> |
---|
3105 | <circle color="#000000" radius="3" width="3"/> |
---|
3106 | <circle color="#3d3d3d" radius="6" width="2" text_size="10"/> |
---|
3107 | </itemgra> |
---|
3108 | <itemgra item_types="poi_repair_service" order="0-"> |
---|
3109 | <icon src="repair_service.xpm"/> |
---|
3110 | </itemgra> |
---|
3111 | <itemgra item_types="poi_resort" order="0-"> |
---|
3112 | <icon src="resort.xpm"/> |
---|
3113 | </itemgra> |
---|
3114 | <itemgra item_types="poi_restaurant" order="12-"> |
---|
3115 | <icon src="restaurant.xpm"/> |
---|
3116 | </itemgra> |
---|
3117 | <itemgra item_types="poi_restricted_area" order="0-"> |
---|
3118 | <icon src="restricted_area.xpm"/> |
---|
3119 | </itemgra> |
---|
3120 | <itemgra item_types="poi_restroom" order="13-"> |
---|
3121 | <icon src="restroom.xpm"/> |
---|
3122 | </itemgra> |
---|
3123 | <itemgra item_types="poi_sailing" order="0-"> |
---|
3124 | <icon src="sailing.xpm"/> |
---|
3125 | </itemgra> |
---|
3126 | <itemgra item_types="poi_scenic_area" order="0-"> |
---|
3127 | <icon src="scenic_area.xpm"/> |
---|
3128 | </itemgra> |
---|
3129 | <itemgra item_types="poi_school" order="12-"> |
---|
3130 | <icon src="school.xpm"/> |
---|
3131 | </itemgra> |
---|
3132 | <itemgra item_types="poi_service" order="0-"> |
---|
3133 | <icon src="service.xpm"/> |
---|
3134 | </itemgra> |
---|
3135 | <itemgra item_types="poi_shop_apparel" order="0-"> |
---|
3136 | <icon src="shop_apparel.xpm"/> |
---|
3137 | </itemgra> |
---|
3138 | <itemgra item_types="poi_shop_computer" order="0-"> |
---|
3139 | <icon src="shop_computer.xpm"/> |
---|
3140 | </itemgra> |
---|
3141 | <itemgra item_types="poi_shop_department" order="0-"> |
---|
3142 | <icon src="shop_department.xpm"/> |
---|
3143 | </itemgra> |
---|
3144 | <itemgra item_types="poi_shop_furniture" order="0-"> |
---|
3145 | <icon src="shop_furnish.xpm"/> |
---|
3146 | </itemgra> |
---|
3147 | <itemgra item_types="poi_shop_grocery" order="0-"> |
---|
3148 | <icon src="shop_grocery.xpm"/> |
---|
3149 | </itemgra> |
---|
3150 | <itemgra item_types="poi_shop_handg" order="0-"> |
---|
3151 | <icon src="shop_handg.xpm"/> |
---|
3152 | </itemgra> |
---|
3153 | <itemgra item_types="poi_shop_merchandise" order="0-"> |
---|
3154 | <icon src="shop_merchandise.xpm"/> |
---|
3155 | </itemgra> |
---|
3156 | <itemgra item_types="poi_shop_retail" order="0-"> |
---|
3157 | <icon src="shop_retail.xpm"/> |
---|
3158 | </itemgra> |
---|
3159 | <itemgra item_types="poi_shower" order="0-"> |
---|
3160 | <icon src="shower.xpm"/> |
---|
3161 | </itemgra> |
---|
3162 | <itemgra item_types="poi_skiing" order="12-"> |
---|
3163 | <icon src="skiing.xpm"/> |
---|
3164 | </itemgra> |
---|
3165 | <itemgra item_types="poi_social_service" order="0-"> |
---|
3166 | <icon src="social_service.xpm"/> |
---|
3167 | </itemgra> |
---|
3168 | <itemgra item_types="poi_sounding" order="0-"> |
---|
3169 | <icon src="sounding.xpm"/> |
---|
3170 | </itemgra> |
---|
3171 | <itemgra item_types="poi_sport" order="12-"> |
---|
3172 | <icon src="sport.xpm"/> |
---|
3173 | </itemgra> |
---|
3174 | <itemgra item_types="poi_stadium" order="0-"> |
---|
3175 | <icon src="stadium.xpm"/> |
---|
3176 | </itemgra> |
---|
3177 | <itemgra item_types="poi_swimming" order="12-"> |
---|
3178 | <icon src="swimming.xpm"/> |
---|
3179 | </itemgra> |
---|
3180 | <itemgra item_types="poi_telephone" order="13-"> |
---|
3181 | <icon src="telephone.xpm"/> |
---|
3182 | </itemgra> |
---|
3183 | <itemgra item_types="poi_theater" order="12-"> |
---|
3184 | <icon src="theater.xpm"/> |
---|
3185 | </itemgra> |
---|
3186 | <itemgra item_types="poi_tide" order="0-"> |
---|
3187 | <icon src="tide.xpm"/> |
---|
3188 | </itemgra> |
---|
3189 | <itemgra item_types="poi_tower" order="13-"> |
---|
3190 | <icon src="tower.xpm"/> |
---|
3191 | </itemgra> |
---|
3192 | <itemgra item_types="poi_townhall" order="12-"> |
---|
3193 | <icon src="townhall.xpm"/> |
---|
3194 | </itemgra> |
---|
3195 | <itemgra item_types="poi_trail" order="0-"> |
---|
3196 | <icon src="trail.xpm"/> |
---|
3197 | </itemgra> |
---|
3198 | <itemgra item_types="poi_truck_stop" order="0-"> |
---|
3199 | <icon src="truck_stop.xpm"/> |
---|
3200 | </itemgra> |
---|
3201 | <itemgra item_types="poi_tunnel" order="0-"> |
---|
3202 | <icon src="tunnel.xpm"/> |
---|
3203 | </itemgra> |
---|
3204 | <itemgra item_types="poi_wifi" order="11-"> |
---|
3205 | <icon src="wifi.xpm"/> |
---|
3206 | </itemgra> |
---|
3207 | <itemgra item_types="poi_wine" order="0-"> |
---|
3208 | <icon src="wine.xpm"/> |
---|
3209 | </itemgra> |
---|
3210 | <itemgra item_types="poi_worship" order="0-"> |
---|
3211 | <icon src="worship.xpm"/> |
---|
3212 | </itemgra> |
---|
3213 | <itemgra item_types="poi_wrecker" order="0-"> |
---|
3214 | <icon src="wrecker.xpm"/> |
---|
3215 | </itemgra> |
---|
3216 | <itemgra item_types="poi_zoo" order="10-"> |
---|
3217 | <icon src="zoo.xpm"/> |
---|
3218 | </itemgra> |
---|
3219 | <itemgra item_types="poi_picnic" order="11-"> |
---|
3220 | <icon src="picnic.xpm"/> |
---|
3221 | </itemgra> |
---|
3222 | <itemgra item_types="poi_gc_multi" order="0-"> |
---|
3223 | <icon src="gc_multi.xpm"/> |
---|
3224 | </itemgra> |
---|
3225 | <itemgra item_types="poi_gc_tradi" order="0-"> |
---|
3226 | <icon src="gc_tradi.xpm"/> |
---|
3227 | </itemgra> |
---|
3228 | <itemgra item_types="poi_gc_event" order="0-"> |
---|
3229 | <icon src="gc_event.xpm"/> |
---|
3230 | </itemgra> |
---|
3231 | <itemgra item_types="poi_gc_mystery" order="0-"> |
---|
3232 | <icon src="gc_mystery.xpm"/> |
---|
3233 | </itemgra> |
---|
3234 | <itemgra item_types="poi_gc_question" order="0-"> |
---|
3235 | <icon src="gc_question.xpm"/> |
---|
3236 | </itemgra> |
---|
3237 | <itemgra item_types="poi_gc_stages" order="0-"> |
---|
3238 | <icon src="gc_stages.xpm"/> |
---|
3239 | </itemgra> |
---|
3240 | <itemgra item_types="poi_gc_reference" order="0-"> |
---|
3241 | <icon src="gc_reference.xpm"/> |
---|
3242 | </itemgra> |
---|
3243 | <itemgra item_types="poi_gc_webcam" order="0-"> |
---|
3244 | <icon src="gc_webcam.xpm"/> |
---|
3245 | </itemgra> |
---|
3246 | <itemgra item_types="traffic_signals" order="13-"> |
---|
3247 | <icon src="traffic_signals.png"/> |
---|
3248 | </itemgra> |
---|
3249 | <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-"> |
---|
3250 | <polygon color="#041a06"/> |
---|
3251 | <text text_size="10"/> |
---|
3252 | </itemgra> |
---|
3253 | <itemgra item_types="poi_image" order="0-"> |
---|
3254 | <image/> |
---|
3255 | </itemgra> |
---|
3256 | <itemgra item_types="rg_segment" order="0-"> |
---|
3257 | <polyline color="#FF089C" width="1"/> |
---|
3258 | <arrows color="#FF089C" width="1"/> |
---|
3259 | </itemgra> |
---|
3260 | <itemgra item_types="rg_point" order="0-"> |
---|
3261 | <circle color="#FF089C" radius="10" text_size="10"/> |
---|
3262 | </itemgra> |
---|
3263 | <!-- I'm not sure if the following stuff should appear in any layout. Maybe portions should only apply to the bike layout? --> |
---|
3264 | <itemgra item_types="poi_bench" order="13-"> |
---|
3265 | <icon src="bench.xpm"/> |
---|
3266 | </itemgra> |
---|
3267 | <itemgra item_types="poi_biergarten" order="12-"> |
---|
3268 | <icon src="biergarten.xpm"/> |
---|
3269 | </itemgra> |
---|
3270 | <itemgra item_types="poi_boundary_stone" order="13-"> |
---|
3271 | <icon src="boundary_stone.xpm"/> |
---|
3272 | </itemgra> |
---|
3273 | <itemgra item_types="poi_castle" order="12-"> |
---|
3274 | <icon src="castle.xpm"/> |
---|
3275 | </itemgra> |
---|
3276 | <itemgra item_types="poi_hunting_stand" order="13-"> |
---|
3277 | <icon src="hunting_stand.xpm"/> |
---|
3278 | </itemgra> |
---|
3279 | <itemgra item_types="poi_memorial" order="12-"> |
---|
3280 | <icon src="memorial.xpm"/> |
---|
3281 | </itemgra> |
---|
3282 | <itemgra item_types="poi_monument" order="12-"> |
---|
3283 | <icon src="memorial.xpm"/> |
---|
3284 | </itemgra> |
---|
3285 | <itemgra item_types="poi_shelter" order="10-"> |
---|
3286 | <icon src="shelter.xpm"/> |
---|
3287 | </itemgra> |
---|
3288 | <itemgra item_types="poi_fountain" order="12-"> |
---|
3289 | <icon src="fountain.xpm"/> |
---|
3290 | </itemgra> |
---|
3291 | <itemgra item_types="poi_potable_water" order="12-"> |
---|
3292 | <icon src="potable_water.xpm"/> |
---|
3293 | </itemgra> |
---|
3294 | <itemgra item_types="poi_toilets" order="12-"> |
---|
3295 | <icon src="toilets.xpm"/> |
---|
3296 | </itemgra> |
---|
3297 | <itemgra item_types="poi_viewpoint" order="12-"> |
---|
3298 | <icon src="viewpoint.xpm"/> |
---|
3299 | </itemgra> |
---|
3300 | <itemgra item_types="tec_common" order="11-"> |
---|
3301 | <icon src="tec_common.png" w="24" h="24"/> |
---|
3302 | </itemgra> |
---|
3303 | </layer> |
---|
3304 | <layer name="POI Labels"> |
---|
3305 | <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" order="14-"> |
---|
3306 | <circle color="#606060" radius="0" width="0" text_size="10"/> |
---|
3307 | </itemgra> |
---|
3308 | </layer> |
---|
3309 | </layout> |
---|
3310 | |
---|
3311 | <layout name="Bike" color="#efcf97" font="Nokia sans"> |
---|
3312 | |
---|
3313 | <cursor w="26" h="26"> |
---|
3314 | <itemgra> |
---|
3315 | <circle color="#0000ff" radius="24" width="2"> |
---|
3316 | <coord x="0" y="0"/> |
---|
3317 | </circle> |
---|
3318 | </itemgra> |
---|
3319 | <itemgra speed_range="-2"> |
---|
3320 | <polyline color="#0000ff" width="2"> |
---|
3321 | <coord x="0" y="0"/> |
---|
3322 | <coord x="0" y="0"/> |
---|
3323 | </polyline> |
---|
3324 | </itemgra> |
---|
3325 | <itemgra speed_range="3-"> |
---|
3326 | <polyline color="#0000ff" width="2"> |
---|
3327 | <coord x="-7" y="-10"/> |
---|
3328 | <coord x="0" y="12"/> |
---|
3329 | <coord x="7" y="-10"/> |
---|
3330 | </polyline> |
---|
3331 | </itemgra> |
---|
3332 | </cursor> |
---|
3333 | |
---|
3334 | <layer name="Landuse"> |
---|
3335 | <itemgra item_types="image" order="0-"> |
---|
3336 | <image/> |
---|
3337 | </itemgra> |
---|
3338 | <itemgra item_types="poly_wood" order="0-"> |
---|
3339 | <polygon color="#8ec78d"/> |
---|
3340 | </itemgra> |
---|
3341 | <itemgra item_types="poly_town" order="0-"> |
---|
3342 | <polygon color="#ffc895"/> |
---|
3343 | <polyline color="#ebb481"/> |
---|
3344 | </itemgra> |
---|
3345 | <itemgra item_types="poly_park" order="0-"> |
---|
3346 | <polygon color="#7cc334"/> |
---|
3347 | <text text_size="10"/> |
---|
3348 | </itemgra> |
---|
3349 | <itemgra item_types="poly_water" order="0-"> |
---|
3350 | <polygon color="#82c8ea"/> |
---|
3351 | <polyline color="#5096b8"/> |
---|
3352 | <text text_size="10"/> |
---|
3353 | </itemgra> |
---|
3354 | <itemgra item_types="poly_land" order="0-"> |
---|
3355 | <polygon color="#ffefb7"/> |
---|
3356 | <polyline color="#ffefb7"/> |
---|
3357 | <text text_size="10"/> |
---|
3358 | </itemgra> |
---|
3359 | <itemgra item_types="poly_airport" order="0-"> |
---|
3360 | <polygon color="#a0a0a0"/> |
---|
3361 | </itemgra> |
---|
3362 | <itemgra item_types="poly_sport" order="0-"> |
---|
3363 | <polygon color="#ff8c00"/> |
---|
3364 | </itemgra> |
---|
3365 | <itemgra item_types="poly_industry,poly_place,poly_railway" order="0-"> |
---|
3366 | <polygon color="#e6e6e6"/> |
---|
3367 | </itemgra> |
---|
3368 | <itemgra item_types="poly_commercial" order="0-"> |
---|
3369 | <polygon color="#fff8dc"/> |
---|
3370 | </itemgra> |
---|
3371 | <itemgra item_types="poly_industry,poly_building,poly_place,poly_brownfield,poly_greenfield,poly_construction,poly_railway" order="0-"> |
---|
3372 | <polygon color="#ecd8ff"/> |
---|
3373 | </itemgra> |
---|
3374 | <itemgra item_types="poly_farm" order="0-"> |
---|
3375 | <polygon color="#c7f1a3"/> |
---|
3376 | <polyline color="#79c691"/> |
---|
3377 | <text text_size="10"/> |
---|
3378 | </itemgra> |
---|
3379 | <itemgra item_types="poly_scree,poly_scrub,poly_fell,poly_heath" order="0-"> |
---|
3380 | <polygon color="#c7f1a3"/> |
---|
3381 | <polyline color="#79c691"/> |
---|
3382 | <text text_size="10"/> |
---|
3383 | </itemgra> |
---|
3384 | <itemgra item_types="poly_marsh,poly_mud,poly_quarry" order="0-"> |
---|
3385 | <polygon color="#DEB887"/> |
---|
3386 | <polyline color="#DEB887"/> |
---|
3387 | <text text_size="10"/> |
---|
3388 | </itemgra> |
---|
3389 | <itemgra item_types="poly_allotments,poly_playground,poly_village_green,poly_recreation_ground,poly_common,poly_garden" order="0-"> |
---|
3390 | <polygon color="#c7f1a3"/> |
---|
3391 | <polyline color="#79c691"/> |
---|
3392 | <text text_size="10"/> |
---|
3393 | </itemgra> |
---|
3394 | <itemgra item_types="poly_ruins" order="0-"> |
---|
3395 | <polygon color="#b6a6a6"/> |
---|
3396 | </itemgra> |
---|
3397 | <itemgra item_types="poly_apron" order="0-"> |
---|
3398 | <polygon color="#d0d0d0"/> |
---|
3399 | </itemgra> |
---|
3400 | <itemgra item_types="poly_terminal" order="7-"> |
---|
3401 | <polygon color="#e3c6a6"/> |
---|
3402 | </itemgra> |
---|
3403 | <itemgra item_types="poly_cemetery" order="1-"> |
---|
3404 | <polygon color="#bde3cb"/> |
---|
3405 | </itemgra> |
---|
3406 | <itemgra item_types="poly_car_parking" order="1-"> |
---|
3407 | <polygon color="#d2d2d2"/> |
---|
3408 | </itemgra> |
---|
3409 | <itemgra item_types="poly_building" order="0-"> |
---|
3410 | <polygon color="#ff6347"/> |
---|
3411 | </itemgra> |
---|
3412 | </layer> |
---|
3413 | <layer name="Contour Lines"> |
---|
3414 | <itemgra item_types="height_line_1" order="8"> |
---|
3415 | <polyline color="#A9A9A9" width="1"/> |
---|
3416 | <text text_size="13"/> |
---|
3417 | </itemgra> |
---|
3418 | <itemgra item_types="height_line_1" order="9"> |
---|
3419 | <polyline color="#A9A9A9" width="2"/> |
---|
3420 | <text text_size="13"/> |
---|
3421 | </itemgra> |
---|
3422 | <itemgra item_types="height_line_2" order="9"> |
---|
3423 | <polyline color="#A9A9A9" width="1"/> |
---|
3424 | <text text_size="13"/> |
---|
3425 | </itemgra> |
---|
3426 | <itemgra item_types="height_line_1" order="10-"> |
---|
3427 | <polyline color="#A9A9A9" width="3"/> |
---|
3428 | <text text_size="13"/> |
---|
3429 | </itemgra> |
---|
3430 | <itemgra item_types="height_line_2" order="10-"> |
---|
3431 | <polyline color="#A9A9A9" width="2"/> |
---|
3432 | <text text_size="13"/> |
---|
3433 | </itemgra> |
---|
3434 | <itemgra item_types="height_line_3" order="10-"> |
---|
3435 | <polyline color="#A9A9A9" width="1"/> |
---|
3436 | </itemgra> |
---|
3437 | </layer> |
---|
3438 | <!-- "Contour Lines" --> |
---|
3439 | |
---|
3440 | <layer name="Barriers"> |
---|
3441 | <itemgra item_types="ditch" order="8-"> |
---|
3442 | <polyline color="#B8860B" width="1"/> |
---|
3443 | <text text_size="13"/> |
---|
3444 | </itemgra> |
---|
3445 | <itemgra item_types="hedge" order="8-"> |
---|
3446 | <polyline color="#90EE90" width="1"/> |
---|
3447 | <text text_size="13"/> |
---|
3448 | </itemgra> |
---|
3449 | <itemgra item_types="fence" order="8-"> |
---|
3450 | <polyline color="#808080" width="1"/> |
---|
3451 | <text text_size="13"/> |
---|
3452 | </itemgra> |
---|
3453 | <itemgra item_types="wall" order="8-"> |
---|
3454 | <polyline color="#808080" width="1"/> |
---|
3455 | <text text_size="13"/> |
---|
3456 | </itemgra> |
---|
3457 | <itemgra item_types="retaining_wall" order="8-"> |
---|
3458 | <polyline color="#808080" width="1"/> |
---|
3459 | <text text_size="13"/> |
---|
3460 | </itemgra> |
---|
3461 | <itemgra item_types="city_wall" order="8-"> |
---|
3462 | <polyline color="#CD5C5C" width="1"/> |
---|
3463 | <text text_size="13"/> |
---|
3464 | </itemgra> |
---|
3465 | </layer> |
---|
3466 | <!-- "Barriers" --> |
---|
3467 | |
---|
3468 | <layer name="Waterways"> |
---|
3469 | <itemgra item_types="water_line" order="0-"> |
---|
3470 | <polyline color="#82c8ea" width="2"/> |
---|
3471 | <text text_size="10"/> |
---|
3472 | </itemgra> |
---|
3473 | <itemgra item_types="water_river" order="0-"> |
---|
3474 | <polyline color="#82c8ea" width="4"/> |
---|
3475 | <text text_size="10"/> |
---|
3476 | </itemgra> |
---|
3477 | <itemgra item_types="water_canal" order="0-"> |
---|
3478 | <polyline color="#82c8ea" width="3"/> |
---|
3479 | <text text_size="10"/> |
---|
3480 | </itemgra> |
---|
3481 | <itemgra item_types="water_stream" order="0-"> |
---|
3482 | <polyline color="#82c8ea" width="2"/> |
---|
3483 | <text text_size="10"/> |
---|
3484 | </itemgra> |
---|
3485 | <itemgra item_types="water_drain" order="0-"> |
---|
3486 | <polyline color="#82c8ea" width="1"/> |
---|
3487 | <text text_size="10"/> |
---|
3488 | </itemgra> |
---|
3489 | </layer> |
---|
3490 | <layer name="Borders"> |
---|
3491 | <itemgra item_types="border_state" order="0-5"> |
---|
3492 | <polyline color="#778899" dash="3,2,1,3" width="3"/> |
---|
3493 | </itemgra> |
---|
3494 | <itemgra item_types="border_country" order="0-5"> |
---|
3495 | <polyline color="#778899" dash="3,2,1,3" width="2"/> |
---|
3496 | </itemgra> |
---|
3497 | <itemgra item_types="border_state" order="6-11"> |
---|
3498 | <polyline color="#778899" dash="6,6,1,6" width="3"/> |
---|
3499 | </itemgra> |
---|
3500 | <itemgra item_types="border_country" order="6-11"> |
---|
3501 | <polyline color="#778899" dash="6,6,1,6" width="2"/> |
---|
3502 | </itemgra> |
---|
3503 | <itemgra item_types="border_state" order="12-20"> |
---|
3504 | <polyline color="#778899" dash="10,10,2,10" width="3"/> |
---|
3505 | </itemgra> |
---|
3506 | <itemgra item_types="border_country" order="12-20"> |
---|
3507 | <polyline color="#778899" dash="10,10,2,10" width="2"/> |
---|
3508 | </itemgra> |
---|
3509 | </layer> |
---|
3510 | <layer name="Current Route"> |
---|
3511 | <itemgra item_types="street_route" order="2"> |
---|
3512 | <polyline color="#FF00FF" width="4"/> |
---|
3513 | </itemgra> |
---|
3514 | <itemgra item_types="street_route" order="3-5"> |
---|
3515 | <polyline color="#FF00FF" width="8"/> |
---|
3516 | </itemgra> |
---|
3517 | <itemgra item_types="street_route" order="6"> |
---|
3518 | <polyline color="#FF00FF" width="10"/> |
---|
3519 | </itemgra> |
---|
3520 | <itemgra item_types="street_route" order="7-8"> |
---|
3521 | <polyline color="#FF00FF" width="16"/> |
---|
3522 | </itemgra> |
---|
3523 | <itemgra item_types="street_route" order="9-10"> |
---|
3524 | <polyline color="#FF00FF" width="20"/> |
---|
3525 | </itemgra> |
---|
3526 | <itemgra item_types="street_route" order="11"> |
---|
3527 | <polyline color="#FF00FF" width="28"/> |
---|
3528 | </itemgra> |
---|
3529 | <itemgra item_types="street_route" order="12"> |
---|
3530 | <polyline color="#FF00FF" width="32"/> |
---|
3531 | </itemgra> |
---|
3532 | <itemgra item_types="street_route" order="13"> |
---|
3533 | <polyline color="#FF00FF" width="52"/> |
---|
3534 | </itemgra> |
---|
3535 | <itemgra item_types="street_route" order="14"> |
---|
3536 | <polyline color="#FF00FF" width="64"/> |
---|
3537 | </itemgra> |
---|
3538 | <itemgra item_types="street_route" order="15"> |
---|
3539 | <polyline color="#FF00FF" width="68"/> |
---|
3540 | </itemgra> |
---|
3541 | <itemgra item_types="street_route" order="16"> |
---|
3542 | <polyline color="#FF00FF" width="132"/> |
---|
3543 | </itemgra> |
---|
3544 | <itemgra item_types="street_route" order="17"> |
---|
3545 | <polyline color="#FF00FF" width="268"/> |
---|
3546 | </itemgra> |
---|
3547 | <itemgra item_types="street_route" order="18"> |
---|
3548 | <polyline color="#FF00FF" width="530"/> |
---|
3549 | </itemgra> |
---|
3550 | </layer> |
---|
3551 | <layer name="Ways and Paths"> |
---|
3552 | <itemgra item_types="powerline" order="12-"> |
---|
3553 | <polyline color="#778899" width="1"/> |
---|
3554 | <polyline color="#778899" dash="1,80" width="5"/> |
---|
3555 | </itemgra> |
---|
3556 | <itemgra item_types="street_nopass" order="10-"> |
---|
3557 | <polyline color="#000000" width="1"/> |
---|
3558 | </itemgra> |
---|
3559 | <itemgra item_types="track_paved" order="8-"> |
---|
3560 | <polyline color="#d2d2d2" width="5"/> |
---|
3561 | <polyline color="#fefefe" width="3"/> |
---|
3562 | </itemgra> |
---|
3563 | <itemgra item_types="track_gravelled" order="9-"> |
---|
3564 | <polyline color="#d2d2d2" width="4"/> |
---|
3565 | <polyline color="#fefefe" width="2"/> |
---|
3566 | </itemgra> |
---|
3567 | <itemgra item_types="track_unpaved" order="10-"> |
---|
3568 | <polyline color="#d2d2d2" width="3"/> |
---|
3569 | <polyline color="#fefefe" width="1"/> |
---|
3570 | </itemgra> |
---|
3571 | <itemgra item_types="track_ground" order="11-"> |
---|
3572 | <polyline color="#d2d2d2" width="3" dash="6,6"/> |
---|
3573 | <polyline color="#fefefe" width="1" dash="6,6"/> |
---|
3574 | </itemgra> |
---|
3575 | <itemgra item_types="track_grass" order="12-"> |
---|
3576 | <polyline color="#fefefe" width="2" dash="6,6"/> |
---|
3577 | </itemgra> |
---|
3578 | <itemgra item_types="bridleway" order="10-"> |
---|
3579 | <polyline color="#8b4513" width="3"/> |
---|
3580 | <polyline color="#f4a460" width="1"/> |
---|
3581 | </itemgra> |
---|
3582 | <itemgra item_types="cycleway" order="10-"> |
---|
3583 | <polyline color="#006400" width="4"/> |
---|
3584 | <polyline color="#3cb371" width="2"/> |
---|
3585 | </itemgra> |
---|
3586 | <itemgra item_types="footway" order="12-"> |
---|
3587 | <polyline color="#8b4513" width="3"/> |
---|
3588 | <polyline color="#CD853F" width="1"/> |
---|
3589 | </itemgra> |
---|
3590 | <itemgra item_types="steps" order="12-"> |
---|
3591 | <polyline color="#8b4513" width="3"/> |
---|
3592 | <polyline color="#F4A460" width="1" dash="6,4"/> |
---|
3593 | </itemgra> |
---|
3594 | <itemgra item_types="path" order="11-"> |
---|
3595 | <polyline color="#8b4513" width="3" dash="2,4"/> |
---|
3596 | </itemgra> |
---|
3597 | <itemgra item_types="hiking" order="11-"> |
---|
3598 | <polyline color="#8b4513" width="2" dash="4,4"/> |
---|
3599 | </itemgra> |
---|
3600 | <itemgra item_types="hiking_mountain" order="11-"> |
---|
3601 | <polyline color="#8b4513" width="2" dash="6,4"/> |
---|
3602 | </itemgra> |
---|
3603 | <itemgra item_types="hiking_mountain_demanding" order="13-"> |
---|
3604 | <polyline color="#8b4513" width="2" dash="8,4"/> |
---|
3605 | </itemgra> |
---|
3606 | <itemgra item_types="hiking_alpine" order="13-"> |
---|
3607 | <polyline color="#8b4513" width="1" dash="10,4"/> |
---|
3608 | </itemgra> |
---|
3609 | <itemgra item_types="hiking_alpine_demanding" order="14-"> |
---|
3610 | <polyline color="#8b4513" width="1" dash="12,4"/> |
---|
3611 | </itemgra> |
---|
3612 | <itemgra item_types="hiking_alpine_difficult" order="14-"> |
---|
3613 | <polyline color="#8b4513" width="1" dash="14,4"/> |
---|
3614 | </itemgra> |
---|
3615 | </layer> |
---|
3616 | <layer name="Streets"> |
---|
3617 | <itemgra item_types="poly_pedestrian,poly_plaza" order="0-"> |
---|
3618 | <polygon color="#d2d2d2"/> |
---|
3619 | </itemgra> |
---|
3620 | <itemgra item_types="street_pedestrian,living_street" order="10"> |
---|
3621 | <polyline color="#d2d2d2" width="3"/> |
---|
3622 | <polyline color="#dddddd" width="1"/> |
---|
3623 | </itemgra> |
---|
3624 | <itemgra item_types="street_pedestrian,living_street" order="11"> |
---|
3625 | <polyline color="#d2d2d2" width="5"/> |
---|
3626 | <polyline color="#dddddd" width="3"/> |
---|
3627 | </itemgra> |
---|
3628 | <itemgra item_types="street_pedestrian,living_street" order="12"> |
---|
3629 | <polyline color="#d2d2d2" width="8"/> |
---|
3630 | <polyline color="#dddddd" width="6"/> |
---|
3631 | </itemgra> |
---|
3632 | <itemgra item_types="street_pedestrian,living_street" order="13"> |
---|
3633 | <polyline color="#d2d2d2" width="9"/> |
---|
3634 | <polyline color="#dddddd" width="7"/> |
---|
3635 | </itemgra> |
---|
3636 | <itemgra item_types="street_pedestrian,living_street" order="14"> |
---|
3637 | <polyline color="#d2d2d2" width="13"/> |
---|
3638 | <polyline color="#dddddd" width="9"/> |
---|
3639 | </itemgra> |
---|
3640 | <itemgra item_types="street_pedestrian,living_street" order="15"> |
---|
3641 | <polyline color="#d2d2d2" width="18"/> |
---|
3642 | <polyline color="#dddddd" width="14"/> |
---|
3643 | </itemgra> |
---|
3644 | <itemgra item_types="street_pedestrian,living_street" order="16"> |
---|
3645 | <polyline color="#d2d2d2" width="21"/> |
---|
3646 | <polyline color="#dddddd" width="17"/> |
---|
3647 | </itemgra> |
---|
3648 | <itemgra item_types="street_pedestrian,living_street" order="17"> |
---|
3649 | <polyline color="#d2d2d2" width="25"/> |
---|
3650 | <polyline color="#dddddd" width="21"/> |
---|
3651 | </itemgra> |
---|
3652 | <itemgra item_types="street_pedestrian,living_street" order="18"> |
---|
3653 | <polyline color="#d2d2d2" width="40"/> |
---|
3654 | <polyline color="#dddddd" width="34"/> |
---|
3655 | </itemgra> |
---|
3656 | <itemgra item_types="street_service" order="9"> |
---|
3657 | <polyline color="#d2d2d2" width="2"/> |
---|
3658 | <polyline color="#fefefe" width="1"/> |
---|
3659 | </itemgra> |
---|
3660 | <itemgra item_types="street_service" order="10"> |
---|
3661 | <polyline color="#d2d2d2" width="3"/> |
---|
3662 | <polyline color="#fefefe" width="2"/> |
---|
3663 | </itemgra> |
---|
3664 | <itemgra item_types="street_service" order="11"> |
---|
3665 | <polyline color="#d2d2d2" width="4"/> |
---|
3666 | <polyline color="#fefefe" width="2"/> |
---|
3667 | </itemgra> |
---|
3668 | <itemgra item_types="street_service" order="12"> |
---|
3669 | <polyline color="#d2d2d2" width="5"/> |
---|
3670 | <polyline color="#fefefe" width="3"/> |
---|
3671 | </itemgra> |
---|
3672 | <itemgra item_types="street_service" order="13"> |
---|
3673 | <polyline color="#d2d2d2" width="6"/> |
---|
3674 | <polyline color="#fefefe" width="4"/> |
---|
3675 | </itemgra> |
---|
3676 | <itemgra item_types="street_service" order="14"> |
---|
3677 | <polyline color="#d2d2d2" width="7"/> |
---|
3678 | <polyline color="#fefefe" width="5"/> |
---|
3679 | </itemgra> |
---|
3680 | <itemgra item_types="street_service" order="15"> |
---|
3681 | <polyline color="#d2d2d2" width="8"/> |
---|
3682 | <polyline color="#fefefe" width="6"/> |
---|
3683 | </itemgra> |
---|
3684 | <itemgra item_types="street_service" order="16"> |
---|
3685 | <polyline color="#d2d2d2" width="9"/> |
---|
3686 | <polyline color="#fefefe" width="7"/> |
---|
3687 | </itemgra> |
---|
3688 | <itemgra item_types="street_service" order="17"> |
---|
3689 | <polyline color="#d2d2d2" width="10"/> |
---|
3690 | <polyline color="#fefefe" width="8"/> |
---|
3691 | </itemgra> |
---|
3692 | <itemgra item_types="street_service" order="18"> |
---|
3693 | <polyline color="#d2d2d2" width="11"/> |
---|
3694 | <polyline color="#fefefe" width="9"/> |
---|
3695 | </itemgra> |
---|
3696 | <itemgra item_types="street_parking_lane" order="12"> |
---|
3697 | <polyline color="#d2d2d2" width="4"/> |
---|
3698 | <polyline color="#fefefe" width="2"/> |
---|
3699 | </itemgra> |
---|
3700 | <itemgra item_types="street_parking_lane" order="13"> |
---|
3701 | <polyline color="#d2d2d2" width="4"/> |
---|
3702 | <polyline color="#fefefe" width="2"/> |
---|
3703 | </itemgra> |
---|
3704 | <itemgra item_types="street_parking_lane" order="14"> |
---|
3705 | <polyline color="#d2d2d2" width="5"/> |
---|
3706 | <polyline color="#fefefe" width="3"/> |
---|
3707 | </itemgra> |
---|
3708 | <itemgra item_types="street_parking_lane" order="15"> |
---|
3709 | <polyline color="#d2d2d2" width="6"/> |
---|
3710 | <polyline color="#fefefe" width="4"/> |
---|
3711 | </itemgra> |
---|
3712 | <itemgra item_types="street_parking_lane" order="16"> |
---|
3713 | <polyline color="#d2d2d2" width="7"/> |
---|
3714 | <polyline color="#fefefe" width="5"/> |
---|
3715 | </itemgra> |
---|
3716 | <itemgra item_types="street_parking_lane" order="17"> |
---|
3717 | <polyline color="#d2d2d2" width="8"/> |
---|
3718 | <polyline color="#fefefe" width="6"/> |
---|
3719 | </itemgra> |
---|
3720 | <itemgra item_types="street_parking_lane" order="18"> |
---|
3721 | <polyline color="#d2d2d2" width="9"/> |
---|
3722 | <polyline color="#fefefe" width="7"/> |
---|
3723 | </itemgra> |
---|
3724 | <itemgra item_types="street_0,street_1_city,street_1_land" order="8-10"> |
---|
3725 | <polyline color="#d2d2d2" width="4"/> |
---|
3726 | <polyline color="#ffffff" width="2"/> |
---|
3727 | </itemgra> |
---|
3728 | <itemgra item_types="street_0,street_1_city,street_1_land" order="11"> |
---|
3729 | <polyline color="#d2d2d2" width="6"/> |
---|
3730 | <polyline color="#ffffff" width="4"/> |
---|
3731 | </itemgra> |
---|
3732 | <itemgra item_types="street_0,street_1_city,street_1_land" order="12"> |
---|
3733 | <polyline color="#d2d2d2" width="10"/> |
---|
3734 | <polyline color="#ffffff" width="8"/> |
---|
3735 | </itemgra> |
---|
3736 | <itemgra item_types="street_0,street_1_city,street_1_land" order="13"> |
---|
3737 | <polyline color="#d2d2d2" width="12"/> |
---|
3738 | <polyline color="#ffffff" width="9"/> |
---|
3739 | </itemgra> |
---|
3740 | <itemgra item_types="street_0,street_1_city,street_1_land" order="14"> |
---|
3741 | <polyline color="#d2d2d2" width="15"/> |
---|
3742 | <polyline color="#ffffff" width="13"/> |
---|
3743 | </itemgra> |
---|
3744 | <itemgra item_types="street_0,street_1_city,street_1_land" order="15"> |
---|
3745 | <polyline color="#d2d2d2" width="17"/> |
---|
3746 | <polyline color="#ffffff" width="14"/> |
---|
3747 | </itemgra> |
---|
3748 | <itemgra item_types="street_0,street_1_city,street_1_land" order="16"> |
---|
3749 | <polyline color="#d2d2d2" width="33"/> |
---|
3750 | <polyline color="#ffffff" width="26"/> |
---|
3751 | </itemgra> |
---|
3752 | <itemgra item_types="street_0,street_1_city,street_1_land" order="17"> |
---|
3753 | <polyline color="#d2d2d2" width="69"/> |
---|
3754 | <polyline color="#ffffff" width="61"/> |
---|
3755 | </itemgra> |
---|
3756 | <itemgra item_types="street_0,street_1_city,street_1_land" order="18"> |
---|
3757 | <polyline color="#d2d2d2" width="132"/> |
---|
3758 | <polyline color="#ffffff" width="126"/> |
---|
3759 | </itemgra> |
---|
3760 | <itemgra item_types="street_2_city,street_2_land,ramp" order="7-8"> |
---|
3761 | <polyline color="#c0c0c0" width="2"/> |
---|
3762 | </itemgra> |
---|
3763 | <itemgra item_types="street_2_city,street_2_land,ramp" order="9"> |
---|
3764 | <polyline color="#c0c0c0" width="3"/> |
---|
3765 | <polyline color="#ffff00" width="1"/> |
---|
3766 | </itemgra> |
---|
3767 | <itemgra item_types="street_2_city,street_2_land,ramp" order="10"> |
---|
3768 | <polyline color="#c0c0c0" width="4"/> |
---|
3769 | <polyline color="#ffff00" width="2"/> |
---|
3770 | </itemgra> |
---|
3771 | <itemgra item_types="street_2_city,street_2_land,ramp" order="11"> |
---|
3772 | <polyline color="#c0c0c0" width="5"/> |
---|
3773 | <polyline color="#ffff00" width="3"/> |
---|
3774 | </itemgra> |
---|
3775 | <itemgra item_types="street_2_city,street_2_land,ramp" order="12"> |
---|
3776 | <polyline color="#c0c0c0" width="7"/> |
---|
3777 | <polyline color="#ffff00" width="5"/> |
---|
3778 | </itemgra> |
---|
3779 | <itemgra item_types="street_2_city,street_2_land,ramp" order="13"> |
---|
3780 | <polyline color="#c0c0c0" width="11"/> |
---|
3781 | <polyline color="#ffff00" width="8"/> |
---|
3782 | </itemgra> |
---|
3783 | <itemgra item_types="street_2_city,street_2_land,ramp" order="14"> |
---|
3784 | <polyline color="#c0c0c0" width="14"/> |
---|
3785 | <polyline color="#ffff00" width="11"/> |
---|
3786 | </itemgra> |
---|
3787 | <itemgra item_types="street_2_city,street_2_land,ramp" order="15"> |
---|
3788 | <polyline color="#c0c0c0" width="19"/> |
---|
3789 | <polyline color="#ffff00" width="15"/> |
---|
3790 | </itemgra> |
---|
3791 | <itemgra item_types="street_2_city,street_2_land,ramp" order="16"> |
---|
3792 | <polyline color="#c0c0c0" width="30"/> |
---|
3793 | <polyline color="#ffff00" width="26"/> |
---|
3794 | </itemgra> |
---|
3795 | <itemgra item_types="street_2_city,street_2_land,ramp" order="17"> |
---|
3796 | <polyline color="#c0c0c0" width="63"/> |
---|
3797 | <polyline color="#ffff00" width="57"/> |
---|
3798 | </itemgra> |
---|
3799 | <itemgra item_types="street_2_city,street_2_land,ramp" order="18"> |
---|
3800 | <polyline color="#c0c0c0" width="100"/> |
---|
3801 | <polyline color="#ffff00" width="90"/> |
---|
3802 | </itemgra> |
---|
3803 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="7-8"> |
---|
3804 | <polyline color="#a0a0a0" width="3"/> |
---|
3805 | <polyline color="#ffff00" width="1"/> |
---|
3806 | </itemgra> |
---|
3807 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="9"> |
---|
3808 | <polyline color="#a0a0a0" width="5"/> |
---|
3809 | <polyline color="#ffff00" width="3"/> |
---|
3810 | </itemgra> |
---|
3811 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="10"> |
---|
3812 | <polyline color="#a0a0a0" width="8"/> |
---|
3813 | <polyline color="#ffff00" width="6"/> |
---|
3814 | </itemgra> |
---|
3815 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="11"> |
---|
3816 | <polyline color="#a0a0a0" width="9"/> |
---|
3817 | <polyline color="#ffff00" width="7"/> |
---|
3818 | </itemgra> |
---|
3819 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="12"> |
---|
3820 | <polyline color="#a0a0a0" width="13"/> |
---|
3821 | <polyline color="#ffff00" width="9"/> |
---|
3822 | </itemgra> |
---|
3823 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="13"> |
---|
3824 | <polyline color="#a0a0a0" width="18"/> |
---|
3825 | <polyline color="#ffff00" width="14"/> |
---|
3826 | </itemgra> |
---|
3827 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="14"> |
---|
3828 | <polyline color="#a0a0a0" width="21"/> |
---|
3829 | <polyline color="#ffff00" width="17"/> |
---|
3830 | </itemgra> |
---|
3831 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="15"> |
---|
3832 | <polyline color="#a0a0a0" width="25"/> |
---|
3833 | <polyline color="#ffff00" width="21"/> |
---|
3834 | </itemgra> |
---|
3835 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="16"> |
---|
3836 | <polyline color="#a0a0a0" width="40"/> |
---|
3837 | <polyline color="#ffff00" width="34"/> |
---|
3838 | </itemgra> |
---|
3839 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="17"> |
---|
3840 | <polyline color="#a0a0a0" width="79"/> |
---|
3841 | <polyline color="#ffff00" width="73"/> |
---|
3842 | </itemgra> |
---|
3843 | <itemgra item_types="street_3_city,street_3_land,roundabout" order="18"> |
---|
3844 | <polyline color="#a0a0a0" width="156"/> |
---|
3845 | <polyline color="#ffff00" width="150"/> |
---|
3846 | </itemgra> |
---|
3847 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6"> |
---|
3848 | <polyline color="#404040" width="1"/> |
---|
3849 | </itemgra> |
---|
3850 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8"> |
---|
3851 | <polyline color="#404040" width="3"/> |
---|
3852 | <polyline color="#ff0000" width="1"/> |
---|
3853 | </itemgra> |
---|
3854 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9"> |
---|
3855 | <polyline color="#000000" width="5"/> |
---|
3856 | <polyline color="#ff0000" width="3"/> |
---|
3857 | </itemgra> |
---|
3858 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10"> |
---|
3859 | <polyline color="#000000" width="6"/> |
---|
3860 | <polyline color="#ff0000" width="4"/> |
---|
3861 | </itemgra> |
---|
3862 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11"> |
---|
3863 | <polyline color="#000000" width="9"/> |
---|
3864 | <polyline color="#ff0000" width="7"/> |
---|
3865 | </itemgra> |
---|
3866 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12"> |
---|
3867 | <polyline color="#000000" width="13"/> |
---|
3868 | <polyline color="#ff0000" width="9"/> |
---|
3869 | </itemgra> |
---|
3870 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13"> |
---|
3871 | <polyline color="#000000" width="18"/> |
---|
3872 | <polyline color="#ff0000" width="14"/> |
---|
3873 | </itemgra> |
---|
3874 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14"> |
---|
3875 | <polyline color="#000000" width="21"/> |
---|
3876 | <polyline color="#ff0000" width="17"/> |
---|
3877 | </itemgra> |
---|
3878 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15"> |
---|
3879 | <polyline color="#000000" width="24"/> |
---|
3880 | <polyline color="#ff0000" width="20"/> |
---|
3881 | </itemgra> |
---|
3882 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16"> |
---|
3883 | <polyline color="#000000" width="39"/> |
---|
3884 | <polyline color="#ff0000" width="33"/> |
---|
3885 | </itemgra> |
---|
3886 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17"> |
---|
3887 | <polyline color="#000000" width="78"/> |
---|
3888 | <polyline color="#ff0000" width="72"/> |
---|
3889 | </itemgra> |
---|
3890 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18"> |
---|
3891 | <polyline color="#000000" width="156"/> |
---|
3892 | <polyline color="#ff0000" width="150"/> |
---|
3893 | </itemgra> |
---|
3894 | <itemgra item_types="highway_city,highway_land" order="2"> |
---|
3895 | <polyline color="#ff0000" width="1"/> |
---|
3896 | </itemgra> |
---|
3897 | <itemgra item_types="highway_city,highway_land" order="3-5"> |
---|
3898 | <polyline color="#ff0000" width="3"/> |
---|
3899 | <polyline color="#ffff00" width="1"/> |
---|
3900 | </itemgra> |
---|
3901 | <itemgra item_types="highway_city,highway_land" order="6"> |
---|
3902 | <polyline color="#ff0000" width="4"/> |
---|
3903 | <polyline color="#ffff00" width="2"/> |
---|
3904 | </itemgra> |
---|
3905 | <itemgra item_types="highway_city,highway_land" order="7-8"> |
---|
3906 | <polyline color="#ff0000" width="7"/> |
---|
3907 | <polyline color="#ffff00" width="5"/> |
---|
3908 | <polyline color="#ff0000" width="1"/> |
---|
3909 | </itemgra> |
---|
3910 | <itemgra item_types="highway_city,highway_land" order="9-10"> |
---|
3911 | <polyline color="#ff0000" width="9"/> |
---|
3912 | <polyline color="#ffff00" width="5"/> |
---|
3913 | <polyline color="#ff0000" width="1"/> |
---|
3914 | </itemgra> |
---|
3915 | <itemgra item_types="highway_city,highway_land" order="11"> |
---|
3916 | <polyline color="#ff0000" width="13"/> |
---|
3917 | <polyline color="#ffff00" width="9"/> |
---|
3918 | <polyline color="#ff0000" width="1"/> |
---|
3919 | </itemgra> |
---|
3920 | <itemgra item_types="highway_city,highway_land" order="12"> |
---|
3921 | <polyline color="#ff0000" width="15"/> |
---|
3922 | <polyline color="#ffff00" width="10"/> |
---|
3923 | <polyline color="#ff0000" width="1"/> |
---|
3924 | </itemgra> |
---|
3925 | <itemgra item_types="highway_city,highway_land" order="13"> |
---|
3926 | <polyline color="#ff0000" width="25"/> |
---|
3927 | <polyline color="#ffff00" width="17"/> |
---|
3928 | <polyline color="#ff0000" width="1"/> |
---|
3929 | </itemgra> |
---|
3930 | <itemgra item_types="highway_city,highway_land" order="14"> |
---|
3931 | <polyline color="#ff0000" width="31"/> |
---|
3932 | <polyline color="#ffff00" width="24"/> |
---|
3933 | <polyline color="#ff0000" width="1"/> |
---|
3934 | </itemgra> |
---|
3935 | <itemgra item_types="highway_city,highway_land" order="15"> |
---|
3936 | <polyline color="#ff0000" width="33"/> |
---|
3937 | <polyline color="#ffff00" width="27"/> |
---|
3938 | <polyline color="#ff0000" width="1"/> |
---|
3939 | </itemgra> |
---|
3940 | <itemgra item_types="highway_city,highway_land" order="16"> |
---|
3941 | <polyline color="#ff0000" width="65"/> |
---|
3942 | <polyline color="#ffff00" width="59"/> |
---|
3943 | <polyline color="#ff0000" width="1"/> |
---|
3944 | </itemgra> |
---|
3945 | <itemgra item_types="highway_city,highway_land" order="17"> |
---|
3946 | <polyline color="#ff0000" width="133"/> |
---|
3947 | <polyline color="#ffff00" width="127"/> |
---|
3948 | <polyline color="#ff0000" width="1"/> |
---|
3949 | </itemgra> |
---|
3950 | <itemgra item_types="highway_city,highway_land" order="18"> |
---|
3951 | <polyline color="#ff0000" width="264"/> |
---|
3952 | <polyline color="#ffff00" width="258"/> |
---|
3953 | <polyline color="#ff0000" width="1"/> |
---|
3954 | </itemgra> |
---|
3955 | </layer> |
---|
3956 | <layer name="Aerialways"> |
---|
3957 | <itemgra item_types="aeroway_taxiway" order="10"> |
---|
3958 | <polyline color="#989994" width="4"/> |
---|
3959 | <polyline color="#d3dbbc" width="2"/> |
---|
3960 | </itemgra> |
---|
3961 | <itemgra item_types="aeroway_taxiway" order="11"> |
---|
3962 | <polyline color="#989994" width="6"/> |
---|
3963 | <polyline color="#d3dbbc" width="4"/> |
---|
3964 | </itemgra> |
---|
3965 | <itemgra item_types="aeroway_taxiway" order="12"> |
---|
3966 | <polyline color="#989994" width="10"/> |
---|
3967 | <polyline color="#d3dbbc" width="8"/> |
---|
3968 | </itemgra> |
---|
3969 | <itemgra item_types="aeroway_taxiway" order="13"> |
---|
3970 | <polyline color="#989994" width="12"/> |
---|
3971 | <polyline color="#d3dbbc" width="9"/> |
---|
3972 | </itemgra> |
---|
3973 | <itemgra item_types="aeroway_taxiway" order="14"> |
---|
3974 | <polyline color="#989994" width="15"/> |
---|
3975 | <polyline color="#d3dbbc" width="13"/> |
---|
3976 | </itemgra> |
---|
3977 | <itemgra item_types="aeroway_taxiway" order="15"> |
---|
3978 | <polyline color="#989994" width="17"/> |
---|
3979 | <polyline color="#d3dbbc" width="14"/> |
---|
3980 | </itemgra> |
---|
3981 | <itemgra item_types="aeroway_taxiway" order="16"> |
---|
3982 | <polyline color="#989994" width="33"/> |
---|
3983 | <polyline color="#d3dbbc" width="26"/> |
---|
3984 | </itemgra> |
---|
3985 | <itemgra item_types="aeroway_taxiway" order="17"> |
---|
3986 | <polyline color="#989994" width="69"/> |
---|
3987 | <polyline color="#d3dbbc" width="61"/> |
---|
3988 | </itemgra> |
---|
3989 | <itemgra item_types="aeroway_taxiway" order="18"> |
---|
3990 | <polyline color="#989994" width="132"/> |
---|
3991 | <polyline color="#d3dbbc" width="126"/> |
---|
3992 | </itemgra> |
---|
3993 | <itemgra item_types="aeroway_runway" order="2-6"> |
---|
3994 | <polyline color="#404040" width="1"/> |
---|
3995 | </itemgra> |
---|
3996 | <itemgra item_types="aeroway_runway" order="7-8"> |
---|
3997 | <polyline color="#404040" width="3"/> |
---|
3998 | <polyline color="#d3dbbc" width="1"/> |
---|
3999 | </itemgra> |
---|
4000 | <itemgra item_types="aeroway_runway" order="9"> |
---|
4001 | <polyline color="#6b6f5f" width="5"/> |
---|
4002 | <polyline color="#d3dbbc" width="3"/> |
---|
4003 | </itemgra> |
---|
4004 | <itemgra item_types="aeroway_runway" order="10"> |
---|
4005 | <polyline color="#6b6f5f" width="6"/> |
---|
4006 | <polyline color="#d3dbbc" width="4"/> |
---|
4007 | </itemgra> |
---|
4008 | <itemgra item_types="aeroway_runway" order="11"> |
---|
4009 | <polyline color="#6b6f5f" width="9"/> |
---|
4010 | <polyline color="#d3dbbc" width="7"/> |
---|
4011 | </itemgra> |
---|
4012 | <itemgra item_types="aeroway_runway" order="12"> |
---|
4013 | <polyline color="#6b6f5f" width="13"/> |
---|
4014 | <polyline color="#d3dbbc" width="9"/> |
---|
4015 | </itemgra> |
---|
4016 | <itemgra item_types="aeroway_runway" order="13"> |
---|
4017 | <polyline color="#6b6f5f" width="18"/> |
---|
4018 | <polyline color="#d3dbbc" width="14"/> |
---|
4019 | </itemgra> |
---|
4020 | <itemgra item_types="aeroway_runway" order="14"> |
---|
4021 | <polyline color="#6b6f5f" width="21"/> |
---|
4022 | <polyline color="#d3dbbc" width="17"/> |
---|
4023 | </itemgra> |
---|
4024 | <itemgra item_types="aeroway_runway" order="15"> |
---|
4025 | <polyline color="#6b6f5f" width="24"/> |
---|
4026 | <polyline color="#d3dbbc" width="20"/> |
---|
4027 | </itemgra> |
---|
4028 | <itemgra item_types="aeroway_runway" order="16"> |
---|
4029 | <polyline color="#6b6f5f" width="39"/> |
---|
4030 | <polyline color="#d3dbbc" width="33"/> |
---|
4031 | </itemgra> |
---|
4032 | <itemgra item_types="aeroway_runway" order="17"> |
---|
4033 | <polyline color="#6b6f5f" width="78"/> |
---|
4034 | <polyline color="#d3dbbc" width="72"/> |
---|
4035 | </itemgra> |
---|
4036 | <itemgra item_types="aeroway_runway" order="18"> |
---|
4037 | <polyline color="#6b6f5f" width="156"/> |
---|
4038 | <polyline color="#d3dbbc" width="150"/> |
---|
4039 | </itemgra> |
---|
4040 | </layer> |
---|
4041 | <layer name="Railways"> |
---|
4042 | <itemgra item_types="rail" order="6-9"> |
---|
4043 | <polyline color="#696969" width="4"/> |
---|
4044 | <polyline color="#FFFFFF" dash="2,5" width="2"/> |
---|
4045 | </itemgra> |
---|
4046 | <itemgra item_types="rail_narrow_gauge" order="6-9"> |
---|
4047 | <polyline color="#696969" width="4"/> |
---|
4048 | <polyline color="#FFFFFF" dash="2,5" width="2"/> |
---|
4049 | </itemgra> |
---|
4050 | <itemgra item_types="rail" order="10-13"> |
---|
4051 | <polyline color="#696969" width="6"/> |
---|
4052 | <polyline color="#FFFFFF" dash="3,8" width="3"/> |
---|
4053 | </itemgra> |
---|
4054 | <itemgra item_types="rail_narrow_gauge" order="10-13"> |
---|
4055 | <polyline color="#696969" width="6"/> |
---|
4056 | <polyline color="#FFFFFF" dash="3,8" width="3"/> |
---|
4057 | </itemgra> |
---|
4058 | <itemgra item_types="rail" order="14-18"> |
---|
4059 | <polyline color="#696969" width="8"/> |
---|
4060 | <polyline color="#FFFFFF" dash="4,12" width="5"/> |
---|
4061 | </itemgra> |
---|
4062 | <itemgra item_types="rail_narrow_gauge" order="14-18"> |
---|
4063 | <polyline color="#696969" width="8"/> |
---|
4064 | <polyline color="#FFFFFF" dash="4,12" width="5"/> |
---|
4065 | </itemgra> |
---|
4066 | <itemgra item_types="rail_light" order="10-13"> |
---|
4067 | <polyline color="#696969" width="4"/> |
---|
4068 | <polyline color="#FFFFFF" dash="2,5" width="2"/> |
---|
4069 | </itemgra> |
---|
4070 | <itemgra item_types="rail_light" order="14-18"> |
---|
4071 | <polyline color="#696969" width="6"/> |
---|
4072 | <polyline color="#FFFFFF" dash="4,8" width="4"/> |
---|
4073 | </itemgra> |
---|
4074 | <itemgra item_types="rail_subway" order="8-"> |
---|
4075 | <polyline color="#696969" width="2"/> |
---|
4076 | <polyline color="#FFFFFF" dash="5,5" width="2"/> |
---|
4077 | </itemgra> |
---|
4078 | <itemgra item_types="rail_mono" order="10-"> |
---|
4079 | <polyline color="#696969" width="2"/> |
---|
4080 | </itemgra> |
---|
4081 | <itemgra item_types="rail_tram,bus_guideway" order="10-"> |
---|
4082 | <polyline color="#696969" width="2"/> |
---|
4083 | </itemgra> |
---|
4084 | <itemgra item_types="rail_preserved" order="10-"> |
---|
4085 | <polyline color="#696969" width="1" dash="7"/> |
---|
4086 | </itemgra> |
---|
4087 | <itemgra item_types="rail_disused" order="12-"> |
---|
4088 | <polyline color="#d3d3d3" width="1" dash="10"/> |
---|
4089 | </itemgra> |
---|
4090 | <itemgra item_types="rail_abandoned" order="12-"> |
---|
4091 | <polyline color="#f5f5f5" width="1" dash="10"/> |
---|
4092 | </itemgra> |
---|
4093 | <itemgra item_types="lift_cable_car" order="10-"> |
---|
4094 | <polyline color="#778899" width="1"/> |
---|
4095 | <polyline color="#778899" dash="1,40" width="5"/> |
---|
4096 | </itemgra> |
---|
4097 | <itemgra item_types="lift_chair" order="10-"> |
---|
4098 | <polyline color="#778899" width="1"/> |
---|
4099 | <polyline color="#778899" dash="1,40" width="5"/> |
---|
4100 | </itemgra> |
---|
4101 | <itemgra item_types="lift_drag" order="10-"> |
---|
4102 | <polyline color="#778899" width="1"/> |
---|
4103 | <polyline color="#778899" dash="1,40" width="5"/> |
---|
4104 | </itemgra> |
---|
4105 | <itemgra item_types="ferry" order="5-"> |
---|
4106 | <polyline color="#000000" width="3" dash="5"/> |
---|
4107 | </itemgra> |
---|
4108 | <itemgra item_types="track" order="3-"> |
---|
4109 | <polyline color="#3f3f3f" width="1"/> |
---|
4110 | </itemgra> |
---|
4111 | </layer> |
---|
4112 | <layer name="Street Labels"> |
---|
4113 | <itemgra item_types="highway_exit_label" order="10-"> |
---|
4114 | <circle color="#000000" radius="3" text_size="12"/> |
---|
4115 | </itemgra> |
---|
4116 | <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="10-18"> |
---|
4117 | <text text_size="13"/> |
---|
4118 | </itemgra> |
---|
4119 | <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18"> |
---|
4120 | <text text_size="14"/> |
---|
4121 | </itemgra> |
---|
4122 | <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18"> |
---|
4123 | <text text_size="14"/> |
---|
4124 | </itemgra> |
---|
4125 | <itemgra item_types="track,track_paved,track_gravelled,track_unpaved,track_ground,track_grass" order="12-18"> |
---|
4126 | <text text_size="14"/> |
---|
4127 | </itemgra> |
---|
4128 | <itemgra item_types="bridleway,cycleway,footway,steps,path" order="12-18"> |
---|
4129 | <text text_size="14"/> |
---|
4130 | </itemgra> |
---|
4131 | <itemgra item_types="hiking,hiking_mountain,hiking_mountain_demanding,hiking_alpine,hiking_alpine_demanding,hiking_alpine_difficult" order="12-18"> |
---|
4132 | <text text_size="14"/> |
---|
4133 | </itemgra> |
---|
4134 | </layer> |
---|
4135 | <xi:include xpointer="xpointer(/config/navit/layout[@name='Car']/layer[@name='POI Symbols'])"/> |
---|
4136 | <!-- <xi:include xpointer="xpointer(/config/navit/layout[@name='Car']/layer[@name='POI Labels'])"/> --> |
---|
4137 | <layer name="Unknown Elements"> |
---|
4138 | <!-- This entry shows all unknown linear elements as blue lines --> |
---|
4139 | <!-- |
---|
4140 | <itemgra item_types="street_unkn" order="0-"> |
---|
4141 | <polyline color="#8080ff" width="3"/> |
---|
4142 | </itemgra> |
---|
4143 | --> |
---|
4144 | </layer> |
---|
4145 | <layer name="Place Labels"> |
---|
4146 | <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="12-"> |
---|
4147 | <circle color="#000000" radius="3" text_size="12"/> |
---|
4148 | </itemgra> |
---|
4149 | <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="9-"> |
---|
4150 | <circle color="#000000" radius="3" text_size="12"/> |
---|
4151 | </itemgra> |
---|
4152 | <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3" order="9-"> |
---|
4153 | <circle color="#000000" radius="3" text_size="12"/> |
---|
4154 | </itemgra> |
---|
4155 | <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="7-"> |
---|
4156 | <circle color="#000000" radius="3" text_size="12"/> |
---|
4157 | </itemgra> |
---|
4158 | <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="7-"> |
---|
4159 | <circle color="#000000" radius="3" text_size="12"/> |
---|
4160 | </itemgra> |
---|
4161 | <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="5-"> |
---|
4162 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4163 | </itemgra> |
---|
4164 | <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="5-"> |
---|
4165 | <circle color="#000000" radius="3" text_size="15"/> |
---|
4166 | </itemgra> |
---|
4167 | <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-"> |
---|
4168 | <circle color="#000000" radius="3" text_size="15"/> |
---|
4169 | </itemgra> |
---|
4170 | <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="3-"> |
---|
4171 | <circle color="#000000" radius="3" text_size="15"/> |
---|
4172 | </itemgra> |
---|
4173 | <itemgra item_types="town_label_1e7,district_label_1e7" order="1-"> |
---|
4174 | <circle color="#000000" radius="3" text_size="15"/> |
---|
4175 | </itemgra> |
---|
4176 | </layer> |
---|
4177 | </layout> |
---|
4178 | |
---|
4179 | <layout name="T@H" font="Nokia sans"> |
---|
4180 | |
---|
4181 | <cursor w="26" h="26"> |
---|
4182 | <itemgra> |
---|
4183 | <circle color="#0000ff" radius="24" width="2"> |
---|
4184 | <coord x="0" y="0"/> |
---|
4185 | </circle> |
---|
4186 | </itemgra> |
---|
4187 | <itemgra speed_range="-2"> |
---|
4188 | <polyline color="#0000ff" width="2"> |
---|
4189 | <coord x="0" y="0"/> |
---|
4190 | <coord x="0" y="0"/> |
---|
4191 | </polyline> |
---|
4192 | </itemgra> |
---|
4193 | <itemgra speed_range="3-"> |
---|
4194 | <polyline color="#0000ff" width="2"> |
---|
4195 | <coord x="-7" y="-10"/> |
---|
4196 | <coord x="0" y="12"/> |
---|
4197 | <coord x="7" y="-10"/> |
---|
4198 | </polyline> |
---|
4199 | </itemgra> |
---|
4200 | </cursor> |
---|
4201 | |
---|
4202 | <layer name="sea" details="0"> |
---|
4203 | <!-- landuse=forest --> |
---|
4204 | <itemgra item_types="poly_wood" order="0-"> |
---|
4205 | <polygon color="#72bf81"/> |
---|
4206 | </itemgra> |
---|
4207 | <!-- landuse=residential --> |
---|
4208 | <itemgra item_types="poly_town" order="0-"> |
---|
4209 | <polygon color="#f2f2f2"/> |
---|
4210 | </itemgra> |
---|
4211 | <!-- natural=water --> |
---|
4212 | <itemgra item_types="poly_water" order="0-"> |
---|
4213 | <polygon color="#b5d6f1"/> |
---|
4214 | <polyline color="#b5d6f1"/> |
---|
4215 | <text text_size="13"/> |
---|
4216 | </itemgra> |
---|
4217 | <!-- leisure=park --> |
---|
4218 | <itemgra item_types="poly_park" order="0-"> |
---|
4219 | <polygon color="#c7f1a3"/> |
---|
4220 | <polyline color="#79c691"/> |
---|
4221 | <text text_size="10"/> |
---|
4222 | </itemgra> |
---|
4223 | <itemgra item_types="poly_airport" order="0-"> |
---|
4224 | <polygon color="#a0a0a0"/> |
---|
4225 | </itemgra> |
---|
4226 | <itemgra item_types="poly_sport" order="0-"> |
---|
4227 | <polygon color="#4af04f"/> |
---|
4228 | </itemgra> |
---|
4229 | <!-- landuse=industrial --> |
---|
4230 | <itemgra item_types="poly_industry,poly_building,poly_place" order="0-"> |
---|
4231 | <polygon color="#ecd8ff"/> |
---|
4232 | </itemgra> |
---|
4233 | <!-- waterway=stream --> |
---|
4234 | <itemgra item_types="water_line" order="0-4"> |
---|
4235 | <polyline color="#b5d6f1" width="1"/> |
---|
4236 | <text text_size="13"/> |
---|
4237 | </itemgra> |
---|
4238 | <!-- railway=subway --> |
---|
4239 | <itemgra item_types="rail" order="6"> |
---|
4240 | <polyline color="#aaaaaa" width="1"/> |
---|
4241 | </itemgra> |
---|
4242 | <itemgra item_types="rail" order="7-8"> |
---|
4243 | <polyline color="#aaaaaa" width="2"/> |
---|
4244 | </itemgra> |
---|
4245 | <itemgra item_types="rail" order="9-"> |
---|
4246 | <polyline color="#aaaaaa" width="6"/> |
---|
4247 | </itemgra> |
---|
4248 | <itemgra item_types="ferry" order="5-"> |
---|
4249 | <polyline color="#000000" width="1"/> |
---|
4250 | </itemgra> |
---|
4251 | <itemgra item_types="border_country" order="0-"> |
---|
4252 | <polyline color="#b8434e" width="1"/> |
---|
4253 | </itemgra> |
---|
4254 | <itemgra item_types="border_state" order="0-"> |
---|
4255 | <polyline color="#808080" width="1"/> |
---|
4256 | </itemgra> |
---|
4257 | <itemgra item_types="height_line_1" order="0-"> |
---|
4258 | <polyline color="#000000" width="1"/> |
---|
4259 | </itemgra> |
---|
4260 | <itemgra item_types="height_line_2" order="0-"> |
---|
4261 | <polyline color="#000000" width="2"/> |
---|
4262 | </itemgra> |
---|
4263 | <!-- routing --> |
---|
4264 | <itemgra item_types="street_route" order="2"> |
---|
4265 | <polyline color="#0000a0" width="4"/> |
---|
4266 | </itemgra> |
---|
4267 | <itemgra item_types="street_route" order="3-5"> |
---|
4268 | <polyline color="#0000a0" width="8"/> |
---|
4269 | </itemgra> |
---|
4270 | <itemgra item_types="street_route" order="6"> |
---|
4271 | <polyline color="#0000a0" width="10"/> |
---|
4272 | </itemgra> |
---|
4273 | <itemgra item_types="street_route" order="7-8"> |
---|
4274 | <polyline color="#0000a0" width="16"/> |
---|
4275 | </itemgra> |
---|
4276 | <itemgra item_types="street_route" order="9-10"> |
---|
4277 | <polyline color="#0000a0" width="20"/> |
---|
4278 | </itemgra> |
---|
4279 | <itemgra item_types="street_route" order="11"> |
---|
4280 | <polyline color="#0000a0" width="28"/> |
---|
4281 | </itemgra> |
---|
4282 | <itemgra item_types="street_route" order="12"> |
---|
4283 | <polyline color="#0000a0" width="32"/> |
---|
4284 | </itemgra> |
---|
4285 | <itemgra item_types="street_route" order="13"> |
---|
4286 | <polyline color="#0000a0" width="52"/> |
---|
4287 | </itemgra> |
---|
4288 | <itemgra item_types="street_route" order="14"> |
---|
4289 | <polyline color="#0000a0" width="64"/> |
---|
4290 | </itemgra> |
---|
4291 | <itemgra item_types="street_route" order="15"> |
---|
4292 | <polyline color="#0000a0" width="68"/> |
---|
4293 | </itemgra> |
---|
4294 | <itemgra item_types="street_route" order="16"> |
---|
4295 | <polyline color="#0000a0" width="132"/> |
---|
4296 | </itemgra> |
---|
4297 | <itemgra item_types="street_route" order="17"> |
---|
4298 | <polyline color="#0000a0" width="268"/> |
---|
4299 | </itemgra> |
---|
4300 | <itemgra item_types="street_route" order="18"> |
---|
4301 | <polyline color="#0000a0" width="530"/> |
---|
4302 | </itemgra> |
---|
4303 | <!-- highway=service,footway, ,... --> |
---|
4304 | <itemgra item_types="street_pedestrian,living_street" order="10"> |
---|
4305 | <polyline color="#d2d2d2" width="3"/> |
---|
4306 | <polyline color="#dddddd" width="1"/> |
---|
4307 | </itemgra> |
---|
4308 | <itemgra item_types="street_pedestrian,living_street" order="11"> |
---|
4309 | <polyline color="#d2d2d2" width="5"/> |
---|
4310 | <polyline color="#dddddd" width="3"/> |
---|
4311 | </itemgra> |
---|
4312 | <itemgra item_types="street_pedestrian,living_street" order="12"> |
---|
4313 | <polyline color="#d2d2d2" width="8"/> |
---|
4314 | <polyline color="#dddddd" width="6"/> |
---|
4315 | </itemgra> |
---|
4316 | <itemgra item_types="street_pedestrian,living_street" order="13"> |
---|
4317 | <polyline color="#d2d2d2" width="9"/> |
---|
4318 | <polyline color="#dddddd" width="7"/> |
---|
4319 | </itemgra> |
---|
4320 | <itemgra item_types="street_pedestrian,living_street" order="14"> |
---|
4321 | <polyline color="#d2d2d2" width="13"/> |
---|
4322 | <polyline color="#dddddd" width="9"/> |
---|
4323 | </itemgra> |
---|
4324 | <itemgra item_types="street_pedestrian,living_street" order="15"> |
---|
4325 | <polyline color="#d2d2d2" width="18"/> |
---|
4326 | <polyline color="#dddddd" width="14"/> |
---|
4327 | </itemgra> |
---|
4328 | <itemgra item_types="street_pedestrian,living_street" order="16"> |
---|
4329 | <polyline color="#d2d2d2" width="21"/> |
---|
4330 | <polyline color="#dddddd" width="17"/> |
---|
4331 | </itemgra> |
---|
4332 | <itemgra item_types="street_pedestrian,living_street" order="17"> |
---|
4333 | <polyline color="#d2d2d2" width="25"/> |
---|
4334 | <polyline color="#dddddd" width="21"/> |
---|
4335 | </itemgra> |
---|
4336 | <itemgra item_types="street_pedestrian,living_street" order="18"> |
---|
4337 | <polyline color="#d2d2d2" width="40"/> |
---|
4338 | <polyline color="#dddddd" width="34"/> |
---|
4339 | </itemgra> |
---|
4340 | <itemgra item_types="street_nopass" order="10"> |
---|
4341 | <polyline color="#efeaa0" width="1"/> |
---|
4342 | </itemgra> |
---|
4343 | <itemgra item_types="street_nopass" order="11-12"> |
---|
4344 | <polyline color="#efeaa0" width="2"/> |
---|
4345 | </itemgra> |
---|
4346 | <itemgra item_types="street_nopass" order="13-"> |
---|
4347 | <polyline color="#efeaa0" width="4"/> |
---|
4348 | </itemgra> |
---|
4349 | <itemgra item_types="street_0,street_1_city,street_1_land" order="10"> |
---|
4350 | <polyline color="#d2d2d2" width="4"/> |
---|
4351 | <polyline color="#ffffff" width="2"/> |
---|
4352 | </itemgra> |
---|
4353 | <itemgra item_types="street_0,street_1_city,street_1_land" order="11"> |
---|
4354 | <polyline color="#d2d2d2" width="6"/> |
---|
4355 | <polyline color="#ffffff" width="4"/> |
---|
4356 | </itemgra> |
---|
4357 | <itemgra item_types="street_0,street_1_city,street_1_land" order="12"> |
---|
4358 | <polyline color="#d2d2d2" width="10"/> |
---|
4359 | <polyline color="#ffffff" width="8"/> |
---|
4360 | </itemgra> |
---|
4361 | <itemgra item_types="street_0,street_1_city,street_1_land" order="13"> |
---|
4362 | <polyline color="#d2d2d2" width="12"/> |
---|
4363 | <polyline color="#ffffff" width="9"/> |
---|
4364 | </itemgra> |
---|
4365 | <itemgra item_types="street_0,street_1_city,street_1_land" order="14"> |
---|
4366 | <polyline color="#d2d2d2" width="15"/> |
---|
4367 | <polyline color="#ffffff" width="13"/> |
---|
4368 | </itemgra> |
---|
4369 | <itemgra item_types="street_0,street_1_city,street_1_land" order="15"> |
---|
4370 | <polyline color="#d2d2d2" width="17"/> |
---|
4371 | <polyline color="#ffffff" width="14"/> |
---|
4372 | </itemgra> |
---|
4373 | <itemgra item_types="street_0,street_1_city,street_1_land" order="16"> |
---|
4374 | <polyline color="#d2d2d2" width="33"/> |
---|
4375 | <polyline color="#ffffff" width="26"/> |
---|
4376 | </itemgra> |
---|
4377 | <itemgra item_types="street_0,street_1_city,street_1_land" order="17"> |
---|
4378 | <polyline color="#d2d2d2" width="69"/> |
---|
4379 | <polyline color="#ffffff" width="61"/> |
---|
4380 | </itemgra> |
---|
4381 | <itemgra item_types="street_0,street_1_city,street_1_land" order="18"> |
---|
4382 | <polyline color="#d2d2d2" width="132"/> |
---|
4383 | <polyline color="#ffffff" width="126"/> |
---|
4384 | </itemgra> |
---|
4385 | <!-- highway=tertiary --> |
---|
4386 | <itemgra item_types="street_2_city,street_2_land" order="7-8"> |
---|
4387 | <polyline color="#c4c4c4" width="2"/> |
---|
4388 | </itemgra> |
---|
4389 | <itemgra item_types="street_2_city,street_2_land" order="9"> |
---|
4390 | <polyline color="#c4c4c4" width="4"/> |
---|
4391 | <polyline color="#f7f496" width="2"/> |
---|
4392 | </itemgra> |
---|
4393 | <itemgra item_types="street_2_city,street_2_land" order="10"> |
---|
4394 | <polyline color="#c4c4c4" width="6"/> |
---|
4395 | <polyline color="#f7f496" width="4"/> |
---|
4396 | </itemgra> |
---|
4397 | <itemgra item_types="street_2_city,street_2_land" order="11"> |
---|
4398 | <polyline color="#c4c4c4" width="8"/> |
---|
4399 | <polyline color="#f7f496" width="6"/> |
---|
4400 | </itemgra> |
---|
4401 | <itemgra item_types="street_2_city,street_2_land" order="12"> |
---|
4402 | <polyline color="#c4c4c4" width="12"/> |
---|
4403 | <polyline color="#f7f496" width="9"/> |
---|
4404 | </itemgra> |
---|
4405 | <itemgra item_types="street_2_city,street_2_land" order="13"> |
---|
4406 | <polyline color="#c4c4c4" width="15"/> |
---|
4407 | <polyline color="#f7f496" width="11"/> |
---|
4408 | </itemgra> |
---|
4409 | <itemgra item_types="street_2_city,street_2_land" order="14"> |
---|
4410 | <polyline color="#c4c4c4" width="18"/> |
---|
4411 | <polyline color="#f7f496" width="14"/> |
---|
4412 | </itemgra> |
---|
4413 | <itemgra item_types="street_2_city,street_2_land" order="15"> |
---|
4414 | <polyline color="#c4c4c4" width="21"/> |
---|
4415 | <polyline color="#f7f496" width="17"/> |
---|
4416 | </itemgra> |
---|
4417 | <itemgra item_types="street_2_city,street_2_land" order="16"> |
---|
4418 | <polyline color="#c4c4c4" width="35"/> |
---|
4419 | <polyline color="#f7f496" width="30"/> |
---|
4420 | </itemgra> |
---|
4421 | <itemgra item_types="street_2_city,street_2_land" order="17"> |
---|
4422 | <polyline color="#c4c4c4" width="73"/> |
---|
4423 | <polyline color="#f7f496" width="67"/> |
---|
4424 | </itemgra> |
---|
4425 | <itemgra item_types="street_2_city,street_2_land" order="18"> |
---|
4426 | <polyline color="#c4c4c4" width="144"/> |
---|
4427 | <polyline color="#f7f496" width="138"/> |
---|
4428 | </itemgra> |
---|
4429 | <!-- highway=secondary --> |
---|
4430 | <itemgra item_types="street_3_city,street_3_land,ramp" order="7"> |
---|
4431 | <polyline color="#fdbf6f" width="1"/> |
---|
4432 | </itemgra> |
---|
4433 | <itemgra item_types="street_3_city,street_3_land,ramp" order="8"> |
---|
4434 | <polyline color="#000000" width="2"/> |
---|
4435 | <polyline color="#fdbf6f" width="1"/> |
---|
4436 | </itemgra> |
---|
4437 | <itemgra item_types="street_3_city,street_3_land,ramp" order="9"> |
---|
4438 | <polyline color="#000000" width="5"/> |
---|
4439 | <polyline color="#fdbf6f" width="3"/> |
---|
4440 | </itemgra> |
---|
4441 | <itemgra item_types="street_3_city,street_3_land,ramp" order="10"> |
---|
4442 | <polyline color="#000000" width="8"/> |
---|
4443 | <polyline color="#fdbf6f" width="6"/> |
---|
4444 | </itemgra> |
---|
4445 | <itemgra item_types="street_3_city,street_3_land,ramp" order="11"> |
---|
4446 | <polyline color="#000000" width="9"/> |
---|
4447 | <polyline color="#fdbf6f" width="7"/> |
---|
4448 | </itemgra> |
---|
4449 | <itemgra item_types="street_3_city,street_3_land,ramp" order="12"> |
---|
4450 | <polyline color="#000000" width="11"/> |
---|
4451 | <polyline color="#fdbf6f" width="9"/> |
---|
4452 | </itemgra> |
---|
4453 | <itemgra item_types="street_3_city,street_3_land,ramp" order="13"> |
---|
4454 | <polyline color="#000000" width="16"/> |
---|
4455 | <polyline color="#fdbf6f" width="14"/> |
---|
4456 | </itemgra> |
---|
4457 | <itemgra item_types="street_3_city,street_3_land,ramp" order="14"> |
---|
4458 | <polyline color="#000000" width="19"/> |
---|
4459 | <polyline color="#fdbf6f" width="17"/> |
---|
4460 | </itemgra> |
---|
4461 | <itemgra item_types="street_3_city,street_3_land,ramp" order="15"> |
---|
4462 | <polyline color="#000000" width="23"/> |
---|
4463 | <polyline color="#fdbf6f" width="21"/> |
---|
4464 | </itemgra> |
---|
4465 | <itemgra item_types="street_3_city,street_3_land,ramp" order="16"> |
---|
4466 | <polyline color="#000000" width="36"/> |
---|
4467 | <polyline color="#fdbf6f" width="34"/> |
---|
4468 | </itemgra> |
---|
4469 | <itemgra item_types="street_3_city,street_3_land,ramp" order="17"> |
---|
4470 | <polyline color="#000000" width="75"/> |
---|
4471 | <polyline color="#fdbf6f" width="73"/> |
---|
4472 | </itemgra> |
---|
4473 | <itemgra item_types="street_3_city,street_3_land,ramp" order="18"> |
---|
4474 | <polyline color="#000000" width="152"/> |
---|
4475 | <polyline color="#fdbf6f" width="150"/> |
---|
4476 | </itemgra> |
---|
4477 | <!-- highway=primary --> |
---|
4478 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="2-6"> |
---|
4479 | <polyline color="#e46d71" width="1"/> |
---|
4480 | </itemgra> |
---|
4481 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="7-8"> |
---|
4482 | <polyline color="#e46d71" width="3"/> |
---|
4483 | <polyline color="#e46d71" width="1"/> |
---|
4484 | </itemgra> |
---|
4485 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="9"> |
---|
4486 | <polyline color="#e46d71" width="5"/> |
---|
4487 | <polyline color="#e46d71" width="3"/> |
---|
4488 | </itemgra> |
---|
4489 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="10"> |
---|
4490 | <polyline color="#e46d71" width="6"/> |
---|
4491 | <polyline color="#e46d71" width="4"/> |
---|
4492 | </itemgra> |
---|
4493 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="11"> |
---|
4494 | <polyline color="#e46d71" width="9"/> |
---|
4495 | <polyline color="#e46d71" width="7"/> |
---|
4496 | </itemgra> |
---|
4497 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="12"> |
---|
4498 | <polyline color="#e46d71" width="13"/> |
---|
4499 | <polyline color="#e46d71" width="9"/> |
---|
4500 | </itemgra> |
---|
4501 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="13"> |
---|
4502 | <polyline color="#e46d71" width="18"/> |
---|
4503 | <polyline color="#e46d71" width="14"/> |
---|
4504 | </itemgra> |
---|
4505 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="14"> |
---|
4506 | <polyline color="#e46d71" width="21"/> |
---|
4507 | <polyline color="#e46d71" width="17"/> |
---|
4508 | </itemgra> |
---|
4509 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="15"> |
---|
4510 | <polyline color="#e46d71" width="24"/> |
---|
4511 | <polyline color="#e46d71" width="20"/> |
---|
4512 | </itemgra> |
---|
4513 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="16"> |
---|
4514 | <polyline color="#e46d71" width="39"/> |
---|
4515 | <polyline color="#e46d71" width="33"/> |
---|
4516 | </itemgra> |
---|
4517 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="17"> |
---|
4518 | <polyline color="#e46d71" width="78"/> |
---|
4519 | <polyline color="#e46d71" width="72"/> |
---|
4520 | </itemgra> |
---|
4521 | <itemgra item_types="street_4_city,street_4_land,street_n_lanes" order="18"> |
---|
4522 | <polyline color="#e46d71" width="156"/> |
---|
4523 | <polyline color="#e46d71" width="150"/> |
---|
4524 | </itemgra> |
---|
4525 | <!-- highway=motorway --> |
---|
4526 | <itemgra item_types="highway_city,highway_land" order="2"> |
---|
4527 | <polyline color="#809bc0" width="1"/> |
---|
4528 | </itemgra> |
---|
4529 | <itemgra item_types="highway_city,highway_land" order="3-5"> |
---|
4530 | <polyline color="#87908a" width="3"/> |
---|
4531 | <polyline color="#809bc0" width="1"/> |
---|
4532 | </itemgra> |
---|
4533 | <itemgra item_types="highway_city,highway_land" order="6"> |
---|
4534 | <polyline color="#87908a" width="4"/> |
---|
4535 | <polyline color="#809bc0" width="2"/> |
---|
4536 | </itemgra> |
---|
4537 | <itemgra item_types="highway_city,highway_land" order="7-8"> |
---|
4538 | <polyline color="#87908a" width="7"/> |
---|
4539 | <polyline color="#809bc0" width="5"/> |
---|
4540 | <polyline color="#809bc0" width="1"/> |
---|
4541 | </itemgra> |
---|
4542 | <itemgra item_types="highway_city,highway_land" order="9-10"> |
---|
4543 | <polyline color="#87908a" width="9"/> |
---|
4544 | <polyline color="#809bc0" width="5"/> |
---|
4545 | <polyline color="#809bc0" width="1"/> |
---|
4546 | </itemgra> |
---|
4547 | <itemgra item_types="highway_city,highway_land" order="11"> |
---|
4548 | <polyline color="#87908a" width="13"/> |
---|
4549 | <polyline color="#809bc0" width="9"/> |
---|
4550 | <polyline color="#809bc0" width="1"/> |
---|
4551 | </itemgra> |
---|
4552 | <itemgra item_types="highway_city,highway_land" order="12"> |
---|
4553 | <polyline color="#87908a" width="15"/> |
---|
4554 | <polyline color="#809bc0" width="10"/> |
---|
4555 | <polyline color="#809bc0" width="1"/> |
---|
4556 | </itemgra> |
---|
4557 | <itemgra item_types="highway_city,highway_land" order="13"> |
---|
4558 | <polyline color="#87908a" width="25"/> |
---|
4559 | <polyline color="#809bc0" width="17"/> |
---|
4560 | <polyline color="#809bc0" width="1"/> |
---|
4561 | </itemgra> |
---|
4562 | <itemgra item_types="highway_city,highway_land" order="14"> |
---|
4563 | <polyline color="#87908a" width="31"/> |
---|
4564 | <polyline color="#809bc0" width="24"/> |
---|
4565 | <polyline color="#809bc0" width="1"/> |
---|
4566 | </itemgra> |
---|
4567 | <itemgra item_types="highway_city,highway_land" order="15"> |
---|
4568 | <polyline color="#87908a" width="33"/> |
---|
4569 | <polyline color="#809bc0" width="27"/> |
---|
4570 | <polyline color="#809bc0" width="1"/> |
---|
4571 | </itemgra> |
---|
4572 | <itemgra item_types="highway_city,highway_land" order="16"> |
---|
4573 | <polyline color="#87908a" width="65"/> |
---|
4574 | <polyline color="#809bc0" width="59"/> |
---|
4575 | <polyline color="#809bc0" width="1"/> |
---|
4576 | </itemgra> |
---|
4577 | <itemgra item_types="highway_city,highway_land" order="17"> |
---|
4578 | <polyline color="#87908a" width="133"/> |
---|
4579 | <polyline color="#809bc0" width="127"/> |
---|
4580 | <polyline color="#809bc0" width="1"/> |
---|
4581 | </itemgra> |
---|
4582 | <itemgra item_types="highway_city,highway_land" order="18"> |
---|
4583 | <polyline color="#87908a" width="264"/> |
---|
4584 | <polyline color="#809bc0" width="258"/> |
---|
4585 | <polyline color="#809bc0" width="1"/> |
---|
4586 | </itemgra> |
---|
4587 | <itemgra item_types="highway_exit_label" order="10-"> |
---|
4588 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4589 | </itemgra> |
---|
4590 | <!-- highway=primary (font)--> |
---|
4591 | <itemgra item_types="highway_city,highway_land,street_4_city,street_4_land,street_n_lanes" order="10-18"> |
---|
4592 | <text text_size="14"/> |
---|
4593 | </itemgra> |
---|
4594 | <itemgra item_types="street_2_city,street_2_land,street_3_city,street_3_land,ramp" order="11-18"> |
---|
4595 | <text text_size="14"/> |
---|
4596 | </itemgra> |
---|
4597 | <itemgra item_types="street_nopass,street_0,street_1_city,street_1_land" order="12-18"> |
---|
4598 | <text text_size="14"/> |
---|
4599 | </itemgra> |
---|
4600 | <!-- place=suburb --> |
---|
4601 | <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="9-"> |
---|
4602 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4603 | </itemgra> |
---|
4604 | <itemgra item_types="district_label_1e3,district_label_2e3,district_label_5e3" order="11-"> |
---|
4605 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4606 | </itemgra> |
---|
4607 | <itemgra item_types="town_label_1e3,town_label_2e3,town_label_5e3" order="10-"> |
---|
4608 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4609 | </itemgra> |
---|
4610 | <itemgra item_types="district_label_1e4,district_label_2e4,district_label_5e4" order="9-"> |
---|
4611 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4612 | </itemgra> |
---|
4613 | <itemgra item_types="town_label_1e4,town_label_2e4,town_label_5e4" order="8-"> |
---|
4614 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4615 | </itemgra> |
---|
4616 | <itemgra item_types="district_label_1e5,district_label_2e5,district_label_5e5" order="6-"> |
---|
4617 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4618 | </itemgra> |
---|
4619 | <!-- place=city --> |
---|
4620 | <itemgra item_types="town_label_1e5,town_label_2e5,town_label_5e5" order="4-"> |
---|
4621 | <circle color="#000000" radius="3" text_size="15"/> |
---|
4622 | </itemgra> |
---|
4623 | <itemgra item_types="district_label_1e6,district_label_2e6,district_label_5e6" order="3-"> |
---|
4624 | <circle color="#000000" radius="3" text_size="15"/> |
---|
4625 | </itemgra> |
---|
4626 | <itemgra item_types="town_label_1e6,town_label_2e6,town_label_5e6" order="2-"> |
---|
4627 | <circle color="#000000" radius="3" text_size="15"/> |
---|
4628 | </itemgra> |
---|
4629 | <itemgra item_types="town_label_1e7,district_label_1e7" order="1-"> |
---|
4630 | <circle color="#000000" radius="3" text_size="15"/> |
---|
4631 | </itemgra> |
---|
4632 | <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-"> |
---|
4633 | <polygon color="#a0a0a0"/> |
---|
4634 | <text text_size="10"/> |
---|
4635 | </itemgra> |
---|
4636 | <itemgra item_types="rg_point" order="0-"> |
---|
4637 | <circle color="#FF089C" radius="10"/> |
---|
4638 | </itemgra> |
---|
4639 | <!-- !!!!...POIs...!!!! --> |
---|
4640 | <!-- amenity=bank --> |
---|
4641 | <itemgra item_types="poi_bank" order="14-"> |
---|
4642 | <icon src="bank.png"/> |
---|
4643 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4644 | </itemgra> |
---|
4645 | <!-- amenity=fuel --> |
---|
4646 | <itemgra item_types="poi_fuel" order="14-"> |
---|
4647 | <icon src="fuel.png"/> |
---|
4648 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4649 | </itemgra> |
---|
4650 | <!-- amenity=hospitalg --> |
---|
4651 | <itemgra item_types="poi_hospital" order="14-"> |
---|
4652 | <icon src="hospital.png"/> |
---|
4653 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4654 | </itemgra> |
---|
4655 | <!-- amenity=parking --> |
---|
4656 | <itemgra item_types="poi_car_parking" order="14-"> |
---|
4657 | <icon src="parking.xpm"/> |
---|
4658 | </itemgra> |
---|
4659 | <!-- amenity=police --> |
---|
4660 | <itemgra item_types="poi_police" order="14-"> |
---|
4661 | <icon src="police.png"/> |
---|
4662 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4663 | </itemgra> |
---|
4664 | <!-- amenity=restaurant --> |
---|
4665 | <itemgra item_types="poi_restaurant" order="14-"> |
---|
4666 | <icon src="restaurant.xpm"/> |
---|
4667 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4668 | </itemgra> |
---|
4669 | <!-- leisure=golf_curse --> |
---|
4670 | <itemgra item_types="poi_golf" order="14-"> |
---|
4671 | <icon src="golf.xpm"/> |
---|
4672 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4673 | </itemgra> |
---|
4674 | <!-- tourism=hotel --> |
---|
4675 | <itemgra item_types="poi_hotel" order="14-"> |
---|
4676 | <icon src="hotel.xpm"/> |
---|
4677 | <circle color="#000000" radius="3" text_size="10"/> |
---|
4678 | </itemgra> |
---|
4679 | </layer> |
---|
4680 | </layout> |
---|
4681 | </navit> |
---|
4682 | </config> |
---|