[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 zoom level 12 -->
|
---|
| 5 | <rules
|
---|
| 6 | xmlns:xlink="http://www.w3.org/1999/xlink"
|
---|
| 7 | xmlns:svg="http://www.w3.org/2000/svg"
|
---|
| 8 | data="data.osm"
|
---|
| 9 | svgBaseProfile="full"
|
---|
| 10 | scale="1"
|
---|
| 11 | symbolScale="3.43"
|
---|
| 12 | textAttenuation="0.44"
|
---|
| 13 | minimumMapWidth="0.5"
|
---|
| 14 | minimumMapHeight="0.5"
|
---|
| 15 | withOSMLayers="yes"
|
---|
| 16 | withUntaggedSegments="no"
|
---|
| 17 | showScale="no"
|
---|
| 18 | showGrid="no"
|
---|
| 19 | showBorder="no"
|
---|
| 20 | showLicense="no"
|
---|
| 21 | symbolsDir="../stylesheets/symbols"
|
---|
| 22 | interactive="no">
|
---|
| 23 |
|
---|
| 24 |
|
---|
| 25 | <!-- Select all nodes and ways (unless they have an osmarender:render=no tag) -->
|
---|
| 26 | <rule e="node|way" k="osmarender:render" v="~|yes">
|
---|
| 27 |
|
---|
| 28 | <!-- Draw land areas first -->
|
---|
| 29 | <rule e="way" k="natural" v="land">
|
---|
| 30 | <area class="natural land"/>
|
---|
| 31 | </rule>
|
---|
| 32 |
|
---|
| 33 | <!-- Natural features -->
|
---|
| 34 | <rule e="way" k="natural" v="coastline">
|
---|
| 35 | <area class="natural coastline"/>
|
---|
| 36 | </rule>
|
---|
| 37 | <rule e="way" k="natural" v="glacier">
|
---|
| 38 | <line class="natural glacier"/>
|
---|
| 39 | </rule>
|
---|
| 40 | <rule e="way" k="landuse|natural" v="forest|wood|scrub">
|
---|
| 41 | <area class="landuse wood"/>
|
---|
| 42 | </rule>
|
---|
| 43 | <rule e="way" k="natural" v="heath">
|
---|
| 44 | <area class="natural heath"/>
|
---|
| 45 | </rule>
|
---|
| 46 | <rule e="way" k="natural" v="wetland">
|
---|
| 47 | <rule e="way" k="wetland" v="bog">
|
---|
| 48 | <area class="wetland bog"/>
|
---|
| 49 | </rule>
|
---|
| 50 | </rule>
|
---|
| 51 | <rule e="way" k="landuse" v="conservation">
|
---|
| 52 | <area class="landuse conservation"/>
|
---|
| 53 | </rule>
|
---|
| 54 |
|
---|
| 55 | <!-- Artificial landuse -->
|
---|
| 56 | <rule e="way" k="landuse" v="field|farm|farmland|meadow|grass">
|
---|
| 57 | <area class="landuse-field"/>
|
---|
| 58 | </rule>
|
---|
| 59 | <rule e="way" k="landuse" v="allotments|village_green|recreation_ground">
|
---|
| 60 | <area class="landuse-allotment-village"/>
|
---|
| 61 | </rule>
|
---|
| 62 | <rule e="way" k="leisure" v="park|garden|golf_course|common|green">
|
---|
| 63 | <area class="leisure-park"/>
|
---|
| 64 | </rule>
|
---|
| 65 | <rule e="way" k="leisure" v="playground|playing_fields|pitch|dog_park">
|
---|
| 66 | <rule e="way" k="sport" v="tennis">
|
---|
| 67 | <area class="sport-tennis"/>
|
---|
| 68 | </rule>
|
---|
| 69 | <else>
|
---|
| 70 | <!-- Done separately from the above rule to layer these above. Tend to be smaller and inside parks. -->
|
---|
| 71 | <area class="leisure-park"/>
|
---|
| 72 | </else>
|
---|
| 73 | </rule>
|
---|
| 74 | <rule e="way" k="leisure" v="stadium|sports_centre">
|
---|
| 75 | <area class="leisure stadium"/>
|
---|
| 76 | </rule>
|
---|
| 77 | <rule e="way" k="leisure" v="track">
|
---|
| 78 | <rule e="way" k="area" v="yes|true">
|
---|
| 79 | <area class="leisure-track-area"/>
|
---|
| 80 | </rule>
|
---|
| 81 | <else>
|
---|
| 82 | <line class="leisure-track-casing"/>
|
---|
| 83 | <line class="leisure-track-core"/>
|
---|
| 84 | </else>
|
---|
| 85 | </rule>
|
---|
| 86 | <rule e="way" k="man_made" v="wastewater_plant" layer="-5" closed="yes">
|
---|
| 87 | <area class="man_made-wastewater" layer="-5"/>
|
---|
| 88 | </rule>
|
---|
| 89 |
|
---|
| 90 | <!-- Airports and runways -->
|
---|
| 91 | <rule e="way" k="aeroway" v="aerodrome" closed="yes">
|
---|
| 92 | <area class="aeroway-aerodrome"/>
|
---|
| 93 | </rule>
|
---|
| 94 | <rule e="way" k="aeroway" v="apron">
|
---|
| 95 | <area class="aeroway apron"/>
|
---|
| 96 | </rule>
|
---|
| 97 | <rule e="way" k="landuse" v="runway">
|
---|
| 98 | <rule e="way" k="use_status" v="~">
|
---|
| 99 | <area class="landuse runway"/>
|
---|
| 100 | </rule>
|
---|
| 101 | <rule e="way" k="use_status" v="disused">
|
---|
| 102 | <area class="landuse runway disused"/>
|
---|
| 103 | </rule>
|
---|
| 104 | <rule e="way" k="use_status" v="dismantled">
|
---|
| 105 | <area class="landuse runway dismantled"/>
|
---|
| 106 | </rule>
|
---|
| 107 | </rule>
|
---|
| 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 | <!-- Man-made areas -->
|
---|
| 123 | <rule e="way" k="sport" v="*" closed="yes">
|
---|
| 124 | <area class="sport"/>
|
---|
| 125 | </rule>
|
---|
| 126 | <rule e="way" k="amenity" v="parking">
|
---|
| 127 | <area class="amenity parking"/>
|
---|
| 128 | </rule>
|
---|
| 129 | <rule e="way" k="tourism" v="zoo|picnic_site|caravan_site|camp_site">
|
---|
| 130 | <area class="tourism green_area"/>
|
---|
| 131 | </rule>
|
---|
| 132 |
|
---|
| 133 | <!-- Airfields and airports -->
|
---|
| 134 | <rule e="way" k="aeroway" v="runway">
|
---|
| 135 | <line class="aeroway runway casing"/>
|
---|
| 136 | </rule>
|
---|
| 137 | <rule e="way" k="aeroway" v="taxiway">
|
---|
| 138 | <line class="aeroway taxiway casing"/>
|
---|
| 139 | </rule>
|
---|
| 140 |
|
---|
| 141 | <!-- Waterways -->
|
---|
| 142 | <rule e="way" k="waterway" v="river">
|
---|
| 143 | <line class="waterway-casing waterway-river-casing" width-scale-factor="1" honor-width="yes" minimum-width="2" maximum-width="100"/>
|
---|
| 144 | </rule>
|
---|
| 145 | <rule e="way" k="waterway" v="stream">
|
---|
| 146 | <line class="waterway-casing waterway-stream-casing" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="3"/>
|
---|
| 147 | </rule>
|
---|
| 148 | <rule e="way" k="waterway" v="canal">
|
---|
| 149 | <line class="waterway-casing waterway-canal-casing" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="100"/>
|
---|
| 150 | </rule>
|
---|
| 151 | <rule e="way" k="waterway" v="drain">
|
---|
| 152 | <line class="waterway-casing waterway-drain-casing" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="20"/>
|
---|
| 153 | </rule>
|
---|
| 154 | <rule e="way" k="waterway" v="ditch">
|
---|
| 155 | <line class="waterway-casing waterway-ditch-casing" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="10"/>
|
---|
| 156 | </rule>
|
---|
| 157 | <rule e="way" k="tunnel" v="yes">
|
---|
| 158 | <rule e="way" k="waterway" v="river">
|
---|
| 159 | <line class="waterway-core waterway-river-tunnel-core" width-scale-factor="1" honor-width="yes" minimum-width="2" maximum-width="100"/>
|
---|
| 160 | </rule>
|
---|
| 161 | <rule e="way" k="waterway" v="stream">
|
---|
| 162 | <line class="waterway-core waterway-stream-tunnel-core" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="3"/>
|
---|
| 163 | </rule>
|
---|
| 164 | <rule e="way" k="waterway" v="canal">
|
---|
| 165 | <line class="waterway-core waterway-canal-tunnel-core" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="100"/>
|
---|
| 166 | </rule>
|
---|
| 167 | <rule e="way" k="waterway" v="drain">
|
---|
| 168 | <line class="waterway-core waterway-drain-tunnel-core" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="20"/>
|
---|
| 169 | </rule>
|
---|
| 170 | <rule e="way" k="waterway" v="ditch">
|
---|
| 171 | <line class="waterway-core waterway-ditch-tunnel-core" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="10"/>
|
---|
| 172 | </rule>
|
---|
| 173 | </rule>
|
---|
| 174 | <else>
|
---|
| 175 | <rule e="way" k="waterway" v="river">
|
---|
| 176 | <line class="waterway-core waterway-river-core" width-scale-factor="1" honor-width="yes" minimum-width="2" maximum-width="100"/>
|
---|
| 177 | </rule>
|
---|
| 178 | <rule e="way" k="waterway" v="stream">
|
---|
| 179 | <line class="waterway-core waterway-stream-core" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="3"/>
|
---|
| 180 | </rule>
|
---|
| 181 | <rule e="way" k="waterway" v="canal">
|
---|
| 182 | <line class="waterway-core waterway-canal-core" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="100"/>
|
---|
| 183 | </rule>
|
---|
| 184 | <rule e="way" k="waterway" v="drain">
|
---|
| 185 | <line class="waterway-core waterway-drain-core" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="20"/>
|
---|
| 186 | </rule>
|
---|
| 187 | <rule e="way" k="waterway" v="ditch">
|
---|
| 188 | <line class="waterway-core waterway-ditch-core" width-scale-factor="1" honor-width="yes" minimum-width="0.1" maximum-width="10"/>
|
---|
| 189 | </rule>
|
---|
| 190 | </else>
|
---|
| 191 | <rule e="way" k="waterway" v="dock">
|
---|
| 192 | <area class="natural water"/>
|
---|
| 193 | </rule>
|
---|
| 194 | <rule e="way" k="natural" v="water|pond|lake|bay">
|
---|
| 195 | <area class="natural water"/>
|
---|
| 196 | </rule>
|
---|
| 197 | <rule e="way" k="landuse" v="reservoir">
|
---|
| 198 | <area class="natural water"/>
|
---|
| 199 | </rule>
|
---|
| 200 | <rule e="way" k="landuse" v="basin">
|
---|
| 201 | <area class="natural water"/>
|
---|
| 202 | </rule>
|
---|
| 203 | <rule e="way" k="waterway" v="riverbank">
|
---|
| 204 | <area class="waterway-riverbank"/>
|
---|
| 205 | </rule>
|
---|
| 206 |
|
---|
| 207 | <rule e="way" k="boundary" v="national_park">
|
---|
| 208 | <area class="leisure-national_park"/>
|
---|
| 209 | </rule>
|
---|
| 210 | <!-- rule e="way" k="leisure" v="landscape_reserve">
|
---|
| 211 | <area class="leisure-landscape_reserve"/>
|
---|
| 212 | </rule -->
|
---|
| 213 | <rule e="way" k="leisure" v="nature_reserve">
|
---|
| 214 | <area class="leisure-nature_reserve"/>
|
---|
| 215 | </rule>
|
---|
| 216 |
|
---|
| 217 | <!-- Highway area casings -->
|
---|
| 218 | <rule e="way" k="area" v="yes|true">
|
---|
| 219 |
|
---|
| 220 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes"></rule>
|
---|
| 221 | <else>
|
---|
| 222 | <rule e="way" k="cycleway" v="cyclestreet"></rule>
|
---|
| 223 | <else>
|
---|
| 224 |
|
---|
| 225 | <rule e="way" k="highway" v="steps">
|
---|
| 226 | <area class="highway-casing highway-steps-area-casing highway-steps-area no-bezier"/>
|
---|
| 227 | </rule>
|
---|
| 228 | <rule e="way" k="highway" v="footway|footpath">
|
---|
| 229 | <area class="highway-casing highway-footway-area-casing highway-footway-area no-bezier"/>
|
---|
| 230 | </rule>
|
---|
| 231 | <rule e="way" k="highway" v="cycleway">
|
---|
| 232 | <area class="highway-casing highway-cycleway-area-casing highway-cycleway-area no-bezier"/>
|
---|
| 233 | </rule>
|
---|
| 234 | <rule e="way" k="highway" v="bridleway">
|
---|
| 235 | <area class="highway-casing highway-bridleway-area-casing highway-bridleway-area no-bezier"/>
|
---|
| 236 | </rule>
|
---|
| 237 | <rule e="way" k="highway" v="path">
|
---|
| 238 | <rule e="way" k="bicycle" v="yes|designated">
|
---|
| 239 | <area class="highway-casing highway-cycleway-area-casing highway-cycleway-area no-bezier"/>
|
---|
| 240 | </rule>
|
---|
| 241 | <else>
|
---|
| 242 | <rule e="way" k="horse" v="yes|designated">
|
---|
| 243 | <area class="highway-casing highway-bridleway-area-casing highway-bridleway-area no-bezier"/>
|
---|
| 244 | </rule>
|
---|
| 245 | <else>
|
---|
| 246 | <area class="highway-casing highway-footway-area-casing highway-footway-area no-bezier"/>
|
---|
| 247 | </else>
|
---|
| 248 | </else>
|
---|
| 249 | </rule>
|
---|
| 250 | <rule e="way" k="highway" v="byway">
|
---|
| 251 | <area class="highway-casing highway-byway-area-casing highway-byway-area no-bezier"/>
|
---|
| 252 | </rule>
|
---|
| 253 | <rule e="way" k="highway" v="track">
|
---|
| 254 | <area class="highway-casing highway-track-area-casing highway-track-area no-bezier"/>
|
---|
| 255 | </rule>
|
---|
| 256 | <rule e="way" k="highway" v="unsurfaced">
|
---|
| 257 | <area class="highway-casing highway-unsurfaced-area-casing highway-unsurfaced-area no-bezier"/>
|
---|
| 258 | </rule>
|
---|
| 259 | <rule e="way" k="highway" v="service">
|
---|
| 260 | <rule e="way" k="service" v="parking_aisle">
|
---|
| 261 | </rule>
|
---|
| 262 | <else>
|
---|
| 263 | <area class="highway-casing highway-service-area-casing highway-service-area no-bezier"/>
|
---|
| 264 | </else>
|
---|
| 265 | </rule>
|
---|
| 266 | <rule e="way" k="highway" v="pedestrian">
|
---|
| 267 | <area class="highway-casing highway-pedestrian-area-casing highway-pedestrian-area no-bezier"/>
|
---|
| 268 | </rule>
|
---|
| 269 | <rule e="way" k="highway" v="unclassified|residential|minor|living_street|road">
|
---|
| 270 | <area class="highway-casing highway-unclassified-area-casing highway-unclassified-area no-bezier"/>
|
---|
| 271 | </rule>
|
---|
| 272 |
|
---|
| 273 | </else>
|
---|
| 274 | </else>
|
---|
| 275 |
|
---|
| 276 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes">
|
---|
| 277 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 278 | <area class="highway-casing highway-unclassified-area-casing highway-unclassified-area no-bezier"/>
|
---|
| 279 | </rule>
|
---|
| 280 | <else>
|
---|
| 281 | <area class="highway-casing highway-cycleroad-area-casing highway-cycleroad-area no-bezier"/>
|
---|
| 282 | </else>
|
---|
| 283 | </rule>
|
---|
| 284 | <else>
|
---|
| 285 | <rule e="way" k="cycleway" v="cyclestreet">
|
---|
| 286 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 287 | <area class="highway-casing highway-unclassified-area-casing highway-unclassified-area no-bezier"/>
|
---|
| 288 | </rule>
|
---|
| 289 | <else>
|
---|
| 290 | <area class="highway-casing highway-cycleroad-area-casing highway-cycleroad-area no-bezier"/>
|
---|
| 291 | </else>
|
---|
| 292 | </rule>
|
---|
| 293 | <else>
|
---|
| 294 | <rule e="way" k="highway" v="cycleroad">
|
---|
| 295 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 296 | <area class="highway-casing highway-unclassified-area-casing highway-unclassified-area no-bezier"/>
|
---|
| 297 | </rule>
|
---|
| 298 | <else>
|
---|
| 299 | <area class="highway-casing highway-cycleroad-area-casing highway-cycleroad-area no-bezier"/>
|
---|
| 300 | </else>
|
---|
| 301 | </rule>
|
---|
| 302 | </else>
|
---|
| 303 | </else>
|
---|
| 304 |
|
---|
| 305 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes"></rule>
|
---|
| 306 | <else>
|
---|
| 307 | <rule e="way" k="cycleway" v="cyclestreet"></rule>
|
---|
| 308 | <else>
|
---|
| 309 |
|
---|
| 310 | <rule e="way" k="highway" v="tertiary_link">
|
---|
| 311 | <area class="highway-casing highway-tertiary-link-casing highway-tertiary-link-area-casing no-bezier"/>
|
---|
| 312 | </rule>
|
---|
| 313 | <rule e="way" k="highway" v="tertiary">
|
---|
| 314 | <area class="highway-casing highway-tertiary-casing highway-tertiary-area-casing no-bezier"/>
|
---|
| 315 | </rule>
|
---|
| 316 | <rule e="way" k="highway" v="secondary_link">
|
---|
| 317 | <area class="highway-casing highway-secondary-link-casing highway-secondary-link-area-casing no-bezier"/>
|
---|
| 318 | </rule>
|
---|
| 319 | <rule e="way" k="highway" v="secondary">
|
---|
| 320 | <area class="highway-casing highway-secondary-casing highway-secondary-area-casing no-bezier"/>
|
---|
| 321 | </rule>
|
---|
| 322 | <rule e="way" k="highway" v="primary_link">
|
---|
| 323 | <area class="highway-casing highway-primary-link-casing highway-primary-link-area-casing no-bezier"/>
|
---|
| 324 | </rule>
|
---|
| 325 | <rule e="way" k="highway" v="trunk_link">
|
---|
| 326 | <area class="highway-casing highway-trunk-link-casing highway-trunk-link-area-casing no-bezier"/>
|
---|
| 327 | </rule>
|
---|
| 328 | <rule e="way" k="highway" v="motorway_link">
|
---|
| 329 | <area class="highway-casing highway-motorway-link-casing highway-motorway-link-area-casing no-bezier"/>
|
---|
| 330 | </rule>
|
---|
| 331 | <rule e="way" k="highway" v="primary">
|
---|
| 332 | <area class="highway-casing highway-primary-casing highway-primary-area-casing no-bezier"/>
|
---|
| 333 | </rule>
|
---|
| 334 | <rule e="way" k="highway" v="trunk">
|
---|
| 335 | <area class="highway-casing highway-trunk-casing highway-trunk-area-casing no-bezier"/>
|
---|
| 336 | </rule>
|
---|
| 337 | <rule e="way" k="highway" v="motorway">
|
---|
| 338 | <area class="highway-casing highway-motorway-casing highway-motorway-area-casing no-bezier"/>
|
---|
| 339 | </rule>
|
---|
| 340 |
|
---|
| 341 | </else>
|
---|
| 342 | </else>
|
---|
| 343 |
|
---|
| 344 | </rule>
|
---|
| 345 |
|
---|
| 346 | <!-- Linear casings -->
|
---|
| 347 | <rule e="way" k="tunnel" v="~|no|false">
|
---|
| 348 | <rule e="way" k="area" v="~|no|false">
|
---|
| 349 |
|
---|
| 350 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes"></rule>
|
---|
| 351 | <else>
|
---|
| 352 | <rule e="way" k="cycleway" v="cyclestreet"></rule>
|
---|
| 353 | <else>
|
---|
| 354 |
|
---|
| 355 | <rule e="way" k="highway" v="raceway">
|
---|
| 356 | <rule e="way" k="use_status" v="~">
|
---|
| 357 | <line class="highway-raceway-casing"/>
|
---|
| 358 | </rule>
|
---|
| 359 | <rule e="way" k="use_status" v="disused">
|
---|
| 360 | <line class="highway-raceway-casing-disused"/>
|
---|
| 361 | </rule>
|
---|
| 362 | <rule e="way" k="use_status" v="dismantled">
|
---|
| 363 | <line class="highway-raceway-casing-dismantled"/>
|
---|
| 364 | </rule>
|
---|
| 365 | </rule>
|
---|
| 366 | <rule e="way" k="highway" v="steps">
|
---|
| 367 | <line class="highway-casing highway-steps-casing "/>
|
---|
| 368 | </rule>
|
---|
| 369 | <rule e="way" k="highway" v="footway|footpath">
|
---|
| 370 | <line class="highway-casing highway-footway-casing "/>
|
---|
| 371 | </rule>
|
---|
| 372 | <rule e="way" k="highway" v="cycleway">
|
---|
| 373 | <line class="highway-casing highway-cycleway-casing "/>
|
---|
| 374 | </rule>
|
---|
| 375 | <rule e="way" k="highway" v="bridleway">
|
---|
| 376 | <line class="highway-casing highway-bridleway-casing "/>
|
---|
| 377 | </rule>
|
---|
| 378 | <rule e="way" k="highway" v="path">
|
---|
| 379 | <rule e="way" k="bicycle" v="yes|designated">
|
---|
| 380 | <line class="highway-casing highway-cycleway-casing "/>
|
---|
| 381 | </rule>
|
---|
| 382 | <else>
|
---|
| 383 | <rule e="way" k="horse" v="yes|designated">
|
---|
| 384 | <line class="highway-casing highway-bridleway-casing "/>
|
---|
| 385 | </rule>
|
---|
| 386 | <else>
|
---|
| 387 | <line class="highway-casing highway-footway-casing "/>
|
---|
| 388 | </else>
|
---|
| 389 | </else>
|
---|
| 390 | </rule>
|
---|
| 391 | <rule e="way" k="highway" v="byway">
|
---|
| 392 | <line class="highway-casing highway-byway-casing "/>
|
---|
| 393 | </rule>
|
---|
| 394 | <rule e="way" k="highway" v="track">
|
---|
| 395 | <line class="highway-casing highway-track-casing "/>
|
---|
| 396 | </rule>
|
---|
| 397 | <rule e="way" k="highway" v="unsurfaced">
|
---|
| 398 | <line class="highway-casing highway-unsurfaced-casing" smart-linecap="no"/>
|
---|
| 399 | </rule>
|
---|
| 400 | <rule e="way" k="highway" v="service">
|
---|
| 401 | <rule e="way" k="service" v="parking_aisle">
|
---|
| 402 | </rule>
|
---|
| 403 | <else>
|
---|
| 404 | <line class="highway-casing highway-unsurfaced-casing"/>
|
---|
| 405 | </else>
|
---|
| 406 | </rule>
|
---|
| 407 | <rule e="way" k="highway" v="pedestrian">
|
---|
| 408 | <line class="highway-casing highway-pedestrian-casing "/>
|
---|
| 409 | </rule>
|
---|
| 410 | <rule e="way" k="highway" v="unclassified|residential|minor|living_street|road|ford">
|
---|
| 411 | <line class="highway-casing highway-unclassified-casing "/>
|
---|
| 412 | </rule>
|
---|
| 413 |
|
---|
| 414 | </else>
|
---|
| 415 | </else>
|
---|
| 416 |
|
---|
| 417 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes">
|
---|
| 418 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 419 | <line class="highway-casing highway-unclassified-casing"/>
|
---|
| 420 | </rule>
|
---|
| 421 | <else>
|
---|
| 422 | <line class="highway-casing highway-cycleroad-casing"/>
|
---|
| 423 | </else>
|
---|
| 424 | </rule>
|
---|
| 425 | <else>
|
---|
| 426 | <rule e="way" k="cycleway" v="cyclestreet">
|
---|
| 427 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 428 | <line class="highway-casing highway-unclassified-casing"/>
|
---|
| 429 | </rule>
|
---|
| 430 | <else>
|
---|
| 431 | <line class="highway-casing highway-cycleroad-casing"/>
|
---|
| 432 | </else>
|
---|
| 433 | </rule>
|
---|
| 434 | <else>
|
---|
| 435 | <rule e="way" k="highway" v="cycleroad">
|
---|
| 436 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 437 | <line class="highway-casing highway-unclassified-casing"/>
|
---|
| 438 | </rule>
|
---|
| 439 | <else>
|
---|
| 440 | <line class="highway-casing highway-cycleroad-casing"/>
|
---|
| 441 | </else>
|
---|
| 442 | </rule>
|
---|
| 443 | </else>
|
---|
| 444 | </else>
|
---|
| 445 |
|
---|
| 446 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes"></rule>
|
---|
| 447 | <else>
|
---|
| 448 | <rule e="way" k="cycleway" v="cyclestreet"></rule>
|
---|
| 449 | <else>
|
---|
| 450 |
|
---|
| 451 | <rule e="way" k="highway" v="tertiary_link">
|
---|
| 452 | <rule e="way" k="motorroad" v="yes">
|
---|
| 453 | <line class="highway-casing highway-tertiary-link-mr2-casing"/>
|
---|
| 454 | </rule>
|
---|
| 455 | <else>
|
---|
| 456 | <line class="highway-casing highway-tertiary-link-casing"/>
|
---|
| 457 | </else>
|
---|
| 458 | </rule>
|
---|
| 459 | <rule e="way" k="highway" v="tertiary">
|
---|
| 460 | <rule e="way" k="motorroad" v="yes">
|
---|
| 461 | <line class="highway-casing highway-tertiary-mr2-casing"/>
|
---|
| 462 | </rule>
|
---|
| 463 | <else>
|
---|
| 464 | <line class="highway-casing highway-tertiary-casing"/>
|
---|
| 465 | </else>
|
---|
| 466 | </rule>
|
---|
| 467 | <rule e="way" k="highway" v="secondary_link">
|
---|
| 468 | <rule e="way" k="motorroad" v="yes">
|
---|
| 469 | <line class="highway-casing highway-secondary-link-mr2-casing"/>
|
---|
| 470 | </rule>
|
---|
| 471 | <else>
|
---|
| 472 | <line class="highway-casing highway-secondary-link-casing"/>
|
---|
| 473 | </else>
|
---|
| 474 | </rule>
|
---|
| 475 | <rule e="way" k="highway" v="secondary">
|
---|
| 476 | <rule e="way" k="motorroad" v="yes">
|
---|
| 477 | <line class="highway-casing highway-secondary-mr2-casing"/>
|
---|
| 478 | </rule>
|
---|
| 479 | <else>
|
---|
| 480 | <line class="highway-casing highway-secondary-casing"/>
|
---|
| 481 | </else>
|
---|
| 482 | </rule>
|
---|
| 483 | <rule e="way" k="highway" v="primary_link">
|
---|
| 484 | <rule e="way" k="motorroad" v="yes">
|
---|
| 485 | <line class="highway-casing highway-primary-link-mr2-casing"/>
|
---|
| 486 | </rule>
|
---|
| 487 | <else>
|
---|
| 488 | <line class="highway-casing highway-primary-link-casing"/>
|
---|
| 489 | </else>
|
---|
| 490 | </rule>
|
---|
| 491 | <rule e="way" k="highway" v="trunk_link">
|
---|
| 492 | <rule e="way" k="motorroad" v="yes">
|
---|
| 493 | <line class="highway-casing highway-trunk-link-mr2-casing"/>
|
---|
| 494 | </rule>
|
---|
| 495 | <else>
|
---|
| 496 | <rule e="way" k="motorroad" v="no">
|
---|
| 497 | <line class="highway-casing highway-trunk-link-mr3-casing"/>
|
---|
| 498 | </rule>
|
---|
| 499 | <else>
|
---|
| 500 | <line class="highway-casing highway-trunk-link-casing"/>
|
---|
| 501 | </else>
|
---|
| 502 | </else>
|
---|
| 503 | </rule>
|
---|
| 504 | <rule e="way" k="highway" v="motorway_link">
|
---|
| 505 | <line class="highway-casing highway-motorway-link-casing"/>
|
---|
| 506 | </rule>
|
---|
| 507 | <rule e="way" k="highway" v="primary">
|
---|
| 508 | <rule e="way" k="motorroad" v="yes">
|
---|
| 509 | <line class="highway-casing highway-primary-mr2-casing"/>
|
---|
| 510 | </rule>
|
---|
| 511 | <else>
|
---|
| 512 | <line class="highway-casing highway-primary-casing"/>
|
---|
| 513 | </else>
|
---|
| 514 | </rule>
|
---|
| 515 | <rule e="way" k="highway" v="trunk">
|
---|
| 516 | <rule e="way" k="motorroad" v="yes">
|
---|
| 517 | <line class="highway-casing highway-trunk-mr2-casing"/>
|
---|
| 518 | </rule>
|
---|
| 519 | <else>
|
---|
| 520 | <rule e="way" k="motorroad" v="no">
|
---|
| 521 | <line class="highway-casing highway-trunk-mr3-casing"/>
|
---|
| 522 | </rule>
|
---|
| 523 | <else>
|
---|
| 524 | <line class="highway-casing highway-trunk-casing"/>
|
---|
| 525 | </else>
|
---|
| 526 | </else>
|
---|
| 527 | </rule>
|
---|
| 528 | <rule e="way" k="highway" v="motorway">
|
---|
| 529 | <line class="highway-casing highway-motorway-casing"/>
|
---|
| 530 | </rule>
|
---|
| 531 |
|
---|
| 532 | </else>
|
---|
| 533 | </else>
|
---|
| 534 |
|
---|
| 535 | </rule>
|
---|
| 536 | </rule>
|
---|
| 537 |
|
---|
| 538 | <!-- Highway area cores -->
|
---|
| 539 | <rule e="way" k="area" v="yes|true">
|
---|
| 540 |
|
---|
| 541 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes"></rule>
|
---|
| 542 | <else>
|
---|
| 543 | <rule e="way" k="cycleway" v="cyclestreet"></rule>
|
---|
| 544 | <else>
|
---|
| 545 |
|
---|
| 546 | <rule e="way" k="highway" v="steps">
|
---|
| 547 | <area class="highway-core highway-steps-core no-bezier"/>
|
---|
| 548 | </rule>
|
---|
| 549 | <rule e="way" k="highway" v="footway|footpath">
|
---|
| 550 | <area class="highway-core highway-footway-core no-bezier"/>
|
---|
| 551 | </rule>
|
---|
| 552 | <rule e="way" k="highway" v="cycleway">
|
---|
| 553 | <area class="highway-core highway-cycleway-core no-bezier"/>
|
---|
| 554 | </rule>
|
---|
| 555 | <rule e="way" k="highway" v="bridleway">
|
---|
| 556 | <area class="highway-core highway-bridleway-core no-bezier"/>
|
---|
| 557 | </rule>
|
---|
| 558 | <rule e="way" k="highway" v="path">
|
---|
| 559 | <rule e="way" k="bicycle" v="yes|designated">
|
---|
| 560 | <area class="highway-core highway-cycleway-core no-bezier"/>
|
---|
| 561 | </rule>
|
---|
| 562 | <else>
|
---|
| 563 | <rule e="way" k="horse" v="yes|designated">
|
---|
| 564 | <area class="highway-core highway-bridleway-core no-bezier"/>
|
---|
| 565 | </rule>
|
---|
| 566 | <else>
|
---|
| 567 | <area class="highway-core highway-path-core no-bezier"/>
|
---|
| 568 | </else>
|
---|
| 569 | </else>
|
---|
| 570 | </rule>
|
---|
| 571 | <rule e="way" k="highway" v="byway">
|
---|
| 572 | <area class="highway-core highway-byway-core no-bezier"/>
|
---|
| 573 | </rule>
|
---|
| 574 | <rule e="way" k="highway" v="track">
|
---|
| 575 | <rule e="way" k="tracktype" v="grade1">
|
---|
| 576 | <area class="highway-core highway-track-grade1-core highway-track-core no-bezier"/>
|
---|
| 577 | </rule>
|
---|
| 578 | <else>
|
---|
| 579 | <rule e="way" k="tracktype" v="grade2">
|
---|
| 580 | <area class="highway-casing highway-track-grade2-core highway-track-core no-bezier"/>
|
---|
| 581 | </rule>
|
---|
| 582 | <else>
|
---|
| 583 | <rule e="way" k="tracktype" v="grade3">
|
---|
| 584 | <area class="highway-core highway-track-grade3-core highway-track-core no-bezier"/>
|
---|
| 585 | </rule>
|
---|
| 586 | <else>
|
---|
| 587 | <rule e="way" k="tracktype" v="grade4">
|
---|
| 588 | <area class="highway-core highway-track-grade4-core highway-track-core no-bezier"/>
|
---|
| 589 | </rule>
|
---|
| 590 | <else>
|
---|
| 591 | <rule e="way" k="tracktype" v="grade5">
|
---|
| 592 | <area class="highway-core highway-track-grade5-core highway-track-core no-bezier"/>
|
---|
| 593 | </rule>
|
---|
| 594 | <else>
|
---|
| 595 | <area class="highway-core highway-track-gradex-core highway-track-core no-bezier"/>
|
---|
| 596 | </else>
|
---|
| 597 | </else>
|
---|
| 598 | </else>
|
---|
| 599 | </else>
|
---|
| 600 | </else>
|
---|
| 601 | </rule>
|
---|
| 602 | <rule e="way" k="highway" v="unsurfaced">
|
---|
| 603 | <area class="highway-core highway-unsurfaced-core no-bezier"/>
|
---|
| 604 | </rule>
|
---|
| 605 | <rule e="way" k="highway" v="service">
|
---|
| 606 | <rule e="way" k="service" v="parking_aisle">
|
---|
| 607 | </rule>
|
---|
| 608 | <else>
|
---|
| 609 | <area class="highway-core highway-service-core no-bezier"/>
|
---|
| 610 | </else>
|
---|
| 611 | </rule>
|
---|
| 612 | <rule e="way" k="highway" v="pedestrian">
|
---|
| 613 | <area class="highway-core highway-pedestrian-core no-bezier"/>
|
---|
| 614 | </rule>
|
---|
| 615 |
|
---|
| 616 | </else>
|
---|
| 617 | </else>
|
---|
| 618 |
|
---|
| 619 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes">
|
---|
| 620 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 621 | <area class="highway-core highway-unclassified-core no-bezier"/>
|
---|
| 622 | </rule>
|
---|
| 623 | <else>
|
---|
| 624 | <area class="highway-core highway-cycleroad-core no-bezier"/>
|
---|
| 625 | </else>
|
---|
| 626 | </rule>
|
---|
| 627 | <else>
|
---|
| 628 | <rule e="way" k="cycleway" v="cyclestreet">
|
---|
| 629 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 630 | <area class="highway-core highway-unclassified-core no-bezier"/>
|
---|
| 631 | </rule>
|
---|
| 632 | <else>
|
---|
| 633 | <area class="highway-core highway-cycleroad-core no-bezier"/>
|
---|
| 634 | </else>
|
---|
| 635 | </rule>
|
---|
| 636 | <else>
|
---|
| 637 | <rule e="way" k="highway" v="cycleroad">
|
---|
| 638 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 639 | <area class="highway-core highway-unclassified-core no-bezier"/>
|
---|
| 640 | </rule>
|
---|
| 641 | <else>
|
---|
| 642 | <area class="highway-core highway-cycleroad-core no-bezier"/>
|
---|
| 643 | </else>
|
---|
| 644 | </rule>
|
---|
| 645 | </else>
|
---|
| 646 | </else>
|
---|
| 647 |
|
---|
| 648 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes"></rule>
|
---|
| 649 | <else>
|
---|
| 650 | <rule e="way" k="cycleway" v="cyclestreet"></rule>
|
---|
| 651 | <else>
|
---|
| 652 |
|
---|
| 653 | <rule e="way" k="highway" v="unclassified|residential|minor|living_street|road">
|
---|
| 654 | <area class="highway-core highway-unclassified-core no-bezier"/>
|
---|
| 655 | </rule>
|
---|
| 656 | <rule e="way" k="highway" v="tertiary_link">
|
---|
| 657 | <area class="highway-core highway-tertiary-link-area no-bezier"/>
|
---|
| 658 | </rule>
|
---|
| 659 | <rule e="way" k="highway" v="tertiary">
|
---|
| 660 | <area class="highway-core highway-tertiary-area no-bezier"/>
|
---|
| 661 | </rule>
|
---|
| 662 | <rule e="way" k="highway" v="secondary_link">
|
---|
| 663 | <area class="highway-core highway-secondary-link-area no-bezier"/>
|
---|
| 664 | </rule>
|
---|
| 665 | <rule e="way" k="highway" v="secondary">
|
---|
| 666 | <area class="highway-core highway-secondary-area no-bezier"/>
|
---|
| 667 | </rule>
|
---|
| 668 | <rule e="way" k="highway" v="primary_link">
|
---|
| 669 | <area class="highway-core highway-primary-link-area no-bezier"/>
|
---|
| 670 | </rule>
|
---|
| 671 | <rule e="way" k="highway" v="trunk_link">
|
---|
| 672 | <area class="highway-core highway-trunk-link-area no-bezier"/>
|
---|
| 673 | </rule>
|
---|
| 674 | <rule e="way" k="highway" v="motorway_link">
|
---|
| 675 | <area class="highway-core highway-motorway-link-area no-bezier"/>
|
---|
| 676 | </rule>
|
---|
| 677 | <rule e="way" k="highway" v="primary">
|
---|
| 678 | <area class="highway-core highway-primary-area no-bezier"/>
|
---|
| 679 | </rule>
|
---|
| 680 | <rule e="way" k="highway" v="trunk">
|
---|
| 681 | <area class="highway-core highway-trunk-area no-bezier"/>
|
---|
| 682 | </rule>
|
---|
| 683 | <rule e="way" k="highway" v="motorway">
|
---|
| 684 | <area class="highway-core highway-motorway-area no-bezier"/>
|
---|
| 685 | </rule>
|
---|
| 686 |
|
---|
| 687 | </else>
|
---|
| 688 | </else>
|
---|
| 689 |
|
---|
| 690 | </rule>
|
---|
| 691 |
|
---|
| 692 | <!-- Buildings -->
|
---|
| 693 | <rule e="way" k="aeroway" v="terminal">
|
---|
| 694 | <area class="building-block"/>
|
---|
| 695 | </rule>
|
---|
| 696 | <rule e="way" k="building" v="*">
|
---|
| 697 | <area class="building-block no-bezier"/>
|
---|
| 698 | </rule>
|
---|
| 699 |
|
---|
| 700 | <!-- Linear cores -->
|
---|
| 701 | <rule e="way" k="tunnel" v="~|false|no">
|
---|
| 702 | <rule e="way" k="area" v="~|false|no">
|
---|
| 703 |
|
---|
| 704 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes"></rule>
|
---|
| 705 | <else>
|
---|
| 706 | <rule e="way" k="cycleway" v="cyclestreet"></rule>
|
---|
| 707 | <else>
|
---|
| 708 |
|
---|
| 709 | <rule e="way" k="highway" v="ford">
|
---|
| 710 | <line class="highway-core highway-ford-core" smart-linecap="no"/>
|
---|
| 711 | </rule>
|
---|
| 712 | <rule e="way" k="highway" v="raceway">
|
---|
| 713 | <rule e="way" k="use_status" v="~">
|
---|
| 714 | <line class="highway-raceway-core"/>
|
---|
| 715 | </rule>
|
---|
| 716 | <rule e="way" k="use_status" v="disused">
|
---|
| 717 | <line class="highway-raceway-core-disused"/>
|
---|
| 718 | </rule>
|
---|
| 719 | <rule e="way" k="use_status" v="dismantled">
|
---|
| 720 | <line class="highway-raceway-core-dismantled"/>
|
---|
| 721 | </rule>
|
---|
| 722 | </rule>
|
---|
| 723 | <rule e="way" k="scramble" v="*">
|
---|
| 724 | <line class="highway-core highway-scramble-core"/>
|
---|
| 725 | </rule>
|
---|
| 726 | <rule e="way" k="highway" v="steps">
|
---|
| 727 | <line class="highway-core highway-steps-core"/>
|
---|
| 728 | </rule>
|
---|
| 729 | <rule e="way" k="highway" v="footway|footpath">
|
---|
| 730 | <line class="highway-core highway-footway-core"/>
|
---|
| 731 | </rule>
|
---|
| 732 | <rule e="way" k="highway" v="cycleway">
|
---|
| 733 | <line class="highway-core highway-cycleway-core"/>
|
---|
| 734 | </rule>
|
---|
| 735 | <rule e="way" k="highway" v="bridleway">
|
---|
| 736 | <line class="highway-core highway-bridleway-core"/>
|
---|
| 737 | </rule>
|
---|
| 738 | <rule e="way" k="highway" v="path">
|
---|
| 739 | <rule e="way" k="bicycle" v="yes|designated">
|
---|
| 740 | <line class="highway-core highway-cycleway-core"/>
|
---|
| 741 | </rule>
|
---|
| 742 | <else>
|
---|
| 743 | <rule e="way" k="horse" v="yes|designated">
|
---|
| 744 | <line class="highway-core highway-bridleway-core"/>
|
---|
| 745 | </rule>
|
---|
| 746 | <else>
|
---|
| 747 | <rule e="way" k="foot" v="yes|designated">
|
---|
| 748 | <line class="highway-core highway-footway-core"/>
|
---|
| 749 | </rule>
|
---|
| 750 | <else>
|
---|
| 751 | <line class="highway-core highway-path-core"/>
|
---|
| 752 | </else>
|
---|
| 753 | </else>
|
---|
| 754 | </else>
|
---|
| 755 | </rule>
|
---|
| 756 | <rule e="way" k="highway" v="byway">
|
---|
| 757 | <line class="highway-core highway-byway-core"/>
|
---|
| 758 | </rule>
|
---|
| 759 | <rule e="way" k="highway" v="track">
|
---|
| 760 | <rule e="way" k="tracktype" v="~">
|
---|
| 761 | <line class="highway-core highway-track-core highway-track-gradex-core"/>
|
---|
| 762 | </rule>
|
---|
| 763 | <else>
|
---|
| 764 | <rule e="way" k="tracktype" v="grade1">
|
---|
| 765 | <line class="highway-core highway-track-core highway-track-grade1-core"/>
|
---|
| 766 | </rule>
|
---|
| 767 | <else>
|
---|
| 768 | <rule e="way" k="tracktype" v="grade2">
|
---|
| 769 | <line class="highway-core highway-track-core highway-track-grade2-core"/>
|
---|
| 770 | </rule>
|
---|
| 771 | <else>
|
---|
| 772 | <rule e="way" k="tracktype" v="grade3">
|
---|
| 773 | <line class="highway-core highway-track-core highway-track-grade3-core" smart-linecap="no"/>
|
---|
| 774 | </rule>
|
---|
| 775 | <else>
|
---|
| 776 | <rule e="way" k="tracktype" v="grade4">
|
---|
| 777 | <line class="highway-core highway-track-core highway-track-grade4-core" smart-linecap="no"/>
|
---|
| 778 | </rule>
|
---|
| 779 | <else>
|
---|
| 780 | <rule e="way" k="tracktype" v="grade5">
|
---|
| 781 | <line class="highway-core highway-track-core highway-track-grade5-core" smart-linecap="no"/>
|
---|
| 782 | </rule>
|
---|
| 783 | <else>
|
---|
| 784 | <line class="highway-core highway-track-core highway-track-gradex-core"/>
|
---|
| 785 | </else>
|
---|
| 786 | </else>
|
---|
| 787 | </else>
|
---|
| 788 | </else>
|
---|
| 789 | </else>
|
---|
| 790 | </else>
|
---|
| 791 | </rule>
|
---|
| 792 | <rule e="way" k="highway" v="unsurfaced">
|
---|
| 793 | <line class="highway-core highway-unsurfaced-core"/>
|
---|
| 794 | </rule>
|
---|
| 795 | <rule e="way" k="highway" v="service">
|
---|
| 796 | <rule e="way" k="service" v="parking_aisle">
|
---|
| 797 | </rule>
|
---|
| 798 | <else>
|
---|
| 799 | <line class="highway-core highway-service-core"/>
|
---|
| 800 | </else>
|
---|
| 801 | </rule>
|
---|
| 802 | <rule e="way" k="highway" v="pedestrian">
|
---|
| 803 | <line class="highway-core highway-pedestrian-core"/>
|
---|
| 804 | </rule>
|
---|
| 805 |
|
---|
| 806 | <rule e="way" k="highway" v="unclassified|residential|minor|living_street|road">
|
---|
| 807 | <line class="highway-core highway-unclassified-core"/>
|
---|
| 808 | </rule>
|
---|
| 809 |
|
---|
| 810 | </else>
|
---|
| 811 | </else>
|
---|
| 812 |
|
---|
| 813 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes">
|
---|
| 814 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 815 | <line class="highway-core highway-unclassified-core"/>
|
---|
| 816 | </rule>
|
---|
| 817 | <else>
|
---|
| 818 | <line class="highway-core highway-cycleroad-core"/>
|
---|
| 819 | </else>
|
---|
| 820 | </rule>
|
---|
| 821 | <else>
|
---|
| 822 | <rule e="way" k="cycleway" v="cyclestreet">
|
---|
| 823 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 824 | <line class="highway-core highway-unclassified-core"/>
|
---|
| 825 | </rule>
|
---|
| 826 | <else>
|
---|
| 827 | <line class="highway-core highway-cycleroad-core"/>
|
---|
| 828 | </else>
|
---|
| 829 | </rule>
|
---|
| 830 | <else>
|
---|
| 831 | <rule e="way" k="highway" v="cycleroad">
|
---|
| 832 | <rule e="way" k="motorcar|motor_vehicle" v="yes|destination|private">
|
---|
| 833 | <line class="highway-core highway-unclassified-core"/>
|
---|
| 834 | </rule>
|
---|
| 835 | <else>
|
---|
| 836 | <line class="highway-core highway-cycleroad-core"/>
|
---|
| 837 | </else>
|
---|
| 838 | </rule>
|
---|
| 839 | </else>
|
---|
| 840 | </else>
|
---|
| 841 |
|
---|
| 842 | <rule e="way" k="bicycle_road|cycleroad|cyclestreet" v="yes"></rule>
|
---|
| 843 | <else>
|
---|
| 844 | <rule e="way" k="cycleway" v="cyclestreet"></rule>
|
---|
| 845 | <else>
|
---|
| 846 |
|
---|
| 847 | <rule e="way" k="highway" v="tertiary_link">
|
---|
| 848 | <line class="highway-core highway-tertiary-link-core"/>
|
---|
| 849 | </rule>
|
---|
| 850 | <rule e="way" k="highway" v="tertiary">
|
---|
| 851 | <line class="highway-core highway-tertiary-core"/>
|
---|
| 852 | </rule>
|
---|
| 853 | <rule e="way" k="highway" v="secondary_link">
|
---|
| 854 | <line class="highway-core highway-secondary-link-core"/>
|
---|
| 855 | </rule>
|
---|
| 856 | <rule e="way" k="highway" v="secondary">
|
---|
| 857 | <line class="highway-core highway-secondary-core"/>
|
---|
| 858 | </rule>
|
---|
| 859 | <rule e="way" k="highway" v="primary_link">
|
---|
| 860 | <line class="highway-core highway-primary-link-core"/>
|
---|
| 861 | </rule>
|
---|
| 862 | <rule e="way" k="highway" v="trunk_link">
|
---|
| 863 | <line class="highway-core highway-trunk-link-core"/>
|
---|
| 864 | </rule>
|
---|
| 865 | <rule e="way" k="highway" v="motorway_link">
|
---|
| 866 | <line class="highway-core highway-motorway-link-core"/>
|
---|
| 867 | </rule>
|
---|
| 868 | <rule e="way" k="highway" v="primary">
|
---|
| 869 | <line class="highway-core highway-primary-core"/>
|
---|
| 870 | </rule>
|
---|
| 871 | <rule e="way" k="highway" v="trunk">
|
---|
| 872 | <line class="highway-core highway-trunk-core"/>
|
---|
| 873 | </rule>
|
---|
| 874 | <rule e="way" k="highway" v="motorway">
|
---|
| 875 | <line class="highway-core highway-motorway-core"/>
|
---|
| 876 | </rule>
|
---|
| 877 |
|
---|
| 878 | </else>
|
---|
| 879 | </else>
|
---|
| 880 |
|
---|
| 881 | <rule e="way" k="railway" v="*">
|
---|
| 882 | <rule e="way" k="construction" v="*">
|
---|
| 883 | <line class="railway-con-2-core railway-con-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 884 | </rule>
|
---|
| 885 | <else>
|
---|
| 886 | <rule e="way" k="planned|proposed" v="*">
|
---|
| 887 | <line class="railway-pla-2-core railway-pla-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 888 | </rule>
|
---|
| 889 | <else>
|
---|
| 890 | <rule e="way" k="disused" v="*">
|
---|
| 891 | <line class="railway-dis-2-core railway-dis-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 892 | </rule>
|
---|
| 893 | <else>
|
---|
| 894 | <rule e="way" k="abandoned|dismantled" v="*">
|
---|
| 895 | <line class="railway-aba-2-core railway-aba-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 896 | </rule>
|
---|
| 897 | <else>
|
---|
| 898 | <rule e="way" k="railway" v="construction">
|
---|
| 899 | <line class="railway-con-2-core railway-con-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 900 | </rule>
|
---|
| 901 | <rule e="way" k="railway" v="planned|proposed">
|
---|
| 902 | <line class="railway-pla-2-core railway-pla-2-core-color railway-2-core"/>
|
---|
| 903 | </rule>
|
---|
| 904 | <rule e="way" k="railway" v="disused">
|
---|
| 905 | <line class="railway-dis-2-core railway-dis-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 906 | </rule>
|
---|
| 907 | <rule e="way" k="railway" v="abandoned|dismantled">
|
---|
| 908 | <line class="railway-aba-2-core railway-aba-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 909 | </rule>
|
---|
| 910 | <rule e="way" k="railway" v="rail">
|
---|
| 911 | <line class="railway-rail-2-core railway-rail-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 912 | </rule>
|
---|
| 913 | <rule e="way" k="railway" v="narrow_gauge">
|
---|
| 914 | <line class="railway-narrow-2-core railway-narrow-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 915 | </rule>
|
---|
| 916 | <rule e="way" k="railway" v="preserved">
|
---|
| 917 | <line class="railway-preserved-2-core railway-preserved-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 918 | </rule>
|
---|
| 919 | <rule e="way" k="railway" v="light_rail">
|
---|
| 920 | <line class="railway-light-2-core railway-light-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 921 | </rule>
|
---|
| 922 | <rule e="way" k="railway" v="tram">
|
---|
| 923 | <line class="railway-tram-2-core railway-tram-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 924 | </rule>
|
---|
| 925 | <rule e="way" k="railway" v="subway">
|
---|
| 926 | <line class="railway-subway-2-core railway-subway-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 927 | </rule>
|
---|
| 928 | <rule e="way" k="railway" v="incline|funicular">
|
---|
| 929 | <line class="railway-funicular-2-core railway-funicular-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 930 | </rule>
|
---|
| 931 | <rule e="way" k="railway" v="monorail">
|
---|
| 932 | <line class="railway-monorail-2-core railway-monorail-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 933 | </rule>
|
---|
| 934 | <rule e="way" k="railway" v="spur|yard|siding">
|
---|
| 935 | <line class="railway-yard-2-core railway-yard-2-core-color railway-2-core" smart-linecap="no" />
|
---|
| 936 | </rule>
|
---|
| 937 | </else>
|
---|
| 938 | </else>
|
---|
| 939 | </else>
|
---|
| 940 | </else>
|
---|
| 941 | </rule>
|
---|
| 942 |
|
---|
| 943 | <rule e="way" k="aeroway" v="runway">
|
---|
| 944 | <line class="aeroway runway core"/>
|
---|
| 945 | </rule>
|
---|
| 946 | <rule e="way" k="aeroway" v="taxiway">
|
---|
| 947 | <line class="aeroway taxiway core"/>
|
---|
| 948 | </rule>
|
---|
| 949 | </rule>
|
---|
| 950 | </rule>
|
---|
| 951 |
|
---|
| 952 | <!-- Tunnels -->
|
---|
| 953 | <rule e="way" k="tunnel" v="true|yes">
|
---|
| 954 | <rule e="way" k="highway" v="steps">
|
---|
| 955 | <line class="tunnel-casing highway-steps-casing tunnel" mask-class="tunnel-core highway-steps-core"/>
|
---|
| 956 | <line class="highway-steps-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 957 | </rule>
|
---|
| 958 | <rule e="way" k="highway" v="footway|footpath">
|
---|
| 959 | <line class="tunnel-casing highway-footway-casing tunnel" mask-class="tunnel-core highway-footway-core"/>
|
---|
| 960 | <line class="highway-footway-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 961 | </rule>
|
---|
| 962 | <rule e="way" k="highway" v="pedestrian">
|
---|
| 963 | <line class="tunnel-casing highway-pedestrian-casing tunnel" mask-class="tunnel-core highway-pedestrian-core"/>
|
---|
| 964 | <line class="highway-pedestrian-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 965 | </rule>
|
---|
| 966 | <rule e="way" k="highway" v="cycleway">
|
---|
| 967 | <line class="tunnel-casing highway-cycleway-casing tunnel" mask-class="tunnel-core highway-cycleway-core"/>
|
---|
| 968 | <line class="highway-cycleway-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 969 | </rule>
|
---|
| 970 | <rule e="way" k="highway" v="path">
|
---|
| 971 | <rule e="way" k="bicycle" v="yes|designated">
|
---|
| 972 | <line class="tunnel-casing highway-cycleway-casing tunnel" mask-class="tunnel-core highway-cycleway-core"/>
|
---|
| 973 | <line class="highway-cycleway-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 974 | </rule>
|
---|
| 975 | <else>
|
---|
| 976 | <rule e="way" k="horse" v="yes|designated">
|
---|
| 977 | <line class="tunnel-casing highway-bridleway-casing tunnel" mask-class="tunnel-core highway-bridleway-core"/>
|
---|
| 978 | <line class="highway-bridleway-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 979 | </rule>
|
---|
| 980 | <else>
|
---|
| 981 | <line class="tunnel-casing highway-footway-casing tunnel" mask-class="tunnel-core highway-footway-core"/>
|
---|
| 982 | <line class="highway-footway-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 983 | </else></else>
|
---|
| 984 | </rule>
|
---|
| 985 | <rule e="way" k="highway" v="bridleway">
|
---|
| 986 | <line class="tunnel-casing highway-bridleway-casing tunnel" mask-class="tunnel-core highway-bridleway-core"/>
|
---|
| 987 | <line class="highway-bridleway-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 988 | </rule>
|
---|
| 989 | <rule e="way" k="highway" v="byway">
|
---|
| 990 | <line class="tunnel-casing highway-byway-1-casing tunnel" mask-class="tunnel-core highway-byway-1-core"/>
|
---|
| 991 | <line class="highway-byway-1-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 992 | </rule>
|
---|
| 993 | <rule e="way" k="highway" v="track">
|
---|
| 994 | <line class="tunnel-casing highway-track-casing tunnel" mask-class="tunnel-core highway-track-core"/>
|
---|
| 995 | <line class="highway-track-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 996 | </rule>
|
---|
| 997 | <rule e="way" k="highway" v="unsurfaced">
|
---|
| 998 | <line class="tunnel-casing highway-unsurfaced-casing tunnel" mask-class="tunnel-core highway-unsurfaced-core"/>
|
---|
| 999 | <line class="highway-unsurfaced-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1000 | </rule>
|
---|
| 1001 | <rule e="way" k="highway" v="service">
|
---|
| 1002 | <line class="tunnel-casing highway-service-casing tunnel" mask-class="tunnel-core highway-service-core"/>
|
---|
| 1003 | <line class="highway-service-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1004 | </rule>
|
---|
| 1005 | <rule e="way" k="highway" v="unclassified|residential|minor|tertiary|cycleroad|living_street">
|
---|
| 1006 | <line class="tunnel-casing highway-unclassified-casing tunnel" mask-class="tunnel-core highway-unclassified-core"/>
|
---|
| 1007 | <line class="highway-unclassified-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1008 | </rule>
|
---|
| 1009 | <rule e="way" k="highway" v="road">
|
---|
| 1010 | <line class="tunnel-casing highway-unclassified-casing tunnel" mask-class="tunnel-core highway-road-core"/>
|
---|
| 1011 | <line class="highway-unclassified-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1012 | </rule>
|
---|
| 1013 | <rule e="way" k="highway" v="tertiary_link">
|
---|
| 1014 | <line class="tunnel-casing highway-tertiary-link-casing tunnel" mask-class="tunnel-core highway-tertiary-link-core"/>
|
---|
| 1015 | <line class="highway-tertiary-link-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1016 | </rule>
|
---|
| 1017 | <rule e="way" k="highway" v="tertiary">
|
---|
| 1018 | <line class="tunnel-casing highway-tertiary-casing tunnel" mask-class="tunnel-core highway-tertiary-core"/>
|
---|
| 1019 | <line class="highway-tertiary-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1020 | </rule>
|
---|
| 1021 | <rule e="way" k="highway" v="secondary_link">
|
---|
| 1022 | <line class="tunnel-casing highway-secondary-link-casing tunnel" mask-class="tunnel-core highway-secondary-link-core"/>
|
---|
| 1023 | <line class="highway-secondary-link-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1024 | </rule>
|
---|
| 1025 | <rule e="way" k="highway" v="secondary">
|
---|
| 1026 | <line class="tunnel-casing highway-secondary-casing tunnel" mask-class="tunnel-core highway-secondary-core"/>
|
---|
| 1027 | <line class="highway-secondary-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1028 | </rule>
|
---|
| 1029 | <rule e="way" k="highway" v="primary_link">
|
---|
| 1030 | <line class="tunnel-casing highway-primary-link-casing tunnel" mask-class="tunnel-core highway-primary-link-core"/>
|
---|
| 1031 | <line class="highway-primary-link-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1032 | </rule>
|
---|
| 1033 | <rule e="way" k="highway" v="trunk_link">
|
---|
| 1034 | <line class="tunnel-casing highway-trunk-link-casing tunnel" mask-class="tunnel-core highway-trunk-link-core"/>
|
---|
| 1035 | <line class="highway-trunk-link-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1036 | </rule>
|
---|
| 1037 | <rule e="way" k="highway" v="motorway_link">
|
---|
| 1038 | <line class="tunnel-casing highway-motorway-link-casing tunnel" mask-class="tunnel-core highway-motorway-link-core"/>
|
---|
| 1039 | <line class="highway-motorway-link-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1040 | </rule>
|
---|
| 1041 | <rule e="way" k="highway" v="primary">
|
---|
| 1042 | <line class="tunnel-casing highway-primary-casing tunnel" mask-class="tunnel-core highway-primary-core"/>
|
---|
| 1043 | <line class="highway-primary-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1044 | </rule>
|
---|
| 1045 | <rule e="way" k="highway" v="trunk">
|
---|
| 1046 | <line class="tunnel-casing highway-trunk-casing tunnel" mask-class="tunnel-core highway-trunk-core"/>
|
---|
| 1047 | <line class="highway-trunk-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1048 | </rule>
|
---|
| 1049 | <rule e="way" k="highway" v="motorway">
|
---|
| 1050 | <line class="tunnel-casing highway-motorway-casing tunnel" mask-class="tunnel-core highway-motorway-core"/>
|
---|
| 1051 | <line class="highway-motorway-casing highway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1052 | </rule>
|
---|
| 1053 | <rule e="way" k="railway" v="*">
|
---|
| 1054 | <rule e="way" k="construction" v="yes|true">
|
---|
| 1055 | <line class="railway-con-casing railway-con-casing-color tunnel-casing tunnel" mask-class="tunnel-core railway-con-2-core"/>
|
---|
| 1056 | <line class="railway-con-2-core railway-con-2-core-color railway-2-core railway-con-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1057 | </rule>
|
---|
| 1058 | <else>
|
---|
| 1059 | <rule e="way" k="planned|proposed" v="yes|true">
|
---|
| 1060 | <line class="railway-pla-casing railway-pla-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-pla-2-core"/>
|
---|
| 1061 | <line class="railway-pla-2-core railway-pla-2-core-color railway-2-core railway-pla-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1062 | </rule>
|
---|
| 1063 | <else>
|
---|
| 1064 | <rule e="way" k="disused" v="yes|true">
|
---|
| 1065 | <line class="railway-dis-casing railway-dis-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-dis-2-core"/>
|
---|
| 1066 | <line class="railway-dis-2-core railway-dis-2-core-color railway-2-core railway-dis-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1067 | </rule>
|
---|
| 1068 | <else>
|
---|
| 1069 | <rule e="way" k="abandoned|dismantled" v="yes|true">
|
---|
| 1070 | <line class="railway-aba-casing railway-aba-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-aba-2-core"/>
|
---|
| 1071 | <line class="railway-aba-2-core railway-aba-2-core-color railway-2-core railway-aba-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1072 | </rule>
|
---|
| 1073 | <else>
|
---|
| 1074 | <rule e="way" k="railway" v="construction">
|
---|
| 1075 | <line class="railway-con-casing railway-con-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-con-2-core"/>
|
---|
| 1076 | <line class="railway-con-2-core railway-con-2-core-color railway-2-core railway-con-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1077 | </rule>
|
---|
| 1078 | <rule e="way" k="railway" v="planned|proposed">
|
---|
| 1079 | <line class="railway-pla-casing railway-pla-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-pla-2-core"/>
|
---|
| 1080 | <line class="railway-pla-2-core railway-pla-2-core-color railway-2-core railway-pla-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1081 | </rule>
|
---|
| 1082 | <rule e="way" k="railway" v="disused">
|
---|
| 1083 | <line class="railway-dis-casing railway-dis-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-dis-2-core"/>
|
---|
| 1084 | <line class="railway-dis-2-core railway-dis-2-core-color railway-2-core railway-dis-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1085 | </rule>
|
---|
| 1086 | <rule e="way" k="railway" v="abandoned|dismantled">
|
---|
| 1087 | <line class="railway-aba-casing railway-aba-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-aba-2-core"/>
|
---|
| 1088 | <line class="railway-aba-2-core railway-aba-2-core-color railway-2-core railway-aba-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1089 | </rule>
|
---|
| 1090 | <rule e="way" k="railway" v="rail">
|
---|
| 1091 | <line class="railway-rail-casing railway-rail-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-rail-2-core"/>
|
---|
| 1092 | <line class="railway-rail-2-core railway-rail-2-core-color railway-2-core railway-rail-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1093 | </rule>
|
---|
| 1094 | <rule e="way" k="railway" v="narrow_gauge">
|
---|
| 1095 | <line class="railway-narrow-casing railway-narrow-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-narrow-2-core"/>
|
---|
| 1096 | <line class="railway-narrow-2-core railway-narrow-2-core-color railway-2-core railway-narrow-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1097 | </rule>
|
---|
| 1098 | <rule e="way" k="railway" v="preserved">
|
---|
| 1099 | <line class="railway-preserved-casing railway-preserved-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-preserved-2-core"/>
|
---|
| 1100 | <line class="railway-preserved-2-core railway-preserved-2-core-color railway-2-core railway-preserved-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1101 | </rule>
|
---|
| 1102 | <rule e="way" k="railway" v="light_rail">
|
---|
| 1103 | <line class="railway-light-casing railway-light-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-light-2-core"/>
|
---|
| 1104 | <line class="railway-light-2-core railway-light-2-core-color railway-2-core railway-light-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1105 | </rule>
|
---|
| 1106 | <rule e="way" k="railway" v="tram">
|
---|
| 1107 | <line class="railway-tram-casing railway-tram-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-tram-2-core"/>
|
---|
| 1108 | <line class="railway-tram-2-core railway-tram-2-core-color railway-2-core railway-tram-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1109 | </rule>
|
---|
| 1110 | <rule e="way" k="railway" v="subway">
|
---|
| 1111 | <line class="railway-subway-casing railway-subway-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-subway-2-core"/>
|
---|
| 1112 | <line class="railway-subway-2-core railway-subway-2-core-color railway-2-core railway-subway-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1113 | </rule>
|
---|
| 1114 | <rule e="way" k="railway" v="incline|funicular">
|
---|
| 1115 | <line class="railway-funicular-casing railway-funicular-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-funicular-2-core"/>
|
---|
| 1116 | <line class="railway-funicular-1-core railway-funicular-1-core-color railway-1-core railway-funicular-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1117 | <line class="railway-funicular-2-core railway-funicular-2-core-color railway-2-core railway-funicular-tunnel-core tunnel-casing tunnel" smart-linecap="no" />
|
---|
| 1118 | </rule>
|
---|
| 1119 | <rule e="way" k="railway" v="monorail">
|
---|
| 1120 | <line class="railway-monorail-casing railway-monorail-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-monorail-2-core"/>
|
---|
| 1121 | <line class="railway-monorail-2-core railway-monorail-2-core-color railway-2-core railway-monorail-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1122 | </rule>
|
---|
| 1123 | <rule e="way" k="railway" v="spur|yard|siding">
|
---|
| 1124 | <line class="railway-yard-casing railway-yard-casing-color railway-casing tunnel-casing tunnel" mask-class="tunnel-core railway-yard-2-core"/>
|
---|
| 1125 | <line class="railway-yard-2-core railway-yard-2-core-color railway-2-core railway-yard-tunnel-core tunnel" smart-linecap="no" />
|
---|
| 1126 | </rule>
|
---|
| 1127 | </else>
|
---|
| 1128 | </else>
|
---|
| 1129 | </else>
|
---|
| 1130 | </else>
|
---|
| 1131 | <line class="railway-tunnel-ends" suppress-markers-tag="tunnel"/>
|
---|
| 1132 | </rule>
|
---|
| 1133 | </rule>
|
---|
| 1134 |
|
---|
| 1135 | <!-- Linear cores (under construction) -->
|
---|
| 1136 | <rule e="way" k="highway" v="construction">
|
---|
| 1137 | <rule e="way" k="construction" v="unsurfaced">
|
---|
| 1138 | <line class="highway-core highway-unsurfaced-core under-construction"/>
|
---|
| 1139 | </rule>
|
---|
| 1140 | <rule e="way" k="construction" v="service">
|
---|
| 1141 | <line class="highway-core highway-service-core under-construction"/>
|
---|
| 1142 | </rule>
|
---|
| 1143 | <rule e="way" k="construction" v="unclassified|residential|minor|cycleroad|living_street">
|
---|
| 1144 | <line class="highway-core highway-unclassified-core under-construction"/>
|
---|
| 1145 | </rule>
|
---|
| 1146 | <rule e="way" k="construction" v="~|road|yes">
|
---|
| 1147 | <line class="highway-core highway-road-core under-construction"/>
|
---|
| 1148 | </rule>
|
---|
| 1149 | <rule e="way" k="construction" v="tertiary_link">
|
---|
| 1150 | <line class="highway-core highway-tertiary-link-core under-construction"/>
|
---|
| 1151 | </rule>
|
---|
| 1152 | <rule e="way" k="construction" v="tertiary">
|
---|
| 1153 | <line class="highway-core highway-tertiary-core under-construction"/>
|
---|
| 1154 | </rule>
|
---|
| 1155 | <rule e="way" k="construction" v="secondary_link">
|
---|
| 1156 | <line class="highway-core highway-secondary-link-core under-construction"/>
|
---|
| 1157 | </rule>
|
---|
| 1158 | <rule e="way" k="construction" v="secondary">
|
---|
| 1159 | <line class="highway-core highway-secondary-core under-construction"/>
|
---|
| 1160 | </rule>
|
---|
| 1161 | <rule e="way" k="construction" v="primary_link">
|
---|
| 1162 | <line class="highway-core highway-primary-link-core under-construction"/>
|
---|
| 1163 | </rule>
|
---|
| 1164 | <rule e="way" k="construction" v="trunk_link">
|
---|
| 1165 | <line class="highway-core highway-trunk-link-core under-construction"/>
|
---|
| 1166 | </rule>
|
---|
| 1167 | <rule e="way" k="construction" v="motorway_link">
|
---|
| 1168 | <line class="highway-core highway-motorway-link-core under-construction"/>
|
---|
| 1169 | </rule>
|
---|
| 1170 | <rule e="way" k="construction" v="primary">
|
---|
| 1171 | <line class="highway-core highway-primary-core under-construction"/>
|
---|
| 1172 | </rule>
|
---|
| 1173 | <rule e="way" k="construction" v="trunk">
|
---|
| 1174 | <line class="highway-core highway-trunk-core under-construction"/>
|
---|
| 1175 | </rule>
|
---|
| 1176 | <rule e="way" k="construction" v="motorway">
|
---|
| 1177 | <line class="highway-core highway-motorway-core under-construction"/>
|
---|
| 1178 | </rule>
|
---|
| 1179 | </rule>
|
---|
| 1180 |
|
---|
| 1181 | <rule e="way" k="highway" v="*">
|
---|
| 1182 | <rule e="way" k="construction|planned|disused|abandoned" v="yes|true">
|
---|
| 1183 | <line class="wrong-under-construction" smart-linecap="no"/>
|
---|
| 1184 | </rule>
|
---|
| 1185 | </rule>
|
---|
| 1186 |
|
---|
| 1187 | <!-- Aerialways -->
|
---|
| 1188 | <rule e="way" k="aerialway" v="cable_car|gondola">
|
---|
| 1189 | <line class="aerialway-line no-bezier" smart-linecap="no"/>
|
---|
| 1190 | <line class="aerialway-struts no-bezier" smart-linecap="no"/>
|
---|
| 1191 | </rule>
|
---|
| 1192 |
|
---|
| 1193 | <!-- Natural features -->
|
---|
| 1194 | <rule e="node" k="natural" v="peak">
|
---|
| 1195 | <symbol ref="peak" position="center"/>
|
---|
| 1196 | </rule>
|
---|
| 1197 | <rule e="node" k="natural" v="volcano">
|
---|
| 1198 | <symbol ref="vulcan" position="center"/>
|
---|
| 1199 | </rule>
|
---|
| 1200 |
|
---|
| 1201 | <!-- Non-physical routes -->
|
---|
| 1202 | <rule e="way" k="route" v="ferry">
|
---|
| 1203 | <line class="route-ferry"/>
|
---|
| 1204 | </rule>
|
---|
| 1205 |
|
---|
| 1206 | <!-- Airfields and airports -->
|
---|
| 1207 | <rule e="node|way" k="aeroway" v="airport">
|
---|
| 1208 | <symbol ref="airport" position="center"/>
|
---|
| 1209 | </rule>
|
---|
| 1210 |
|
---|
| 1211 | <!-- ==================================== Layer -5 ======================================== -->
|
---|
| 1212 |
|
---|
| 1213 | <!-- Landuse -->
|
---|
| 1214 | <!-- at zoom 12 render all landuse in the same colour so it doesn't look too psychedelic -->
|
---|
| 1215 | <rule e="way" k="landuse" v="residential|farmyard|retail|industrial|brownfield|commercial|cemetery|quarry|greenfield|construction|railway" layer="-5">
|
---|
| 1216 | <area class="landuse" layer="-5"/>
|
---|
| 1217 | </rule>
|
---|
| 1218 |
|
---|
| 1219 | <!-- Artificial landuse -->
|
---|
| 1220 | <rule e="way" k="amenity" v="kindergarten|school|college|university" layer="-5">
|
---|
| 1221 | <area class="landuse" layer="-5"/>
|
---|
| 1222 | </rule>
|
---|
| 1223 |
|
---|
| 1224 | <!-- Man-made areas -->
|
---|
| 1225 | <rule e="way" k="landuse" v="military" layer="-5">
|
---|
| 1226 | <rule e="way" k="military" v="~" layer="-5">
|
---|
| 1227 | <area class="military-area" layer="-5"/>
|
---|
| 1228 | </rule>
|
---|
| 1229 | </rule>
|
---|
| 1230 | <rule e="way" k="military" v="*" layer="-5">
|
---|
| 1231 | <area class="military-area" layer="-5"/>
|
---|
| 1232 | </rule>
|
---|
| 1233 | <rule e="way" k="tourism" v="attraction" layer="-5">
|
---|
| 1234 | <rule e="way" k="highway" v="~">
|
---|
| 1235 | <rule e="way" k="area" v="no" />
|
---|
| 1236 | <else>
|
---|
| 1237 | <area class="tourism attraction" layer="-5"/>
|
---|
| 1238 | </else>
|
---|
| 1239 | </rule>
|
---|
| 1240 | </rule>
|
---|
| 1241 |
|
---|
| 1242 | <!-- ==================================== Layer 5 ======================================== -->
|
---|
| 1243 |
|
---|
| 1244 | <!-- Non-physical boundaries -->
|
---|
| 1245 | <rule e="way" k="boundary" v="administrative" layer="5">
|
---|
| 1246 | <rule e="way" k="admin_level" v="1|2|3|4" layer="5">
|
---|
| 1247 | <rule e="way" k="admin_level" v="4" layer="5">
|
---|
| 1248 | <line class="boundary boundary-level-4-core no-bezier" layer="5"/>
|
---|
| 1249 | </rule>
|
---|
| 1250 | <rule e="way" k="admin_level" v="3" layer="5">
|
---|
| 1251 | <line class="boundary boundary-level-3-core no-bezier" layer="5"/>
|
---|
| 1252 | </rule>
|
---|
| 1253 | <rule e="way" k="admin_level" v="2" layer="5">
|
---|
| 1254 | <line class="boundary boundary-level-2-casing no-bezier" layer="5"/>
|
---|
| 1255 | <line class="boundary boundary-level-2-core no-bezier" layer="5"/>
|
---|
| 1256 | </rule>
|
---|
| 1257 | <rule e="way" k="admin_level" v="1" layer="5">
|
---|
| 1258 | <line class="boundary boundary-level-1-casing no-bezier" layer="5"/>
|
---|
| 1259 | <line class="boundary boundary-level-1-core no-bezier" layer="5"/>
|
---|
| 1260 | </rule>
|
---|
| 1261 | </rule>
|
---|
| 1262 | <!-- If we don't have explicit admin_level then guess -->
|
---|
| 1263 | <else>
|
---|
| 1264 | <rule e="way" k="border_type" v="region|state" layer="5">
|
---|
| 1265 | <line class="boundary boundary-level-4-core no-bezier" layer="5"/>
|
---|
| 1266 | </rule>
|
---|
| 1267 | <rule e="way" k="border_type" v="nation|country" layer="5">
|
---|
| 1268 | <line class="boundary boundary-level-2-casing no-bezier" layer="5"/>
|
---|
| 1269 | <line class="boundary boundary-level-2-core no-bezier" layer="5"/>
|
---|
| 1270 | </rule>
|
---|
| 1271 | </else>
|
---|
| 1272 | </rule>
|
---|
| 1273 | <rule e="way" k="boundary" v="national_park" layer="5">
|
---|
| 1274 | <line class="boundary boundary-nationalpark-core no-bezier" layer="5"/>
|
---|
| 1275 | </rule>
|
---|
| 1276 |
|
---|
| 1277 | <!-- Place names -->
|
---|
| 1278 | <rule e="node" k="osmarender:renderName" v="~|yes" layer="5">
|
---|
| 1279 | <rule e="node" k="place" v="island" layer="5">
|
---|
| 1280 | <caption k="name" class="place-caption island-caption" layer="5"/>
|
---|
| 1281 | </rule>
|
---|
| 1282 | <rule e="node" k="place" v="county" layer="5">
|
---|
| 1283 | <caption k="name" class="place-caption county-caption" layer="5"/>
|
---|
| 1284 | </rule>
|
---|
| 1285 | <rule e="node" k="place" v="city" layer="5">
|
---|
| 1286 | <caption k="name" class="place-caption city-caption" layer="5"/>
|
---|
| 1287 | </rule>
|
---|
| 1288 | <rule e="node" k="place" v="town" layer="5">
|
---|
| 1289 | <caption k="name" class="place-caption town-caption" layer="5"/>
|
---|
| 1290 | </rule>
|
---|
| 1291 | </rule>
|
---|
| 1292 |
|
---|
| 1293 | <!-- Names for large natural features -->
|
---|
| 1294 | <rule e="way" k="natural" v="*" minSize="0.128" layer="5">
|
---|
| 1295 | <caption k="name" class="caption-casing largefeature-caption-casing" text-anchor='middle' startOffset='50%'/>
|
---|
| 1296 | <caption k="name" class="caption-core largefeature-caption-core" text-anchor='middle' startOffset='50%'/>
|
---|
| 1297 | </rule>
|
---|
| 1298 | </rule>
|
---|
| 1299 |
|
---|
| 1300 | <!-- SVG Definitions - markers, symbols etc go here -->
|
---|
| 1301 | <include ref="markers.xml"/>
|
---|
| 1302 | <defs>
|
---|
| 1303 | <style xmlns="http://www.w3.org/2000/svg" id="styles" type="text/css">
|
---|
| 1304 | /* DO NOT DELETE .untagged-segments - Used by osmarender.xsl */
|
---|
| 1305 | .untagged-segments {
|
---|
| 1306 | stroke-width: 0.5px;
|
---|
| 1307 | stroke-linejoin: miter;
|
---|
| 1308 | stroke-linecap: butt;
|
---|
| 1309 | stroke: #e0e0e0;
|
---|
| 1310 | stroke-dasharray: 0.5,0.5;
|
---|
| 1311 | }
|
---|
| 1312 |
|
---|
| 1313 |
|
---|
| 1314 |
|
---|
| 1315 | /* Highways - generic styles */
|
---|
| 1316 | .highway-casing {
|
---|
| 1317 | stroke-linecap: square;
|
---|
| 1318 | stroke-linejoin: round;
|
---|
| 1319 | fill: none;
|
---|
| 1320 | }
|
---|
| 1321 |
|
---|
| 1322 | .highway-core {
|
---|
| 1323 | stroke-linecap: square;
|
---|
| 1324 | stroke-linejoin: round;
|
---|
| 1325 | fill: none;
|
---|
| 1326 | }
|
---|
| 1327 |
|
---|
| 1328 | .highway-motorway-junction {
|
---|
| 1329 | fill: yellow;
|
---|
| 1330 | stroke: #4D5D73;
|
---|
| 1331 | stroke-width: 3px;
|
---|
| 1332 | }
|
---|
| 1333 |
|
---|
| 1334 | .highway-motorway-junction-caption {
|
---|
| 1335 | fill: black;
|
---|
| 1336 | stroke: blue;
|
---|
| 1337 | stroke-width: 0.2px;
|
---|
| 1338 | font-family: "DejaVu Sans";
|
---|
| 1339 | font-size: 10px;
|
---|
| 1340 | font-weight: bold;
|
---|
| 1341 | display: none;
|
---|
| 1342 | }
|
---|
| 1343 |
|
---|
| 1344 | .highway-ref {
|
---|
| 1345 | fill: #606060;
|
---|
| 1346 | stroke: white;
|
---|
| 1347 | font-family: "DejaVu Sans";
|
---|
| 1348 | font-weight: normal;
|
---|
| 1349 | text-anchor: middle;
|
---|
| 1350 | }
|
---|
| 1351 |
|
---|
| 1352 | .highway-name {
|
---|
| 1353 | fill: black;
|
---|
| 1354 | font-family: "DejaVu Sans";
|
---|
| 1355 | font-weight: normal;
|
---|
| 1356 | stroke: white;
|
---|
| 1357 | text-anchor: middle;
|
---|
| 1358 | }
|
---|
| 1359 |
|
---|
| 1360 | .bridge-casing {
|
---|
| 1361 | stroke-linecap: butt;
|
---|
| 1362 | stroke-linejoin: round;
|
---|
| 1363 | stroke: #707070;
|
---|
| 1364 | fill: none;
|
---|
| 1365 | marker-start: url(#bridge-casing-start);
|
---|
| 1366 | marker-end: url(#bridge-casing-end);
|
---|
| 1367 | }
|
---|
| 1368 |
|
---|
| 1369 | .bridge-core {
|
---|
| 1370 | stroke-linecap: butt;
|
---|
| 1371 | stroke-linejoin: round;
|
---|
| 1372 | stroke: #ffffff;
|
---|
| 1373 | fill: none;
|
---|
| 1374 | }
|
---|
| 1375 |
|
---|
| 1376 | .tunnel-casing {
|
---|
| 1377 | stroke-linecap: butt;
|
---|
| 1378 | stroke-linejoin: round;
|
---|
| 1379 | fill: none;
|
---|
| 1380 | }
|
---|
| 1381 |
|
---|
| 1382 | .tunnel-core {
|
---|
| 1383 | stroke-linecap: butt;
|
---|
| 1384 | stroke-linejoin: round;
|
---|
| 1385 | fill: none;
|
---|
| 1386 | }
|
---|
| 1387 |
|
---|
| 1388 | .tunnel { stroke-dasharray: 6, 6; }
|
---|
| 1389 |
|
---|
| 1390 | .railway-casing { stroke-linecap: butt; stroke-linejoin: round; fill: none; }
|
---|
| 1391 | .railway-1-core { stroke-linecap: butt; stroke-linejoin: round; fill: none; }
|
---|
| 1392 | .railway-2-core { stroke-linecap: butt; stroke-linejoin: round; fill: none; }
|
---|
| 1393 | .railway-core { stroke-linecap: butt; stroke-linejoin: round; fill: none; }
|
---|
| 1394 |
|
---|
| 1395 | .railway-tunnel-ends {
|
---|
| 1396 | stroke-opacity: 0;
|
---|
| 1397 | fill: none;
|
---|
| 1398 | marker-start: url(#marker-tunnel-start);
|
---|
| 1399 | marker-end: url(#marker-tunnel-end);
|
---|
| 1400 | stroke: #b0b0b0;
|
---|
| 1401 | stroke-width: 14px;
|
---|
| 1402 | }
|
---|
| 1403 |
|
---|
| 1404 | .railway-rail-casing { stroke-width: 9.5px; }
|
---|
| 1405 | .railway-rail-2-core { stroke-width: 7px; }
|
---|
| 1406 | .railway-rail-casing-color { stroke: #404040; }
|
---|
| 1407 | .railway-rail-2-core-color { stroke: #404040; }
|
---|
| 1408 | .railway-rail-tunnel-core { stroke-opacity: 0.1; }
|
---|
| 1409 |
|
---|
| 1410 | .railway-narrow-casing { stroke-width: 7.5px; }
|
---|
| 1411 | .railway-narrow-2-core { stroke-width: 5px; }
|
---|
| 1412 | .railway-narrow-casing-color { stroke: #404040; }
|
---|
| 1413 | .railway-narrow-2-core-color { stroke: #404040; }
|
---|
| 1414 | .railway-narrow-tunnel-core { stroke-opacity: 0.1; }
|
---|
| 1415 |
|
---|
| 1416 | .railway-preserved-casing { stroke-width: 7.5px; }
|
---|
| 1417 | .railway-preserved-2-core { stroke-width: 4px; }
|
---|
| 1418 | .railway-preserved-casing-color { stroke: #595959; }
|
---|
| 1419 | .railway-preserved-2-core-color { stroke: #595959; }
|
---|
| 1420 | .railway-preserved-tunnel-core { stroke-opacity: 0.1; }
|
---|
| 1421 |
|
---|
| 1422 | .railway-light-casing { stroke-width: 7.5px; }
|
---|
| 1423 | .railway-light-2-core { stroke-width: 4px; }
|
---|
| 1424 | .railway-light-casing-color { stroke: #008000; }
|
---|
| 1425 | .railway-light-2-core-color { stroke: #008000; }
|
---|
| 1426 | .railway-light-tunnel-core { stroke-opacity: 0.2; }
|
---|
| 1427 |
|
---|
| 1428 | .railway-tram-casing { stroke-width: 7.5px; }
|
---|
| 1429 | .railway-tram-2-core { stroke-width: 4px; }
|
---|
| 1430 | .railway-tram-casing-color { stroke: #800080; }
|
---|
| 1431 | .railway-tram-2-core-color { stroke: #800080; }
|
---|
| 1432 | .railway-tram-tunnel-core { stroke-opacity: 0.2; }
|
---|
| 1433 |
|
---|
| 1434 | .railway-subway-casing { stroke-width: 7.5px; }
|
---|
| 1435 | .railway-subway-2-core { stroke-width: 4px; }
|
---|
| 1436 | .railway-subway-casing-color { stroke: #000080; }
|
---|
| 1437 | .railway-subway-2-core-color { stroke: #000080; }
|
---|
| 1438 | .railway-subway-tunnel-core { stroke-opacity: 0.2; }
|
---|
| 1439 |
|
---|
| 1440 | .railway-funicular-casing { stroke-width: 7.5px; }
|
---|
| 1441 | .railway-funicular-2-core { stroke-width: 4px; }
|
---|
| 1442 | .railway-funicular-casing-color { stroke: #800000; }
|
---|
| 1443 | .railway-funicular-2-core-color { stroke: #800000; }
|
---|
| 1444 | .railway-funicular-tunnel-core { stroke-opacity: 0.2; }
|
---|
| 1445 |
|
---|
| 1446 | .railway-monorail-casing { stroke-width: 7.5px; }
|
---|
| 1447 | .railway-monorail-2-core { stroke-width: 4px; }
|
---|
| 1448 | .railway-monorail-casing-color { stroke: #b20000; }
|
---|
| 1449 | .railway-monorail-2-core-color { stroke: #b20000; }
|
---|
| 1450 | .railway-monorail-tunnel-core { stroke-opacity: 0.2; }
|
---|
| 1451 |
|
---|
| 1452 | .railway-yard-casing { stroke-width: 4.5px; }
|
---|
| 1453 | .railway-yard-2-core { stroke-width: 2px; }
|
---|
| 1454 | .railway-yard-casing-color { stroke: #404040; }
|
---|
| 1455 | .railway-yard-2-core-color { stroke: #404040; }
|
---|
| 1456 | .railway-yard-tunnel-core { stroke-opacity: 0.1; }
|
---|
| 1457 |
|
---|
| 1458 | .railway-con-casing { stroke-width: 5.5px; }
|
---|
| 1459 | .railway-con-2-core { stroke-width: 3px; stroke-dasharray: 4,4; }
|
---|
| 1460 | .railway-con-casing-color { stroke: #404040; }
|
---|
| 1461 | .railway-con-2-core-color { stroke: #404040; }
|
---|
| 1462 | .railway-con-tunnel-core { stroke-opacity: 0.1; }
|
---|
| 1463 |
|
---|
| 1464 | .railway-pla-casing { stroke-width: 4.5px; }
|
---|
| 1465 | .railway-pla-2-core { stroke-width: 2px; stroke-dasharray: 2,2; }
|
---|
| 1466 | .railway-pla-casing-color { stroke: #b2b2b2; }
|
---|
| 1467 | .railway-pla-2-core-color { stroke: #b2b2b2; }
|
---|
| 1468 | .railway-pla-tunnel-core { stroke-opacity: 0.1; }
|
---|
| 1469 |
|
---|
| 1470 | .railway-dis-casing { stroke-width: 4.5px; }
|
---|
| 1471 | .railway-dis-2-core { stroke-width: 2px; stroke-opacity: 0.5; }
|
---|
| 1472 | .railway-dis-casing-color { stroke: #808080; }
|
---|
| 1473 | .railway-dis-2-core-color { stroke: #808080; }
|
---|
| 1474 | .railway-dis-tunnel-core { stroke-opacity: 0.1; }
|
---|
| 1475 |
|
---|
| 1476 | .railway-aba-casing { stroke-width: 3px; }
|
---|
| 1477 | .railway-aba-2-core { stroke-width: 1px; stroke-opacity: 0.3; }
|
---|
| 1478 | .railway-aba-casing-color { stroke: #b2b2b2; }
|
---|
| 1479 | .railway-aba-2-core-color { stroke: #b2b2b2; }
|
---|
| 1480 | .railway-aba-tunnel-core { stroke-opacity: 0.1; }
|
---|
| 1481 |
|
---|
| 1482 | .highway-motorway-casing { stroke-width: 22px; stroke: #202020; }
|
---|
| 1483 | .highway-motorway-area-casing { stroke-width: 1px; }
|
---|
| 1484 | .highway-motorway-core { stroke-width: 21px; stroke: #809BC0; }
|
---|
| 1485 | .highway-motorway-area { fill: #809BC0; }
|
---|
| 1486 |
|
---|
| 1487 | .highway-motorway-link-casing { stroke-width: 12px; stroke: #202020; }
|
---|
| 1488 | .highway-motorway-link-area-casing { stroke-width: 0.5px; }
|
---|
| 1489 | .highway-motorway-link-core { stroke-width: 11.5px; stroke: #809BC0; }
|
---|
| 1490 | .highway-motorway-link-area { fill: #809BC0; }
|
---|
| 1491 |
|
---|
| 1492 | .highway-trunk-casing { stroke-width: 18px; stroke: #202020; }
|
---|
| 1493 | .highway-trunk-mr2-casing { stroke-width: 25px; stroke: #809BC0; }
|
---|
| 1494 | .highway-trunk-mr3-casing { stroke-width: 25px; stroke: #FDBF6F; }
|
---|
| 1495 | .highway-trunk-area-casing { stroke-width: 1px; }
|
---|
| 1496 | .highway-trunk-core { stroke-width: 17px; stroke: #7fc97f; }
|
---|
| 1497 | .highway-trunk-area { fill: #7fc97f; }
|
---|
| 1498 |
|
---|
| 1499 | .highway-trunk-link-casing { stroke-width: 10px; stroke: #202020; }
|
---|
| 1500 | .highway-trunk-link-mr2-casing { stroke-width: 13px; stroke: #809BC0; }
|
---|
| 1501 | .highway-trunk-link-mr3-casing { stroke-width: 13px; stroke: #FDBF6F; }
|
---|
| 1502 | .highway-trunk-link-area-casing { stroke-width: 0.5px; }
|
---|
| 1503 | .highway-trunk-link-core { stroke-width: 9.5px; stroke: #7FC97F; }
|
---|
| 1504 | .highway-trunk-link-area { fill: #7FC97F; }
|
---|
| 1505 |
|
---|
| 1506 | .highway-primary-casing { stroke-width: 14px; stroke: #202020; }
|
---|
| 1507 | .highway-primary-mr2-casing { stroke-width: 17px; stroke: #809BC0; }
|
---|
| 1508 | .highway-primary-area-casing { stroke-width: 1px; }
|
---|
| 1509 | .highway-primary-core { stroke-width: 13px; stroke: #e46d71; }
|
---|
| 1510 | .highway-primary-area { fill: #e46d71; }
|
---|
| 1511 |
|
---|
| 1512 | .highway-primary-link-casing { stroke-width: 7px; stroke: #202020; }
|
---|
| 1513 | .highway-primary-link-mr2-casing { stroke-width: 8px; stroke: #809BC0; }
|
---|
| 1514 | .highway-primary-link-area-casing { stroke-width: 0.25px; }
|
---|
| 1515 | .highway-primary-link-core { stroke-width: 6.75px; stroke: #e46d71; }
|
---|
| 1516 | .highway-primary-link-area { fill: #e46d71; }
|
---|
| 1517 |
|
---|
| 1518 | .highway-secondary-casing { stroke-width: 12px; stroke: #202020; }
|
---|
| 1519 | .highway-secondary-mr2-casing { stroke-width: 15px; stroke: #809BC0; }
|
---|
| 1520 | .highway-secondary-area-casing { stroke-width: 1px; }
|
---|
| 1521 | .highway-secondary-core { stroke-width: 11px; stroke: #FDBF6F; }
|
---|
| 1522 | .highway-secondary-area { fill: #FDBF6F; }
|
---|
| 1523 |
|
---|
| 1524 | .highway-secondary-link-casing { stroke-width: 7px; stroke: #202020; }
|
---|
| 1525 | .highway-secondary-link-mr2-casing { stroke-width: 8px; stroke: #809BC0; }
|
---|
| 1526 | .highway-secondary-link-area-casing { stroke-width: 0.25px; }
|
---|
| 1527 | .highway-secondary-link-core { stroke-width: 6.75px; stroke: #FDBF6F; }
|
---|
| 1528 | .highway-secondary-link-area { fill: #FDBF6F; }
|
---|
| 1529 |
|
---|
| 1530 | .highway-tertiary-casing { stroke-width: 6.5px; stroke: #202020; }
|
---|
| 1531 | .highway-tertiary-mr2-casing { stroke-width: 7px; stroke: #809BC0; }
|
---|
| 1532 | .highway-tertiary-area-casing { stroke-width: 0.75px; }
|
---|
| 1533 | .highway-tertiary-core { stroke-width: 5.75px; stroke: #ffff90; }
|
---|
| 1534 | .highway-tertiary-area { fill: #ffff90; }
|
---|
| 1535 |
|
---|
| 1536 | .highway-tertiary-link-casing { stroke-width: 6.5px; stroke: #202020; }
|
---|
| 1537 | .highway-tertiary-link-mr2-casing { stroke-width: 7px; stroke: #809BC0; }
|
---|
| 1538 | .highway-tertiary-link-area-casing { stroke-width: 0.75px; }
|
---|
| 1539 | .highway-tertiary-link-core { stroke-width: 5.75px; stroke: #ffff90; }
|
---|
| 1540 | .highway-tertiary-link-area { fill: #ffff90; }
|
---|
| 1541 |
|
---|
| 1542 | .highway-unclassified-casing { stroke-width: 4.0px; stroke: #e6e6e6; }
|
---|
| 1543 | .highway-unclassified-area-casing { stroke-width: 1.2px; }
|
---|
| 1544 | .highway-unclassified-core { stroke-width: 2.8px; stroke: #909090; stroke-linecap: butt; }
|
---|
| 1545 | .highway-unclassified-area { fill: #e6e6e6; }
|
---|
| 1546 |
|
---|
| 1547 | .highway-service-casing { stroke-width: 4.0px; stroke: #e6e6e6; }
|
---|
| 1548 | .highway-service-area-casing { stroke-width: 1.2px; }
|
---|
| 1549 | .highway-service-core { stroke-width: 2.8px; stroke: #909090; stroke-dasharray: 18, 9; stroke-linecap: butt; }
|
---|
| 1550 | .highway-service-area { fill: #e6e6e6; }
|
---|
| 1551 |
|
---|
| 1552 | .highway-unsurfaced-casing { stroke-width: 4.0px; stroke: #e6e6e6; }
|
---|
| 1553 | .highway-unsurfaced-area-casing { stroke-width: 1.2px; }
|
---|
| 1554 | .highway-unsurfaced-core { stroke-width: 2.8px; stroke: #909090; stroke-dasharray: 18, 9; stroke-linecap: butt; }
|
---|
| 1555 | .highway-unsurfaced-area { fill: #e6e6e6; }
|
---|
| 1556 |
|
---|
| 1557 | .highway-track-casing { stroke-width: 4.0px; stroke: #fff2de; stroke-opacity: 0.75; }
|
---|
| 1558 | .highway-track-area-casing { stroke-width: 1.2px; }
|
---|
| 1559 | .highway-track-core { stroke-width: 2.8px; stroke: #d79331; }
|
---|
| 1560 | .highway-track-area { fill: #fff2de; }
|
---|
| 1561 |
|
---|
| 1562 | .highway-track-gradex-core { stroke-dasharray: 24, 9; stroke-linecap: butt; }
|
---|
| 1563 | .highway-track-grade1-core { }
|
---|
| 1564 | .highway-track-grade2-core { stroke-dasharray: 18, 12; stroke-linecap: butt; }
|
---|
| 1565 | .highway-track-grade3-core { stroke-dasharray: 9, 12; stroke-linecap: butt; }
|
---|
| 1566 | .highway-track-grade4-core { stroke-dasharray: 9, 9, 3, 9; stroke-linecap: butt; }
|
---|
| 1567 | .highway-track-grade5-core { stroke-dasharray: 3, 9; stroke-linecap: butt; }
|
---|
| 1568 |
|
---|
| 1569 | .highway-byway-casing { stroke-width: 4.0px; stroke: #efadaa; }
|
---|
| 1570 | .highway-byway-area-casing { stroke-width: 1.2px; }
|
---|
| 1571 | .highway-byway-core { stroke-width: 2.8px; stroke: #bf514d; stroke-dasharray: 18, 12; stroke-linecap: butt; }
|
---|
| 1572 | .highway-byway-area { fill: #efadaa; }
|
---|
| 1573 |
|
---|
| 1574 | .highway-bridleway-casing { stroke-width: 4.0px; stroke: #e6dda5; }
|
---|
| 1575 | .highway-bridleway-area-casing { stroke-width: 1.2px; }
|
---|
| 1576 | .highway-bridleway-core { stroke-width: 2.8px; stroke: #a9d355; stroke-dasharray: 9, 12; stroke-linecap: butt; }
|
---|
| 1577 | .highway-bridleway-area { fill: #e6dda5; }
|
---|
| 1578 |
|
---|
| 1579 | .highway-cycleway-casing { stroke-width: 4.0px; stroke: #d1fad1; }
|
---|
| 1580 | .highway-cycleway-area-casing { stroke-width: 1.2px; }
|
---|
| 1581 | .highway-cycleway-core { stroke-width: 2.8px; stroke: #4dbf4d; stroke-dasharray: 9, 12; stroke-linecap: butt; }
|
---|
| 1582 | .highway-cycleway-area { fill: #d1fad1; }
|
---|
| 1583 |
|
---|
| 1584 | .highway-cycleroad-casing { stroke-width: 4.0px; stroke: #d1fad1; }
|
---|
| 1585 | .highway-cycleroad-area-casing { stroke-width: 1.2px; }
|
---|
| 1586 | .highway-cycleroad-core { stroke-width: 2.8px; stroke: #4dbf4d; stroke-dasharray: 18, 12; stroke-linecap: butt; }
|
---|
| 1587 | .highway-cycleroad-area { fill: #d1fad1; }
|
---|
| 1588 |
|
---|
| 1589 | .highway-pedestrian-casing { stroke-width: 4.0px; stroke: #e5e0c2; }
|
---|
| 1590 | .highway-pedestrian-area-casing { stroke-width: 1.2px; }
|
---|
| 1591 | .highway-pedestrian-core { stroke-width: 2.8px; stroke: #bfba4d; stroke-dasharray: 18, 12; stroke-linecap: butt; }
|
---|
| 1592 | .highway-pedestrian-area { fill: #e5e0c2; }
|
---|
| 1593 |
|
---|
| 1594 | .highway-footway-casing { stroke-width: 4.0px; stroke: #e5e0c2; }
|
---|
| 1595 | .highway-footway-area-casing { stroke-width: 1.2px; }
|
---|
| 1596 | .highway-footway-core { stroke-width: 2.8px; stroke: #bfba4d; stroke-dasharray: 9, 12; stroke-linecap: butt; }
|
---|
| 1597 | .highway-footway-area { fill: #e5e0c2; }
|
---|
| 1598 |
|
---|
| 1599 | .highway-steps-casing { stroke-width: 4.0px; stroke: #e5e0c2; }
|
---|
| 1600 | .highway-steps-area-casing { stroke-width: 1.2px; }
|
---|
| 1601 | .highway-steps-core { stroke-width: 2.8px; stroke: #bfba4d; stroke-dasharray: 3, 9; stroke-linecap: butt; }
|
---|
| 1602 | .highway-steps-area { fill: #e5e0c2; }
|
---|
| 1603 |
|
---|
| 1604 | /* render unmarked paths in the same color as highway=road */
|
---|
| 1605 | .highway-path-casing { stroke-width: 4.0px; stroke: #e6e6e6; }
|
---|
| 1606 | .highway-path-area-casing { stroke-width: 1.2px; }
|
---|
| 1607 | .highway-path-core { stroke-width: 2.8px; stroke: #909090; stroke-dasharray: 9, 12; stroke-linecap: butt; }
|
---|
| 1608 | .highway-path-area { fill: #e6e6e6; }
|
---|
| 1609 |
|
---|
| 1610 | .highway-scramble-core { stroke-width: 0.6px; stroke: #707070; stroke-linecap: butt;}
|
---|
| 1611 |
|
---|
| 1612 |
|
---|
| 1613 |
|
---|
| 1614 | /* Aeroways */
|
---|
| 1615 | .aeroway-aerodrome {
|
---|
| 1616 | stroke-width: 0.5px;
|
---|
| 1617 | stroke: #000000;
|
---|
| 1618 | fill: #d8dcce;
|
---|
| 1619 | }
|
---|
| 1620 |
|
---|
| 1621 | .apron {
|
---|
| 1622 | stroke-width: 0.3px;
|
---|
| 1623 | stroke: none;
|
---|
| 1624 | fill: #f0f0f0;
|
---|
| 1625 | }
|
---|
| 1626 |
|
---|
| 1627 | .aeroway.core {
|
---|
| 1628 | stroke: #d4dcbd;
|
---|
| 1629 | }
|
---|
| 1630 |
|
---|
| 1631 | .aeroway.casing {
|
---|
| 1632 | stroke: #000000;
|
---|
| 1633 | }
|
---|
| 1634 |
|
---|
| 1635 | .taxiway, .runway {
|
---|
| 1636 | stroke-linecap: butt;
|
---|
| 1637 | stroke-linejoin: round;
|
---|
| 1638 | fill: none;
|
---|
| 1639 | }
|
---|
| 1640 |
|
---|
| 1641 | .taxiway.core {
|
---|
| 1642 | stroke-width: 2px;
|
---|
| 1643 | }
|
---|
| 1644 |
|
---|
| 1645 | .taxiway.casing {
|
---|
| 1646 | stroke-width: 3px;
|
---|
| 1647 | }
|
---|
| 1648 |
|
---|
| 1649 | .runway.core {
|
---|
| 1650 | stroke-width: 5px;
|
---|
| 1651 | }
|
---|
| 1652 |
|
---|
| 1653 | .runway.casing {
|
---|
| 1654 | stroke-width: 7px;
|
---|
| 1655 | }
|
---|
| 1656 |
|
---|
| 1657 | /* not in use at this level? */
|
---|
| 1658 | /*
|
---|
| 1659 | .aeroway-aerodrome-caption {
|
---|
| 1660 | fill: black;
|
---|
| 1661 | stroke: white;
|
---|
| 1662 | stroke-width: 0.3px;
|
---|
| 1663 | font-family: "DejaVu Sans";
|
---|
| 1664 | font-size: 6px;
|
---|
| 1665 | font-weight: bold;
|
---|
| 1666 | }
|
---|
| 1667 |
|
---|
| 1668 | .aeroway-airport-caption {
|
---|
| 1669 | fill: black;
|
---|
| 1670 | stroke: white;
|
---|
| 1671 | stroke-width: 0.3px;
|
---|
| 1672 | font-family: "DejaVu Sans";
|
---|
| 1673 | font-size: 10px;
|
---|
| 1674 | font-weight: bold;
|
---|
| 1675 | text-anchor: middle;
|
---|
| 1676 | }
|
---|
| 1677 | */
|
---|
| 1678 |
|
---|
| 1679 | /* Waterways */
|
---|
| 1680 | .waterway-casing {
|
---|
| 1681 | stroke-linecap: round;
|
---|
| 1682 | stroke-linejoin: round;
|
---|
| 1683 | stroke: #b0b0b0;
|
---|
| 1684 | fill: none;
|
---|
| 1685 | }
|
---|
| 1686 |
|
---|
| 1687 | .waterway-core {
|
---|
| 1688 | stroke-linecap: round;
|
---|
| 1689 | stroke-linejoin: round;
|
---|
| 1690 | stroke: #b5d6f1;
|
---|
| 1691 | fill: none;
|
---|
| 1692 | }
|
---|
| 1693 |
|
---|
| 1694 | .waterway-riverbank {
|
---|
| 1695 | fill: #b5d6f1;
|
---|
| 1696 | stroke: #b0b0b0;
|
---|
| 1697 | stroke-width: 0px;
|
---|
| 1698 | }
|
---|
| 1699 |
|
---|
| 1700 | .waterway-river-casing { stroke-width: 10px; }
|
---|
| 1701 | .waterway-river-core { stroke-width: 10px; }
|
---|
| 1702 | .waterway-river-tunnel-core { stroke-width: 8px; stroke-dasharray: 15, 15; }
|
---|
| 1703 |
|
---|
| 1704 | .waterway-stream-casing { stroke-width: 3px; }
|
---|
| 1705 | .waterway-stream-core { stroke-width: 3px; }
|
---|
| 1706 | .waterway-stream-tunnel-core { stroke-width: 2.25px; stroke-dasharray: 6, 6; }
|
---|
| 1707 |
|
---|
| 1708 | .waterway-canal-casing { stroke-width: 10px; }
|
---|
| 1709 | .waterway-canal-core { stroke-width: 10px; }
|
---|
| 1710 | .waterway-canal-tunnel-core { stroke-width: 8px; stroke-dasharray: 15, 15; }
|
---|
| 1711 |
|
---|
| 1712 | .waterway-drain-casing { stroke-width: 4px; }
|
---|
| 1713 | .waterway-drain-core { stroke-width: 4px; }
|
---|
| 1714 | .waterway-drain-tunnel-core { stroke-width: 3px; stroke-dasharray: 6, 6; }
|
---|
| 1715 |
|
---|
| 1716 | .waterway-ditch-casing { stroke-width: 1.2px; }
|
---|
| 1717 | .waterway-ditch-core { stroke-width: 1.2px; }
|
---|
| 1718 | .waterway-ditch-tunnel-core { stroke-width: 1.1px; stroke-dasharray: 6, 6; }
|
---|
| 1719 |
|
---|
| 1720 |
|
---|
| 1721 | /* Generic under-construction style - makes any way dashed */
|
---|
| 1722 | .under-construction { stroke-dasharray: 16, 26; }
|
---|
| 1723 | .wrong-under-construction { stroke-width: 6px; stroke: #ffffff; stroke-dasharray: 25, 25; fill:none; }
|
---|
| 1724 |
|
---|
| 1725 |
|
---|
| 1726 | /* Ferry */
|
---|
| 1727 | .route-ferry {
|
---|
| 1728 | stroke-width: 2px;
|
---|
| 1729 | stroke-dasharray: 3,2;
|
---|
| 1730 | stroke-linecap: butt;
|
---|
| 1731 | stroke-linejoin: round;
|
---|
| 1732 | stroke: #707070;
|
---|
| 1733 | fill: none;
|
---|
| 1734 | }
|
---|
| 1735 |
|
---|
| 1736 |
|
---|
| 1737 | /* Place names */
|
---|
| 1738 | /* General style for place names */
|
---|
| 1739 | .place-caption {
|
---|
| 1740 | fill: black;
|
---|
| 1741 | stroke: none;
|
---|
| 1742 | font-family: "DejaVu Sans";
|
---|
| 1743 | font-weight: bold;
|
---|
| 1744 | text-anchor: middle;
|
---|
| 1745 | }
|
---|
| 1746 |
|
---|
| 1747 | .caption-casing {
|
---|
| 1748 | fill: white;
|
---|
| 1749 | stroke: white;
|
---|
| 1750 | font-family: "DejaVu Sans";
|
---|
| 1751 | font-weight: bold;
|
---|
| 1752 | text-anchor: middle;
|
---|
| 1753 | stroke-miterlimit: 1.5;
|
---|
| 1754 | }
|
---|
| 1755 |
|
---|
| 1756 | .caption-core {
|
---|
| 1757 | stroke: white;
|
---|
| 1758 | stroke-width: 0px;
|
---|
| 1759 | font-family: "DejaVu Sans";
|
---|
| 1760 | font-weight: bold;
|
---|
| 1761 | text-anchor: middle;
|
---|
| 1762 | stroke-miterlimit: 1.5;
|
---|
| 1763 | }
|
---|
| 1764 |
|
---|
| 1765 | .island-caption { font-size: 40px; opacity: 0.75; }
|
---|
| 1766 | .county-caption { font-size: 80px; font-variant: small-caps; opacity: 0.8; }
|
---|
| 1767 | .city-caption { font-size: 80px; }
|
---|
| 1768 | .town-caption { font-size: 50px; font-weight: normal;}
|
---|
| 1769 |
|
---|
| 1770 |
|
---|
| 1771 | .largefeature-caption-casing { stroke-width: 5px; font-size: 30px; }
|
---|
| 1772 | .largefeature-caption-core { fill: #4040ff; font-size: 30px; }
|
---|
| 1773 |
|
---|
| 1774 | /* Natural */
|
---|
| 1775 | .natural.water, .coastline {
|
---|
| 1776 | fill: #b5d6f1;
|
---|
| 1777 | }
|
---|
| 1778 |
|
---|
| 1779 | .natural.water {
|
---|
| 1780 | stroke: #b0b0b0;
|
---|
| 1781 | stroke-width: 0px;
|
---|
| 1782 | }
|
---|
| 1783 |
|
---|
| 1784 | .coastline {
|
---|
| 1785 | stroke: #b5d6f1;
|
---|
| 1786 | stroke-width: 1.5px;
|
---|
| 1787 | }
|
---|
| 1788 |
|
---|
| 1789 | .glacier {
|
---|
| 1790 | fill: #fafaff;
|
---|
| 1791 | stroke: lightblue;
|
---|
| 1792 | stroke-width: 1.5px;
|
---|
| 1793 | }
|
---|
| 1794 |
|
---|
| 1795 | .natural.land {
|
---|
| 1796 | fill: #f8f8f8;
|
---|
| 1797 | stroke: #e0e0e0;
|
---|
| 1798 | stroke-width: 0.1px;
|
---|
| 1799 | }
|
---|
| 1800 |
|
---|
| 1801 | .heath {
|
---|
| 1802 | fill: #ffffc0;
|
---|
| 1803 | stroke: #ffff90;
|
---|
| 1804 | stroke-width: 0.2px;
|
---|
| 1805 | }
|
---|
| 1806 |
|
---|
| 1807 | .bog {
|
---|
| 1808 | fill: #946e50;
|
---|
| 1809 | stroke: #3f1f06;
|
---|
| 1810 | stroke-width: 0.2px;
|
---|
| 1811 | }
|
---|
| 1812 |
|
---|
| 1813 | /* Landuse */
|
---|
| 1814 | .landuse {
|
---|
| 1815 | stroke: none;
|
---|
| 1816 | fill: #f0f0f0;
|
---|
| 1817 | }
|
---|
| 1818 |
|
---|
| 1819 | /* selecting with the landuse class is possibly redundant here, .. */
|
---|
| 1820 | /* but safer since it's more specific than just .landuse and .. */
|
---|
| 1821 | /* won't be dependent on ordering here in the CSS */
|
---|
| 1822 | .landuse.wood {
|
---|
| 1823 | fill: #6fc18e;
|
---|
| 1824 | stroke: #6fc18e;
|
---|
| 1825 | stroke-width: 0.2px;
|
---|
| 1826 | }
|
---|
| 1827 |
|
---|
| 1828 | .landuse.cemetery {
|
---|
| 1829 | fill: #bde3cb;
|
---|
| 1830 | stroke: #e4e4e4;
|
---|
| 1831 | stroke-width: 0.2px;
|
---|
| 1832 | }
|
---|
| 1833 |
|
---|
| 1834 | .landuse-field {
|
---|
| 1835 | fill: #ebfff2;
|
---|
| 1836 | stroke: #9ee673;
|
---|
| 1837 | stroke-width: 0.1px;
|
---|
| 1838 | }
|
---|
| 1839 | .landuse-allotment-village {
|
---|
| 1840 | fill: #bde3cb;
|
---|
| 1841 | stroke: #6fc13d;
|
---|
| 1842 | stroke-width: 0.2px;
|
---|
| 1843 | }
|
---|
| 1844 |
|
---|
| 1845 | .landuse.residential {
|
---|
| 1846 | fill: #e4e4e4;
|
---|
| 1847 | }
|
---|
| 1848 |
|
---|
| 1849 | .landuse.industrial {
|
---|
| 1850 | fill: #ecd8ff;
|
---|
| 1851 | stroke: #e4e4e4;
|
---|
| 1852 | stroke-width: 0.2px;
|
---|
| 1853 | }
|
---|
| 1854 |
|
---|
| 1855 | .landuse.commercial {
|
---|
| 1856 | fill: #ffffc0;
|
---|
| 1857 | stroke: #e4e4e4;
|
---|
| 1858 | stroke-width: 0.2px;
|
---|
| 1859 | }
|
---|
| 1860 |
|
---|
| 1861 | .landuse.retail {
|
---|
| 1862 | fill: #ffebeb;
|
---|
| 1863 | stroke: #e4e4e4;
|
---|
| 1864 | stroke-width: 0.2px;
|
---|
| 1865 | }
|
---|
| 1866 |
|
---|
| 1867 | .landuse.runway {
|
---|
| 1868 | stroke-width: 0.3px;
|
---|
| 1869 | stroke: #808080;
|
---|
| 1870 | fill: #d4dcbd;
|
---|
| 1871 | }
|
---|
| 1872 |
|
---|
| 1873 | .landuse.runway.disused {
|
---|
| 1874 | stroke-dasharray: 1, 1;
|
---|
| 1875 | }
|
---|
| 1876 |
|
---|
| 1877 | .landuse.runway.dismantled {
|
---|
| 1878 | fill: #fcffef;
|
---|
| 1879 | stroke-dasharray: 0.3, 1.7;
|
---|
| 1880 | opacity: 0.5;
|
---|
| 1881 | }
|
---|
| 1882 |
|
---|
| 1883 | .landuse.conservation {
|
---|
| 1884 | fill: #cfeca8;
|
---|
| 1885 | stroke: #6fc18e;
|
---|
| 1886 | stroke-width: 0.2px
|
---|
| 1887 | }
|
---|
| 1888 |
|
---|
| 1889 | /* Leisure, sport */
|
---|
| 1890 | .leisure, .sport {
|
---|
| 1891 | stroke: #6fc18e;
|
---|
| 1892 | stroke-width: 0.2px;
|
---|
| 1893 | }
|
---|
| 1894 |
|
---|
| 1895 | .leisure-park {
|
---|
| 1896 | fill: #c7f1a3;
|
---|
| 1897 | }
|
---|
| 1898 | .leisure-national_park {
|
---|
| 1899 | fill: url(#national-park-pattern);
|
---|
| 1900 | }
|
---|
| 1901 | .leisure-nature_reserve {
|
---|
| 1902 | fill: url(#nature-reserve-pattern);
|
---|
| 1903 | stroke: #6fc18e;
|
---|
| 1904 | stroke-width: 0.2px;
|
---|
| 1905 | }
|
---|
| 1906 | .leisure-landscape_reserve {
|
---|
| 1907 | fill: url(#landscape-reserve-pattern);
|
---|
| 1908 | stroke: #6fc18e;
|
---|
| 1909 | stroke-width: 0.2px;
|
---|
| 1910 | }
|
---|
| 1911 |
|
---|
| 1912 | .stadium, .sport {
|
---|
| 1913 | fill: #bde3cb;
|
---|
| 1914 | }
|
---|
| 1915 |
|
---|
| 1916 | .leisure-track-area {
|
---|
| 1917 | fill: #bde3cb;
|
---|
| 1918 | stroke: #6fc18e;
|
---|
| 1919 | stroke-width: 0.15px;
|
---|
| 1920 | }
|
---|
| 1921 |
|
---|
| 1922 | .leisure-track-casing {
|
---|
| 1923 | fill: none;
|
---|
| 1924 | stroke: #6fc18e;
|
---|
| 1925 | stroke-width: 2.8px;
|
---|
| 1926 | }
|
---|
| 1927 |
|
---|
| 1928 | .leisure-track-core {
|
---|
| 1929 | fill: none;
|
---|
| 1930 | stroke: #bde3cb;
|
---|
| 1931 | stroke-width: 2.5px;
|
---|
| 1932 | }
|
---|
| 1933 |
|
---|
| 1934 | .parking {
|
---|
| 1935 | fill: #ffffc0;
|
---|
| 1936 | stroke: #e9dd72;
|
---|
| 1937 | stroke-width: 0.2px;
|
---|
| 1938 | }
|
---|
| 1939 |
|
---|
| 1940 |
|
---|
| 1941 |
|
---|
| 1942 | /* Non-physical boundaries */
|
---|
| 1943 | .boundary {
|
---|
| 1944 | stroke-linecap: round;
|
---|
| 1945 | stroke-linejoin: round;
|
---|
| 1946 | fill: none;
|
---|
| 1947 | }
|
---|
| 1948 |
|
---|
| 1949 | .boundary-level-1-casing {
|
---|
| 1950 | stroke-width: 56px;
|
---|
| 1951 | stroke: #ffff00;
|
---|
| 1952 | opacity: 0.5;
|
---|
| 1953 | }
|
---|
| 1954 |
|
---|
| 1955 | .boundary-level-1-core {
|
---|
| 1956 | stroke-width: 8px;
|
---|
| 1957 | stroke: #f9574b;
|
---|
| 1958 | stroke-dasharray: 48, 16, 16, 16;
|
---|
| 1959 | }
|
---|
| 1960 |
|
---|
| 1961 | .boundary-level-2-casing {
|
---|
| 1962 | stroke-width: 24px;
|
---|
| 1963 | stroke: #ffff00;
|
---|
| 1964 | opacity: 0.5;
|
---|
| 1965 | }
|
---|
| 1966 |
|
---|
| 1967 | .boundary-level-2-core {
|
---|
| 1968 | stroke-width: 8px;
|
---|
| 1969 | stroke: #f9574b;
|
---|
| 1970 | stroke-dasharray: 48, 48;
|
---|
| 1971 | }
|
---|
| 1972 |
|
---|
| 1973 | .boundary-level-3-core {
|
---|
| 1974 | stroke-width: 8px;
|
---|
| 1975 | stroke: #f9574b;
|
---|
| 1976 | }
|
---|
| 1977 |
|
---|
| 1978 | .boundary-level-4-core {
|
---|
| 1979 | stroke-width: 8px;
|
---|
| 1980 | stroke: #f9574b;
|
---|
| 1981 | stroke-dasharray: 48, 16, 16, 16;
|
---|
| 1982 | }
|
---|
| 1983 |
|
---|
| 1984 | .boundary-nationalpark-core {
|
---|
| 1985 | stroke-width: 8px;
|
---|
| 1986 | stroke: #4ef94b;
|
---|
| 1987 | stroke-dasharray: 48, 16, 16, 16;
|
---|
| 1988 | }
|
---|
| 1989 |
|
---|
| 1990 |
|
---|
| 1991 | /* Racetracks */
|
---|
| 1992 | .highway-raceway-casing {
|
---|
| 1993 | stroke-width: 2px;
|
---|
| 1994 | stroke-linecap: butt;
|
---|
| 1995 | stroke-linejoin: round;
|
---|
| 1996 | fill: none;
|
---|
| 1997 | stroke: #101010;
|
---|
| 1998 | }
|
---|
| 1999 |
|
---|
| 2000 | .highway-raceway-casing-disused {
|
---|
| 2001 | stroke-width: 2px;
|
---|
| 2002 | stroke-linecap: butt;
|
---|
| 2003 | stroke-linejoin: round;
|
---|
| 2004 | fill: none;
|
---|
| 2005 | stroke: #808080;
|
---|
| 2006 | stroke-dasharray: 1, 1;
|
---|
| 2007 | }
|
---|
| 2008 |
|
---|
| 2009 | .highway-raceway-casing-dismantled {
|
---|
| 2010 | stroke-width: 2px;
|
---|
| 2011 | stroke-linecap: butt;
|
---|
| 2012 | stroke-linejoin: round;
|
---|
| 2013 | fill: none;
|
---|
| 2014 | stroke: #808080;
|
---|
| 2015 | stroke-dasharray: 0.3, 1.7;
|
---|
| 2016 | opacity: 0.5;
|
---|
| 2017 | }
|
---|
| 2018 |
|
---|
| 2019 | .highway-raceway-core {
|
---|
| 2020 | stroke-width: 1.5px;
|
---|
| 2021 | stroke-linecap: butt;
|
---|
| 2022 | stroke-linejoin: round;
|
---|
| 2023 | fill: none;
|
---|
| 2024 | stroke: #f0f0f0;
|
---|
| 2025 | }
|
---|
| 2026 |
|
---|
| 2027 | .highway-raceway-core-disused {
|
---|
| 2028 | stroke-width: 1.5px;
|
---|
| 2029 | stroke-linecap: butt;
|
---|
| 2030 | stroke-linejoin: round;
|
---|
| 2031 | fill: none;
|
---|
| 2032 | stroke-dasharray: 1, 1;
|
---|
| 2033 | stroke: #f0f0f0;
|
---|
| 2034 | }
|
---|
| 2035 |
|
---|
| 2036 | .highway-raceway-core-dismantled {
|
---|
| 2037 | stroke-width: 1.5px;
|
---|
| 2038 | stroke-linecap: butt;
|
---|
| 2039 | stroke-linejoin: round;
|
---|
| 2040 | fill: none;
|
---|
| 2041 | stroke: #ffffff;
|
---|
| 2042 | stroke-dasharray: 0.3, 1.7;
|
---|
| 2043 | opacity: 0.5;
|
---|
| 2044 | }
|
---|
| 2045 |
|
---|
| 2046 | .landuse.raceway {
|
---|
| 2047 | stroke-width: 0.3px;
|
---|
| 2048 | stroke-linecap: butt;
|
---|
| 2049 | stroke-linejoin: round;
|
---|
| 2050 | fill: #f0f0f0;
|
---|
| 2051 | stroke: #101010;
|
---|
| 2052 | }
|
---|
| 2053 |
|
---|
| 2054 | .landuse.raceway.disused {
|
---|
| 2055 | stroke-width: 0.3px;
|
---|
| 2056 | stroke-linecap: butt;
|
---|
| 2057 | stroke-linejoin: round;
|
---|
| 2058 | fill: #f0f0f0;
|
---|
| 2059 | stroke: #808080;
|
---|
| 2060 | stroke-dasharray: 1, 1;
|
---|
| 2061 | }
|
---|
| 2062 |
|
---|
| 2063 | .landuse.raceway.dismantled {
|
---|
| 2064 | stroke-width: 0.3px;
|
---|
| 2065 | stroke-linecap: butt;
|
---|
| 2066 | stroke-linejoin: round;
|
---|
| 2067 | fill: #ffffff;
|
---|
| 2068 | stroke: #808080;
|
---|
| 2069 | stroke-dasharray: 0.3, 1.7;
|
---|
| 2070 | opacity: 0.5;
|
---|
| 2071 | }
|
---|
| 2072 |
|
---|
| 2073 | .man_made-wastewater {
|
---|
| 2074 | fill: #e4e4e4;
|
---|
| 2075 | }
|
---|
| 2076 |
|
---|
| 2077 | /* Tourism */
|
---|
| 2078 | .attraction {
|
---|
| 2079 | fill: #f2caea;
|
---|
| 2080 | stroke: #ff00ff;
|
---|
| 2081 | stroke-width: 0px;
|
---|
| 2082 | }
|
---|
| 2083 | .green_area {
|
---|
| 2084 | fill: #c7f1a3;
|
---|
| 2085 | stroke: #6fc18e;
|
---|
| 2086 | stroke-width: 0.2px;
|
---|
| 2087 | }
|
---|
| 2088 |
|
---|
| 2089 | .military-area {
|
---|
| 2090 | fill: #d0d050;
|
---|
| 2091 | fill-opacity: 0.5;
|
---|
| 2092 | stroke: #e4e4e4;
|
---|
| 2093 | stroke-width: 0.2px;
|
---|
| 2094 | }
|
---|
| 2095 |
|
---|
| 2096 | /* Building */
|
---|
| 2097 | .building {
|
---|
| 2098 | fill: #e0e0e0;
|
---|
| 2099 | stroke: #d0d0d0;
|
---|
| 2100 | stroke-width: 0.2px;
|
---|
| 2101 | }
|
---|
| 2102 |
|
---|
| 2103 | .building-block {
|
---|
| 2104 | fill: #F3D6B6;
|
---|
| 2105 | stroke: #6a5a8e;
|
---|
| 2106 | stroke-width: 0.2px;
|
---|
| 2107 | }
|
---|
| 2108 |
|
---|
| 2109 | .building-residential {
|
---|
| 2110 | fill: #c95e2a;
|
---|
| 2111 | stroke: #800000;
|
---|
| 2112 | stroke-width: 0.2px;
|
---|
| 2113 | }
|
---|
| 2114 |
|
---|
| 2115 | /* Aerialways */
|
---|
| 2116 | .aerialway-line {
|
---|
| 2117 | fill: none;
|
---|
| 2118 | stroke: #000000;
|
---|
| 2119 | stroke-width: 1px;
|
---|
| 2120 | }
|
---|
| 2121 |
|
---|
| 2122 | .aerialway-struts {
|
---|
| 2123 | fill:none;
|
---|
| 2124 | stroke: #000000;
|
---|
| 2125 | stroke-width: 5px;
|
---|
| 2126 | stroke-dasharray: 0.5, 10;
|
---|
| 2127 | }
|
---|
| 2128 |
|
---|
| 2129 | /* Map decoration */
|
---|
| 2130 | .map-grid-line {
|
---|
| 2131 | fill: none;
|
---|
| 2132 | stroke: #8080ff;
|
---|
| 2133 | stroke-width: 0.1px;
|
---|
| 2134 | stroke-opacity: 0.5;
|
---|
| 2135 | }
|
---|
| 2136 |
|
---|
| 2137 | .map-border-casing {
|
---|
| 2138 | fill: none;
|
---|
| 2139 | stroke: #8080ff;
|
---|
| 2140 | stroke-width: 3px;
|
---|
| 2141 | stroke-miterlimit: 4;
|
---|
| 2142 | stroke-dasharray: none;
|
---|
| 2143 | stroke-opacity: 1;
|
---|
| 2144 | stroke-linecap: round;
|
---|
| 2145 | }
|
---|
| 2146 |
|
---|
| 2147 | .map-border-core {
|
---|
| 2148 | fill: none;
|
---|
| 2149 | fill-opacity: 1;
|
---|
| 2150 | fill-rule: nonzero;
|
---|
| 2151 | stroke: #ffffff;
|
---|
| 2152 | stroke-width: 2px;
|
---|
| 2153 | stroke-miterlimit: 0;
|
---|
| 2154 | stroke-dashoffset: -0.5px;
|
---|
| 2155 | stroke-opacity: 1;
|
---|
| 2156 | }
|
---|
| 2157 |
|
---|
| 2158 | .map-scale-casing {
|
---|
| 2159 | fill: none;
|
---|
| 2160 | stroke: #8080ff;
|
---|
| 2161 | stroke-width: 4px;
|
---|
| 2162 | stroke-linecap: butt;
|
---|
| 2163 | }
|
---|
| 2164 |
|
---|
| 2165 | .map-scale-core {
|
---|
| 2166 | fill: none;
|
---|
| 2167 | stroke: #ffffff;
|
---|
| 2168 | stroke-width: 3px;
|
---|
| 2169 | stroke-linecap: butt;
|
---|
| 2170 | }
|
---|
| 2171 |
|
---|
| 2172 | .map-scale-bookend {
|
---|
| 2173 | fill: none;
|
---|
| 2174 | stroke: #8080ff;
|
---|
| 2175 | stroke-width: 1px;
|
---|
| 2176 | stroke-linecap: butt;
|
---|
| 2177 | }
|
---|
| 2178 |
|
---|
| 2179 | .map-scale-caption {
|
---|
| 2180 | font-family: "DejaVu Sans";
|
---|
| 2181 | font-size: 10px;
|
---|
| 2182 | fill: #8080ff;
|
---|
| 2183 | }
|
---|
| 2184 |
|
---|
| 2185 | <!-- map background must be the same for all zooms or else empty tile detection will fail -->
|
---|
| 2186 | .map-background {
|
---|
| 2187 | fill: #f8f8f8;
|
---|
| 2188 | stroke: none;
|
---|
| 2189 | }
|
---|
| 2190 |
|
---|
| 2191 | .map-title {
|
---|
| 2192 | font-family: "DejaVu Sans";
|
---|
| 2193 | font-size: 20px;
|
---|
| 2194 | text-anchor: middle;
|
---|
| 2195 | fill: black;
|
---|
| 2196 | }
|
---|
| 2197 |
|
---|
| 2198 | .map-title-background {
|
---|
| 2199 | fill: white;
|
---|
| 2200 | }
|
---|
| 2201 |
|
---|
| 2202 | .map-marginalia-background {
|
---|
| 2203 | fill: white;
|
---|
| 2204 | }
|
---|
| 2205 |
|
---|
| 2206 | .highway-tunnel-ends {
|
---|
| 2207 | stroke-opacity: 0;
|
---|
| 2208 | fill: none;
|
---|
| 2209 | marker-start: url(#marker-tunnel-start);
|
---|
| 2210 | marker-end: url(#marker-tunnel-end);
|
---|
| 2211 | }
|
---|
| 2212 |
|
---|
| 2213 | /* Osmarender built-in styles - do not remove */
|
---|
| 2214 | .osmarender-stroke-linecap-round { stroke-linecap: round; }
|
---|
| 2215 | .osmarender-stroke-linecap-butt { stroke-linecap: butt; }
|
---|
| 2216 | .osmarender-mask-black { stroke: black; }
|
---|
| 2217 | .osmarender-mask-white { stroke: white; }
|
---|
| 2218 | .osmarender-no-marker-start { marker-start: none; }
|
---|
| 2219 | .osmarender-no-marker-end { marker-end: none; }
|
---|
| 2220 | </style>
|
---|
| 2221 | <svg:pattern id="nature-reserve-pattern" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse" patternTransform="scale(36.6216)">
|
---|
| 2222 | <svg:path fill="none" stroke="#c7f1a3" stroke-width="0.1" d="
|
---|
| 2223 | M0.2,0.1 L1.8,0.9 M2.2,0.9 L3.8,0.1 M4.2,0.1 L5.8,0.9 M6.2,0.9 L7.8,0.1 M8.2,0.1 L9.8,0.9 M10.2,0.9 L11.8,0.1
|
---|
| 2224 | M0.2,1.9 L1.8,1.1 M2.2,1.1 L3.8,1.9 M4.2,1.9 L5.8,1.1 M6.2,1.1 L7.8,1.9 M8.2,1.9 L9.8,1.1 M10.2,1.1 L11.8,1.9
|
---|
| 2225 | M0.2,2.1 L1.8,2.9 M2.2,2.9 L3.8,2.1 M4.2,2.1 L5.8,2.9 M6.2,2.9 L7.8,2.1 M8.2,2.1 L9.8,2.9 M10.2,2.9 L11.8,2.1
|
---|
| 2226 | M0.2,3.9 L1.8,3.1 M2.2,3.1 L3.8,3.9 M4.2,3.9 L5.8,3.1 M6.2,3.1 L7.8,3.9 M8.2,3.9 L9.8,3.1 M10.2,3.1 L11.8,3.9
|
---|
| 2227 | M0.2,4.1 L1.8,4.9 M2.2,4.9 L3.8,4.1 M4.2,4.1 L5.8,4.9 M6.2,4.9 L7.8,4.1 M8.2,4.1 L9.8,4.9 M10.2,4.9 L11.8,4.1
|
---|
| 2228 | M0.2,5.9 L1.8,5.1 M2.2,5.1 L3.8,5.9 M4.2,5.9 L5.8,5.1 M6.2,5.1 L7.8,5.9 M8.2,5.9 L9.8,5.1 M10.2,5.1 L11.8,5.9
|
---|
| 2229 |
|
---|
| 2230 | M0.2,6.1 L1.8,6.9 M2.2,6.9 L3.8,6.1 M4.2,6.1 L5.8,6.9 M6.2,6.9 L7.8,6.1 M8.2,6.1 L9.8,6.9 M10.2,6.9 L11.8,6.1
|
---|
| 2231 | M0.2,7.9 L1.8,7.1 M2.2,7.1 L3.8,7.9 M4.2,7.9 L5.8,7.1 M6.2,7.1 L7.8,7.9 M8.2,7.9 L9.8,7.1 M10.2,7.1 L11.8,7.9
|
---|
| 2232 | M0.2,8.1 L1.8,8.9 M2.2,8.9 L3.8,8.1 M4.2,8.1 L5.8,8.9 M6.2,8.9 L7.8,8.1 M8.2,8.1 L9.8,8.9 M10.2,8.9 L11.8,8.1
|
---|
| 2233 | M0.2,9.9 L1.8,9.1 M2.2,9.1 L3.8,9.9 M4.2,9.9 L5.8,9.1 M6.2,9.1 L7.8,9.9 M8.2,9.9 L9.8,9.1 M10.2,9.1 L11.8,9.9
|
---|
| 2234 | M0.2,10.1 L1.8,10.9 M2.2,10.9 L3.8,10.1 M4.2,10.1 L5.8,10.9 M6.2,10.9 L7.8,10.1 M8.2,10.1 L9.8,10.9 M10.2,10.9 L11.8,10.1
|
---|
| 2235 | M0.2,11.9 L1.8,11.1 M2.2,11.1 L3.8,11.9 M4.2,11.9 L5.8,11.1 M6.2,11.1 L7.8,11.9 M8.2,11.9 L9.8,11.1 M10.2,11.1 L11.8,11.9"/>
|
---|
| 2236 | <svg:path style="fill:none;stroke:#c7f1a3;stroke-width:0.15;stroke-linecap:round;stroke-linejoin:round;" d="
|
---|
| 2237 | M1.2,2.6 L1.2,1.4 L1.8,2.6 L1.8,1.4
|
---|
| 2238 | M2.2,2.1 2.45,2.1 A 0.25 0.25 0 0 0 2.45,1.4 L2.2,1.4 L2.2,2.6 M2.8,2.6 L2.3,2.1 "/>
|
---|
| 2239 | </svg:pattern>
|
---|
| 2240 |
|
---|
| 2241 | <svg:pattern id="landscape-reserve-pattern" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse" patternTransform="scale(24.0)">
|
---|
| 2242 | <svg:path fill="none" stroke="#c7f1a3" stroke-width="0.05" d="
|
---|
| 2243 | M0.4,0.2 L1.6,0.8 M2.4,0.8 L3.6,0.2 M4.4,0.2 L5.6,0.8 M6.4,0.8 L7.6,0.2 M8.4,0.2 L9.6,0.8 M10.4,0.8 L11.6,0.2
|
---|
| 2244 | M0.4,1.8 L1.6,1.2 M2.4,1.2 L3.6,1.8 M4.4,1.8 L5.6,1.2 M6.4,1.2 L7.6,1.8 M8.4,1.8 L9.6,1.2 M10.4,1.2 L11.6,1.8
|
---|
| 2245 | M0.4,2.2 L1.6,2.8 M2.4,2.8 L3.6,2.2 M4.4,2.2 L5.6,2.8 M6.4,2.8 L7.6,2.2 M8.4,2.2 L9.6,2.8 M10.4,2.8 L11.6,2.2
|
---|
| 2246 | M0.4,3.8 L1.6,3.2 M2.4,3.2 L3.6,3.8 M4.4,3.8 L5.6,3.2 M6.4,3.2 L7.6,3.8 M8.4,3.8 L9.6,3.2 M10.4,3.2 L11.6,3.8
|
---|
| 2247 | M0.4,4.2 L1.6,4.8 M2.4,4.8 L3.6,4.2 M4.4,4.2 L5.6,4.8 M6.4,4.8 L7.6,4.2 M8.4,4.2 L9.6,4.8 M10.4,4.8 L11.6,4.2
|
---|
| 2248 | M0.4,5.8 L1.6,5.2 M2.4,5.2 L3.6,5.8 M4.4,5.8 L5.6,5.2 M6.4,5.2 L7.6,5.8 M8.4,5.8 L9.6,5.2 M10.4,5.2 L11.6,5.8
|
---|
| 2249 |
|
---|
| 2250 | M0.4,6.2 L1.6,6.8 M2.4,6.8 L3.6,6.2 M4.4,6.2 L5.6,6.8 M6.4,6.8 L7.6,6.2 M8.4,6.2 L9.6,6.8 M10.4,6.8 L11.6,6.2
|
---|
| 2251 | M0.4,7.8 L1.6,7.2 M2.4,7.2 L3.6,7.8 M4.4,7.8 L5.6,7.2 M6.4,7.2 L7.6,7.8 M8.4,7.8 L9.6,7.2 M10.4,7.2 L11.6,7.8
|
---|
| 2252 | M0.4,8.2 L1.6,8.8 M2.4,8.8 L3.6,8.2 M4.4,8.2 L5.6,8.8 M6.4,8.8 L7.6,8.2 M8.4,8.2 L9.6,8.8 M10.4,8.8 L11.6,8.2
|
---|
| 2253 | M0.4,9.8 L1.6,9.2 M2.4,9.2 L3.6,9.8 M4.4,9.8 L5.6,9.2 M6.4,9.2 L7.6,9.8 M8.4,9.8 L9.6,9.2 M10.4,9.2 L11.6,9.8
|
---|
| 2254 | M0.4,10.2 L1.6,10.8 M2.4,10.8 L3.6,10.2 M4.4,10.2 L5.6,10.8 M6.4,10.8 L7.6,10.2 M8.4,10.2 L9.6,10.8 M10.4,10.8 L11.6,10.2
|
---|
| 2255 | M0.4,11.8 L1.6,11.2 M2.4,11.2 L3.6,11.8 M4.4,11.8 L5.6,11.2 M6.4,11.2 L7.6,11.8 M8.4,11.8 L9.6,11.2 M10.4,11.2 L11.6,11.8"/>
|
---|
| 2256 | <svg:path style="fill:none;stroke:#c7f1a3;stroke-width:0.125;stroke-linecap:round;stroke-linejoin:round;" d="
|
---|
| 2257 | M5.2,3.4 L5.2,4.6 L5.8,4.6
|
---|
| 2258 | M6.2,4.1 6.45,4.1 A 0.25 0.25 0 0 0 6.45,3.4 L6.2,3.4 L6.2,4.6 M6.8,4.6 L6.3,4.1 "/>
|
---|
| 2259 | </svg:pattern>
|
---|
| 2260 |
|
---|
| 2261 | <svg:pattern id="national-park-pattern" x="0" y="0" width="24" height="24" patternUnits="userSpaceOnUse" patternTransform="scale(24.0)">
|
---|
| 2262 | <svg:path style="fill:none;stroke:#c7f1a3;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.5;" d="
|
---|
| 2263 | M9.2,6.6 L9.2,5.4 L9.8,6.6 L9.8,5.4
|
---|
| 2264 | M10.2,6.1 10.45,6.1 A 0.25 0.25 0 0 0 10.45,5.4 L10.2,5.4 L10.2,6.6 "/>
|
---|
| 2265 | </svg:pattern>
|
---|
| 2266 |
|
---|
| 2267 | </defs>
|
---|
| 2268 | </rules>
|
---|