[35743] | 1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
| 2 | <?xml-stylesheet type="text/xsl" href="osmarender.xsl"?>
|
---|
| 3 |
|
---|
| 4 | <!-- Tiles@Home Rules File for low zoom level 12 -->
|
---|
| 5 | <!-- This is the same as the normal z12 rules file except:
|
---|
| 6 | - No captions of any kind
|
---|
| 7 | - No landuse area fills
|
---|
| 8 | - No green stuff
|
---|
| 9 | -->
|
---|
| 10 |
|
---|
| 11 | <rules
|
---|
| 12 | xmlns:xlink="http://www.w3.org/1999/xlink"
|
---|
| 13 | xmlns:svg="http://www.w3.org/2000/svg"
|
---|
| 14 | data="data.osm"
|
---|
| 15 | svgBaseProfile="full"
|
---|
| 16 | scale="1"
|
---|
| 17 | symbolScale="1"
|
---|
| 18 | textAttenuation="0.44"
|
---|
| 19 | minimumMapWidth="0.5"
|
---|
| 20 | minimumMapHeight="0.5"
|
---|
| 21 | withOSMLayers="yes"
|
---|
| 22 | withUntaggedSegments="no"
|
---|
| 23 | showScale="no"
|
---|
| 24 | showGrid="no"
|
---|
| 25 | showBorder="no"
|
---|
| 26 | showLicense="no"
|
---|
| 27 | interactive="no">
|
---|
| 28 |
|
---|
| 29 |
|
---|
| 30 | <!-- Select all nodes and ways (unless they have an osmarender:render=no tag) -->
|
---|
| 31 | <rule e="node|way" k="osmarender:render" v="~|yes">
|
---|
| 32 |
|
---|
| 33 | <!-- Draw land areas first -->
|
---|
| 34 | <rule e="way" k="natural" v="land">
|
---|
| 35 | <area class='natural-land' />
|
---|
| 36 | </rule>
|
---|
| 37 |
|
---|
| 38 | <!-- Natural features -->
|
---|
| 39 | <rule e="way" k="natural" v="coastline">
|
---|
| 40 | <area class='natural-coastline'/>
|
---|
| 41 | </rule>
|
---|
| 42 | <rule e="way" k="natural" v="glacier">
|
---|
| 43 | <line class='natural-glacier'/>
|
---|
| 44 | </rule>
|
---|
| 45 |
|
---|
| 46 | <!-- Airports and runways -->
|
---|
| 47 | <rule e="way" k="aeroway" v="aerodrome" closed="yes">
|
---|
| 48 | <area class='aeroway-aerodrome'/>
|
---|
| 49 | </rule>
|
---|
| 50 | <rule e="way" k="aeroway" v="apron">
|
---|
| 51 | <area class='aeroway-apron'/>
|
---|
| 52 | </rule>
|
---|
| 53 | <rule e="way" k="landuse" v="runway">
|
---|
| 54 | <rule e="way" k="use_status" v="~">
|
---|
| 55 | <area class='landuse-runway' />
|
---|
| 56 | </rule>
|
---|
| 57 | <rule e="way" k="use_status" v="disused">
|
---|
| 58 | <area class='landuse-runway-disused' />
|
---|
| 59 | </rule>
|
---|
| 60 | <rule e="way" k="use_status" v="dismantled">
|
---|
| 61 | <area class='landuse-runway-dismantled' />
|
---|
| 62 | </rule>
|
---|
| 63 | </rule>
|
---|
| 64 |
|
---|
| 65 |
|
---|
| 66 | <!-- Raceways and racetracks (cars and horses etc) -->
|
---|
| 67 | <rule e="way" k="landuse" v="raceway">
|
---|
| 68 | <rule e="way" k="use_status" v="~">
|
---|
| 69 | <area class='landuse-raceway' />
|
---|
| 70 | </rule>
|
---|
| 71 | <rule e="way" k="use_status" v="disused">
|
---|
| 72 | <area class='landuse-raceway-disused' />
|
---|
| 73 | </rule>
|
---|
| 74 | <rule e="way" k="use_status" v="dismantled">
|
---|
| 75 | <area class='landuse-raceway-dismantled' />
|
---|
| 76 | </rule>
|
---|
| 77 | </rule>
|
---|
| 78 |
|
---|
| 79 |
|
---|
| 80 | <!-- Airfields and airports -->
|
---|
| 81 | <rule e="way" k="aeroway" v="runway">
|
---|
| 82 | <line class='aeroway-runway-casing'/>
|
---|
| 83 | </rule>
|
---|
| 84 | <rule e="way" k="aeroway" v="taxiway">
|
---|
| 85 | <line class='aeroway-taxiway-casing'/>
|
---|
| 86 | </rule>
|
---|
| 87 |
|
---|
| 88 |
|
---|
| 89 | <!-- Waterways -->
|
---|
| 90 | <rule e="way" k="waterway" v="riverbank">
|
---|
| 91 | <area class='waterway-riverbank'/>
|
---|
| 92 | </rule>
|
---|
| 93 | <rule e="way" k="waterway" v="river">
|
---|
| 94 | <line class='waterway-casing waterway-river-casing'/>
|
---|
| 95 | </rule>
|
---|
| 96 | <rule e="way" k="waterway" v="stream">
|
---|
| 97 | <line class='waterway-casing waterway-stream-casing'/>
|
---|
| 98 | </rule>
|
---|
| 99 | <rule e="way" k="waterway" v="canal">
|
---|
| 100 | <line class='waterway-casing waterway-canal-casing'/>
|
---|
| 101 | </rule>
|
---|
| 102 | <rule e="way" k="waterway" v="drain">
|
---|
| 103 | <line class='waterway-casing waterway-drain-casing'/>
|
---|
| 104 | </rule>
|
---|
| 105 | <rule e="way" k="waterway" v="river">
|
---|
| 106 | <line class='waterway-core waterway-river-core'/>
|
---|
| 107 | </rule>
|
---|
| 108 | <rule e="way" k="waterway" v="stream">
|
---|
| 109 | <line class='waterway-core waterway-stream-core'/>
|
---|
| 110 | </rule>
|
---|
| 111 | <rule e="way" k="waterway" v="canal">
|
---|
| 112 | <line class='waterway-core waterway-canal-core'/>
|
---|
| 113 | </rule>
|
---|
| 114 | <rule e="way" k="waterway" v="drain">
|
---|
| 115 | <line class='waterway-core waterway-drain-core'/>
|
---|
| 116 | </rule>
|
---|
| 117 | <rule e="way" k="waterway" v="dock">
|
---|
| 118 | <area class='natural-water' />
|
---|
| 119 | </rule>
|
---|
| 120 | <rule e="way" k="natural" v="water|pond|lake|bay">
|
---|
| 121 | <area class='natural-water' />
|
---|
| 122 | </rule>
|
---|
| 123 | <rule e="way" k="landuse" v="reservoir">
|
---|
| 124 | <area class='natural-water' />
|
---|
| 125 | </rule>
|
---|
| 126 | <rule e="way" k="landuse" v="basin">
|
---|
| 127 | <area class='natural-water' />
|
---|
| 128 | </rule>
|
---|
| 129 |
|
---|
| 130 |
|
---|
| 131 | <!-- Linear casings -->
|
---|
| 132 | <rule e="way" k="tunnel" v="~|no|false">
|
---|
| 133 | <rule e="way" k="highway" v="raceway">
|
---|
| 134 | <rule e="way" k="use_status" v="~">
|
---|
| 135 | <line class='highway-raceway-casing' />
|
---|
| 136 | </rule>
|
---|
| 137 | <rule e="way" k="use_status" v="disused">
|
---|
| 138 | <line class='highway-raceway-casing-disused' />
|
---|
| 139 | </rule>
|
---|
| 140 | <rule e="way" k="use_status" v="dismantled">
|
---|
| 141 | <line class='highway-raceway-casing-dismantled' />
|
---|
| 142 | </rule>
|
---|
| 143 | </rule>
|
---|
| 144 | <rule e="way" k="highway" v="steps">
|
---|
| 145 | <line class='highway-casing highway-steps-casing' />
|
---|
| 146 | </rule>
|
---|
| 147 | <rule e="way" k="highway" v="footway|footpath">
|
---|
| 148 | <line class='highway-casing highway-footway-casing' smart-linecap='no'/>
|
---|
| 149 | </rule>
|
---|
| 150 | <rule e="way" k="highway" v="pedestrian">
|
---|
| 151 | <line class='highway-casing highway-pedestrian-casing' />
|
---|
| 152 | </rule>
|
---|
| 153 | <rule e="way" k="highway" v="cycleway">
|
---|
| 154 | <line class='highway-casing highway-cycleway-casing' smart-linecap='no'/>
|
---|
| 155 | </rule>
|
---|
| 156 | <rule e="way" k="highway" v="bridleway">
|
---|
| 157 | <line class='highway-casing highway-bridleway-casing' smart-linecap='no'/>
|
---|
| 158 | </rule>
|
---|
| 159 | <rule e="way" k="highway" v="byway">
|
---|
| 160 | <line class='highway-casing highway-byway-1-casing' smart-linecap='no'/>
|
---|
| 161 | <line class='highway-casing highway-byway-2-casing' smart-linecap='no'/>
|
---|
| 162 | <line class='highway-casing highway-byway-3-casing' smart-linecap='no'/>
|
---|
| 163 | </rule>
|
---|
| 164 | <rule e="way" k="highway" v="track">
|
---|
| 165 | <line class='highway-casing highway-track-casing'/>
|
---|
| 166 | </rule>
|
---|
| 167 | <rule e="way" k="highway" v="unsurfaced">
|
---|
| 168 | <line class='highway-casing highway-unsurfaced-casing' smart-linecap='no'/>
|
---|
| 169 | </rule>
|
---|
| 170 | <rule e="way" k="highway" v="service">
|
---|
| 171 | <line class='highway-casing highway-service-casing' />
|
---|
| 172 | </rule>
|
---|
| 173 | <rule e="way" k="highway" v="unclassified|residential|minor">
|
---|
| 174 | <line class='highway-casing highway-unclassified-casing' />
|
---|
| 175 | </rule>
|
---|
| 176 | <rule e="way" k="highway" v="tertiary_link">
|
---|
| 177 | <line class='highway-casing highway-tertiary-link-casing' />
|
---|
| 178 | </rule>
|
---|
| 179 | <rule e="way" k="highway" v="tertiary">
|
---|
| 180 | <line class='highway-casing highway-tertiary-casing' />
|
---|
| 181 | </rule>
|
---|
| 182 | <rule e="way" k="highway" v="secondary_link">
|
---|
| 183 | <line class='highway-casing highway-secondary-link-casing' />
|
---|
| 184 | </rule>
|
---|
| 185 | <rule e="way" k="highway" v="secondary">
|
---|
| 186 | <line class='highway-casing highway-secondary-casing' />
|
---|
| 187 | </rule>
|
---|
| 188 | <rule e="way" k="highway" v="primary_link">
|
---|
| 189 | <line class='highway-casing highway-primary-link-casing' />
|
---|
| 190 | </rule>
|
---|
| 191 | <rule e="way" k="highway" v="trunk_link">
|
---|
| 192 | <line class='highway-casing highway-trunk-link-casing' />
|
---|
| 193 | </rule>
|
---|
| 194 | <rule e="way" k="highway" v="motorway_link">
|
---|
| 195 | <line class='highway-casing highway-motorway-link-casing' />
|
---|
| 196 | </rule>
|
---|
| 197 | <rule e="way" k="highway" v="primary">
|
---|
| 198 | <line class='highway-casing highway-primary-casing' />
|
---|
| 199 | </rule>
|
---|
| 200 | <rule e="way" k="highway" v="trunk">
|
---|
| 201 | <line class='highway-casing highway-trunk-casing' />
|
---|
| 202 | </rule>
|
---|
| 203 | <rule e="way" k="highway" v="motorway">
|
---|
| 204 | <line class='highway-casing highway-motorway-casing' />
|
---|
| 205 | </rule>
|
---|
| 206 | </rule>
|
---|
| 207 |
|
---|
| 208 |
|
---|
| 209 | <!-- Linear cores -->
|
---|
| 210 | <rule e="way" k="tunnel" v="~|false|no">
|
---|
| 211 | <rule e="way" k="highway" v="raceway">
|
---|
| 212 | <rule e="way" k="use_status" v="~">
|
---|
| 213 | <line class='highway-raceway-core' />
|
---|
| 214 | </rule>
|
---|
| 215 | <rule e="way" k="use_status" v="disused">
|
---|
| 216 | <line class='highway-raceway-core-disused' />
|
---|
| 217 | </rule>
|
---|
| 218 | <rule e="way" k="use_status" v="dismantled">
|
---|
| 219 | <line class='highway-raceway-core-dismantled' />
|
---|
| 220 | </rule>
|
---|
| 221 | </rule>
|
---|
| 222 | <rule e="way" k="scramble" v="*">
|
---|
| 223 | <line class='highway-core highway-scramble-core' />
|
---|
| 224 | </rule>
|
---|
| 225 | <rule e="way" k="highway" v="steps">
|
---|
| 226 | <line class='highway-core highway-steps-core' smart-linecap='no'/>
|
---|
| 227 | </rule>
|
---|
| 228 | <rule e="way" k="highway" v="footway|footpath">
|
---|
| 229 | <line class='highway-core highway-footway-core' />
|
---|
| 230 | </rule>
|
---|
| 231 | <rule e="way" k="highway" v="pedestrian">
|
---|
| 232 | <line class='highway-core highway-pedestrian-core' />
|
---|
| 233 | </rule>
|
---|
| 234 | <rule e="way" k="highway" v="cycleway">
|
---|
| 235 | <line class='highway-core highway-cycleway-core' />
|
---|
| 236 | </rule>
|
---|
| 237 | <rule e="way" k="highway" v="bridleway">
|
---|
| 238 | <line class='highway-core highway-bridleway-core' />
|
---|
| 239 | </rule>
|
---|
| 240 | <rule e="way" k="highway" v="byway">
|
---|
| 241 | <line class='highway-core highway-byway-2-casing' smart-linecap='no'/>
|
---|
| 242 | <line class='highway-core highway-byway-3-casing' smart-linecap='no'/>
|
---|
| 243 | <line class='highway-core highway-byway-1-core' />
|
---|
| 244 | </rule>
|
---|
| 245 | <rule e="way" k="highway" v="track">
|
---|
| 246 | <line class='highway-core highway-track-core' />
|
---|
| 247 | </rule>
|
---|
| 248 | <rule e="way" k="highway" v="unsurfaced">
|
---|
| 249 | <line class='highway-core highway-unsurfaced-core' />
|
---|
| 250 | </rule>
|
---|
| 251 | <rule e="way" k="highway" v="service">
|
---|
| 252 | <line class='highway-core highway-service-core' />
|
---|
| 253 | </rule>
|
---|
| 254 | <rule e="way" k="highway" v="unclassified|residential|minor">
|
---|
| 255 | <line class='highway-core highway-unclassified-core' />
|
---|
| 256 | </rule>
|
---|
| 257 | <rule e="way" k="highway" v="tertiary_link">
|
---|
| 258 | <line class='highway-core highway-tertiary-link-core' />
|
---|
| 259 | </rule>
|
---|
| 260 | <rule e="way" k="highway" v="tertiary">
|
---|
| 261 | <line class='highway-core highway-tertiary-core' />
|
---|
| 262 | </rule>
|
---|
| 263 | <rule e="way" k="highway" v="secondary_link">
|
---|
| 264 | <line class='highway-core highway-secondary-link-core' />
|
---|
| 265 | </rule>
|
---|
| 266 | <rule e="way" k="highway" v="secondary">
|
---|
| 267 | <line class='highway-core highway-secondary-core' />
|
---|
| 268 | </rule>
|
---|
| 269 | <rule e="way" k="highway" v="primary_link">
|
---|
| 270 | <line class='highway-core highway-primary-link-core' />
|
---|
| 271 | </rule>
|
---|
| 272 | <rule e="way" k="highway" v="trunk_link">
|
---|
| 273 | <line class='highway-core highway-trunk-link-core' />
|
---|
| 274 | </rule>
|
---|
| 275 | <rule e="way" k="highway" v="motorway_link">
|
---|
| 276 | <line class='highway-core highway-motorway-link-core' />
|
---|
| 277 | </rule>
|
---|
| 278 | <rule e="way" k="highway" v="primary">
|
---|
| 279 | <line class='highway-core highway-primary-core' />
|
---|
| 280 | </rule>
|
---|
| 281 | <rule e="way" k="highway" v="trunk">
|
---|
| 282 | <line class='highway-core highway-trunk-core' />
|
---|
| 283 | </rule>
|
---|
| 284 | <rule e="way" k="highway" v="motorway">
|
---|
| 285 | <line class='highway-core highway-motorway-core' />
|
---|
| 286 | </rule>
|
---|
| 287 | <rule e="way" k="railway" v="*">
|
---|
| 288 | <rule e="way" k="railway" v="rail">
|
---|
| 289 | <line class="railway-rail-2-core railway-rail-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 290 | </rule>
|
---|
| 291 | <rule e="way" k="railway" v="narrow_gauge">
|
---|
| 292 | <line class="railway-narrow-2-core railway-narrow-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 293 | </rule>
|
---|
| 294 | <rule e="way" k="railway" v="preserved">
|
---|
| 295 | <line class="railway-preserved-2-core railway-preserved-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 296 | </rule>
|
---|
| 297 | <rule e="way" k="railway" v="light_rail">
|
---|
| 298 | <line class="railway-light-2-core railway-light-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 299 | </rule>
|
---|
| 300 | <rule e="way" k="railway" v="tram">
|
---|
| 301 | <line class="railway-tram-2-core railway-tram-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 302 | </rule>
|
---|
| 303 | <rule e="way" k="railway" v="subway">
|
---|
| 304 | <line class="railway-subway-2-core railway-subway-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 305 | </rule>
|
---|
| 306 | <rule e="way" k="railway" v="monorail">
|
---|
| 307 | <line class="railway-monorail-2-core railway-monorail-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 308 | </rule>
|
---|
| 309 | </rule>
|
---|
| 310 | <rule e="way" k="aeroway" v="runway">
|
---|
| 311 | <line class='aeroway-runway-core'/>
|
---|
| 312 | </rule>
|
---|
| 313 | <rule e="way" k="aeroway" v="taxiway">
|
---|
| 314 | <line class='aeroway-taxiway-core'/>
|
---|
| 315 | </rule>
|
---|
| 316 | </rule>
|
---|
| 317 |
|
---|
| 318 | <!-- Tunnels -->
|
---|
| 319 | <rule e="way" k="tunnel" v="true|yes">
|
---|
| 320 | <rule e="way" k="highway" v="steps">
|
---|
| 321 | <line class='tunnel-casing highway-steps-casing tunnel' mask-class='tunnel-core highway-steps-core'/>
|
---|
| 322 | <line class='highway-steps-casing highway-tunnel-ends'/>
|
---|
| 323 | </rule>
|
---|
| 324 | <rule e="way" k="highway" v="footway|footpath">
|
---|
| 325 | <line class='tunnel-casing highway-footway-casing tunnel' mask-class='tunnel-core highway-footway-core'/>
|
---|
| 326 | <line class='highway-footway-casing highway-tunnel-ends'/>
|
---|
| 327 | </rule>
|
---|
| 328 | <rule e="way" k="highway" v="pedestrian">
|
---|
| 329 | <line class='tunnel-casing highway-pedestrian-casing tunnel' mask-class='tunnel-core highway-pedestrian-core'/>
|
---|
| 330 | <line class='highway-pedestrian-casing highway-tunnel-ends'/>
|
---|
| 331 | </rule>
|
---|
| 332 | <rule e="way" k="highway" v="cycleway">
|
---|
| 333 | <line class='tunnel-casing highway-cycleway-casing tunnel' mask-class='tunnel-core highway-cycleway-core'/>
|
---|
| 334 | <line class='highway-cycleway-casing highway-tunnel-ends'/>
|
---|
| 335 | </rule>
|
---|
| 336 | <rule e="way" k="highway" v="bridleway">
|
---|
| 337 | <line class='tunnel-casing highway-bridleway-casing tunnel' mask-class='tunnel-core highway-bridleway-core'/>
|
---|
| 338 | <line class='highway-bridleway-casing highway-tunnel-ends'/>
|
---|
| 339 | </rule>
|
---|
| 340 | <rule e="way" k="highway" v="byway">
|
---|
| 341 | <line class='tunnel-casing highway-byway-1-casing tunnel' mask-class='tunnel-core highway-byway-1-core'/>
|
---|
| 342 | <line class='highway-byway-1-casing highway-tunnel-ends'/>
|
---|
| 343 | </rule>
|
---|
| 344 | <rule e="way" k="highway" v="track">
|
---|
| 345 | <line class='tunnel-casing highway-track-casing tunnel' mask-class='tunnel-core highway-track-core'/>
|
---|
| 346 | <line class='highway-track-casing highway-tunnel-ends'/>
|
---|
| 347 | </rule>
|
---|
| 348 | <rule e="way" k="highway" v="unsurfaced">
|
---|
| 349 | <line class='tunnel-casing highway-unsurfaced-casing tunnel' mask-class='tunnel-core highway-unsurfaced-core'/>
|
---|
| 350 | <line class='highway-unsurfaced-casing highway-tunnel-ends'/>
|
---|
| 351 | </rule>
|
---|
| 352 | <rule e="way" k="highway" v="service">
|
---|
| 353 | <line class='tunnel-casing highway-service-casing tunnel' mask-class='tunnel-core highway-service-core'/>
|
---|
| 354 | <line class='highway-service-casing highway-tunnel-ends'/>
|
---|
| 355 | </rule>
|
---|
| 356 | <rule e="way" k="highway" v="unclassified|residential|minor|tertiary">
|
---|
| 357 | <line class='tunnel-casing highway-unclassified-casing tunnel' mask-class='tunnel-core highway-unclassified-core'/>
|
---|
| 358 | <line class='highway-unclassified-casing highway-tunnel-ends'/>
|
---|
| 359 | </rule>
|
---|
| 360 | <rule e="way" k="highway" v="tertiary_link">
|
---|
| 361 | <line class='tunnel-casing highway-tertiary-link-casing tunnel' mask-class='tunnel-core highway-tertiary-link-core'/>
|
---|
| 362 | <line class='highway-tertiary-link-casing highway-tunnel-ends'/>
|
---|
| 363 | </rule>
|
---|
| 364 | <rule e="way" k="highway" v="tertiary">
|
---|
| 365 | <line class='tunnel-casing highway-tertiary-casing tunnel' mask-class='tunnel-core highway-tertiary-core'/>
|
---|
| 366 | <line class='highway-tertiary-casing highway-tunnel-ends'/>
|
---|
| 367 | </rule>
|
---|
| 368 | <rule e="way" k="highway" v="secondary_link">
|
---|
| 369 | <line class='tunnel-casing highway-secondary-link-casing tunnel' mask-class='tunnel-core highway-secondary-link-core'/>
|
---|
| 370 | <line class='highway-secondary-link-casing highway-tunnel-ends'/>
|
---|
| 371 | </rule>
|
---|
| 372 | <rule e="way" k="highway" v="secondary">
|
---|
| 373 | <line class='tunnel-casing highway-secondary-casing tunnel' mask-class='tunnel-core highway-secondary-core'/>
|
---|
| 374 | <line class='highway-secondary-casing highway-tunnel-ends'/>
|
---|
| 375 | </rule>
|
---|
| 376 | <rule e="way" k="highway" v="primary_link">
|
---|
| 377 | <line class='tunnel-casing highway-primary-link-casing tunnel' mask-class='tunnel-core highway-primary-link-core'/>
|
---|
| 378 | <line class='highway-primary-link-casing highway-tunnel-ends'/>
|
---|
| 379 | </rule>
|
---|
| 380 | <rule e="way" k="highway" v="trunk_link">
|
---|
| 381 | <line class='tunnel-casing highway-trunk-link-casing tunnel' mask-class='tunnel-core highway-trunk-link-core'/>
|
---|
| 382 | <line class='highway-trunk-link-casing highway-tunnel-ends'/>
|
---|
| 383 | </rule>
|
---|
| 384 | <rule e="way" k="highway" v="motorway_link">
|
---|
| 385 | <line class='tunnel-casing highway-motorway-link-casing tunnel' mask-class='tunnel-core highway-motorway-link-core'/>
|
---|
| 386 | <line class='highway-motorway-link-casing highway-tunnel-ends'/>
|
---|
| 387 | </rule>
|
---|
| 388 | <rule e="way" k="highway" v="primary">
|
---|
| 389 | <line class='tunnel-casing highway-primary-casing tunnel' mask-class='tunnel-core highway-primary-core'/>
|
---|
| 390 | <line class='highway-primary-casing highway-tunnel-ends'/>
|
---|
| 391 | </rule>
|
---|
| 392 | <rule e="way" k="highway" v="trunk">
|
---|
| 393 | <line class='tunnel-casing highway-trunk-casing tunnel' mask-class='tunnel-core highway-trunk-core'/>
|
---|
| 394 | <line class='highway-trunk-casing highway-tunnel-ends'/>
|
---|
| 395 | </rule>
|
---|
| 396 | <rule e="way" k="highway" v="motorway">
|
---|
| 397 | <line class='tunnel-casing highway-motorway-casing tunnel' mask-class='tunnel-core highway-motorway-core'/>
|
---|
| 398 | <line class='highway-motorway-casing highway-tunnel-ends'/>
|
---|
| 399 | </rule>
|
---|
| 400 | <rule e="way" k="railway" v="*">
|
---|
| 401 | <rule e="way" k="railway" v="rail">
|
---|
| 402 | <line class="railway-rail-casing railway-rail-casing-color railway-casing tunnel-casing railway-tunnel" mask-class="tunnel-core railway-rail-2-core"/>
|
---|
| 403 | <line class="railway-rail-2-core railway-rail-2-core-color railway-2-core railway-rail-tunnel-core railway-tunnel" smart-linecap="no" />
|
---|
| 404 | <line class="railway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 405 | </rule>
|
---|
| 406 | <rule e="way" k="railway" v="narrow_gauge">
|
---|
| 407 | <line class="railway-narrow-casing railway-narrow-casing-color railway-casing tunnel-casing railway-tunnel" mask-class="tunnel-core railway-narrow-2-core"/>
|
---|
| 408 | <line class="railway-narrow-2-core railway-narrow-2-core-color railway-2-core railway-narrow-tunnel-core railway-tunnel" smart-linecap="no" />
|
---|
| 409 | <line class="railway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 410 | </rule>
|
---|
| 411 | <rule e="way" k="railway" v="preserved">
|
---|
| 412 | <line class="railway-preserved-casing railway-preserved-casing-color railway-casing tunnel-casing railway-tunnel" mask-class="tunnel-core railway-preserved-2-core"/>
|
---|
| 413 | <line class="railway-preserved-2-core railway-preserved-2-core-color railway-2-core railway-preserved-tunnel-core railway-tunnel" smart-linecap="no" />
|
---|
| 414 | <line class="railway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 415 | </rule>
|
---|
| 416 | <rule e="way" k="railway" v="light_rail">
|
---|
| 417 | <line class="railway-light-casing railway-light-casing-color railway-casing tunnel-casing railway-tunnel" mask-class="tunnel-core railway-light-2-core"/>
|
---|
| 418 | <line class="railway-light-2-core railway-light-2-core-color railway-2-core railway-light-tunnel-core railway-tunnel" smart-linecap="no" />
|
---|
| 419 | <line class="railway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 420 | </rule>
|
---|
| 421 | <rule e="way" k="railway" v="tram">
|
---|
| 422 | <line class="railway-tram-casing railway-tram-casing-color railway-casing tunnel-casing railway-tunnel" mask-class="tunnel-core railway-tram-2-core"/>
|
---|
| 423 | <line class="railway-tram-2-core railway-tram-2-core-color railway-2-core railway-tram-tunnel-core railway-tunnel" smart-linecap="no" />
|
---|
| 424 | <line class="railway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 425 | </rule>
|
---|
| 426 | <rule e="way" k="railway" v="subway">
|
---|
| 427 | <line class="railway-subway-casing railway-subway-casing-color railway-casing tunnel-casing railway-tunnel" mask-class="tunnel-core railway-subway-2-core"/>
|
---|
| 428 | <line class="railway-subway-2-core railway-subway-2-core-color railway-2-core railway-subway-tunnel-core railway-tunnel" smart-linecap="no" />
|
---|
| 429 | <line class="railway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 430 | </rule>
|
---|
| 431 | <rule e="way" k="railway" v="monorail">
|
---|
| 432 | <line class="railway-monorail-casing railway-monorail-casing-color railway-casing tunnel-casing railway-tunnel" mask-class="tunnel-core railway-monorail-2-core"/>
|
---|
| 433 | <line class="railway-monorail-2-core railway-monorail-2-core-color railway-2-core railway-monorail-tunnel-core railway-tunnel" smart-linecap="no" />
|
---|
| 434 | <line class="railway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 435 | </rule>
|
---|
| 436 | </rule>
|
---|
| 437 | </rule>
|
---|
| 438 |
|
---|
| 439 |
|
---|
| 440 | <!-- Non-physical routes -->
|
---|
| 441 | <rule e="way" k="route" v="ferry">
|
---|
| 442 | <line class='route-ferry' />
|
---|
| 443 | </rule>
|
---|
| 444 |
|
---|
| 445 | <!-- Airfields and airports -->
|
---|
| 446 | <rule e="node" k="aeroway" v="airport">
|
---|
| 447 | <symbol xlink:href="#airport" width='160px' height='160px' transform='translate(-80,-80)' />
|
---|
| 448 | </rule>
|
---|
| 449 |
|
---|
| 450 | </rule> <!-- k="osmarender:render" v="~|yes" -->
|
---|
| 451 |
|
---|
| 452 |
|
---|
| 453 |
|
---|
| 454 |
|
---|
| 455 | <!-- ==================================== Layer 5 ======================================== -->
|
---|
| 456 | <rule e="node|way" k="osmarender:render" v="~|yes" layer="5">
|
---|
| 457 | <!-- Non-physical boundaries -->
|
---|
| 458 | <rule e="way" k="boundary" v="administrative" layer="5">
|
---|
| 459 | <rule e="way" k="admin_level" v="2" layer="5">
|
---|
| 460 | <line class="boundary boundary-level-2-casing no-bezier" layer="5"/>
|
---|
| 461 | <line class="boundary boundary-level-2-core no-bezier" layer="5"/>
|
---|
| 462 | </rule>
|
---|
| 463 | <rule e="way" k="admin_level" v="1" layer="5">
|
---|
| 464 | <line class="boundary boundary-level-1-casing no-bezier" layer="5"/>
|
---|
| 465 | <line class="boundary boundary-level-1-core no-bezier" layer="5"/>
|
---|
| 466 | </rule>
|
---|
| 467 | </rule>
|
---|
| 468 | <rule e="way" k="boundary" v="national_park" layer="5">
|
---|
| 469 | <line class="boundary boundary-nationalpark-core no-bezier" layer="5"/>
|
---|
| 470 | </rule>
|
---|
| 471 | </rule>
|
---|
| 472 |
|
---|
| 473 | <!-- SVG Definitions - markers, symbols etc go here -->
|
---|
| 474 | <defs>
|
---|
| 475 |
|
---|
| 476 | <style id="styles" type="text/css" xmlns="http://www.w3.org/2000/svg">
|
---|
| 477 | /* DO NOT DELETE .untagged-segments - Used by osmarender.xsl */
|
---|
| 478 | .untagged-segments {
|
---|
| 479 | stroke-width: 0.5px;
|
---|
| 480 | stroke-linejoin: miter;
|
---|
| 481 | stroke-linecap: butt;
|
---|
| 482 | stroke: #e0e0e0;
|
---|
| 483 | stroke-dasharray: 0.5,0.5;
|
---|
| 484 | }
|
---|
| 485 |
|
---|
| 486 |
|
---|
| 487 |
|
---|
| 488 | /* Highways - generic styles */
|
---|
| 489 | .highway-casing {
|
---|
| 490 | stroke-linecap: square;
|
---|
| 491 | stroke-linejoin: round;
|
---|
| 492 | fill: none;
|
---|
| 493 | }
|
---|
| 494 |
|
---|
| 495 | .highway-core {
|
---|
| 496 | stroke-linecap: square;
|
---|
| 497 | stroke-linejoin: round;
|
---|
| 498 | fill: none;
|
---|
| 499 | }
|
---|
| 500 |
|
---|
| 501 | .highway-motorway-junction {
|
---|
| 502 | fill: yellow;
|
---|
| 503 | stroke: #4D5D73;
|
---|
| 504 | stroke-width: 3px;
|
---|
| 505 | }
|
---|
| 506 |
|
---|
| 507 | .highway-motorway-junction-caption {
|
---|
| 508 | fill: black;
|
---|
| 509 | stroke: blue;
|
---|
| 510 | stroke-width: 0.2px;
|
---|
| 511 | font-family: "DejaVu Sans",sans-serif;
|
---|
| 512 | font-size: 10px;
|
---|
| 513 | font-weight: bold;
|
---|
| 514 | display: none;
|
---|
| 515 | }
|
---|
| 516 |
|
---|
| 517 | .highway-ref {
|
---|
| 518 | fill: #606060;
|
---|
| 519 | stroke: white;
|
---|
| 520 | font-family: "DejaVu Sans";
|
---|
| 521 | font-weight: normal;
|
---|
| 522 | text-anchor: middle;
|
---|
| 523 | }
|
---|
| 524 |
|
---|
| 525 | .highway-name {
|
---|
| 526 | fill: black;
|
---|
| 527 | font-family: "DejaVu Sans";
|
---|
| 528 | font-weight: normal;
|
---|
| 529 | stroke: white;
|
---|
| 530 | text-anchor: middle;
|
---|
| 531 | }
|
---|
| 532 |
|
---|
| 533 | .bridge-casing {
|
---|
| 534 | stroke-linecap: butt;
|
---|
| 535 | stroke-linejoin: round;
|
---|
| 536 | stroke: #707070;
|
---|
| 537 | fill: none;
|
---|
| 538 | marker-start: url(#bridge-casing-start);
|
---|
| 539 | marker-end: url(#bridge-casing-end);
|
---|
| 540 | }
|
---|
| 541 |
|
---|
| 542 | .bridge-core {
|
---|
| 543 | stroke-linecap: butt;
|
---|
| 544 | stroke-linejoin: round;
|
---|
| 545 | stroke: #ffffff;
|
---|
| 546 | fill: none;
|
---|
| 547 | }
|
---|
| 548 |
|
---|
| 549 | .tunnel-casing {
|
---|
| 550 | stroke-linecap: butt;
|
---|
| 551 | stroke-linejoin: round;
|
---|
| 552 | fill: none;
|
---|
| 553 | }
|
---|
| 554 |
|
---|
| 555 | .tunnel-core {
|
---|
| 556 | stroke-linecap: butt;
|
---|
| 557 | stroke-linejoin: round;
|
---|
| 558 | fill: none;
|
---|
| 559 | }
|
---|
| 560 |
|
---|
| 561 | .tunnel { stroke-dasharray: 1.6, 1.6; }
|
---|
| 562 |
|
---|
| 563 | /* Railways - generic styles */
|
---|
| 564 | .railway-tunnel { stroke-dasharray: 6, 6; }
|
---|
| 565 | .railway-casing { stroke-linecap: butt; stroke-linejoin: round; fill: none; }
|
---|
| 566 | .railway-2-core { stroke-linecap: butt; stroke-linejoin: round; fill: none; }
|
---|
| 567 |
|
---|
| 568 | .railway-tunnel-ends {
|
---|
| 569 | stroke-opacity: 0;
|
---|
| 570 | fill: none;
|
---|
| 571 | marker-start: url(#marker-tunnel-start);
|
---|
| 572 | marker-end: url(#marker-tunnel-end);
|
---|
| 573 | stroke: #b0b0b0;
|
---|
| 574 | stroke-width: 8px;
|
---|
| 575 | }
|
---|
| 576 |
|
---|
| 577 | .railway-rail-casing { stroke-width: 9.5px; }
|
---|
| 578 | .railway-rail-2-core { stroke-width: 7px; }
|
---|
| 579 | .railway-rail-casing-color { stroke: #404040; }
|
---|
| 580 | .railway-rail-2-core-color { stroke: #404040; }
|
---|
| 581 | .railway-rail-tunnel-core { stroke-opacity: 0.1; }
|
---|
| 582 |
|
---|
| 583 | .railway-narrow-casing { stroke-width: 7.5px; }
|
---|
| 584 | .railway-narrow-2-core { stroke-width: 5px; }
|
---|
| 585 | .railway-narrow-casing-color { stroke: #404040; }
|
---|
| 586 | .railway-narrow-2-core-color { stroke: #404040; }
|
---|
| 587 | .railway-narrow-tunnel-core { stroke-opacity: 0.1; }
|
---|
| 588 |
|
---|
| 589 | .railway-preserved-casing { stroke-width: 7.5px; }
|
---|
| 590 | .railway-preserved-2-core { stroke-width: 4px; }
|
---|
| 591 | .railway-preserved-casing-color { stroke: #595959; }
|
---|
| 592 | .railway-preserved-2-core-color { stroke: #595959; }
|
---|
| 593 | .railway-preserved-tunnel-core { stroke-opacity: 0.1; }
|
---|
| 594 |
|
---|
| 595 | .railway-light-casing { stroke-width: 7.5px; }
|
---|
| 596 | .railway-light-2-core { stroke-width: 4px; }
|
---|
| 597 | .railway-light-casing-color { stroke: #008000; }
|
---|
| 598 | .railway-light-2-core-color { stroke: #008000; }
|
---|
| 599 | .railway-light-tunnel-core { stroke-opacity: 0.2; }
|
---|
| 600 |
|
---|
| 601 | .railway-tram-casing { stroke-width: 7.5px; }
|
---|
| 602 | .railway-tram-2-core { stroke-width: 4px; }
|
---|
| 603 | .railway-tram-casing-color { stroke: #800080; }
|
---|
| 604 | .railway-tram-2-core-color { stroke: #800080; }
|
---|
| 605 | .railway-tram-tunnel-core { stroke-opacity: 0.2; }
|
---|
| 606 |
|
---|
| 607 | .railway-subway-casing { stroke-width: 7.5px; }
|
---|
| 608 | .railway-subway-2-core { stroke-width: 4px; }
|
---|
| 609 | .railway-subway-casing-color { stroke: #000080; }
|
---|
| 610 | .railway-subway-2-core-color { stroke: #000080; }
|
---|
| 611 | .railway-subway-tunnel-core { stroke-opacity: 0.2; }
|
---|
| 612 |
|
---|
| 613 | .railway-monorail-casing { stroke-width: 7.5px; }
|
---|
| 614 | .railway-monorail-2-core { stroke-width: 4px; }
|
---|
| 615 | .railway-monorail-casing-color { stroke: #b20000; }
|
---|
| 616 | .railway-monorail-2-core-color { stroke: #b20000; }
|
---|
| 617 | .railway-monorail-tunnel-core { stroke-opacity: 0.2; }
|
---|
| 618 |
|
---|
| 619 | .highway-motorway-casing { stroke-width: 33px; stroke: #202020; }
|
---|
| 620 | .highway-motorway-core { stroke-width: 32px; stroke: #809BC0; }
|
---|
| 621 |
|
---|
| 622 | .highway-motorway-link-casing { stroke-width: 13.5px; stroke: #202020; }
|
---|
| 623 | .highway-motorway-link-core { stroke-width: 12.5px; stroke: #809BC0; }
|
---|
| 624 |
|
---|
| 625 | .highway-trunk-casing { stroke-width: 27px; stroke: #202020; }
|
---|
| 626 | .highway-trunk-core { stroke-width: 26px; stroke: #7fc97f; }
|
---|
| 627 |
|
---|
| 628 | .highway-trunk-link-casing { stroke-width: 10px; stroke: #202020; }
|
---|
| 629 | .highway-trunk-link-core { stroke-width: 9.5px; stroke: #7FC97F; }
|
---|
| 630 |
|
---|
| 631 | .highway-primary-casing { stroke-width: 21px; stroke: #202020; }
|
---|
| 632 | .highway-primary-core { stroke-width: 20px; stroke: #e46d71; }
|
---|
| 633 |
|
---|
| 634 | .highway-primary-link-casing { stroke-width: 7px; stroke: #202020; }
|
---|
| 635 | .highway-primary-link-core { stroke-width: 6.75px; stroke: #e46d71; }
|
---|
| 636 |
|
---|
| 637 | .highway-secondary-casing { stroke-width: 18px; stroke: #202020; }
|
---|
| 638 | .highway-secondary-core { stroke-width: 17px; stroke: #FDBF6F; }
|
---|
| 639 |
|
---|
| 640 | .highway-secondary-link-casing { stroke-width: 7px; stroke: #202020; }
|
---|
| 641 | .highway-secondary-link-core { stroke-width: 6.75px; stroke: #FDBF6F; }
|
---|
| 642 |
|
---|
| 643 | .highway-tertiary-casing { stroke-width: 5px; stroke: #202020; }
|
---|
| 644 | .highway-tertiary-core { stroke-width: 4.75px; stroke: #ffff90; }
|
---|
| 645 |
|
---|
| 646 | .highway-tertiary-link-casing { stroke-width: 6.5px; stroke: #202020; }
|
---|
| 647 | .highway-tertiary-link-core { stroke-width: 5.75px; stroke: #ffff90; }
|
---|
| 648 |
|
---|
| 649 | .highway-unclassified-casing { stroke-width: 5px; stroke: #c0c0c0; }
|
---|
| 650 | .highway-unclassified-core { stroke-width: 1.2px; stroke: #ffffff; }
|
---|
| 651 |
|
---|
| 652 | .highway-service-casing { stroke-width: 4px; stroke: #202020; }
|
---|
| 653 | .highway-service-core { stroke-width: 3.5px; stroke: #ffffff; }
|
---|
| 654 |
|
---|
| 655 | .highway-unsurfaced-casing { stroke-width: 4px; stroke: #202020; stroke-dasharray: 1, .5; }
|
---|
| 656 | .highway-unsurfaced-core { stroke-width: 3.5px; stroke: #ffffff; }
|
---|
| 657 |
|
---|
| 658 | .highway-track-casing { stroke-width: 4px; stroke: #d79331; }
|
---|
| 659 | .highway-track-core { stroke-width: 3.5px; stroke: #ffffff; }
|
---|
| 660 |
|
---|
| 661 | .highway-byway-1-casing { stroke-width: 2px; stroke: #505050; stroke-dasharray: 1.4, 0.4; stroke-linecap: butt;}
|
---|
| 662 | .highway-byway-2-casing { stroke-width: 1.6px; stroke: #efadaa; }
|
---|
| 663 | .highway-byway-3-casing { stroke-width: 2.8px; stroke: #505050; stroke-dasharray: 0.2, 1.6; stroke-dashoffset: 1.2; stroke-linecap: butt; }
|
---|
| 664 | .highway-byway-1-core { stroke-width: 0.8px; stroke: #efadaa; }
|
---|
| 665 |
|
---|
| 666 | .highway-bridleway-casing { stroke-width: 1.8px; stroke: #707070; stroke-dasharray: 1.4, 0.4; stroke-linecap: butt; }
|
---|
| 667 | .highway-bridleway-core { stroke-width: 1.7px; stroke: #d3cb98; }
|
---|
| 668 |
|
---|
| 669 | .highway-cycleway-casing { stroke-width: 0.5px; stroke: #202020; }
|
---|
| 670 | .highway-cycleway-core { stroke-width: 0.5px; stroke: #d1ead1; }
|
---|
| 671 |
|
---|
| 672 | .highway-pedestrian-casing { stroke-width: 4px; stroke: #b0b0b0; }
|
---|
| 673 | .highway-pedestrian-core { stroke-width: 3.5px; stroke: #e4e4e4; }
|
---|
| 674 |
|
---|
| 675 | .highway-footway-casing { stroke-width: 0.5px; stroke: #202020; }
|
---|
| 676 | .highway-footway-core { stroke-width: 0.5px; stroke: #e5e0c2; }
|
---|
| 677 |
|
---|
| 678 | .highway-steps-casing { stroke-width: 1.2px; stroke: #202020; }
|
---|
| 679 | .highway-steps-core { stroke-width: 1.1px; stroke: #e5e0c2; stroke-dasharray: 0.6, 0.2; stroke-linecap: butt;}
|
---|
| 680 |
|
---|
| 681 | .highway-scramble-core { stroke-width: 0.6px; stroke: #707070; stroke-linecap: butt;}
|
---|
| 682 |
|
---|
| 683 |
|
---|
| 684 |
|
---|
| 685 | /* Aeroways */
|
---|
| 686 | .aeroway-aerodrome {
|
---|
| 687 | stroke-width: 0.5px;
|
---|
| 688 | stroke: #000000;
|
---|
| 689 | fill: #d8dcce;
|
---|
| 690 | }
|
---|
| 691 |
|
---|
| 692 | .aeroway-apron {
|
---|
| 693 | stroke-width: 0.3px;
|
---|
| 694 | stroke: none;
|
---|
| 695 | fill: #f0f0f0;
|
---|
| 696 | }
|
---|
| 697 |
|
---|
| 698 | .aeroway-taxiway-core {
|
---|
| 699 | stroke-width: 2px;
|
---|
| 700 | stroke-linecap: butt;
|
---|
| 701 | stroke-linejoin: round;
|
---|
| 702 | stroke: #d4dcbd;
|
---|
| 703 | fill: none;
|
---|
| 704 | }
|
---|
| 705 |
|
---|
| 706 | .aeroway-taxiway-casing {
|
---|
| 707 | stroke-width: 3px;
|
---|
| 708 | stroke-linecap: butt;
|
---|
| 709 | stroke-linejoin: round;
|
---|
| 710 | stroke: #000000;
|
---|
| 711 | fill: none;
|
---|
| 712 | }
|
---|
| 713 |
|
---|
| 714 | .aeroway-runway-core {
|
---|
| 715 | stroke-width: 5px;
|
---|
| 716 | stroke-linecap: butt;
|
---|
| 717 | stroke-linejoin: round;
|
---|
| 718 | stroke: #d4dcbd;
|
---|
| 719 | fill: none;
|
---|
| 720 | }
|
---|
| 721 |
|
---|
| 722 | .aeroway-runway-casing {
|
---|
| 723 | stroke-width: 7px;
|
---|
| 724 | stroke-linecap: butt;
|
---|
| 725 | stroke-linejoin: round;
|
---|
| 726 | stroke: #000000;
|
---|
| 727 | fill: none;
|
---|
| 728 | }
|
---|
| 729 |
|
---|
| 730 | .aeroway-aerodrome-caption {
|
---|
| 731 | fill: black;
|
---|
| 732 | stroke: white;
|
---|
| 733 | stroke-width: 0.3px;
|
---|
| 734 | font-family: "DejaVu Sans";
|
---|
| 735 | font-size: 6px;
|
---|
| 736 | font-weight: bold;
|
---|
| 737 | }
|
---|
| 738 |
|
---|
| 739 | .aeroway-airport-caption {
|
---|
| 740 | fill: black;
|
---|
| 741 | stroke: white;
|
---|
| 742 | stroke-width: 0.3px;
|
---|
| 743 | font-family: "DejaVu Sans";
|
---|
| 744 | font-size: 10px;
|
---|
| 745 | font-weight: bold;
|
---|
| 746 | text-anchor: middle;
|
---|
| 747 | }
|
---|
| 748 |
|
---|
| 749 |
|
---|
| 750 | /* Waterways */
|
---|
| 751 | .waterway-casing {
|
---|
| 752 | stroke-linecap: round;
|
---|
| 753 | stroke-linejoin: round;
|
---|
| 754 | stroke: #b5d6f1;
|
---|
| 755 | fill: none;
|
---|
| 756 | }
|
---|
| 757 |
|
---|
| 758 | .waterway-core {
|
---|
| 759 | stroke-linecap: round;
|
---|
| 760 | stroke-linejoin: round;
|
---|
| 761 | stroke: #b5d6f1;
|
---|
| 762 | fill: none;
|
---|
| 763 | }
|
---|
| 764 |
|
---|
| 765 | .waterway-riverbank {
|
---|
| 766 | fill: #b5d6f1;
|
---|
| 767 | stroke: #b0b0b0;
|
---|
| 768 | stroke-width: 0px;
|
---|
| 769 | }
|
---|
| 770 |
|
---|
| 771 | .waterway-river-casing {
|
---|
| 772 | stroke-width: 10px;
|
---|
| 773 | stroke-linecap: butt;
|
---|
| 774 | stroke-linejoin: round;
|
---|
| 775 | stroke: #b0b0b0;
|
---|
| 776 | fill: none;
|
---|
| 777 | }
|
---|
| 778 |
|
---|
| 779 | .waterway-river-core {
|
---|
| 780 | stroke-width: 8px;
|
---|
| 781 | stroke-linecap: butt;
|
---|
| 782 | stroke-linejoin: round;
|
---|
| 783 | stroke: #b5d6f1;
|
---|
| 784 | fill: none;
|
---|
| 785 | }
|
---|
| 786 |
|
---|
| 787 | .waterway-stream-casing {
|
---|
| 788 | stroke-width: 4px;
|
---|
| 789 | stroke-linecap: butt;
|
---|
| 790 | stroke-linejoin: round;
|
---|
| 791 | stroke: #b0b0b0;
|
---|
| 792 | fill: none;
|
---|
| 793 | }
|
---|
| 794 |
|
---|
| 795 | .waterway-stream-core {
|
---|
| 796 | stroke-width: 3px;
|
---|
| 797 | stroke-linecap: butt;
|
---|
| 798 | stroke-linejoin: round;
|
---|
| 799 | stroke: #b5d6f1;
|
---|
| 800 | fill: none;
|
---|
| 801 | }
|
---|
| 802 |
|
---|
| 803 | .waterway-canal-casing {
|
---|
| 804 | stroke-width: 2px;
|
---|
| 805 | stroke-linecap: butt;
|
---|
| 806 | stroke-linejoin: round;
|
---|
| 807 | stroke: #b0b0b0;
|
---|
| 808 | fill: none;
|
---|
| 809 | }
|
---|
| 810 |
|
---|
| 811 | .waterway-canal-core {
|
---|
| 812 | stroke-width: 1px;
|
---|
| 813 | stroke-linecap: butt;
|
---|
| 814 | stroke-linejoin: round;
|
---|
| 815 | stroke: #b5d6f1;
|
---|
| 816 | fill: none;
|
---|
| 817 | }
|
---|
| 818 |
|
---|
| 819 | .waterway-drain-casing {
|
---|
| 820 | stroke-width: 1px;
|
---|
| 821 | stroke-linecap: butt;
|
---|
| 822 | stroke-linejoin: round;
|
---|
| 823 | stroke: #b0b0b0;
|
---|
| 824 | fill: none;
|
---|
| 825 | }
|
---|
| 826 |
|
---|
| 827 | .waterway-drain-core {
|
---|
| 828 | stroke-width: 0.5px;
|
---|
| 829 | stroke-linecap: butt;
|
---|
| 830 | stroke-linejoin: round;
|
---|
| 831 | stroke: #b5d6f1;
|
---|
| 832 | fill: none;
|
---|
| 833 | }
|
---|
| 834 |
|
---|
| 835 |
|
---|
| 836 | /* Ferry */
|
---|
| 837 | .route-ferry {
|
---|
| 838 | stroke-width: 2px;
|
---|
| 839 | stroke-dasharray: 3,2;
|
---|
| 840 | stroke-linecap: butt;
|
---|
| 841 | stroke-linejoin: round;
|
---|
| 842 | stroke: #707070;
|
---|
| 843 | fill: none;
|
---|
| 844 | }
|
---|
| 845 |
|
---|
| 846 |
|
---|
| 847 | /* Place names */
|
---|
| 848 | /* General style for place names */
|
---|
| 849 | .place-caption {
|
---|
| 850 | fill: black;
|
---|
| 851 | stroke: none;
|
---|
| 852 | font-family: "DejaVu Sans";
|
---|
| 853 | font-weight: bold;
|
---|
| 854 | text-anchor: middle;
|
---|
| 855 | }
|
---|
| 856 |
|
---|
| 857 | .caption-casing {
|
---|
| 858 | fill: white;
|
---|
| 859 | stroke: white;
|
---|
| 860 | font-family: "DejaVu Sans";
|
---|
| 861 | font-weight: bold;
|
---|
| 862 | text-anchor: middle;
|
---|
| 863 | stroke-miterlimit: 1.5;
|
---|
| 864 | }
|
---|
| 865 |
|
---|
| 866 | .caption-core {
|
---|
| 867 | stroke: white;
|
---|
| 868 | stroke-width: 0px;
|
---|
| 869 | font-family: "DejaVu Sans";
|
---|
| 870 | font-weight: bold;
|
---|
| 871 | text-anchor: middle;
|
---|
| 872 | stroke-miterlimit: 1.5;
|
---|
| 873 | }
|
---|
| 874 |
|
---|
| 875 | .county-caption { font-size: 150px; }
|
---|
| 876 | .city-caption { font-size: 100px; }
|
---|
| 877 | .town-caption { font-size: 65px; }
|
---|
| 878 |
|
---|
| 879 |
|
---|
| 880 | /* Natural */
|
---|
| 881 | .natural-water {
|
---|
| 882 | fill: #b5d6f1;
|
---|
| 883 | stroke: #b0b0b0;
|
---|
| 884 | stroke-width: 0px;
|
---|
| 885 | }
|
---|
| 886 |
|
---|
| 887 | .natural-coastline {
|
---|
| 888 | fill: #b5d6f1;
|
---|
| 889 | stroke: #b5d6f1;
|
---|
| 890 | stroke-width: 1.5px;
|
---|
| 891 | }
|
---|
| 892 |
|
---|
| 893 | .natural-glacier {
|
---|
| 894 | fill: #fafaff;
|
---|
| 895 | stroke: lightblue;
|
---|
| 896 | stroke-width: 1.5px;
|
---|
| 897 | }
|
---|
| 898 |
|
---|
| 899 | .natural-land {
|
---|
| 900 | fill: #f8f8f8;
|
---|
| 901 | stroke: #e0e0e0;
|
---|
| 902 | stroke-width: 0.1px;
|
---|
| 903 | }
|
---|
| 904 |
|
---|
| 905 |
|
---|
| 906 | /* Landuse */
|
---|
| 907 | .landuse-all {
|
---|
| 908 | stroke: none;
|
---|
| 909 | fill: #f0f0f0;
|
---|
| 910 | }
|
---|
| 911 |
|
---|
| 912 | .landuse-wood {
|
---|
| 913 | fill: #6fc18e;
|
---|
| 914 | stroke: #6fc18e;
|
---|
| 915 | stroke-width: 0.2px;
|
---|
| 916 | }
|
---|
| 917 |
|
---|
| 918 | .landuse-cemetery {
|
---|
| 919 | fill: #bde3cb;
|
---|
| 920 | stroke: #e4e4e4;
|
---|
| 921 | stroke-width: 0.2px;
|
---|
| 922 | }
|
---|
| 923 |
|
---|
| 924 | .landuse-field {
|
---|
| 925 | fill: #bde3cb;
|
---|
| 926 | stroke: #6fc13d;
|
---|
| 927 | stroke-width: 0.2px;
|
---|
| 928 | }
|
---|
| 929 |
|
---|
| 930 | .landuse-residential {
|
---|
| 931 | stroke: none;
|
---|
| 932 | fill: #e4e4e4;
|
---|
| 933 | }
|
---|
| 934 |
|
---|
| 935 | .landuse-retail {
|
---|
| 936 | stroke: none;
|
---|
| 937 | fill: #ffebeb;
|
---|
| 938 | }
|
---|
| 939 |
|
---|
| 940 | .landuse-industrial {
|
---|
| 941 | fill: #ecd8ff;
|
---|
| 942 | stroke: #e4e4e4;
|
---|
| 943 | stroke-width: 0.2px;
|
---|
| 944 | }
|
---|
| 945 |
|
---|
| 946 | .landuse-commercial {
|
---|
| 947 | fill: #ffffc0;
|
---|
| 948 | stroke: #e4e4e4;
|
---|
| 949 | stroke-width: 0.2px;
|
---|
| 950 | }
|
---|
| 951 |
|
---|
| 952 | .landuse-retail {
|
---|
| 953 | fill: #ffebeb;
|
---|
| 954 | stroke: #e4e4e4;
|
---|
| 955 | stroke-width: 0.2px;
|
---|
| 956 | }
|
---|
| 957 |
|
---|
| 958 | .landuse-runway {
|
---|
| 959 | stroke-width: 0.3px;
|
---|
| 960 | stroke: #808080;
|
---|
| 961 | fill: #d4dcbd;
|
---|
| 962 | }
|
---|
| 963 |
|
---|
| 964 | .landuse-runway-disused {
|
---|
| 965 | stroke-width: 0.3px;
|
---|
| 966 | stroke: #808080;
|
---|
| 967 | fill: #d4dcbd;
|
---|
| 968 | stroke-dasharray: 1, 1;
|
---|
| 969 | }
|
---|
| 970 |
|
---|
| 971 | .landuse-runway-dismantled {
|
---|
| 972 | stroke-width: 0.3px;
|
---|
| 973 | stroke: #808080;
|
---|
| 974 | fill: #fcffef;
|
---|
| 975 | stroke-dasharray: 0.3, 1.7;
|
---|
| 976 | opacity: 0.5;
|
---|
| 977 | }
|
---|
| 978 |
|
---|
| 979 |
|
---|
| 980 | /* Leisure */
|
---|
| 981 | .leisure-park {
|
---|
| 982 | fill: #c7f1a3;
|
---|
| 983 | stroke: #6fc18e;
|
---|
| 984 | stroke-width: 0.2px;
|
---|
| 985 | }
|
---|
| 986 |
|
---|
| 987 | .leisure-stadium {
|
---|
| 988 | fill: #bde3cb;
|
---|
| 989 | stroke: #6fc18e;
|
---|
| 990 | stroke-width: 0.2px;
|
---|
| 991 | }
|
---|
| 992 |
|
---|
| 993 | .sport {
|
---|
| 994 | fill: #bde3cb;
|
---|
| 995 | stroke: #6fc18e;
|
---|
| 996 | stroke-width: 0.2px;
|
---|
| 997 | }
|
---|
| 998 |
|
---|
| 999 | .amenity-parking {
|
---|
| 1000 | fill: #ffffc0;
|
---|
| 1001 | stroke: #e9dd72;
|
---|
| 1002 | stroke-width: 0.2px;
|
---|
| 1003 | }
|
---|
| 1004 |
|
---|
| 1005 |
|
---|
| 1006 | /* Non-physical boundaries */
|
---|
| 1007 | .boundary {
|
---|
| 1008 | stroke-linecap: round;
|
---|
| 1009 | stroke-linejoin: round;
|
---|
| 1010 | fill: none;
|
---|
| 1011 | }
|
---|
| 1012 |
|
---|
| 1013 | .boundary-level-1-casing {
|
---|
| 1014 | stroke-width: 64px;
|
---|
| 1015 | stroke: #ffff00;
|
---|
| 1016 | opacity: 0.7;
|
---|
| 1017 | }
|
---|
| 1018 |
|
---|
| 1019 | .boundary-level-1-core {
|
---|
| 1020 | stroke-width: 21px;
|
---|
| 1021 | stroke: #f9574b;
|
---|
| 1022 | stroke-dasharray: 48, 16, 16, 16;
|
---|
| 1023 | }
|
---|
| 1024 |
|
---|
| 1025 | .boundary-level-2-casing {
|
---|
| 1026 | stroke-width: 48px;
|
---|
| 1027 | stroke: #ffff00;
|
---|
| 1028 | opacity: 0.7;
|
---|
| 1029 | }
|
---|
| 1030 |
|
---|
| 1031 | .boundary-level-2-core {
|
---|
| 1032 | stroke-width: 21px;
|
---|
| 1033 | stroke: #f9574b;
|
---|
| 1034 | stroke-dasharray: 48, 48;
|
---|
| 1035 | }
|
---|
| 1036 |
|
---|
| 1037 | .boundary-nationalpark-core {
|
---|
| 1038 | stroke-width: 8px;
|
---|
| 1039 | stroke: #4ef94b;
|
---|
| 1040 | stroke-dasharray: 48, 16, 16, 16;
|
---|
| 1041 | }
|
---|
| 1042 |
|
---|
| 1043 |
|
---|
| 1044 | /* Racetracks */
|
---|
| 1045 | .highway-raceway-casing {
|
---|
| 1046 | stroke-width: 2px;
|
---|
| 1047 | stroke-linecap: butt;
|
---|
| 1048 | stroke-linejoin: round;
|
---|
| 1049 | fill: none;
|
---|
| 1050 | stroke: #101010;
|
---|
| 1051 | }
|
---|
| 1052 |
|
---|
| 1053 | .highway-raceway-casing-disused {
|
---|
| 1054 | stroke-width: 2px;
|
---|
| 1055 | stroke-linecap: butt;
|
---|
| 1056 | stroke-linejoin: round;
|
---|
| 1057 | fill: none;
|
---|
| 1058 | stroke: #808080;
|
---|
| 1059 | stroke-dasharray: 1, 1;
|
---|
| 1060 | }
|
---|
| 1061 |
|
---|
| 1062 | .highway-raceway-casing-dismantled {
|
---|
| 1063 | stroke-width: 2px;
|
---|
| 1064 | stroke-linecap: butt;
|
---|
| 1065 | stroke-linejoin: round;
|
---|
| 1066 | fill: none;
|
---|
| 1067 | stroke: #808080;
|
---|
| 1068 | stroke-dasharray: 0.3, 1.7;
|
---|
| 1069 | opacity: 0.5;
|
---|
| 1070 | }
|
---|
| 1071 |
|
---|
| 1072 | .highway-raceway-core {
|
---|
| 1073 | stroke-width: 1.5px;
|
---|
| 1074 | stroke-linecap: butt;
|
---|
| 1075 | stroke-linejoin: round;
|
---|
| 1076 | fill: none;
|
---|
| 1077 | stroke: #f0f0f0;
|
---|
| 1078 | }
|
---|
| 1079 |
|
---|
| 1080 | .highway-raceway-core-disused {
|
---|
| 1081 | stroke-width: 1.5px;
|
---|
| 1082 | stroke-linecap: butt;
|
---|
| 1083 | stroke-linejoin: round;
|
---|
| 1084 | fill: none;
|
---|
| 1085 | stroke-dasharray: 1, 1;
|
---|
| 1086 | stroke: #f0f0f0;
|
---|
| 1087 | }
|
---|
| 1088 |
|
---|
| 1089 | .highway-raceway-core-dismantled {
|
---|
| 1090 | stroke-width: 1.5px;
|
---|
| 1091 | stroke-linecap: butt;
|
---|
| 1092 | stroke-linejoin: round;
|
---|
| 1093 | fill: none;
|
---|
| 1094 | stroke: #ffffff;
|
---|
| 1095 | stroke-dasharray: 0.3, 1.7;
|
---|
| 1096 | opacity: 0.5;
|
---|
| 1097 | }
|
---|
| 1098 |
|
---|
| 1099 | .landuse-raceway {
|
---|
| 1100 | stroke-width: 0.3px;
|
---|
| 1101 | stroke-linecap: butt;
|
---|
| 1102 | stroke-linejoin: round;
|
---|
| 1103 | fill: #f0f0f0;
|
---|
| 1104 | stroke: #101010;
|
---|
| 1105 | }
|
---|
| 1106 |
|
---|
| 1107 | .landuse-raceway-disused {
|
---|
| 1108 | stroke-width: 0.3px;
|
---|
| 1109 | stroke-linecap: butt;
|
---|
| 1110 | stroke-linejoin: round;
|
---|
| 1111 | fill: #f0f0f0;
|
---|
| 1112 | stroke: #808080;
|
---|
| 1113 | stroke-dasharray: 1, 1;
|
---|
| 1114 | }
|
---|
| 1115 |
|
---|
| 1116 | .landuse-raceway-dismantled {
|
---|
| 1117 | stroke-width: 0.3px;
|
---|
| 1118 | stroke-linecap: butt;
|
---|
| 1119 | stroke-linejoin: round;
|
---|
| 1120 | fill: #ffffff;
|
---|
| 1121 | stroke: #808080;
|
---|
| 1122 | stroke-dasharray: 0.3, 1.7;
|
---|
| 1123 | opacity: 0.5;
|
---|
| 1124 | }
|
---|
| 1125 |
|
---|
| 1126 | /* Tourism */
|
---|
| 1127 | .tourism-attraction {
|
---|
| 1128 | fill: #f2caea;
|
---|
| 1129 | stroke: #ff00ff;
|
---|
| 1130 | stroke-width: 0px;
|
---|
| 1131 | }
|
---|
| 1132 |
|
---|
| 1133 | /* Building */
|
---|
| 1134 | .building {
|
---|
| 1135 | fill: #e0e0e0;
|
---|
| 1136 | stroke: #d0d0d0;
|
---|
| 1137 | stroke-width: 0.2px;
|
---|
| 1138 | }
|
---|
| 1139 |
|
---|
| 1140 | .building-block {
|
---|
| 1141 | fill: #F3D6B6;
|
---|
| 1142 | stroke: #6a5a8e;
|
---|
| 1143 | stroke-width: 0.2px;
|
---|
| 1144 | }
|
---|
| 1145 |
|
---|
| 1146 | .building-residential {
|
---|
| 1147 | fill: #c95e2a;
|
---|
| 1148 | stroke: #800000;
|
---|
| 1149 | stroke-width: 0.2px;
|
---|
| 1150 | }
|
---|
| 1151 |
|
---|
| 1152 |
|
---|
| 1153 | /* Map decoration */
|
---|
| 1154 | .map-grid-line {
|
---|
| 1155 | fill: none;
|
---|
| 1156 | stroke: #8080ff;
|
---|
| 1157 | stroke-width: 0.1px;
|
---|
| 1158 | stroke-opacity: 0.5;
|
---|
| 1159 | }
|
---|
| 1160 |
|
---|
| 1161 | .map-border-casing {
|
---|
| 1162 | fill: none;
|
---|
| 1163 | stroke: #8080ff;
|
---|
| 1164 | stroke-width: 3px;
|
---|
| 1165 | stroke-miterlimit: 4;
|
---|
| 1166 | stroke-dasharray: none;
|
---|
| 1167 | stroke-opacity: 1;
|
---|
| 1168 | stroke-linecap: round;
|
---|
| 1169 | }
|
---|
| 1170 |
|
---|
| 1171 | .map-border-core {
|
---|
| 1172 | fill: none;
|
---|
| 1173 | fill-opacity: 1;
|
---|
| 1174 | fill-rule: nonzero;
|
---|
| 1175 | stroke: #ffffff;
|
---|
| 1176 | stroke-width: 2px;
|
---|
| 1177 | stroke-miterlimit: 0;
|
---|
| 1178 | stroke-dashoffset: -0.5px;
|
---|
| 1179 | stroke-opacity: 1;
|
---|
| 1180 | }
|
---|
| 1181 |
|
---|
| 1182 | .map-scale-casing {
|
---|
| 1183 | fill: none;
|
---|
| 1184 | stroke: #8080ff;
|
---|
| 1185 | stroke-width: 4px;
|
---|
| 1186 | stroke-linecap: butt;
|
---|
| 1187 | }
|
---|
| 1188 |
|
---|
| 1189 | .map-scale-core {
|
---|
| 1190 | fill: none;
|
---|
| 1191 | stroke: #ffffff;
|
---|
| 1192 | stroke-width: 3px;
|
---|
| 1193 | stroke-linecap: butt;
|
---|
| 1194 | }
|
---|
| 1195 |
|
---|
| 1196 | .map-scale-bookend {
|
---|
| 1197 | fill: none;
|
---|
| 1198 | stroke: #8080ff;
|
---|
| 1199 | stroke-width: 1px;
|
---|
| 1200 | stroke-linecap: butt;
|
---|
| 1201 | }
|
---|
| 1202 |
|
---|
| 1203 | .map-scale-caption {
|
---|
| 1204 | font-family: "DejaVu Sans";
|
---|
| 1205 | font-size: 10px;
|
---|
| 1206 | fill: #8080ff;
|
---|
| 1207 | }
|
---|
| 1208 |
|
---|
| 1209 | <!-- map background must be the same for all zooms or else empty tile detection will fail -->
|
---|
| 1210 | .map-background {
|
---|
| 1211 | fill: #f8f8f8;
|
---|
| 1212 | stroke: none;
|
---|
| 1213 | }
|
---|
| 1214 |
|
---|
| 1215 | .map-title {
|
---|
| 1216 | font-family: "DejaVu Sans";
|
---|
| 1217 | font-size: 20px;
|
---|
| 1218 | text-anchor: middle;
|
---|
| 1219 | fill: black;
|
---|
| 1220 | }
|
---|
| 1221 |
|
---|
| 1222 | .map-title-background {
|
---|
| 1223 | fill: white;
|
---|
| 1224 | }
|
---|
| 1225 |
|
---|
| 1226 | .map-marginalia-background {
|
---|
| 1227 | fill: white;
|
---|
| 1228 | }
|
---|
| 1229 |
|
---|
| 1230 | .highway-tunnel-ends {
|
---|
| 1231 | stroke-opacity: 0;
|
---|
| 1232 | fill: none;
|
---|
| 1233 | marker-start: url(#marker-tunnel-start);
|
---|
| 1234 | marker-end: url(#marker-tunnel-end);
|
---|
| 1235 | }
|
---|
| 1236 |
|
---|
| 1237 | /* Osmarender built-in styles - do not remove */
|
---|
| 1238 | .osmarender-stroke-linecap-round { stroke-linecap: round; }
|
---|
| 1239 | .osmarender-stroke-linecap-butt { stroke-linecap: butt; }
|
---|
| 1240 | .osmarender-mask-black { stroke: black; }
|
---|
| 1241 | .osmarender-mask-white { stroke: white; }
|
---|
| 1242 | .osmarender-no-marker-start { marker-start: none; }
|
---|
| 1243 | .osmarender-no-marker-end { marker-end: none; }
|
---|
| 1244 | </style>
|
---|
| 1245 |
|
---|
| 1246 | <svg:marker
|
---|
| 1247 | id="bridge-casing-start"
|
---|
| 1248 | fill='none'
|
---|
| 1249 | stroke-width='0.1px'
|
---|
| 1250 | stroke='#707070'
|
---|
| 1251 | markerWidth="1px"
|
---|
| 1252 | markerHeight="1px"
|
---|
| 1253 | orient="auto">
|
---|
| 1254 | <svg:path d="M-0.25,0.75 L0.5,0 L-0.25,-0.75" />
|
---|
| 1255 | </svg:marker>
|
---|
| 1256 |
|
---|
| 1257 | <svg:marker
|
---|
| 1258 | id="bridge-casing-end"
|
---|
| 1259 | fill='none'
|
---|
| 1260 | stroke-width='0.1px'
|
---|
| 1261 | stroke='#707070'
|
---|
| 1262 | markerWidth="1px"
|
---|
| 1263 | markerHeight="1px"
|
---|
| 1264 | orient="auto">
|
---|
| 1265 | <svg:path d="M0.25,0.75 L-0.5,0 L0.25,-0.75" />
|
---|
| 1266 | </svg:marker>
|
---|
| 1267 |
|
---|
| 1268 | <svg:marker
|
---|
| 1269 | id="marker-tunnel-start"
|
---|
| 1270 | viewBox="0 0 10 10"
|
---|
| 1271 | refX="5px" refY="5px"
|
---|
| 1272 | markerUnits="strokeWidth"
|
---|
| 1273 | fill='none'
|
---|
| 1274 | stroke-width='0.5px'
|
---|
| 1275 | stroke='#707070'
|
---|
| 1276 | markerWidth="2px"
|
---|
| 1277 | markerHeight="2px"
|
---|
| 1278 | orient="auto">
|
---|
| 1279 | <svg:path d="M 4,1 A5,4.25 0 0,1 4,9" />
|
---|
| 1280 | </svg:marker>
|
---|
| 1281 |
|
---|
| 1282 | <svg:marker
|
---|
| 1283 | id="marker-tunnel-end"
|
---|
| 1284 | viewBox="0 0 10 10"
|
---|
| 1285 | refX="5px" refY="5px"
|
---|
| 1286 | markerUnits="strokeWidth"
|
---|
| 1287 | fill='none'
|
---|
| 1288 | stroke-width='0.5px'
|
---|
| 1289 | stroke='#707070'
|
---|
| 1290 | markerWidth="2px"
|
---|
| 1291 | markerHeight="2px"
|
---|
| 1292 | orient="auto">
|
---|
| 1293 | <svg:path d="M 6,1 A5,4.25 0 0,0 6,9" />
|
---|
| 1294 | </svg:marker>
|
---|
| 1295 |
|
---|
| 1296 | <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
|
---|
| 1297 | <svg:symbol
|
---|
| 1298 | id="airport"
|
---|
| 1299 | viewBox="0 0 10 10"
|
---|
| 1300 | fill="black"
|
---|
| 1301 | fill-opacity="1"
|
---|
| 1302 | fill-rule="evenodd"
|
---|
| 1303 | stroke="none">
|
---|
| 1304 | <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 " />
|
---|
| 1305 | </svg:symbol>
|
---|
| 1306 |
|
---|
| 1307 |
|
---|
| 1308 | <svg:symbol id="symbol-peak" viewBox="0 0 100 100">
|
---|
| 1309 | <svg:path fill="#cdabde" stroke="#202020" stroke-width="5" d="M 0,90 L 50,10 L 100,90 Z"/>
|
---|
| 1310 | </svg:symbol>
|
---|
| 1311 |
|
---|
| 1312 |
|
---|
| 1313 | </defs>
|
---|
| 1314 |
|
---|
| 1315 | </rules>
|
---|