source: osm/applications/editors/josm/oldplugins/osmarender/stylesheets/osm-POI-features-z17.xml@ 36220

Last change on this file since 36220 was 35743, checked in by stoecker, 4 years ago

readd files directly

File size: 80.2 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<?xml-stylesheet type="text/xsl" href="osmarender.xsl"?>
3
4
5<!-- Tiles@Home Rules File for zoom level 17 -->
6
7<rules
8 xmlns:xlink="http://www.w3.org/1999/xlink"
9 xmlns:svg="http://www.w3.org/2000/svg"
10 data="data.osm"
11 svgBaseProfile="full"
12 scale="1"
13 symbolScale="1"
14 textAttenuation="14"
15 minimumMapWidth="1"
16 minimumMapHeight="1"
17 withOSMLayers="yes"
18 withUntaggedSegments="no"
19 showScale="no"
20 showGrid="no"
21 showBorder="no"
22 showLicense="no"
23 interactive="no">
24
25
26
27 <!-- Select all nodes and ways (unless they have an osmarender:render=no tag) -->
28 <rule e="node|way" k="osmarender:render" v="~|yes">
29
30 <!-- highway motorway_junctions -->
31 <rule e="node" k="highway" v="motorway_junction">
32 <circle r="1.825" class="highway-motorway-junction" />
33 <text k="name" class='highway-motorway-junction-caption' dy='-2.3px' />
34 <text k="ref" class='highway-motorway-junction-caption' dy='0.7px' />
35 </rule>
36
37
38 <!-- Natural features -->
39 <rule e="node" k="natural" v="peak">
40 <symbol xlink:href="#symbol-peak" width='2px' height='2px' transform='translate(-1,-1)' />
41 </rule>
42
43
44 <!-- Power lines and pylons -->
45 <rule e="node" k="power" v="tower">
46 <symbol xlink:href="#power-tower" width='1px' height='1px' transform='translate(-.5,-.5)'/>
47 </rule>
48
49 <!-- Tourist features -->
50 <rule e="node" k="tourism" v="hotel">
51 <symbol xlink:href="#hotel" width='2px' height='2px' transform='translate(-1,-1)' />
52 </rule>
53 <rule e="node" k="tourism" v="hostel">
54 <symbol xlink:href="#hostel" width='3px' height='2px' transform='translate(-1.5,-1)' />
55 </rule>
56 <rule e="node" k="tourism" v="camp_site">
57 <symbol xlink:href="#campSite" width='2px' height='2px' transform='translate(-1,-1)' />
58 </rule>
59
60
61 <!-- Amenities -->
62 <rule e="node" k="aeroway" v="helipad">
63 <symbol xlink:href="#symbol-helipad" width='4px' height='4px' transform='translate(-2,-2)' />
64 </rule>
65 <rule e="node" k="amenity" v="hospital">
66 <symbol xlink:href="#hospital" width='2px' height='2px' transform='translate(-1,-1)' />
67 </rule>
68 <rule e="node" k="amenity" v="doctors">
69 <symbol xlink:href="#symbol-doctor" width='2px' height='2px' transform='translate(-1,-1)' />
70 </rule>
71 <rule e="node" k="amenity" v="pharmacy">
72 <symbol xlink:href="#symbol-pharmacy" width='2px' height='2px' transform='translate(-1,-1)' />
73 </rule>
74 <rule e="node" k="amenity" v="post_office">
75 <symbol xlink:href="#postoffice" width='2px' height='2px' transform='translate(-1,-1)' />
76 </rule>
77 <rule e="node" k="amenity" v="post_box">
78 <symbol xlink:href="#postbox" width='1.5px' height='1.5px' transform='translate(-0.75,-0.75)' />
79 </rule>
80 <rule e="node" k="amenity" v="speed_trap">
81 <symbol xlink:href="#speed_trap" width='2px' height='1px' transform='translate(-1,-0.5)' />
82 </rule>
83 <rule e="node" k="amenity" v="pub">
84 <symbol xlink:href="#pub" width='1.5px' height='1.5px' transform='translate(-0.75,-0.75)'/>
85 </rule>
86 <rule e="node" k="amenity" v="restaurant">
87 <symbol xlink:href="#symbol-restaurant" width='1.5px' height='1.5px' transform='translate(-0.75,-0.75)'/>
88 </rule>
89 <rule e="node" k="amenity" v="cinema">
90 <symbol xlink:href="#cinema" width='1.75px' height='2.5px' transform='translate(-0.9,-1.25)'/>
91 </rule>
92 <rule e="node" k="amenity" v="theatre">
93 <symbol xlink:href="#theatre" width='1.75px' height='2.5px' transform='translate(-0.9,-1.25)'/>
94 </rule>
95 <rule e="node" k="man_made" v="windmill">
96 <symbol xlink:href="#symbol-windmill" width='2px' height='2px' transform='translate(-1,-1)'/>
97 </rule>
98 <rule e="node" k="amenity" v="place_of_worship">
99 <rule e="node" k="denomination|religion" v="jewish">
100 <symbol xlink:href="#synagogue" width='2px' height='2px' transform='translate(-1,-1)' />
101 </rule>
102 <else>
103 <rule e="node" k="denomination|religion" v="muslim">
104 <symbol xlink:href="#mosque" width='2px' height='2px' transform='translate(-1,-1)' />
105 </rule>
106 <else>
107 <symbol xlink:href="#church" width='1px' height='2px' transform='translate(-0.5,-1)' />
108 </else>
109 </else>
110 </rule>
111 <rule e="node" k="amenity" v="parking">
112 <symbol xlink:href="#parking" width='2px' height='2px' transform='translate(-1,-1)' />
113 </rule>
114 <rule e="node" k="highway" v="traffic_signals">
115 <symbol xlink:href="#symbol-traffic_signal" width='2px' height='2px' transform='translate(0,0)'/>
116 </rule>
117 <rule e="node" k="amenity" v="school">
118 <symbol xlink:href="#symbol-school" width='2px' height='2px' transform='translate(-1,-1)' />
119 </rule>
120 <rule e="node" k="amenity" v="university|college">
121 <symbol xlink:href="#symbol-university" width='2px' height='2px' transform='translate(-1,-1)' />
122 </rule>
123 <rule e="node" k="amenity" v="supermarket">
124 <symbol xlink:href="#symbol-supermarket" width='2px' height='2px' transform='translate(0,0)' />
125 </rule>
126 <rule e="node" k="amenity" v="library">
127 <symbol xlink:href="#symbol-library" width='2px' height='2px' transform='translate(0,0)' />
128 </rule>
129 <rule e="node" k="amenity" v="fuel">
130 <symbol xlink:href="#petrolStation" width='2px' height='2px' transform='translate(-1,-1)' />
131 </rule>
132 <rule e="node" k="amenity" v="recycling">
133 <symbol xlink:href="#recycling" width='2px' height='2px' transform='translate(-1,-1)'/>
134 </rule>
135
136 <!-- Leisure symbols -->
137 <rule e="node" k="leisure" v="golf_course">
138 <symbol xlink:href="#golfCourse" width='5px' height='5px' transform='translate(-2.5,-2.5)' />
139 </rule>
140 <rule e="node" k="leisure" v="slipway">
141 <symbol xlink:href="#slipway" width='4px' height='4px' transform='translate(-2,-2)' />
142 </rule>
143
144 <!-- Historic symbols -->
145 <rule e="node" k="historic" v="*">
146 <rule e="node" k="historic" v="museum">
147 <symbol xlink:href="#symbol-museum" width='2px' height='2px' transform='translate(0,0)'/>
148 </rule>
149 <else>
150 <circle r="0.4" class="generic-poi" />
151 </else>
152 </rule>
153
154 <rule e="node" k="man_made" v="cairn">
155 <circle r="0.4" stroke="black" stroke-width="0.1px" fill="white" />
156 <circle r="0.1" stroke="black" stroke-width="0.1px" fill="black" />
157 </rule>
158
159 </rule>
160
161
162 <!-- ==================================== Layer 5 ======================================== -->
163 <rule e="node|way" k="osmarender:render" v="~|yes" layer="5">
164
165 <rule e="node" k="osmarender:renderName" v="~|yes" layer="5">
166 <rule e="node" k="natural" v="peak" layer="5">
167 <text k="name" class='place-caption peak-caption' dy='-1.5px'/>
168 <text k="elevation" class='place-caption' font-size='1px' dy='2.0px'/>
169 </rule>
170 <rule e="node" k="place" v="village" layer="5">
171 <text k='name' class='place-caption village-caption' />
172 </rule>
173 <rule e="node" k="place" v="suburb" layer="5">
174 <text k='name' class='place-caption suburb-caption' />
175 </rule>
176 <rule e="node" k="place" v="hamlet" layer="5">
177 <text k='name' class='place-caption hamlet-caption' />
178 </rule>
179 <rule e="node" k="place" v="farm" layer="5">
180 <text k='name' class='place-caption farm-caption'/>
181 </rule>
182 <rule e="node" k="tourism" v="attraction" layer="5">
183 <text k='name' class='tourism-attraction-caption' />
184 </rule>
185 <rule e="node" k="railway" v="station" layer="5">
186 <rule e="node" s="way" k="railway" v="rail" layer="5">
187 <text k="name" class='caption-casing railway-station-caption-casing' dy='-1.5px' />
188 <text k="name" class='caption-core railway-station-caption-core' dy='-1.5px' />
189 </rule>
190 <else>
191 <text k="name" class='caption-casing railway-halt-caption-casing' dy='-1px' />
192 <text k="name" class='caption-core railway-halt-caption-core' dy='-1px' />
193 </else>
194 </rule>
195 <rule e="node" k="railway" v="halt" layer="5">
196 <text k="name" class="caption-casing railway-halt-caption-casing" dy='-1px'/>
197 <text k="name" class="caption-core railway-halt-caption-core" dy='-1px'/>
198 </rule>
199 <rule e="node" k="railway" v="tram_stop" layer="5">
200 <text k="name" class="caption-casing railway-halt-caption-casing" dy='-1px'/>
201 <text k="name" class="caption-core railway-halt-caption-core" dy='-1px'/>
202 </rule>
203 <rule e="node" k="amenity" v="pub" layer="5">
204 <text k="name" class='caption-casing amenity-pub-caption-casing' dy='-1.2px' />
205 <text k="name" class='caption-core amenity-pub-caption-core' dy='-1.2px' />
206 </rule>
207 <rule e="node" k="amenity" v="cinema" layer="5">
208 <text k="name" class='caption-casing amenity-cinema-caption-casing' dy='-3px' />
209 <text k="name" class='caption-core amenity-cinema-caption-core' dy='-3px' />
210 </rule>
211 <rule e="node" k="amenity" v="theatre" layer="5">
212 <text k="name" class='caption-casing amenity-theatre-caption-casing' dy='-3px' />
213 <text k="name" class='caption-core amenity-theatre-caption-core' dy='-3px' />
214 </rule>
215 <rule e="node" k="amenity" v="school|college|university" layer="5">
216 <text k="name" class='caption-casing generic-caption-casing' dy='-3px' />
217 <text k="name" class='caption-core generic-caption-core' dy='-3px' />
218 </rule>
219 <rule e="node" k="amenity" v="supermarket|library|doctors|pharmacy|place_of_worship|parking|post_office|hospital|hotel|hostel|camp_site" layer="5">
220 <text k="name" class='caption-casing generic-caption-casing' dy='-2.5px' />
221 <text k="name" class='caption-core generic-caption-core' dy='-2.5px' />
222 </rule>
223 <rule e="node" k="tourism" v="hotel|hostel|camp_site" layer="5">
224 <text k="name" class='caption-casing generic-caption-casing' dy='-2.5px' />
225 <text k="name" class='caption-core generic-caption-core' dy='-2.5px' />
226 </rule>
227 <rule e="node" k="historic" v="*" layer="5">
228 <text k="name" class='caption-casing generic-caption-casing' dy='-2.5px' />
229 <text k="name" class='caption-core generic-caption-core' dy='-2.5px' />
230 </rule>
231 </rule>
232
233
234 <!-- Area captions -->
235 <rule e="way" k="natural" v="*" layer="5">
236 <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/>
237 <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/>
238 </rule>
239 <rule e="way" k="leisure" v="*" layer="5">
240 <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/>
241 <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/>
242 </rule>
243 <rule e="way" k="sport" v="*" layer="5">
244 <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/>
245 <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/>
246 </rule>
247 <rule e="way" k="landuse" v="*" layer="5">
248 <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/>
249 <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/>
250 </rule>
251 <rule e="way" k="amenity" v="school|college|university|parking" layer="5">
252 <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/>
253 <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/>
254 </rule>
255 <rule e="way" k="building" v="*" layer="5">
256 <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/>
257 <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/>
258 </rule>
259 <rule e="way" k="tourism" v="attraction" layer="5">
260 <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/>
261 <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/>
262 </rule>
263 </rule>
264
265 <!-- SVG Definitions - markers, symbols etc go here -->
266 <defs>
267
268 <style id="styles" type="text/css" xmlns="http://www.w3.org/2000/svg">
269 /* DO NOT DELETE - Used by osmarender.xsl */
270 .untagged-segments {
271 stroke-width: 0.5px;
272 stroke-linejoin: round;
273 stroke-linecap: butt;
274 stroke: #e0e0e0;
275 stroke-dasharray: 0.5,0.5;
276 }
277
278
279 .gate-locked {
280 fill: none;
281 stroke: red;
282 stroke-width: 1px;
283 stroke-opacity: 0;
284 marker-mid: url(#marker-gate-locked);
285 }
286
287 .gate-closed {
288 fill: none;
289 stroke: red;
290 stroke-width: 1px;
291 stroke-opacity: 0;
292 marker-mid: url(#marker-gate-closed);
293 }
294
295 .gate-open {
296 fill: none;
297 stroke: red;
298 stroke-width: 1px;
299 stroke-opacity: 0;
300 marker-mid: url(#marker-gate-open);
301 }
302
303 /* Railways - generic styles */
304 .railway-casing {
305 stroke-linecap: butt;
306 stroke-linejoin: round;
307 fill: none;
308 }
309
310 .railway-core {
311 stroke-linecap: butt;
312 stroke-linejoin: round;
313 fill: none;
314 }
315
316
317 /* Highways - generic styles */
318 .highway-casing {
319 stroke-linecap: square;
320 stroke-linejoin: round;
321 fill: none;
322 }
323
324 .highway-core {
325 stroke-linecap: square;
326 stroke-linejoin: round;
327 fill: none;
328 }
329
330 .highway-motorway-junction {
331 fill: yellow;
332 stroke: #4D5D73;
333 stroke-width: 0.75px;
334 }
335
336 .highway-motorway-junction-caption {
337 fill: black;
338 stroke: black;
339 stroke-width: 0.05px;
340 font-family: "DejaVu Sans",sans-serif;
341 font-size: 1.5px;
342 font-weight: bold;
343 text-anchor: middle;
344 }
345
346 .highway-ref {
347 fill: #666666;
348 stroke: white;
349 font-family: "DejaVu Sans";
350 font-weight: normal;
351 text-anchor: middle;
352 }
353
354 .highway-name {
355 fill: black;
356 font-family: "DejaVu Sans";
357 font-weight: normal;
358 stroke: white;
359 text-anchor: middle;
360 }
361
362 .highway-user {
363 stroke-width: 0px;
364 font-size: 1.0px; fill: #bbbbbb;
365 }
366
367 .bridge-casing {
368 stroke-linecap: butt;
369 stroke-linejoin: round;
370 stroke: #777777;
371 fill: none;
372 marker-start: url(#bridge-casing-start);
373 marker-end: url(#bridge-casing-end);
374 }
375
376 .bridge-core {
377 stroke-linecap: butt;
378 stroke-linejoin: round;
379 stroke: #f8f8f8;
380 fill: none;
381 }
382
383 .tunnel-casing {
384 stroke-linecap: butt;
385 stroke-linejoin: round;
386 fill: none;
387 }
388
389 .tunnel-core {
390 stroke-linecap: butt;
391 stroke-linejoin: round;
392 fill: none;
393 }
394
395 .tunnel { stroke-dasharray: 0.4, 0.4; }
396
397
398 .railway-rail-bridge-casing { stroke-width: 2.75px; }
399 .railway-rail-bridge-core { stroke-width: 2.25px; }
400 .railway-rail-casing { stroke-width: 1.0px; stroke: #aaaaaa; }
401 .railway-rail-1-core { stroke-width: 0.8px; stroke: #ffffff; }
402 .railway-rail-2-core { stroke-width: 1.5px; stroke: #aaaaaa; stroke-dasharray: 0.1, 1.0; }
403
404 .railway-light-rail-bridge-casing { stroke-width: 2.05px; }
405 .railway-light-rail-bridge-core { stroke-width: 1.55px; }
406 .railway-light-rail-casing { stroke-width: 0.8px; stroke: #666666; }
407 .railway-light-rail-core { stroke-width: 0.6px; stroke: #666666; }
408
409 .railway-subway-bridge-casing { stroke-width: 2.05px; }
410 .railway-subway-bridge-core { stroke-width: 1.55px; }
411 .railway-subway-casing { stroke-width: 0.8px; stroke: #aaaaaa; }
412 .railway-subway-core { stroke-width: 0.6px; stroke: #ffffff; stroke-dasharray: 1, 3; }
413
414 .railway-tram-bridge-casing { stroke-width: 2.05px; }
415 .railway-tram-bridge-core { stroke-width: 1.55px; }
416 .railway-tram-casing { stroke-width: 0.8px; stroke: #666666; }
417 .railway-tram-core { stroke-width: 0.6px; stroke: #666666; }
418
419 .railway-narrow-gauge-bridge-casing { stroke-width: 2.05px; }
420 .railway-narrow-gauge-bridge-core { stroke-width: 1.55px; }
421 .railway-narrow-gauge-casing { stroke-width: 0.8px; stroke: #aaaaaa; }
422 .railway-narrow-gauge-core { stroke-width: 0.6px; stroke: #aaaaaa; }
423
424 .railway-preserved-bridge-casing { stroke-width: 2.35px; }
425 .railway-preserved-bridge-core { stroke-width: 1.85px; }
426 .railway-preserved-casing { stroke-width: 1.1px; stroke: #666666; }
427 .railway-preserved-core { stroke-width: 0.9px; stroke: #666666; }
428
429 .railway-monorail-bridge-casing { stroke-width: 2.25px; }
430 .railway-monorail-bridge-core { stroke-width: 1.75px; }
431 .railway-monorail-casing { stroke-width: 1.0px; stroke: #666666; }
432 .railway-monorail-core { stroke-width: 0.8px; stroke: #a65ca3; }
433
434 .highway-motorway-bridge-casing { stroke-width: 3.50px; }
435 .highway-motorway-bridge-core { stroke-width: 3.00px; }
436 .highway-motorway-casing { stroke-width: 1.9px; stroke: #777777; }
437 .highway-motorway-core { stroke-width: 1.7px; stroke: #809BC0; }
438 .highway-motorway-name { stroke-width: 0px; font-size: 1.5px; }
439 .highway-motorway-ref { stroke-width: 0px; font-size: 2px; }
440
441 .highway-trunk-bridge-casing { stroke-width: 2.5px; }
442 .highway-trunk-bridge-core { stroke-width: 2.2px; }
443 .highway-trunk-casing { stroke-width: 1.7px; stroke: #777777; }
444 .highway-trunk-core { stroke-width: 1.5px; stroke: #7FC97F; }
445 .highway-trunk-name { stroke-width: 0px; font-size: 1.5px; }
446 .highway-trunk-ref { stroke-width: 0px; font-size: 2px; }
447
448 .highway-primary-bridge-casing { stroke-width: 2.5px; }
449 .highway-primary-bridge-core { stroke-width: 2.2px; }
450 .highway-primary-casing { stroke-width: 1.7px; stroke: #777777; }
451 .highway-primary-core { stroke-width: 1.5px; stroke: #e46d71; }
452 .highway-primary-name { stroke-width: 0px; font-size: 1.5px; }
453 .highway-primary-ref { stroke-width: 0px; font-size: 2px; }
454
455 .highway-motorway-link-bridge-casing { stroke-width: 2.5px; }
456 .highway-motorway-link-bridge-core { stroke-width: 2.2px; }
457 .highway-motorway-link-casing { stroke-width: 1.7px; stroke: #777777; }
458 .highway-motorway-link-core { stroke-width: 1.5px; stroke: #809BC0; }
459 .highway-motorway-link-name { stroke-width: 0px; font-size: 1.5px; }
460 .highway-motorway-link-ref { stroke-width: 0px; font-size: 2px; }
461
462 .highway-trunk-link-bridge-casing { stroke-width: 2.5px; }
463 .highway-trunk-link-bridge-core { stroke-width: 2.2px; }
464 .highway-trunk-link-casing { stroke-width: 1.7px; stroke: #777777; }
465 .highway-trunk-link-core { stroke-width: 1.5px; stroke: #7FC97F; }
466 .highway-trunk-link-name { stroke-width: 0px; font-size: 1.5px; }
467 .highway-trunk-link-ref { stroke-width: 0px; font-size: 2px; }
468
469 .highway-primary-link-bridge-casing { stroke-width: 2.5px; }
470 .highway-primary-link-bridge-core { stroke-width: 2.2px; }
471 .highway-primary-link-casing { stroke-width: 1.7px; stroke: #777777; }
472 .highway-primary-link-core { stroke-width: 1.5px; stroke: #e46d71; }
473 .highway-primary-link-name { stroke-width: 0px; font-size: 1.5px; }
474 .highway-primary-link-ref { stroke-width: 0px; font-size: 2px; }
475
476 .highway-secondary-bridge-casing { stroke-width: 2.5px; }
477 .highway-secondary-bridge-core { stroke-width: 2.2px; }
478 .highway-secondary-casing { stroke-width: 1.7px; stroke: #777777; }
479 .highway-secondary-core { stroke-width: 1.5px; stroke: #FDBF6F; }
480 .highway-secondary-name { stroke-width: 0px; font-size: 1.5px;}
481 .highway-secondary-ref { stroke-width: 0px; font-size: 2px; }
482
483 .highway-tertiary-bridge-casing { stroke-width: 2.5px; }
484 .highway-tertiary-bridge-core { stroke-width: 2.2px; }
485 .highway-tertiary-casing { stroke-width: 1.7px; stroke: #777777; }
486 .highway-tertiary-core { stroke-width: 1.5px; stroke: #f7f496; }
487 .highway-tertiary-name { stroke-width: 0px; font-size: 1.25px; }
488 .highway-tertiary-ref { stroke-width: 0px; font-size: 1.5px; }
489
490 .highway-unclassified-bridge-casing { stroke-width: 2.2px; }
491 .highway-unclassified-bridge-core { stroke-width: 2.0px; }
492 .highway-unclassified-casing { stroke-width: 1.5px; stroke: #777777; }
493 .highway-unclassified-core { stroke-width: 1.25px; stroke: #ffffff; }
494 .highway-unclassified-name { stroke-width: 0px; font-size: 1.25px; }
495 .highway-unclassified-ref { stroke-width: 0px; font-size: 1.5px; }
496
497 .highway-service-bridge-casing { stroke-width: 2.25px; }
498 .highway-service-bridge-core { stroke-width: 1.75px; }
499 .highway-service-casing { stroke-width: 1.2px; stroke: #777777; }
500 .highway-service-core { stroke-width: 1px; stroke: #ffffff; }
501 .highway-service-name { stroke-width: 0px; font-size: 1.25px; }
502 .highway-service-ref { stroke-width: 0px; font-size: 1.25px; }
503
504 .highway-unsurfaced-bridge-casing { stroke-width: 2.25px; }
505 .highway-unsurfaced-bridge-core { stroke-width: 1.75px; }
506 .highway-unsurfaced-casing { stroke-width: 1.2px; stroke: #777777; stroke-dasharray: 1, 0.5; stroke-linecap: butt; }
507 .highway-unsurfaced-core { stroke-width: 1px; stroke: #ffffff; }
508 .highway-unsurfaced-name { stroke-width: 0px; font-size: 1.25px; }
509 .highway-unsurfaced-ref { stroke-width: 0px; font-size: 1.25px; }
510
511 .highway-track-bridge-casing { stroke-width: 2.25px; }
512 .highway-track-bridge-core { stroke-width: 1.75px; }
513 .highway-track-casing { stroke-width: 1.2px; stroke: #d79331; }
514 .highway-track-core { stroke-width: 1px; stroke: #ffffff; }
515 .highway-track-name { stroke-width: 0px; font-size: 1.25px; }
516 .highway-track-ref { stroke-width: 0px; font-size: 1.25px; }
517
518 .highway-byway-bridge-casing { stroke-width: 1.6px; }
519 .highway-byway-bridge-core { stroke-width: 1.4px; }
520 .highway-byway-1-casing { stroke-width: 1px; stroke: #555555; stroke-dasharray: 0.7, 0.2; stroke-linecap: butt;}
521 .highway-byway-2-casing { stroke-width: 0.8px; stroke: #efadaa; }
522 .highway-byway-3-casing { stroke-width: 1.4px; stroke: #555555; stroke-dasharray: 0.1, 0.8; stroke-dashoffset: 0.6; stroke-linecap: butt; }
523 .highway-byway-1-core { stroke-width: 0.4px; stroke: #efadaa; }
524 .highway-byway-name { stroke-width: 0px; font-size: 1.25px; }
525 .highway-byway-ref { stroke-width: 0px; font-size: 1.25px; }
526
527 .highway-bridleway-bridge-casing { stroke-width: 1.6px; }
528 .highway-bridleway-bridge-core { stroke-width: 1.4px; }
529 .highway-bridleway-casing { stroke-width: 1px; stroke: #777777; stroke-dasharray: 0.7, 0.2; stroke-linecap: butt; }
530 .highway-bridleway-core { stroke-width: 0.8px; stroke: #e3e9f1; }
531 .highway-bridleway-name { stroke-width: 0px; font-size: 1.25px; }
532 .highway-bridleway-ref { stroke-width: 0px; font-size: 1.25px; }
533
534 .highway-cycleway-bridge-casing { stroke-width: 1.6px; }
535 .highway-cycleway-bridge-core { stroke-width: 1.4px; }
536 .highway-cycleway-casing { stroke-width: 1px; stroke: #777777; stroke-dasharray: 0.2, 0.2; stroke-linecap: butt;}
537 .highway-cycleway-core { stroke-width: 0.8px; stroke: #d1ead1; }
538 .highway-cycleway-name { stroke-width: 0px; font-size: 1.25px; }
539 .highway-cycleway-ref { stroke-width: 0px; font-size: 1.25px; }
540
541 .highway-pedestrian-bridge-casing { stroke-width: 1.8px; }
542 .highway-pedestrian-bridge-core { stroke-width: 1.6px; }
543 .highway-pedestrian-casing { stroke-width: 1.2px; stroke: #aaaaaa; }
544 .highway-pedestrian-core { stroke-width: 1px; stroke: #eeeeee; }
545 .highway-pedestrian-name { stroke-width: 0px; font-size: 1px; }
546 .highway-pedestrian-ref { stroke-width: 0px; font-size: 1.25px; }
547
548 .highway-footway-bridge-casing { stroke-width: 1.2px; }
549 .highway-footway-bridge-core { stroke-width: 1px; }
550 .highway-footway-casing { stroke-width: 0.6px; stroke: #777777; stroke-dasharray: 0.2, 0.2; stroke-linecap: butt;}
551 .highway-footway-core { stroke-width: 0.5px; stroke: #efeaa0; }
552 .highway-footway-name { stroke-width: 0px; font-size: 1.25px; }
553 .highway-footway-ref { stroke-width: 0px; font-size: 1.25px; }
554
555 .highway-steps-bridge-casing { stroke-width: 1.2px; }
556 .highway-steps-bridge-core { stroke-width: 1.0px; }
557 .highway-steps-casing { stroke-width: 0.6px; stroke: #777777; }
558 .highway-steps-core { stroke-width: 0.5px; stroke: #e5e0c2; stroke-dasharray: 0.3, 0.1; stroke-linecap: butt;}
559 .highway-steps-name { stroke-width: 0px; font-size: 1.25px; }
560 .highway-steps-ref { stroke-width: 0px; font-size: 1.25px; }
561
562 .highway-scramble-core { stroke-width: 0.15px; stroke: #777777; stroke-dasharray: 0.8, 0.2; stroke-linecap: butt;}
563 .highway-scramble-name { stroke-width: 0.5px; fill: black; font-size: 1.25px; }
564
565 /* Aeroways */
566 .aeroway-apron {
567 stroke-width: 0.3px;
568 stroke: none;
569 fill: #f0f0f0;
570 }
571
572 .aeroway-taxiway-casing {
573 stroke-width: 3px;
574 stroke-linecap: butt;
575 stroke-linejoin: round;
576 stroke: #000000;
577 fill: none;
578 }
579
580 .aeroway-taxiway-core {
581 stroke-width: 2px;
582 stroke-linecap: butt;
583 stroke-linejoin: round;
584 stroke: #d4dcbd;
585 fill: none;
586 }
587
588 .aeroway-runway-core {
589 stroke-width: 5px;
590 stroke-linecap: square;
591 stroke-linejoin: round;
592 stroke: #d4dcbd;
593 fill: none;
594 }
595
596 .aeroway-runway-casing {
597 stroke-width: 7px;
598 stroke-linecap: square;
599 stroke-linejoin: round;
600 stroke: #000000;
601 fill: none;
602 }
603
604 .aeroway-aerodrome-caption {
605 fill: black;
606 stroke: white;
607 stroke-width: 0.3px;
608 font-family: "DejaVu Sans";
609 font-size: 6px;
610 font-weight: bold;
611 }
612
613 .aeroway-airport-caption {
614 fill: black;
615 stroke: white;
616 stroke-width: 0.3px;
617 font-family: "DejaVu Sans";
618 font-size: 10px;
619 font-weight: bold;
620 }
621
622
623 /* Waterways */
624
625 /* Generic under-construction style - makes any way dashed */
626 .under-construction { stroke-dasharray: 4, 4; stroke-linecap: butt;}
627
628
629 /* Place names */
630 /* General style for captions */
631 .place-caption {
632 fill: black;
633 stroke: none;
634 font-family: "DejaVu Sans";
635 font-weight: bold;
636 text-anchor: middle;
637 }
638
639 .caption-casing {
640 fill: white;
641 stroke: white;
642 font-family: "DejaVu Sans";
643 font-weight: bold;
644 text-anchor: middle;
645 stroke-miterlimit: 1.5;
646 }
647
648 .caption-core {
649 stroke: white;
650 stroke-width: 0px;
651 font-family: "DejaVu Sans";
652 font-weight: bold;
653 text-anchor: middle;
654 stroke-miterlimit: 1.5;
655 }
656
657 .peak-caption { font-size: 2px; }
658 .village-caption { font-size: 3px; }
659 .suburb-caption { font-size: 3px; }
660 .hamlet-caption { font-size: 2px; }
661 .farm-caption { font-size: 1.5px; }
662
663
664 /* Leisure */
665 .leisure-park {
666 fill: #c7f1a3;
667 stroke: #6fc18e;
668 stroke-width: 0.2px;
669 }
670
671 .leisure-stadium {
672 fill: #bde3cb;
673 stroke: #6fc18e;
674 stroke-width: 0.2px;
675 }
676
677 .leisure-track {
678 fill: #bde3cb;
679 stroke: #6fc18e;
680 stroke-width: 0.2px;
681 }
682
683 .sport {
684 fill: #bde3cb;
685 stroke: #6fc18e;
686 stroke-width: 0.2px;
687 }
688
689 .amenity-parking {
690 fill: #f7efb7;
691 stroke: #e9dd72;
692 stroke-width: 0.2px;
693 }
694
695 .amenity-school {
696 fill: #dfafdd;
697 stroke: #e9dd72;
698 stroke-width: 0.2px;
699 }
700
701
702 /* Non-physical boundaries */
703 .boundary {
704 stroke-linecap: butt;
705 stroke-linejoin: round;
706 fill: none;
707 }
708
709 .boundary-administrative-state-casing {
710 stroke-width: 2.5px;
711 stroke: #ffff00;
712 opacity: 0.5;
713 }
714
715 .boundary-administrative-state-core {
716 stroke-width: 0.25px;
717 stroke: #f9574b;
718 stroke-dasharray: 2.5, 0.5, 0.5, 0.5;
719 }
720
721
722 .railway-station { fill: #ec2d2d; stroke: #666666; stroke-width: 0.25px; }
723 .railway-station-caption-casing { stroke-width: 0.5px; font-size: 1.5px; }
724 .railway-station-caption-core { fill: #ec2d2d; font-size: 1.5px; }
725
726 .railway-halt { fill: #ec2d2d; stroke: #666666; stroke-width: 0.1px; }
727 .railway-halt-caption-casing { stroke-width: 0.4px; font-size: 1.25px; }
728 .railway-halt-caption-core { fill: #ec2d2d; font-size: 1.25px; }
729
730
731 /* Tourism */
732 .tourism-attraction {
733 fill: #f2caea;
734 stroke: #f124cb;
735 stroke-width: 0px;
736 }
737
738 .tourism-attraction-caption {
739 fill: #f124cb;
740 stroke: white;
741 stroke-width: 0px;
742 font-family: "DejaVu Sans";
743 font-size: 1.5px;
744 font-weight: bold;
745 text-anchor: middle;
746 }
747
748
749 .amenity-pub-caption-casing { stroke-width: .5px; font-size: 1px; }
750 .amenity-pub-caption-core { fill: #e21e2f; font-size: 1px; }
751
752 .amenity-cinema-caption-casing { stroke-width: .5px; font-size: 1px; }
753 .amenity-cinema-caption-core { fill: #f124cb; font-size: 1px; }
754
755 .amenity-theatre-caption-casing { stroke-width: .5px; font-size: 1px; }
756 .amenity-theatre-caption-core { fill: #f124cb; font-size: 1px; }
757
758 .generic-caption-casing { stroke-width: .5px; font-size: 1px; }
759 .generic-caption-core { fill: #2e3ae6; font-size: 1px; }
760
761 .generic-poi {
762 fill: #2e3ae6;
763 stroke: #666666;
764 stroke-width: 0.1px;
765 }
766
767 /* Building */
768 .building {
769 fill: #dddddd;
770 stroke: #cccccc;
771 stroke-width: 0.2px;
772 }
773
774 .building-block {
775 fill: #F3D6B6;
776 stroke: #6a5a8e;
777 stroke-width: 0.2px;
778 }
779
780 .building-residential {
781 fill: #c95e2a;
782 stroke: #80290a;
783 stroke-width: 0.2px;
784 }
785
786
787 /* Aerialway */
788 .aerialway-line {
789 fill: none;
790 stroke: #202020;
791 stroke-width: 0.2px;
792 }
793
794 .aerialway-struts {
795 fill: none;
796 stroke: #202020;
797 stroke-width: 2px;
798 stroke-dasharray: 0.2,10;
799 }
800
801 /* Power line */
802 .power-line {
803 stroke-width: 0.1px;
804 stroke-linecap: butt;
805 stroke-linejoin: round;
806 stroke: #cccccc;
807 stroke-dasharray: 1 ,1;
808 fill: none;
809 }
810
811
812 /* Area captions */
813 .park-name {
814 fill: #444444;
815 font-family: "DejaVu Sans";
816 font-weight: normal;
817 stroke: white;
818 font-size: 2.25px;
819 stroke-width: 0.0px;
820 }
821
822 .landuse-reservoir-name {
823 fill: #444444;
824 font-family: "DejaVu Sans";
825 font-weight: normal;
826 stroke: white;
827 font-size: 2.25px;
828 stroke-width: 0.0px;
829 }
830
831
832 /* Oneway */
833 .oneway-casing {
834 fill: none;
835 stroke-linecap: butt;
836 stroke: #777777;
837 }
838
839 /* stroke: #a2aee9; */
840
841 .oneway-core {
842 fill: none;
843 stroke-linecap: butt;
844 stroke: #ffffff;
845 }
846
847 .oneway-casing-1 {
848 stroke-width: 0.2px;
849 stroke-dasharray: 2.1,27.9;
850 stroke-dashoffset: 23.1;
851 }
852
853 .oneway-casing-2 {
854 stroke-width: 0.475px;
855 stroke-dasharray: 0.3,29.7;
856 stroke-dashoffset: 21.7;
857 }
858
859 .oneway-casing-3 {
860 stroke-width: 0.4px;
861 stroke-dasharray: 0.3,29.7;
862 stroke-dashoffset: 21.6;
863 }
864
865 .oneway-casing-4 {
866 stroke-width: 0.325px;
867 stroke-dasharray: 0.4,29.6;
868 stroke-dashoffset: 21.6;
869 }
870
871 .oneway-casing-5 {
872 stroke-width: 0.25px;
873 stroke-dasharray: 0.5,29.5;
874 stroke-dashoffset: 21.6;
875 }
876
877 .oneway-casing-6 {
878 stroke-width: 0.175px;
879 stroke-dasharray: 0.6,29.4;
880 stroke-dashoffset: 21.6;
881 }
882
883 .oneway-casing-7 {
884 stroke-width: 0.1px;
885 stroke-dasharray: 0.7,29.3;
886 stroke-dashoffset: 21.6;
887 }
888
889 .oneway-casing-8 {
890 stroke-width: 0.05px;
891 stroke-dasharray: 0.8,29.2;
892 stroke-dashoffset: 21.6;
893 }
894
895 .oneway-core-1 {
896 stroke-width: 0.1px;
897 stroke-dasharray: 2,28;
898 stroke-dashoffset: 23;
899 }
900
901 .oneway-core-2 {
902 stroke-width: 0.425px;
903 stroke-dasharray: 0.2,29.8;
904 stroke-dashoffset: 21.6;
905 }
906
907 .oneway-core-3 {
908 stroke-width: 0.35px;
909 stroke-dasharray: 0.3,29.7;
910 stroke-dashoffset: 21.6;
911 }
912
913 .oneway-core-4 {
914 stroke-width: 0.275px;
915 stroke-dasharray: 0.4,29.6;
916 stroke-dashoffset: 21.6;
917 }
918
919 .oneway-core-5 {
920 stroke-width: 0.2px;
921 stroke-dasharray: 0.5,29.5;
922 stroke-dashoffset: 21.6;
923 }
924
925 .oneway-core-6 {
926 stroke-width: 0.125px;
927 stroke-dasharray: 0.6,29.4;
928 stroke-dashoffset: 21.6;
929 }
930
931 .oneway-core-7 {
932 stroke-width: 0.05px;
933 stroke-dasharray: 0.7,29.3;
934 stroke-dashoffset: 21.6;
935 }
936
937 .otherway {
938 fill: none;
939 stroke: red;
940 stroke-width: 2px;
941 stroke-opacity: 0;
942 /* marker-start: url(#marker-otherway-start); */
943 marker-end: url(#marker-otherway-end);
944 }
945
946
947 /* Map decoration */
948 .map-grid-line {
949 fill: none;
950 stroke: #8080ff;
951 stroke-width: 0.1px;
952 stroke-opacity: 0.5;
953 }
954
955 .map-border-casing {
956 fill: none;
957 stroke: #8080ff;
958 stroke-width: 3px;
959 stroke-miterlimit: 4;
960 stroke-dasharray: none;
961 stroke-opacity: 1;
962 stroke-linecap: round;
963 }
964
965 .map-border-core {
966 fill: none;
967 fill-opacity: 1;
968 fill-rule: nonzero;
969 stroke: #ffffff;
970 stroke-width: 2px;
971 stroke-miterlimit: 0;
972 stroke-dashoffset: -0.5px;
973 stroke-opacity: 1;
974 }
975
976 .map-scale-casing {
977 fill: none;
978 stroke: #8080ff;
979 stroke-width: 4px;
980 stroke-linecap: butt;
981 }
982
983 .map-scale-core {
984 fill: none;
985 stroke: #ffffff;
986 stroke-width: 3px;
987 stroke-linecap: butt;
988 }
989
990 .map-scale-bookend {
991 fill: none;
992 stroke: #8080ff;
993 stroke-width: 1px;
994 stroke-linecap: butt;
995 }
996
997 .map-scale-caption {
998 font-family: "DejaVu Sans";
999 font-size: 10px;
1000 fill: #8080ff;
1001 }
1002
1003 <!-- map background must be the same for all zooms or else empty tile detection will fail -->
1004 .map-background {
1005 fill: #f8f8f8;
1006 stroke: none;
1007 }
1008
1009 .map-title {
1010 font-family: "DejaVu Sans";
1011 font-size: 20px;
1012 text-anchor: middle;
1013 fill: black;
1014 }
1015
1016 .map-title-background {
1017 fill: white;
1018 }
1019
1020 .map-marginalia-background {
1021 fill: white;
1022 }
1023
1024 .highway-tunnel-ends {
1025 stroke-opacity: 0;
1026 fill: none;
1027 marker-start: url(#marker-tunnel-start);
1028 marker-end: url(#marker-tunnel-end);
1029 }
1030
1031 /* Osmarender built-in styles - do not remove */
1032 .osmarender-stroke-linecap-round { stroke-linecap: round; }
1033 .osmarender-stroke-linecap-butt { stroke-linecap: butt; }
1034 .osmarender-mask-black { stroke: black; }
1035 .osmarender-mask-white { stroke: white; }
1036 .osmarender-no-marker-start { marker-start: none; }
1037 .osmarender-no-marker-end { marker-end: none; }
1038
1039 </style>
1040
1041 <svg:pattern id="cemetery-pattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="scale(0.25)">
1042 <svg:rect fill="#bde3cb" width="10" height="10" x="0" y="0" />
1043 <svg:path fill="#b5b5b5" stroke-width="0.1" d="M 1.48,0.13 C 2.12,0.13 2.63,0.64 2.63,1.28 L 2.63,4.27 L 0.33,4.27 L 0.33,1.28 C 0.33,0.64 0.85,0.13 1.48,0.13 z " />
1044 <svg:path fill="#b5b5b5" stroke-width="0.1" d="M 6.64,5.78 C 7.27,5.78 7.79,6.29 7.79,6.92 L 7.79,9.91 L 5.49,9.91 L 5.49,6.92 C 5.49,6.29 6.00,5.78 6.64,5.78 z " />
1045 </svg:pattern>
1046
1047 <svg:pattern id="cemetery-christian-pattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="scale(0.25)">
1048 <svg:rect fill="#bde3cb" width="11" height="11" x="0" y="0" />
1049 <svg:path stroke="black" stroke-width="0.2" d="M1,1 L3,1 M2,0 L2,3 M6,6 L8,6 M7,5 L7,8"/>
1050 </svg:pattern>
1051
1052 <svg:marker
1053 id="bridge-casing-start"
1054 fill='none'
1055 stroke-width='0.1px'
1056 stroke='#777777'
1057 markerWidth="1px"
1058 markerHeight="1px"
1059 orient="auto">
1060 <svg:path d="M-0.25,0.75 L0.5,0 L-0.25,-0.75" />
1061 </svg:marker>
1062
1063 <svg:marker
1064 id="bridge-casing-end"
1065 fill='none'
1066 stroke-width='0.1px'
1067 stroke='#777777'
1068 markerWidth="1px"
1069 markerHeight="1px"
1070 orient="auto">
1071 <svg:path d="M0.25,0.75 L-0.5,0 L0.25,-0.75" />
1072 </svg:marker>
1073
1074 <svg:marker
1075 id="marker-tunnel-start"
1076 viewBox="0 0 10 10"
1077 refX="5px" refY="5px"
1078 markerUnits="strokeWidth"
1079 fill='none'
1080 stroke-width='0.5px'
1081 stroke='#777777'
1082 markerWidth="2px"
1083 markerHeight="2px"
1084 orient="auto">
1085 <svg:path d="M 4,1 A5,4.25 0 0,1 4,9" />
1086 </svg:marker>
1087
1088 <svg:marker
1089 id="marker-tunnel-end"
1090 viewBox="0 0 10 10"
1091 refX="5px" refY="5px"
1092 markerUnits="strokeWidth"
1093 fill='none'
1094 stroke-width='0.5px'
1095 stroke='#777777'
1096 markerWidth="2px"
1097 markerHeight="2px"
1098 orient="auto">
1099 <svg:path d="M 6,1 A5,4.25 0 0,0 6,9" />
1100 </svg:marker>
1101
1102 <svg:marker
1103 id="marker-gate-locked"
1104 viewBox="0 0 10 10"
1105 refX="2px" refY="5px"
1106 markerUnits="userSpaceOnUse"
1107 fill='none'
1108 stroke-width='0.4px'
1109 stroke='#777777'
1110 markerWidth="3px"
1111 markerHeight="3px"
1112 orient="auto">
1113 <svg:path d="M 1,0 L 1,10 M 3,0 L 3,10" />
1114 </svg:marker>
1115
1116 <svg:marker
1117 id="marker-gate-closed"
1118 viewBox="0 0 10 10"
1119 refX="1px" refY="5px"
1120 markerUnits="userSpaceOnUse"
1121 fill='none'
1122 stroke-width='0.4px'
1123 stroke='#777777'
1124 markerWidth="3px"
1125 markerHeight="3px"
1126 orient="auto">
1127 <svg:path d="M 1,0 L 1,10" />
1128 </svg:marker>
1129
1130 <svg:marker
1131 id="marker-gate-open"
1132 viewBox="0 0 11 11"
1133 refX="1px" refY="5px"
1134 markerUnits="userSpaceOnUse"
1135 fill='none'
1136 stroke-width='0.4px'
1137 stroke='#777777'
1138 markerWidth="3px"
1139 markerHeight="3px"
1140 orient="auto">
1141 <svg:path d="M1,0 L1,1 M1,2 L1,3 M1,4 L1,5 M1,6 L1,7 M1,8 L1,9 M1,10 L1,11" />
1142 </svg:marker>
1143
1144 <svg:marker
1145 id="marker-stile"
1146 viewBox="0 0 10 10"
1147 refX="5px" refY="5px"
1148 markerUnits="userSpaceOnUse"
1149 fill='none'
1150 stroke-width='0.5px'
1151 stroke='#777777'
1152 markerWidth="2px"
1153 markerHeight="2px"
1154 orient="auto">
1155 <svg:path d="M3.5,0 L3.5,10 M6.5,0 L6.5,10 M 10,1 L 1,10" />
1156 </svg:marker>
1157
1158 <svg:symbol
1159 id="church"
1160 viewBox="0 0 5 10"
1161 fill='#000000'>
1162 <svg:path d="M 0 10 L 0 5 L 5 5 L 5 10 z M 0 2 L 5 2 L 5 3 L 0 3 z M 2 0 L 2 5 L 3 5 L 3 0 z" />
1163 </svg:symbol>
1164
1165 <svg:symbol
1166 id="mosque"
1167 viewBox="0 0 120 120"
1168 fill='#00ab00'>
1169 <svg:path d="M 4,60 C 11,75 60,107 84,73 C 103,40 76,22 50,7 C 76,6 130,35 103,84 C 72,124 8,97 4,60 z M 35,52 C 35,52 20,55 20,55 L 30,43 C 30,43 21,30 21,30 L 35,35 L 45,23 L 45,38 L 60,45 L 45,50 L 45,65 L 35,52 z"/>
1170 </svg:symbol>
1171
1172 <svg:symbol
1173 id="synagogue"
1174 viewBox="0 0 20 20"
1175 stroke='#0000d0'
1176 fill='none'
1177 stroke-width="1.5px"
1178 stroke-linecap="butt"
1179 stroke-linejoin="miter">
1180 <svg:path d="M 10,0 L 20,15 L 0,15 L 10,0 z M 10,20 L 0,5 L 20,5 L 10,20 z" />
1181 </svg:symbol>
1182
1183 <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
1184 <svg:symbol
1185 id="campSite"
1186 viewBox="0 0 100 100"
1187 fill='#0000dc'
1188 fill-opacity="1">
1189 <svg:path d="M 35,0 L 50,24 L 65,0 L 80,0 L 60,35 L 100,100 L 0,100 L 40,35 L 20,0 L 35,0 z "/>
1190 </svg:symbol>
1191
1192
1193 <svg:symbol
1194 id="airport"
1195 viewBox="0 0 10 10"
1196 fill="black"
1197 fill-opacity="1"
1198 fill-rule="evenodd"
1199 stroke="none">
1200 <svg:path d="M 9.2,5 C 9.2,4.5 9.8,3.2 10,3 L 9,3 L 8,4 L 5.5,4 L 8,0 L 6,0 L 3,4 C 2,4 1,4.2 0.5,4.5 C 0,5 0,5 0.5,5.5 C 1,5.8 2,6 3,6 L 6,10 L 8,10 L 5.5,6 L 7.8,6 L 9,7 L 10,7 C 9.8,6.8 9.2,5.5 9.2,5 z " />
1201 </svg:symbol>
1202
1203 <svg:symbol
1204 id="power-tower"
1205 viewBox="0 0 10 10"
1206 stroke-width='1px'
1207 stroke='#cccccc'>
1208 <svg:path d="M 0 0 L 10 10 M 0 10 L 10 0" />
1209 </svg:symbol>
1210
1211 <svg:symbol
1212 id="bar"
1213 viewBox="0 0 100 100"
1214 fill='#000000'
1215 stroke-width='0.4px'
1216 stroke='#000000'>
1217 <svg:path d="M 16.8725 9.81954 L 96.3004 9.81954 L 59.4774 46.3164 L 59.4774 94.9796 C 59.575 94.9796 57.9896 100.587 84.2324 102.6 L 84.2324 103.99 L 31.0262 103.99 L 31.0275 102.6 C 56.4414 100.587 54.9906 94.9796 54.9906 94.9796 L 54.9906 46.3164 L 16.8725 9.81954 z " />
1218 </svg:symbol>
1219
1220 <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
1221 <svg:symbol
1222 id="symbol-restaurant"
1223 viewBox="0 0 100 100"
1224 fill="black"
1225 stroke="none">
1226 <svg:path d="M 94,4 C 90,0 74,18 67,26 C 65,28 62,32 68,38 C 15,89 5,96 12,103 C 19,110 26,100 76,46 C 82,52 87,49 89,47 C 97,40 114,24 110,20 C 106,16 91,40 87,37 C 83,24 106,16 102,12 C 98,8 81,33 77,29 C 73,25 98,8 94,4 z"/>
1227 <svg:path d="M 35,33 C 79,81 98,96 90,103 C 81,111 70,91 26,42 C 6,57 -9,16 1,6 C 11,-6 55,13 35,33 z"/>
1228 </svg:symbol>
1229
1230 <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
1231 <svg:symbol
1232 id="petrolStation"
1233 viewBox="0 0 100 100"
1234 fill='#000000'
1235 fill-rule="evenodd"
1236 stroke-width="3px">
1237 <svg:path d="M 22.7283 108.087 C 4.26832 107.546 23.6818 43.3596 32.6686 21.0597 C 33.8491 17.0245 60.28 18.4952 60.0056 19.8857 C 59.0889 25.9148 54.8979 23.2429 52.0142 26.8579 L 51.7464 36.8066 C 48.6085 40.8144 40.2357 34.4677 38.078 42.8773 C 31.3694 92.5727 45.0689 108.819 22.7283 108.087 z M 85.3122 9.52799 L 29.1766 9.52847 C 28.4855 17.5896 -11.559 113.573 22.9292 113.284 C 48.5214 113.073 39.5312 104.08 42.6984 51.03 C 41.8513 49.3228 50.871 48.6585 50.8739 51.4448 L 51.0453 116.604 L 97.6129 116.188 L 97.6129 26.544 C 96.0669 24.2073 93.899 25.2958 90.584 22.394 C 87.7907 19.4131 92.2353 9.52799 85.3122 9.52799 z M 64.0766 35.3236 C 61.5443 36.7258 61.5443 45.2814 64.0766 46.6836 C 68.3819 49.0684 80.2848 49.0684 84.5902 46.6836 C 87.1225 45.2814 87.1225 36.7258 84.5902 35.3236 C 80.2848 32.9393 68.3819 32.9393 64.0766 35.3236 z "/>
1238 </svg:symbol>
1239
1240 <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
1241 <svg:symbol
1242 id="golfCourse"
1243 viewBox="0 0 100 100"
1244 fill='#000000'
1245 fill-rule="evenodd"
1246 fill-opacity="1"
1247 stroke="none">
1248 <svg:path d="M 61.6421 25.2514 C 61.6421 25.2514 48.7712 34.4528 48.1727 38.766 C 47.574 43.0787 56.5537 48.8295 56.8529 52.2802 C 57.1522 55.7303 56.5537 87.3594 56.5537 87.3594 C 56.5537 87.3594 37.3978 104.036 36.7993 105.474 C 36.2006 106.912 41.5878 117.55 43.9826 117.263 C 46.3769 116.975 43.3841 109.787 44.2819 108.349 C 45.1798 106.912 64.0363 92.5353 65.2335 90.5221 C 65.5327 91.0979 65.8321 76.7208 65.5327 76.7208 L 66.7305 76.7208 L 66.1319 91.0979 C 66.1319 91.0979 59.2473 108.349 60.1451 113.237 C 60.1451 115.824 70.6212 122.15 72.1176 121 C 73.6145 119.85 68.5261 115.536 68.8254 112.375 C 67.6283 109.212 73.016 97.4233 73.3153 94.2605 C 73.6145 91.0979 73.9138 56.3053 72.7167 51.9927 C 72.7161 48.542 69.424 42.5037 67.9276 40.2035 C 67.6283 37.9029 65.8326 31.2897 65.8326 31.2897 C 65.8326 31.2897 59.547 39.341 59.5465 39.341 C 58.0501 37.9035 68.2268 28.702 68.2268 25.8268 C 68.2268 22.9513 49.9689 9.72452 49.9689 9.72452 C 49.9689 9.72452 25.126 63.2064 25.4254 65.5065 C 25.7246 67.8065 29.9146 72.9824 32.908 70.6823 C 35.9009 68.3822 27.8197 62.9194 27.8197 62.9194 L 49.3703 14.6122 L 52.6624 18.3506 L 58.3494 18.638 L 58.0501 19.5005 C 58.0501 19.5005 51.7645 18.9255 50.5675 19.788 C 49.3703 20.6506 47.574 22.0887 47.574 25.5388 C 47.574 28.9896 52.0638 30.4271 53.5603 30.7146 L 60.8936 24.6764 L 61.6421 25.2514 z "/>
1249 </svg:symbol>
1250
1251 <svg:symbol
1252 id="slipway"
1253 viewBox="0 0 50 45"
1254 fill='#0087ff'
1255 stroke='none'
1256 fill-opacity='0.7'>
1257 <svg:path d="M 45,33 L 45,45 L 2,45 C 2,45 45,33 45,33 z M 0,35 L 43,22 L 43,26 C 43,26 37,32 26,36 C 15,40 0,35 0,35 z M 3,32 C 3,32 13,0 13,0 L 22,26 L 3,32 z M 16,0 L 42,20 L 25,25 L 16,0 z "/>
1258 </svg:symbol>
1259
1260
1261 <svg:symbol id="pub" width="204.57mm" height="205.01mm" viewBox="0 0 579.88 581.14">
1262 <svg:g style="fill-rule: nonzero;stroke-linecap:butt;">
1263 <svg:path
1264 style="fill:#7777777;stroke:none;stroke-width:0.28;stroke-linejoin:bevel"
1265 d="M 67.775772,2.6625614 C 26.556032,2.6625614 3.3361722,24.082427 3.1561722,67.642152 L 3.1561722,517.81932 C 3.3361722,558.67906 24.216042,580.09892 65.435782,580.09892 L 517.23294,580.09892 C 558.63267,580.09892 579.51254,559.75905 579.51254,517.81932 L 579.51254,67.642152 C 579.51254,25.16242 558.63267,2.6625614 515.97294,2.6625614 C 515.97294,2.6625614 67.775772,2.4825625 67.775772,2.6625614 z "/>
1266 <svg:path
1267 style="fill:none;stroke:#7777777;stroke-width:3.41997862;stroke-linejoin:miter"
1268 d="M 67.775772,2.6625614 C 26.556032,2.6625614 3.3361722,24.082427 3.1561722,67.642152 L 3.1561722,517.81932 C 3.3361722,558.67906 24.216042,580.09892 65.435782,580.09892 L 517.23294,580.09892 C 558.63267,580.09892 579.51254,559.75905 579.51254,517.81932 L 579.51254,67.642152 C 579.51254,25.16242 558.63267,2.6625614 515.97294,2.6625614 C 515.97294,2.6625614 67.775772,2.4825625 67.775772,2.6625614" />
1269 <svg:path
1270 style="fill:#ffffff;stroke:none;stroke-width:3.42000008;stroke-linejoin:bevel"
1271 d="M 106.47552,104.54192 L 468.63324,104.54192 L 311.31423,299.12069 L 311.31423,423.67991 L 398.43368,423.67991 C 427.7735,423.85991 427.9535,467.95963 398.43368,467.77963 L 180.99505,467.77963 C 151.65524,467.95963 151.65524,423.85991 180.99505,423.67991 L 266.85451,423.67991 L 266.85451,298.2207 L 106.47552,104.54192 z " />
1272 <svg:path
1273 style="fill:#7777777;stroke:none;stroke-width:3.42000008;stroke-linejoin:bevel"
1274 d="M 316.5342,241.88105 C 332.1941,241.88105 344.79402,229.28113 344.61402,213.80123 C 344.79402,198.32133 332.1941,185.72141 316.5342,185.54141 C 301.0543,185.72141 288.45438,198.32133 288.45438,213.80123 C 288.45438,229.28113 301.0543,241.88105 316.5342,241.88105 z " />
1275 </svg:g>
1276 </svg:symbol>
1277
1278
1279 <svg:symbol id="pubx" width="211.87mm" height="210.79mm" viewBox="0 0 600.58 597.52">
1280 <svg:g style='fill-rule: nonzero;'>
1281 <svg:path style="fill:#ffffff; stroke:#000000; stroke-width:50; stroke-linecap:butt; stroke-linejoin:miter"
1282 d="M 598.46 512.06 C 598.46 557.96 561.20 595.40 515.30 595.40 L 88.70 595.40
1283 C 42.62 595.40 5.36 557.96 5.36 512.06 L 5.36 85.46 C 5.36 39.38 42.62 2.12 88.70 2.12
1284 L 515.30 2.12 C 561.20 2.12 598.46 39.38 598.46 85.46 L 598.46 512.06"/>
1285 <svg:path style="fill:#FFFFFF; stroke:none;"
1286 d="M 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46
1287 C 221.00 574.88 256.28 567.68 291.92 566.06 L 291.92 377.24 C 224.60 371.48 169.70 318.38 170.24 245.48
1288 C 170.60 191.66 198.86 133.88 198.86 133.88 L 407.30 133.88 C 407.30 133.88 433.76 181.22 433.76 245.48
1289 C 433.76 309.74 379.94 372.74 311.00 376.88 L 311.00 565.88 Z"/>
1290 <svg:path style="fill:none; stroke:#000000; stroke-width:14.94; stroke-linecap:round; stroke-linejoin:round"
1291 d="M 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46
1292 C 221.00 574.88 256.28 567.68 291.92 566.06 L 291.92 377.24 C 224.60 371.48 169.70 318.38 170.24 245.48
1293 C 170.60 191.66 198.86 133.88 198.86 133.88 L 407.30 133.88 C 407.30 133.88 433.76 181.22 433.76 245.48
1294 C 433.76 309.74 379.94 372.74 311.00 376.88 L 311.00 565.88"/>
1295 <svg:path style="fill:#000000; stroke:none; stroke-width:14.94; stroke-linecap:round; stroke-linejoin:bevel"
1296 d="M 431.60 210.74 C 432.86 220.64 433.76 234.32 433.76 245.48 C 433.76 309.74 379.94 372.74 311.00 376.88
1297 L 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46
1298 C 221.00 574.88 256.28 567.68 291.92 566.06 L 291.92 377.24 C 224.60 371.48 169.70 318.38 170.24 245.48
1299 C 170.24 234.14 171.50 222.62 173.48 211.64 L 431.60 210.74 Z"/>
1300 <svg:path style="fill:none; stroke:#000000; stroke-width:0.54; stroke-linecap:butt; stroke-linejoin:miter"
1301 d="M 431.60 210.74 C 432.86 220.64 433.76 234.32 433.76 245.48 C 433.76 309.74 379.94 372.74 311.00 376.88
1302 L 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46
1303 C 221.00 574.88 256.28 567.68 291.92 566.06 L 291.92 377.24 C 224.60 371.48 169.70 318.38 170.24 245.48
1304 C 170.24 234.14 171.50 222.62 173.48 211.64 L 431.60 210.74"/>
1305 <svg:path style="fill:#FFFFFF; stroke:none; stroke-width:0.54; stroke-linecap:butt; stroke-linejoin:bevel"
1306 d="M 365.90 333.68 C 365.90 347.00 355.28 357.62 341.96 357.62 C 328.64 357.62 318.02 347.00 318.02 333.68
1307 C 318.02 320.36 328.64 309.74 341.96 309.74 C 355.28 309.74 365.90 320.36 365.90 333.68 Z"/>
1308 <svg:path style="fill:none; stroke:#000000; stroke-width:1.08; stroke-linecap:butt; stroke-linejoin:miter"
1309 d="M 365.90 333.68 C 365.90 347.00 355.28 357.62 341.96 357.62 C 328.64 357.62 318.02 347.00 318.02 333.68
1310 C 318.02 320.36 328.64 309.74 341.96 309.74 C 355.28 309.74 365.90 320.36 365.90 333.68"/>
1311 </svg:g>
1312 </svg:symbol>
1313
1314
1315 <svg:symbol id="cinema" viewBox="150.3 200 320 420">
1316 <svg:path fill="black" d="M123.7,393.2l-35.9,9L0,50.9l35.9-9L123.7,393.2z"/>
1317 <svg:path fill="black" d="M291.5,351.2l-35.9,9L167.8,9l35.9-9L291.5,351.2z"/>
1318 <svg:path fill="black" d="M201.9,27.8l9,35.9L19.8,111.5l-9-35.9L201.9,27.8z"/>
1319 <svg:path fill="black" d="M234.8,159.2l9,35.9L52.6,242.9l-9-35.9L234.8,159.2z"/>
1320 <svg:path fill="black" d="M267.7,290.7l9,35.9L85.5,374.4l-9-35.9L267.7,290.7z"/>
1321 <svg:path fill="#FFFFFF" d="M40.5,97.5l-21.3,5.3l-5.3-21.3l21.3-5.3L40.5,97.5z"/>
1322 <svg:path fill="#FFFFFF" d="M56.9,163l-21.3,5.3L30.2,147l21.3-5.3L56.9,163z"/>
1323 <svg:path fill="#FFFFFF" d="M73.3,228.5l-21.3,5.3l-5.3-21.3l21.3-5.3L73.3,228.5z"/>
1324 <svg:path fill="#FFFFFF" d="M89.6,294l-21.3,5.3L63,278l21.3-5.3L89.6,294z"/>
1325 <svg:path fill="#FFFFFF" d="M106,359.4l-21.3,5.3l-5.3-21.3l21.3-5.3L106,359.4z"/>
1326 <svg:path fill="#FFFFFF" d="M209.1,54.3l-21.3,5.3l-5.3-21.3l21.3-5.3L209.1,54.3z"/>
1327 <svg:path fill="#FFFFFF" d="M225.4,119.8l-21.3,5.3l-5.3-21.3l21.3-5.3L225.4,119.8z"/>
1328 <svg:path fill="#FFFFFF" d="M241.8,185.3l-21.3,5.3l-5.3-21.3l21.3-5.3L241.8,185.3z"/>
1329 <svg:path fill="#FFFFFF" d="M258.2,250.8l-21.3,5.3l-5.3-21.3l21.3-5.3L258.2,250.8z"/>
1330 <svg:path fill="#FFFFFF" d="M274.6,316.3l-21.3,5.3l-5.3-21.3l21.3-5.3L274.6,316.3z"/>
1331 </svg:symbol>
1332
1333 <svg:symbol id="theatre" viewBox="220 207 440 550">
1334 <svg:g stroke="none" fill-opacity="1" fill-rule="nonzero">
1335 <svg:path d="M192.4,22c0,0,50,26,112,20s94-39,98-42s17,32,17,32l4,33l-3,29l5,24l7,39l-5,32l-6,32l-19,55l-25,49l-59,21l-30-14l-22-22l-29-47l4-40l-20-28l-18-24l1-34l2-54l-8-35L192.4,22z"/>
1336 <svg:path fill="none" stroke="#FFFFFF" stroke-width="10" d="M210.4,44.5c0,0,43.8,22.8,98,17.5s82.3-34.1,85.8-36.8s14.9,28,14.9,28l3.5,28.9l-2.6,25.4l4.4,21l6.1,34.1l-4.4,28l-5.3,28l-16.6,48.1l-21.9,42.9L320.6,328l-26.3-12.3l-19.3-19.3l-25.4-41.1l3.5-35l-17.5-24.5l-15.8-21l0.9-29.8l1.8-47.3l-7-30.6L210.4,44.5z"/>
1337 <svg:path fill="#FFFFFF" d="M293.4,152c0,8.3-11.4,15-25.5,15s-25.5-6.7-25.5-15s11.4-15,25.5-15S293.4,143.7,293.4,152z"/>
1338 <svg:path fill="#FFFFFF" d="M406.4,140.5c0,8.6-13.2,15.5-29.5,15.5s-29.5-6.9-29.5-15.5s13.2-15.5,29.5-15.5S406.4,131.9,406.4,140.5z"/>
1339 <svg:path fill="none" stroke="#FFFFFF" stroke-width="10" d="M248.4,124l14-43l15,27"/>
1340 <svg:path fill="none" stroke="#FFFFFF" stroke-width="10" d="M336.4,110l7-32l35,23"/>
1341 <svg:path fill="none" stroke="#FFFFFF" stroke-width="10" d="M317.4,146l-7,72l22-1L317.4,146z"/>
1342 <path fill="none" stroke="#FFFFFF" stroke-width="10" d="M305.4,297c0,0,2-55,27-57s37,16,41,30"/>
1343 <svg:path fill="#FFFFFF" stroke="#000000" stroke-width="10" d="M207.4,90c0,0-19,18-61,17s-42,5-83-33s-31-38-31-38l-9,105l-5,22l-13,15l26,128l37,82c0,0,3,9,38,9s30-10,40-20s15-35,34-49s41-47,41-47l17-21l3-34l-23-29l-12-32L207.4,90z"/>
1344 <svg:path fill="none" stroke="#000000" stroke-width="10" d="M51.4,150c0,0-2-15,25-15s31,17,31,17"/>
1345 <svg:path fill="none" stroke="#000000" stroke-width="10" d="M153.4,168c0,0,6-11,12-14s22,5,22,5"/>
1346 <svg:path d="M51.4,193l23-19c0,0,12-2,25,2s7,14,7,14L51.4,193z"/>
1347 <svg:path d="M164.4,199c0,0,14-13,27-10s16,19,16,19s-7,6-26,1S164.4,199,164.4,199z"/>
1348 <svg:path d="M125.4,188l-25,83h29L125.4,188z"/>
1349 <svg:path d="M61.4,258c0,0,0-4,14,16s10,36,44,34s38-45,55-42s13,8,7,20s-23,23-32,35s5,40-39,38s-43-44-49-48S61.4,258,61.4,258z"/>
1350 </svg:g>
1351 </svg:symbol>
1352
1353 <svg:symbol id="symbol-windmill" viewBox="158 240 315.9 480.2" >
1354 <svg:path fill="#000000" d="M106.7,148.2l104-1l61,333l-231-1" />
1355 <svg:path fill="none" stroke="#000000" stroke-width="24" d="M6.7,201 l284-191" />
1356 <svg:path fill="none" stroke="#000000" stroke-width="24" d="M19.7,17.5 l290,176" />
1357 </svg:symbol>
1358
1359 <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
1360 <svg:symbol
1361 id="hotel"
1362 viewBox="0 0 90 90"
1363 fill="black"
1364 fill-opacity="1"
1365 stroke="black"
1366 stroke-width="1px"
1367 stroke-miterlimit="4">
1368 <svg:path d="M 0,60 C 0,65 10,65 10,60 L 10,50 L 35,70 L 35,85 C 35,90 45,90 45,85 L 45,70 L 75,70 L 75,85 C 75,90 85,90 85,85 L 85,60 L 40,60 L 5,30 C 9,20 45,20 50,25 L 50,10 C 50,5 40,5 40,10 L 40,15 L 10,15 L 10,10 C 10,5 0,5 0,10 C 0,10 0,60 0,60 z M 10,35 C 15,25 45,25 55,35 L 85,60 C 75,50 40,50 40,60 L 10,35 z "/>
1369 </svg:symbol>
1370
1371 <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
1372 <svg:symbol
1373 id="hostel"
1374 viewBox="0 0 12.5 8"
1375 fill="#286a9d"
1376 fill-opacity="1"
1377 fill-rule="nonzero"
1378 stroke="none">
1379 <svg:path d="M 5.5,4 L 9,0 L 12.5,4 L 11.5,4 L 11.5,8 L 10,8 L 10,5 L 8,5 L 8,8 L 6.5,8 L 6.5,4 L 5.5,4 z M 0.5,3.5 C 2,2.5 2.3,1 2.5,0 C 2.7,1 3,2.5 4.5,3.5 L 3.3,3.5 C 3.3,4 4,5 5,6 L 3,6 L 3,8 L 2,8 L 2,6 L 0,6 C 1,5 1.7,4 1.7,3.5 L 0.5,3.5 z M 0,8 L 0,7.5 L 12.5,7.5 L 12.5,8 L 0,8 z " />
1380 </svg:symbol>
1381
1382 <svg:symbol
1383 id="recycling"
1384 viewBox="0 0 100 100"
1385 stroke='none'
1386 fill='#00ba00'>
1387 <svg:path d="M 55.0,37.3 L 72.1,27.0 L 79.8,41.9 C 81.6,50.0 71.5,52.9 63.3,52.4 L 55.0,37.3 z" />
1388 <svg:path d="M 51.1,47.9 L 42.1,63.8 L 51.1,80.0 L 51.3,73.5 L 59.5,73.5 C 62.5,73.8 66.4,71.8 67.9,69.0 L 78.4,49.5 C 75.0,53.0 70.5,53.9 65.3,53.9 L 51.4,53.9 L 51.1,47.9 z " />
1389 <svg:path d="M 31.0,28.2 L 13.7,18.2 L 22.9,4.2 C 29.0,-1.3 36.6,6.1 40.1,13.5 L 30.9,28.2 z " />
1390 <svg:path d="M 42.1,26.5 L 60.4,26.6 L 70.1,10.9 L 64.3,13.8 L 60.3,6.6 C 59.1,3.9 55.5,1.4 52.3,1.5 L 30.2,1.7 C 34.9,3.1 37.9,6.6 40.4,11.1 L 47.2,23.3 L 42.1,26.5 z " />
1391 <svg:path d="M 0.4,27.4 L 5.8,31.5 L 0.8,40.5 C -1.8,45.3 2.6,49.6 5.3,51.0 C 8.0,52.5 12.2,52.7 16.2,52.7 L 23.3,41.3 L 28.6,44.1 L 19.3,27.2 L 0.4,27.4 z " />
1392 <svg:path d="M 1.2,49.3 L 12.7,70.1 C 15.0,73.0 19.4,73.7 23.9,73.6 L 36.0,73.6 L 36.0,53.9 L 13.0,53.7 C 9.5,53.9 4.8,53.2 1.2,49.3 z " />
1393 </svg:symbol>
1394
1395 <svg:symbol
1396 id="hospital"
1397 viewBox="0 0 15 15"
1398 stroke='red'
1399 stroke-width="2px"
1400 fill="none">
1401 <svg:path d="M 12.5,7.5 L 2.5,7.5 L 2.5,7.5 L 12.5,7.5 z M 7.5,2.3 L 7.5,12.5 L 7.5,12.5"/>
1402 <svg:path stroke-width="1px" d="M 14.5 7.5 A 7 7 0 1 1 0.5,7.5 A 7 7 0 1 1 14.5 7.5 z" />
1403 </svg:symbol>
1404
1405 <svg:symbol id="symbol-doctor" viewBox="18 18 36 36">
1406 <svg:ellipse fill="#00cc00" cx="18" cy="18" rx="18" ry="18"/>
1407 <svg:path fill="#ffffff" d="M32 21.44 A16 16 -180 1 0 0 21.44 A16 16 -180 1 0 32 21.44 Z M10 6.94 L22 6.94 L22 15.44 L30.5 15.44 L30.5 27.44 L22 27.44 L22 35.94 L10 35.94 L10 27.44 L1.5 27.44 L1.5 15.44 L10 15.44 L 10 6.94 Z" transform="translate(2,-3.44)"/>
1408 </svg:symbol>
1409
1410 <svg:symbol id="symbol-pharmacy" viewBox="18 18 36 36">
1411 <svg:rect style="fill:#00cc00" x="0" y="0" width="36" height="36" rx="2" ry="2"/>
1412 <svg:path style="fill:#ffffff" d="M20.14 17.3 L20.14 9.44 L11.86 9.44 L11.86 17.3 L4 17.3
1413 L4 25.58 L11.86 25.58 L11.86 33.44 L20.14 33.44 L20.14 25.58 L28 25.58 L28 17.3 L20.14 17.3 Z
1414 M0.5 37.44 L31.5 37.44 a0.5 0.5 -180 0 0 0.5 -0.5 L32 5.94 a0.5 0.5 -180 0 0 -0.5 -0.5
1415 L0.5 5.44 a0.5 0.5 -180 0 0 -0.5 0.5 L0 36.94 a0.5 0.5 -180 0 0 0.5 0.5 Z M2 35.44 L2
1416 7.44 L30 7.44 L30 35.44 L2 35.44 Z"
1417 transform="translate(2,-3.44)"/>
1418 </svg:symbol>
1419
1420 <svg:symbol id="postoffice" viewBox="0 0 36 36">
1421 <svg:ellipse style="fill:#ff0000" cx="18" cy="18" rx="18" ry="18"/>
1422 <svg:path style="fill:#ffffff" d="M26 25.44 L26 35.44 L2 35.44 L2 25.44 L14 31.44 L26 25.44 Z M2 23.44 L26 23.44 L14 29.44 L2 23.44 Z M0 37.44 L28 37.44 L28 21.44 L0 21.44 L0 37.44 Z" transform="translate(4,-11.44)"/>
1423 </svg:symbol>
1424
1425 <svg:symbol id="postbox" viewBox="0 0 36 36" xml:space="preserve">
1426 <svg:ellipse style="fill:#ff0000" cx="18" cy="18" rx="18" ry="18"/>
1427 <svg:ellipse style="fill:#ffffff" cx="18" cy="18" rx="16" ry="16"/>
1428 <svg:path style="fill:#ff0000" d="M26 25.44 L26 35.44 L2 35.44 L2 25.44 L14 31.44 L26 25.44 Z M2 23.44 L26 23.44 L14 29.44 L2 23.44 Z M0 37.44 L28 37.44 L28 21.44 L0 21.44 L0 37.44 Z" transform="translate(4,-11.44)"/>
1429 </svg:symbol>
1430
1431 <svg:symbol
1432 id="parking"
1433 viewBox="0 -10 20 20"
1434 stroke="none"
1435 fill-opacity="1"
1436 fill-rule="nonzero">
1437 <svg:rect fill="#0087ff" width="20" height="20" x="0" y="-10" rx="4" ry="4" />
1438 <svg:path fill="white" d="M 5,8 L 5,-7 L 12,-7 C 14,-7 15.5,-5.3 16,-4 C 16.5,-2.77 16.5,-1.23 16,0 C 15.41,1.42 14,3 12,3 L 8,3 L 8,8 L 5,8 z M 8,-4 L 8,0 C 9.3,0 11,0 12.32,-0.31 C 13.6,-0.76 13.5,-2.8 12.5,-3.48 C 11.5,-4.1 8.6,-4 8,-4 z "/>
1439 </svg:symbol>
1440
1441 <svg:symbol id="symbol-traffic_signal" viewBox="106 278.6 557.3 557.3" >
1442 <svg:path d="M212.1,105c0,58-47.5,105-106,105c-58.6,0-106-47-106-105 C0,47,47.5,0,106,0C164.6,0,212.1,47,212.1,105z"/>
1443 <svg:path d="M212.1,452.3c0,58-47.5,105-106,105c-58.6,0-106-47-106-105 c0-58,47.5-105,106-105C164.6,347.3,212.1,394.3,212.1,452.3z"/>
1444 <svg:path d="M211.3,458.9H0V106.7h211.3V458.9z"/>
1445 <svg:path fill="#F90000" d="M190,103c0,46.4-37.6,84-84,84 c-46.4,0-84-37.6-84-84s37.6-84,84-84C152.4,19,190,56.6,190,103z"/>
1446 <svg:path fill="#00D305" d="M190,455c0,46.4-37.6,84-84,84 c-46.4,0-84-37.6-84-84c0-46.4,37.6-84,84-84C152.4,371.1,190,408.7,190,455z"/>
1447 <svg:path fill="#F9FF00" d="M190,279c0,46.4-37.6,84-84,84 c-46.4,0-84-37.6-84-84c0-46.4,37.6-84,84-84C152.4,195,190,232.6,190,279z"/>
1448 </svg:symbol>
1449
1450 <svg:symbol id="symbol-school" viewBox="160 216 320.8 432.5">
1451 <svg:path fill="#AF7519" d="M93,284.7c0,11-9,20-20,20s-20-9-20-20s9-20,20-20S93,273.7,93,284.7z" />
1452 <svg:path fill="#AF7519" d="M237,328.7c0,11-9,20-20,20s-20-9-20-20s9-20,20-20S237,317.7,237,328.7z" />
1453 <svg:path fill="none" stroke="#AF7519" stroke-width="20" d="M163,4.7l-116,361" />
1454 <svg:path fill="none" stroke="#AF7519" stroke-width="18.9041" d="M163,4.7L232,431" />
1455 <svg:path fill="none" stroke="#AF7519" stroke-width="20" d="M163,4.7l149,277" />
1456 <svg:path d="M6,53.7c0,0,283,67,284,70s-3,222-3,222l-287-97L6,53.7z" />
1457 <svg:path fill="none" stroke="#FFFFFF" stroke-width="20" d="M36,128.7c-1.2-8.1,16.8-17.4,25-17.2 c14.7,0.4,20,10.1,26.8,23.3c7.8,15,10.9,36,12.3,53c0.5,6.2,1.3,40.2,4.9,39.9" />
1458 <svg:path fill="none" stroke="#FFFFFF" stroke-width="20" d="M94,158.7c-17.5-12.4-58.4,7.4-59,28 c-0.5,17.8,16,23,29.9,26c15.4,3.2,19.2,0.8,29.1-11" />
1459 <svg:path fill="none" stroke="#FFFFFF" stroke-width="20" d="M136,101.7c-11.6,26.2-2.8,64-5,92.9 c-1.2,16.3,0.7,40.2-2,54.1" />
1460 <svg:path fill="none" stroke="#FFFFFF" stroke-width="20" d="M131,176.7c10.8-4.2,18.3-17.9,32.8-10 c11.5,6.3,13.7,23.1,14.2,34.9c0.7,15.6-3.3,26.4-18.8,31.8c-7.6,2.7-25.5,5.8-24.2-7.7" />
1461 <svg:path fill="none" stroke="#FFFFFF" stroke-width="20" d="M261,196.7c-4.1-11.8-20.9-19.9-33.1-16.8 c-16.3,4.2-23.3,25-21.9,40.1c2.3,25.4,29.8,56.5,52,31.7" />
1462 </svg:symbol>
1463
1464 <svg:symbol id="symbol-university" viewBox="244.5 110 489 219.9">
1465 <svg:path d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
1466 <svg:path fill="none" stroke="#000000" stroke-width="20" d="M94,176l-21,39"/>
1467 <svg:path d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
1468 <svg:path fill="none" stroke="#000000" stroke-width="20" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"/>
1469 </svg:symbol>
1470
1471 <svg:symbol id="symbol-supermarket" viewBox="14.5 13.5 29 27">
1472 <svg:path style="fill:black;fill-opacity:1;stroke:none;stroke-width:0.158;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.9801324" d="M 13.711,19.263 C 13.711,19.754 13.319,20.153 12.836,20.153 C 12.353,20.153 11.962,19.754 11.962,19.263 C 11.962,18.771793 12.353,18.373 12.836,18.373 C 13.319,18.373 13.711,18.771 13.711,19.263 z" />
1473 <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 1.496,6.889 L 16.443,2.987 L 25.387,6.367 L 7.7960,10.054 L 1.496,6.889 z" />
1474 <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 1.540,16.974 L 7.7331,20.521 L 22.605,17.745 L 14.549,13.961 L 1.540,16.974 z" />
1475 <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7.812,10.136 L 7.812,20.500" />
1476 <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 22.841,21.164 L 26.462,6.6923 C 26.610,5.3945 27.232,4.939 28.105,4.932" />
1477 <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:0.90399998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.1281,17.1309 L 16.5851,2.98845 C 16.5652,2.09899 16.8043,1.34902 17.8289,1.02204" />
1478 <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0.761,16.846 L 0.761,6.781" />
1479 <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:0.160;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 17.707,0.991 C 17.727,0.991 17.748,0.991 17.707,0.991 z" />
1480 <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.707,1.022 L 28.196,4.902" />
1481 <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:0.732;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.009,17.240 L 3.853,20.726 C 1.229,21.787 3.228,23.365 4.126,23.909 C 5.447,24.711 6.096,25.159 9.340,24.728 C 13.993,24.109 22.709,21.211 22.709,21.211" />
1482 <svg:path style="fill:black;fill-opacity:1;stroke:none;stroke-width:0.159;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.980" d="M 5.601,21.945 C 5.601,22.437 5.209,22.834 4.727,22.835 C 4.244,22.835 3.853,22.437 3.853,21.945 C 3.853,21.454 4.244,21.056 4.727,21.056 C 5.2095,21.056 5.601,21.454 5.601,21.945 z" />
1483 <svg:path style="fill:black;fill-opacity:1;stroke:none;stroke-width:0.159;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.980" d="M 11.254,25.962 C 11.254,26.453 10.863,26.852 10.380,26.852 C 9.898,26.852 9.506,26.453 9.506,25.962 C 9.506,25.471 9.898,25.072 10.380,25.072 C 10.863,25.072 11.254,25.471 11.254,25.962 z" />
1484 <svg:path style="fill:black;fill-opacity:1;stroke:none;stroke-width:0.159;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.980" d="M 21.926,23.143 C 21.926,23.635 21.535,24.033 21.052,24.033 C 20.569,24.033 20.177,23.632 20.177,23.143 C 20.177,22.652 20.569,22.253 21.052,22.253 C 21.535,22.253 21.926,22.652 21.926,23.143 z" />
1485 </svg:symbol>
1486
1487 <svg:symbol id="symbol-library" viewBox="160 310 319.3 621.3">
1488 <svg:path fill="#FFFFFF" stroke="#000000" stroke-width="32.0585" d="M136,165.5l5.1,414l162.2-163.5V46.6 L136,165.5z"/>
1489 <svg:path fill="#FFFFFF" stroke="#000000" stroke-width="32.1739" d="M20.2,136.7l-3.9,422.1c0,0-6.4,45,43.8,46.3 c56.6,1.5,68.2-10.3,68.2-10.3l2.6-426c0,0-18,14.2-57.9,12.9C22.8,180.1,20.2,136.7,20.2,136.7z"/>
1490 <svg:path fill="none" stroke="#000000" stroke-width="26.7171" d="M175.9,229.4l79.8-48.9"/>
1491 <svg:path fill="none" stroke="#000000" stroke-width="26.7171" d="M182.3,289.9l69.5-42.5"/>
1492 <svg:path fill="none" stroke="#000000" stroke-width="26.7171" d="M184.9,351.6l75.9-48.9"/>
1493 <svg:path fill="none" stroke="#000000" stroke-width="26.7171" d="M13.7,147L191.3,10.6 c-18.3,17.1,13.9,32.3,37.3,33.5c51.5,2.6,81.1-7.7,81.1-7.7"/>
1494 <svg:path fill="#FFFFFF" stroke="#000000" d="M36.7,143.9l144-116c0,0-7,18,26,25s59,1,59,1l-149,107c0,0-27,16-59,1 S36.7,143.9,36.7,143.9z"/>
1495 </svg:symbol>
1496
1497 <svg:symbol id="speed_trap" viewBox="0 0 72 36">
1498 <svg:rect style='fill:#ffff00' x="0" y="0" width="36" height="36" rx="2" ry="2" />
1499 <svg:path style='fill:#000000'
1500 d="M0.5 37.44 L31.5 37.44 a0.5 0.5 -180 0 0 0.5 -0.5 L32 5.94 a0.5 0.5 -180 0 0 -0.5 -0.5 L0.5 5.44 a0.5 0.5 -180
1501 0 0 -0.5 0.5 L0 36.94 a0.5 0.5 -180 0 0 0.5 0.5 Z M2 35.44 L2 7.44 L30 7.44 L30 35.44 L2 35.44 Z M8 30.44
1502 L16 30.44 A3 3 -180 0 0 19 27.44 L19 15.44 A3 3 -180 0 0 16 12.44 L8 12.44 A3 3 -180 0 0 5 15.44 L5 27.44
1503 A3 3 -180 0 0 8 30.44 Z M14 24.94 A3.5 3.5 0 1 1 7 24.94 A3.5 3.5 0 1 1 14 24.94 Z M13 24.94 A2.5 2.5 -180
1504 1 0 8 24.94 A2.5 2.5 -180 1 0 13 24.94 Z M17 15.44 A2 2 0 1 1 13 15.44 A2 2 0 1 1 17 15.44 Z M16 15.44 a1
1505 1 -180 1 0 -2 7.10543E-015 a1 1 -180 1 0 2 -7.10543E-015 Z M20 25.94 L21 25.94 L21 15.44 L20 15.44 L20 25.94
1506 Z M22 25.94 L23 25.94 L23 16.44 L22 16.44 L22 25.94 Z M20 26.94 L20 27.94 L25 27.94 L25 24.94 L27 24.94
1507 L27 19.44 L25 19.44 L25 17.44 L24 17.44 L24 26.94 L20 26.94 Z" transform="translate(2,-3.44)"/>
1508 </svg:symbol>
1509
1510 <svg:symbol id="symbol-railway-crossing" viewBox="-50 -150 600 600" >
1511 <svg:path fill="#C60936" d="M1.5,4.5l66,1.5l190,91.4L456,0l63,4.5l-15,48
1512 l-184.5,87l175.5,81l15,51l-58.5,6l-193.5-99c0,0-189,96-193.5,99S0,279,0,279l6-51l172.5-85.5L12,63L1.5,4.5z"/>
1513 <svg:path fill="#FFFFFF" d="M49.5,21L33,49.5L219,141L36,237l16.5,25.5
1514 L258,156l196.5,105l21-33l-189-91.5l189-87l-21-30l-196.7,96.7L49.5,21z"/>
1515 </svg:symbol>
1516
1517 <svg:symbol id="symbol-museum" viewBox="94 140 156 180">
1518 <svg:g fill="#f2f2f2" stroke-width="3" stroke="#000000">
1519 <svg:path d="M 38.2,92.9 L 60.6,92.9 L 60.6,215.6 L 38.2,215.6 L 38.2,92.9 z " />
1520 <svg:path d="M 85,92.9 L 107.4,92.8 L 107.4,215.6 L 85,215.6 L 85,92.9 z " />
1521 <svg:path d="M 131.8,92.8 L 154.2,92.8 L 154.2,215.6 L 131.8,215.6 L 131.8,92.8 z " />
1522 <svg:path d="M 18.0,216.1 L 170.0,216.1 L 170.0,226.6 L 18.0,226.6 L 18.0,216.1 z " />
1523 <svg:path d="M 17.9,82.0 L 95.4,53.6 L 169.9,82.0 L 169.9,92.5 L 17.9,92.5 L 17.9,82.0 z " />
1524 </svg:g>
1525 </svg:symbol>
1526
1527 <svg:symbol id="symbol-roundabout_right" viewBox="-253.5 253.5 507 507">
1528 <svg:g transform="scale(-1,1)">
1529 <svg:path fill="#4161D8" d="M507,253.5c0,140-113.5,253.5-253.5,253.5 S0,393.5,0,253.5S113.5,0,253.5,0S507,113.5,507,253.5z"/>
1530 <svg:path fill="#FFFFFF" d="M97.6,113.6l40.8-47.7c0,0,91.7,3.1,90.6,2.1 c-1.1-1,2.3,89.2,2.3,89.2l-49.8,33.2l-1.1-48.8c0,0-27.2,27-30.6,27c-3.4,0-27.2,61.2-27.2,61.2l-3.4,79.9L67,312.8v-73.6 l10.6-50.5l18.8-34.5l38.5-40.5"/>
1531 <svg:path fill="#FFFFFF" d="M459.6,190.5l19.7,59.6 c0,0-50.2,76.9-48.7,76.4c1.5-0.4-77.5-44.3-77.5-44.3l-2.6-59.8l42.3,24.3c0,0-9-37.2-7.2-40.1c1.8-2.9-38.3-54.9-38.3-54.9 l-66.6-44.3l24.3-46.2l63,38.1l37.7,35.3l19.8,34l14.7,53.9"/>
1532 <svg:path fill="#FFFFFF" d="M209.2,466.6l-60.7-16.1 c0,0-36.9-84-37.4-82.6c-0.4,1.5,79.4-40.7,79.4-40.7l51.5,30.6l-43.5,22.1c0,0,36.1,12.8,37.6,15.9c1.5,3.1,66.9-2,66.9-2 l73.5-31.5l25.4,45.6l-66.4,31.9l-50.2,12.3l-39.3-2L193,432.9"/>
1533 </svg:g>
1534 </svg:symbol>
1535
1536 <svg:symbol id="symbol-roundabout_left" viewBox="253.5 253.5 507 507">
1537 <svg:path fill="#4161D8" d="M507,253.5c0,140-113.5,253.5-253.5,253.5 S0,393.5,0,253.5S113.5,0,253.5,0S507,113.5,507,253.5z"/>
1538 <svg:path fill="#FFFFFF" d="M97.6,113.6l40.8-47.7c0,0,91.7,3.1,90.6,2.1 c-1.1-1,2.3,89.2,2.3,89.2l-49.8,33.2l-1.1-48.8c0,0-27.2,27-30.6,27c-3.4,0-27.2,61.2-27.2,61.2l-3.4,79.9L67,312.8v-73.6 l10.6-50.5l18.8-34.5l38.5-40.5"/>
1539 <svg:path fill="#FFFFFF" d="M459.6,190.5l19.7,59.6 c0,0-50.2,76.9-48.7,76.4c1.5-0.4-77.5-44.3-77.5-44.3l-2.6-59.8l42.3,24.3c0,0-9-37.2-7.2-40.1c1.8-2.9-38.3-54.9-38.3-54.9 l-66.6-44.3l24.3-46.2l63,38.1l37.7,35.3l19.8,34l14.7,53.9"/>
1540 <svg:path fill="#FFFFFF" d="M209.2,466.6l-60.7-16.1 c0,0-36.9-84-37.4-82.6c-0.4,1.5,79.4-40.7,79.4-40.7l51.5,30.6l-43.5,22.1c0,0,36.1,12.8,37.6,15.9c1.5,3.1,66.9-2,66.9-2 l73.5-31.5l25.4,45.6l-66.4,31.9l-50.2,12.3l-39.3-2L193,432.9"/>
1541 </svg:symbol>
1542
1543 <svg:symbol id='symbol-helipad' viewBox="0 0 689.25 581.14">
1544 <svg:path style="fill:#000000; fill-rule:nonzero; stroke:none; stroke-width:0.28; stroke-linecap:butt; stroke-linejoin:bevel"
1545 d="M 66.47 1.85 C 25.07 2.03 1.85 23.27 1.85 67.01 L 1.85 517.01
1546 C 1.85 558.05 22.73 579.29 64.13 579.29 L 515.93 579.29 C 557.33 579.29 578.21 559.13 578.21 517.01
1547 L 578.21 67.01 C 578.21 24.35 557.33 2.03 514.67 1.85 C 514.67 1.85 66.29 1.85 66.47 1.85 Z"/>
1548 <svg:path style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:miter"
1549 d="M 66.47 1.85 C 25.07 2.03 1.85 23.27 1.85 67.01 L 1.85 517.01
1550 C 1.85 558.05 22.73 579.29 64.13 579.29 L 515.93 579.29 C 557.33 579.29 578.21 559.13 578.21 517.01
1551 L 578.21 67.01 C 578.21 24.35 557.33 2.03 514.67 1.85 C 514.67 1.85 66.29 1.85 66.47 1.85"/>
1552 <svg:path style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel"
1553 d="M 85.91 282.11 C 114.89 282.29 138.29 258.89 138.11 230.09 C 138.29 201.29 114.89 177.89 85.91 177.89
1554 C 57.29 177.89 33.89 201.29 33.71 230.09 C 33.89 258.89 57.29 282.29 85.91 282.11 Z"/>
1555 <svg:path style="fill:#000000; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel"
1556 d="M 85.91 263.21 C 104.45 263.21 119.21 248.45 119.21 230.09 C 119.21 211.73 104.45 196.79 85.91 196.79
1557 C 67.73 196.79 52.79 211.73 52.79 230.09 C 52.79 248.45 67.73 263.21 85.91 263.21 Z"/>
1558 <svg:path style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel"
1559 d="M 253.85 397.31 C 214.07 397.31 214.07 450.95 253.85 450.95 L 484.61 450.95
1560 C 523.31 450.95 523.31 397.31 484.61 397.31 L 253.85 397.31 Z"/>
1561 <svg:polygon style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel"
1562 points="321.89,212.63 321.89,163.85 301.55,163.85 301.55,212.63
1563 321.89,212.63 "/>
1564 <svg:polygon style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel"
1565 points="353.57,165.11 353.57,154.67 270.41,154.67 270.41,165.11
1566 353.57,165.11 "/>
1567 <svg:path style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel"
1568 d="M 360.77 147.47 L 493.79 147.47 C 511.61 147.47 511.61 172.85 493.79 172.85
1569 L 360.77 172.85 C 343.49 172.85 343.49 147.47 360.77 147.47 Z"/>
1570 <svg:path style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel"
1571 d="M 130.19 147.47 L 261.77 147.47 C 279.59 147.47 279.59 172.85 261.77 172.85
1572 L 130.19 172.85 C 111.47 172.85 111.11 147.47 130.19 147.47 Z"/>
1573 <svg:path style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel"
1574 d="M 274.55 362.75 C 257.45 362.75 248.99 350.33 246.11 339.71 L 232.79 306.23
1575 L 80.69 245.75 C 62.33 238.73 66.83 211.37 87.71 211.37 L 417.83 211.37
1576 C 454.55 211.37 475.07 233.51 484.61 256.91 L 511.07 321.35 C 520.61 343.49 504.59 362.75 480.83 362.75
1577 L 274.55 362.75 Z"/>
1578 <svg:polygon style="fill:#000000; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel"
1579 points="357.89,289.13 357.89,232.07 322.25,232.07 322.25,289.13
1580 357.89,289.13 "/>
1581 <svg:polygon style="fill:#000000; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel"
1582 points="414.23,232.07 414.23,289.13 378.95,289.13 378.95,232.07
1583 414.23,232.07 "/>
1584 <svg:path style="fill:#000000; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel"
1585 d="M 435.83 234.41 C 446.81 237.11 457.79 247.01 464.99 263.21 L 476.33 289.31
1586 L 435.83 289.31 L 435.83 234.41 Z"/>
1587 </svg:symbol>
1588
1589 <svg:symbol id="symbol-peak" viewBox="0 0 100 100">
1590 <svg:path fill="#d1adc6" stroke="#1f151d" stroke-width="5" d="M 0,90 L 50,10 L 100,90 Z"/>
1591 </svg:symbol>
1592
1593 </defs>
1594
1595</rules>
Note: See TracBrowser for help on using the repository browser.