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 | <!--bounds_mkr1--> |
---|
26 | <!--bounds_mkr2--> |
---|
27 | |
---|
28 | |
---|
29 | <!-- Select all nodes and ways (unless they have an osmarender:render=no tag) --> |
---|
30 | <rule e="node|way" k="osmarender:render" v="~|yes"> |
---|
31 | |
---|
32 | |
---|
33 | <!-- Landuse --> |
---|
34 | <rule e="way" k="landuse" v="residential"> |
---|
35 | <area class='landuse-residential'/> |
---|
36 | </rule> |
---|
37 | <rule e="way" k="landuse" v="retail"> |
---|
38 | <area class='landuse-retail'/> |
---|
39 | </rule> |
---|
40 | <rule e="way" k="landuse" v="industrial|brownfield"> |
---|
41 | <area class="landuse-industrial" /> |
---|
42 | </rule> |
---|
43 | <rule e="way" k="landuse" v="commercial"> |
---|
44 | <area class="landuse-commercial" /> |
---|
45 | </rule> |
---|
46 | <rule e="way" k="landuse" v="forest|wood"> |
---|
47 | <area class='landuse-wood'/> |
---|
48 | </rule> |
---|
49 | <rule e="way" k="landuse" v="field|farm|allotments|village_green|recreation_ground|meadow|grass"> |
---|
50 | <area class='landuse-field' /> |
---|
51 | </rule> |
---|
52 | <rule e="way" k="landuse" v="cemetery"> |
---|
53 | <rule e="way" k="religion" v="christian"> |
---|
54 | <area class='landuse-cemetery-christian' /> |
---|
55 | </rule> |
---|
56 | <else> |
---|
57 | <area class='landuse-cemetery' /> |
---|
58 | </else> |
---|
59 | </rule> |
---|
60 | |
---|
61 | |
---|
62 | <!-- Natural features --> |
---|
63 | <rule e="way" k="natural" v="coastline"> |
---|
64 | <area class='natural-coastline'/> |
---|
65 | </rule> |
---|
66 | <rule e="way" k="natural" v="land"> |
---|
67 | <area class='natural-land' /> |
---|
68 | </rule> |
---|
69 | <rule e="way" k="natural" v="beach"> |
---|
70 | <area class='natural-beach' /> |
---|
71 | </rule> |
---|
72 | <rule e="way" k="natural" v="forest|wood|heath|scrub"> |
---|
73 | <area class='landuse-wood'/> |
---|
74 | </rule> |
---|
75 | |
---|
76 | |
---|
77 | <!-- Artificial landuse --> |
---|
78 | <rule e="way" k="amenity" v="school|college|university"> |
---|
79 | <area class='amenity-school'/> |
---|
80 | </rule> |
---|
81 | <rule e="way" k="leisure" v="park|playground|playing_fields|garden|pitch|golf_course|common|green"> |
---|
82 | <area class='leisure-park'/> |
---|
83 | </rule> |
---|
84 | <rule e="way" k="leisure" v="stadium|sports_centre"> |
---|
85 | <area class='leisure-stadium'/> |
---|
86 | </rule> |
---|
87 | <rule e="way" k="leisure" v="track"> |
---|
88 | <area class='leisure-track'/> |
---|
89 | </rule> |
---|
90 | |
---|
91 | |
---|
92 | <!-- Airports and runways --> |
---|
93 | <rule e="way" k="aeroway" v="apron"> |
---|
94 | <area class='aeroway-apron'/> |
---|
95 | </rule> |
---|
96 | <rule e="way" k="landuse" v="runway"> |
---|
97 | <rule e="way" k="use_status" v="~"> |
---|
98 | <area class='landuse-runway' /> |
---|
99 | </rule> |
---|
100 | <rule e="way" k="use_status" v="disused"> |
---|
101 | <area class='landuse-runway-disused' /> |
---|
102 | </rule> |
---|
103 | <rule e="way" k="use_status" v="dismantled"> |
---|
104 | <area class='landuse-runway-dismantled' /> |
---|
105 | </rule> |
---|
106 | </rule> |
---|
107 | |
---|
108 | |
---|
109 | <!-- Raceways and racetracks (cars and horses etc) --> |
---|
110 | <rule e="way" k="landuse" v="raceway"> |
---|
111 | <rule e="way" k="use_status" v="~"> |
---|
112 | <area class='landuse-raceway' /> |
---|
113 | </rule> |
---|
114 | <rule e="way" k="use_status" v="disused"> |
---|
115 | <area class='landuse-raceway-disused' /> |
---|
116 | </rule> |
---|
117 | <rule e="way" k="use_status" v="dismantled"> |
---|
118 | <area class='landuse-raceway-dismantled' /> |
---|
119 | </rule> |
---|
120 | </rule> |
---|
121 | |
---|
122 | |
---|
123 | <!-- Man-made areas --> |
---|
124 | <rule e="way" k="sport" v="*"> |
---|
125 | <area class='sport'/> |
---|
126 | </rule> |
---|
127 | <rule e="way" k="amenity" v="parking"> |
---|
128 | <area class='amenity-parking'/> |
---|
129 | </rule> |
---|
130 | <rule e="way" k="tourism" v="attraction"> |
---|
131 | <area class='tourism-attraction'/> |
---|
132 | </rule> |
---|
133 | <rule e="way" k="aeroway" v="terminal"> |
---|
134 | <area class='building-block'/> |
---|
135 | </rule> |
---|
136 | <rule e="way" k="building" v="*"> |
---|
137 | <area class='building-block'/> |
---|
138 | </rule> |
---|
139 | |
---|
140 | |
---|
141 | <!-- ============================ Usernames on most regular roads ========================== --> |
---|
142 | <rule e="way" k="osmarender:renderUser" v="~|yes"> |
---|
143 | <rule e="way" k="tunnel" v="~|no|false"> <!-- no names in tunnels --> |
---|
144 | <rule e="way" k="junction" v="~"> <!-- no names on or along junctions --> |
---|
145 | <rule e="way" k="highway" v="unclassified|residential|minor"> |
---|
146 | <text startOffset='50%' class="highway-name highway-user" dy='1.7px'><tag k="osm:user" default='© OpenStreetMap'/></text> |
---|
147 | </rule> |
---|
148 | <rule e="way" k="highway" v="tertiary"> |
---|
149 | <text startOffset='50%' class="highway-name highway-user" dy='1.9px'><tag k="osm:user" default='© OpenStreetMap'/></text> |
---|
150 | </rule> |
---|
151 | <rule e="way" k="highway" v="secondary"> |
---|
152 | <text startOffset='50%' class="highway-name highway-user" dy='1.9px'><tag k="osm:user" default='© OpenStreetMap'/></text> |
---|
153 | </rule> |
---|
154 | <rule e="way" k="highway" v="primary"> |
---|
155 | <text startOffset='50%' class="highway-name highway-user" dy='1.9px'><tag k="osm:user" default='© OpenStreetMap'/></text> |
---|
156 | </rule> |
---|
157 | <rule e="way" k="highway" v="trunk"> |
---|
158 | <text startOffset='50%' class="highway-name highway-user" dy='1.9px'><tag k="osm:user" default='© OpenStreetMap'/></text> |
---|
159 | </rule> |
---|
160 | <rule e="way" k="highway" v="motorway"> |
---|
161 | <text startOffset='50%' class="highway-name highway-user" dy='1.9px'><tag k="osm:user" default='© OpenStreetMap'/></text> |
---|
162 | </rule> |
---|
163 | </rule> |
---|
164 | </rule> |
---|
165 | </rule> |
---|
166 | |
---|
167 | |
---|
168 | |
---|
169 | <!-- Airfields and airports --> |
---|
170 | <rule e="way" k="aeroway" v="runway"> |
---|
171 | <line class='aeroway-runway-casing'/> |
---|
172 | </rule> |
---|
173 | <rule e="way" k="aeroway" v="taxiway"> |
---|
174 | <line class='aeroway-taxiway-casing'/> |
---|
175 | </rule> |
---|
176 | |
---|
177 | |
---|
178 | <!-- Waterways --> |
---|
179 | <rule e="way" k="waterway" v="riverbank"> |
---|
180 | <area class='waterway-riverbank'/> |
---|
181 | </rule> |
---|
182 | <rule e="way" k="waterway" v="river"> |
---|
183 | <line class='waterway-casing waterway-river-casing'/> |
---|
184 | </rule> |
---|
185 | <rule e="way" k="waterway" v="stream"> |
---|
186 | <line class='waterway-casing waterway-stream-casing'/> |
---|
187 | </rule> |
---|
188 | <rule e="way" k="waterway" v="canal"> |
---|
189 | <line class='waterway-casing waterway-canal-casing'/> |
---|
190 | </rule> |
---|
191 | <rule e="way" k="waterway" v="drain"> |
---|
192 | <line class='waterway-casing waterway-drain-casing'/> |
---|
193 | </rule> |
---|
194 | <rule e="way" k="waterway" v="river"> |
---|
195 | <line class='waterway-core waterway-river-core'/> |
---|
196 | </rule> |
---|
197 | <rule e="way" k="waterway" v="stream"> |
---|
198 | <line class='waterway-core waterway-stream-core'/> |
---|
199 | </rule> |
---|
200 | <rule e="way" k="waterway" v="canal"> |
---|
201 | <line class='waterway-core waterway-canal-core'/> |
---|
202 | </rule> |
---|
203 | <rule e="way" k="waterway" v="drain"> |
---|
204 | <line class='waterway-core waterway-drain-core'/> |
---|
205 | </rule> |
---|
206 | <rule e="way" k="waterway" v="dock"> |
---|
207 | <area class='natural-water' /> |
---|
208 | </rule> |
---|
209 | <rule e="way" k="natural" v="water|pond|lake"> |
---|
210 | <area class='natural-water' /> |
---|
211 | </rule> |
---|
212 | <rule e="way" k="landuse" v="reservoir"> |
---|
213 | <area class='natural-water' /> |
---|
214 | </rule> |
---|
215 | <rule e="way" k="landuse" v="basin"> |
---|
216 | <area class='natural-water' /> |
---|
217 | </rule> |
---|
218 | |
---|
219 | |
---|
220 | <!-- Bridge casings --> |
---|
221 | <rule e="way" k="bridge" v="yes|true"> |
---|
222 | <rule e="way" k="railway" v="rail"> |
---|
223 | <line class='bridge-casing railway-rail-bridge-casing' smart-linecap='no'/> |
---|
224 | </rule> |
---|
225 | <rule e="way" k="railway" v="abandoned"> |
---|
226 | <line class='bridge-casing railway-rail-bridge-casing' smart-linecap='no'/> |
---|
227 | </rule> |
---|
228 | <rule e="way" k="railway" v="light_rail"> |
---|
229 | <line class='bridge-casing railway-light-rail-bridge-casing' smart-linecap='no'/> |
---|
230 | </rule> |
---|
231 | <rule e="way" k="railway" v="subway"> |
---|
232 | <line class='bridge-casing railway-subway-bridge-casing' smart-linecap='no'/> |
---|
233 | </rule> |
---|
234 | <rule e="way" k="railway" v="tram"> |
---|
235 | <line class='bridge-casing railway-tram-bridge-casing' smart-linecap='no'/> |
---|
236 | </rule> |
---|
237 | <rule e="way" k="railway" v="narrow_gauge"> |
---|
238 | <line class='bridge-casing railway-narrow-gauge-bridge-casing' smart-linecap='no'/> |
---|
239 | </rule> |
---|
240 | <rule e="way" k="railway" v="preserved"> |
---|
241 | <line class='bridge-casing railway-preserved-bridge-casing' smart-linecap='no'/> |
---|
242 | </rule> |
---|
243 | <rule e="way" k="railway" v="monorail"> |
---|
244 | <line class='bridge-casing railway-monorail-bridge-casing' smart-linecap='no'/> |
---|
245 | </rule> |
---|
246 | <rule e="way" k="highway" v="motorway"> |
---|
247 | <line class='bridge-casing highway-motorway-bridge-casing' smart-linecap='no'/> |
---|
248 | </rule> |
---|
249 | <rule e="way" k="highway" v="trunk"> |
---|
250 | <line class='bridge-casing highway-trunk-bridge-casing' smart-linecap='no'/> |
---|
251 | </rule> |
---|
252 | <rule e="way" k="highway" v="primary"> |
---|
253 | <line class='bridge-casing highway-primary-bridge-casing' smart-linecap='no'/> |
---|
254 | </rule> |
---|
255 | <rule e="way" k="highway" v="motorway_link"> |
---|
256 | <line class='bridge-casing highway-motorway-link-bridge-casing' smart-linecap='no'/> |
---|
257 | </rule> |
---|
258 | <rule e="way" k="highway" v="trunk-link"> |
---|
259 | <line class='bridge-casing highway-trunk-link-bridge-casing' smart-linecap='no'/> |
---|
260 | </rule> |
---|
261 | <rule e="way" k="highway" v="primary-link"> |
---|
262 | <line class='bridge-casing highway-primary-link-bridge-casing' smart-linecap='no'/> |
---|
263 | </rule> |
---|
264 | <rule e="way" k="highway" v="secondary"> |
---|
265 | <line class='bridge-casing highway-secondary-bridge-casing' smart-linecap='no'/> |
---|
266 | </rule> |
---|
267 | <rule e="way" k="highway" v="tertiary"> |
---|
268 | <line class='bridge-casing highway-tertiary-bridge-casing' smart-linecap='no'/> |
---|
269 | </rule> |
---|
270 | <rule e="way" k="highway" v="unclassified|residential|minor"> |
---|
271 | <line class='bridge-casing highway-unclassified-bridge-casing' smart-linecap='no'/> |
---|
272 | </rule> |
---|
273 | <rule e="way" k="highway" v="service"> |
---|
274 | <line class='bridge-casing highway-service-bridge-casing' smart-linecap='no'/> |
---|
275 | </rule> |
---|
276 | <rule e="way" k="highway" v="unsurfaced"> |
---|
277 | <line class='bridge-casing highway-unsurfaced-bridge-casing' smart-linecap='no'/> |
---|
278 | </rule> |
---|
279 | <rule e="way" k="highway" v="track"> |
---|
280 | <line class='bridge-casing highway-track-bridge-casing' smart-linecap='no'/> |
---|
281 | </rule> |
---|
282 | <rule e="way" k="highway" v="byway"> |
---|
283 | <line class='bridge-casing highway-byway-bridge-casing' smart-linecap='no'/> |
---|
284 | </rule> |
---|
285 | <rule e="way" k="highway" v="bridleway"> |
---|
286 | <line class='bridge-casing highway-bridleway-bridge-casing' smart-linecap='no'/> |
---|
287 | </rule> |
---|
288 | <rule e="way" k="highway" v="cycleway"> |
---|
289 | <line class='bridge-casing highway-cycleway-bridge-casing' smart-linecap='no'/> |
---|
290 | </rule> |
---|
291 | <rule e="way" k="highway" v="pedestrian"> |
---|
292 | <line class='bridge-casing highway-pedestrian-bridge-casing' smart-linecap='no'/> |
---|
293 | </rule> |
---|
294 | <rule e="way" k="highway" v="footway|footpath"> |
---|
295 | <line class='bridge-casing highway-footway-bridge-casing' smart-linecap='no'/> |
---|
296 | </rule> |
---|
297 | <rule e="way" k="highway" v="steps"> |
---|
298 | <line class='bridge-casing highway-steps-bridge-casing' smart-linecap='no'/> |
---|
299 | </rule> |
---|
300 | </rule> |
---|
301 | |
---|
302 | <!-- Bridge cores --> |
---|
303 | <rule e="way" k="bridge" v="yes|true"> |
---|
304 | <rule e="way" k="railway" v="rail"> |
---|
305 | <line class='bridge-core railway-rail-bridge-core' smart-linecap='no'/> |
---|
306 | </rule> |
---|
307 | <rule e="way" k="railway" v="light_rail"> |
---|
308 | <line class='bridge-core railway-light-rail-bridge-core' smart-linecap='no'/> |
---|
309 | </rule> |
---|
310 | <rule e="way" k="railway" v="subway"> |
---|
311 | <line class='bridge-core railway-subway-bridge-core' smart-linecap='no'/> |
---|
312 | </rule> |
---|
313 | <rule e="way" k="railway" v="tram"> |
---|
314 | <line class='bridge-core railway-tram-bridge-core' smart-linecap='no'/> |
---|
315 | </rule> |
---|
316 | <rule e="way" k="railway" v="narrow_gauge"> |
---|
317 | <line class='bridge-core railway-narrow-gauge-bridge-core' smart-linecap='no'/> |
---|
318 | </rule> |
---|
319 | <rule e="way" k="railway" v="preserved"> |
---|
320 | <line class='bridge-core railway-preserved-bridge-core' smart-linecap='no'/> |
---|
321 | </rule> |
---|
322 | <rule e="way" k="railway" v="monorail"> |
---|
323 | <line class='bridge-core railway-monorail-bridge-core' smart-linecap='no'/> |
---|
324 | </rule> |
---|
325 | <rule e="way" k="highway" v="motorway"> |
---|
326 | <line class='bridge-core highway-motorway-bridge-core' smart-linecap='no'/> |
---|
327 | </rule> |
---|
328 | <rule e="way" k="highway" v="trunk"> |
---|
329 | <line class='bridge-core highway-trunk-bridge-core' smart-linecap='no'/> |
---|
330 | </rule> |
---|
331 | <rule e="way" k="highway" v="primary"> |
---|
332 | <line class='bridge-core highway-primary-bridge-core' smart-linecap='no'/> |
---|
333 | </rule> |
---|
334 | <rule e="way" k="highway" v="motorway_link"> |
---|
335 | <line class='bridge-core highway-motorway-link-bridge-core' smart-linecap='no'/> |
---|
336 | </rule> |
---|
337 | <rule e="way" k="highway" v="trunk-link"> |
---|
338 | <line class='bridge-core highway-trunk-link-bridge-core' smart-linecap='no'/> |
---|
339 | </rule> |
---|
340 | <rule e="way" k="highway" v="primary-link"> |
---|
341 | <line class='bridge-core highway-primary-link-bridge-core' smart-linecap='no'/> |
---|
342 | </rule> |
---|
343 | <rule e="way" k="highway" v="secondary"> |
---|
344 | <line class='bridge-core highway-secondary-bridge-core' smart-linecap='no'/> |
---|
345 | </rule> |
---|
346 | <rule e="way" k="highway" v="tertiary"> |
---|
347 | <line class='bridge-core highway-tertiary-bridge-core' smart-linecap='no'/> |
---|
348 | </rule> |
---|
349 | <rule e="way" k="highway" v="unclassified|residential|minor"> |
---|
350 | <line class='bridge-core highway-unclassified-bridge-core' smart-linecap='no'/> |
---|
351 | </rule> |
---|
352 | <rule e="way" k="highway" v="service"> |
---|
353 | <line class='bridge-core highway-service-bridge-core' smart-linecap='no'/> |
---|
354 | </rule> |
---|
355 | <rule e="way" k="highway" v="unsurfaced"> |
---|
356 | <line class='bridge-core highway-unsurfaced-bridge-core' smart-linecap='no'/> |
---|
357 | </rule> |
---|
358 | <rule e="way" k="highway" v="track"> |
---|
359 | <line class='bridge-core highway-track-bridge-core' smart-linecap='no'/> |
---|
360 | </rule> |
---|
361 | <rule e="way" k="highway" v="byway"> |
---|
362 | <line class='bridge-core highway-byway-bridge-core' smart-linecap='no'/> |
---|
363 | </rule> |
---|
364 | <rule e="way" k="highway" v="bridleway"> |
---|
365 | <line class='bridge-core highway-bridleway-bridge-core' smart-linecap='no'/> |
---|
366 | </rule> |
---|
367 | <rule e="way" k="highway" v="cycleway"> |
---|
368 | <line class='bridge-core highway-cycleway-bridge-core' smart-linecap='no'/> |
---|
369 | </rule> |
---|
370 | <rule e="way" k="highway" v="pedestrian"> |
---|
371 | <line class='bridge-core highway-pedestrian-bridge-core' smart-linecap='no'/> |
---|
372 | </rule> |
---|
373 | <rule e="way" k="highway" v="footway|footpath"> |
---|
374 | <line class='bridge-core highway-footway-bridge-core' smart-linecap='no'/> |
---|
375 | </rule> |
---|
376 | <rule e="way" k="highway" v="steps"> |
---|
377 | <line class='bridge-core highway-steps-bridge-core' smart-linecap='no'/> |
---|
378 | </rule> |
---|
379 | </rule> |
---|
380 | |
---|
381 | |
---|
382 | <!-- Linear casings --> |
---|
383 | <rule e="way" k="tunnel" v="~|no"> |
---|
384 | <rule e="way" k="highway" v="raceway"> |
---|
385 | <rule e="way" k="use_status" v="~"> |
---|
386 | <line class='highway-raceway-casing' /> |
---|
387 | </rule> |
---|
388 | <rule e="way" k="use_status" v="disused"> |
---|
389 | <line class='highway-raceway-casing-disused' /> |
---|
390 | </rule> |
---|
391 | <rule e="way" k="use_status" v="dismantled"> |
---|
392 | <line class='highway-raceway-casing-dismantled' /> |
---|
393 | </rule> |
---|
394 | </rule> |
---|
395 | <rule e="way" k="highway" v="steps"> |
---|
396 | <line class='highway-casing highway-steps-casing' /> |
---|
397 | </rule> |
---|
398 | <rule e="way" k="highway" v="footway|footpath"> |
---|
399 | <line class='highway-casing highway-footway-casing' smart-linecap='no'/> |
---|
400 | </rule> |
---|
401 | <rule e="way" k="highway" v="pedestrian"> |
---|
402 | <line class='highway-casing highway-pedestrian-casing' /> |
---|
403 | </rule> |
---|
404 | <rule e="way" k="highway" v="cycleway"> |
---|
405 | <line class='highway-casing highway-cycleway-casing' smart-linecap='no'/> |
---|
406 | </rule> |
---|
407 | <rule e="way" k="highway" v="bridleway"> |
---|
408 | <line class='highway-casing highway-bridleway-casing' smart-linecap='no'/> |
---|
409 | </rule> |
---|
410 | <rule e="way" k="highway" v="byway"> |
---|
411 | <line class='highway-casing highway-byway-1-casing' smart-linecap='no'/> |
---|
412 | <line class='highway-casing highway-byway-2-casing' smart-linecap='no'/> |
---|
413 | <line class='highway-casing highway-byway-3-casing' smart-linecap='no'/> |
---|
414 | </rule> |
---|
415 | <rule e="way" k="highway" v="track"> |
---|
416 | <line class='highway-casing highway-track-casing'/> |
---|
417 | </rule> |
---|
418 | <rule e="way" k="highway" v="unsurfaced"> |
---|
419 | <line class='highway-casing highway-unsurfaced-casing' smart-linecap='no'/> |
---|
420 | </rule> |
---|
421 | <rule e="way" k="highway" v="service"> |
---|
422 | <line class='highway-casing highway-service-casing' /> |
---|
423 | </rule> |
---|
424 | <rule e="way" k="highway" v="unclassified|residential|minor"> |
---|
425 | <line class='highway-casing highway-unclassified-casing' /> |
---|
426 | </rule> |
---|
427 | <rule e="way" k="highway" v="tertiary"> |
---|
428 | <line class='highway-casing highway-tertiary-casing' /> |
---|
429 | </rule> |
---|
430 | <rule e="way" k="highway" v="secondary"> |
---|
431 | <line class='highway-casing highway-secondary-casing' /> |
---|
432 | </rule> |
---|
433 | <rule e="way" k="highway" v="primary_link"> |
---|
434 | <line class='highway-casing highway-primary-link-casing' /> |
---|
435 | </rule> |
---|
436 | <rule e="way" k="highway" v="trunk_link"> |
---|
437 | <line class='highway-casing highway-trunk-link-casing' /> |
---|
438 | </rule> |
---|
439 | <rule e="way" k="highway" v="motorway_link"> |
---|
440 | <line class='highway-casing highway-motorway-link-casing' /> |
---|
441 | </rule> |
---|
442 | <rule e="way" k="highway" v="primary"> |
---|
443 | <line class='highway-casing highway-primary-casing' /> |
---|
444 | </rule> |
---|
445 | <rule e="way" k="highway" v="trunk"> |
---|
446 | <line class='highway-casing highway-trunk-casing' /> |
---|
447 | </rule> |
---|
448 | <rule e="way" k="highway|construction" v="motorway"> |
---|
449 | <line class='highway-casing highway-motorway-casing' /> |
---|
450 | </rule> |
---|
451 | <rule e="way" k="railway" v="monorail"> |
---|
452 | <line class='railway-casing railway-monorail-casing' /> |
---|
453 | </rule> |
---|
454 | <rule e="way" k="railway" v="preserved"> |
---|
455 | <line class='railway-casing railway-preserved-casing' /> |
---|
456 | </rule> |
---|
457 | <rule e="way" k="railway" v="narrow_gauge"> |
---|
458 | <line class='railway-casing railway-narrow-gauge-casing' /> |
---|
459 | </rule> |
---|
460 | <rule e="way" k="railway" v="tram"> |
---|
461 | <line class='railway-casing railway-tram-casing' /> |
---|
462 | </rule> |
---|
463 | <rule e="way" k="railway" v="subway"> |
---|
464 | <line class='railway-casing railway-subway-casing' /> |
---|
465 | </rule> |
---|
466 | <rule e="way" k="railway" v="light_rail"> |
---|
467 | <line class='railway-casing railway-light-rail-casing' /> |
---|
468 | </rule> |
---|
469 | <rule e="way" k="railway" v="rail"> |
---|
470 | <line class='railway-casing railway-rail-casing' /> |
---|
471 | </rule> |
---|
472 | <rule e="way" k="railway" v="abandoned"> |
---|
473 | <rule e="way" k="bridge" v="yes|true"> |
---|
474 | <line class='railway-casing railway-rail-casing' /> |
---|
475 | </rule> |
---|
476 | </rule> |
---|
477 | </rule> |
---|
478 | |
---|
479 | <!-- highway motorway_junctions --> |
---|
480 | <rule e="node" k="highway" v="motorway_junction"> |
---|
481 | <circle r="1.825" class="highway-motorway-junction" /> |
---|
482 | <text k="name" class='highway-motorway-junction-caption' dy='-2.3px' /> |
---|
483 | <text k="ref" class='highway-motorway-junction-caption' dy='0.7px' /> |
---|
484 | </rule> |
---|
485 | |
---|
486 | |
---|
487 | <!-- Linear cores --> |
---|
488 | <rule e="way" k="tunnel" v="~|false|no"> |
---|
489 | <rule e="way" k="highway" v="raceway"> |
---|
490 | <rule e="way" k="use_status" v="~"> |
---|
491 | <line class='highway-raceway-core' /> |
---|
492 | </rule> |
---|
493 | <rule e="way" k="use_status" v="disused"> |
---|
494 | <line class='highway-raceway-core-disused' /> |
---|
495 | </rule> |
---|
496 | <rule e="way" k="use_status" v="dismantled"> |
---|
497 | <line class='highway-raceway-core-dismantled' /> |
---|
498 | </rule> |
---|
499 | </rule> |
---|
500 | <rule e="way" k="scramble" v="*"> |
---|
501 | <line class='highway-core highway-scramble-core' /> |
---|
502 | </rule> |
---|
503 | <rule e="way" k="highway" v="steps"> |
---|
504 | <line class='highway-core highway-steps-core' smart-linecap='no'/> |
---|
505 | </rule> |
---|
506 | <rule e="way" k="highway" v="footway|footpath"> |
---|
507 | <line class='highway-core highway-footway-core' /> |
---|
508 | </rule> |
---|
509 | <rule e="way" k="highway" v="pedestrian"> |
---|
510 | <rule e="way" k="area" v="yes|true"> |
---|
511 | <area class='highway-core highway-pedestrian-area' /> |
---|
512 | </rule> |
---|
513 | <else> |
---|
514 | <line class='highway-core highway-pedestrian-core' /> |
---|
515 | </else> |
---|
516 | </rule> |
---|
517 | <rule e="way" k="highway" v="cycleway"> |
---|
518 | <line class='highway-core highway-cycleway-core' /> |
---|
519 | </rule> |
---|
520 | <rule e="way" k="highway" v="bridleway"> |
---|
521 | <line class='highway-core highway-bridleway-core' /> |
---|
522 | </rule> |
---|
523 | <rule e="way" k="highway" v="byway"> |
---|
524 | <line class='highway-core highway-byway-2-casing' smart-linecap='no'/> |
---|
525 | <line class='highway-core highway-byway-3-casing' smart-linecap='no'/> |
---|
526 | <line class='highway-core highway-byway-1-core' /> |
---|
527 | </rule> |
---|
528 | <rule e="way" k="highway" v="track"> |
---|
529 | <line class='highway-core highway-track-core' /> |
---|
530 | </rule> |
---|
531 | <rule e="way" k="highway" v="unsurfaced"> |
---|
532 | <line class='highway-core highway-unsurfaced-core' /> |
---|
533 | </rule> |
---|
534 | <rule e="way" k="highway" v="service"> |
---|
535 | <line class='highway-core highway-service-core' /> |
---|
536 | </rule> |
---|
537 | <rule e="way" k="highway" v="unclassified|residential|minor"> |
---|
538 | <line class='highway-core highway-unclassified-core' /> |
---|
539 | </rule> |
---|
540 | <rule e="way" k="highway" v="tertiary"> |
---|
541 | <line class='highway-core highway-tertiary-core' /> |
---|
542 | </rule> |
---|
543 | <rule e="way" k="highway" v="secondary"> |
---|
544 | <line class='highway-core highway-secondary-core' /> |
---|
545 | </rule> |
---|
546 | <rule e="way" k="highway" v="primary_link"> |
---|
547 | <line class='highway-core highway-primary-link-core' /> |
---|
548 | </rule> |
---|
549 | <rule e="way" k="highway" v="trunk_link"> |
---|
550 | <line class='highway-core highway-trunk-link-core' /> |
---|
551 | </rule> |
---|
552 | <rule e="way" k="highway" v="motorway_link"> |
---|
553 | <line class='highway-core highway-motorway-link-core' /> |
---|
554 | </rule> |
---|
555 | <rule e="way" k="highway" v="primary"> |
---|
556 | <line class='highway-core highway-primary-core' /> |
---|
557 | </rule> |
---|
558 | <rule e="way" k="highway" v="trunk"> |
---|
559 | <line class='highway-core highway-trunk-core' /> |
---|
560 | </rule> |
---|
561 | <rule e="way" k="highway|construction" v="motorway"> |
---|
562 | <rule e="way" k="highway" v="construction"> |
---|
563 | <line class='highway-core highway-motorway-core' mask-class='under-construction' smart-linecap='no'/> |
---|
564 | </rule> |
---|
565 | <else> |
---|
566 | <line class='highway-core highway-motorway-core' /> |
---|
567 | </else> |
---|
568 | </rule> |
---|
569 | <rule e="way" k="railway" v="monorail"> |
---|
570 | <line class='railway-core railway-monorail-core' /> |
---|
571 | </rule> |
---|
572 | <rule e="way" k="railway" v="preserved"> |
---|
573 | <line class='railway-core railway-preserved-core' /> |
---|
574 | </rule> |
---|
575 | <rule e="way" k="railway" v="narrow_gauge"> |
---|
576 | <line class='railway-core railway-narrow-gauge-core' /> |
---|
577 | </rule> |
---|
578 | <rule e="way" k="railway" v="tram"> |
---|
579 | <line class='railway-core railway-tram-core' /> |
---|
580 | </rule> |
---|
581 | <rule e="way" k="railway" v="subway"> |
---|
582 | <line class='railway-core railway-subway-core' /> |
---|
583 | </rule> |
---|
584 | <rule e="way" k="railway" v="light_rail"> |
---|
585 | <line class='railway-core railway-light-rail-core' /> |
---|
586 | </rule> |
---|
587 | <rule e="way" k="railway" v="rail"> |
---|
588 | <line class='railway-core railway-rail-1-core' /> |
---|
589 | <line class='railway-core railway-rail-2-core' smart-linecap='no'/> |
---|
590 | </rule> |
---|
591 | <rule e="way" k="railway" v="abandoned"> |
---|
592 | <rule w="way" k="bridge" v="yes|true"> |
---|
593 | <line class='railway-core railway-rail-1-core' /> |
---|
594 | </rule> |
---|
595 | </rule> |
---|
596 | <rule e="way" k="aeroway" v="runway"> |
---|
597 | <line class='aeroway-runway-core'/> |
---|
598 | </rule> |
---|
599 | <rule e="way" k="aeroway" v="taxiway"> |
---|
600 | <line class='aeroway-taxiway-core'/> |
---|
601 | </rule> |
---|
602 | </rule> |
---|
603 | |
---|
604 | <!-- Tunnels --> |
---|
605 | <rule e="way" k="tunnel" v="true|yes"> |
---|
606 | <rule e="way" k="highway" v="steps"> |
---|
607 | <line class='tunnel-casing highway-steps-casing tunnel' mask-class='tunnel-core highway-steps-core'/> |
---|
608 | <line class='highway-steps-casing highway-tunnel-ends'/> |
---|
609 | </rule> |
---|
610 | <rule e="way" k="highway" v="footway|footpath"> |
---|
611 | <line class='tunnel-casing highway-footway-casing tunnel' mask-class='tunnel-core highway-footway-core'/> |
---|
612 | <line class='highway-footway-casing highway-tunnel-ends'/> |
---|
613 | </rule> |
---|
614 | <rule e="way" k="highway" v="pedestrian"> |
---|
615 | <line class='tunnel-casing highway-pedestrian-casing tunnel' mask-class='tunnel-core highway-pedestrian-core'/> |
---|
616 | <line class='highway-pedestrian-casing highway-tunnel-ends'/> |
---|
617 | </rule> |
---|
618 | <rule e="way" k="highway" v="cycleway"> |
---|
619 | <line class='tunnel-casing highway-cycleway-casing tunnel' mask-class='tunnel-core highway-cycleway-core'/> |
---|
620 | <line class='highway-cycleway-casing highway-tunnel-ends'/> |
---|
621 | </rule> |
---|
622 | <rule e="way" k="highway" v="bridleway"> |
---|
623 | <line class='tunnel-casing highway-bridleway-casing tunnel' mask-class='tunnel-core highway-bridleway-core'/> |
---|
624 | <line class='highway-bridleway-casing highway-tunnel-ends'/> |
---|
625 | </rule> |
---|
626 | <rule e="way" k="highway" v="byway"> |
---|
627 | <line class='tunnel-casing highway-byway-1-casing tunnel' mask-class='tunnel-core highway-byway-1-core'/> |
---|
628 | <line class='highway-byway-1-casing highway-tunnel-ends'/> |
---|
629 | </rule> |
---|
630 | <rule e="way" k="highway" v="track"> |
---|
631 | <line class='tunnel-casing highway-track-casing tunnel' mask-class='tunnel-core highway-track-core'/> |
---|
632 | <line class='highway-track-casing highway-tunnel-ends'/> |
---|
633 | </rule> |
---|
634 | <rule e="way" k="highway" v="unsurfaced"> |
---|
635 | <line class='tunnel-casing highway-unsurfaced-casing tunnel' mask-class='tunnel-core highway-unsurfaced-core'/> |
---|
636 | <line class='highway-unsurfaced-casing highway-tunnel-ends'/> |
---|
637 | </rule> |
---|
638 | <rule e="way" k="highway" v="service"> |
---|
639 | <line class='tunnel-casing highway-service-casing tunnel' mask-class='tunnel-core highway-service-core'/> |
---|
640 | <line class='highway-service-casing highway-tunnel-ends'/> |
---|
641 | </rule> |
---|
642 | <rule e="way" k="highway" v="unclassified|residential|minor|tertiary"> |
---|
643 | <line class='tunnel-casing highway-unclassified-casing tunnel' mask-class='tunnel-core highway-unclassified-core'/> |
---|
644 | <line class='highway-unclassified-casing highway-tunnel-ends'/> |
---|
645 | </rule> |
---|
646 | <rule e="way" k="highway" v="tertiary"> |
---|
647 | <line class='tunnel-casing highway-tertiary-casing tunnel' mask-class='tunnel-core highway-tertiary-core'/> |
---|
648 | <line class='highway-tertiary-casing highway-tunnel-ends'/> |
---|
649 | </rule> |
---|
650 | <rule e="way" k="highway" v="secondary"> |
---|
651 | <line class='tunnel-casing highway-secondary-casing tunnel' mask-class='tunnel-core highway-secondary-core'/> |
---|
652 | <line class='highway-secondary-casing highway-tunnel-ends'/> |
---|
653 | </rule> |
---|
654 | <rule e="way" k="highway" v="primary_link"> |
---|
655 | <line class='tunnel-casing highway-primary-link-casing tunnel' mask-class='tunnel-core highway-primary-link-core'/> |
---|
656 | <line class='highway-primary-link-casing highway-tunnel-ends'/> |
---|
657 | </rule> |
---|
658 | <rule e="way" k="highway" v="trunk_link"> |
---|
659 | <line class='tunnel-casing highway-trunk-link-casing tunnel' mask-class='tunnel-core highway-trunk-link-core'/> |
---|
660 | <line class='highway-trunk-link-casing highway-tunnel-ends'/> |
---|
661 | </rule> |
---|
662 | <rule e="way" k="highway" v="motorway_link"> |
---|
663 | <line class='tunnel-casing highway-motorway-link-casing tunnel' mask-class='tunnel-core highway-motorway-link-core'/> |
---|
664 | <line class='highway-motorway-link-casing highway-tunnel-ends'/> |
---|
665 | </rule> |
---|
666 | <rule e="way" k="highway" v="primary"> |
---|
667 | <line class='tunnel-casing highway-primary-casing tunnel' mask-class='tunnel-core highway-primary-core'/> |
---|
668 | <line class='highway-primary-casing highway-tunnel-ends'/> |
---|
669 | </rule> |
---|
670 | <rule e="way" k="highway" v="trunk"> |
---|
671 | <line class='tunnel-casing highway-trunk-casing tunnel' mask-class='tunnel-core highway-trunk-core'/> |
---|
672 | <line class='highway-trunk-casing highway-tunnel-ends'/> |
---|
673 | </rule> |
---|
674 | <rule e="way" k="highway" v="motorway"> |
---|
675 | <line class='tunnel-casing highway-motorway-casing tunnel' mask-class='tunnel-core highway-motorway-core'/> |
---|
676 | <line class='highway-motorway-casing highway-tunnel-ends'/> |
---|
677 | </rule> |
---|
678 | <rule e="way" k="railway" v="monorail"> |
---|
679 | <line class='tunnel-casing railway-monorail-casing tunnel' mask-class='tunnel-core railway-monorail-core'/> |
---|
680 | <line class='railway-monorail-casing highway-tunnel-ends'/> |
---|
681 | </rule> |
---|
682 | <rule e="way" k="railway" v="preserved"> |
---|
683 | <line class='tunnel-casing railway-preserved-casing tunnel' mask-class='tunnel-core railway-preserved-core'/> |
---|
684 | <line class='railway-preserved-casing highway-tunnel-ends'/> |
---|
685 | </rule> |
---|
686 | <rule e="way" k="railway" v="narrow_gauge"> |
---|
687 | <line class='tunnel-casing railway-narrow-gauge-casing tunnel' mask-class='tunnel-core railway-narrow-gauge-core'/> |
---|
688 | <line class='railway-narrow-gauge-casing highway-tunnel-ends'/> |
---|
689 | </rule> |
---|
690 | <rule e="way" k="railway" v="tram"> |
---|
691 | <line class='tunnel-casing railway-tram-casing tunnel' mask-class='tunnel-core railway-tram-core'/> |
---|
692 | <line class='railway-tram-casing highway-tunnel-ends'/> |
---|
693 | </rule> |
---|
694 | <rule e="way" k="railway" v="subway"> <!-- draw subways in tunnels just like normal subways --> |
---|
695 | <line class='tunnel-casing railway-subway-casing' mask-class='tunnel-core'/> |
---|
696 | <line class='railway-subway-casing highway-tunnel-ends'/> |
---|
697 | </rule> |
---|
698 | <rule e="way" k="railway" v="light_rail"> |
---|
699 | <line class='tunnel-casing railway-light-rail-casing tunnel' mask-class='tunnel-core railway-light-rail-core'/> |
---|
700 | <line class='railway-light-rail-casing highway-tunnel-ends'/> |
---|
701 | </rule> |
---|
702 | <rule e="way" k="railway" v="rail"> |
---|
703 | <line class='tunnel-casing railway-rail-casing tunnel' mask-class='tunnel-core railway-rail-1-core'/> |
---|
704 | <line class='railway-rail-casing highway-tunnel-ends'/> |
---|
705 | </rule> |
---|
706 | </rule> |
---|
707 | |
---|
708 | |
---|
709 | |
---|
710 | |
---|
711 | <!-- Linear cores (under construction) --> |
---|
712 | <rule e="way" k="highway" v="construction"> |
---|
713 | <rule e="way" k="constuction" v="steps"> |
---|
714 | <line class='highway-core highway-steps-core under-construction' /> |
---|
715 | </rule> |
---|
716 | <rule e="way" k="constuction" v="footway|footpath"> |
---|
717 | <line class='highway-core highway-footway-core under-construction' /> |
---|
718 | </rule> |
---|
719 | <rule e="way" k="construction" v="pedestrian"> |
---|
720 | <line class='highway-core highway-pedestrian-core under-construction' /> |
---|
721 | </rule> |
---|
722 | <rule e="way" k="construction" v="cycleway"> |
---|
723 | <line class='highway-core highway-cycleway-core under-construction' /> |
---|
724 | </rule> |
---|
725 | <rule e="way" k="construction" v="bridleway"> |
---|
726 | <line class='highway-core highway-bridleway-core under-construction' /> |
---|
727 | </rule> |
---|
728 | <rule e="way" k="construction" v="byway"> |
---|
729 | <line class='highway-core highway-byway-1-core under-construction' /> |
---|
730 | </rule> |
---|
731 | <rule e="way" k="construction" v="track"> |
---|
732 | <line class='highway-core highway-track-core under-construction' /> |
---|
733 | </rule> |
---|
734 | <rule e="way" k="construction" v="unsurfaced"> |
---|
735 | <line class='highway-core highway-unsurfaced-core under-construction' /> |
---|
736 | </rule> |
---|
737 | <rule e="way" k="construction" v="service"> |
---|
738 | <line class='highway-core highway-service-core under-construction' /> |
---|
739 | </rule> |
---|
740 | <rule e="way" k="construction" v="unclassified|residential|minor"> |
---|
741 | <line class='highway-core highway-unclassified-core under-construction' /> |
---|
742 | </rule> |
---|
743 | <rule e="way" k="construction" v="tertiary"> |
---|
744 | <line class='highway-core highway-tertiary-core under-construction' /> |
---|
745 | </rule> |
---|
746 | <rule e="way" k="construction" v="secondary"> |
---|
747 | <line class='highway-core highway-secondary-core under-construction' /> |
---|
748 | </rule> |
---|
749 | <rule e="way" k="construction" v="primary_link"> |
---|
750 | <line class='highway-core highway-primary-link-core under-construction' /> |
---|
751 | </rule> |
---|
752 | <rule e="way" k="construction" v="trunk_link"> |
---|
753 | <line class='highway-core highway-trunk-link-core under-construction' /> |
---|
754 | </rule> |
---|
755 | <rule e="way" k="construction" v="motorway_link"> |
---|
756 | <line class='highway-core highway-motorway-link-core under-construction' /> |
---|
757 | </rule> |
---|
758 | <rule e="way" k="construction" v="primary"> |
---|
759 | <line class='highway-core highway-primary-core under-construction' /> |
---|
760 | </rule> |
---|
761 | <rule e="way" k="construction" v="trunk"> |
---|
762 | <line class='highway-core highway-trunk-core under-construction' /> |
---|
763 | </rule> |
---|
764 | <!--<rule e="way" k="construction" v="motorway"> |
---|
765 | <line class='highway-casing highway-motorway-casing' mask-class='highway-motorway-core under-construction' smart-linecap='no'/> |
---|
766 | <line class='highway-core highway-motorway-core' mask-class='under-construction' smart-linecap='no'/> |
---|
767 | </rule>--> |
---|
768 | </rule> |
---|
769 | <rule e="way" k="railway" v="construction"> |
---|
770 | <rule e="way" k="construction" v="monorail"> |
---|
771 | <line class='railway-core railway-monorail-core under-construction' /> |
---|
772 | </rule> |
---|
773 | <rule e="way" k="construction" v="preserved"> |
---|
774 | <line class='railway-core railway-preserved-core under-construction' /> |
---|
775 | </rule> |
---|
776 | <rule e="way" k="construction" v="narrow_gauge"> |
---|
777 | <line class='railway-core railway-narrow-gauge-core under-construction' /> |
---|
778 | </rule> |
---|
779 | <rule e="way" k="construction" v="tram"> |
---|
780 | <line class='railway-core railway-tram-core under-construction' /> |
---|
781 | </rule> |
---|
782 | <rule e="way" k="construction" v="subway"> |
---|
783 | <line class='railway-core railway-subway-core under-construction' /> |
---|
784 | </rule> |
---|
785 | <rule e="way" k="construction" v="light_rail"> |
---|
786 | <line class='railway-core railway-light-rail-core under-construction' /> |
---|
787 | </rule> |
---|
788 | <rule e="way" k="construction" v="rail"> |
---|
789 | <line class='railway-core railway-rail-1-core under-construction' /> |
---|
790 | </rule> |
---|
791 | </rule> |
---|
792 | |
---|
793 | |
---|
794 | <!-- Mini-roundabouts --> |
---|
795 | <rule e="node" k="highway" v="mini_roundabout"> |
---|
796 | <rule e="node" k="direction" v="clockwise"> |
---|
797 | <symbol xlink:href="#symbol-roundabout_left" width='2px' height='2px' transform='translate(0,0)'/> |
---|
798 | </rule> |
---|
799 | <else> <!-- Default is anti-clockwise --> |
---|
800 | <symbol xlink:href="#symbol-roundabout_right" width='2px' height='2px' transform='translate(0,0)'/> |
---|
801 | </else> |
---|
802 | </rule> |
---|
803 | |
---|
804 | |
---|
805 | <!-- Oneway markers --> |
---|
806 | <rule e="way" k="tunnel" v="~|false|no"> |
---|
807 | <rule e="way" k="highway" v="*"> |
---|
808 | <rule e="way" k="oneway" v="1|yes|true"> |
---|
809 | <line class="oneway-casing oneway-casing-1" smart-linecap='no'/> |
---|
810 | <line class="oneway-casing oneway-casing-2" smart-linecap='no'/> |
---|
811 | <line class="oneway-casing oneway-casing-3" smart-linecap='no'/> |
---|
812 | <line class="oneway-casing oneway-casing-4" smart-linecap='no'/> |
---|
813 | <line class="oneway-casing oneway-casing-5" smart-linecap='no'/> |
---|
814 | <line class="oneway-casing oneway-casing-6" smart-linecap='no'/> |
---|
815 | <line class="oneway-casing oneway-casing-7" smart-linecap='no'/> |
---|
816 | <line class="oneway-casing oneway-casing-8" smart-linecap='no'/> |
---|
817 | <line class="oneway-core oneway-core-1" smart-linecap='no'/> |
---|
818 | <line class="oneway-core oneway-core-2" smart-linecap='no'/> |
---|
819 | <line class="oneway-core oneway-core-3" smart-linecap='no'/> |
---|
820 | <line class="oneway-core oneway-core-4" smart-linecap='no'/> |
---|
821 | <line class="oneway-core oneway-core-5" smart-linecap='no'/> |
---|
822 | <line class="oneway-core oneway-core-6" smart-linecap='no'/> |
---|
823 | <line class="oneway-core oneway-core-7" smart-linecap='no'/> |
---|
824 | </rule> |
---|
825 | <rule e="way" k="oneway" v="-1"> |
---|
826 | <line class="otherway" /> |
---|
827 | </rule> |
---|
828 | </rule> |
---|
829 | <!-- Motorway implies oneway-ness --> |
---|
830 | <rule e="way" k="highway" v="motorway|motorway_link"> |
---|
831 | <line class="oneway-casing oneway-casing-1" smart-linecap='no'/> |
---|
832 | <line class="oneway-casing oneway-casing-2" smart-linecap='no'/> |
---|
833 | <line class="oneway-casing oneway-casing-3" smart-linecap='no'/> |
---|
834 | <line class="oneway-casing oneway-casing-4" smart-linecap='no'/> |
---|
835 | <line class="oneway-casing oneway-casing-5" smart-linecap='no'/> |
---|
836 | <line class="oneway-casing oneway-casing-6" smart-linecap='no'/> |
---|
837 | <line class="oneway-casing oneway-casing-7" smart-linecap='no'/> |
---|
838 | <line class="oneway-casing oneway-casing-8" smart-linecap='no'/> |
---|
839 | <line class="oneway-core oneway-core-1" smart-linecap='no'/> |
---|
840 | <line class="oneway-core oneway-core-2" smart-linecap='no'/> |
---|
841 | <line class="oneway-core oneway-core-3" smart-linecap='no'/> |
---|
842 | <line class="oneway-core oneway-core-4" smart-linecap='no'/> |
---|
843 | <line class="oneway-core oneway-core-5" smart-linecap='no'/> |
---|
844 | <line class="oneway-core oneway-core-6" smart-linecap='no'/> |
---|
845 | <line class="oneway-core oneway-core-7" smart-linecap='no'/> |
---|
846 | </rule> |
---|
847 | <!-- Roundabouts are oneway in the direction of the segments --> |
---|
848 | <rule e="way" k="junction" v="roundabout"> |
---|
849 | <line class="oneway-casing oneway-casing-1" smart-linecap='no'/> |
---|
850 | <line class="oneway-casing oneway-casing-2" smart-linecap='no'/> |
---|
851 | <line class="oneway-casing oneway-casing-3" smart-linecap='no'/> |
---|
852 | <line class="oneway-casing oneway-casing-4" smart-linecap='no'/> |
---|
853 | <line class="oneway-casing oneway-casing-5" smart-linecap='no'/> |
---|
854 | <line class="oneway-casing oneway-casing-6" smart-linecap='no'/> |
---|
855 | <line class="oneway-casing oneway-casing-7" smart-linecap='no'/> |
---|
856 | <line class="oneway-casing oneway-casing-8" smart-linecap='no'/> |
---|
857 | <line class="oneway-core oneway-core-1" smart-linecap='no'/> |
---|
858 | <line class="oneway-core oneway-core-2" smart-linecap='no'/> |
---|
859 | <line class="oneway-core oneway-core-3" smart-linecap='no'/> |
---|
860 | <line class="oneway-core oneway-core-4" smart-linecap='no'/> |
---|
861 | <line class="oneway-core oneway-core-5" smart-linecap='no'/> |
---|
862 | <line class="oneway-core oneway-core-6" smart-linecap='no'/> |
---|
863 | <line class="oneway-core oneway-core-7" smart-linecap='no'/> |
---|
864 | </rule> |
---|
865 | </rule> |
---|
866 | |
---|
867 | |
---|
868 | <!-- Aerialways --> |
---|
869 | <rule e="node|way" k="aerialway" v="*"> |
---|
870 | <line class='aerialway-line'/> |
---|
871 | <line class='aerialway-struts'/> |
---|
872 | </rule> |
---|
873 | |
---|
874 | <!-- Natural features --> |
---|
875 | <rule e="node" k="natural" v="peak"> |
---|
876 | <symbol xlink:href="#symbol-peak" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
877 | </rule> |
---|
878 | |
---|
879 | |
---|
880 | <!-- Draw marine features --> |
---|
881 | <rule e="way" k="man_made" v="pier"> |
---|
882 | <line class="artificial-pier-casing"/> |
---|
883 | </rule> |
---|
884 | |
---|
885 | <rule e="way" k="man_made" v="pier"> |
---|
886 | <line class="artificial-pier-core"/> |
---|
887 | </rule> |
---|
888 | |
---|
889 | |
---|
890 | <!-- Power lines and pylons --> |
---|
891 | <rule e="node" k="power" v="tower"> |
---|
892 | <symbol xlink:href="#power-tower" width='1px' height='1px' transform='translate(-.5,-.5)'/> |
---|
893 | </rule> |
---|
894 | <rule e="way" k="power" v="line"> |
---|
895 | <line class='power-line'/> |
---|
896 | </rule> |
---|
897 | |
---|
898 | |
---|
899 | <!-- Non-pysical routes --> |
---|
900 | <rule e="way" k="route" v="ferry"> |
---|
901 | <line class='route-ferry' /> |
---|
902 | </rule> |
---|
903 | |
---|
904 | |
---|
905 | <!-- Tourist features --> |
---|
906 | <rule e="node" k="tourism" v="hotel"> |
---|
907 | <symbol xlink:href="#hotel" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
908 | </rule> |
---|
909 | <rule e="node" k="tourism" v="hostel"> |
---|
910 | <symbol xlink:href="#hostel" width='3px' height='2px' transform='translate(-1.5,-1)' /> |
---|
911 | </rule> |
---|
912 | <rule e="node" k="tourism" v="camp_site"> |
---|
913 | <symbol xlink:href="#campSite" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
914 | </rule> |
---|
915 | |
---|
916 | |
---|
917 | <!-- Railway stations --> |
---|
918 | <rule e="node" k="railway" v="station"> |
---|
919 | <rule e="node" s="way" k="railway" v="rail"> |
---|
920 | <circle r="0.7" class="railway-station" /> |
---|
921 | </rule> |
---|
922 | <else> |
---|
923 | <circle r="0.4" class="railway-halt" /> |
---|
924 | </else> |
---|
925 | </rule> |
---|
926 | <rule e="node" k="railway" v="halt"> |
---|
927 | <circle r="0.4" class="railway-halt" /> |
---|
928 | </rule> |
---|
929 | |
---|
930 | <!-- Level crossings --> |
---|
931 | <!-- For everything, except trams, if it shares a node with a road then render a railroad crossing symbol. --> |
---|
932 | <rule e="node" s="way" k="railway" v="rail|light_rail|subway|narrow_gauge|preserved|monorail"> |
---|
933 | <rule e="node" s="way" k="railway" v="rail"> |
---|
934 | <rule e="node" s="way" k="highway" v="motorway|trunk|primary|secondary|tertiary|minor|unclassified|residential|service|unsurfaced|track"> |
---|
935 | <symbol xlink:href="#symbol-railway-crossing" width='3.5px' height='3.5px' transform='translate(-1.75,-1.75)' /> |
---|
936 | </rule> |
---|
937 | </rule> |
---|
938 | <else> |
---|
939 | <rule e="node" s="way" k="highway" v="motorway|trunk|primary|secondary|tertiary|minor|unclassified|residential|service|unsurfaced|track"> |
---|
940 | <symbol xlink:href="#symbol-railway-crossing" width='3px' height='3px' transform='translate(-1.5,-1.5)' /> |
---|
941 | </rule> |
---|
942 | </else> |
---|
943 | </rule> |
---|
944 | |
---|
945 | |
---|
946 | <!-- Gates --> |
---|
947 | <rule e="node" k="highway" v="gate"> |
---|
948 | <rule e="node" k="status" v="open"> |
---|
949 | <wayMarker class='gate-open' /> |
---|
950 | </rule> |
---|
951 | <else> |
---|
952 | <rule e="node" k="status" v="locked"> |
---|
953 | <wayMarker class='gate-locked' /> |
---|
954 | </rule> |
---|
955 | <else> |
---|
956 | <wayMarker class='gate-closed' /> |
---|
957 | </else> |
---|
958 | </else> |
---|
959 | </rule> |
---|
960 | <rule e="node" k="highway" v="stile"> |
---|
961 | <wayMarker fill="none" stroke="red" stroke-width="1px" stroke-opacity="0" marker-mid="url(#marker-stile)" /> |
---|
962 | </rule> |
---|
963 | |
---|
964 | |
---|
965 | <!-- Amenities --> |
---|
966 | <rule e="node" k="aeroway" v="helipad"> |
---|
967 | <symbol xlink:href="#symbol-helipad" width='4px' height='4px' transform='translate(-2,-2)' /> |
---|
968 | </rule> |
---|
969 | <rule e="node" k="amenity" v="hospital"> |
---|
970 | <symbol xlink:href="#hospital" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
971 | </rule> |
---|
972 | <rule e="node" k="amenity" v="doctors"> |
---|
973 | <symbol xlink:href="#symbol-doctor" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
974 | </rule> |
---|
975 | <rule e="node" k="amenity" v="pharmacy"> |
---|
976 | <symbol xlink:href="#symbol-pharmacy" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
977 | </rule> |
---|
978 | <rule e="node" k="amenity" v="post_office"> |
---|
979 | <symbol xlink:href="#postoffice" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
980 | </rule> |
---|
981 | <rule e="node" k="amenity" v="post_box"> |
---|
982 | <symbol xlink:href="#postbox" width='1.5px' height='1.5px' transform='translate(-0.75,-0.75)' /> |
---|
983 | </rule> |
---|
984 | <rule e="node" k="amenity" v="speed_trap"> |
---|
985 | <symbol xlink:href="#speed_trap" width='2px' height='1px' transform='translate(-1,-0.5)' /> |
---|
986 | </rule> |
---|
987 | <rule e="node" k="amenity" v="pub"> |
---|
988 | <symbol xlink:href="#pub" width='1.5px' height='1.5px' transform='translate(-0.75,-0.75)'/> |
---|
989 | </rule> |
---|
990 | <rule e="node" k="amenity" v="restaurant"> |
---|
991 | <symbol xlink:href="#symbol-restaurant" width='1.5px' height='1.5px' transform='translate(-0.75,-0.75)'/> |
---|
992 | </rule> |
---|
993 | <rule e="node" k="amenity" v="cinema"> |
---|
994 | <symbol xlink:href="#cinema" width='1.75px' height='2.5px' transform='translate(-0.9,-1.25)'/> |
---|
995 | </rule> |
---|
996 | <rule e="node" k="amenity" v="theatre"> |
---|
997 | <symbol xlink:href="#theatre" width='1.75px' height='2.5px' transform='translate(-0.9,-1.25)'/> |
---|
998 | </rule> |
---|
999 | <rule e="node" k="man_made" v="windmill"> |
---|
1000 | <symbol xlink:href="#symbol-windmill" width='2px' height='2px' transform='translate(-1,-1)'/> |
---|
1001 | </rule> |
---|
1002 | <rule e="node" k="amenity" v="place_of_worship"> |
---|
1003 | <rule e="node" k="denomination|religion" v="jewish"> |
---|
1004 | <symbol xlink:href="#synagogue" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
1005 | </rule> |
---|
1006 | <else> |
---|
1007 | <rule e="node" k="denomination|religion" v="muslim|moslem"> |
---|
1008 | <symbol xlink:href="#mosque" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
1009 | </rule> |
---|
1010 | <else> |
---|
1011 | <rule e="node" k="denomination|religion" v="christian"> |
---|
1012 | <symbol xlink:href="#church" width='1px' height='2px' transform='translate(-1,-1)' /> |
---|
1013 | </rule> |
---|
1014 | <else> |
---|
1015 | <symbol xlink:href="#symbol-peak" width='2px' height='2px' transform='translate(-0.5,-1)' /> |
---|
1016 | </else> |
---|
1017 | </else> |
---|
1018 | </else> |
---|
1019 | </rule> |
---|
1020 | <rule e="node" k="amenity" v="parking"> |
---|
1021 | <symbol xlink:href="#parking" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
1022 | </rule> |
---|
1023 | <rule e="node" k="highway" v="traffic_signals"> |
---|
1024 | <symbol xlink:href="#symbol-traffic_signal" width='2px' height='2px' transform='translate(0,0)'/> |
---|
1025 | </rule> |
---|
1026 | <rule e="node" k="amenity" v="school"> |
---|
1027 | <symbol xlink:href="#symbol-school" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
1028 | </rule> |
---|
1029 | <rule e="node" k="amenity" v="university|college"> |
---|
1030 | <symbol xlink:href="#symbol-university" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
1031 | </rule> |
---|
1032 | <rule e="node" k="amenity" v="supermarket"> |
---|
1033 | <symbol xlink:href="#symbol-supermarket" width='2px' height='2px' transform='translate(0,0)' /> |
---|
1034 | </rule> |
---|
1035 | <rule e="node" k="amenity" v="library"> |
---|
1036 | <symbol xlink:href="#symbol-library" width='2px' height='2px' transform='translate(0,0)' /> |
---|
1037 | </rule> |
---|
1038 | <rule e="node" k="amenity" v="fuel"> |
---|
1039 | <symbol xlink:href="#petrolStation" width='2px' height='2px' transform='translate(-1,-1)' /> |
---|
1040 | </rule> |
---|
1041 | <rule e="node" k="amenity" v="recycling"> |
---|
1042 | <symbol xlink:href="#recycling" width='2px' height='2px' transform='translate(-1,-1)'/> |
---|
1043 | </rule> |
---|
1044 | |
---|
1045 | <!-- Leisure symbols --> |
---|
1046 | <rule e="node" k="leisure" v="golf_course"> |
---|
1047 | <symbol xlink:href="#golfCourse" width='5px' height='5px' transform='translate(-2.5,-2.5)' /> |
---|
1048 | </rule> |
---|
1049 | <rule e="node" k="leisure" v="slipway"> |
---|
1050 | <symbol xlink:href="#slipway" width='4px' height='4px' transform='translate(-2,-2)' /> |
---|
1051 | </rule> |
---|
1052 | |
---|
1053 | <!-- Historic symbols --> |
---|
1054 | <rule e="node" k="historic" v="*"> |
---|
1055 | <rule e="node" k="historic" v="museum"> |
---|
1056 | <symbol xlink:href="#symbol-museum" width='2px' height='2px' transform='translate(0,0)'/> |
---|
1057 | </rule> |
---|
1058 | <else> |
---|
1059 | <circle r="0.4" class="generic-poi" /> |
---|
1060 | </else> |
---|
1061 | </rule> |
---|
1062 | |
---|
1063 | <rule e="node" k="man_made" v="cairn"> |
---|
1064 | <circle r="0.4" stroke="black" stroke-width="0.1px" fill="white" /> |
---|
1065 | <circle r="0.1" stroke="black" stroke-width="0.1px" fill="black" /> |
---|
1066 | </rule> |
---|
1067 | |
---|
1068 | </rule> |
---|
1069 | |
---|
1070 | |
---|
1071 | <!-- ==================================== Layer 5 ======================================== --> |
---|
1072 | <rule e="node|way" k="osmarender:render" v="~|yes" layer="5"> |
---|
1073 | |
---|
1074 | <!-- Non-physical boundaries --> |
---|
1075 | <rule e="way" k="boundary" v="administrative" layer="5"> |
---|
1076 | <rule e="way" k="border_type" v="state" layer="5"> |
---|
1077 | <line class="boundary boundary-administrative-state-casing" /> |
---|
1078 | <line class="boundary boundary-administrative-state-core" /> |
---|
1079 | </rule> |
---|
1080 | <else> |
---|
1081 | <rule e="way" k="admin_level" v="10" layer="5"> |
---|
1082 | <line class="boundary boundary-administrative-parish-core" /> |
---|
1083 | </rule> |
---|
1084 | <else> |
---|
1085 | <rule e="way" k="admin_level" v="8" layer="5"> |
---|
1086 | <line class="boundary boundary-administrative-district-core" /> |
---|
1087 | </rule> |
---|
1088 | <else> |
---|
1089 | <line class="boundary boundary-administrative-state-core" /> |
---|
1090 | </else> |
---|
1091 | </else> |
---|
1092 | </else> |
---|
1093 | </rule> |
---|
1094 | |
---|
1095 | |
---|
1096 | <!-- Waterway and Street names --> |
---|
1097 | <rule e="way" k="osmarender:renderName" v="~|yes" layer="5"> |
---|
1098 | <rule e="way" k="tunnel" v="~|no|false" layer="5"> <!-- no names in tunnels --> |
---|
1099 | <rule e="way" k="junction" v="~" layer="5"> <!-- no names on or along junctions --> |
---|
1100 | |
---|
1101 | <rule e="way" k="waterway" v="drain" layer="5"> |
---|
1102 | <text k="name" startOffset='50%' class="waterway-name-casing waterway-drain-name-casing" dy='0.5px' /> |
---|
1103 | <text k="name" startOffset='50%' class="waterway-name-core waterway-drain-name-core" dy='0.5px' /> |
---|
1104 | </rule> |
---|
1105 | <rule e="way" k="waterway" v="canal" layer="5"> |
---|
1106 | <text k="name" startOffset='50%' class="waterway-name-casing waterway-canal-name-casing" dy='0.5px' /> |
---|
1107 | <text k="name" startOffset='50%' class="waterway-name-core waterway-canal-name-core" dy='0.5px' /> |
---|
1108 | </rule> |
---|
1109 | <rule e="way" k="waterway" v="stream" layer="5"> |
---|
1110 | <text k="name" startOffset='50%' class="waterway-name-casing waterway-stream-name-casing" dy='0.5px' /> |
---|
1111 | <text k="name" startOffset='50%' class="waterway-name-core waterway-stream-name-core" dy='0.5px' /> |
---|
1112 | </rule> |
---|
1113 | <rule e="way" k="waterway" v="river" layer="5"> |
---|
1114 | <text k="name" startOffset='50%' class="waterway-name-casing waterway-river-name-casing" dy='0.5px' /> |
---|
1115 | <text k="name" startOffset='50%' class="waterway-name-core waterway-river-name-core" dy='0.5px' /> |
---|
1116 | </rule> |
---|
1117 | |
---|
1118 | <rule e="way" k="scramble" v="*" layer="5"> |
---|
1119 | <text startOffset='50%' class="caption-casing highway-scramble-name" dy='0.35px'><tag k="name" /> ( <tag k="scramble" /> )</text> |
---|
1120 | <text startOffset='50%' class="caption-core highway-scramble-name" dy='0.35px'><tag k="name" /> ( <tag k="scramble" /> )</text> |
---|
1121 | </rule> |
---|
1122 | <rule e="way" k="highway" v="steps" layer="5"> |
---|
1123 | <text k="name" startOffset='50%' class="highway-name highway-steps-name" dy='0.35px' /> |
---|
1124 | </rule> |
---|
1125 | <rule e="way" k="highway" v="footway|footpath" layer="5"> |
---|
1126 | <text k="name" startOffset='50%' class="highway-name highway-footway-name" dy='0.35px' /> |
---|
1127 | </rule> |
---|
1128 | <rule e="way" k="highway" v="pedestrian" layer="5"> |
---|
1129 | <text k="name" startOffset='50%' class="highway-name highway-pedestrian-name" dy='0.35px' /> |
---|
1130 | </rule> |
---|
1131 | <rule e="way" k="highway" v="cycleway" layer="5"> |
---|
1132 | <text k="name" startOffset='50%' class="highway-name highway-cycleway-name" dy='0.35px' /> |
---|
1133 | </rule> |
---|
1134 | <rule e="way" k="highway" v="bridleway" layer="5"> |
---|
1135 | <text k="name" startOffset='50%' class="highway-name highway-bridleway-name" dy='0.35px' /> |
---|
1136 | </rule> |
---|
1137 | <rule e="way" k="highway" v="byway" layer="5"> |
---|
1138 | <text k="name" startOffset='50%' class="highway-name highway-byway-name" dy='0.35px' /> |
---|
1139 | </rule> |
---|
1140 | <rule e="way" k="highway" v="track" layer="5"> |
---|
1141 | <text k="name" startOffset='50%' class="highway-name highway-track-name" dy='0.35px' /> |
---|
1142 | </rule> |
---|
1143 | <rule e="way" k="highway" v="unsurfaced" layer="5"> |
---|
1144 | <text k="name" startOffset='50%' class="highway-name highway-unsurfaced-name" dy='0.35px' /> |
---|
1145 | </rule> |
---|
1146 | <rule e="way" k="highway" v="service" layer="5"> |
---|
1147 | <text k="name" startOffset='50%' class="highway-name highway-service-name" dy='0.35px' /> |
---|
1148 | </rule> |
---|
1149 | <rule e="way" k="highway" v="unclassified|residential|minor" layer="5"> |
---|
1150 | <text k="name" startOffset='50%' class="highway-name highway-unclassified-name" dy='0.35px' /> |
---|
1151 | </rule> |
---|
1152 | <rule e="way" k="highway" v="tertiary" layer="5"> |
---|
1153 | <text k="name" startOffset='50%' class="highway-name highway-tertiary-name" dy='0.5px' /> |
---|
1154 | </rule> |
---|
1155 | <rule e="way" k="highway" v="secondary" layer="5"> |
---|
1156 | <text k="name" startOffset='50%' class="highway-name highway-secondary-name" dy='0.5px' /> |
---|
1157 | </rule> |
---|
1158 | <rule e="way" k="highway" v="primary_link" layer="5"> |
---|
1159 | <text k="name" startOffset='50%' class="highway-name highway-primary-link-name" dy='0.5px' /> |
---|
1160 | </rule> |
---|
1161 | <rule e="way" k="highway" v="trunk_link" layer="5"> |
---|
1162 | <text k="name" startOffset='50%' class="highway-name highway-trunk-link-name" dy='0.35px' /> |
---|
1163 | </rule> |
---|
1164 | <rule e="way" k="highway" v="motorway_link" layer="5"> |
---|
1165 | <text k="name" startOffset='50%' class="highway-name highway-motorway-link-name" dy='0.35px' /> |
---|
1166 | </rule> |
---|
1167 | <rule e="way" k="highway" v="primary" layer="5"> |
---|
1168 | <text k="name" startOffset='50%' class="highway-name highway-primary-name" dy='0.5px'/> |
---|
1169 | </rule> |
---|
1170 | <rule e="way" k="highway" v="trunk" layer="5"> |
---|
1171 | <text k="name" startOffset='50%' class="highway-name highway-trunk-name" dy='0.35px' /> |
---|
1172 | </rule> |
---|
1173 | <rule e="way" k="highway" v="motorway" layer="5"> |
---|
1174 | <text k="name" startOffset='50%' class="highway-name highway-motorway-name" dy='0.35px' /> |
---|
1175 | </rule> |
---|
1176 | </rule> |
---|
1177 | <rule e="way" k="junction" v="*" layer="5"> <!-- Roundabouts, motorway exits etc --> |
---|
1178 | <rule e="way" k="highway" v="unsurfaced|track" layer="5"> |
---|
1179 | <areaText k="name" startOffset='50%' class="highway-name highway-unsurfaced-name" dy='0.75px' /> |
---|
1180 | </rule> |
---|
1181 | <rule e="way" k="highway" v="pedestrian" layer="5"> |
---|
1182 | <areaText k="name" startOffset='50%' class="highway-name highway-pedestrian-name" dy='0.75px' /> |
---|
1183 | </rule> |
---|
1184 | <rule e="way" k="highway" v="unclassified|residential|minor" layer="5"> |
---|
1185 | <areaText k="name" startOffset='50%' class="highway-name highway-unclassified-name" dy='0.75px' /> |
---|
1186 | </rule> |
---|
1187 | <rule e="way" k="highway" v="tertiary" layer="5"> |
---|
1188 | <areaText k="name" startOffset='50%' class="highway-name highway-tertiary-name" dy='0.75px' /> |
---|
1189 | </rule> |
---|
1190 | <rule e="way" k="highway" v="secondary" layer="5"> |
---|
1191 | <areaText k="name" startOffset='50%' class="highway-name highway-secondary-name" dy='1px' /> |
---|
1192 | </rule> |
---|
1193 | <rule e="way" k="highway" v="primary|primary_link" layer="5"> |
---|
1194 | <areaText k="name" startOffset='50%' class="highway-name highway-primary-name" dy='1px' /> |
---|
1195 | </rule> |
---|
1196 | <rule e="way" k="highway" v="trunk|trunk_link" layer="5"> |
---|
1197 | <areaText k="name" startOffset='50%' class="highway-name highway-trunk-name" dy='1.5px' /> |
---|
1198 | </rule> |
---|
1199 | <rule e="way" k="highway" v="motorway|motorway_link" layer="5"> |
---|
1200 | <areaText k="name" startOffset='50%' class="highway-name highway-motorway-name" dy='1.5px' /> |
---|
1201 | </rule> |
---|
1202 | </rule> |
---|
1203 | </rule> |
---|
1204 | </rule> |
---|
1205 | |
---|
1206 | |
---|
1207 | <!-- Road numbers for all highways --> |
---|
1208 | <rule e="way" k="osmarender:renderRef" v="~|yes" layer="5"> |
---|
1209 | <rule e="way" k="tunnel" v="~|no|false" layer="5"> <!-- no road numbers in tunnels --> |
---|
1210 | <rule e="way" k="junction" v="~" layer="5"> <!-- no ref on junctions / roundabouts --> |
---|
1211 | <!-- Use startOffset to prevent captions from colliding on dual carriageways --> |
---|
1212 | <rule e="way" k="highway" v="steps" layer="5"> |
---|
1213 | <text k="ref" startOffset='30%' class='highway-ref highway-steps-ref' dy='-0.5px' /> |
---|
1214 | </rule> |
---|
1215 | <rule e="way" k="highway" v="footway|footpath" layer="5"> |
---|
1216 | <text k="ref" startOffset='30%' class='highway-ref highway-footway-ref' dy='-0.5px' /> |
---|
1217 | </rule> |
---|
1218 | <rule e="way" k="highway" v="pedestrian" layer="5"> |
---|
1219 | <text k="ref" startOffset='30%' class='highway-ref highway-pedestrian-ref' dy='-1px' /> |
---|
1220 | </rule> |
---|
1221 | <rule e="way" k="highway" v="cycleway" layer="5"> |
---|
1222 | <text k="ref" startOffset='30%' class='highway-ref highway-cycleway-ref' dy='-0.8px' /> |
---|
1223 | <text k="ncn_ref" startOffset='60%' class='highway-ref highway-cycleway-ref' dy='-0.8px' /> |
---|
1224 | </rule> |
---|
1225 | <rule e="way" k="highway" v="bridleway" layer="5"> |
---|
1226 | <text k="ref" startOffset='30%' class='highway-ref highway-bridleway-ref' dy='-0.8px' /> |
---|
1227 | </rule> |
---|
1228 | <rule e="way" k="highway" v="byway" layer="5"> |
---|
1229 | <text k="ref" startOffset='30%' class='highway-ref highway-byway-ref' dy='-1px' /> |
---|
1230 | </rule> |
---|
1231 | <rule e="way" k="highway" v="track" layer="5"> |
---|
1232 | <text k="ref" startOffset='30%' class='highway-ref highway-track-ref' dy='-1px' /> |
---|
1233 | </rule> |
---|
1234 | <rule e="way" k="highway" v="unsurfaced" layer="5"> |
---|
1235 | <text k="ref" startOffset='30%' class='highway-ref highway-unsurfaced-ref' dy='-1px' /> |
---|
1236 | </rule> |
---|
1237 | <rule e="way" k="highway" v="service" layer="5"> |
---|
1238 | <text k="ref" startOffset='30%' class='highway-ref highway-service-ref' dy='-1px' /> |
---|
1239 | </rule> |
---|
1240 | <rule e="way" k="highway" v="unclassified|residential|minor" layer="5"> |
---|
1241 | <text k="ref" startOffset='30%' class='highway-ref highway-unclassified-ref' dy='-1.2px' /> |
---|
1242 | </rule> |
---|
1243 | <rule e="way" k="highway" v="tertiary" layer="5"> |
---|
1244 | <text k="ref" startOffset='30%' class='highway-ref highway-tertiary-ref' dy='-1.25px' textAttenuation='3'/> |
---|
1245 | </rule> |
---|
1246 | <rule e="way" k="highway" v="secondary" layer="5"> |
---|
1247 | <text k="ref" startOffset='30%' class='highway-ref highway-secondary-ref' dy='-1.25px' textAttenuation='3'/> |
---|
1248 | </rule> |
---|
1249 | <rule e="way" k="highway" v="primary" layer="5"> |
---|
1250 | <text k="ref" startOffset='30%' class="highway-ref highway-primary-ref" dy='-1.25px' textAttenuation='3'/> |
---|
1251 | </rule> |
---|
1252 | <rule e="way" k="highway" v="trunk" layer="5"> |
---|
1253 | <text k="ref" startOffset='30%' class='highway-ref highway-trunk-ref' dy='-1.25px' textAttenuation='3'/> |
---|
1254 | </rule> |
---|
1255 | <rule e="way" k="highway" v="motorway" layer="5"> |
---|
1256 | <text k="ref" startOffset='30%' class='highway-ref highway-motorway-ref' dy='-1.50px' textAttenuation='3'/> |
---|
1257 | </rule> |
---|
1258 | </rule> |
---|
1259 | </rule> |
---|
1260 | </rule> |
---|
1261 | |
---|
1262 | |
---|
1263 | <!-- Place names --> |
---|
1264 | <rule e="node" k="osmarender:renderName" v="~|yes" layer="5"> |
---|
1265 | <rule e="node" k="natural" v="peak" layer="5"> |
---|
1266 | <text k="name" class='place-caption peak-caption' dy='-1.5px'/> |
---|
1267 | <text k="elevation" class='place-caption' font-size='1px' dy='2.0px'/> |
---|
1268 | </rule> |
---|
1269 | <rule e="node" k="place" v="village" layer="5"> |
---|
1270 | <text k='name' class='place-caption village-caption' /> |
---|
1271 | </rule> |
---|
1272 | <rule e="node" k="place" v="suburb" layer="5"> |
---|
1273 | <text k='name' class='place-caption suburb-caption' /> |
---|
1274 | </rule> |
---|
1275 | <rule e="node" k="place" v="hamlet" layer="5"> |
---|
1276 | <text k='name' class='place-caption hamlet-caption' /> |
---|
1277 | </rule> |
---|
1278 | <rule e="node" k="place" v="farm" layer="5"> |
---|
1279 | <text k='name' class='place-caption farm-caption'/> |
---|
1280 | </rule> |
---|
1281 | <rule e="node" k="tourism" v="attraction" layer="5"> |
---|
1282 | <text k='name' class='tourism-attraction-caption' /> |
---|
1283 | </rule> |
---|
1284 | <rule e="node" k="railway" v="station" layer="5"> |
---|
1285 | <rule e="node" s="way" k="railway" v="rail" layer="5"> |
---|
1286 | <text k="name" class='caption-casing railway-station-caption-casing' dy='-1.5px' /> |
---|
1287 | <text k="name" class='caption-core railway-station-caption-core' dy='-1.5px' /> |
---|
1288 | </rule> |
---|
1289 | <else> |
---|
1290 | <text k="name" class='caption-casing railway-halt-caption-casing' dy='-1px' /> |
---|
1291 | <text k="name" class='caption-core railway-halt-caption-core' dy='-1px' /> |
---|
1292 | </else> |
---|
1293 | </rule> |
---|
1294 | <rule e="node" k="railway" v="halt" layer="5"> |
---|
1295 | <text k="name" class="caption-casing railway-halt-caption-casing" dy='-1px'/> |
---|
1296 | <text k="name" class="caption-core railway-halt-caption-core" dy='-1px'/> |
---|
1297 | </rule> |
---|
1298 | <rule e="node" k="amenity" v="pub" layer="5"> |
---|
1299 | <text k="name" class='caption-casing amenity-pub-caption-casing' dy='-1.2px' /> |
---|
1300 | <text k="name" class='caption-core amenity-pub-caption-core' dy='-1.2px' /> |
---|
1301 | </rule> |
---|
1302 | <rule e="node" k="amenity" v="cinema" layer="5"> |
---|
1303 | <text k="name" class='caption-casing amenity-cinema-caption-casing' dy='-3px' /> |
---|
1304 | <text k="name" class='caption-core amenity-cinema-caption-core' dy='-3px' /> |
---|
1305 | </rule> |
---|
1306 | <rule e="node" k="amenity" v="theatre" layer="5"> |
---|
1307 | <text k="name" class='caption-casing amenity-theatre-caption-casing' dy='-3px' /> |
---|
1308 | <text k="name" class='caption-core amenity-theatre-caption-core' dy='-3px' /> |
---|
1309 | </rule> |
---|
1310 | <rule e="node" k="amenity" v="school|college|university" layer="5"> |
---|
1311 | <text k="name" class='caption-casing generic-caption-casing' dy='-3px' /> |
---|
1312 | <text k="name" class='caption-core generic-caption-core' dy='-3px' /> |
---|
1313 | </rule> |
---|
1314 | <rule e="node" k="amenity" v="supermarket|library|doctors|pharmacy|place_of_worship|parking|post_office|hospital|hotel|hostel|camp_site" layer="5"> |
---|
1315 | <text k="name" class='caption-casing generic-caption-casing' dy='-2.5px' /> |
---|
1316 | <text k="name" class='caption-core generic-caption-core' dy='-2.5px' /> |
---|
1317 | </rule> |
---|
1318 | <rule e="node" k="tourism" v="hotel|hostel|camp_site" layer="5"> |
---|
1319 | <text k="name" class='caption-casing generic-caption-casing' dy='-2.5px' /> |
---|
1320 | <text k="name" class='caption-core generic-caption-core' dy='-2.5px' /> |
---|
1321 | </rule> |
---|
1322 | <rule e="node" k="historic" v="*" layer="5"> |
---|
1323 | <text k="name" class='caption-casing generic-caption-casing' dy='-2.5px' /> |
---|
1324 | <text k="name" class='caption-core generic-caption-core' dy='-2.5px' /> |
---|
1325 | </rule> |
---|
1326 | </rule> |
---|
1327 | |
---|
1328 | |
---|
1329 | <!-- Area captions --> |
---|
1330 | <rule e="way" k="natural" v="*" layer="5"> |
---|
1331 | <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/> |
---|
1332 | <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/> |
---|
1333 | </rule> |
---|
1334 | <rule e="way" k="leisure" v="*" layer="5"> |
---|
1335 | <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/> |
---|
1336 | <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/> |
---|
1337 | </rule> |
---|
1338 | <rule e="way" k="sport" v="*" layer="5"> |
---|
1339 | <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/> |
---|
1340 | <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/> |
---|
1341 | </rule> |
---|
1342 | <rule e="way" k="landuse" v="*" layer="5"> |
---|
1343 | <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/> |
---|
1344 | <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/> |
---|
1345 | </rule> |
---|
1346 | <rule e="way" k="amenity" v="school|college|university|parking" layer="5"> |
---|
1347 | <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/> |
---|
1348 | <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/> |
---|
1349 | </rule> |
---|
1350 | <rule e="way" k="building" v="*" layer="5"> |
---|
1351 | <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/> |
---|
1352 | <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/> |
---|
1353 | </rule> |
---|
1354 | <rule e="way" k="tourism" v="attraction" layer="5"> |
---|
1355 | <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/> |
---|
1356 | <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/> |
---|
1357 | </rule> |
---|
1358 | </rule> |
---|
1359 | |
---|
1360 | |
---|
1361 | <!-- SVG Definitions - markers, symbols etc go here --> |
---|
1362 | <defs> |
---|
1363 | |
---|
1364 | <style id="styles" type="text/css" xmlns="http://www.w3.org/2000/svg"> |
---|
1365 | /* DO NOT DELETE - Used by osmarender.xsl */ |
---|
1366 | .untagged-segments { |
---|
1367 | stroke-width: 0.5px; |
---|
1368 | stroke-linejoin: round; |
---|
1369 | stroke-linecap: butt; |
---|
1370 | stroke: #e0e0e0; |
---|
1371 | stroke-dasharray: 0.5,0.5; |
---|
1372 | } |
---|
1373 | |
---|
1374 | |
---|
1375 | .gate-locked { |
---|
1376 | fill: none; |
---|
1377 | stroke: red; |
---|
1378 | stroke-width: 1px; |
---|
1379 | stroke-opacity: 0; |
---|
1380 | marker-mid: url(#marker-gate-locked); |
---|
1381 | } |
---|
1382 | |
---|
1383 | .gate-closed { |
---|
1384 | fill: none; |
---|
1385 | stroke: red; |
---|
1386 | stroke-width: 1px; |
---|
1387 | stroke-opacity: 0; |
---|
1388 | marker-mid: url(#marker-gate-closed); |
---|
1389 | } |
---|
1390 | |
---|
1391 | .gate-open { |
---|
1392 | fill: none; |
---|
1393 | stroke: red; |
---|
1394 | stroke-width: 1px; |
---|
1395 | stroke-opacity: 0; |
---|
1396 | marker-mid: url(#marker-gate-open); |
---|
1397 | } |
---|
1398 | |
---|
1399 | /* Railways - generic styles */ |
---|
1400 | .railway-casing { |
---|
1401 | stroke-linecap: butt; |
---|
1402 | stroke-linejoin: round; |
---|
1403 | fill: none; |
---|
1404 | } |
---|
1405 | |
---|
1406 | .railway-core { |
---|
1407 | stroke-linecap: butt; |
---|
1408 | stroke-linejoin: round; |
---|
1409 | fill: none; |
---|
1410 | } |
---|
1411 | |
---|
1412 | |
---|
1413 | /* Highways - generic styles */ |
---|
1414 | .highway-casing { |
---|
1415 | stroke-linecap: square; |
---|
1416 | stroke-linejoin: round; |
---|
1417 | fill: none; |
---|
1418 | } |
---|
1419 | |
---|
1420 | .highway-core { |
---|
1421 | stroke-linecap: square; |
---|
1422 | stroke-linejoin: round; |
---|
1423 | fill: none; |
---|
1424 | } |
---|
1425 | |
---|
1426 | .highway-motorway-junction { |
---|
1427 | fill: yellow; |
---|
1428 | stroke: #4D5D73; |
---|
1429 | stroke-width: 0.75px; |
---|
1430 | } |
---|
1431 | |
---|
1432 | .highway-motorway-junction-caption { |
---|
1433 | fill: black; |
---|
1434 | stroke: black; |
---|
1435 | stroke-width: 0.05px; |
---|
1436 | font-family: "DejaVu Sans",sans-serif; |
---|
1437 | font-size: 1.5px; |
---|
1438 | font-weight: bold; |
---|
1439 | text-anchor: middle; |
---|
1440 | } |
---|
1441 | |
---|
1442 | .highway-ref { |
---|
1443 | fill: #666666; |
---|
1444 | stroke: white; |
---|
1445 | font-family: "DejaVu Sans"; |
---|
1446 | font-weight: normal; |
---|
1447 | text-anchor: middle; |
---|
1448 | } |
---|
1449 | |
---|
1450 | .highway-name { |
---|
1451 | fill: black; |
---|
1452 | font-family: "DejaVu Sans"; |
---|
1453 | font-weight: normal; |
---|
1454 | stroke: white; |
---|
1455 | text-anchor: middle; |
---|
1456 | } |
---|
1457 | |
---|
1458 | .highway-user { |
---|
1459 | stroke-width: 0px; |
---|
1460 | font-size: 1.0px; fill: #bbbbbb; |
---|
1461 | } |
---|
1462 | |
---|
1463 | .bridge-casing { |
---|
1464 | stroke-linecap: butt; |
---|
1465 | stroke-linejoin: round; |
---|
1466 | stroke: #777777; |
---|
1467 | fill: none; |
---|
1468 | marker-start: url(#bridge-casing-start); |
---|
1469 | marker-end: url(#bridge-casing-end); |
---|
1470 | } |
---|
1471 | |
---|
1472 | .bridge-core { |
---|
1473 | stroke-linecap: butt; |
---|
1474 | stroke-linejoin: round; |
---|
1475 | stroke: #f8f8f8; |
---|
1476 | fill: none; |
---|
1477 | } |
---|
1478 | |
---|
1479 | .tunnel-casing { |
---|
1480 | stroke-linecap: butt; |
---|
1481 | stroke-linejoin: round; |
---|
1482 | fill: none; |
---|
1483 | } |
---|
1484 | |
---|
1485 | .tunnel-core { |
---|
1486 | stroke-linecap: butt; |
---|
1487 | stroke-linejoin: round; |
---|
1488 | fill: none; |
---|
1489 | } |
---|
1490 | |
---|
1491 | .tunnel { stroke-dasharray: 0.4, 0.4; } |
---|
1492 | |
---|
1493 | |
---|
1494 | .railway-rail-bridge-casing { stroke-width: 2.75px; } |
---|
1495 | .railway-rail-bridge-core { stroke-width: 2.25px; } |
---|
1496 | .railway-rail-casing { stroke-width: 1.0px; stroke: #aaaaaa; } |
---|
1497 | .railway-rail-1-core { stroke-width: 0.8px; stroke: #ffffff; } |
---|
1498 | .railway-rail-2-core { stroke-width: 1.5px; stroke: #aaaaaa; stroke-dasharray: 0.1, 1.0; } |
---|
1499 | |
---|
1500 | .railway-light-rail-bridge-casing { stroke-width: 2.05px; } |
---|
1501 | .railway-light-rail-bridge-core { stroke-width: 1.55px; } |
---|
1502 | .railway-light-rail-casing { stroke-width: 0.8px; stroke: #666666; } |
---|
1503 | .railway-light-rail-core { stroke-width: 0.6px; stroke: #666666; } |
---|
1504 | |
---|
1505 | .railway-subway-bridge-casing { stroke-width: 2.05px; } |
---|
1506 | .railway-subway-bridge-core { stroke-width: 1.55px; } |
---|
1507 | .railway-subway-casing { stroke-width: 0.8px; stroke: #aaaaaa; } |
---|
1508 | .railway-subway-core { stroke-width: 0.6px; stroke: #ffffff; stroke-dasharray: 1, 3; } |
---|
1509 | |
---|
1510 | .railway-tram-bridge-casing { stroke-width: 2.05px; } |
---|
1511 | .railway-tram-bridge-core { stroke-width: 1.55px; } |
---|
1512 | .railway-tram-casing { stroke-width: 0.8px; stroke: #666666; } |
---|
1513 | .railway-tram-core { stroke-width: 0.6px; stroke: #666666; } |
---|
1514 | |
---|
1515 | .railway-narrow-gauge-bridge-casing { stroke-width: 2.05px; } |
---|
1516 | .railway-narrow-gauge-bridge-core { stroke-width: 1.55px; } |
---|
1517 | .railway-narrow-gauge-casing { stroke-width: 0.8px; stroke: #aaaaaa; } |
---|
1518 | .railway-narrow-gauge-core { stroke-width: 0.6px; stroke: #aaaaaa; } |
---|
1519 | |
---|
1520 | .railway-preserved-bridge-casing { stroke-width: 2.35px; } |
---|
1521 | .railway-preserved-bridge-core { stroke-width: 1.85px; } |
---|
1522 | .railway-preserved-casing { stroke-width: 1.1px; stroke: #666666; } |
---|
1523 | .railway-preserved-core { stroke-width: 0.9px; stroke: #666666; } |
---|
1524 | |
---|
1525 | .railway-monorail-bridge-casing { stroke-width: 2.25px; } |
---|
1526 | .railway-monorail-bridge-core { stroke-width: 1.75px; } |
---|
1527 | .railway-monorail-casing { stroke-width: 1.0px; stroke: #666666; } |
---|
1528 | .railway-monorail-core { stroke-width: 0.8px; stroke: #a65ca3; } |
---|
1529 | |
---|
1530 | .highway-motorway-bridge-casing { stroke-width: 3.50px; } |
---|
1531 | .highway-motorway-bridge-core { stroke-width: 3.00px; } |
---|
1532 | .highway-motorway-casing { stroke-width: 1.9px; stroke: #777777; } |
---|
1533 | .highway-motorway-core { stroke-width: 1.7px; stroke: #809BC0; } |
---|
1534 | .highway-motorway-name { stroke-width: 0px; font-size: 1.5px; } |
---|
1535 | .highway-motorway-ref { stroke-width: 0px; font-size: 2px; } |
---|
1536 | |
---|
1537 | .highway-trunk-bridge-casing { stroke-width: 2.5px; } |
---|
1538 | .highway-trunk-bridge-core { stroke-width: 2.2px; } |
---|
1539 | .highway-trunk-casing { stroke-width: 1.7px; stroke: #777777; } |
---|
1540 | .highway-trunk-core { stroke-width: 1.5px; stroke: #7FC97F; } |
---|
1541 | .highway-trunk-name { stroke-width: 0px; font-size: 1.5px; } |
---|
1542 | .highway-trunk-ref { stroke-width: 0px; font-size: 2px; } |
---|
1543 | |
---|
1544 | .highway-primary-bridge-casing { stroke-width: 2.5px; } |
---|
1545 | .highway-primary-bridge-core { stroke-width: 2.2px; } |
---|
1546 | .highway-primary-casing { stroke-width: 1.7px; stroke: #777777; } |
---|
1547 | .highway-primary-core { stroke-width: 1.5px; stroke: #e46d71; } |
---|
1548 | .highway-primary-name { stroke-width: 0px; font-size: 1.5px; } |
---|
1549 | .highway-primary-ref { stroke-width: 0px; font-size: 2px; } |
---|
1550 | |
---|
1551 | .highway-motorway-link-bridge-casing { stroke-width: 2.5px; } |
---|
1552 | .highway-motorway-link-bridge-core { stroke-width: 2.2px; } |
---|
1553 | .highway-motorway-link-casing { stroke-width: 1.7px; stroke: #777777; } |
---|
1554 | .highway-motorway-link-core { stroke-width: 1.5px; stroke: #809BC0; } |
---|
1555 | .highway-motorway-link-name { stroke-width: 0px; font-size: 1.5px; } |
---|
1556 | .highway-motorway-link-ref { stroke-width: 0px; font-size: 2px; } |
---|
1557 | |
---|
1558 | .highway-trunk-link-bridge-casing { stroke-width: 2.5px; } |
---|
1559 | .highway-trunk-link-bridge-core { stroke-width: 2.2px; } |
---|
1560 | .highway-trunk-link-casing { stroke-width: 1.7px; stroke: #777777; } |
---|
1561 | .highway-trunk-link-core { stroke-width: 1.5px; stroke: #7FC97F; } |
---|
1562 | .highway-trunk-link-name { stroke-width: 0px; font-size: 1.5px; } |
---|
1563 | .highway-trunk-link-ref { stroke-width: 0px; font-size: 2px; } |
---|
1564 | |
---|
1565 | .highway-primary-link-bridge-casing { stroke-width: 2.5px; } |
---|
1566 | .highway-primary-link-bridge-core { stroke-width: 2.2px; } |
---|
1567 | .highway-primary-link-casing { stroke-width: 1.7px; stroke: #777777; } |
---|
1568 | .highway-primary-link-core { stroke-width: 1.5px; stroke: #e46d71; } |
---|
1569 | .highway-primary-link-name { stroke-width: 0px; font-size: 1.5px; } |
---|
1570 | .highway-primary-link-ref { stroke-width: 0px; font-size: 2px; } |
---|
1571 | |
---|
1572 | .highway-secondary-bridge-casing { stroke-width: 2.5px; } |
---|
1573 | .highway-secondary-bridge-core { stroke-width: 2.2px; } |
---|
1574 | .highway-secondary-casing { stroke-width: 1.7px; stroke: #777777; } |
---|
1575 | .highway-secondary-core { stroke-width: 1.5px; stroke: #FDBF6F; } |
---|
1576 | .highway-secondary-name { stroke-width: 0px; font-size: 1.5px;} |
---|
1577 | .highway-secondary-ref { stroke-width: 0px; font-size: 2px; } |
---|
1578 | |
---|
1579 | .highway-tertiary-bridge-casing { stroke-width: 2.5px; } |
---|
1580 | .highway-tertiary-bridge-core { stroke-width: 2.2px; } |
---|
1581 | .highway-tertiary-casing { stroke-width: 1.7px; stroke: #777777; } |
---|
1582 | .highway-tertiary-core { stroke-width: 1.5px; stroke: #f7f496; } |
---|
1583 | .highway-tertiary-name { stroke-width: 0px; font-size: 1.25px; } |
---|
1584 | .highway-tertiary-ref { stroke-width: 0px; font-size: 1.5px; } |
---|
1585 | |
---|
1586 | .highway-unclassified-bridge-casing { stroke-width: 2.2px; } |
---|
1587 | .highway-unclassified-bridge-core { stroke-width: 2.0px; } |
---|
1588 | .highway-unclassified-casing { stroke-width: 1.5px; stroke: #777777; } |
---|
1589 | .highway-unclassified-core { stroke-width: 1.25px; stroke: #ffffff; } |
---|
1590 | .highway-unclassified-name { stroke-width: 0px; font-size: 1.25px; } |
---|
1591 | .highway-unclassified-ref { stroke-width: 0px; font-size: 1.5px; } |
---|
1592 | |
---|
1593 | .highway-service-bridge-casing { stroke-width: 2.25px; } |
---|
1594 | .highway-service-bridge-core { stroke-width: 1.75px; } |
---|
1595 | .highway-service-casing { stroke-width: 1.2px; stroke: #777777; } |
---|
1596 | .highway-service-core { stroke-width: 1px; stroke: #ffffff; } |
---|
1597 | .highway-service-name { stroke-width: 0px; font-size: 1.25px; } |
---|
1598 | .highway-service-ref { stroke-width: 0px; font-size: 1.25px; } |
---|
1599 | |
---|
1600 | .highway-unsurfaced-bridge-casing { stroke-width: 2.25px; } |
---|
1601 | .highway-unsurfaced-bridge-core { stroke-width: 1.75px; } |
---|
1602 | .highway-unsurfaced-casing { stroke-width: 1.2px; stroke: #777777; stroke-dasharray: 1, 0.5; stroke-linecap: butt; } |
---|
1603 | .highway-unsurfaced-core { stroke-width: 1px; stroke: #ffffff; } |
---|
1604 | .highway-unsurfaced-name { stroke-width: 0px; font-size: 1.25px; } |
---|
1605 | .highway-unsurfaced-ref { stroke-width: 0px; font-size: 1.25px; } |
---|
1606 | |
---|
1607 | .highway-track-bridge-casing { stroke-width: 2.25px; } |
---|
1608 | .highway-track-bridge-core { stroke-width: 1.75px; } |
---|
1609 | .highway-track-casing { stroke-width: 1.2px; stroke: #d79331; } |
---|
1610 | .highway-track-core { stroke-width: 1px; stroke: #ffffff; } |
---|
1611 | .highway-track-name { stroke-width: 0px; font-size: 1.25px; } |
---|
1612 | .highway-track-ref { stroke-width: 0px; font-size: 1.25px; } |
---|
1613 | |
---|
1614 | .highway-byway-bridge-casing { stroke-width: 1.6px; } |
---|
1615 | .highway-byway-bridge-core { stroke-width: 1.4px; } |
---|
1616 | .highway-byway-1-casing { stroke-width: 1px; stroke: #555555; stroke-dasharray: 0.7, 0.2; stroke-linecap: butt;} |
---|
1617 | .highway-byway-2-casing { stroke-width: 0.8px; stroke: #efadaa; } |
---|
1618 | .highway-byway-3-casing { stroke-width: 1.4px; stroke: #555555; stroke-dasharray: 0.1, 0.8; stroke-dashoffset: 0.6; stroke-linecap: butt; } |
---|
1619 | .highway-byway-1-core { stroke-width: 0.4px; stroke: #efadaa; } |
---|
1620 | .highway-byway-name { stroke-width: 0px; font-size: 1.25px; } |
---|
1621 | .highway-byway-ref { stroke-width: 0px; font-size: 1.25px; } |
---|
1622 | |
---|
1623 | .highway-bridleway-bridge-casing { stroke-width: 1.6px; } |
---|
1624 | .highway-bridleway-bridge-core { stroke-width: 1.4px; } |
---|
1625 | .highway-bridleway-casing { stroke-width: 1px; stroke: #777777; stroke-dasharray: 0.7, 0.2; stroke-linecap: butt; } |
---|
1626 | .highway-bridleway-core { stroke-width: 0.8px; stroke: #e3e9f1; } |
---|
1627 | .highway-bridleway-name { stroke-width: 0px; font-size: 1.25px; } |
---|
1628 | .highway-bridleway-ref { stroke-width: 0px; font-size: 1.25px; } |
---|
1629 | |
---|
1630 | .highway-cycleway-bridge-casing { stroke-width: 1.6px; } |
---|
1631 | .highway-cycleway-bridge-core { stroke-width: 1.4px; } |
---|
1632 | .highway-cycleway-casing { stroke-width: 1px; stroke: #777777; stroke-dasharray: 0.2, 0.2; stroke-linecap: butt;} |
---|
1633 | .highway-cycleway-core { stroke-width: 0.8px; stroke: #d1ead1; } |
---|
1634 | .highway-cycleway-name { stroke-width: 0px; font-size: 1.25px; } |
---|
1635 | .highway-cycleway-ref { stroke-width: 0px; font-size: 1.25px; } |
---|
1636 | |
---|
1637 | .highway-pedestrian-bridge-casing { stroke-width: 1.8px; } |
---|
1638 | .highway-pedestrian-bridge-core { stroke-width: 1.6px; } |
---|
1639 | .highway-pedestrian-casing { stroke-width: 1.2px; stroke: #aaaaaa; } |
---|
1640 | .highway-pedestrian-core { stroke-width: 1px; stroke: #eeeeee; } |
---|
1641 | .highway-pedestrian-area { stroke-width: 1px; stroke: #eeeeee; fill: #eeeeee; } |
---|
1642 | .highway-pedestrian-name { stroke-width: 0px; font-size: 1px; } |
---|
1643 | .highway-pedestrian-ref { stroke-width: 0px; font-size: 1.25px; } |
---|
1644 | |
---|
1645 | .highway-footway-bridge-casing { stroke-width: 1.2px; } |
---|
1646 | .highway-footway-bridge-core { stroke-width: 1px; } |
---|
1647 | .highway-footway-casing { stroke-width: 0.6px; stroke: #777777; stroke-dasharray: 0.2, 0.2; stroke-linecap: butt;} |
---|
1648 | .highway-footway-core { stroke-width: 0.5px; stroke: #efeaa0; } |
---|
1649 | .highway-footway-name { stroke-width: 0px; font-size: 1.25px; } |
---|
1650 | .highway-footway-ref { stroke-width: 0px; font-size: 1.25px; } |
---|
1651 | |
---|
1652 | .highway-steps-bridge-casing { stroke-width: 1.2px; } |
---|
1653 | .highway-steps-bridge-core { stroke-width: 1.0px; } |
---|
1654 | .highway-steps-casing { stroke-width: 0.6px; stroke: #777777; } |
---|
1655 | .highway-steps-core { stroke-width: 0.5px; stroke: #e5e0c2; stroke-dasharray: 0.3, 0.1; stroke-linecap: butt;} |
---|
1656 | .highway-steps-name { stroke-width: 0px; font-size: 1.25px; } |
---|
1657 | .highway-steps-ref { stroke-width: 0px; font-size: 1.25px; } |
---|
1658 | |
---|
1659 | .highway-scramble-core { stroke-width: 0.15px; stroke: #777777; stroke-dasharray: 0.8, 0.2; stroke-linecap: butt;} |
---|
1660 | .highway-scramble-name { stroke-width: 0.5px; fill: black; font-size: 1.25px; } |
---|
1661 | |
---|
1662 | /* Aeroways */ |
---|
1663 | .aeroway-apron { |
---|
1664 | stroke-width: 0.3px; |
---|
1665 | stroke: none; |
---|
1666 | fill: #f0f0f0; |
---|
1667 | } |
---|
1668 | |
---|
1669 | .aeroway-taxiway-casing { |
---|
1670 | stroke-width: 3px; |
---|
1671 | stroke-linecap: butt; |
---|
1672 | stroke-linejoin: round; |
---|
1673 | stroke: #000000; |
---|
1674 | fill: none; |
---|
1675 | } |
---|
1676 | |
---|
1677 | .aeroway-taxiway-core { |
---|
1678 | stroke-width: 2px; |
---|
1679 | stroke-linecap: butt; |
---|
1680 | stroke-linejoin: round; |
---|
1681 | stroke: #d4dcbd; |
---|
1682 | fill: none; |
---|
1683 | } |
---|
1684 | |
---|
1685 | .aeroway-runway-core { |
---|
1686 | stroke-width: 5px; |
---|
1687 | stroke-linecap: square; |
---|
1688 | stroke-linejoin: round; |
---|
1689 | stroke: #d4dcbd; |
---|
1690 | fill: none; |
---|
1691 | } |
---|
1692 | |
---|
1693 | .aeroway-runway-casing { |
---|
1694 | stroke-width: 7px; |
---|
1695 | stroke-linecap: square; |
---|
1696 | stroke-linejoin: round; |
---|
1697 | stroke: #000000; |
---|
1698 | fill: none; |
---|
1699 | } |
---|
1700 | |
---|
1701 | .aeroway-aerodrome-caption { |
---|
1702 | fill: black; |
---|
1703 | stroke: white; |
---|
1704 | stroke-width: 0.3px; |
---|
1705 | font-family: "DejaVu Sans"; |
---|
1706 | font-size: 6px; |
---|
1707 | font-weight: bold; |
---|
1708 | } |
---|
1709 | |
---|
1710 | .aeroway-airport-caption { |
---|
1711 | fill: black; |
---|
1712 | stroke: white; |
---|
1713 | stroke-width: 0.3px; |
---|
1714 | font-family: "DejaVu Sans"; |
---|
1715 | font-size: 10px; |
---|
1716 | font-weight: bold; |
---|
1717 | } |
---|
1718 | |
---|
1719 | |
---|
1720 | /* Waterways */ |
---|
1721 | .waterway-name-casing { |
---|
1722 | stroke: #333333; |
---|
1723 | fill: white; |
---|
1724 | font-family: "DejaVu Sans"; |
---|
1725 | font-weight: bold; |
---|
1726 | text-anchor: middle; |
---|
1727 | stroke-miterlimit: 1.5; |
---|
1728 | } |
---|
1729 | |
---|
1730 | .waterway-name-core { |
---|
1731 | stroke: green; |
---|
1732 | fill: white; |
---|
1733 | stroke-width: 0px; |
---|
1734 | font-family: "DejaVu Sans"; |
---|
1735 | font-weight: bold; |
---|
1736 | text-anchor: middle; |
---|
1737 | stroke-miterlimit: 1.5; |
---|
1738 | } |
---|
1739 | |
---|
1740 | .waterway-casing { |
---|
1741 | stroke-linecap: round; |
---|
1742 | stroke-linejoin: round; |
---|
1743 | stroke: #b5d6f1; |
---|
1744 | fill: none; |
---|
1745 | } |
---|
1746 | |
---|
1747 | .waterway-core { |
---|
1748 | stroke-linecap: round; |
---|
1749 | stroke-linejoin: round; |
---|
1750 | stroke: #b5d6f1; |
---|
1751 | fill: none; |
---|
1752 | } |
---|
1753 | |
---|
1754 | .waterway-riverbank { |
---|
1755 | fill: #b5d6f1; |
---|
1756 | stroke: #aaaaaa; |
---|
1757 | stroke-width: 0px; |
---|
1758 | } |
---|
1759 | |
---|
1760 | .waterway-river-casing { stroke-width: 4px; } |
---|
1761 | .waterway-river-core { stroke-width: 3px; } |
---|
1762 | .waterway-river-name-casing { font-size: 1.5px; stroke-width: 0.1px;} |
---|
1763 | .waterway-river-name-core { font-size: 1.5px; } |
---|
1764 | |
---|
1765 | .waterway-stream-casing { stroke-width: 0.5px; } |
---|
1766 | .waterway-stream-core { stroke-width: 0.4px; } |
---|
1767 | .waterway-stream-name-casing { stroke-width: 0.1px; font-size: 1.5px; } |
---|
1768 | .waterway-stream-name-core { font-size: 1.5px; } |
---|
1769 | |
---|
1770 | .waterway-canal-casing { stroke-width: 2px; } |
---|
1771 | .waterway-canal-core { stroke-width: 1px; } |
---|
1772 | .waterway-canal-name-casing { stroke-width: 0.1px; font-size: 1.5px; } |
---|
1773 | .waterway-canal-name-core { font-size: 1.5px; } |
---|
1774 | |
---|
1775 | .waterway-drain-casing { stroke-width: 1px; } |
---|
1776 | .waterway-drain-core { stroke-width: 0.5px; } |
---|
1777 | .waterway-drain-name-casing { stroke-width: 0.1px; font-size: 1.5px; } |
---|
1778 | .waterway-drain-name-core { font-size: 1.5px; } |
---|
1779 | |
---|
1780 | |
---|
1781 | /* Generic under-construction style - makes any way dashed */ |
---|
1782 | .under-construction { stroke: #f8f8f8; stroke-dasharray: 4, 4; stroke-linecap: butt;} |
---|
1783 | |
---|
1784 | |
---|
1785 | /* Ferry */ |
---|
1786 | .route-ferry { |
---|
1787 | stroke-width: 0.5px; |
---|
1788 | stroke-dasharray: 3,2; |
---|
1789 | stroke-linecap: butt; |
---|
1790 | stroke-linejoin: round; |
---|
1791 | stroke: #777777; |
---|
1792 | fill: none; |
---|
1793 | } |
---|
1794 | |
---|
1795 | |
---|
1796 | /* Place names */ |
---|
1797 | /* General style for captions */ |
---|
1798 | .place-caption { |
---|
1799 | fill: black; |
---|
1800 | stroke: none; |
---|
1801 | font-family: "DejaVu Sans"; |
---|
1802 | font-weight: bold; |
---|
1803 | text-anchor: middle; |
---|
1804 | } |
---|
1805 | |
---|
1806 | .caption-casing { |
---|
1807 | fill: white; |
---|
1808 | stroke: white; |
---|
1809 | font-family: "DejaVu Sans"; |
---|
1810 | font-weight: bold; |
---|
1811 | text-anchor: middle; |
---|
1812 | stroke-miterlimit: 1.5; |
---|
1813 | } |
---|
1814 | |
---|
1815 | .caption-core { |
---|
1816 | stroke: white; |
---|
1817 | stroke-width: 0px; |
---|
1818 | font-family: "DejaVu Sans"; |
---|
1819 | font-weight: bold; |
---|
1820 | text-anchor: middle; |
---|
1821 | stroke-miterlimit: 1.5; |
---|
1822 | } |
---|
1823 | |
---|
1824 | .peak-caption { font-size: 2px; } |
---|
1825 | .village-caption { font-size: 3px; } |
---|
1826 | .suburb-caption { font-size: 3px; } |
---|
1827 | .hamlet-caption { font-size: 2px; } |
---|
1828 | .farm-caption { font-size: 1.5px; } |
---|
1829 | |
---|
1830 | |
---|
1831 | /* Natural */ |
---|
1832 | .natural-water { |
---|
1833 | fill: #b5d6f1; |
---|
1834 | stroke: #aaaaaa; |
---|
1835 | stroke-width: 0px; |
---|
1836 | } |
---|
1837 | |
---|
1838 | .natural-coastline { |
---|
1839 | fill: #b5d6f1; |
---|
1840 | stroke: #b5d6f1; |
---|
1841 | stroke-width: 0.4px; |
---|
1842 | } |
---|
1843 | |
---|
1844 | .natural-land { |
---|
1845 | fill: #ffffff; |
---|
1846 | stroke: #e0e0e0; |
---|
1847 | stroke-width: 0.1px; |
---|
1848 | } |
---|
1849 | |
---|
1850 | .natural-beach { |
---|
1851 | fill: #eecc55; |
---|
1852 | stroke: none; |
---|
1853 | } |
---|
1854 | |
---|
1855 | /* Landuse */ |
---|
1856 | .landuse-wood { |
---|
1857 | fill: #72bf81; |
---|
1858 | stroke: #6fc18e; |
---|
1859 | stroke-width: 0.2px; |
---|
1860 | } |
---|
1861 | |
---|
1862 | .landuse-cemetery { |
---|
1863 | fill: url(#cemetery-pattern); |
---|
1864 | stroke: #eeeeee; |
---|
1865 | stroke-width: 0.2px; |
---|
1866 | } |
---|
1867 | |
---|
1868 | .landuse-cemetery-christian { |
---|
1869 | fill: url(#cemetery-christian-pattern); |
---|
1870 | stroke: #eeeeee; |
---|
1871 | stroke-width: 0.2px; |
---|
1872 | } |
---|
1873 | |
---|
1874 | .landuse-field { |
---|
1875 | fill: #bde3cb; |
---|
1876 | stroke: #6fc13d; |
---|
1877 | stroke-width: 0.2px; |
---|
1878 | } |
---|
1879 | |
---|
1880 | .landuse-residential { |
---|
1881 | stroke: none; |
---|
1882 | fill: #f2f2f2; |
---|
1883 | } |
---|
1884 | |
---|
1885 | .landuse-retail { |
---|
1886 | stroke: none; |
---|
1887 | fill: #ffebeb; |
---|
1888 | } |
---|
1889 | |
---|
1890 | .landuse-industrial { |
---|
1891 | fill: #ecd8ff; |
---|
1892 | stroke: #eeeeee; |
---|
1893 | stroke-width: 0.2px; |
---|
1894 | } |
---|
1895 | |
---|
1896 | .landuse-commercial { |
---|
1897 | fill: #fcffc9; |
---|
1898 | stroke: #eeeeee; |
---|
1899 | stroke-width: 0.2px; |
---|
1900 | } |
---|
1901 | |
---|
1902 | .landuse-retail { |
---|
1903 | fill: #ffebeb; |
---|
1904 | stroke: #eeeeee; |
---|
1905 | stroke-width: 0.2px; |
---|
1906 | } |
---|
1907 | |
---|
1908 | .landuse-runway { |
---|
1909 | stroke-width: 0.3px; |
---|
1910 | stroke: #808080; |
---|
1911 | fill: #d4dcbd; |
---|
1912 | } |
---|
1913 | |
---|
1914 | .landuse-runway-disused { |
---|
1915 | stroke-width: 0.3px; |
---|
1916 | stroke: #808080; |
---|
1917 | fill: #d4dcbd; |
---|
1918 | stroke-dasharray: 1, 1; |
---|
1919 | } |
---|
1920 | |
---|
1921 | .landuse-runway-dismantled { |
---|
1922 | stroke-width: 0.3px; |
---|
1923 | stroke: #808080; |
---|
1924 | fill: #fcffef; |
---|
1925 | stroke-dasharray: 0.3, 1.7; |
---|
1926 | opacity: 0.5; |
---|
1927 | } |
---|
1928 | |
---|
1929 | .artificial-pier-core { |
---|
1930 | stroke-width: 0.3px; |
---|
1931 | stroke-linecap: butt; |
---|
1932 | stroke-linejoin: round; |
---|
1933 | stroke: #eeeeee; |
---|
1934 | fill: none; |
---|
1935 | } |
---|
1936 | |
---|
1937 | .artificial-pier-casing { |
---|
1938 | stroke-width: 0.4px; |
---|
1939 | stroke-linecap: butt; |
---|
1940 | stroke-linejoin: round; |
---|
1941 | stroke: #cccccc; |
---|
1942 | fill: none; |
---|
1943 | } |
---|
1944 | |
---|
1945 | |
---|
1946 | /* Leisure */ |
---|
1947 | .leisure-park { |
---|
1948 | fill: #c7f1a3; |
---|
1949 | stroke: #6fc18e; |
---|
1950 | stroke-width: 0.2px; |
---|
1951 | } |
---|
1952 | |
---|
1953 | .leisure-stadium { |
---|
1954 | fill: #bde3cb; |
---|
1955 | stroke: #6fc18e; |
---|
1956 | stroke-width: 0.2px; |
---|
1957 | } |
---|
1958 | |
---|
1959 | .leisure-track { |
---|
1960 | fill: #bde3cb; |
---|
1961 | stroke: #6fc18e; |
---|
1962 | stroke-width: 0.2px; |
---|
1963 | } |
---|
1964 | |
---|
1965 | .sport { |
---|
1966 | fill: #bde3cb; |
---|
1967 | stroke: #6fc18e; |
---|
1968 | stroke-width: 0.2px; |
---|
1969 | } |
---|
1970 | |
---|
1971 | .amenity-parking { |
---|
1972 | fill: #f7efb7; |
---|
1973 | stroke: #e9dd72; |
---|
1974 | stroke-width: 0.2px; |
---|
1975 | } |
---|
1976 | |
---|
1977 | .amenity-school { |
---|
1978 | fill: #dfafdd; |
---|
1979 | stroke: #e9dd72; |
---|
1980 | stroke-width: 0.2px; |
---|
1981 | } |
---|
1982 | |
---|
1983 | |
---|
1984 | /* Non-physical boundaries */ |
---|
1985 | .boundary { |
---|
1986 | stroke-linecap: butt; |
---|
1987 | stroke-linejoin: round; |
---|
1988 | fill: none; |
---|
1989 | } |
---|
1990 | |
---|
1991 | .boundary-administrative-state-casing { |
---|
1992 | stroke-width: 2.5px; |
---|
1993 | stroke: #ffff00; |
---|
1994 | opacity: 0.5; |
---|
1995 | } |
---|
1996 | |
---|
1997 | .boundary-administrative-state-core { |
---|
1998 | stroke-width: 0.25px; |
---|
1999 | stroke: #f9574b; |
---|
2000 | stroke-dasharray: 2.5, 0.5, 0.5, 0.5; |
---|
2001 | } |
---|
2002 | |
---|
2003 | .boundary-administrative-district-core { |
---|
2004 | stroke-width: 0.25px; |
---|
2005 | stroke: #f9574b; |
---|
2006 | stroke-dasharray: 1.5, 0.5, 1.5, 0.5; |
---|
2007 | } |
---|
2008 | |
---|
2009 | .boundary-administrative-parish-core { |
---|
2010 | stroke-width: 0.25px; |
---|
2011 | stroke: #f9574b; |
---|
2012 | stroke-dasharray: 0.5, 0.5, 0.5, 0.5; |
---|
2013 | } |
---|
2014 | |
---|
2015 | |
---|
2016 | /* Racetracks */ |
---|
2017 | .highway-raceway-casing { |
---|
2018 | stroke-width: 2px; |
---|
2019 | stroke-linecap: butt; |
---|
2020 | stroke-linejoin: round; |
---|
2021 | fill: none; |
---|
2022 | stroke: #101010; |
---|
2023 | } |
---|
2024 | |
---|
2025 | .highway-raceway-casing-disused { |
---|
2026 | stroke-width: 2px; |
---|
2027 | stroke-linecap: butt; |
---|
2028 | stroke-linejoin: round; |
---|
2029 | fill: none; |
---|
2030 | stroke: #808080; |
---|
2031 | stroke-dasharray: 1, 1; |
---|
2032 | } |
---|
2033 | |
---|
2034 | .highway-raceway-casing-dismantled { |
---|
2035 | stroke-width: 2px; |
---|
2036 | stroke-linecap: butt; |
---|
2037 | stroke-linejoin: round; |
---|
2038 | fill: none; |
---|
2039 | stroke: #808080; |
---|
2040 | stroke-dasharray: 0.3, 1.7; |
---|
2041 | opacity: 0.5; |
---|
2042 | } |
---|
2043 | |
---|
2044 | .highway-raceway-core { |
---|
2045 | stroke-width: 1.5px; |
---|
2046 | stroke-linecap: butt; |
---|
2047 | stroke-linejoin: round; |
---|
2048 | fill: none; |
---|
2049 | stroke: #f0f0f0; |
---|
2050 | } |
---|
2051 | |
---|
2052 | .highway-raceway-core-disused { |
---|
2053 | stroke-width: 1.5px; |
---|
2054 | stroke-linecap: butt; |
---|
2055 | stroke-linejoin: round; |
---|
2056 | fill: none; |
---|
2057 | stroke-dasharray: 1, 1; |
---|
2058 | stroke: #f7f7f7; |
---|
2059 | } |
---|
2060 | |
---|
2061 | .highway-raceway-core-dismantled { |
---|
2062 | stroke-width: 1.5px; |
---|
2063 | stroke-linecap: butt; |
---|
2064 | stroke-linejoin: round; |
---|
2065 | fill: none; |
---|
2066 | stroke: #fbfbfb; |
---|
2067 | stroke-dasharray: 0.3, 1.7; |
---|
2068 | opacity: 0.5; |
---|
2069 | } |
---|
2070 | |
---|
2071 | .landuse-raceway { |
---|
2072 | stroke-width: 0.3px; |
---|
2073 | stroke-linecap: butt; |
---|
2074 | stroke-linejoin: round; |
---|
2075 | fill: #f0f0f0; |
---|
2076 | stroke: #101010; |
---|
2077 | } |
---|
2078 | |
---|
2079 | .landuse-raceway-disused { |
---|
2080 | stroke-width: 0.3px; |
---|
2081 | stroke-linecap: butt; |
---|
2082 | stroke-linejoin: round; |
---|
2083 | fill: #f7f7f7; |
---|
2084 | stroke: #808080; |
---|
2085 | stroke-dasharray: 1, 1; |
---|
2086 | } |
---|
2087 | |
---|
2088 | .landuse-raceway-dismantled { |
---|
2089 | stroke-width: 0.3px; |
---|
2090 | stroke-linecap: butt; |
---|
2091 | stroke-linejoin: round; |
---|
2092 | fill: #fbfbfb; |
---|
2093 | stroke: #808080; |
---|
2094 | stroke-dasharray: 0.3, 1.7; |
---|
2095 | opacity: 0.5; |
---|
2096 | } |
---|
2097 | |
---|
2098 | |
---|
2099 | .railway-station { fill: #ec2d2d; stroke: #666666; stroke-width: 0.25px; } |
---|
2100 | .railway-station-caption-casing { stroke-width: 0.5px; font-size: 1.5px; } |
---|
2101 | .railway-station-caption-core { fill: #ec2d2d; font-size: 1.5px; } |
---|
2102 | |
---|
2103 | .railway-halt { fill: #ec2d2d; stroke: #666666; stroke-width: 0.1px; } |
---|
2104 | .railway-halt-caption-casing { stroke-width: 0.4px; font-size: 1.25px; } |
---|
2105 | .railway-halt-caption-core { fill: #ec2d2d; font-size: 1.25px; } |
---|
2106 | |
---|
2107 | |
---|
2108 | /* Tourism */ |
---|
2109 | .tourism-attraction { |
---|
2110 | fill: #f2caea; |
---|
2111 | stroke: #f124cb; |
---|
2112 | stroke-width: 0px; |
---|
2113 | } |
---|
2114 | |
---|
2115 | .tourism-attraction-caption { |
---|
2116 | fill: #f124cb; |
---|
2117 | stroke: white; |
---|
2118 | stroke-width: 0px; |
---|
2119 | font-family: "DejaVu Sans"; |
---|
2120 | font-size: 1.5px; |
---|
2121 | font-weight: bold; |
---|
2122 | text-anchor: middle; |
---|
2123 | } |
---|
2124 | |
---|
2125 | |
---|
2126 | .amenity-pub-caption-casing { stroke-width: .5px; font-size: 1px; } |
---|
2127 | .amenity-pub-caption-core { fill: #e21e2f; font-size: 1px; } |
---|
2128 | |
---|
2129 | .amenity-cinema-caption-casing { stroke-width: .5px; font-size: 1px; } |
---|
2130 | .amenity-cinema-caption-core { fill: #f124cb; font-size: 1px; } |
---|
2131 | |
---|
2132 | .amenity-theatre-caption-casing { stroke-width: .5px; font-size: 1px; } |
---|
2133 | .amenity-theatre-caption-core { fill: #f124cb; font-size: 1px; } |
---|
2134 | |
---|
2135 | .generic-caption-casing { stroke-width: .5px; font-size: 1px; } |
---|
2136 | .generic-caption-core { fill: #2e3ae6; font-size: 1px; } |
---|
2137 | |
---|
2138 | .generic-poi { |
---|
2139 | fill: #2e3ae6; |
---|
2140 | stroke: #666666; |
---|
2141 | stroke-width: 0.1px; |
---|
2142 | } |
---|
2143 | |
---|
2144 | /* Building */ |
---|
2145 | .building { |
---|
2146 | fill: #dddddd; |
---|
2147 | stroke: #cccccc; |
---|
2148 | stroke-width: 0.2px; |
---|
2149 | } |
---|
2150 | |
---|
2151 | .building-block { |
---|
2152 | fill: #F3D6B6; |
---|
2153 | stroke: #6a5a8e; |
---|
2154 | stroke-width: 0.2px; |
---|
2155 | } |
---|
2156 | |
---|
2157 | .building-residential { |
---|
2158 | fill: #c95e2a; |
---|
2159 | stroke: #80290a; |
---|
2160 | stroke-width: 0.2px; |
---|
2161 | } |
---|
2162 | |
---|
2163 | |
---|
2164 | /* Aerialway */ |
---|
2165 | .aerialway-line { |
---|
2166 | fill: none; |
---|
2167 | stroke: #202020; |
---|
2168 | stroke-width: 0.2px; |
---|
2169 | } |
---|
2170 | |
---|
2171 | .aerialway-struts { |
---|
2172 | fill: none; |
---|
2173 | stroke: #202020; |
---|
2174 | stroke-width: 2px; |
---|
2175 | stroke-dasharray: 0.2,10; |
---|
2176 | } |
---|
2177 | |
---|
2178 | /* Power line */ |
---|
2179 | .power-line { |
---|
2180 | stroke-width: 0.1px; |
---|
2181 | stroke-linecap: butt; |
---|
2182 | stroke-linejoin: round; |
---|
2183 | stroke: #cccccc; |
---|
2184 | stroke-dasharray: 1 ,1; |
---|
2185 | fill: none; |
---|
2186 | } |
---|
2187 | |
---|
2188 | |
---|
2189 | /* Area captions */ |
---|
2190 | .park-name { |
---|
2191 | fill: #444444; |
---|
2192 | font-family: "DejaVu Sans"; |
---|
2193 | font-weight: normal; |
---|
2194 | stroke: white; |
---|
2195 | font-size: 2.25px; |
---|
2196 | stroke-width: 0.0px; |
---|
2197 | } |
---|
2198 | |
---|
2199 | .landuse-reservoir-name { |
---|
2200 | fill: #444444; |
---|
2201 | font-family: "DejaVu Sans"; |
---|
2202 | font-weight: normal; |
---|
2203 | stroke: white; |
---|
2204 | font-size: 2.25px; |
---|
2205 | stroke-width: 0.0px; |
---|
2206 | } |
---|
2207 | |
---|
2208 | |
---|
2209 | /* Oneway */ |
---|
2210 | .oneway-casing { |
---|
2211 | fill: none; |
---|
2212 | stroke-linecap: butt; |
---|
2213 | stroke: #777777; |
---|
2214 | } |
---|
2215 | |
---|
2216 | /* stroke: #a2aee9; */ |
---|
2217 | |
---|
2218 | .oneway-core { |
---|
2219 | fill: none; |
---|
2220 | stroke-linecap: butt; |
---|
2221 | stroke: #ffffff; |
---|
2222 | } |
---|
2223 | |
---|
2224 | .oneway-casing-1 { |
---|
2225 | stroke-width: 0.2px; |
---|
2226 | stroke-dasharray: 2.1,27.9; |
---|
2227 | stroke-dashoffset: 23.1; |
---|
2228 | } |
---|
2229 | |
---|
2230 | .oneway-casing-2 { |
---|
2231 | stroke-width: 0.475px; |
---|
2232 | stroke-dasharray: 0.3,29.7; |
---|
2233 | stroke-dashoffset: 21.7; |
---|
2234 | } |
---|
2235 | |
---|
2236 | .oneway-casing-3 { |
---|
2237 | stroke-width: 0.4px; |
---|
2238 | stroke-dasharray: 0.3,29.7; |
---|
2239 | stroke-dashoffset: 21.6; |
---|
2240 | } |
---|
2241 | |
---|
2242 | .oneway-casing-4 { |
---|
2243 | stroke-width: 0.325px; |
---|
2244 | stroke-dasharray: 0.4,29.6; |
---|
2245 | stroke-dashoffset: 21.6; |
---|
2246 | } |
---|
2247 | |
---|
2248 | .oneway-casing-5 { |
---|
2249 | stroke-width: 0.25px; |
---|
2250 | stroke-dasharray: 0.5,29.5; |
---|
2251 | stroke-dashoffset: 21.6; |
---|
2252 | } |
---|
2253 | |
---|
2254 | .oneway-casing-6 { |
---|
2255 | stroke-width: 0.175px; |
---|
2256 | stroke-dasharray: 0.6,29.4; |
---|
2257 | stroke-dashoffset: 21.6; |
---|
2258 | } |
---|
2259 | |
---|
2260 | .oneway-casing-7 { |
---|
2261 | stroke-width: 0.1px; |
---|
2262 | stroke-dasharray: 0.7,29.3; |
---|
2263 | stroke-dashoffset: 21.6; |
---|
2264 | } |
---|
2265 | |
---|
2266 | .oneway-casing-8 { |
---|
2267 | stroke-width: 0.05px; |
---|
2268 | stroke-dasharray: 0.8,29.2; |
---|
2269 | stroke-dashoffset: 21.6; |
---|
2270 | } |
---|
2271 | |
---|
2272 | .oneway-core-1 { |
---|
2273 | stroke-width: 0.1px; |
---|
2274 | stroke-dasharray: 2,28; |
---|
2275 | stroke-dashoffset: 23; |
---|
2276 | } |
---|
2277 | |
---|
2278 | .oneway-core-2 { |
---|
2279 | stroke-width: 0.425px; |
---|
2280 | stroke-dasharray: 0.2,29.8; |
---|
2281 | stroke-dashoffset: 21.6; |
---|
2282 | } |
---|
2283 | |
---|
2284 | .oneway-core-3 { |
---|
2285 | stroke-width: 0.35px; |
---|
2286 | stroke-dasharray: 0.3,29.7; |
---|
2287 | stroke-dashoffset: 21.6; |
---|
2288 | } |
---|
2289 | |
---|
2290 | .oneway-core-4 { |
---|
2291 | stroke-width: 0.275px; |
---|
2292 | stroke-dasharray: 0.4,29.6; |
---|
2293 | stroke-dashoffset: 21.6; |
---|
2294 | } |
---|
2295 | |
---|
2296 | .oneway-core-5 { |
---|
2297 | stroke-width: 0.2px; |
---|
2298 | stroke-dasharray: 0.5,29.5; |
---|
2299 | stroke-dashoffset: 21.6; |
---|
2300 | } |
---|
2301 | |
---|
2302 | .oneway-core-6 { |
---|
2303 | stroke-width: 0.125px; |
---|
2304 | stroke-dasharray: 0.6,29.4; |
---|
2305 | stroke-dashoffset: 21.6; |
---|
2306 | } |
---|
2307 | |
---|
2308 | .oneway-core-7 { |
---|
2309 | stroke-width: 0.05px; |
---|
2310 | stroke-dasharray: 0.7,29.3; |
---|
2311 | stroke-dashoffset: 21.6; |
---|
2312 | } |
---|
2313 | |
---|
2314 | .otherway { |
---|
2315 | fill: none; |
---|
2316 | stroke: red; |
---|
2317 | stroke-width: 2px; |
---|
2318 | stroke-opacity: 0; |
---|
2319 | /* marker-start: url(#marker-otherway-start); */ |
---|
2320 | marker-end: url(#marker-otherway-end); |
---|
2321 | } |
---|
2322 | |
---|
2323 | |
---|
2324 | /* Map decoration */ |
---|
2325 | .map-grid-line { |
---|
2326 | fill: none; |
---|
2327 | stroke: #8080ff; |
---|
2328 | stroke-width: 0.1px; |
---|
2329 | stroke-opacity: 0.5; |
---|
2330 | } |
---|
2331 | |
---|
2332 | .map-border-casing { |
---|
2333 | fill: none; |
---|
2334 | stroke: #8080ff; |
---|
2335 | stroke-width: 3px; |
---|
2336 | stroke-miterlimit: 4; |
---|
2337 | stroke-dasharray: none; |
---|
2338 | stroke-opacity: 1; |
---|
2339 | stroke-linecap: round; |
---|
2340 | } |
---|
2341 | |
---|
2342 | .map-border-core { |
---|
2343 | fill: none; |
---|
2344 | fill-opacity: 1; |
---|
2345 | fill-rule: nonzero; |
---|
2346 | stroke: #ffffff; |
---|
2347 | stroke-width: 2px; |
---|
2348 | stroke-miterlimit: 0; |
---|
2349 | stroke-dashoffset: -0.5px; |
---|
2350 | stroke-opacity: 1; |
---|
2351 | } |
---|
2352 | |
---|
2353 | .map-scale-casing { |
---|
2354 | fill: none; |
---|
2355 | stroke: #8080ff; |
---|
2356 | stroke-width: 4px; |
---|
2357 | stroke-linecap: butt; |
---|
2358 | } |
---|
2359 | |
---|
2360 | .map-scale-core { |
---|
2361 | fill: none; |
---|
2362 | stroke: #ffffff; |
---|
2363 | stroke-width: 3px; |
---|
2364 | stroke-linecap: butt; |
---|
2365 | } |
---|
2366 | |
---|
2367 | .map-scale-bookend { |
---|
2368 | fill: none; |
---|
2369 | stroke: #8080ff; |
---|
2370 | stroke-width: 1px; |
---|
2371 | stroke-linecap: butt; |
---|
2372 | } |
---|
2373 | |
---|
2374 | .map-scale-caption { |
---|
2375 | font-family: "DejaVu Sans"; |
---|
2376 | font-size: 10px; |
---|
2377 | fill: #8080ff; |
---|
2378 | } |
---|
2379 | |
---|
2380 | <!-- map background must be the same for all zooms or else empty tile detection will fail --> |
---|
2381 | .map-background { |
---|
2382 | fill: #f8f8f8; |
---|
2383 | stroke: none; |
---|
2384 | } |
---|
2385 | |
---|
2386 | .map-title { |
---|
2387 | font-family: "DejaVu Sans"; |
---|
2388 | font-size: 20px; |
---|
2389 | text-anchor: middle; |
---|
2390 | fill: black; |
---|
2391 | } |
---|
2392 | |
---|
2393 | .map-title-background { |
---|
2394 | fill: white; |
---|
2395 | } |
---|
2396 | |
---|
2397 | .map-marginalia-background { |
---|
2398 | fill: white; |
---|
2399 | } |
---|
2400 | |
---|
2401 | .highway-tunnel-ends { |
---|
2402 | stroke-opacity: 0; |
---|
2403 | fill: none; |
---|
2404 | marker-start: url(#marker-tunnel-start); |
---|
2405 | marker-end: url(#marker-tunnel-end); |
---|
2406 | } |
---|
2407 | |
---|
2408 | /* Osmarender built-in styles - do not remove */ |
---|
2409 | .osmarender-stroke-linecap-round { stroke-linecap: round; } |
---|
2410 | .osmarender-stroke-linecap-butt { stroke-linecap: butt; } |
---|
2411 | .osmarender-mask-black { stroke: black; } |
---|
2412 | .osmarender-mask-white { stroke: white; } |
---|
2413 | .osmarender-no-marker-start { marker-start: none; } |
---|
2414 | .osmarender-no-marker-end { marker-end: none; } |
---|
2415 | |
---|
2416 | </style> |
---|
2417 | |
---|
2418 | <svg:pattern id="cemetery-pattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="scale(0.25)"> |
---|
2419 | <svg:rect fill="#bde3cb" width="10" height="10" x="0" y="0" /> |
---|
2420 | <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 " /> |
---|
2421 | <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 " /> |
---|
2422 | </svg:pattern> |
---|
2423 | |
---|
2424 | <svg:pattern id="cemetery-christian-pattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="scale(0.25)"> |
---|
2425 | <svg:rect fill="#bde3cb" width="11" height="11" x="0" y="0" /> |
---|
2426 | <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"/> |
---|
2427 | </svg:pattern> |
---|
2428 | |
---|
2429 | <svg:marker |
---|
2430 | id="bridge-casing-start" |
---|
2431 | fill='none' |
---|
2432 | stroke-width='0.1px' |
---|
2433 | stroke='#777777' |
---|
2434 | markerWidth="1px" |
---|
2435 | markerHeight="1px" |
---|
2436 | orient="auto"> |
---|
2437 | <svg:path d="M-0.25,0.75 L0.5,0 L-0.25,-0.75" /> |
---|
2438 | </svg:marker> |
---|
2439 | |
---|
2440 | <svg:marker |
---|
2441 | id="bridge-casing-end" |
---|
2442 | fill='none' |
---|
2443 | stroke-width='0.1px' |
---|
2444 | stroke='#777777' |
---|
2445 | markerWidth="1px" |
---|
2446 | markerHeight="1px" |
---|
2447 | orient="auto"> |
---|
2448 | <svg:path d="M0.25,0.75 L-0.5,0 L0.25,-0.75" /> |
---|
2449 | </svg:marker> |
---|
2450 | |
---|
2451 | <svg:marker |
---|
2452 | id="marker-tunnel-start" |
---|
2453 | viewBox="0 0 10 10" |
---|
2454 | refX="5px" refY="5px" |
---|
2455 | markerUnits="strokeWidth" |
---|
2456 | fill='none' |
---|
2457 | stroke-width='0.5px' |
---|
2458 | stroke='#777777' |
---|
2459 | markerWidth="2px" |
---|
2460 | markerHeight="2px" |
---|
2461 | orient="auto"> |
---|
2462 | <svg:path d="M 4,1 A5,4.25 0 0,1 4,9" /> |
---|
2463 | </svg:marker> |
---|
2464 | |
---|
2465 | <svg:marker |
---|
2466 | id="marker-tunnel-end" |
---|
2467 | viewBox="0 0 10 10" |
---|
2468 | refX="5px" refY="5px" |
---|
2469 | markerUnits="strokeWidth" |
---|
2470 | fill='none' |
---|
2471 | stroke-width='0.5px' |
---|
2472 | stroke='#777777' |
---|
2473 | markerWidth="2px" |
---|
2474 | markerHeight="2px" |
---|
2475 | orient="auto"> |
---|
2476 | <svg:path d="M 6,1 A5,4.25 0 0,0 6,9" /> |
---|
2477 | </svg:marker> |
---|
2478 | |
---|
2479 | <svg:marker |
---|
2480 | id="marker-gate-locked" |
---|
2481 | viewBox="0 0 10 10" |
---|
2482 | refX="2px" refY="5px" |
---|
2483 | markerUnits="userSpaceOnUse" |
---|
2484 | fill='none' |
---|
2485 | stroke-width='0.4px' |
---|
2486 | stroke='#777777' |
---|
2487 | markerWidth="3px" |
---|
2488 | markerHeight="3px" |
---|
2489 | orient="auto"> |
---|
2490 | <svg:path d="M 1,0 L 1,10 M 3,0 L 3,10" /> |
---|
2491 | </svg:marker> |
---|
2492 | |
---|
2493 | <svg:marker |
---|
2494 | id="marker-gate-closed" |
---|
2495 | viewBox="0 0 10 10" |
---|
2496 | refX="1px" refY="5px" |
---|
2497 | markerUnits="userSpaceOnUse" |
---|
2498 | fill='none' |
---|
2499 | stroke-width='0.4px' |
---|
2500 | stroke='#777777' |
---|
2501 | markerWidth="3px" |
---|
2502 | markerHeight="3px" |
---|
2503 | orient="auto"> |
---|
2504 | <svg:path d="M 1,0 L 1,10" /> |
---|
2505 | </svg:marker> |
---|
2506 | |
---|
2507 | <svg:marker |
---|
2508 | id="marker-gate-open" |
---|
2509 | viewBox="0 0 11 11" |
---|
2510 | refX="1px" refY="5px" |
---|
2511 | markerUnits="userSpaceOnUse" |
---|
2512 | fill='none' |
---|
2513 | stroke-width='0.4px' |
---|
2514 | stroke='#777777' |
---|
2515 | markerWidth="3px" |
---|
2516 | markerHeight="3px" |
---|
2517 | orient="auto"> |
---|
2518 | <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" /> |
---|
2519 | </svg:marker> |
---|
2520 | |
---|
2521 | <svg:marker |
---|
2522 | id="marker-stile" |
---|
2523 | viewBox="0 0 10 10" |
---|
2524 | refX="5px" refY="5px" |
---|
2525 | markerUnits="userSpaceOnUse" |
---|
2526 | fill='none' |
---|
2527 | stroke-width='0.5px' |
---|
2528 | stroke='#777777' |
---|
2529 | markerWidth="2px" |
---|
2530 | markerHeight="2px" |
---|
2531 | orient="auto"> |
---|
2532 | <svg:path d="M3.5,0 L3.5,10 M6.5,0 L6.5,10 M 10,1 L 1,10" /> |
---|
2533 | </svg:marker> |
---|
2534 | |
---|
2535 | <svg:marker id="marker-otherway-start" viewBox="0 0 10 10" |
---|
2536 | refX="-30px" refY="5px" |
---|
2537 | markerUnits="userSpaceOnUse" |
---|
2538 | fill='#FFFFFF' |
---|
2539 | stroke-width='1px' |
---|
2540 | stroke='#000000' |
---|
2541 | markerWidth="1px" |
---|
2542 | markerHeight="1px" |
---|
2543 | orient="auto"> |
---|
2544 | <svg:path d="M 10,4 L 4,4 L 4,2 L 0,5 L 4,8 L 4,6 L 10,6 z" /> |
---|
2545 | </svg:marker> |
---|
2546 | |
---|
2547 | <svg:marker id="marker-otherway-end" viewBox="0 0 10 10" |
---|
2548 | refX="30px" refY="5px" |
---|
2549 | markerUnits="userSpaceOnUse" |
---|
2550 | fill='#FFFFFF' |
---|
2551 | stroke-width='1px' |
---|
2552 | stroke='#000000' |
---|
2553 | markerWidth="1px" |
---|
2554 | markerHeight="1px" |
---|
2555 | orient="auto"> |
---|
2556 | <svg:path d="M 10,4 L 4,4 L 4,2 L 0,5 L 4,8 L 4,6 L 10,6 z" /> |
---|
2557 | </svg:marker> |
---|
2558 | |
---|
2559 | <svg:symbol |
---|
2560 | id="church" |
---|
2561 | viewBox="0 0 5 10" |
---|
2562 | fill='#000000'> |
---|
2563 | <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" /> |
---|
2564 | </svg:symbol> |
---|
2565 | |
---|
2566 | <svg:symbol |
---|
2567 | id="mosque" |
---|
2568 | viewBox="0 0 120 120" |
---|
2569 | fill='#00ab00'> |
---|
2570 | <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"/> |
---|
2571 | </svg:symbol> |
---|
2572 | |
---|
2573 | <svg:symbol |
---|
2574 | id="synagogue" |
---|
2575 | viewBox="0 0 20 20" |
---|
2576 | stroke='#0000d0' |
---|
2577 | fill='none' |
---|
2578 | stroke-width="1.5px" |
---|
2579 | stroke-linecap="butt" |
---|
2580 | stroke-linejoin="miter"> |
---|
2581 | <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" /> |
---|
2582 | </svg:symbol> |
---|
2583 | |
---|
2584 | <!-- derived from http://www.sodipodi.com/index.php3?section=clipart --> |
---|
2585 | <svg:symbol |
---|
2586 | id="campSite" |
---|
2587 | viewBox="0 0 100 100" |
---|
2588 | fill='#0000dc' |
---|
2589 | fill-opacity="1"> |
---|
2590 | <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 "/> |
---|
2591 | </svg:symbol> |
---|
2592 | |
---|
2593 | |
---|
2594 | <svg:symbol |
---|
2595 | id="airport" |
---|
2596 | viewBox="0 0 10 10" |
---|
2597 | fill="black" |
---|
2598 | fill-opacity="1" |
---|
2599 | fill-rule="evenodd" |
---|
2600 | stroke="none"> |
---|
2601 | <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 " /> |
---|
2602 | </svg:symbol> |
---|
2603 | |
---|
2604 | <svg:symbol |
---|
2605 | id="power-tower" |
---|
2606 | viewBox="0 0 10 10" |
---|
2607 | stroke-width='1px' |
---|
2608 | stroke='#cccccc'> |
---|
2609 | <svg:path d="M 0 0 L 10 10 M 0 10 L 10 0" /> |
---|
2610 | </svg:symbol> |
---|
2611 | |
---|
2612 | <svg:symbol |
---|
2613 | id="bar" |
---|
2614 | viewBox="0 0 100 100" |
---|
2615 | fill='#000000' |
---|
2616 | stroke-width='0.4px' |
---|
2617 | stroke='#000000'> |
---|
2618 | <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 " /> |
---|
2619 | </svg:symbol> |
---|
2620 | |
---|
2621 | <!-- derived from http://www.sodipodi.com/index.php3?section=clipart --> |
---|
2622 | <svg:symbol |
---|
2623 | id="symbol-restaurant" |
---|
2624 | viewBox="0 0 100 100" |
---|
2625 | fill="black" |
---|
2626 | stroke="none"> |
---|
2627 | <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"/> |
---|
2628 | <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"/> |
---|
2629 | </svg:symbol> |
---|
2630 | |
---|
2631 | <!-- derived from http://www.sodipodi.com/index.php3?section=clipart --> |
---|
2632 | <svg:symbol |
---|
2633 | id="petrolStation" |
---|
2634 | viewBox="0 0 115 115" |
---|
2635 | fill='#000000' |
---|
2636 | fill-rule="evenodd" |
---|
2637 | stroke-width="3px"> |
---|
2638 | <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 "/> |
---|
2639 | </svg:symbol> |
---|
2640 | |
---|
2641 | <!-- derived from http://www.sodipodi.com/index.php3?section=clipart --> |
---|
2642 | <svg:symbol |
---|
2643 | id="golfCourse" |
---|
2644 | viewBox="0 0 100 100" |
---|
2645 | fill='#000000' |
---|
2646 | fill-rule="evenodd" |
---|
2647 | fill-opacity="1" |
---|
2648 | stroke="none"> |
---|
2649 | <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 "/> |
---|
2650 | </svg:symbol> |
---|
2651 | |
---|
2652 | <svg:symbol |
---|
2653 | id="slipway" |
---|
2654 | viewBox="0 0 50 45" |
---|
2655 | fill='#0087ff' |
---|
2656 | stroke='none' |
---|
2657 | fill-opacity='0.7'> |
---|
2658 | <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 "/> |
---|
2659 | </svg:symbol> |
---|
2660 | |
---|
2661 | |
---|
2662 | <svg:symbol id="pub" width="204.57mm" height="205.01mm" viewBox="0 0 579.88 581.14"> |
---|
2663 | <svg:g style="fill-rule: nonzero;stroke-linecap:butt;"> |
---|
2664 | <svg:path |
---|
2665 | style="fill:#7777777;stroke:none;stroke-width:0.28;stroke-linejoin:bevel" |
---|
2666 | 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 "/> |
---|
2667 | <svg:path |
---|
2668 | style="fill:none;stroke:#7777777;stroke-width:3.41997862;stroke-linejoin:miter" |
---|
2669 | 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" /> |
---|
2670 | <svg:path |
---|
2671 | style="fill:#ffffff;stroke:none;stroke-width:3.42000008;stroke-linejoin:bevel" |
---|
2672 | 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 " /> |
---|
2673 | <svg:path |
---|
2674 | style="fill:#7777777;stroke:none;stroke-width:3.42000008;stroke-linejoin:bevel" |
---|
2675 | 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 " /> |
---|
2676 | </svg:g> |
---|
2677 | </svg:symbol> |
---|
2678 | |
---|
2679 | |
---|
2680 | <svg:symbol id="pubx" width="211.87mm" height="210.79mm" viewBox="0 0 600.58 597.52"> |
---|
2681 | <svg:g style='fill-rule: nonzero;'> |
---|
2682 | <svg:path style="fill:#ffffff; stroke:#000000; stroke-width:50; stroke-linecap:butt; stroke-linejoin:miter" |
---|
2683 | d="M 598.46 512.06 C 598.46 557.96 561.20 595.40 515.30 595.40 L 88.70 595.40 |
---|
2684 | 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 |
---|
2685 | L 515.30 2.12 C 561.20 2.12 598.46 39.38 598.46 85.46 L 598.46 512.06"/> |
---|
2686 | <svg:path style="fill:#FFFFFF; stroke:none;" |
---|
2687 | d="M 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46 |
---|
2688 | 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 |
---|
2689 | 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 |
---|
2690 | C 433.76 309.74 379.94 372.74 311.00 376.88 L 311.00 565.88 Z"/> |
---|
2691 | <svg:path style="fill:none; stroke:#000000; stroke-width:14.94; stroke-linecap:round; stroke-linejoin:round" |
---|
2692 | d="M 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46 |
---|
2693 | 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 |
---|
2694 | 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 |
---|
2695 | C 433.76 309.74 379.94 372.74 311.00 376.88 L 311.00 565.88"/> |
---|
2696 | <svg:path style="fill:#000000; stroke:none; stroke-width:14.94; stroke-linecap:round; stroke-linejoin:bevel" |
---|
2697 | 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 |
---|
2698 | L 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46 |
---|
2699 | 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 |
---|
2700 | C 170.24 234.14 171.50 222.62 173.48 211.64 L 431.60 210.74 Z"/> |
---|
2701 | <svg:path style="fill:none; stroke:#000000; stroke-width:0.54; stroke-linecap:butt; stroke-linejoin:miter" |
---|
2702 | 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 |
---|
2703 | L 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46 |
---|
2704 | 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 |
---|
2705 | C 170.24 234.14 171.50 222.62 173.48 211.64 L 431.60 210.74"/> |
---|
2706 | <svg:path style="fill:#FFFFFF; stroke:none; stroke-width:0.54; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2707 | 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 |
---|
2708 | 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"/> |
---|
2709 | <svg:path style="fill:none; stroke:#000000; stroke-width:1.08; stroke-linecap:butt; stroke-linejoin:miter" |
---|
2710 | 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 |
---|
2711 | 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"/> |
---|
2712 | </svg:g> |
---|
2713 | </svg:symbol> |
---|
2714 | |
---|
2715 | |
---|
2716 | <svg:symbol id="cinema" viewBox="150.3 200 320 420"> |
---|
2717 | <svg:path fill="black" d="M123.7,393.2l-35.9,9L0,50.9l35.9-9L123.7,393.2z"/> |
---|
2718 | <svg:path fill="black" d="M291.5,351.2l-35.9,9L167.8,9l35.9-9L291.5,351.2z"/> |
---|
2719 | <svg:path fill="black" d="M201.9,27.8l9,35.9L19.8,111.5l-9-35.9L201.9,27.8z"/> |
---|
2720 | <svg:path fill="black" d="M234.8,159.2l9,35.9L52.6,242.9l-9-35.9L234.8,159.2z"/> |
---|
2721 | <svg:path fill="black" d="M267.7,290.7l9,35.9L85.5,374.4l-9-35.9L267.7,290.7z"/> |
---|
2722 | <svg:path fill="#FFFFFF" d="M40.5,97.5l-21.3,5.3l-5.3-21.3l21.3-5.3L40.5,97.5z"/> |
---|
2723 | <svg:path fill="#FFFFFF" d="M56.9,163l-21.3,5.3L30.2,147l21.3-5.3L56.9,163z"/> |
---|
2724 | <svg:path fill="#FFFFFF" d="M73.3,228.5l-21.3,5.3l-5.3-21.3l21.3-5.3L73.3,228.5z"/> |
---|
2725 | <svg:path fill="#FFFFFF" d="M89.6,294l-21.3,5.3L63,278l21.3-5.3L89.6,294z"/> |
---|
2726 | <svg:path fill="#FFFFFF" d="M106,359.4l-21.3,5.3l-5.3-21.3l21.3-5.3L106,359.4z"/> |
---|
2727 | <svg:path fill="#FFFFFF" d="M209.1,54.3l-21.3,5.3l-5.3-21.3l21.3-5.3L209.1,54.3z"/> |
---|
2728 | <svg:path fill="#FFFFFF" d="M225.4,119.8l-21.3,5.3l-5.3-21.3l21.3-5.3L225.4,119.8z"/> |
---|
2729 | <svg:path fill="#FFFFFF" d="M241.8,185.3l-21.3,5.3l-5.3-21.3l21.3-5.3L241.8,185.3z"/> |
---|
2730 | <svg:path fill="#FFFFFF" d="M258.2,250.8l-21.3,5.3l-5.3-21.3l21.3-5.3L258.2,250.8z"/> |
---|
2731 | <svg:path fill="#FFFFFF" d="M274.6,316.3l-21.3,5.3l-5.3-21.3l21.3-5.3L274.6,316.3z"/> |
---|
2732 | </svg:symbol> |
---|
2733 | |
---|
2734 | <svg:symbol id="theatre" viewBox="220 207 440 550"> |
---|
2735 | <svg:g stroke="none" fill-opacity="1" fill-rule="nonzero"> |
---|
2736 | <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"/> |
---|
2737 | <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"/> |
---|
2738 | <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"/> |
---|
2739 | <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"/> |
---|
2740 | <svg:path fill="none" stroke="#FFFFFF" stroke-width="10" d="M248.4,124l14-43l15,27"/> |
---|
2741 | <svg:path fill="none" stroke="#FFFFFF" stroke-width="10" d="M336.4,110l7-32l35,23"/> |
---|
2742 | <svg:path fill="none" stroke="#FFFFFF" stroke-width="10" d="M317.4,146l-7,72l22-1L317.4,146z"/> |
---|
2743 | <path fill="none" stroke="#FFFFFF" stroke-width="10" d="M305.4,297c0,0,2-55,27-57s37,16,41,30"/> |
---|
2744 | <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"/> |
---|
2745 | <svg:path fill="none" stroke="#000000" stroke-width="10" d="M51.4,150c0,0-2-15,25-15s31,17,31,17"/> |
---|
2746 | <svg:path fill="none" stroke="#000000" stroke-width="10" d="M153.4,168c0,0,6-11,12-14s22,5,22,5"/> |
---|
2747 | <svg:path d="M51.4,193l23-19c0,0,12-2,25,2s7,14,7,14L51.4,193z"/> |
---|
2748 | <svg:path d="M164.4,199c0,0,14-13,27-10s16,19,16,19s-7,6-26,1S164.4,199,164.4,199z"/> |
---|
2749 | <svg:path d="M125.4,188l-25,83h29L125.4,188z"/> |
---|
2750 | <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"/> |
---|
2751 | </svg:g> |
---|
2752 | </svg:symbol> |
---|
2753 | |
---|
2754 | <svg:symbol id="symbol-windmill" viewBox="158 240 315.9 480.2" > |
---|
2755 | <svg:path fill="#000000" d="M106.7,148.2l104-1l61,333l-231-1" /> |
---|
2756 | <svg:path fill="none" stroke="#000000" stroke-width="24" d="M6.7,201 l284-191" /> |
---|
2757 | <svg:path fill="none" stroke="#000000" stroke-width="24" d="M19.7,17.5 l290,176" /> |
---|
2758 | </svg:symbol> |
---|
2759 | |
---|
2760 | <!-- derived from http://www.sodipodi.com/index.php3?section=clipart --> |
---|
2761 | <svg:symbol |
---|
2762 | id="hotel" |
---|
2763 | viewBox="0 0 90 90" |
---|
2764 | fill="black" |
---|
2765 | fill-opacity="1" |
---|
2766 | stroke="black" |
---|
2767 | stroke-width="1px" |
---|
2768 | stroke-miterlimit="4"> |
---|
2769 | <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 "/> |
---|
2770 | </svg:symbol> |
---|
2771 | |
---|
2772 | <!-- derived from http://www.sodipodi.com/index.php3?section=clipart --> |
---|
2773 | <svg:symbol |
---|
2774 | id="hostel" |
---|
2775 | viewBox="0 0 12.5 8" |
---|
2776 | fill="#286a9d" |
---|
2777 | fill-opacity="1" |
---|
2778 | fill-rule="nonzero" |
---|
2779 | stroke="none"> |
---|
2780 | <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 " /> |
---|
2781 | </svg:symbol> |
---|
2782 | |
---|
2783 | <svg:symbol |
---|
2784 | id="recycling" |
---|
2785 | viewBox="0 0 100 100" |
---|
2786 | stroke='none' |
---|
2787 | fill='#00ba00'> |
---|
2788 | <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" /> |
---|
2789 | <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 " /> |
---|
2790 | <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 " /> |
---|
2791 | <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 " /> |
---|
2792 | <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 " /> |
---|
2793 | <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 " /> |
---|
2794 | </svg:symbol> |
---|
2795 | |
---|
2796 | <svg:symbol |
---|
2797 | id="hospital" |
---|
2798 | viewBox="0 0 15 15" |
---|
2799 | stroke='red' |
---|
2800 | stroke-width="2px" |
---|
2801 | fill="none"> |
---|
2802 | <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"/> |
---|
2803 | <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" /> |
---|
2804 | </svg:symbol> |
---|
2805 | |
---|
2806 | <svg:symbol id="symbol-doctor" viewBox="18 18 36 36"> |
---|
2807 | <svg:ellipse fill="#00cc00" cx="18" cy="18" rx="18" ry="18"/> |
---|
2808 | <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)"/> |
---|
2809 | </svg:symbol> |
---|
2810 | |
---|
2811 | <svg:symbol id="symbol-pharmacy" viewBox="18 18 36 36"> |
---|
2812 | <svg:rect style="fill:#00cc00" x="0" y="0" width="36" height="36" rx="2" ry="2"/> |
---|
2813 | <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 |
---|
2814 | 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 |
---|
2815 | 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 |
---|
2816 | 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 |
---|
2817 | 7.44 L30 7.44 L30 35.44 L2 35.44 Z" |
---|
2818 | transform="translate(2,-3.44)"/> |
---|
2819 | </svg:symbol> |
---|
2820 | |
---|
2821 | <svg:symbol id="postoffice" viewBox="0 0 36 36"> |
---|
2822 | <svg:ellipse style="fill:#ff0000" cx="18" cy="18" rx="18" ry="18"/> |
---|
2823 | <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)"/> |
---|
2824 | </svg:symbol> |
---|
2825 | |
---|
2826 | <svg:symbol id="postbox" viewBox="0 0 36 36" xml:space="preserve"> |
---|
2827 | <svg:ellipse style="fill:#ff0000" cx="18" cy="18" rx="18" ry="18"/> |
---|
2828 | <svg:ellipse style="fill:#ffffff" cx="18" cy="18" rx="16" ry="16"/> |
---|
2829 | <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)"/> |
---|
2830 | </svg:symbol> |
---|
2831 | |
---|
2832 | <svg:symbol |
---|
2833 | id="parking" |
---|
2834 | viewBox="0 -10 20 20" |
---|
2835 | stroke="none" |
---|
2836 | fill-opacity="1" |
---|
2837 | fill-rule="nonzero"> |
---|
2838 | <svg:rect fill="#0087ff" width="20" height="20" x="0" y="-10" rx="4" ry="4" /> |
---|
2839 | <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 "/> |
---|
2840 | </svg:symbol> |
---|
2841 | |
---|
2842 | <svg:symbol id="symbol-traffic_signal" viewBox="106 278.6 557.3 557.3" > |
---|
2843 | <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"/> |
---|
2844 | <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"/> |
---|
2845 | <svg:path d="M211.3,458.9H0V106.7h211.3V458.9z"/> |
---|
2846 | <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"/> |
---|
2847 | <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"/> |
---|
2848 | <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"/> |
---|
2849 | </svg:symbol> |
---|
2850 | |
---|
2851 | <svg:symbol id="symbol-school" viewBox="160 216 320.8 432.5"> |
---|
2852 | <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" /> |
---|
2853 | <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" /> |
---|
2854 | <svg:path fill="none" stroke="#AF7519" stroke-width="20" d="M163,4.7l-116,361" /> |
---|
2855 | <svg:path fill="none" stroke="#AF7519" stroke-width="18.9041" d="M163,4.7L232,431" /> |
---|
2856 | <svg:path fill="none" stroke="#AF7519" stroke-width="20" d="M163,4.7l149,277" /> |
---|
2857 | <svg:path d="M6,53.7c0,0,283,67,284,70s-3,222-3,222l-287-97L6,53.7z" /> |
---|
2858 | <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" /> |
---|
2859 | <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" /> |
---|
2860 | <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" /> |
---|
2861 | <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" /> |
---|
2862 | <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" /> |
---|
2863 | </svg:symbol> |
---|
2864 | |
---|
2865 | <svg:symbol id="symbol-university" viewBox="244.5 110 489 219.9"> |
---|
2866 | <svg:path d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/> |
---|
2867 | <svg:path fill="none" stroke="#000000" stroke-width="20" d="M94,176l-21,39"/> |
---|
2868 | <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"/> |
---|
2869 | <svg:path fill="none" stroke="#000000" stroke-width="20" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24"/> |
---|
2870 | </svg:symbol> |
---|
2871 | |
---|
2872 | <svg:symbol id="symbol-supermarket" viewBox="14.5 13.5 29 27"> |
---|
2873 | <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" /> |
---|
2874 | <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" /> |
---|
2875 | <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" /> |
---|
2876 | <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" /> |
---|
2877 | <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" /> |
---|
2878 | <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" /> |
---|
2879 | <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" /> |
---|
2880 | <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" /> |
---|
2881 | <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" /> |
---|
2882 | <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" /> |
---|
2883 | <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" /> |
---|
2884 | <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" /> |
---|
2885 | <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" /> |
---|
2886 | </svg:symbol> |
---|
2887 | |
---|
2888 | <svg:symbol id="symbol-library" viewBox="160 310 319.3 621.3"> |
---|
2889 | <svg:path fill="#FFFFFF" stroke="#000000" stroke-width="32.0585" d="M136,165.5l5.1,414l162.2-163.5V46.6 L136,165.5z"/> |
---|
2890 | <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"/> |
---|
2891 | <svg:path fill="none" stroke="#000000" stroke-width="26.7171" d="M175.9,229.4l79.8-48.9"/> |
---|
2892 | <svg:path fill="none" stroke="#000000" stroke-width="26.7171" d="M182.3,289.9l69.5-42.5"/> |
---|
2893 | <svg:path fill="none" stroke="#000000" stroke-width="26.7171" d="M184.9,351.6l75.9-48.9"/> |
---|
2894 | <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"/> |
---|
2895 | <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"/> |
---|
2896 | </svg:symbol> |
---|
2897 | |
---|
2898 | <svg:symbol id="speed_trap" viewBox="0 0 72 36"> |
---|
2899 | <svg:rect style='fill:#ffff00' x="0" y="0" width="36" height="36" rx="2" ry="2" /> |
---|
2900 | <svg:path style='fill:#000000' |
---|
2901 | 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 |
---|
2902 | 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 |
---|
2903 | 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 |
---|
2904 | 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 |
---|
2905 | 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 |
---|
2906 | 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 |
---|
2907 | 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 |
---|
2908 | L27 19.44 L25 19.44 L25 17.44 L24 17.44 L24 26.94 L20 26.94 Z" transform="translate(2,-3.44)"/> |
---|
2909 | </svg:symbol> |
---|
2910 | |
---|
2911 | <svg:symbol id="symbol-railway-crossing" viewBox="-50 -150 600 600" > |
---|
2912 | <svg:path fill="#C60936" d="M1.5,4.5l66,1.5l190,91.4L456,0l63,4.5l-15,48 |
---|
2913 | 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"/> |
---|
2914 | <svg:path fill="#FFFFFF" d="M49.5,21L33,49.5L219,141L36,237l16.5,25.5 |
---|
2915 | L258,156l196.5,105l21-33l-189-91.5l189-87l-21-30l-196.7,96.7L49.5,21z"/> |
---|
2916 | </svg:symbol> |
---|
2917 | |
---|
2918 | <svg:symbol id="symbol-museum" viewBox="94 140 156 180"> |
---|
2919 | <svg:g fill="#f2f2f2" stroke-width="3" stroke="#000000"> |
---|
2920 | <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 " /> |
---|
2921 | <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 " /> |
---|
2922 | <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 " /> |
---|
2923 | <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 " /> |
---|
2924 | <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 " /> |
---|
2925 | </svg:g> |
---|
2926 | </svg:symbol> |
---|
2927 | |
---|
2928 | <svg:symbol id="symbol-roundabout_right" viewBox="-253.5 253.5 507 507"> |
---|
2929 | <svg:g transform="scale(-1,1)"> |
---|
2930 | <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"/> |
---|
2931 | <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"/> |
---|
2932 | <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"/> |
---|
2933 | <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"/> |
---|
2934 | </svg:g> |
---|
2935 | </svg:symbol> |
---|
2936 | |
---|
2937 | <svg:symbol id="symbol-roundabout_left" viewBox="253.5 253.5 507 507"> |
---|
2938 | <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"/> |
---|
2939 | <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"/> |
---|
2940 | <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"/> |
---|
2941 | <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"/> |
---|
2942 | </svg:symbol> |
---|
2943 | |
---|
2944 | <svg:symbol id='symbol-helipad' viewBox="0 0 689.25 581.14"> |
---|
2945 | <svg:path style="fill:#000000; fill-rule:nonzero; stroke:none; stroke-width:0.28; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2946 | d="M 66.47 1.85 C 25.07 2.03 1.85 23.27 1.85 67.01 L 1.85 517.01 |
---|
2947 | 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 |
---|
2948 | 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"/> |
---|
2949 | <svg:path style="fill:none; fill-rule:nonzero; stroke:#000000; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:miter" |
---|
2950 | d="M 66.47 1.85 C 25.07 2.03 1.85 23.27 1.85 67.01 L 1.85 517.01 |
---|
2951 | 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 |
---|
2952 | 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"/> |
---|
2953 | <svg:path style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2954 | 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 |
---|
2955 | 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"/> |
---|
2956 | <svg:path style="fill:#000000; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2957 | 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 |
---|
2958 | 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"/> |
---|
2959 | <svg:path style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2960 | d="M 253.85 397.31 C 214.07 397.31 214.07 450.95 253.85 450.95 L 484.61 450.95 |
---|
2961 | C 523.31 450.95 523.31 397.31 484.61 397.31 L 253.85 397.31 Z"/> |
---|
2962 | <svg:polygon style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2963 | points="321.89,212.63 321.89,163.85 301.55,163.85 301.55,212.63 |
---|
2964 | 321.89,212.63 "/> |
---|
2965 | <svg:polygon style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2966 | points="353.57,165.11 353.57,154.67 270.41,154.67 270.41,165.11 |
---|
2967 | 353.57,165.11 "/> |
---|
2968 | <svg:path style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2969 | d="M 360.77 147.47 L 493.79 147.47 C 511.61 147.47 511.61 172.85 493.79 172.85 |
---|
2970 | L 360.77 172.85 C 343.49 172.85 343.49 147.47 360.77 147.47 Z"/> |
---|
2971 | <svg:path style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2972 | d="M 130.19 147.47 L 261.77 147.47 C 279.59 147.47 279.59 172.85 261.77 172.85 |
---|
2973 | L 130.19 172.85 C 111.47 172.85 111.11 147.47 130.19 147.47 Z"/> |
---|
2974 | <svg:path style="fill:#FFFFFF; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2975 | d="M 274.55 362.75 C 257.45 362.75 248.99 350.33 246.11 339.71 L 232.79 306.23 |
---|
2976 | L 80.69 245.75 C 62.33 238.73 66.83 211.37 87.71 211.37 L 417.83 211.37 |
---|
2977 | 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 |
---|
2978 | L 274.55 362.75 Z"/> |
---|
2979 | <svg:polygon style="fill:#000000; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2980 | points="357.89,289.13 357.89,232.07 322.25,232.07 322.25,289.13 |
---|
2981 | 357.89,289.13 "/> |
---|
2982 | <svg:polygon style="fill:#000000; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2983 | points="414.23,232.07 414.23,289.13 378.95,289.13 378.95,232.07 |
---|
2984 | 414.23,232.07 "/> |
---|
2985 | <svg:path style="fill:#000000; fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" |
---|
2986 | d="M 435.83 234.41 C 446.81 237.11 457.79 247.01 464.99 263.21 L 476.33 289.31 |
---|
2987 | L 435.83 289.31 L 435.83 234.41 Z"/> |
---|
2988 | </svg:symbol> |
---|
2989 | |
---|
2990 | <svg:symbol id="symbol-peak" viewBox="0 0 100 100"> |
---|
2991 | <svg:path fill="#d1adc6" stroke="#1f151d" stroke-width="5" d="M 0,90 L 50,10 L 100,90 Z"/> |
---|
2992 | </svg:symbol> |
---|
2993 | |
---|
2994 | </defs> |
---|
2995 | |
---|
2996 | </rules> |
---|