<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="osmarender.xsl"?>


<!-- Tiles@Home Rules File for zoom level 17 -->

<rules
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:svg="http://www.w3.org/2000/svg"
    data="data.osm"
    svgBaseProfile="full"
    scale="1"
    symbolScale="1"
    textAttenuation="14"
    minimumMapWidth="1"
    minimumMapHeight="1"
    withOSMLayers="yes"
    withUntaggedSegments="no"
    showScale="no"
    showGrid="no"
    showBorder="no"
    showLicense="no"
    interactive="no"
    showRelationRoute="no">

    <!--bounds_mkr1-->
    <!--bounds_mkr2-->

    <!-- Select all nodes and ways (unless they have an osmarender:render=no tag) -->
    <rule e="node|way" k="osmarender:render" v="~|yes">

        <!-- Landuse -->
        <rule e="way" k="landuse" v="residential|farmyard">
            <area class="landuse-residential"/>
        </rule>
        <rule e="way" k="landuse" v="retail">
            <area class="landuse-retail"/>
        </rule>
        <rule e="way" k="landuse" v="industrial|brownfield">
            <area class="landuse-industrial"/>
        </rule>
        <rule e="way" k="landuse" v="commercial">
            <area class="landuse-commercial"/>
        </rule>
        <rule e="way" k="landuse" v="quarry">
            <area class="landuse-quarry"/>
        </rule>
        <rule e="way" k="landuse" v="field|farm|farmland|allotments|village_green|recreation_ground|meadow|grass">
            <area class="landuse-field"/>
        </rule>
        <rule e="way" k="landuse" v="cemetery">
            <rule e="way" k="religion" v="christian">
                <area class="landuse-cemetery-christian"/>
            </rule>
            <else>
                <area class="landuse-cemetery"/>
            </else>
        </rule>
        <rule e="way" k="landuse" v="vineyard">
            <area class="landuse-vineyard"/>
        </rule>

        <!-- Natural features -->
        <rule e="way" k="natural" v="coastline">
            <area class="natural-coastline"/>
        </rule>
        <rule e="way" k="natural" v="land">
            <area class="natural-land"/>
        </rule>
        <rule e="way" k="natural" v="beach">
            <area class="natural-beach"/>
        </rule>
        <rule e="way" k="natural|landuse" v="forest|wood|scrub">
            <rule e="way" k="wood" v="coniferous">
                <area class="landuse-wood-coniferous"/>
            </rule>
            <else>
                <rule e="way" k="wood" v="deciduous">
                    <area class="landuse-wood-deciduous"/>
                </rule>
                <else>
                    <rule e="way" k="wood" v="mixed">
                        <area class="landuse-wood-mixed"/>
                    </rule>
                    <else>
                        <area class="landuse-wood"/>
                    </else>
                </else>
            </else>
        </rule>
        <rule e="way" k="natural" v="heath">
            <area class="natural-heath"/>
        </rule>

        <!-- Artificial landuse -->
        <rule e="way" k="amenity" v="school|college|university">
            <area class="amenity-school"/>
        </rule>
        <rule e="way" k="leisure" v="park|playground|playing_fields|garden|pitch|golf_course|common|green">
            <area class="leisure-park"/>
        </rule>
        <rule e="way" k="leisure" v="stadium|sports_centre|water_park">
            <area class="leisure-stadium"/>
        </rule>
        <rule e="way" k="leisure" v="track">
            <area class="leisure-track"/>
        </rule>
        <rule e="way" k="leisure" v="swimming_pool">
            <area class="leisure-swimming-pool"/>
        </rule>

        <!-- Airports and runways -->
        <rule e="way" k="aeroway" v="apron">
            <area class="aeroway-apron"/>
        </rule>
        <rule e="way" k="landuse" v="runway">
            <rule e="way" k="use_status" v="~">
                <area class="landuse-runway"/>
            </rule>
            <rule e="way" k="use_status" v="disused">
                <area class="landuse-runway-disused"/>
            </rule>
            <rule e="way" k="use_status" v="dismantled">
                <area class="landuse-runway-dismantled"/>
            </rule>
        </rule>

        <!-- Raceways and racetracks (cars and horses etc) -->
        <rule e="way" k="landuse" v="raceway">
            <rule e="way" k="use_status" v="~">
                <area class="landuse-raceway"/>
            </rule>
            <rule e="way" k="use_status" v="disused">
                <area class="landuse-raceway-disused"/>
            </rule>
            <rule e="way" k="use_status" v="dismantled">
                <area class="landuse-raceway-dismantled"/>
            </rule>
        </rule>

        <!-- Man-made areas -->
        <rule e="way" k="leisure|landuse|amenity|tourism" v="~">
            <rule e="way" k="building" v="~|no|false|0">
                <rule e="way" k="sport" v="swimming">
                    <area class="sport-swimming"/>
                </rule>
                <else>
                    <rule e="way" k="sport" v="tennis">
                        <area class="sport-tennis"/>
                    </rule>
                    <else>
                        <rule e="way" k="sport" v="*">
                            <area class="sport"/>
                        </rule>
                    </else>
                </else>
            </rule>
        </rule>
        <rule e="way" k="amenity" v="parking">
            <area class="amenity-parking"/>
        </rule>
        <rule e="way" k="tourism" v="attraction">
            <area class="tourism-attraction"/>
        </rule>
        <rule e="way" k="tourism" v="zoo|picnic_site|caravan_site|camp_site">
            <area class="tourism-green-area"/>
        </rule>
        <rule e="way" k="military" v="*">
            <area class="military-area"/>
        </rule>
        <rule e="way" k="landuse" v="military">
            <rule e="way" k="military" v="~">
                <area class="military-area"/>
            </rule>
        </rule>

        <!-- access rules for parking -->
        <rule e="way" k="amenity" v="parking">
            <rule e="way" k="access" v="private">
                <area class="access-private-small-area"/>
            </rule>
            <rule e="way" k="access" v="permissive">
                <area class="access-permissive-small-area"/>
            </rule>
            <rule e="way" k="access" v="destination">
                <area class="access-destination-small-area"/>
            </rule>
            <rule e="way" k="access" v="no">
                <area class="access-no-small-area"/>
            </rule>
        </rule>

        <!-- ============================ Usernames on most regular roads ========================== -->
        <rule e="way" k="osmarender:renderUser" v="~|yes">
            <rule e="way" k="tunnel" v="~|no|false"> <!-- no names in tunnels -->
                <rule e="way" k="junction" v="~"> <!-- no names on or along junctions -->
                    <rule e="way" k="area" v="~|no|false"> <!-- no names on highway areas -->
                        <rule e="way" k="highway" v="unclassified|residential|minor|living_street|road">
                            <text startOffset="50%" class="highway-name highway-user" dy="1.7px">
                                <tag k="osm:user" default="© OpenStreetMap"/>
                            </text>
                        </rule>
                        <rule e="way" k="highway" v="tertiary">
                            <text startOffset="50%" class="highway-name highway-user" dy="1.9px">
                                <tag k="osm:user" default="© OpenStreetMap"/>
                            </text>
                        </rule>
                        <rule e="way" k="highway" v="secondary">
                            <text startOffset="50%" class="highway-name highway-user" dy="1.9px">
                                <tag k="osm:user" default="© OpenStreetMap"/>
                            </text>
                        </rule>
                        <rule e="way" k="highway" v="primary">
                            <text startOffset="50%" class="highway-name highway-user" dy="1.9px">
                                <tag k="osm:user" default="© OpenStreetMap"/>
                            </text>
                        </rule>
                        <rule e="way" k="highway" v="trunk">
                            <text startOffset="50%" class="highway-name highway-user" dy="1.9px">
                                <tag k="osm:user" default="© OpenStreetMap"/>
                            </text>
                        </rule>
                        <rule e="way" k="highway" v="motorway">
                            <text startOffset="50%" class="highway-name highway-user" dy="1.9px">
                                <tag k="osm:user" default="© OpenStreetMap"/>
                            </text>
                        </rule>
                    </rule>
                </rule>
            </rule>
        </rule>

        <!-- house number interpolation lines -->
        <rule e="way" k="addr:interpolation" v="odd">
            <line class="housenumber-interpolation housenumber-interpolation-odd"/>
        </rule>
        <rule e="way" k="addr:interpolation" v="even">
            <line class="housenumber-interpolation housenumber-interpolation-even"/>
        </rule>
        <rule e="way" k="addr:interpolation" v="all">
            <line class="housenumber-interpolation housenumber-interpolation-all"/>
        </rule>

        <!-- Airfields and airports -->
        <rule e="way" k="aeroway" v="runway">
            <line class="aeroway-runway-casing"/>
        </rule>
        <rule e="way" k="aeroway" v="taxiway">
            <line class="aeroway-taxiway-casing"/>
        </rule>

        <!-- Waterways -->
        <rule e="way" k="waterway" v="riverbank">
            <area class="waterway-riverbank"/>
        </rule>
        <rule e="way" k="waterway" v="river">
            <line class="waterway-casing waterway-river-casing"/>
        </rule>
        <rule e="way" k="waterway" v="stream">
            <line class="waterway-casing waterway-stream-casing"/>
        </rule>
        <rule e="way" k="waterway" v="canal">
            <line class="waterway-casing waterway-canal-casing"/>
        </rule>
        <rule e="way" k="waterway" v="drain">
            <line class="waterway-casing waterway-drain-casing"/>
        </rule>
        <rule e="way" k="waterway" v="river">
            <line class="waterway-core waterway-river-core"/>
        </rule>
        <rule e="way" k="waterway" v="stream">
            <line class="waterway-core waterway-stream-core"/>
        </rule>
        <rule e="way" k="waterway" v="canal">
            <line class="waterway-core waterway-canal-core"/>
        </rule>
        <rule e="way" k="waterway" v="drain">
            <line class="waterway-core waterway-drain-core"/>
        </rule>
        <rule e="way" k="waterway" v="dock">
            <area class="natural-water"/>
        </rule>
        <rule e="way" k="natural" v="water|pond|lake">
            <area class="natural-water"/>
        </rule>
        <rule e="way" k="landuse" v="reservoir">
            <area class="natural-water"/>
        </rule>
        <rule e="way" k="landuse" v="basin">
            <area class="natural-water"/>
        </rule>

        <!-- Bridge casings -->
        <rule e="way" k="bridge" v="yes|true">
            <rule e="way" k="railway" v="rail">
                <line class="bridge-casing railway-rail-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="abandoned">
                <line class="bridge-casing railway-rail-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="light_rail|incline">
                <line class="bridge-casing railway-light-rail-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="subway">
                <line class="bridge-casing railway-subway-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="tram">
                <line class="bridge-casing railway-tram-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="narrow_gauge">
                <line class="bridge-casing railway-narrow-gauge-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="preserved">
                <line class="bridge-casing railway-preserved-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="monorail">
                <line class="bridge-casing railway-monorail-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="motorway">
                <line class="bridge-casing highway-motorway-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="trunk">
                <line class="bridge-casing highway-trunk-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="primary">
                <line class="bridge-casing highway-primary-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="motorway_link">
                <line class="bridge-casing highway-motorway-link-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="trunk-link">
                <line class="bridge-casing highway-trunk-link-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="primary-link">
                <line class="bridge-casing highway-primary-link-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="secondary">
                <line class="bridge-casing highway-secondary-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="tertiary">
                <line class="bridge-casing highway-tertiary-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="unclassified|residential|minor|living_street|road">
                <line class="bridge-casing highway-unclassified-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="service">
                <line class="bridge-casing highway-service-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="unsurfaced">
                <line class="bridge-casing highway-unsurfaced-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="track">
                <line class="bridge-casing highway-track-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="byway">
                <line class="bridge-casing highway-byway-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="bridleway">
                <line class="bridge-casing highway-bridleway-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="cycleway">
                <line class="bridge-casing highway-cycleway-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="pedestrian">
                <line class="bridge-casing highway-pedestrian-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="footway|footpath">
                <line class="bridge-casing highway-footway-bridge-casing" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="steps">
                <line class="bridge-casing highway-steps-bridge-casing" smart-linecap="no"/>
            </rule>
        </rule>

        <!-- Bridge cores -->
        <rule e="way" k="bridge" v="yes|true">
            <rule e="way" k="railway" v="rail">
                <line class="bridge-core railway-rail-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="light_rail|incline">
                <line class="bridge-core railway-light-rail-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="subway">
                <line class="bridge-core railway-subway-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="tram">
                <line class="bridge-core railway-tram-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="narrow_gauge">
                <line class="bridge-core railway-narrow-gauge-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="preserved">
                <line class="bridge-core railway-preserved-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="railway" v="monorail">
                <line class="bridge-core railway-monorail-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="motorway">
                <line class="bridge-core highway-motorway-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="trunk">
                <line class="bridge-core highway-trunk-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="primary">
                <line class="bridge-core highway-primary-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="motorway_link">
                <line class="bridge-core highway-motorway-link-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="trunk-link">
                <line class="bridge-core highway-trunk-link-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="primary-link">
                <line class="bridge-core highway-primary-link-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="secondary">
                <line class="bridge-core highway-secondary-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="tertiary">
                <line class="bridge-core highway-tertiary-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="unclassified|residential|minor|living_street|road">
                <line class="bridge-core highway-unclassified-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="service">
                <line class="bridge-core highway-service-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="unsurfaced">
                <line class="bridge-core highway-unsurfaced-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="track">
                <line class="bridge-core highway-track-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="byway">
                <line class="bridge-core highway-byway-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="bridleway">
                <line class="bridge-core highway-bridleway-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="cycleway">
                <line class="bridge-core highway-cycleway-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="pedestrian">
                <line class="bridge-core highway-pedestrian-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="footway|footpath">
                <line class="bridge-core highway-footway-bridge-core" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="steps">
                <line class="bridge-core highway-steps-bridge-core" smart-linecap="no"/>
            </rule>
        </rule>

        <!-- Highway area casings -->
        <rule e="way" k="area" v="yes|true">
            <rule e="way" k="highway" v="footway|footpath">
                <area class="highway-casing highway-footway-casing highway-footway-area-casing no-bezier" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="pedestrian">
                <area class="highway-casing highway-pedestrian-casing highway-pedestrian-area-casing no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="cycleway">
                <area class="highway-casing highway-cycleway-casing highway-cycleway-area-casing no-bezier" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="bridleway">
                <area class="highway-casing highway-bridleway-casing highway-bridleway-area-casing no-bezier" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="byway">
                <area class="highway-casing highway-byway-1-casing highway-byway-1-area-casing no-bezier" smart-linecap="no"/>
                <area class="highway-casing highway-byway-2-casing highway-byway-2-area-casing no-bezier" smart-linecap="no"/>
                <area class="highway-casing highway-byway-3-casing highway-byway-3-area-casing no-bezier" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="track">
                <rule e="way" k="tracktype" v="grade1">
                    <area class="highway-casing highway-track-casing highway-track-grade1-casing highway-track-area-casing no-bezier" smart-linecap="no"/>
                </rule>
                <else>
                    <rule e="way" k="tracktype" v="grade2">
                        <area class="highway-casing highway-track-casing highway-track-grade2-casing highway-track-area-casing no-bezier" smart-linecap="no"/>
                    </rule>
                    <else>
                        <rule e="way" k="tracktype" v="grade3">
                            <area class="highway-casing highway-track-casing highway-track-grade3-casing highway-track-area-casing no-bezier" smart-linecap="no"/>
                        </rule>
                        <else>
                            <rule e="way" k="tracktype" v="grade4">
                                <area class="highway-casing highway-track-casing highway-track-grade4-casing highway-track-area-casing no-bezier" smart-linecap="no"/>
                            </rule>
                            <else>
                                <rule e="way" k="tracktype" v="grade5">
                                    <area class="highway-casing highway-track-casing highway-track-grade5-casing highway-track-area-casing no-bezier" smart-linecap="no"/>
                                </rule>
                                <else>
                                    <area class="highway-casing highway-track-casing highway-track-area-casing no-bezier" smart-linecap="no"/>
                                </else>
                            </else>
                        </else>
                    </else>
                </else>
            </rule>
            <rule e="way" k="highway" v="unsurfaced">
                <area class="highway-casing highway-unsurfaced-casing highway-unsurfaced-area-casing no-bezier" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="service">
                <area class="highway-casing highway-service-casing highway-service-area-casing no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="unclassified|residential|minor|road">
                <area class="highway-casing highway-unclassified-casing highway-unclassified-area-casing no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="living_street">
                <area class="highway-casing highway-livingstreet-casing highway-livingstreet-area-casing no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="tertiary">
                <area class="highway-casing highway-tertiary-casing highway-tertiary-area-casing no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="secondary">
                <area class="highway-casing highway-secondary-casing highway-secondary-area-casing no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="primary_link">
                <area class="highway-casing highway-primary-link-casing highway-primary-link-area-casing no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="trunk_link">
                <area class="highway-casing highway-trunk-link-casing highway-trunk-link-area-casing no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="motorway_link">
                <area class="highway-casing highway-motorway-link-casing highway-motorway-link-area-casing no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="primary">
                <area class="highway-casing highway-primary-casing highway-primary-area-casing no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="trunk">
                <area class="highway-casing highway-trunk-casing highway-trunk-area-casing no-bezier"/>
            </rule>
            <rule e="way" k="highway|construction" v="motorway">
                <area class="highway-casing highway-motorway-casing highway-motorway-area-casing no-bezier"/>
            </rule>
        </rule>

        <!-- Linear casings -->
        <rule e="way" k="tunnel" v="~|no|false">
            <rule e="way" k="area" v="~|no|false">
                <rule e="way" k="highway" v="raceway">
                    <rule e="way" k="use_status" v="~">
                        <line class="highway-raceway-casing"/>
                    </rule>
                    <rule e="way" k="use_status" v="disused">
                        <line class="highway-raceway-casing-disused"/>
                    </rule>
                    <rule e="way" k="use_status" v="dismantled">
                        <line class="highway-raceway-casing-dismantled"/>
                    </rule>
                </rule>
                <rule e="way" k="highway" v="steps">
                    <line class="highway-casing highway-steps-casing"/>
                </rule>
                <rule e="way" k="highway" v="footway|footpath">
                    <line class="highway-casing highway-footway-casing" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="pedestrian">
                    <line class="highway-casing highway-pedestrian-casing"/>
                </rule>
                <rule e="way" k="highway" v="cycleway">
                    <line class="highway-casing highway-cycleway-casing" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="bridleway">
                    <line class="highway-casing highway-bridleway-casing" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="byway">
                    <line class="highway-casing highway-byway-1-casing" smart-linecap="no"/>
                    <line class="highway-casing highway-byway-2-casing" smart-linecap="no"/>
                    <line class="highway-casing highway-byway-3-casing" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="track">
                    <rule e="way" k="tracktype" v="grade1">
                        <line class="highway-casing highway-track-casing highway-track-grade1-casing" smart-linecap="no"/>
                    </rule>
                    <else>
                        <rule e="way" k="tracktype" v="grade2">
                            <line class="highway-casing highway-track-casing highway-track-grade2-casing" smart-linecap="no"/>
                        </rule>
                        <else>
                            <rule e="way" k="tracktype" v="grade3">
                                <line class="highway-casing highway-track-casing highway-track-grade3-casing" smart-linecap="no"/>
                            </rule>
                            <else>
                                <rule e="way" k="tracktype" v="grade4">
                                    <line class="highway-casing highway-track-casing highway-track-grade4-casing" smart-linecap="no"/>
                                </rule>
                                <else>
                                    <rule e="way" k="tracktype" v="grade5">
                                        <line class="highway-casing highway-track-casing highway-track-grade5-casing" smart-linecap="no"/>
                                    </rule>
                                    <else>
                                        <rule e="way" k="track" v="racetrack">
                                            <line class="highway-racetrack-casing-white" smart-linecap="no"/>
                                            <line class="highway-racetrack-casing-red" smart-linecap="no"/>
                                        </rule>
                                        <else>
                                            <line class="highway-casing highway-track-casing" smart-linecap="no"/>
                                        </else>
                                    </else>
                                </else>
                            </else>
                        </else>
                    </else>
                </rule>
                <rule e="way" k="highway" v="unsurfaced">
                    <line class="highway-casing highway-unsurfaced-casing" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="service">
                    <line class="highway-casing highway-service-casing"/>
                </rule>
                <rule e="way" k="highway" v="unclassified|residential|minor|road">
                    <line class="highway-casing highway-unclassified-casing"/>
                </rule>
                <rule e="way" k="highway" v="living_street">
                    <line class="highway-casing highway-livingstreet-casing"/>
                </rule>
                <rule e="way" k="highway" v="tertiary">
                    <line class="highway-casing highway-tertiary-casing"/>
                </rule>
                <rule e="way" k="highway" v="secondary">
                    <line class="highway-casing highway-secondary-casing"/>
                </rule>
                <rule e="way" k="highway" v="primary_link">
                    <line class="highway-casing highway-primary-link-casing"/>
                </rule>
                <rule e="way" k="highway" v="trunk_link">
                    <line class="highway-casing highway-trunk-link-casing"/>
                </rule>
                <rule e="way" k="highway" v="motorway_link">
                    <line class="highway-casing highway-motorway-link-casing"/>
                </rule>
                <rule e="way" k="highway" v="primary">
                    <line class="highway-casing highway-primary-casing"/>
                </rule>
                <rule e="way" k="highway" v="trunk">
                    <line class="highway-casing highway-trunk-casing"/>
                </rule>
                <rule e="way" k="highway|construction" v="motorway">
                    <line class="highway-casing highway-motorway-casing"/>
                </rule>
                <rule e="way" k="railway" v="monorail">
                    <line class="railway-casing railway-monorail-casing"/>
                </rule>
                <rule e="way" k="railway" v="preserved">
                    <line class="railway-casing railway-preserved-casing"/>
                </rule>
                <rule e="way" k="railway" v="narrow_gauge">
                    <line class="railway-casing railway-narrow-gauge-casing"/>
                </rule>
                <rule e="way" k="railway" v="tram">
                    <line class="railway-casing railway-tram-casing"/>
                </rule>
                <rule e="way" k="railway" v="subway">
                    <line class="railway-casing railway-subway-casing"/>
                </rule>
                <rule e="way" k="railway" v="light_rail|incline">
                    <line class="railway-casing railway-light-rail-casing"/>
                </rule>
                <rule e="way" k="railway" v="rail">
                    <line class="railway-casing railway-rail-casing"/>
                </rule>
                <rule e="way" k="railway" v="abandoned">
                    <rule e="way" k="bridge" v="yes|true">
                        <line class="railway-casing railway-rail-casing"/>
                    </rule>
                </rule>
            </rule>
        </rule>

        <!-- Highway area cores -->
        <rule e="way" k="area" v="yes|true">
            <rule e="way" k="highway" v="footway|footpath">
                <area class="highway-core highway-footway-area no-bezier" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="pedestrian">
                <area class="highway-core highway-pedestrian-area no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="cycleway">
                <area class="highway-core highway-cycleway-area no-bezier" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="bridleway">
                <area class="highway-core highway-bridleway-area no-bezier" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="byway">
                <area class="highway-core highway-byway-area no-bezier" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="track">
                <area class="highway-core highway-track-area no-bezier" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="unsurfaced">
                <area class="highway-core highway-unsurfaced-area no-bezier" smart-linecap="no"/>
            </rule>
            <rule e="way" k="highway" v="service">
                <area class="highway-core highway-service-area no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="unclassified|residential|minor">
                <area class="highway-core highway-unclassified-area no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="road">
                <area class="highway-core highway-road-area no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="living_street">
                <area class="highway-core highway-livingstreet-area no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="tertiary">
                <area class="highway-core highway-tertiary-area no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="secondary">
                <area class="highway-core highway-secondary-area no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="primary_link">
                <area class="highway-core highway-primary-link-area no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="trunk_link">
                <area class="highway-core highway-trunk-link-area no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="motorway_link">
                <area class="highway-core highway-motorway-link-area no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="primary">
                <area class="highway-core highway-primary-area no-bezier"/>
            </rule>
            <rule e="way" k="highway" v="trunk">
                <area class="highway-core highway-trunk-area no-bezier"/>
            </rule>
            <rule e="way" k="highway|construction" v="motorway">
                <rule e="way" k="highway" v="construction">
                </rule>
                <else>
                    <area class="highway-core highway-motorway-area no-bezier"/>
                </else>
            </rule>
        </rule>

        <!-- Buildings -->
        <rule e="way" k="aeroway" v="terminal">
            <area class="building-block"/>
        </rule>
        <rule e="way" k="building" v="*">
            <area class="building-block no-bezier"/>
        </rule>

        <!-- Linear cores -->
        <rule e="way" k="tunnel" v="~|false|no">
            <rule e="way" k="area" v="~|false|no">
                <rule e="way" k="highway" v="raceway">
                    <rule e="way" k="use_status" v="~">
                        <line class="highway-raceway-core"/>
                    </rule>
                    <rule e="way" k="use_status" v="disused">
                        <line class="highway-raceway-core-disused"/>
                    </rule>
                    <rule e="way" k="use_status" v="dismantled">
                        <line class="highway-raceway-core-dismantled"/>
                    </rule>
                </rule>
                <rule e="way" k="scramble" v="*">
                    <line class="highway-core highway-scramble-core"/>
                </rule>
                <rule e="way" k="highway" v="steps">
                    <line class="highway-core highway-steps-core" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="footway|footpath">
                    <line class="highway-core highway-footway-core" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="pedestrian">
                    <line class="highway-core highway-pedestrian-core"/>
                </rule>
                <rule e="way" k="highway" v="cycleway">
                    <line class="highway-core highway-cycleway-core" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="bridleway">
                    <line class="highway-core highway-bridleway-core" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="byway">
                    <line class="highway-core highway-byway-2-casing" smart-linecap="no"/>
                    <line class="highway-core highway-byway-3-casing" smart-linecap="no"/>
                    <line class="highway-core highway-byway-1-core" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="track">
                    <rule e="way" k="track" v="racetrack">
                        <line class="highway-racetrack-core" smart-linecap="no"/>
                    </rule>
                    <else>
                        <line class="highway-core highway-track-core" smart-linecap="no"/>
                    </else>
                </rule>
                <rule e="way" k="highway" v="unsurfaced">
                    <line class="highway-core highway-unsurfaced-core" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="service">
                    <line class="highway-core highway-service-core"/>
                </rule>
                <rule e="way" k="highway" v="unclassified|residential|minor">
                    <line class="highway-core highway-unclassified-core"/>
                </rule>
                <rule e="way" k="highway" v="road">
                    <line class="highway-core highway-road-core"/>
                </rule>
                <rule e="way" k="highway" v="living_street">
                    <line class="highway-core highway-livingstreet-core-1" smart-linecap="no"/>
                    <line class="highway-core highway-livingstreet-core-2" smart-linecap="no"/>
                </rule>
                <rule e="way" k="highway" v="tertiary">
                    <line class="highway-core highway-tertiary-core"/>
                </rule>
                <rule e="way" k="highway" v="secondary">
                    <line class="highway-core highway-secondary-core"/>
                </rule>
                <rule e="way" k="highway" v="primary_link">
                    <line class="highway-core highway-primary-link-core"/>
                </rule>
                <rule e="way" k="highway" v="trunk_link">
                    <line class="highway-core highway-trunk-link-core"/>
                </rule>
                <rule e="way" k="highway" v="motorway_link">
                    <line class="highway-core highway-motorway-link-core"/>
                </rule>
                <rule e="way" k="highway" v="primary">
                    <line class="highway-core highway-primary-core"/>
                </rule>
                <rule e="way" k="highway" v="trunk">
                    <line class="highway-core highway-trunk-core"/>
                </rule>
                <rule e="way" k="highway|construction" v="motorway">
                    <rule e="way" k="highway" v="construction">
                        <line class="highway-core highway-motorway-core" mask-class="under-construction" smart-linecap="no"/>
                    </rule>
                    <else>
                        <line class="highway-core highway-motorway-core"/>
                    </else>
                </rule>
                <rule e="way" k="railway" v="monorail">
                    <line class="railway-core railway-monorail-core"/>
                </rule>
                <rule e="way" k="railway" v="preserved">
                    <line class="railway-core railway-preserved-core"/>
                </rule>
                <rule e="way" k="railway" v="narrow_gauge">
                    <line class="railway-core railway-narrow-gauge-core"/>
                </rule>
                <rule e="way" k="railway" v="tram">
                    <line class="railway-core railway-tram-core"/>
                </rule>
                <rule e="way" k="railway" v="subway">
                    <line class="railway-core railway-subway-core"/>
                </rule>
                <rule e="way" k="railway" v="light_rail|incline">
                    <line class="railway-core railway-light-rail-core"/>
                </rule>
                <rule e="way" k="railway" v="rail">
                    <line class="railway-core railway-rail-1-core"/>
                    <line class="railway-core railway-rail-2-core" smart-linecap="no"/>
                </rule>
                <rule e="way" k="railway" v="abandoned">
                    <rule w="way" k="bridge" v="yes|true">
                        <line class="railway-core railway-rail-1-core"/>
                    </rule>
                </rule>
                <rule e="way" k="aeroway" v="runway">
                    <line class="aeroway-runway-core"/>
                </rule>
                <rule e="way" k="aeroway" v="taxiway">
                    <line class="aeroway-taxiway-core"/>
                </rule>
            </rule>
        </rule>

        <!-- Tunnels -->
        <rule e="way" k="tunnel" v="true|yes">
            <rule e="way" k="highway" v="steps">
                <line class="tunnel-casing highway-steps-casing tunnel" mask-class="tunnel-core highway-steps-core"/>
                <line class="highway-steps-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="footway|footpath">
                <line class="tunnel-casing highway-footway-casing tunnel" mask-class="tunnel-core highway-footway-core"/>
                <line class="highway-footway-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="pedestrian">
                <line class="tunnel-casing highway-pedestrian-casing tunnel" mask-class="tunnel-core highway-pedestrian-core"/>
                <line class="highway-pedestrian-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="cycleway">
                <line class="tunnel-casing highway-cycleway-casing tunnel" mask-class="tunnel-core highway-cycleway-core"/>
                <line class="highway-cycleway-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="bridleway">
                <line class="tunnel-casing highway-bridleway-casing tunnel" mask-class="tunnel-core highway-bridleway-core"/>
                <line class="highway-bridleway-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="byway">
                <line class="tunnel-casing highway-byway-1-casing tunnel" mask-class="tunnel-core highway-byway-1-core"/>
                <line class="highway-byway-1-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="track">
                <line class="tunnel-casing highway-track-casing tunnel" mask-class="tunnel-core highway-track-core"/>
                <line class="highway-track-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="unsurfaced">
                <line class="tunnel-casing highway-unsurfaced-casing tunnel" mask-class="tunnel-core highway-unsurfaced-core"/>
                <line class="highway-unsurfaced-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="service">
                <line class="tunnel-casing highway-service-casing tunnel" mask-class="tunnel-core highway-service-core"/>
                <line class="highway-service-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="unclassified|residential|minor|tertiary|living_street">
                <line class="tunnel-casing highway-unclassified-casing tunnel" mask-class="tunnel-core highway-unclassified-core"/>
                <line class="highway-unclassified-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="road">
                <line class="tunnel-casing highway-unclassified-casing tunnel" mask-class="tunnel-core highway-road-core"/>
                <line class="highway-unclassified-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="tertiary">
                <line class="tunnel-casing highway-tertiary-casing tunnel" mask-class="tunnel-core highway-tertiary-core"/>
                <line class="highway-tertiary-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="secondary">
                <line class="tunnel-casing highway-secondary-casing tunnel" mask-class="tunnel-core highway-secondary-core"/>
                <line class="highway-secondary-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="primary_link">
                <line class="tunnel-casing highway-primary-link-casing tunnel" mask-class="tunnel-core highway-primary-link-core"/>
                <line class="highway-primary-link-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="trunk_link">
                <line class="tunnel-casing highway-trunk-link-casing tunnel" mask-class="tunnel-core highway-trunk-link-core"/>
                <line class="highway-trunk-link-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="motorway_link">
                <line class="tunnel-casing highway-motorway-link-casing tunnel" mask-class="tunnel-core highway-motorway-link-core"/>
                <line class="highway-motorway-link-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="primary">
                <line class="tunnel-casing highway-primary-casing tunnel" mask-class="tunnel-core highway-primary-core"/>
                <line class="highway-primary-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="trunk">
                <line class="tunnel-casing highway-trunk-casing tunnel" mask-class="tunnel-core highway-trunk-core"/>
                <line class="highway-trunk-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="highway" v="motorway">
                <line class="tunnel-casing highway-motorway-casing tunnel" mask-class="tunnel-core highway-motorway-core"/>
                <line class="highway-motorway-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="railway" v="monorail">
                <line class="tunnel-casing railway-monorail-casing tunnel" mask-class="tunnel-core railway-monorail-core"/>
                <line class="railway-monorail-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="railway" v="preserved">
                <line class="tunnel-casing railway-preserved-casing tunnel" mask-class="tunnel-core railway-preserved-core"/>
                <line class="railway-preserved-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="railway" v="narrow_gauge">
                <line class="tunnel-casing railway-narrow-gauge-casing tunnel" mask-class="tunnel-core railway-narrow-gauge-core"/>
                <line class="railway-narrow-gauge-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="railway" v="tram">
                <line class="tunnel-casing railway-tram-casing tunnel" mask-class="tunnel-core railway-tram-core"/>
                <line class="railway-tram-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="railway" v="subway">
                <line class="tunnel-casing railway-subway-casing tunnel" mask-class="tunnel-core railway-subway-core"/>
                <line class="railway-subway-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="railway" v="light_rail|incline">
                <line class="tunnel-casing railway-light-rail-casing tunnel" mask-class="tunnel-core railway-light-rail-core"/>
                <line class="railway-light-rail-casing highway-tunnel-ends"/>
            </rule>
            <rule e="way" k="railway" v="rail">
                <line class="tunnel-casing railway-rail-casing tunnel" mask-class="tunnel-core railway-rail-1-core"/>
                <line class="railway-rail-casing highway-tunnel-ends"/>
            </rule>
        </rule>

        <!-- Linear cores (under construction) -->
        <rule e="way" k="highway" v="construction">
            <rule e="way" k="construction" v="steps">
                <line class="highway-core highway-steps-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="footway|footpath">
                <line class="highway-core highway-footway-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="pedestrian">
                <line class="highway-core highway-pedestrian-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="cycleway">
                <line class="highway-core highway-cycleway-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="bridleway">
                <line class="highway-core highway-bridleway-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="byway">
                <line class="highway-core highway-byway-1-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="track">
                <line class="highway-core highway-track-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="unsurfaced">
                <line class="highway-core highway-unsurfaced-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="service">
                <line class="highway-core highway-service-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="unclassified|residential|minor|living_street">
                <line class="highway-core highway-unclassified-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="road">
                <line class="highway-core highway-road-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="tertiary">
                <line class="highway-core highway-tertiary-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="secondary">
                <line class="highway-core highway-secondary-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="primary_link">
                <line class="highway-core highway-primary-link-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="trunk_link">
                <line class="highway-core highway-trunk-link-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="motorway_link">
                <line class="highway-core highway-motorway-link-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="primary">
                <line class="highway-core highway-primary-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="trunk">
                <line class="highway-core highway-trunk-core under-construction"/>
            </rule>
            <!--
            <rule e="way" k="construction" v="motorway">
                <line class='highway-casing highway-motorway-casing' mask-class='highway-motorway-core under-construction' smart-linecap='no'/>
                <line class='highway-core highway-motorway-core' mask-class='under-construction' smart-linecap='no'/>
            </rule>
            -->
        </rule>
        <rule e="way" k="railway" v="construction">
            <rule e="way" k="construction" v="monorail">
                <line class="railway-core railway-monorail-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="preserved">
                <line class="railway-core railway-preserved-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="narrow_gauge">
                <line class="railway-core railway-narrow-gauge-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="tram">
                <line class="railway-core railway-tram-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="subway">
                <line class="railway-core railway-subway-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="light_rail|incline">
                <line class="railway-core railway-light-rail-core under-construction"/>
            </rule>
            <rule e="way" k="construction" v="rail">
                <line class="railway-core railway-rail-1-core under-construction"/>
            </rule>
        </rule>

        <!-- access restrictions -->
        <rule e="way" k="highway" v="*">
            <rule e="way" k="area" v="yes|true">
                <rule e="way" k="access" v="private">
                    <area class="access-private-area"/>
                </rule>
                <rule e="way" k="access" v="permissive">
                    <area class="access-permissive-area"/>
                </rule>
                <rule e="way" k="access" v="destination">
                    <area class="access-destination-area"/>
                </rule>
                <rule e="way" k="access" v="no">
                    <area class="access-no-area"/>
                </rule>
            </rule>
            <else>
                <rule e="way" k="highway" v="footway|footpath|cycleway|bridleway|byway|unsurfaced">
                    <rule e="way" k="access" v="private">
                        <line class="access-private-line" smart-linecap="no"/>
                    </rule>
                    <rule e="way" k="access" v="permissive">
                        <line class="access-permissive-line" smart-linecap="no"/>
                    </rule>
                    <rule e="way" k="access" v="destination">
                        <line class="access-destination-line" smart-linecap="no"/>
                    </rule>
                    <rule e="way" k="access" v="no">
                        <line class="access-no-line" smart-linecap="no"/>
                    </rule>
                </rule>
                <else>
                    <rule e="way" k="highway" v="track">
                        <rule e="way" k="tracktype" v="grade3|grade4|grade5">
                            <rule e="way" k="access" v="private">
                                <line class="access-private-line" smart-linecap="no"/>
                            </rule>
                            <rule e="way" k="access" v="permissive">
                                <line class="access-permissive-line" smart-linecap="no"/>
                            </rule>
                            <rule e="way" k="access" v="destination">
                                <line class="access-destination-line" smart-linecap="no"/>
                            </rule>
                            <rule e="way" k="access" v="no">
                                <line class="access-no-line" smart-linecap="no"/>
                            </rule>
                        </rule>
                        <else>
                            <rule e="way" k="access" v="private">
                                <line class="access-private-line"/>
                            </rule>
                            <rule e="way" k="access" v="permissive">
                                <line class="access-permissive-line"/>
                            </rule>
                            <rule e="way" k="access" v="destination">
                                <line class="access-destination-line"/>
                            </rule>
                            <rule e="way" k="access" v="no">
                                <line class="access-no-line"/>
                            </rule>
                        </else>
                    </rule>
                    <else>
                        <rule e="way" k="access" v="private">
                            <line class="access-private-line"/>
                        </rule>
                        <rule e="way" k="access" v="permissive">
                            <line class="access-permissive-line"/>
                        </rule>
                        <rule e="way" k="access" v="destination">
                            <line class="access-destination-line"/>
                        </rule>
                        <rule e="way" k="access" v="no">
                            <line class="access-no-line"/>
                        </rule>
                    </else>
                </else>
            </else>
        </rule>

        <!-- Mini-roundabouts -->
        <rule e="node" k="highway" v="mini_roundabout">
            <rule e="node" k="direction" v="clockwise">
                <symbol xlink:href="#symbol-roundabout_left" width="2px" height="2px" transform="translate(0,0)"/>
            </rule>
            <else>
                <!-- Default is anti-clockwise -->
                <symbol xlink:href="#symbol-roundabout_right" width="2px" height="2px" transform="translate(0,0)"/>
            </else>
        </rule>

        <!-- Oneway markers -->
        <rule e="way" k="tunnel" v="~|false|no">
            <rule e="way" k="area" v="~|false|no">
                <rule e="way" k="highway" v="*">
                    <rule e="way" k="oneway" v="1|yes|true">
                        <line class="oneway-casing oneway-casing-1" smart-linecap="no"/>
                        <line class="oneway-casing oneway-casing-2" smart-linecap="no"/>
                        <line class="oneway-casing oneway-casing-3" smart-linecap="no"/>
                        <line class="oneway-casing oneway-casing-4" smart-linecap="no"/>
                        <line class="oneway-casing oneway-casing-5" smart-linecap="no"/>
                        <line class="oneway-casing oneway-casing-6" smart-linecap="no"/>
                        <line class="oneway-casing oneway-casing-7" smart-linecap="no"/>
                        <line class="oneway-casing oneway-casing-8" smart-linecap="no"/>
                        <line class="oneway-core oneway-core-1" smart-linecap="no"/>
                        <line class="oneway-core oneway-core-2" smart-linecap="no"/>
                        <line class="oneway-core oneway-core-3" smart-linecap="no"/>
                        <line class="oneway-core oneway-core-4" smart-linecap="no"/>
                        <line class="oneway-core oneway-core-5" smart-linecap="no"/>
                        <line class="oneway-core oneway-core-6" smart-linecap="no"/>
                        <line class="oneway-core oneway-core-7" smart-linecap="no"/>
                    </rule>
                    <rule e="way" k="oneway" v="-1">
                        <line class="otherway"/>
                    </rule>
                </rule>
                <!-- Motorway implies oneway-ness -->
                <rule e="way" k="highway" v="motorway|motorway_link">
                    <line class="oneway-casing oneway-casing-1" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-2" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-3" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-4" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-5" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-6" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-7" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-8" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-1" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-2" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-3" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-4" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-5" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-6" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-7" smart-linecap="no"/>
                </rule>
                <!-- Roundabouts are oneway in the direction of the segments -->
                <rule e="way" k="junction" v="roundabout">
                    <line class="oneway-casing oneway-casing-1" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-2" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-3" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-4" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-5" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-6" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-7" smart-linecap="no"/>
                    <line class="oneway-casing oneway-casing-8" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-1" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-2" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-3" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-4" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-5" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-6" smart-linecap="no"/>
                    <line class="oneway-core oneway-core-7" smart-linecap="no"/>
                </rule>
            </rule>
        </rule>

        <!-- Piste maps -->
        <rule e="way" k="piste:type" v="downhill">
            <rule e="way" k="piste:difficulty" v="novice">
                <line class="piste-core piste-difficulty-novice" smart-linecap="no"/>
            </rule>
            <rule e="way" k="piste:difficulty" v="easy">
                <line class="piste-core piste-difficulty-easy" smart-linecap="no"/>
            </rule>
            <rule e="way" k="piste:difficulty" v="intermediate">
                <line class="piste-core piste-difficulty-intermediate" smart-linecap="no"/>
            </rule>
            <rule e="way" k="piste:difficulty" v="advanced">
                <line class="piste-core piste-difficulty-advanced" smart-linecap="no"/>
            </rule>
            <rule e="way" k="piste:difficulty" v="expert">
                <line class="piste-core piste-difficulty-expert" smart-linecap="no"/>
            </rule>
            <rule e="way" k="piste:difficulty" v="freeride">
                <line class="piste-core piste-difficulty-freeride" smart-linecap="no"/>
            </rule>
            <rule e="way" k="piste:difficulty" v="~">
                <line class="piste-core piste-difficulty-other" smart-linecap="no"/>
            </rule>
            <rule e="way" k="name|ref" v="*">
                <!-- prefer to render name, otherwise render ref -->
                <!-- text is rendered at 75%, refs at 25%, aerialway name at 50% -->
                <rule e="way" k="name" v="~">
                    <rule e="way" k="ref" v="*">
                        <text k="ref" dy="2px" class="piste-downhill-ref" text-anchor="middle" startOffset="75%"/>
                    </rule>
                </rule>
                <else>
                    <rule e="way" k="ref" v="*">
                        <text k="ref" dy="2px" class="piste-downhill-ref" text-anchor="middle" startOffset="75%"/>
                    </rule>
                    <rule e="way" k="name" v="*">
                        <text k="name" dy="2px" class="piste-downhill-name" text-anchor="middle" startOffset="75%"/>
                    </rule>
                </else>
            </rule>
        </rule>
        <rule e="way" k="piste:type" v="sled">
            <line class="piste-type-sled"/>
        </rule>
        <rule e="way" k="piste:type" v="nordic">
            <line class="piste-type-nordic"/>
        </rule>
        <rule e="way" k="man_made" v="piste:halfpipe">
            <area class="man-made-piste-halfpipe"/>
            <areaSymbol xlink:href="#symbol-man-made-halfpipe" width="7px" height="7px" transform="translate(-3.5,-3.5)"/>
        </rule>

        <!-- Surface lifts (render over pistes) -->
        <rule e="way" k="piste:lift" v="*">
            <rule e="way" k="piste:lift" v="t-bar|j-bar|platter">
                <line class="aerialway-line piste-lift-t-bar-marker"/>
                <line smart-linecap="no" class="aerialway-struts no-bezier"/>
            </rule>
            <rule e="way" k="piste:lift" v="rope_tow">
                <line smart-linecap="no" class="piste-lift-rope-tow no-bezier"/>
            </rule>
            <rule e="way" k="piste:lift" v="magic_carpet">
                <line smart-linecap="no" class="piste-lift-magic-carpet no-bezier"/>
            </rule>
            <rule e="way" k="name" v="*">
                <text k="name" dx="0px" dy="-3px" class="aerialway-name" text-anchor="middle" startOffset="50%"/>
            </rule>
        </rule>

        <!-- Aerialways (render over pistes) -->
        <rule e="node|way" k="aerialway" v="*">
            <rule e="way" k="aerialway" v="cable_car">
                <line class="aerialway-line aerialway-cablecar-marker no-bezier" smart-linecap="no"/>
            </rule>
            <else>
                <rule e="way" k="aerialway" v="gondola">
                    <line class="aerialway-line aerialway-gondola-marker no-bezier" smart-linecap="no"/>
                </rule>
                <else>
                    <rule e="way" k="aerialway" v="chair_lift">
                        <rule e="way" k="piste:lift:occupancy" v="4|5|6">
                            <line class="aerialway-line aerialway-chairlift4-marker no-bezier" smart-linecap="no"/>
                        </rule>
                        <else>
                            <line class="aerialway-line aerialway-chairlift2-marker no-bezier" smart-linecap="no"/>
                        </else>
                    </rule>
                    <else>
                        <rule e="way" k="aerialway" v="mixed_lift">
                            <line class="aerialway-line aerialway-mixedlift-marker no-bezier" smart-linecap="no"/>
                        </rule>
                        <else>
                            <rule e="way" k="aerialway" v="*">
                                <line class="aerialway-line no-bezier" smart-linecap="no"/>
                            </rule>
                        </else>
                    </else>
                </else>
            </else>
            <line smart-linecap="no" class="aerialway-struts no-bezier"/>
            <rule e="node" k="aerialway" v="station">
                <circle r="0.75px" class="aerialway-station"/>
            </rule>
            <rule e="node" s="way" k="aerialway" v="*">
                <rule e="node" k="ele" v="*">
                    <text k="ele" dx="0px" dy="-2.5px" class="aerialway-elevation-text"/>
                </rule>
            </rule>
            <rule e="way" k="name" v="*">
                <text k="name" dx="0px" dy="-3px" class="aerialway-name" text-anchor="middle" startOffset="50%"/>
            </rule>
        </rule>

        <!-- Natural features -->
        <rule e="node" k="natural" v="peak">
            <symbol xlink:href="#symbol-peak" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>

        <!-- Draw marine features -->
        <rule e="way" k="man_made" v="pier">
            <line class="artificial-pier-casing"/>
        </rule>
        <rule e="way" k="man_made" v="pier">
            <line class="artificial-pier-core"/>
        </rule>

        <!-- Power lines and pylons -->
        <rule e="node" k="power" v="tower">
            <symbol xlink:href="#power-tower" width="1px" height="1px" transform="translate(-.5,-.5)"/>
        </rule>
        <rule e="way" k="power" v="line">
            <line class="power-line no-bezier" smart-linecap="no"/>
        </rule>

        <!-- Non-physical routes -->
        <rule e="way" k="route" v="ferry">
            <line class="route-ferry"/>
        </rule>

        <!-- Tourist features -->
        <rule e="node" k="tourism" v="hotel">
            <symbol xlink:href="#hotel" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="node" k="tourism" v="hostel">
            <symbol xlink:href="#hostel" width="3px" height="2px" transform="translate(-1.5,-1)"/>
        </rule>
        <rule e="node" k="tourism" v="camp_site">
            <symbol xlink:href="#campSite" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="node" k="tourism" v="information">
            <symbol xlink:href="#information" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>

        <!-- Railway stations -->
        <rule e="node" k="railway" v="station">
            <rule e="node" s="way" k="railway" v="rail">
                <circle r="0.7" class="railway-station"/>
            </rule>
            <else>
                <circle r="0.4" class="railway-halt"/>
            </else>
        </rule>
        <rule e="node" k="railway" v="halt">
            <circle r="0.4" class="railway-halt"/>
        </rule>

        <!-- tram stops -->
        <rule e="node" k="railway" v="tram_stop">
            <circle r="0.4" class="railway-halt"/>
        </rule>

        <!-- Level crossings -->
        <!-- For everything, except trams, if it shares a node with a road then render a railroad crossing symbol.  -->
        <rule e="node" s="way" k="railway" v="rail|light_rail|subway|narrow_gauge|preserved|monorail">
            <rule e="node" s="way" k="railway" v="rail">
                <rule e="node" s="way" k="highway" v="motorway|trunk|primary|secondary|tertiary|minor|unclassified|residential|service|unsurfaced|track|living_street|road|cycleway|footway">
                    <symbol xlink:href="#symbol-railway-crossing" width="3.5px" height="3.5px" transform="translate(-1.75,-1.75)"/>
                </rule>
            </rule>
            <else>
                <rule e="node" s="way" k="highway" v="motorway|trunk|primary|secondary|tertiary|minor|unclassified|residential|service|unsurfaced|track|living_street|road|cycleway|footway">
                    <symbol xlink:href="#symbol-railway-crossing" width="3px" height="3px" transform="translate(-1.5,-1.5)"/>
                </rule>
            </else>
        </rule>

        <!-- Gates -->
        <rule e="node" k="highway" v="gate">
            <rule e="node" k="status" v="open">
                <wayMarker class="gate-open"/>
            </rule>
            <else>
                <rule e="node" k="status" v="locked">
                    <wayMarker class="gate-locked"/>
                </rule>
                <else>
                    <wayMarker class="gate-closed"/>
                </else>
            </else>
        </rule>
        <rule e="node" k="highway" v="stile">
            <wayMarker fill="none" stroke="red" stroke-width="1px" stroke-opacity="0" marker-mid="url(#marker-stile)"/>
        </rule>

        <!-- Bus stops -->
        <rule e="node" k="highway" v="bus_stop">
            <symbol xlink:href="#symbol-bus" width="3px" height="1px" transform="translate(-1.5,-0.5)"/>
        </rule>

        <!-- highway motorway_junctions -->
        <rule e="node" k="highway" v="motorway_junction">
            <circle r="1.825" class="highway-motorway-junction"/>
            <text k="name" class="highway-motorway-junction-caption" dy="-2.3px"/>
            <text k="ref" class="highway-motorway-junction-caption" dy="0.7px"/>
        </rule>

        <!-- Amenities -->
        <rule e="node" k="aeroway" v="helipad">
            <symbol xlink:href="#symbol-helipad" width="4px" height="4px" transform="translate(-2,-2)"/>
        </rule>
        <rule e="node" k="amenity" v="hospital">
            <symbol xlink:href="#hospital" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="node" k="amenity" v="doctors">
            <symbol xlink:href="#symbol-doctor" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="node" k="amenity" v="pharmacy">
            <symbol xlink:href="#symbol-pharmacy" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="node" k="amenity" v="post_office">
            <symbol xlink:href="#postoffice" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="node" k="amenity" v="post_box">
            <symbol xlink:href="#postbox" width="1.5px" height="1.5px" transform="translate(-0.75,-0.75)"/>
        </rule>
        <rule e="node" k="amenity" v="speed_trap">
            <symbol xlink:href="#speed_trap" width="2px" height="1px" transform="translate(-1,-0.5)"/>
        </rule>
        <rule e="node" k="amenity" v="pub">
            <symbol xlink:href="#pub" width="1.5px" height="1.5px" transform="translate(-0.75,-0.75)"/>
        </rule>
        <rule e="node" k="amenity" v="restaurant">
            <symbol xlink:href="#symbol-restaurant" width="1.5px" height="1.5px" transform="translate(-0.75,-0.75)"/>
        </rule>
        <rule e="node" k="amenity" v="cinema">
            <symbol xlink:href="#cinema" width="1.75px" height="2.5px" transform="translate(-0.9,-1.25)"/>
        </rule>
        <rule e="node" k="amenity" v="theatre">
            <symbol xlink:href="#theatre" width="1.75px" height="2.5px" transform="translate(-0.9,-1.25)"/>
        </rule>
        <rule e="node" k="man_made" v="windmill">
            <symbol xlink:href="#symbol-windmill" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="node" k="amenity" v="place_of_worship">
            <rule e="node" k="denomination|religion" v="jewish">
                <symbol xlink:href="#synagogue" width="2px" height="2px" transform="translate(-1,-1)"/>
            </rule>
            <else>
                <rule e="node" k="denomination|religion" v="muslim|moslem">
                    <symbol xlink:href="#mosque" width="2px" height="2px" transform="translate(-1,-1)"/>
                </rule>
                <else>
                    <rule e="node" k="denomination|religion" v="christian">
                        <symbol xlink:href="#church" width="1px" height="2px" transform="translate(-1,-1)"/>
                    </rule>
                    <else>
                        <rule e="node" k="denomination|religion" v="sikhism|sikh">
                            <symbol xlink:href="#khanda" width="1.8px" height="2.4px" transform="translate(-0.9, -1.2)"/>
                        </rule>
                        <else>
                            <symbol xlink:href="#symbol-peak" width="2px" height="2px" transform="translate(-0.5,-1)"/>
                        </else>
                    </else>
                </else>
            </else>
        </rule>
        <rule e="node" k="amenity" v="parking">
            <symbol xlink:href="#parking" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="way" k="amenity" v="parking">
            <rule e="way" k="access" v="~|yes|public">
                <areaSymbol xlink:href="#parking" width="2px" height="2px" transform="translate(-1,-1)"/>
            </rule>
        </rule>
        <rule e="node" k="highway" v="traffic_signals">
            <symbol xlink:href="#symbol-traffic_signal" width="2px" height="2px" transform="translate(0,0)"/>
        </rule>
        <rule e="node" k="amenity" v="school">
            <symbol xlink:href="#symbol-school" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="way" k="amenity" v="school">
            <areaSymbol xlink:href="#symbol-school" width='2px' height='2px' transform='translate(-1,-1)' />
        </rule>
        <rule e="node" k="amenity" v="university|college">
            <symbol xlink:href="#symbol-university" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="way" k="amenity" v="university|college">
            <areaSymbol xlink:href="#symbol-university" width='2px' height='2px' transform='translate(-1,-1)' />
        </rule>
        <rule e="node" k="amenity|shop" v="supermarket">
            <symbol xlink:href="#symbol-supermarket" width="2px" height="2px" transform="translate(0,0)"/>
        </rule>
        <rule e="way" k="amenity|shop" v="supermarket">
            <areaSymbol xlink:href="#symbol-supermarket" width='2px' height='2px' transform='translate(0,0)' />
        </rule>
        <rule e="node" k="amenity" v="shelter">
            <rule e="node" k="fireplace" v="yes">
                <symbol xlink:href="#symbol-shelter-fireplace" width="4px" height="4px" transform="translate(-2,-2.6)"/>
            </rule>
            <else>
                <symbol xlink:href="#symbol-shelter" width="4px" height="4px" transform="translate(-2,-2.6)"/>
            </else>
        </rule>
        <rule e="node" k="amenity" v="library">
            <symbol xlink:href="#symbol-library" width="2px" height="2px" transform="translate(0,0)"/>
        </rule>
        <rule e="node" k="amenity" v="fuel">
            <symbol xlink:href="#petrolStation" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="node" k="amenity" v="recycling">
            <symbol xlink:href="#recycling" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="node" k="amenity" v="toilets">
            <symbol xlink:href="#toilets" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="node" k="amenity" v="drinking_water">
            <symbol xlink:href="#drinking_water" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>
        <rule e="node" k="amenity" v="bank">
            <symbol xlink:href="#bank" width="2px" height="2px" transform="translate(-1,-1)"/>
        </rule>

        <!-- Leisure symbols -->
        <rule e="node" k="leisure" v="golf_course">
            <symbol xlink:href="#golfCourse" width="5px" height="5px" transform="translate(-2.5,-2.5)"/>
        </rule>
        <rule e="node" k="leisure" v="slipway">
            <symbol xlink:href="#slipway" width="4px" height="4px" transform="translate(-2,-2)"/>
        </rule>

        <!-- Sport symbols -->
        <rule e="node" k="sport" v="soccer">
            <symbol xlink:href="#symbol-soccer" width="4px" height="4px" transform="translate(-2, -2)"/>
        </rule>
        <rule e="way" k="sport" v="soccer">
            <areaSymbol xlink:href="#symbol-soccer-borderless" width="5px" height="5px" transform="translate(-2.5, -2.5)"/>
        </rule>
        <rule e="node" k="sport" v="tennis">
            <symbol xlink:href="#symbol-tennis" width="4px" height="4px" transform="translate(-2, -2)"/>
        </rule>
        <rule e="way" k="sport" v="tennis">
            <areaSymbol xlink:href="#symbol-tennis-borderless" width="5px" height="5px" transform="translate(-2.5, -2.5)"/>
        </rule>
        <rule e="node" k="sport" v="swimming">
            <symbol xlink:href="#symbol-swimming" width="4px" height="4px" transform="translate(-2.5, -2.5)"/>
        </rule>
        <rule e="way" k="sport" v="swimming">
            <areaSymbol xlink:href="#symbol-swimming-borderless" width="5px" height="5px" transform="translate(-2.5, -2.5)"/>
        </rule>

        <!-- Historic symbols -->
        <rule e="node" k="historic" v="*">
            <rule e="node" k="historic" v="museum">
                <symbol xlink:href="#symbol-museum" width="2px" height="2px" transform="translate(0,0)"/>
            </rule>
            <else>
                <circle r="0.4" class="generic-poi"/>
            </else>
        </rule>
        <rule e="node" k="man_made" v="cairn">
            <circle r="0.4" stroke="black" stroke-width="0.1px" fill="white"/>
            <circle r="0.1" stroke="black" stroke-width="0.1px" fill="black"/>
        </rule>
    </rule>

    <!-- ==================================== Layer 5 ======================================== -->
    <rule e="node|way" k="osmarender:render" v="~|yes" layer="5">

        <!-- Non-physical boundaries -->
        <rule e="way" k="boundary" v="administrative" layer="5">
            <rule e="way" k="border_type" v="state" layer="5">
                <line class="boundary boundary-administrative-state-casing"/>
                <line class="boundary boundary-administrative-state-core"/>
            </rule>
            <else>
                <rule e="way" k="admin_level" v="10" layer="5">
                    <line class="boundary boundary-administrative-parish-core"/>
                </rule>
                <else>
                    <rule e="way" k="admin_level" v="8" layer="5">
                        <line class="boundary boundary-administrative-district-core"/>
                    </rule>
                    <else>
                        <line class="boundary boundary-administrative-state-core"/>
                    </else>
                </else>
            </else>
        </rule>

        <!-- Waterway and Street names -->
        <rule e="way" k="osmarender:renderName" v="~|yes" layer="5">
            <rule e="way" k="tunnel" v="~|no|false" layer="5"> <!-- no names in tunnels -->
                <rule e="way" k="area" v="~|no|false" layer="5"> <!-- area names are done elsewhere -->
                    <rule e="way" k="junction" v="~" layer="5"> <!-- no names on or along junctions -->

                        <!-- Waterway names -->
                        <rule e="way" k="waterway" v="drain" layer="5">
                            <text k="name" startOffset="50%" class="waterway-name-casing waterway-drain-name-casing" dy="0.5px"/>
                            <text k="name" startOffset="50%" class="waterway-name-core waterway-drain-name-core" dy="0.5px"/>
                        </rule>
                        <rule e="way" k="waterway" v="canal" layer="5">
                            <text k="name" startOffset="50%" class="waterway-name-casing waterway-canal-name-casing" dy="0.5px"/>
                            <text k="name" startOffset="50%" class="waterway-name-core waterway-canal-name-core" dy="0.5px"/>
                        </rule>
                        <rule e="way" k="waterway" v="stream" layer="5">
                            <text k="name" startOffset="50%" class="waterway-name-casing waterway-stream-name-casing" dy="0.5px"/>
                            <text k="name" startOffset="50%" class="waterway-name-core waterway-stream-name-core" dy="0.5px"/>
                        </rule>
                        <rule e="way" k="waterway" v="river" layer="5">
                            <text k="name" startOffset="50%" class="waterway-name-casing waterway-river-name-casing" dy="0.5px"/>
                            <text k="name" startOffset="50%" class="waterway-name-core waterway-river-name-core" dy="0.5px"/>
                        </rule>

                        <!-- Scramble names -->
                        <rule e="way" k="scramble" v="*" layer="5">
                            <text startOffset="50%" class="caption-casing highway-scramble-name" dy="0.35px"><tag k="name"/> ( <tag k="scramble"/> )</text>
                            <text startOffset="50%" class="caption-core highway-scramble-name" dy="0.35px"><tag k="name"/> ( <tag k="scramble"/> )</text>
                        </rule>

                        <!-- Highway names -->
                        <rule e="way" k="highway" v="steps" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-steps-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="footway|footpath" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-footway-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="pedestrian" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-pedestrian-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="cycleway" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-cycleway-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="bridleway" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-bridleway-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="byway" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-byway-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="track" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-track-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="unsurfaced" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-unsurfaced-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="service" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-service-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="unclassified|residential|minor|living_street|road" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-unclassified-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="tertiary" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-tertiary-name" dy="0.5px"/>
                        </rule>
                        <rule e="way" k="highway" v="secondary" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-secondary-name" dy="0.5px"/>
                        </rule>
                        <rule e="way" k="highway" v="primary_link" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-primary-link-name" dy="0.5px"/>
                        </rule>
                        <rule e="way" k="highway" v="trunk_link" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-trunk-link-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="motorway_link" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-motorway-link-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="primary" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-primary-name" dy="0.5px"/>
                        </rule>
                        <rule e="way" k="highway" v="trunk" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-trunk-name" dy="0.35px"/>
                        </rule>
                        <rule e="way" k="highway" v="motorway" layer="5">
                            <text k="name" startOffset="50%" class="highway-name highway-motorway-name" dy="0.35px"/>
                        </rule>
                    </rule>

                    <rule e="way" k="junction" v="*" layer="5"> <!-- Roundabouts, motorway exits etc -->
                        <rule e="way" k="highway" v="unsurfaced|track" layer="5">
                            <areaText k="name" startOffset="50%" class="highway-name highway-unsurfaced-name" dy="0.75px"/>
                        </rule>
                        <rule e="way" k="highway" v="pedestrian" layer="5">
                            <areaText k="name" startOffset="50%" class="highway-name highway-pedestrian-name" dy="0.75px"/>
                        </rule>
                        <rule e="way" k="highway" v="unclassified|residential|minor|living_street|road" layer="5">
                            <areaText k="name" startOffset="50%" class="highway-name highway-unclassified-name" dy="0.75px"/>
                        </rule>
                        <rule e="way" k="highway" v="tertiary" layer="5">
                            <areaText k="name" startOffset="50%" class="highway-name highway-tertiary-name" dy="0.75px"/>
                        </rule>
                        <rule e="way" k="highway" v="secondary" layer="5">
                            <areaText k="name" startOffset="50%" class="highway-name highway-secondary-name" dy="1px"/>
                        </rule>
                        <rule e="way" k="highway" v="primary|primary_link" layer="5">
                            <areaText k="name" startOffset="50%" class="highway-name highway-primary-name" dy="1px"/>
                        </rule>
                        <rule e="way" k="highway" v="trunk|trunk_link" layer="5">
                            <areaText k="name" startOffset="50%" class="highway-name highway-trunk-name" dy="1.5px"/>
                        </rule>
                        <rule e="way" k="highway" v="motorway|motorway_link" layer="5">
                            <areaText k="name" startOffset="50%" class="highway-name highway-motorway-name" dy="1.5px"/>
                        </rule>
                    </rule>
                </rule>
            </rule>
        </rule>

        <!-- Road numbers for all highways -->
        <rule e="way" k="osmarender:renderRef" v="~|yes" layer="5">
            <rule e="way" k="tunnel" v="~|no|false" layer="5"> <!-- no road numbers in tunnels -->
                <rule e="way" k="junction" v="~" layer="5"> <!-- no ref on junctions / roundabouts -->
                    <!-- Use startOffset to prevent captions from colliding on dual carriageways -->
                    <rule e="way" k="highway" v="steps" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-steps-ref" dy="-0.5px"/>
                    </rule>
                    <rule e="way" k="highway" v="footway|footpath" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-footway-ref" dy="-0.5px"/>
                    </rule>
                    <rule e="way" k="highway" v="pedestrian" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-pedestrian-ref" dy="-1px"/>
                    </rule>
                    <rule e="way" k="highway" v="cycleway" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-cycleway-ref" dy="-0.8px"/>
                        <text k="ncn_ref" startOffset="60%" class="highway-ref highway-cycleway-ref" dy="-0.8px"/>
                    </rule>
                    <rule e="way" k="highway" v="bridleway" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-bridleway-ref" dy="-0.8px"/>
                    </rule>
                    <rule e="way" k="highway" v="byway" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-byway-ref" dy="-1px"/>
                    </rule>
                    <rule e="way" k="highway" v="track" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-track-ref" dy="-1px"/>
                    </rule>
                    <rule e="way" k="highway" v="unsurfaced" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-unsurfaced-ref" dy="-1px"/>
                    </rule>
                    <rule e="way" k="highway" v="service" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-service-ref" dy="-1px"/>
                    </rule>
                    <rule e="way" k="highway" v="unclassified|residential|minor|living_street|road" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-unclassified-ref" dy="-1.2px"/>
                    </rule>
                    <rule e="way" k="highway" v="tertiary" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-tertiary-ref" dy="-1.25px" textAttenuation="3"/>
                    </rule>
                    <rule e="way" k="highway" v="secondary" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-secondary-ref" dy="-1.25px" textAttenuation="3"/>
                    </rule>
                    <rule e="way" k="highway" v="primary" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-primary-ref" dy="-1.25px" textAttenuation="3"/>
                    </rule>
                    <rule e="way" k="highway" v="trunk" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-trunk-ref" dy="-1.25px" textAttenuation="3"/>
                    </rule>
                    <rule e="way" k="highway" v="motorway" layer="5">
                        <text k="ref" startOffset="30%" class="highway-ref highway-motorway-ref" dy="-1.50px" textAttenuation="3"/>
                    </rule>
                </rule>
            </rule>
        </rule>

        <!-- Place names  -->
        <rule e="node" k="osmarender:renderName" v="~|yes" layer="5">
            <rule e="node" k="natural" v="peak" layer="5">
                <text k="name" class="place-caption peak-caption" dy="-1.5px"/>
                <text k="elevation" class="place-caption" font-size="1px" dy="2.0px"/>
            </rule>

            <rule e="node" k="place" v="islet" layer="5">
                <text k="name" class="place-caption islet-caption"/>
            </rule>
            <rule e="node" k="place" v="village" layer="5">
                <text k="name" class="place-caption village-caption"/>
            </rule>
            <rule e="node" k="place" v="suburb" layer="5">
                <text k="name" class="place-caption suburb-caption"/>
            </rule>
            <rule e="node" k="place" v="hamlet" layer="5">
                <text k="name" class="place-caption hamlet-caption"/>
            </rule>
            <rule e="node" k="place" v="locality" layer="5">
                <text k="name" class="place-caption locality-caption"/>
            </rule>
            <rule e="node" k="place" v="farm" layer="5">
                <text k="name" class="place-caption farm-caption"/>
            </rule>
            <rule e="node" k="tourism" v="attraction" layer="5">
                <text k="name" class="tourism-attraction-caption"/>
            </rule>

            <rule e="node" k="railway" v="station" layer="5">
                <rule e="node" s="way" k="railway" v="rail" layer="5">
                    <text k="name" class="caption-casing railway-station-caption-casing" dy="-1.5px"/>
                    <text k="name" class="caption-core railway-station-caption-core" dy="-1.5px"/>
                </rule>
                <else>
                    <text k="name" class="caption-casing railway-halt-caption-casing" dy="-1px"/>
                    <text k="name" class="caption-core railway-halt-caption-core" dy="-1px"/>
                </else>
            </rule>
            <rule e="node" k="railway" v="halt" layer="5">
                <text k="name" class="caption-casing railway-halt-caption-casing" dy="-1px"/>
                <text k="name" class="caption-core railway-halt-caption-core" dy="-1px"/>
            </rule>
            <rule e="node" k="railway" v="tram_stop" layer="5">
                <text k="name" class="caption-casing railway-halt-caption-casing" dy="-1px"/>
                <text k="name" class="caption-core railway-halt-caption-core" dy="-1px"/>
            </rule>

            <rule e="node" k="amenity" v="pub|restaurant" layer="5">
                <text k="name" class="caption-casing amenity-pub-caption-casing" dy="-1.2px"/>
                <text k="name" class="caption-core amenity-pub-caption-core" dy="-1.2px"/>
            </rule>
            <rule e="node" k="amenity" v="cinema" layer="5">
                <text k="name" class="caption-casing amenity-cinema-caption-casing" dy="-3px"/>
                <text k="name" class="caption-core amenity-cinema-caption-core" dy="-3px"/>
            </rule>
            <rule e="node" k="amenity" v="theatre" layer="5">
                <text k="name" class="caption-casing amenity-theatre-caption-casing" dy="-3px"/>
                <text k="name" class="caption-core amenity-theatre-caption-core" dy="-3px"/>
            </rule>

            <rule e="node" k="amenity" v="school|college|university" layer="5">
                <text k="name" class="caption-casing generic-caption-casing" dy="-3px"/>
                <text k="name" class="caption-core generic-caption-core" dy="-3px"/>
            </rule>
            <rule e="node" k="amenity" v="shelter|supermarket|library|doctors|pharmacy|place_of_worship|parking|post_office|hospital|hotel|hostel|camp_site|bank" layer="5">
                <text k="name" class="caption-casing generic-caption-casing" dy="-2.5px"/>
                <text k="name" class="caption-core generic-caption-core" dy="-2.5px"/>
            </rule>
            <rule e="node" k="shop" v="supermarket" layer="5">
                <text k="name" class="caption-casing generic-caption-casing" dy="-2.5px"/>
                <text k="name" class="caption-core generic-caption-core" dy="-2.5px"/>
            </rule>
            <rule e="node" k="tourism" v="hotel|hostel|camp_site|information" layer="5">
                <text k="name" class="caption-casing generic-caption-casing" dy="-2.5px"/>
                <text k="name" class="caption-core generic-caption-core" dy="-2.5px"/>
            </rule>
            <rule e="node" k="historic" v="*" layer="5">
                <text k="name" class="caption-casing generic-caption-casing" dy="-2.5px"/>
                <text k="name" class="caption-core generic-caption-core" dy="-2.5px"/>
            </rule>
        </rule>

        <!-- House numbers -->
        <rule e="way" k="addr:housenumber" v="*" layer="5">
            <areaSymbol xlink:href="#symbol-housenumber" width="1px" height="1px" transform="translate(0,0)"/>
            <areaText k="addr:housenumber" startOffset="50%" class="housenumber-caption" dy="0.3px"/>
        </rule>
        <rule e="node" k="addr:housenumber" v="*" layer="5">
            <circle r="0.8px" class="housenumber-node"/>
            <text k="addr:housenumber" class="housenumber-caption" dy="0.3px"/>
        </rule>

        <!-- Area captions -->
        <rule e="way" k="natural" v="*" layer="5">
            <areaText k="name" class="caption-casing generic-caption-casing" text-anchor="middle" startOffset="50%"/>
            <areaText k="name" class="caption-core generic-caption-core" text-anchor="middle" startOffset="50%"/>
        </rule>

        <rule e="way" k="sport" v="~" layer="5"> <!-- omit rendering captions for leisure, if sport is also set -->
            <rule e="way" k="leisure" v="*" layer="5">
                <areaText k="name" class="caption-casing generic-caption-casing" text-anchor="middle" startOffset="50%"/>
                <areaText k="name" class="caption-core generic-caption-core" text-anchor="middle" startOffset="50%"/>
            </rule>
        </rule>
        <rule e="way" k="sport" v="*" layer="5">
            <!-- Offset captions for areas with icons -->
            <rule e="way" k="sport" v="soccer|tennis|swimming" layer="5">
                <areaText k="name" class="caption-casing generic-caption-casing" text-anchor="middle" startOffset="50%" dy="3.5px"/>
                <areaText k="name" class="caption-core generic-caption-core" text-anchor="middle" startOffset="50%" dy="3.5px"/>
            </rule>
            <else>
                <areaText k="name" class="caption-casing generic-caption-casing" text-anchor="middle" startOffset="50%"/>
                <areaText k="name" class="caption-core generic-caption-core" text-anchor="middle" startOffset="50%"/>
            </else>
        </rule>
        <rule e="way" k="landuse|military" v="*" layer="5">
            <areaText k="name" class="caption-casing generic-caption-casing" text-anchor="middle" startOffset="50%"/>
            <areaText k="name" class="caption-core generic-caption-core" text-anchor="middle" startOffset="50%"/>
        </rule>
        <rule e="way" k="amenity|shop" v="school|college|university|parking|supermarket" layer="5">
	     <areaText k="name" class="caption-casing generic-caption-casing" dy='-2.5px' text-anchor='middle' startOffset='50%'/>
	     <areaText k="name" class="caption-core generic-caption-core" dy='-2.5px' text-anchor='middle' startOffset='50%'/>
        </rule>
        
        <rule e="way" k="sport" v="~" layer="5"> <!-- don't render captions for buildings, if sport is also set, thus honor offsets -->
            <rule e="way" k="building" v="*" layer="5">
                 <!-- same goes if one of the following is set -->
	         <rule e="way" k="amenity|shop" v="school|college|university|parking|supermarket" layer="5">
	         </rule>
                 <else>
   		    <areaText k="name" class="caption-casing generic-caption-casing" text-anchor='middle' startOffset='50%'/>
		    <areaText k="name" class="caption-core generic-caption-core" text-anchor='middle' startOffset='50%'/>
                 </else>
            </rule>
        </rule>
        <rule e="way" k="tourism" v="tourism-attraction|zoo|picnic_site|caravan_site|camp_site" layer="5">
            <areaText k="name" class="caption-casing generic-caption-casing" text-anchor="middle" startOffset="50%"/>
            <areaText k="name" class="caption-core generic-caption-core" text-anchor="middle" startOffset="50%"/>
        </rule>

        <rule e="way" k="highway" v="*" layer="5">
            <rule k="area" v="yes|true" layer="5">
                <areaText k="name" class="caption-casing generic-caption-casing" text-anchor="middle" startOffset="50%"/>
                <areaText k="name" class="caption-core generic-caption-core" text-anchor="middle" startOffset="50%"/>
            </rule>
        </rule>
    </rule>

    <!-- Relation/Routes SDW -->
    <!--
    <rule e="relation" k="type" v="route">
        <rule e="relation" k="prefered_color" v="*">
            <rule e="relation" k="prefered_color" v="white">
                <line class="relationroute-way relationroute-white" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="silver">
                <line class="relationroute-way relationroute-silver" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="gray">
                <line class="relationroute-way relationroute-gray" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="black">
                <line class="relationroute-way relationroute-black" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="red">
                <line class="relationroute-way relationroute-red" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="maroon">
                <line class="relationroute-way relationroute-maroon" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="green">
                <line class="relationroute-way relationroute-green" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="lime">
                <line class="relationroute-way relationroute-lime" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="blue">
                <line class="relationroute-way relationroute-blue" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="navy">
                <line class="relationroute-way relationroute-navy" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="fuchsia">
                <line class="relationroute-way relationroute-fuchsia" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="purple">
                <line class="relationroute-way relationroute-purple" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="yellow">
                <line class="relationroute-way relationroute-yellow" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="olive">
                <line class="relationroute-way relationroute-olive" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="aqua">
                <line class="relationroute-way relationroute-aqua" smart-linecap="no"/>
            </rule>
            <rule e="relation" k="prefered_color" v="teal">
                <line class="relationroute-way relationroute-teal" smart-linecap="no"/>
            </rule>
        </rule>
        <else>
            <rule e="relation" k="route" v="road">
                <line class="relationroute-way relationroute-yellow" smart-linecap="no"/>
                <circle class="relationroute-yellow relationroute-stop" r="0.5px"/>
            </rule>
            <rule e="relation" k="route" v="bicycle">
                <line class="relationroute-way relationroute-blue" smart-linecap="no"/>
                <circle class="relationroute-blue relationroute-stop" r="0.5px"/>
            </rule>
            <rule e="relation" k="route" v="hiking">
                <line class="relationroute-way relationroute-red" smart-linecap="no"/>
                <circle class="relationroute-red relationroute-stop" r="0.5px"/>
            </rule>
            <rule e="relation" k="route" v="bus">
                <line class="relationroute-way relationroute-green" smart-linecap="no"/>
                <circle class="relationroute-green relationroute-stop" r="0.5px"/>
            </rule>
        </else>
    </rule>
-->

    <!-- SVG Definitions - markers, symbols etc go here -->
    <defs>
        <style xmlns="http://www.w3.org/2000/svg" id="styles" type="text/css">
            /* DO NOT DELETE - Used by osmarender.xsl */
            .untagged-segments {
                stroke-width: 0.5px;
                stroke-linejoin: round;
                stroke-linecap: butt;
                stroke: #e0e0e0;
                stroke-dasharray: 0.5,0.5;
            }


            .gate-locked {
                fill: none;
                stroke: red;
                stroke-width: 1px;
                stroke-opacity: 0;
                marker-mid: url(#marker-gate-locked);
            }

            .gate-closed {
                fill: none;
                stroke: red;
                stroke-width: 1px;
                stroke-opacity: 0;
                marker-mid: url(#marker-gate-closed);
            }

            .gate-open {
                fill: none;
                stroke: red;
                stroke-width: 1px;
                stroke-opacity: 0;
                marker-mid: url(#marker-gate-open);
            }

            /* Railways - generic styles */
            .railway-casing {
                stroke-linecap: butt;
                stroke-linejoin: round;
                fill: none;
            }

            .railway-core {
                stroke-linecap: butt;
                stroke-linejoin: round;
                fill: none;
            }                

            /* RelationRoute - generic styles */
            .relationroute-way {
                stroke-linecap: round;
                stroke-linejoin: round;
                smart-linecap: no;
                fill: none;
                stroke-width: 2.5px;
                opacity: 0.75;
            }

            .relationroute-stop {
                stroke-width: 4px;
                fill: none;
                opacity: 0.75;
            }

            /* VGA colours supported, add more if necessary */
            .relationroute-white                      { stroke: #FFFFFF; }
            .relationroute-silver                     { stroke: #C0C0C0; }
            .relationroute-gray                       { stroke: #808080; }
            .relationroute-black                      { stroke: #000000; }
            .relationroute-red                        { stroke: #FF0000; }
            .relationroute-maroon                     { stroke: #800000; }
            .relationroute-green                      { stroke: #008000; }
            .relationroute-lime                       { stroke: #00FF00; }
            .relationroute-blue                       { stroke: #0000FF; }
            .relationroute-navy                       { stroke: #000080; }
            .relationroute-fuchsia                    { stroke: #FF00FF; }
            .relationroute-purple                     { stroke: #800080; }
            .relationroute-yellow                     { stroke: #FFFF00; }
            .relationroute-olive                      { stroke: #808000; }
            .relationroute-aqua                       { stroke: #00FFFF; }
            .relationroute-teal                       { stroke: #008080; }


            /* Highways - generic styles */
            .highway-casing {
                stroke-linecap: square;
                stroke-linejoin: round;
                fill: none;
            }

            .highway-core {
                stroke-linecap: square;
                stroke-linejoin: round;
                fill: none;
            }

            .highway-motorway-junction {
                 fill: yellow;
                 stroke: #4D5D73;
                 stroke-width: 0.75px;
            }

            .highway-motorway-junction-caption {
                 fill: black;
                 stroke: black;
                 stroke-width: 0.05px;
                 font-family: "DejaVu Sans",sans-serif;
                 font-size: 1.5px;
                 font-weight: bold;
                 text-anchor: middle;
            }

            .highway-ref {
                fill: #666666;
                stroke: white;
                font-family: "DejaVu Sans";
                font-weight: normal;
        text-anchor: middle;
            }

            .highway-name {
                fill: black;
                font-family: "DejaVu Sans";
                font-weight: normal;
                stroke: white;
                text-anchor: middle;
            }

            .highway-user { 
                stroke-width: 0px;
                font-size: 1.0px; fill: #bbbbbb;
            }

            .bridge-casing {
                stroke-linecap: butt;
                stroke-linejoin: round;
                stroke: #777777;
                fill: none;
                marker-start: url(#bridge-casing-start);
                marker-end: url(#bridge-casing-end);
            }

            .bridge-core {
                stroke-linecap: butt;
                stroke-linejoin: round;
                stroke: #f8f8f8;
                fill: none;
            }

            .tunnel-casing {
                stroke-linecap: butt;
                stroke-linejoin: round;
                fill: none;
            }

            .tunnel-core {
                stroke-linecap: butt;
                stroke-linejoin: round;
                fill: none;
            }

            .tunnel { stroke-dasharray: 0.4, 0.4; }


            .railway-rail-bridge-casing             { stroke-width: 2.75px; }
            .railway-rail-bridge-core               { stroke-width: 2.25px; }
            .railway-rail-casing                    { stroke-width: 1.0px; stroke: #aaaaaa; }
            .railway-rail-1-core                    { stroke-width: 0.8px; stroke: #ffffff; }
            .railway-rail-2-core                    { stroke-width: 1.5px; stroke: #aaaaaa; stroke-dasharray: 0.1, 1.0; }

            .railway-light-rail-bridge-casing       { stroke-width: 2.05px; }
            .railway-light-rail-bridge-core         { stroke-width: 1.55px; }
            .railway-light-rail-casing              { stroke-width: 0.8px; stroke: #666666; }
            .railway-light-rail-core                { stroke-width: 0.6px; stroke: #666666; }

            .railway-subway-bridge-casing           { stroke-width: 2.05px; }
            .railway-subway-bridge-core             { stroke-width: 1.55px; }
            .railway-subway-casing                  { stroke-width: 0.8px; stroke: #aaaaaa; }
            .railway-subway-core                    { stroke-width: 0.6px; stroke: #ffffff; stroke-dasharray: 1, 3; }

            .railway-tram-bridge-casing             { stroke-width: 2.05px; }
            .railway-tram-bridge-core               { stroke-width: 1.55px; }
            .railway-tram-casing                    { stroke-width: 0.8px; stroke: #666666; }
            .railway-tram-core                      { stroke-width: 0.6px; stroke: #666666; }

            .railway-narrow-gauge-bridge-casing     { stroke-width: 2.05px; }
            .railway-narrow-gauge-bridge-core       { stroke-width: 1.55px; }
            .railway-narrow-gauge-casing            { stroke-width: 0.8px; stroke: #aaaaaa; }
            .railway-narrow-gauge-core              { stroke-width: 0.6px; stroke: #aaaaaa; }

            .railway-preserved-bridge-casing        { stroke-width: 2.35px; }
            .railway-preserved-bridge-core          { stroke-width: 1.85px; }
            .railway-preserved-casing               { stroke-width: 1.1px; stroke: #666666; }
            .railway-preserved-core                 { stroke-width: 0.9px; stroke: #666666; }

            .railway-monorail-bridge-casing         { stroke-width: 2.25px; }
            .railway-monorail-bridge-core           { stroke-width: 1.75px; }
            .railway-monorail-casing                { stroke-width: 1.0px; stroke: #666666; }
            .railway-monorail-core                  { stroke-width: 0.8px; stroke: #a65ca3; }

            .highway-motorway-bridge-casing         { stroke-width: 3.50px; }
            .highway-motorway-bridge-core           { stroke-width: 3.00px; }
            .highway-motorway-casing                { stroke-width: 1.9px;  stroke: #777777; }
            .highway-motorway-area-casing           { stroke-width: 0.2px; }
            .highway-motorway-core                    { stroke-width: 1.7px;  stroke: #809BC0; }
            .highway-motorway-area                    {fill: #809BC0; }
            .highway-motorway-name                  { stroke-width: 0px;     font-size: 1.5px; }
            .highway-motorway-ref                   { stroke-width: 0px;     font-size: 2px; }

            .highway-trunk-bridge-casing            { stroke-width: 2.5px; }
            .highway-trunk-bridge-core              { stroke-width: 2.2px; }
            .highway-trunk-casing                   { stroke-width: 1.7px;     stroke: #777777; }
            .highway-trunk-area-casing              { stroke-width: 0.2px; }
            .highway-trunk-core                     { stroke-width: 1.5px;  stroke: #7FC97F; }
            .highway-trunk-area                     { fill: #7FC97F; }
            .highway-trunk-name                     { stroke-width: 0px;     font-size: 1.5px; }
            .highway-trunk-ref                      { stroke-width: 0px;     font-size: 2px; }

            .highway-primary-bridge-casing          { stroke-width: 2.5px; }
            .highway-primary-bridge-core            { stroke-width: 2.2px; }
            .highway-primary-casing                 { stroke-width: 1.7px;     stroke: #777777; }
            .highway-primary-area-casing            { stroke-width: 0.2px; }
            .highway-primary-core                   { stroke-width: 1.5px;  stroke: #e46d71; }
            .highway-primary-area                   { fill: #e46d71; }
            .highway-primary-name                   { stroke-width: 0px;     font-size: 1.5px; }
            .highway-primary-ref                    { stroke-width: 0px;     font-size: 2px; }

            .highway-motorway-link-bridge-casing    { stroke-width: 2.5px; }
            .highway-motorway-link-bridge-core      { stroke-width: 2.2px; }
            .highway-motorway-link-casing           { stroke-width: 1.7px;     stroke: #777777; }
            .highway-motorway-link-area-casing      { stroke-width: 0.2px; }
            .highway-motorway-link-core             { stroke-width: 1.5px;  stroke: #809BC0; }
            .highway-motorway-link-area             { fill: #809BC0; }
            .highway-motorway-link-name             { stroke-width: 0px;     font-size: 1.5px; }
            .highway-motorway-link-ref              { stroke-width: 0px;     font-size: 2px; }

            .highway-trunk-link-bridge-casing       { stroke-width: 2.5px; }
            .highway-trunk-link-bridge-core         { stroke-width: 2.2px; }
            .highway-trunk-link-casing              { stroke-width: 1.7px;     stroke: #777777; }
            .highway-trunk-link-area-casing         { stroke-width: 0.2px; }
            .highway-trunk-link-core                { stroke-width: 1.5px;  stroke: #7FC97F; }
            .highway-trunk-link-area                { fill: #7FC97F; }
            .highway-trunk-link-name                { stroke-width: 0px;     font-size: 1.5px; }
            .highway-trunk-link-ref                 { stroke-width: 0px;     font-size: 2px; }

            .highway-primary-link-bridge-casing     { stroke-width: 2.5px; }
            .highway-primary-link-bridge-core       { stroke-width: 2.2px; }
            .highway-primary-link-casing            { stroke-width: 1.7px;  stroke: #777777; }
            .highway-primary-link-area-casing       { stroke-width: 0.2px; }
            .highway-primary-link-core              { stroke-width: 1.5px;   stroke: #e46d71; }
            .highway-primary-link-area              { fill: #e46d71; }
            .highway-primary-link-name              { stroke-width: 0px;     font-size: 1.5px; }
            .highway-primary-link-ref               { stroke-width: 0px;     font-size: 2px; }

            .highway-secondary-bridge-casing        { stroke-width: 2.5px; }
            .highway-secondary-bridge-core          { stroke-width: 2.2px; }
            .highway-secondary-casing                { stroke-width: 1.7px;     stroke: #777777; }
            .highway-secondary-area-casing           { stroke-width: 0.2px; }
            .highway-secondary-core                 { stroke-width: 1.5px;  stroke: #FDBF6F; }
            .highway-secondary-area                 { fill: #FDBF6F; }
            .highway-secondary-name                 { stroke-width: 0px;     font-size: 1.5px;}
            .highway-secondary-ref                  { stroke-width: 0px;     font-size: 2px; }

            .highway-tertiary-bridge-casing         { stroke-width: 2.5px; }
            .highway-tertiary-bridge-core           { stroke-width: 2.2px; }
            .highway-tertiary-casing                { stroke-width: 1.7px;  stroke: #777777; }
            .highway-tertiary-area-casing           { stroke-width: 0.2px; }
            .highway-tertiary-core                  { stroke-width: 1.5px;   stroke: #f7f496; }
            .highway-tertiary-area                  { fill: #f7f496; }
            .highway-tertiary-name                  { stroke-width: 0px;     font-size: 1.25px; }
            .highway-tertiary-ref                    { stroke-width: 0px;     font-size: 1.5px; }

            .highway-unclassified-bridge-casing     { stroke-width: 2.2px; }
            .highway-unclassified-bridge-core       { stroke-width: 2.0px; }
            .highway-unclassified-casing            { stroke-width: 1.5px;  stroke: #777777; }
            .highway-unclassified-area-casing       { stroke-width: 0.25px; }
            .highway-unclassified-core              { stroke-width: 1.25px;   stroke: #ffffff; }
            .highway-unclassified-area              { fill: #ffffff; }
            .highway-unclassified-name              { stroke-width: 0px;     font-size: 1.25px; }
            .highway-unclassified-ref               { stroke-width: 0px;     font-size: 1.5px; }
            .highway-road-core                      { stroke-width: 1.25px;   stroke: #d0d0d0; }
            .highway-road-area                      { fill: #d0d0d0; }

            .highway-livingstreet-casing            { stroke-width: 1.5px;  stroke: #777777; }
            .highway-livingstreet-area-casing       { stroke-width: 0.25px; }
            .highway-livingstreet-core-1            { stroke-width: 1.25px; stroke: #ffffff; stroke-linecap: round; }
            .highway-livingstreet-core-2            { stroke-width: 1.25px; stroke: #eeeeee; stroke-dasharray: 0.2,0.5; stroke-linecap: butt; }
            .highway-livingstreet-area              { fill: #ffffff; }

            .highway-service-bridge-casing          { stroke-width: 2.25px; }
            .highway-service-bridge-core            { stroke-width: 1.75px; }
            .highway-service-casing                 { stroke-width: 1.0px;   stroke: #777777; }
            .highway-service-area-casing            { stroke-width: 0.2px; }
            .highway-service-core                   { stroke-width: 0.8px;   stroke: #ffffff; }
            .highway-service-area                   { fill: #ffffff; }
            .highway-service-name                   { stroke-width: 0px;     font-size: 1.25px; }
            .highway-service-ref                    { stroke-width: 0px;     font-size: 1.25px; }

            .highway-unsurfaced-bridge-casing       { stroke-width: 2.25px; }
            .highway-unsurfaced-bridge-core         { stroke-width: 1.75px; }
            .highway-unsurfaced-casing              { stroke-width: 1.2px;   stroke: #777777; stroke-dasharray: 1, 0.5; stroke-linecap: butt; }
            .highway-unsurfaced-area-casing         { stroke-width: 0.2px; }
            .highway-unsurfaced-core                { stroke-width: 1px;   stroke: #ffffff; }
            .highway-unsurfaced-area                { fill: #ffffff; }
            .highway-unsurfaced-name                { stroke-width: 0px;     font-size: 1.25px; }
            .highway-unsurfaced-ref                 { stroke-width: 0px;     font-size: 1.25px; }

            .highway-track-bridge-casing            { stroke-width: 2.25px; }
            .highway-track-bridge-core              { stroke-width: 1.75px; }
            .highway-track-casing                   { stroke-width: 1.0px;   stroke: #d79331; }
            .highway-track-area-casing              { stroke-width: 0.2px; }
            .highway-track-core                     { stroke-width: 0.8px;   stroke: #ffffff; }
            .highway-track-area                     { fill: #ffffff; }
            .highway-track-name                     { stroke-width: 0px;     font-size: 1.25px; }
            .highway-track-ref                      { stroke-width: 0px;     font-size: 1.25px; }

            .highway-track-grade1-casing            { stroke: #777777; }
            .highway-track-grade2-casing            { }
            .highway-track-grade3-casing            { stroke-dasharray: 1.4, 1.0; stroke-linecap: butt; }
            .highway-track-grade4-casing            { stroke-dasharray: 1.4, 1.0, 0.4, 1.0; stroke-linecap: butt; }
            .highway-track-grade5-casing            { stroke-dasharray: 0.4, 1.0; stroke-linecap: butt; }

            .highway-byway-bridge-casing            { stroke-width: 1.6px; }
            .highway-byway-bridge-core              { stroke-width: 1.4px; }
            .highway-byway-1-casing                 { stroke-width: 1px;     stroke: #555555;  stroke-dasharray: 0.7, 0.2; stroke-linecap: butt;}
            .highway-byway-1-area-casing            { stroke-width: 0.2px;}
            .highway-byway-2-casing                 { stroke-width: 0.8px;   stroke: #efadaa; }
            .highway-byway-2-area-casing            { stroke-width: 0.0px; }
            .highway-byway-3-casing                 { stroke-width: 1.4px;   stroke: #555555;  stroke-dasharray: 0.1, 0.8; stroke-dashoffset: 0.6; stroke-linecap: butt; }
            .highway-byway-3-area-casing            { stroke-width: 0.7px; }
            .highway-byway-1-core                   { stroke-width: 0.4px;   stroke: #efadaa; }
            .highway-byway-area                     { fill: #efadaa; }
            .highway-byway-name                     { stroke-width: 0px;     font-size: 1.25px; }
            .highway-byway-ref                      { stroke-width: 0px;     font-size: 1.25px; }

            .highway-bridleway-bridge-casing        { stroke-width: 1.6px; }
            .highway-bridleway-bridge-core          { stroke-width: 1.4px; }
            .highway-bridleway-casing               { stroke-width: 1px;     stroke: #777777;  stroke-dasharray: 0.7, 0.2; stroke-linecap: butt; }
            .highway-bridleway-area-casing          { stroke-width: 0.2px; }
            .highway-bridleway-core                 { stroke-width: 0.8px;   stroke: #e3e9f1; }
            .highway-bridleway-area                 { fill: #e3e9f1; }
            .highway-bridleway-name                 { stroke-width: 0px;     font-size: 1.25px; }
            .highway-bridleway-ref                  { stroke-width: 0px;     font-size: 1.25px; }

            .highway-cycleway-bridge-casing         { stroke-width: 1.6px; }
            .highway-cycleway-bridge-core           { stroke-width: 1.4px; }
            .highway-cycleway-casing                { stroke-width: 1px;     stroke: #777777; stroke-dasharray: 0.2, 0.2; stroke-linecap: butt;}
            .highway-cycleway-area-casing           { stroke-width: 0.2px; }
            .highway-cycleway-core                  { stroke-width: 0.8px;   stroke: #d1ead1; }
            .highway-cycleway-area                  { fill: #d1ead1; }
            .highway-cycleway-name                  { stroke-width: 0px;     font-size: 1.25px; }
            .highway-cycleway-ref                   { stroke-width: 0px;     font-size: 1.25px; }

            .highway-pedestrian-bridge-casing       { stroke-width: 1.8px; }
            .highway-pedestrian-bridge-core         { stroke-width: 1.6px; }
            .highway-pedestrian-casing              { stroke-width: 1.2px;   stroke: #aaaaaa; }
            .highway-pedestrian-area-casing         { stroke-width: 0.2px; }
            .highway-pedestrian-core                { stroke-width: 1px;   stroke: #eeeeee; }
            .highway-pedestrian-area                { fill: #eeeeee; }
            .highway-pedestrian-name                { stroke-width: 0px;     font-size: 1px; }
            .highway-pedestrian-ref                 { stroke-width: 0px;     font-size: 1.25px; }

            .highway-footway-bridge-casing          { stroke-width: 1.2px; }
            .highway-footway-bridge-core            { stroke-width: 1px; }
            .highway-footway-casing                 { stroke-width: 0.6px;   stroke: #777777; stroke-dasharray: 0.2, 0.2; stroke-linecap: butt;}
            .highway-footway-area-casing            { stroke-width: 0.1px;}
            .highway-footway-core                   { stroke-width: 0.5px;   stroke: #efeaa0; }
            .highway-footway-area                   { fill: #efeaa0; }
            .highway-footway-name                   { stroke-width: 0px;     font-size: 1.25px; }
            .highway-footway-ref                    { stroke-width: 0px;     font-size: 1.25px; }

            .highway-steps-bridge-casing            { stroke-width: 1.2px; }
            .highway-steps-bridge-core              { stroke-width: 1.0px; }
            .highway-steps-casing                   { stroke-width: 0.6px;   stroke: #777777; }
            .highway-steps-area-casing              { stroke-width: 0.1px; }
            .highway-steps-core                     { stroke-width: 0.5px;   stroke: #e5e0c2; stroke-dasharray: 0.3, 0.1; stroke-linecap: butt;}
            .highway-steps-name                     { stroke-width: 0px;     font-size: 1.25px; }
            .highway-steps-ref                      { stroke-width: 0px;     font-size: 1.25px; }

            .highway-scramble-core                  { stroke-width: 0.15px;  stroke: #777777; stroke-dasharray: 0.8, 0.2; stroke-linecap: butt;}
            .highway-scramble-name                  { stroke-width: 0.5px;   fill: black;  font-size: 1.25px; }

            /* Aeroways */
            .aeroway-apron {
                stroke-width: 0.3px;
                stroke: none;
                fill: #f0f0f0;
            }

            .aeroway-taxiway-casing {
                stroke-width: 3px;
                stroke-linecap: butt;
                stroke-linejoin: round;
                stroke: #000000;
                fill: none;
            }

            .aeroway-taxiway-core {
                stroke-width: 2px;
                stroke-linecap: butt;
                stroke-linejoin: round;
                stroke: #d4dcbd;
                fill: none;
            }

            .aeroway-runway-core {
                stroke-width: 5px;
                stroke-linecap: square;
                stroke-linejoin: round;
                stroke: #d4dcbd;
                fill: none;
            }

            .aeroway-runway-casing {
                stroke-width: 7px;
                stroke-linecap: square;
                stroke-linejoin: round;
                stroke: #000000;
                fill: none;
            }

            .aeroway-aerodrome-caption {
                fill: black;
                stroke: white;
                stroke-width: 0.3px;
                font-family: "DejaVu Sans";
                font-size: 6px;
                font-weight: bold;
            }

            .aeroway-airport-caption {
                fill: black;
                stroke: white;
                stroke-width: 0.3px;
                font-family: "DejaVu Sans";
                font-size: 10px;
                font-weight: bold;
            }


            /* Waterways */
            .waterway-name-casing { 
                stroke: #333333; 
                fill: white; 
                font-family: "DejaVu Sans"; 
                font-weight: bold; 
                text-anchor: middle; 
                stroke-miterlimit: 1.5;
            }

            .waterway-name-core {
                stroke: green;
                fill: white;
                stroke-width: 0px;
                font-family: "DejaVu Sans";
                font-weight: bold;
                text-anchor: middle;
                stroke-miterlimit: 1.5;
            }

            .waterway-casing {
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke: #b5d6f1;
                fill: none;
            }

            .waterway-core {
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke: #b5d6f1;
                fill: none;
            }

            .waterway-riverbank {
                fill: #b5d6f1;
                stroke: #aaaaaa;
                stroke-width: 0px;
            }

            .waterway-river-casing                  { stroke-width: 4px; }
            .waterway-river-core                    { stroke-width: 3px; }
            .waterway-river-name-casing             { font-size: 1.5px; stroke-width: 0.1px;}
            .waterway-river-name-core               { font-size: 1.5px; }

            .waterway-stream-casing                 { stroke-width: 0.5px; }
            .waterway-stream-core                   { stroke-width: 0.4px; }
            .waterway-stream-name-casing            { stroke-width: 0.1px; font-size: 1.5px; }
            .waterway-stream-name-core              { font-size: 1.5px; }

            .waterway-canal-casing                  { stroke-width: 2px; }
            .waterway-canal-core                    { stroke-width: 1px; }
            .waterway-canal-name-casing             { stroke-width: 0.1px; font-size: 1.5px; }
            .waterway-canal-name-core               { font-size: 1.5px; }

            .waterway-drain-casing                  { stroke-width: 1px; }
            .waterway-drain-core                    { stroke-width: 0.5px; }
            .waterway-drain-name-casing             { stroke-width: 0.1px; font-size: 1.5px; }
            .waterway-drain-name-core               { font-size: 1.5px; }


            /* Generic under-construction style - makes any way dashed */
            .under-construction { stroke-dasharray: 4, 4; stroke-linecap: butt;}


            /* Ferry */
            .route-ferry {
                stroke-width: 0.5px;
                stroke-dasharray: 3,2;
                stroke-linecap: butt;
                stroke-linejoin: round;
                stroke: #777777;
                fill: none;
            }


            /* Place names */
            /* General style for captions */
            .place-caption {
                fill: black;
                stroke: none;
                font-family: "DejaVu Sans";
                font-weight: bold;
                text-anchor: middle;
            }

            .caption-casing {
                fill: white;
                stroke: white;
                font-family: "DejaVu Sans";
                font-weight: bold;
                text-anchor: middle;
                stroke-miterlimit: 1.5;
            }

            .caption-core {
                stroke: white;
                stroke-width: 0px;
                font-family: "DejaVu Sans";
                font-weight: bold;
                text-anchor: middle;
                stroke-miterlimit: 1.5;
            }

            .peak-caption           { font-size: 2px; }
            .islet-caption          { font-size: 3px; }
            .village-caption        { font-size: 3px; }
            .suburb-caption         { font-size: 3px; }
            .hamlet-caption         { font-size: 2px; }
            .locality-caption       { font-size: 2px; }
            .farm-caption           { font-size: 1.5px; }

            .housenumber-interpolation {
                fill: none;
                stroke: #b0b0b0;
                stroke-width: 0.25px;
            }

            .housenumber-interpolation-all {
            }

            .housenumber-interpolation-even {
                stroke-dasharray: 0.5 0.5;
            }

            .housenumber-interpolation-odd {
                stroke-dasharray: 0.2 0.2;
            }

            .housenumber-node {
                stroke: none;
                fill: #b0b0b0;
            }

            .housenumber-caption {
                stroke-width: 0px;
                fill: #ffffff;
                font-family: "DejaVu Sans";
                text-anchor: middle;
                stroke-miterlimit: 1.5;
                font-size: 0.8px;
            }

            /* Natural */
            .natural-water {
                fill: #b5d6f1;
                stroke: #aaaaaa;
                stroke-width: 0px;
            }

            .natural-coastline {
                fill: #b5d6f1;
                stroke: #b5d6f1;
                stroke-width: 0.4px;
            }

            .natural-land {
                fill: #ffffff;
                stroke: #e0e0e0;
                stroke-width: 0.1px;
            }

            .natural-heath {
                fill: #ffffc0;
                stroke: #ffff90;
                stroke-width: 0.2px;
            }

            .natural-beach {
                fill: #eecc55;
                stroke: none;
            }

            /* Landuse */
            .landuse-wood {
                fill: #72bf81;
                stroke: #6fc18e;
                stroke-width: 0.2px;
            }

            .landuse-wood-coniferous {
                fill: url(#wood-coniferous-pattern);
                stroke: #6fc18e;
                stroke-width: 0.2px;
            }

            .landuse-wood-deciduous {
                fill: url(#wood-deciduous-pattern);
                stroke: #6fc18e;
                stroke-width: 0.2px;
            }

            .landuse-wood-mixed {
                fill: url(#wood-mixed-pattern);
                stroke: #6fc18e;
                stroke-width: 0.2px;
            }

            .landuse-cemetery {
                fill: url(#cemetery-pattern);
                stroke: #eeeeee;
                stroke-width: 0.2px;
            }

            .landuse-cemetery-christian {
                fill: url(#cemetery-christian-pattern);
                stroke: #eeeeee;
                stroke-width: 0.2px;
            }

            .landuse-vineyard {
                fill: url(#vineyard-pattern);
                stroke: #eeeeee;
                stroke-width: 0.2px;
            }

            .landuse-field {
                fill: #bde3cb;
                stroke: #6fc13d;
                stroke-width: 0.2px;
            }

            .landuse-residential {
                stroke: none;
                fill: #f2f2f2;
            }

            .landuse-industrial {
                fill: #ecd8ff;
                stroke: #eeeeee;
                stroke-width: 0.2px;
            }

            .landuse-commercial {
                fill: #fcffc9;
                stroke: #eeeeee;
                stroke-width: 0.2px;
            }

            .landuse-quarry {
                fill: #E2CF80;
                stroke: #5A6332;
                stroke-width: 0.2px;
            }

            .landuse-retail {
                fill: #ffebeb;
                stroke: #eeeeee;
                stroke-width: 0.2px;
            }

            .landuse-runway {
              stroke-width: 0.3px;
              stroke: #808080;
              fill: #d4dcbd;
            }

            .landuse-runway-disused {
              stroke-width: 0.3px;
              stroke: #808080;
              fill: #d4dcbd;
              stroke-dasharray: 1, 1;
            }

            .landuse-runway-dismantled {
              stroke-width: 0.3px;
              stroke: #808080;
              fill: #fcffef;
              stroke-dasharray: 0.3, 1.7;
              opacity: 0.5;
            }

            .artificial-pier-core {
              stroke-width: 0.3px;
              stroke-linecap: butt;
              stroke-linejoin: round; 
              stroke: #eeeeee;
              fill: none;
            }

            .artificial-pier-casing {
              stroke-width: 0.4px;
              stroke-linecap: butt;
              stroke-linejoin: round; 
              stroke: #cccccc;
              fill: none;
            }

            /* Leisure */
            .leisure-park {
                fill: #c7f1a3;
                stroke: #6fc18e;
                stroke-width: 0.2px;
            }

            .leisure-stadium {
                fill: #bde3cb;
                stroke: #6fc18e;
                stroke-width: 0.2px;
            }

            .leisure-track {
                fill: #bde3cb;
                stroke: #6fc18e;
                stroke-width: 0.2px;
            }

            .leisure-swimming-pool {
                fill: #b5d6f1;
                stroke: #6060ff;
                stroke-width: 0.2px;
            }

            .sport {
                fill: #bde3cb;
                stroke: #6fc18e;
                stroke-width: 0.2px;
            }

            .sport-swimming {
                fill: #b5d6f1;
                stroke: #6060ff;
                stroke-width: 0.2px;
            }

            .sport-tennis {
                fill: #d18a6a;
                stroke: #B36C4C;
                stroke-width: 0.2px;
            }

            .amenity-parking {
                fill: #f7efb7;
                stroke: #e9dd72;
                stroke-width: 0.2px;
            }

            .amenity-school {
                fill: #dfafdd;
                stroke: #e9dd72;
                stroke-width: 0.2px;
            }


            /* Non-physical boundaries */
            .boundary {
                stroke-linecap: butt;
                stroke-linejoin: round;
                fill: none;
            }

            .boundary-administrative-state-casing {
                stroke-width: 2.5px; 
                stroke: #ffff00;
                opacity: 0.5;
            }

            .boundary-administrative-state-core {
                stroke-width: 0.25px; 
                stroke: #f9574b;
                stroke-dasharray: 2.5, 0.5, 0.5, 0.5;
            }

            .boundary-administrative-district-core {
                stroke-width: 0.25px; 
                stroke: #f9574b;
                stroke-dasharray: 1.5, 0.5, 1.5, 0.5;
            }

            .boundary-administrative-parish-core {
                stroke-width: 0.25px; 
                stroke: #f9574b;
                stroke-dasharray: 0.5, 0.5, 0.5, 0.5;
            }


            /* Racetracks */
            .highway-racetrack-core {
              stroke-width: 1.5px;
              stroke-linecap: butt;
              stroke-linejoin: round;
              fill: none;
              stroke: #f0f0f0;
            }

            .highway-racetrack-casing-red {
              stroke-width: 1.7px;
              stroke-dasharray: 0.2, 0.2;
              stroke-linecap: butt;
              stroke-linejoin: round;
              fill: none;
              stroke: #ff0000;
            }

            .highway-racetrack-casing-white {
              stroke-width: 1.7px;
              stroke-linecap: butt;
              stroke-linejoin: round;
              fill: none;
              stroke: #ffffff;
            }

            .highway-raceway-casing {
              stroke-width: 2px; 
              stroke-linecap: butt; 
              stroke-linejoin: round; 
              fill: none;
              stroke: #101010;
              }

            .highway-raceway-casing-disused {
              stroke-width: 2px; 
              stroke-linecap: butt; 
              stroke-linejoin: round; 
              fill: none;
              stroke: #808080;
              stroke-dasharray: 1, 1;
              }

            .highway-raceway-casing-dismantled {
              stroke-width: 2px; 
              stroke-linecap: butt; 
              stroke-linejoin: round; 
              fill: none;
              stroke: #808080;
              stroke-dasharray: 0.3, 1.7;
              opacity: 0.5;
              }

            .highway-raceway-core {
              stroke-width: 1.5px; 
              stroke-linecap: butt; 
              stroke-linejoin: round; 
              fill: none;
              stroke: #f0f0f0;
            }

            .highway-raceway-core-disused {
              stroke-width: 1.5px; 
              stroke-linecap: butt; 
              stroke-linejoin: round; 
              fill: none;
              stroke-dasharray: 1, 1;
              stroke: #f7f7f7;
            }

            .highway-raceway-core-dismantled {
              stroke-width: 1.5px; 
              stroke-linecap: butt; 
              stroke-linejoin: round; 
              fill: none;
              stroke: #fbfbfb;
              stroke-dasharray: 0.3, 1.7;
              opacity: 0.5;
            }

            .landuse-raceway {
              stroke-width: 0.3px; 
              stroke-linecap: butt; 
              stroke-linejoin: round; 
              fill: #f0f0f0;
              stroke: #101010;
            }

            .landuse-raceway-disused {
              stroke-width: 0.3px; 
              stroke-linecap: butt; 
              stroke-linejoin: round; 
              fill: #f7f7f7;
              stroke: #808080;
              stroke-dasharray: 1, 1;
            }

            .landuse-raceway-dismantled {
              stroke-width: 0.3px; 
              stroke-linecap: butt; 
              stroke-linejoin: round; 
              fill: #fbfbfb;
              stroke: #808080;
              stroke-dasharray: 0.3, 1.7;
              opacity: 0.5;
            }


            .railway-station                        { fill: #ec2d2d;        stroke: #666666; stroke-width: 0.25px; }
            .railway-station-caption-casing         { stroke-width: 0.5px;  font-size: 1.5px; }
            .railway-station-caption-core           { fill: #ec2d2d;        font-size: 1.5px; }

            .railway-halt                           { fill: #ec2d2d;        stroke: #666666; stroke-width: 0.1px; }
            .railway-halt-caption-casing            { stroke-width: 0.4px;  font-size: 1.25px; }
            .railway-halt-caption-core              { fill: #ec2d2d;        font-size: 1.25px; }


            /* Tourism */
            .tourism-attraction {
                fill: #f2caea;
                stroke: #f124cb;
                stroke-width: 0px;
            }
            .tourism-green-area {
                fill: #c7f1a3;
                stroke: #6fc18e;
                stroke-width: 0.2px;
            }            
            .tourism-attraction-caption {
                fill: #f124cb;
                stroke: white;
                stroke-width: 0px;
                font-family: "DejaVu Sans";
                font-size: 1.5px;
                font-weight: bold;
                text-anchor: middle;
            }


            .amenity-pub-caption-casing          { stroke-width: .5px;   font-size: 1px; }
            .amenity-pub-caption-core            { fill: #e21e2f;        font-size: 1px; }

            .amenity-cinema-caption-casing       { stroke-width: .5px;   font-size: 1px; }
            .amenity-cinema-caption-core         { fill: #f124cb;        font-size: 1px; }

            .amenity-theatre-caption-casing      { stroke-width: .5px;   font-size: 1px; }
            .amenity-theatre-caption-core        { fill: #f124cb;        font-size: 1px; }

            .generic-caption-casing              { stroke-width: .5px;   font-size: 1px; }
            .generic-caption-core                { fill: #2e3ae6;        font-size: 1px; }

            .generic-poi {
                fill: #2e3ae6;
                stroke: #666666;
                stroke-width: 0.1px;
            }

            /* Building */
            .building {
                fill: #dddddd;
                stroke: #cccccc;
                stroke-width: 0.2px;
            }

            .building-block {
                fill: #F3D6B6;
                stroke: #6a5a8e;
                stroke-width: 0.2px;
            }

            .building-residential {
                fill: #c95e2a;
                stroke: #80290a;
                stroke-width: 0.2px;
            }


            /* Aerialway */
            .aerialway-line {
                fill: none;
                stroke: #202020;
                stroke-width: 0.4px;
            }

            .aerialway-cablecar-marker {
                marker-start:url(#marker-cablecar);
            }

            .aerialway-gondola-marker {
                marker-start:url(#marker-gondola);
            }

            .aerialway-chairlift2-marker {
                marker-start:url(#marker-chair-lift-2);
            }

            .aerialway-chairlift4-marker {
                marker-start:url(#marker-chair-lift-4);
            }

            .aerialway-mixedlift-marker {
                marker-start:url(#marker-mixed-lift);
            }

            .aerialway-struts {
                fill: none;
                stroke: #202020;
                stroke-width: 4px;
                stroke-dasharray: 0.2,20;
            }

            .aerialway-station {
                fill: black;
                stroke: black;
                stroke-width: 1px;
            }

            .aerialway-name {
                fill: #606060;
                font-family: "DejaVu Sans";
                font-weight: normal;
                font-size: 4px;
                stroke: none;
                text-anchor: middle;
            }

            .aerialway-elevation-text {
                fill: #606060;
                font-family: "DejaVu Sans";
                font-weight: normal;
                font-size: 3px;
                text-anchor: middle;
            }

            .military-area {
               fill: url(#military-pattern);
               stroke: #eeeeee;
               stroke-width: 0.2px;                                          
            }

            /* surface lifts */

            .piste-lift-t-bar-marker {
                marker-start:url(#marker-piste-lift-t-bar);
            }

            .piste-lift-rope-tow {
                fill: none;
                stroke: #a47c41;
                stroke-width: 0.5px;
                stroke-dasharray: 1,1;
                stroke-linecap: square;
            }

            .piste-lift-magic-carpet {
                fill: none;
                stroke: #101010;
                stroke-width: 0.8px;
            }

            /* Piste maps */
            .piste-core {
                fill: none;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-width: 5px;
                opacity: 0.8;
            }

            .piste-difficulty-novice       { stroke: #31ff31; }
            .piste-difficulty-easy         { stroke: #3131ff; }
            .piste-difficulty-intermediate { stroke: #ff3131; }
            .piste-difficulty-advanced     { stroke: #060606; }
            .piste-difficulty-expert       { stroke: #f6800a; }
            .piste-difficulty-freeride     { stroke: #f6dd0a; }
            .piste-difficulty-other        { stroke: #505050; }

            .piste-downhill-name {
                fill: #ffffff;
                font-family: "DejaVu Sans";
                font-weight: normal;
                font-size: 5px;
                text-anchor: middle;
            }

            .piste-downhill-ref {
                fill: #000000;
                font-family: "DejaVu Sans";
                font-weight: normal;
                font-size: 5px;
                text-anchor: middle;
            }

            .piste-type-sled {
                fill: none;
                stroke: #cdabde;
                stroke-width: 2.5px;
                marker-start:url(#marker-piste-type-sled);
            }

            .piste-type-nordic {
                fill: none;
                stroke: #c00000;
                stroke-width: 1px;
                stroke-dasharray: 3,0.5;
                marker-start:url(#marker-piste-type-nordic);
            }

            .man-made-piste-halfpipe {
                fill: #a0f0ff;
                stroke: #00bcdf;
                stroke-width: 0.4px;
            }


            /* Power line */
            .power-line {
                stroke-width: 0.1px;
                stroke-linecap: butt;
                stroke-linejoin: round;
                stroke: #cccccc;
                stroke-dasharray: 1 ,1;
                fill: none;
            }


            /* Area captions */
            .park-name {
                fill: #444444;
                font-family: "DejaVu Sans";
                font-weight: normal;
                stroke: white;
                font-size: 2.25px;
                stroke-width: 0.0px;
            }

            .landuse-reservoir-name {
                fill: #444444;
                font-family: "DejaVu Sans";
                font-weight: normal;
                stroke: white;
                font-size: 2.25px;
                stroke-width: 0.0px;
            }


            /* Oneway */
            .oneway-casing {
                fill: none;
                stroke-linecap: butt;
                stroke: #777777;
            }

            /*    stroke: #a2aee9; */

            .oneway-core {
                fill: none;
                stroke-linecap: butt;
                stroke: #ffffff;
            }

            .oneway-casing-1 {
                stroke-width: 0.2px;
                stroke-dasharray: 2.1,27.9;
                stroke-dashoffset: 23.1;
            }

            .oneway-casing-2 {
                stroke-width: 0.475px;
                stroke-dasharray: 0.3,29.7;
                stroke-dashoffset: 21.7;
            }

            .oneway-casing-3 {
                stroke-width: 0.4px;
                stroke-dasharray: 0.3,29.7;
                stroke-dashoffset: 21.6;
            }

            .oneway-casing-4 {
                stroke-width: 0.325px;
                stroke-dasharray: 0.4,29.6;
                stroke-dashoffset: 21.6;
            }

            .oneway-casing-5 {
                stroke-width: 0.25px;
                stroke-dasharray: 0.5,29.5;
                stroke-dashoffset: 21.6;
            }

            .oneway-casing-6 {
                stroke-width: 0.175px;
                stroke-dasharray: 0.6,29.4;
                stroke-dashoffset: 21.6;
            }

            .oneway-casing-7 {
                stroke-width: 0.1px;
                stroke-dasharray: 0.7,29.3;
                stroke-dashoffset: 21.6;
            }

            .oneway-casing-8 {
                stroke-width: 0.05px;
                stroke-dasharray: 0.8,29.2;
                stroke-dashoffset: 21.6;
            }

            .oneway-core-1 {
                stroke-width: 0.1px;
                stroke-dasharray: 2,28;
                stroke-dashoffset: 23;
            }

            .oneway-core-2 {
                stroke-width: 0.425px;
                stroke-dasharray: 0.2,29.8;
                stroke-dashoffset: 21.6;
            }

            .oneway-core-3 {
                stroke-width: 0.35px;
                stroke-dasharray: 0.3,29.7;
                stroke-dashoffset: 21.6;
            }

            .oneway-core-4 {
                stroke-width: 0.275px;
                stroke-dasharray: 0.4,29.6;
                stroke-dashoffset: 21.6;
            }

            .oneway-core-5 {
                stroke-width: 0.2px;
                stroke-dasharray: 0.5,29.5;
                stroke-dashoffset: 21.6;
            }

            .oneway-core-6 {
                stroke-width: 0.125px;
                stroke-dasharray: 0.6,29.4;
                stroke-dashoffset: 21.6;
            }

            .oneway-core-7 {
                stroke-width: 0.05px;
                stroke-dasharray: 0.7,29.3;
                stroke-dashoffset: 21.6;
            }

            .otherway {
                fill: none;
                stroke: red;
                stroke-width: 2px;
                stroke-opacity: 0;
                /* marker-start: url(#marker-otherway-start); */
                marker-end: url(#marker-otherway-end);
            }


            /* Access restrictions */
            .access-private-line {
                fill: none;
                stroke: url(#access-private-pattern);
                stroke-width: 1.5px;
            }
            .access-private-area {
                fill: url(#access-private-pattern);
                stroke: url(#access-private-pattern);
                stroke-width: 1px;
            }
            .access-private-small-area {
                fill: url(#access-private-pattern);
                stroke: url(#access-private-pattern);
                stroke-width: 0.5px;
            }

            .access-permissive-line {
                fill: none;
                stroke: url(#access-permissive-pattern);
                stroke-width: 1.5px;
            }
            .access-permissive-area {
                fill: url(#access-permissive-pattern);
                stroke: url(#access-permissive-pattern);
                stroke-width: 1px;
            }
            .access-permissive-small-area {
                fill: url(#access-permissive-pattern);
                stroke: url(#access-permissive-pattern);
                stroke-width: 0.5px;
            }

            .access-destination-line {
                fill: none;
                stroke: url(#access-destination-pattern);
                stroke-width: 1.5px;
            }
            .access-destination-area {
                fill: url(#access-destination-pattern);
                stroke: url(#access-destination-pattern);
                stroke-width: 1px;
            }
            .access-destination-small-area {
                fill: url(#access-destination-pattern);
                stroke: url(#access-destination-pattern);
                stroke-width: 0.5px;
            }

            .access-no-line {
                fill: none;
                stroke: url(#access-no-pattern);
                stroke-width: 1.5px;
            }
            .access-no-area {
                fill: url(#access-no-pattern);
                stroke: url(#access-no-pattern);
                stroke-width: 1px;
            }
            .access-no-small-area {
                fill: url(#access-no-pattern);
                stroke: url(#access-no-pattern);
                stroke-width: 0.5px;
            }

            /* Map decoration */
            .map-grid-line {
                fill: none;
                stroke: #8080ff;
                stroke-width: 0.1px;
                stroke-opacity: 0.5;
            }

            .map-border-casing {
                fill: none;
                stroke: #8080ff;
                stroke-width: 3px;
                stroke-miterlimit: 4;
                stroke-dasharray: none;
                stroke-opacity: 1;
                stroke-linecap: round;
            }

            .map-border-core {
                fill: none;
                fill-opacity: 1;
                fill-rule: nonzero;
                stroke: #ffffff;
                stroke-width: 2px;
                stroke-miterlimit: 0;
                stroke-dashoffset: -0.5px;
                stroke-opacity: 1;
            }

            .map-scale-casing {
                fill: none;
                stroke: #8080ff;
                stroke-width: 4px;
                stroke-linecap: butt;
            }

            .map-scale-core {
                fill: none;
                stroke: #ffffff;
                stroke-width: 3px;
                stroke-linecap: butt;
            }

            .map-scale-bookend {
                fill: none;
                stroke: #8080ff;
                stroke-width: 1px;
                stroke-linecap: butt;
            }

            .map-scale-caption {
                font-family: "DejaVu Sans";
                font-size: 10px;
                fill: #8080ff;
            }

            <!-- map background must be the same for all zooms or else empty tile detection will fail -->
            .map-background {
                fill: #f8f8f8; 
                stroke: none;
            }

            .map-title {
                font-family: "DejaVu Sans";
                font-size: 20px;
                text-anchor: middle;
                fill: black;
            }

            .map-title-background {
                fill: white;
            }

            .map-marginalia-background {
                fill: white;
            }

            .highway-tunnel-ends {
                stroke-opacity: 0;
                fill: none;
                marker-start: url(#marker-tunnel-start);
                marker-end: url(#marker-tunnel-end);
             }

            /* Osmarender built-in styles - do not remove */
            .osmarender-stroke-linecap-round { stroke-linecap: round; }
            .osmarender-stroke-linecap-butt { stroke-linecap: butt; }
            .osmarender-mask-black { stroke: black; }
            .osmarender-mask-white { stroke: white; }
            .osmarender-no-marker-start { marker-start: none; }
            .osmarender-no-marker-end { marker-end: none; }

        </style>

        <svg:pattern x="0" y="0" width="200" height="200" id="wood-deciduous-pattern" patternUnits="userSpaceOnUse" patternTransform="scale(0.1)">
            <svg:rect fill="#72bf81" width="205" height="205" x="0" y="0"/>
            <svg:path fill="#2b743f" d="M 27,1 C 20,1 13,7 13,14 C 13,16 13,18 15,20 C 11,22 8,26 8,29 C 8,36 16,43 28,43 L 28,63 L 37,63 L 37,43 C 48,43 57,36 57,29 C 57,26 55,23 52,21 C 55,14 45,4 37,6 C 36,3 33,1 27,1"/>
            <svg:path fill="#2b743f" d="M 77,101 C 70,101 63,107 63,114 C 63,116 63,118 65,120 C 61,122 58,126 58,129 C 58,136 66,143 78,143 L 78,163 L 87,163 L 87,143 C 98,143 107,136 107,129 C 107,126 105,123 102,121 C 105,114 95,104 87,106 C 86,103 83,101 77,101"/>
        </svg:pattern>
        <svg:pattern x="0" y="0" width="200" height="200" id="wood-coniferous-pattern" patternUnits="userSpaceOnUse" patternTransform="scale(0.1)">
            <svg:rect fill="#72bf81" width="205" height="205" x="0" y="0"/>
            <svg:path fill="#2b743f" d="M 15,24 L 25,24 L 10,39 L 25,39 L 5,54 L 25,54 L 25,64 L 35,64 L 35,54 L 55,54 L 35,39 L 50,39 L 35,24 L 45,24 L 30,4 L 15,24"/>
            <svg:path fill="#2b743f" d="M 65,124 L 75,124 L 60,139 L 75,139 L 55,154 L 75,154 L 75,164 L 85,164 L 85,154 L 105,154 L 85,139 L 100,139 L 85,124 L 95,124 L 80,104 L 65,124"/>
        </svg:pattern>
        <svg:pattern x="0" y="0" width="300" height="200" id="wood-mixed-pattern" patternUnits="userSpaceOnUse" patternTransform="scale(0.1)">
            <svg:rect fill="#72bf81" width="305" height="205" x="0" y="0"/>
            <svg:path fill="#2b743f" d="M 27,1 C 20,1 13,7 13,14 C 13,16 13,18 15,20 C 11,22 8,26 8,29 C 8,36 16,43 28,43 L 28,63 L 37,63 L 37,43 C 48,43 57,36 57,29 C 57,26 55,23 52,21 C 55,14 45,4 37,6 C 36,3 33,1 27,1"/>
            <svg:path fill="#2b743f" d="M 65,54 L 75,54 L 60,69 L 75,69 L 55,84 L 75,84 L 75,94 L 85,94 L 85,84 L 105,84 L 85,69 L 100,69 L 85,54 L 95,54 L 80,34 L 65,54"/>
            <svg:path fill="#2b743f" d="M 165,104 L 175,104 L 160,119 L 175,119 L 155,134 L 175,134 L175,144 L 185,144 L 185,134 L 205,134 L 185,119 L 200,119 L 185,104 L 195,104 L 180,84 L 165,104"/>
            <svg:path fill="#2b743f" d="M 227,101 C 220,101 213,107 213,114 C 213,116 213,118 215,120 C 211,122 208,126 208,129 C 208,136 216,143 228,143 L 228,163 L 237,163 L 237,143 C 248,143 257,136 257,129 C 257,126 255,123 252,121 C 255,114 245,104 237,106 C 236,103 233,101 227,101"/>
        </svg:pattern>

        <svg:pattern id="military-pattern" x="0" y="0" width="500" height="500" patternUnits="userSpaceOnUse" patternTransform="scale(0.01)">
            <svg:rect width="510" height="510" x="0" y="0" fill="#969632"/>
            <svg:path fill="#505000" d="M 311.4875,112.4725 L 240.86574,112.4725 L 219.18975,100.81875 L 219.18975,67.95515 L 358.10253,55.13602 L 358.10253,98.02185 L 311.4875,107.11177 L 311.4875,112.4725 z "/>
            <svg:path fill="#505000" d="M 86.10386,157.81856 L 404.48447,158.3883 L 404.43115,99.18722 L 313.11903,119.23168 L 180.26621,119.23168 L 86.10386,144.40379 C 80.55682,146.64725 78.71816,157.81856 86.10386,157.81856 z "/>
            <svg:path fill="#505000" d="M 176.69134,184.53979 C 176.69131,195.84684 167.54017,205.02094 156.23316,205.04931 C 144.92615,205.07768 135.72909,195.94962 135.67232,184.64271 C 135.61555,173.33581 144.72048,164.11585 156.02721,164.03068 C 167.33393,163.94551 176.57673,173.02726 176.6903,184.33373"/>
            <svg:path fill="#505000" d="M 222.85374,184.53979 C 222.85371,195.84684 213.70257,205.02094 202.39556,205.04931 C 191.08855,205.07768 181.89149,195.94962 181.83472,184.64271 C 181.77795,173.33581 190.88288,164.11585 202.18961,164.03068 C 213.49633,163.94551 222.73913,173.02726 222.8527,184.33373"/>
            <svg:path fill="#505000" d="M 268.20674,184.53979 C 268.20671,195.84684 259.05557,205.02094 247.74856,205.04931 C 236.44155,205.07768 227.24449,195.94962 227.18772,184.64271 C 227.13095,173.33581 236.23588,164.11585 247.54261,164.03068 C 258.84933,163.94551 268.09213,173.02726 268.2057,184.33373"/>
            <svg:path fill="#505000" d="M 314.63974,184.53979 C 314.63971,195.84684 305.48857,205.02094 294.18156,205.04931 C 282.87455,205.07768 273.67749,195.94962 273.62072,184.64271 C 273.56395,173.33581 282.66888,164.11585 293.97561,164.03068 C 305.28233,163.94551 314.52513,173.02726 314.6387,184.33373"/>
            <svg:path fill="#505000" d="M 104.62906,164.30601 L 95.06656,164.74351 C 89.7409,177.99161 94.17664,190.11388 108.81656,199.08726 C 125.31404,209.1992 145.13754,218.93662 150.87906,219.08726 L 345.94156,219.14976 C 351.68308,218.99912 371.50659,209.26172 388.00406,199.14976 C 402.64398,190.17638 407.07972,178.02286 401.75406,164.77476 L 392.19156,164.36851 C 395.0692,176.76396 397.55281,185.1301 379.62906,193.61851 C 364.95912,200.56595 349.45269,208.83667 347.03531,209.33726 L 149.78531,209.30601 C 147.36794,208.8054 131.89275,200.50345 117.22281,193.55601 C 99.29906,185.06761 101.75142,176.70146 104.62906,164.30601 z M 81.325,74.26296 L 81.325,87.85048 L 214.52384,92.37965 L 214.52384,74.05709 L 81.325,74.26296 z "/>
            <svg:path fill="#505000" d="M 360.71264,185.61239 C 360.71261,196.91944 351.56147,206.09354 340.25446,206.12191 C 328.94745,206.15028 319.75039,197.02222 319.69362,185.71531 C 319.63685,174.40841 328.74178,165.18845 340.04851,165.10328 C 351.35523,165.01811 360.59803,174.09986 360.7116,185.40633"/>
            <svg:path fill="#505000" d="M 389.14837,176.08104 C 389.14835,182.52632 383.93199,187.75578 377.48672,187.77195 C 371.04145,187.78813 365.79891,182.58491 365.76655,176.1397 C 365.73419,169.6945 370.92422,164.4389 377.36932,164.39035 C 383.81443,164.3418 389.08304,169.51862 389.14778,175.96358"/>
            <svg:path fill="#505000" d="M 130.88767,176.08104 C 130.88765,182.52632 125.67129,187.75578 119.22602,187.77195 C 112.78075,187.78813 107.53821,182.58491 107.50585,176.1397 C 107.47349,169.6945 112.66352,164.4389 119.10862,164.39035 C 125.55373,164.3418 130.82234,169.51862 130.88708,175.96358"/>
        </svg:pattern>

        <svg:pattern id="cemetery-pattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="scale(0.25)">
            <svg:rect fill="#bde3cb" width="10" height="10" x="0" y="0"/>
            <svg:path fill="#b5b5b5" stroke-width="0.1" d="M 1.48,0.13 C 2.12,0.13 2.63,0.64 2.63,1.28 L 2.63,4.27 L 0.33,4.27 L 0.33,1.28 C 0.33,0.64 0.85,0.13 1.48,0.13 z "/>
            <svg:path fill="#b5b5b5" stroke-width="0.1" d="M 6.64,5.78 C 7.27,5.78 7.79,6.29 7.79,6.92 L 7.79,9.91 L 5.49,9.91 L 5.49,6.92 C 5.49,6.29 6.00,5.78 6.64,5.78 z "/>
        </svg:pattern>
        <svg:pattern id="cemetery-christian-pattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="scale(0.25)">
            <svg:rect fill="#bde3cb" width="11" height="11" x="0" y="0"/>
            <svg:path stroke="black" stroke-width="0.2" d="M1,1 L3,1 M2,0 L2,3 M6,6 L8,6 M7,5 L7,8"/>
        </svg:pattern>

        <svg:pattern patternUnits="userSpaceOnUse" width="104.8886" height="112.38862" patternTransform="scale(0.05,0.05)" id="vineyard-pattern">
            <svg:rect fill="#d5f2e0" width="104.8886" height="112.38862" x="0" y="0"/>
            <svg:g transform="translate(-35,-59.111382)">
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="105" y="69"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5156324" height="2.3059964" x="104.54168" y="95.686478"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="120" y="69"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5156324" height="2.3059964" x="91.572838" y="95.066086"/>
                <svg:path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#bf5bc3;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 102.72166,94.632518 C 102.72166,94.632518 102.51202,95.733107 102.51202,86.247077 C 102.51202,84.082553 104.39875,79.905587 96.851849,75.974911"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(-1.4674523,16.770883)"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(-4.6119891,6.2890801)"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(10.27217,-2.7252699)"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(-6.7083494,-4.4023583)"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(4.1927244,9.8528923)"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(2.096364,0.6289069)"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="75" y="69"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="90" y="69"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="110" y="81.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="125" y="81.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="80" y="81.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="95" y="81.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="130" y="94"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="85" y="94"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="120" y="106.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="75" y="106.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="110" y="119"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="125" y="119"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="80" y="119"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="115" y="131.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="130" y="131.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="85" y="131.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="100" y="131.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="60" y="106.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5156324" height="2.3059964" x="59.541687" y="133.18648"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="75" y="106.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5156324" height="2.3059964" x="46.572845" y="132.56609"/>
                <svg:path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#bf5bc3;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 57.72166,132.13252 C 57.72166,132.13252 57.51202,133.23311 57.51202,123.74708 C 57.51202,121.58255 59.39875,117.40559 51.85185,113.47491"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(-46.467452,54.270883)"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(-49.611989,43.78908)"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(-34.72783,34.77473)"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(-51.708349,33.097642)"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(-40.807276,47.352892)"/>
                <svg:path style="fill:#ffffff;fill-opacity:1;stroke:#bf5bc3;stroke-width:1.20000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 106.28547 97.357788 A 5.4505372 5.4505372 0 1 1  95.384393,97.357788 A 5.4505372 5.4505372 0 1 1  106.28547 97.357788 z" transform="translate(-42.903636,38.128907)"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="45" y="106.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="65" y="119"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="80" y="119"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="35" y="119"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="50" y="119"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="100" y="131.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="85" y="131.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="40" y="131.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="90" y="144"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="75" y="144"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="95" y="156.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="65" y="156.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="80" y="156.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="35" y="156.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="100" y="169"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="70" y="169"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="85" y="169"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="40" y="169"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="55" y="169"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="120" y="144"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="105" y="144"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="125" y="156.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="110" y="156.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="115" y="169"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="130" y="169"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="35" y="81.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="40" y="94"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="60" y="69"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="45" y="69"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="65" y="81.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="50" y="81.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="55" y="94"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="70" y="94"/>
                <svg:rect style="fill:none;fill-opacity:0.92941176;stroke:none;stroke-width:0.22276554;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="104.87722" height="112.37724" x="35.011383" y="59.111382"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="135" y="69"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="135" y="106.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="135" y="106.5"/>
                <svg:rect style="fill:#7ba274;fill-opacity:0.92941176;stroke:none;stroke-width:1.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" width="2.5" height="2.5" x="135" y="144"/>
            </svg:g>
        </svg:pattern>

        <svg:pattern id="access-private-pattern" x="0" y="0" width="5" height="5" patternUnits="userSpaceOnUse" patternTransform="scale(0.25)">
            <svg:path fill="none" stroke="#ff4040" stroke-width="0.1" d="M5,0 L0,5 M0,0 L5,5"/>
        </svg:pattern>
        <svg:pattern id="access-permissive-pattern" x="0" y="0" width="5" height="5" patternUnits="userSpaceOnUse" patternTransform="scale(0.25)">
            <svg:path fill="none" stroke="#40ff40" stroke-width="0.1" d="M5,0 L0,5 M0,0 L5,5"/>
        </svg:pattern>
        <svg:pattern id="access-destination-pattern" x="0" y="0" width="5" height="5" patternUnits="userSpaceOnUse" patternTransform="scale(0.25)">
            <svg:path fill="none" stroke="#4040ff" stroke-width="0.1" d="M5,0 L0,5 M0,0 L5,5"/>
        </svg:pattern>
        <svg:pattern id="access-no-pattern" x="0" y="0" width="5" height="5" patternUnits="userSpaceOnUse" patternTransform="scale(0.25)">
            <svg:path fill="none" stroke="#ff4040" stroke-width="0.1" d="M5,0 L0,5 M0,0 L5,5"/>
        </svg:pattern>

        <svg:marker id="bridge-casing-start" fill="none" stroke-width="0.1px" stroke="#777777" markerWidth="1px" markerHeight="1px" orient="auto">
            <svg:path d="M-0.25,0.75 L0.5,0 L-0.25,-0.75"/>
        </svg:marker>
        <svg:marker id="bridge-casing-end" fill="none" stroke-width="0.1px" stroke="#777777" markerWidth="1px" markerHeight="1px" orient="auto">
            <svg:path d="M0.25,0.75 L-0.5,0 L0.25,-0.75"/>
        </svg:marker>

        <svg:marker id="marker-tunnel-start" viewBox="0 0 10 10" refX="5px" refY="5px" markerUnits="strokeWidth" fill="none" stroke-width="0.5px" stroke="#777777" markerWidth="2px" markerHeight="2px" orient="auto">
            <svg:path d="M 4,1 A5,4.25 0 0,1 4,9"/>
        </svg:marker>
        <svg:marker id="marker-tunnel-end" viewBox="0 0 10 10" refX="5px" refY="5px" markerUnits="strokeWidth" fill="none" stroke-width="0.5px" stroke="#777777" markerWidth="2px" markerHeight="2px" orient="auto">
            <svg:path d="M 6,1 A5,4.25 0 0,0 6,9"/>
        </svg:marker>

        <svg:marker id="marker-gate-locked" viewBox="0 0 10 10" refX="2px" refY="5px" markerUnits="userSpaceOnUse" fill="none" stroke-width="0.4px" stroke="#777777" markerWidth="3px" markerHeight="3px" orient="auto">
            <svg:path d="M 1,0 L 1,10 M 3,0 L 3,10"/>
        </svg:marker>
        <svg:marker id="marker-gate-closed" viewBox="0 0 10 10" refX="1px" refY="5px" markerUnits="userSpaceOnUse" fill="none" stroke-width="0.4px" stroke="#777777" markerWidth="3px" markerHeight="3px" orient="auto">
            <svg:path d="M 1,0 L 1,10"/>
        </svg:marker>
        <svg:marker id="marker-gate-open" viewBox="0 0 11 11" refX="1px" refY="5px" markerUnits="userSpaceOnUse" fill="none" stroke-width="0.4px" stroke="#777777" markerWidth="3px" markerHeight="3px" orient="auto">
            <svg:path d="M1,0 L1,1 M1,2 L1,3 M1,4 L1,5 M1,6 L1,7 M1,8 L1,9 M1,10 L1,11"/>
        </svg:marker>

        <svg:marker id="marker-stile" viewBox="0 0 10 10" refX="5px" refY="5px" markerUnits="userSpaceOnUse" fill="none" stroke-width="0.5px" stroke="#777777" markerWidth="2px" markerHeight="2px" orient="auto">
            <svg:path d="M3.5,0 L3.5,10 M6.5,0 L6.5,10 M 10,1 L 1,10"/>
        </svg:marker>

        <svg:marker id="marker-otherway-start" viewBox="0 0 10 10" refX="-30px" refY="5px" markerUnits="userSpaceOnUse" fill="#FFFFFF" stroke-width="1px" stroke="#000000" markerWidth="1px" markerHeight="1px" orient="auto">
            <svg:path d="M 10,4 L 4,4 L 4,2 L 0,5 L 4,8 L 4,6 L 10,6 z"/>
        </svg:marker>
        <svg:marker id="marker-otherway-end" viewBox="0 0 10 10" refX="30px" refY="5px" markerUnits="userSpaceOnUse" fill="#FFFFFF" stroke-width="1px" stroke="#000000" markerWidth="1px" markerHeight="1px" orient="auto">
            <svg:path d="M 10,4 L 4,4 L 4,2 L 0,5 L 4,8 L 4,6 L 10,6 z"/>
        </svg:marker>

        <svg:symbol id="church" viewBox="0 0 5 10" fill="#000000">
            <svg:path d="M 0 10 L 0 5 L 5 5 L 5 10 z M 0 2 L 5 2 L 5 3 L 0 3 z M 2 0 L 2 5 L 3 5 L 3 0 z"/>
        </svg:symbol>
        <svg:symbol id="mosque" viewBox="0 0 120 120" fill="#00ab00">
            <svg:path d="M 4,60 C 11,75 60,107 84,73 C 103,40 76,22 50,7 C 76,6 130,35 103,84 C 72,124 8,97 4,60 z M 35,52 C 35,52 20,55 20,55 L 30,43 C 30,43 21,30 21,30 L 35,35 L 45,23 L 45,38 L 60,45 L 45,50 L 45,65 L 35,52 z"/>
        </svg:symbol>
        <svg:symbol id="synagogue" viewBox="0 0 20 20" stroke="#0000d0" fill="none" stroke-width="1.5px" stroke-linecap="butt" stroke-linejoin="miter">
            <svg:path d="M 10,0 L 20,15 L 0,15 L 10,0 z M 10,20 L 0,5 L 20,5 L 10,20 z"/>
        </svg:symbol>
        <svg:symbol id="khanda" viewBox="0 0 600 800">
            <svg:path id="path1317" style="fill:#000000" d="M 286.03178,798.44826 C 274.47686,795.1959 263.17182,785.6738 257.90389,774.7565 C 252.29932,763.14127 252.36888,747.04142 258.07461,735.21664 C 260.5981,729.98693 269.51042,720.03068 274.5261,716.8382 L 277.07851,715.21364 L 276.76949,675.53951 L 276.46034,635.86538 L 253.24066,651.77989 L 230.02096,667.69436 L 232.4758,672.32314 C 234.44224,676.03096 234.93332,678.8551 234.9441,686.51734 C 234.9561,695.01629 234.58908,696.75012 231.65258,702.06831 C 227.9575,708.76054 223.18242,713.40624 216.13794,717.16251 C 212.30051,719.20884 209.59295,719.68801 201.86754,719.68801 C 194.1421,719.68801 191.43455,719.20884 187.5971,717.16251 C 176.24401,711.10866 169.44392,701.24622 168.51299,689.48412 C 167.82042,680.73371 169.38643,674.96231 174.61433,666.99802 C 178.35155,661.30468 183.14155,657.56444 222.73106,629.42653 C 246.9125,612.23974 266.48801,597.83269 266.23205,597.41087 C 265.97618,596.98903 260.44958,592.85755 253.9507,588.22983 L 242.13473,579.81577 L 208.53318,604.47029 C 190.05229,618.03027 174.68262,629.12479 174.37835,629.12479 C 174.07408,629.12479 172.95881,616.20877 168.69736,609.43128 C 164.546,602.82887 149.56374,586.07399 111.53631,548.10002 C 69.396819,506.01978 57.592167,492.99258 44.090693,473.66939 C 20.774574,440.29955 6.6120613,403.50731 1.126918,362.05548 C -0.3756399,350.70054 -0.3756399,315.61806 1.126918,304.26311 C 7.337956,257.32562 24.583085,216.61804 53.523135,180.58044 C 69.431809,160.77015 80.676009,152.23236 105.25771,141.298 C 122.62658,133.57202 156.11806,122.5857 157.64172,124.11432 C 157.85197,124.32525 153.37683,127.51604 147.69699,131.20496 C 133.52067,140.41211 108.34195,165.54821 98.759684,180.05939 C 85.566883,200.03829 76.853504,220.64866 71.54464,244.43298 C 69.248935,254.71802 68.94644,259.02112 68.94644,281.39347 C 68.94644,311.30842 70.078051,317.8443 80.711788,349.34715 C 93.570705,387.44222 107.26937,409.01541 144.14125,449.23843 C 178.2262,486.42123 193.32553,499.46384 245.18911,536.5223 L 277.02119,559.26755 L 277.02119,538.02075 L 277.02119,516.77395 L 272.81484,514.19456 C 270.50133,512.77591 264.06559,508.03191 258.51319,503.65237 C 252.96079,499.27283 243.37029,492.4623 237.20095,488.51784 C 231.03161,484.57339 225.84096,481.24105 225.6661,481.11265 C 225.49121,480.98424 226.8717,473.10672 228.73382,463.60703 C 230.59595,454.10736 231.7485,446.02843 231.29511,445.65386 C 230.84171,445.2793 227.08672,443.56864 222.95047,441.85242 C 204.67956,434.27125 185.22141,421.09346 168.9346,405.27082 C 142.46582,379.55638 125.76996,349.66515 117.028,312.34043 C 114.03024,299.54119 113.86515,297.4559 113.86515,272.39071 C 113.86515,247.32552 114.03024,245.24024 117.028,232.44101 C 125.76996,195.11628 142.46582,165.22505 168.9346,139.51062 C 185.3309,123.58162 205.36952,110.05651 223.44434,102.71917 C 228.73651,100.57088 231.00817,99.05611 231.01782,97.669121 C 231.02544,96.579426 230.01177,91.094405 228.76534,85.480173 L 226.49895,75.272474 L 229.40471,71.80799 C 231.00278,69.902516 242.24421,58.613021 254.38547,46.720212 C 266.52659,34.827407 281.49239,19.450119 287.64254,12.548463 L 298.82474,-1.578948e-007 L 335.96762,37.251274 L 373.11058,74.502537 L 370.36714,86.292121 C 368.85834,92.776384 367.80731,98.203637 368.03166,98.352658 C 368.25599,98.501689 375.25392,102.01749 383.58252,106.1655 C 391.91112,110.31354 403.51194,117.12784 409.36205,121.30836 C 423.04361,131.0852 442.64886,150.77682 452.24206,164.3772 C 498.10623,229.39939 498.10623,315.38204 452.24206,380.40424 C 442.64459,394.01067 423.03744,413.70196 409.36205,423.46831 C 399.26308,430.68053 371.50656,445.69371 368.27158,445.69371 C 366.23941,445.69371 366.36571,447.1322 369.98128,465.16303 L 373.09555,480.69367 L 364.03741,486.66249 C 359.05538,489.94532 348.81823,497.38909 341.28815,503.20416 C 333.7581,509.01923 326.31283,514.68688 324.74312,515.79891 L 321.88919,517.8208 L 321.88919,538.02447 C 321.88919,549.13648 322.10165,558.22811 322.36131,558.22811 C 323.07651,558.22811 384.85094,514.03483 388.06931,511.22076 C 389.61167,509.87218 395.16406,505.37407 400.40798,501.22492 C 416.05084,488.8479 432.27058,473.28491 450.65911,453.00844 C 460.20151,442.48648 468.59932,433.37119 469.32102,432.75225 C 470.04272,432.13331 474.70539,426.30966 479.68247,419.8108 C 499.57745,393.83312 508.68192,376.73911 518.66683,346.61646 C 528.37253,317.33627 529.8487,308.72583 529.8487,281.39347 C 529.8487,261.6814 529.47999,256.60422 527.31522,246.5078 C 516.74312,197.1994 489.7958,157.40616 448.70008,130.41627 C 442.2548,126.18329 437.75209,122.71994 438.69398,122.71994 C 441.96507,122.71994 468.33022,130.44062 478.75808,134.45218 C 512.30624,147.35805 528.16289,158.30041 546.49826,181.19828 C 601.53063,249.92465 615.17282,341.9247 582.46514,423.74951 C 575.77601,440.48357 568.05033,454.75628 556.57649,471.57662 C 541.12758,494.22444 535.94949,500.01311 485.10464,551.47606 C 458.50415,578.39991 442.74913,593.68551 434.58351,604.64856 C 426.41791,615.6116 424.52448,629.89631 424.52448,629.89631 L 393.11695,606.93959 C 375.84282,594.31341 360.65706,583.07503 359.37092,581.96538 C 357.07974,579.98874 356.77723,580.12983 344.43183,588.92974 C 337.50153,593.86978 332.24425,598.30113 332.74913,598.77723 C 333.25389,599.25331 352.34327,612.90979 375.16981,629.12501 C 397.99633,645.34019 418.07562,659.93204 419.79047,661.5513 C 421.50531,663.17056 424.40771,667.50563 426.24022,671.18474 C 430.68786,680.11424 430.95079,691.99371 426.89091,700.58414 C 423.65695,707.42702 417.27797,713.74507 410.50326,716.81534 C 403.09367,720.17327 390.4822,720.01132 383.02169,716.46244 C 376.20097,713.21808 369.90332,706.81828 366.84299,700.02148 C 363.70606,693.05433 363.69394,679.99893 366.81811,673.08997 C 368.64568,669.04838 368.80058,667.84338 367.63481,666.73518 C 365.66701,664.86468 323.27201,635.87687 322.50411,635.87687 C 322.16592,635.87687 321.88919,653.81111 321.88919,675.73073 L 321.88919,715.58455 L 327.24058,719.52573 C 346.00108,733.34204 350.2199,762.23368 336.31366,781.66083 C 326.04777,796.00221 303.76839,803.44051 286.03178,798.44826 z M 383.58252,398.63546 C 389.11978,394.97722 398.30986,387.1266 405.50374,379.90937 C 423.59369,361.76059 434.60943,344.03382 442.4852,320.39804 C 447.88515,304.19225 449.76266,291.80749 449.76266,272.39071 C 449.76266,239.89652 442.0372,214.07926 424.17035,186.86456 C 416.01911,174.44865 395.99523,154.35179 383.58252,146.12872 C 373.7199,139.59506 361.56463,133.15981 360.74051,134.03572 C 358.96913,135.91849 352.88033,189.74496 350.9545,220.54628 C 349.21924,248.30043 350.25523,329.6087 352.65453,353.97817 C 354.52193,372.94452 358.57609,405.1389 359.62869,409.36108 L 360.24989,411.85282 L 367.14899,408.39365 C 370.94348,406.49111 378.3386,402.09991 383.58252,398.63546 z M 239.91904,402.08663 C 249.59514,337.58176 251.51975,256.97754 244.9908,189.67792 C 243.37051,172.97559 239.39051,141.40174 238.28753,136.50065 L 237.71671,133.96385 L 230.72864,137.50164 C 198.17949,153.98009 170.51275,185.76004 157.79447,221.27895 C 151.74051,238.18619 149.70984,251.02416 149.70984,272.39071 C 149.70984,288.91611 150.13061,293.9704 152.32546,303.80896 C 161.03307,342.8415 182.83702,375.62062 214.767,397.68099 C 221.13993,402.084 236.3875,410.71466 237.90593,410.77843 C 238.29359,410.79472 239.19959,406.8834 239.91904,402.08663 z "/>
        </svg:symbol>

        <svg:symbol id="symbol-housenumber" viewBox="0 0 1 1" fill="#a0a0a0">
            <svg:circle r="0.8px" class="housenumber-node"/>
        </svg:symbol>

        <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
        <svg:symbol id="campSite" viewBox="0 0 100 100" fill="#0000dc" fill-opacity="1">
            <svg:path d="M 35,0 L 50,24 L 65,0 L 80,0 L 60,35 L 100,100 L 0,100 L 40,35 L 20,0 L 35,0 z "/>
        </svg:symbol>

        <svg:symbol id="airport" viewBox="0 0 10 10" fill="black" fill-opacity="1" fill-rule="evenodd" stroke="none">
            <svg:path d="M 9.2,5 C 9.2,4.5 9.8,3.2 10,3 L 9,3 L 8,4 L 5.5,4 L 8,0 L 6,0 L 3,4 C 2,4 1,4.2 0.5,4.5 C 0,5 0,5 0.5,5.5 C 1,5.8 2,6 3,6 L 6,10 L 8,10 L 5.5,6 L 7.8,6 L 9,7 L 10,7 C 9.8,6.8 9.2,5.5 9.2,5 z "/>
        </svg:symbol>

        <svg:symbol id="power-tower" viewBox="0 0 10 10" stroke-width="1px" stroke="#cccccc">
            <svg:path d="M 0 0 L 10 10 M 0 10 L 10 0"/>
        </svg:symbol>

        <svg:symbol id="bar" viewBox="0 0 100 100" fill="#000000" stroke-width="0.4px" stroke="#000000">
            <svg:path d="M 16.8725 9.81954 L 96.3004 9.81954 L 59.4774 46.3164 L 59.4774 94.9796 C 59.575 94.9796 57.9896 100.587 84.2324 102.6 L 84.2324 103.99 L 31.0262 103.99 L 31.0275 102.6 C 56.4414 100.587 54.9906 94.9796 54.9906 94.9796 L 54.9906 46.3164 L 16.8725 9.81954 z "/>
        </svg:symbol>
        <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
        <svg:symbol id="symbol-restaurant" viewBox="0 0 100 100" fill="black" stroke="none">
            <svg:path d="M 94,4 C 90,0 74,18 67,26 C 65,28 62,32 68,38 C 15,89 5,96 12,103 C 19,110 26,100 76,46 C 82,52 87,49 89,47 C 97,40 114,24 110,20 C 106,16 91,40 87,37 C 83,24 106,16 102,12 C 98,8 81,33 77,29 C 73,25 98,8 94,4 z"/>
            <svg:path d="M 35,33 C 79,81 98,96 90,103 C 81,111 70,91 26,42 C 6,57 -9,16 1,6 C 11,-6 55,13 35,33 z"/>
        </svg:symbol>

        <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
        <svg:symbol id="petrolStation" viewBox="0 0 115 115" fill="#000000" fill-rule="evenodd" stroke-width="3px">
            <svg:path d="M 22.7283 108.087 C 4.26832 107.546 23.6818 43.3596 32.6686 21.0597 C 33.8491 17.0245 60.28 18.4952 60.0056 19.8857 C 59.0889 25.9148 54.8979 23.2429 52.0142 26.8579 L 51.7464 36.8066 C 48.6085 40.8144 40.2357 34.4677 38.078 42.8773 C 31.3694 92.5727 45.0689 108.819 22.7283 108.087 z M 85.3122 9.52799 L 29.1766 9.52847 C 28.4855 17.5896 -11.559 113.573 22.9292 113.284 C 48.5214 113.073 39.5312 104.08 42.6984 51.03 C 41.8513 49.3228 50.871 48.6585 50.8739 51.4448 L 51.0453 116.604 L 97.6129 116.188 L 97.6129 26.544 C 96.0669 24.2073 93.899 25.2958 90.584 22.394 C 87.7907 19.4131 92.2353 9.52799 85.3122 9.52799 z M 64.0766 35.3236 C 61.5443 36.7258 61.5443 45.2814 64.0766 46.6836 C 68.3819 49.0684 80.2848 49.0684 84.5902 46.6836 C 87.1225 45.2814 87.1225 36.7258 84.5902 35.3236 C 80.2848 32.9393 68.3819 32.9393 64.0766 35.3236 z "/>
        </svg:symbol>

        <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
        <svg:symbol id="golfCourse" viewBox="0 0 100 100" fill="#000000" fill-rule="evenodd" fill-opacity="1" stroke="none">
            <svg:path d="M 61.6421 25.2514 C 61.6421 25.2514 48.7712 34.4528 48.1727 38.766 C 47.574 43.0787 56.5537 48.8295 56.8529 52.2802 C 57.1522 55.7303 56.5537 87.3594 56.5537 87.3594 C 56.5537 87.3594 37.3978 104.036 36.7993 105.474 C 36.2006 106.912 41.5878 117.55 43.9826 117.263 C 46.3769 116.975 43.3841 109.787 44.2819 108.349 C 45.1798 106.912 64.0363 92.5353 65.2335 90.5221 C 65.5327 91.0979 65.8321 76.7208 65.5327 76.7208 L 66.7305 76.7208 L 66.1319 91.0979 C 66.1319 91.0979 59.2473 108.349 60.1451 113.237 C 60.1451 115.824 70.6212 122.15 72.1176 121 C 73.6145 119.85 68.5261 115.536 68.8254 112.375 C 67.6283 109.212 73.016 97.4233 73.3153 94.2605 C 73.6145 91.0979 73.9138 56.3053 72.7167 51.9927 C 72.7161 48.542 69.424 42.5037 67.9276 40.2035 C 67.6283 37.9029 65.8326 31.2897 65.8326 31.2897 C 65.8326 31.2897 59.547 39.341 59.5465 39.341 C 58.0501 37.9035 68.2268 28.702 68.2268 25.8268 C 68.2268 22.9513 49.9689 9.72452 49.9689 9.72452 C 49.9689 9.72452 25.126 63.2064 25.4254 65.5065 C 25.7246 67.8065 29.9146 72.9824 32.908 70.6823 C 35.9009 68.3822 27.8197 62.9194 27.8197 62.9194 L 49.3703 14.6122 L 52.6624 18.3506 L 58.3494 18.638 L 58.0501 19.5005 C 58.0501 19.5005 51.7645 18.9255 50.5675 19.788 C 49.3703 20.6506 47.574 22.0887 47.574 25.5388 C 47.574 28.9896 52.0638 30.4271 53.5603 30.7146 L 60.8936 24.6764 L 61.6421 25.2514 z "/>
        </svg:symbol>

        <svg:symbol id="slipway" viewBox="0 0 50 45" fill="#0087ff" stroke="none" fill-opacity="0.7">
            <svg:path d="M 45,33 L 45,45 L 2,45 C 2,45 45,33 45,33 z M 0,35 L 43,22 L 43,26 C 43,26 37,32 26,36 C 15,40 0,35 0,35 z M 3,32 C 3,32 13,0 13,0 L 22,26 L 3,32 z M 16,0 L 42,20 L 25,25 L 16,0 z "/>
        </svg:symbol>

        <svg:symbol id="pub" width="204.57mm" height="205.01mm" viewBox="0 0 579.88 581.14">
            <svg:g style="fill-rule: nonzero;stroke-linecap:butt;">
                <svg:path style="fill:#7777777;stroke:none;stroke-width:0.28;stroke-linejoin:bevel" d="M 67.775772,2.6625614 C 26.556032,2.6625614 3.3361722,24.082427 3.1561722,67.642152 L 3.1561722,517.81932 C 3.3361722,558.67906 24.216042,580.09892 65.435782,580.09892 L 517.23294,580.09892 C 558.63267,580.09892 579.51254,559.75905 579.51254,517.81932 L 579.51254,67.642152 C 579.51254,25.16242 558.63267,2.6625614 515.97294,2.6625614 C 515.97294,2.6625614 67.775772,2.4825625 67.775772,2.6625614 z "/>
                <svg:path style="fill:none;stroke:#7777777;stroke-width:3.41997862;stroke-linejoin:miter" d="M 67.775772,2.6625614 C 26.556032,2.6625614 3.3361722,24.082427 3.1561722,67.642152 L 3.1561722,517.81932 C 3.3361722,558.67906 24.216042,580.09892 65.435782,580.09892 L 517.23294,580.09892 C 558.63267,580.09892 579.51254,559.75905 579.51254,517.81932 L 579.51254,67.642152 C 579.51254,25.16242 558.63267,2.6625614 515.97294,2.6625614 C 515.97294,2.6625614 67.775772,2.4825625 67.775772,2.6625614"/>
                <svg:path style="fill:#ffffff;stroke:none;stroke-width:3.42000008;stroke-linejoin:bevel" d="M 106.47552,104.54192 L 468.63324,104.54192 L 311.31423,299.12069 L 311.31423,423.67991 L 398.43368,423.67991 C 427.7735,423.85991 427.9535,467.95963 398.43368,467.77963 L 180.99505,467.77963 C 151.65524,467.95963 151.65524,423.85991 180.99505,423.67991 L 266.85451,423.67991 L 266.85451,298.2207 L 106.47552,104.54192 z "/>
                <svg:path style="fill:#7777777;stroke:none;stroke-width:3.42000008;stroke-linejoin:bevel" d="M 316.5342,241.88105 C 332.1941,241.88105 344.79402,229.28113 344.61402,213.80123 C 344.79402,198.32133 332.1941,185.72141 316.5342,185.54141 C 301.0543,185.72141 288.45438,198.32133 288.45438,213.80123 C 288.45438,229.28113 301.0543,241.88105 316.5342,241.88105 z "/>
            </svg:g>
        </svg:symbol>
        <svg:symbol id="pubx" width="211.87mm" height="210.79mm" viewBox="0 0 600.58 597.52">
            <svg:g style="fill-rule: nonzero;">
                <svg:path style="fill:#ffffff; stroke:#000000; stroke-width:50; stroke-linecap:butt; stroke-linejoin:miter" d="M 598.46 512.06 C 598.46 557.96 561.20 595.40 515.30 595.40 L 88.70 595.40       C 42.62 595.40 5.36 557.96 5.36 512.06 L 5.36 85.46 C 5.36 39.38 42.62 2.12 88.70 2.12       L 515.30 2.12 C 561.20 2.12 598.46 39.38 598.46 85.46 L 598.46 512.06"/>
                <svg:path style="fill:#FFFFFF; stroke:none;" d="M 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46       C 221.00 574.88 256.28 567.68 291.92 566.06 L 291.92 377.24 C 224.60 371.48 169.70 318.38 170.24 245.48       C 170.60 191.66 198.86 133.88 198.86 133.88 L 407.30 133.88 C 407.30 133.88 433.76 181.22 433.76 245.48       C 433.76 309.74 379.94 372.74 311.00 376.88 L 311.00 565.88 Z"/>
                <svg:path style="fill:none; stroke:#000000; stroke-width:14.94; stroke-linecap:round; stroke-linejoin:round" d="M 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46       C 221.00 574.88 256.28 567.68 291.92 566.06 L 291.92 377.24 C 224.60 371.48 169.70 318.38 170.24 245.48       C 170.60 191.66 198.86 133.88 198.86 133.88 L 407.30 133.88 C 407.30 133.88 433.76 181.22 433.76 245.48       C 433.76 309.74 379.94 372.74 311.00 376.88 L 311.00 565.88"/>
                <svg:path style="fill:#000000; stroke:none; stroke-width:14.94; stroke-linecap:round; stroke-linejoin:bevel" d="M 431.60 210.74 C 432.86 220.64 433.76 234.32 433.76 245.48 C 433.76 309.74 379.94 372.74 311.00 376.88       L 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46       C 221.00 574.88 256.28 567.68 291.92 566.06 L 291.92 377.24 C 224.60 371.48 169.70 318.38 170.24 245.48       C 170.24 234.14 171.50 222.62 173.48 211.64 L 431.60 210.74 Z"/>
                <svg:path style="fill:none; stroke:#000000; stroke-width:0.54; stroke-linecap:butt; stroke-linejoin:miter" d="M 431.60 210.74 C 432.86 220.64 433.76 234.32 433.76 245.48 C 433.76 309.74 379.94 372.74 311.00 376.88       L 311.00 565.88 C 344.84 567.68 384.26 575.96 413.60 589.28 L 190.40 589.46       C 221.00 574.88 256.28 567.68 291.92 566.06 L 291.92 377.24 C 224.60 371.48 169.70 318.38 170.24 245.48       C 170.24 234.14 171.50 222.62 173.48 211.64 L 431.60 210.74"/>
                <svg:path style="fill:#FFFFFF; stroke:none; stroke-width:0.54; stroke-linecap:butt; stroke-linejoin:bevel" d="M 365.90 333.68 C 365.90 347.00 355.28 357.62 341.96 357.62 C 328.64 357.62 318.02 347.00 318.02 333.68       C 318.02 320.36 328.64 309.74 341.96 309.74 C 355.28 309.74 365.90 320.36 365.90 333.68 Z"/>
                <svg:path style="fill:none; stroke:#000000; stroke-width:1.08; stroke-linecap:butt; stroke-linejoin:miter" d="M 365.90 333.68 C 365.90 347.00 355.28 357.62 341.96 357.62 C 328.64 357.62 318.02 347.00 318.02 333.68       C 318.02 320.36 328.64 309.74 341.96 309.74 C 355.28 309.74 365.90 320.36 365.90 333.68"/>
            </svg:g>
        </svg:symbol>

        <svg:symbol id="cinema" viewBox="150.3 200 320 420">
            <svg:path fill="black" d="M123.7,393.2l-35.9,9L0,50.9l35.9-9L123.7,393.2z"/>
            <svg:path fill="black" d="M291.5,351.2l-35.9,9L167.8,9l35.9-9L291.5,351.2z"/>
            <svg:path fill="black" d="M201.9,27.8l9,35.9L19.8,111.5l-9-35.9L201.9,27.8z"/>
            <svg:path fill="black" d="M234.8,159.2l9,35.9L52.6,242.9l-9-35.9L234.8,159.2z"/>
            <svg:path fill="black" d="M267.7,290.7l9,35.9L85.5,374.4l-9-35.9L267.7,290.7z"/>
            <svg:path fill="#FFFFFF" d="M40.5,97.5l-21.3,5.3l-5.3-21.3l21.3-5.3L40.5,97.5z"/>
            <svg:path fill="#FFFFFF" d="M56.9,163l-21.3,5.3L30.2,147l21.3-5.3L56.9,163z"/>
            <svg:path fill="#FFFFFF" d="M73.3,228.5l-21.3,5.3l-5.3-21.3l21.3-5.3L73.3,228.5z"/>
            <svg:path fill="#FFFFFF" d="M89.6,294l-21.3,5.3L63,278l21.3-5.3L89.6,294z"/>
            <svg:path fill="#FFFFFF" d="M106,359.4l-21.3,5.3l-5.3-21.3l21.3-5.3L106,359.4z"/>
            <svg:path fill="#FFFFFF" d="M209.1,54.3l-21.3,5.3l-5.3-21.3l21.3-5.3L209.1,54.3z"/>
            <svg:path fill="#FFFFFF" d="M225.4,119.8l-21.3,5.3l-5.3-21.3l21.3-5.3L225.4,119.8z"/>
            <svg:path fill="#FFFFFF" d="M241.8,185.3l-21.3,5.3l-5.3-21.3l21.3-5.3L241.8,185.3z"/>
            <svg:path fill="#FFFFFF" d="M258.2,250.8l-21.3,5.3l-5.3-21.3l21.3-5.3L258.2,250.8z"/>
            <svg:path fill="#FFFFFF" d="M274.6,316.3l-21.3,5.3l-5.3-21.3l21.3-5.3L274.6,316.3z"/>
        </svg:symbol>
        <svg:symbol id="theatre" viewBox="220 207 440 550">
            <svg:g stroke="none" fill-opacity="1" fill-rule="nonzero">
                <svg:path d="M192.4,22c0,0,50,26,112,20s94-39,98-42s17,32,17,32l4,33l-3,29l5,24l7,39l-5,32l-6,32l-19,55l-25,49l-59,21l-30-14l-22-22l-29-47l4-40l-20-28l-18-24l1-34l2-54l-8-35L192.4,22z"/>
                <svg:path fill="none" stroke="#FFFFFF" stroke-width="10" d="M210.4,44.5c0,0,43.8,22.8,98,17.5s82.3-34.1,85.8-36.8s14.9,28,14.9,28l3.5,28.9l-2.6,25.4l4.4,21l6.1,34.1l-4.4,28l-5.3,28l-16.6,48.1l-21.9,42.9L320.6,328l-26.3-12.3l-19.3-19.3l-25.4-41.1l3.5-35l-17.5-24.5l-15.8-21l0.9-29.8l1.8-47.3l-7-30.6L210.4,44.5z"/>
                <svg:path fill="#FFFFFF" d="M293.4,152c0,8.3-11.4,15-25.5,15s-25.5-6.7-25.5-15s11.4-15,25.5-15S293.4,143.7,293.4,152z"/>
                <svg:path fill="#FFFFFF" d="M406.4,140.5c0,8.6-13.2,15.5-29.5,15.5s-29.5-6.9-29.5-15.5s13.2-15.5,29.5-15.5S406.4,131.9,406.4,140.5z"/>
                <svg:path fill="none" stroke="#FFFFFF" stroke-width="10" d="M248.4,124l14-43l15,27"/>
                <svg:path fill="none" stroke="#FFFFFF" stroke-width="10" d="M336.4,110l7-32l35,23"/>
                <svg:path fill="none" stroke="#FFFFFF" stroke-width="10" d="M317.4,146l-7,72l22-1L317.4,146z"/>
                <path fill="none" stroke="#FFFFFF" stroke-width="10" d="M305.4,297c0,0,2-55,27-57s37,16,41,30"/>
                <svg:path fill="#FFFFFF" stroke="#000000" stroke-width="10" d="M207.4,90c0,0-19,18-61,17s-42,5-83-33s-31-38-31-38l-9,105l-5,22l-13,15l26,128l37,82c0,0,3,9,38,9s30-10,40-20s15-35,34-49s41-47,41-47l17-21l3-34l-23-29l-12-32L207.4,90z"/>
                <svg:path fill="none" stroke="#000000" stroke-width="10" d="M51.4,150c0,0-2-15,25-15s31,17,31,17"/>
                <svg:path fill="none" stroke="#000000" stroke-width="10" d="M153.4,168c0,0,6-11,12-14s22,5,22,5"/>
                <svg:path d="M51.4,193l23-19c0,0,12-2,25,2s7,14,7,14L51.4,193z"/>
                <svg:path d="M164.4,199c0,0,14-13,27-10s16,19,16,19s-7,6-26,1S164.4,199,164.4,199z"/>
                <svg:path d="M125.4,188l-25,83h29L125.4,188z"/>
                <svg:path d="M61.4,258c0,0,0-4,14,16s10,36,44,34s38-45,55-42s13,8,7,20s-23,23-32,35s5,40-39,38s-43-44-49-48S61.4,258,61.4,258z"/>
            </svg:g>
        </svg:symbol>

        <svg:symbol id="symbol-windmill" viewBox="158 240 315.9 480.2">
            <svg:path fill="#000000" d="M106.7,148.2l104-1l61,333l-231-1"/>
            <svg:path fill="none" stroke="#000000" stroke-width="24" d="M6.7,201 l284-191"/>
            <svg:path fill="none" stroke="#000000" stroke-width="24" d="M19.7,17.5 l290,176"/>
        </svg:symbol>

        <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
        <svg:symbol id="hotel" viewBox="0 0 90 90" fill="black" fill-opacity="1" stroke="black" stroke-width="1px" stroke-miterlimit="4">
            <svg:path d="M 0,60 C 0,65 10,65 10,60 L 10,50 L 35,70 L 35,85 C 35,90 45,90 45,85 L 45,70 L 75,70 L 75,85 C 75,90 85,90 85,85 L 85,60 L 40,60 L 5,30 C 9,20 45,20 50,25 L 50,10 C 50,5 40,5 40,10 L 40,15 L 10,15 L 10,10 C 10,5 0,5 0,10 C 0,10 0,60 0,60 z M 10,35 C 15,25 45,25 55,35 L 85,60 C 75,50 40,50 40,60 L 10,35 z "/>
        </svg:symbol>
        <!-- derived from http://www.sodipodi.com/index.php3?section=clipart -->
        <svg:symbol id="hostel" viewBox="0 0 12.5 8" fill="#286a9d" fill-opacity="1" fill-rule="nonzero" stroke="none">
            <svg:path d="M 5.5,4 L 9,0 L 12.5,4 L 11.5,4 L 11.5,8 L 10,8 L 10,5 L 8,5 L 8,8 L 6.5,8 L 6.5,4 L 5.5,4 z M 0.5,3.5 C 2,2.5 2.3,1 2.5,0 C 2.7,1 3,2.5 4.5,3.5 L 3.3,3.5 C 3.3,4 4,5 5,6 L 3,6 L 3,8 L 2,8 L 2,6 L 0,6 C 1,5 1.7,4 1.7,3.5 L 0.5,3.5 z M 0,8 L 0,7.5 L 12.5,7.5 L 12.5,8 L 0,8 z "/>
        </svg:symbol>

        <svg:symbol id="recycling" viewBox="0 0 100 100" stroke="none" fill="#00ba00">
            <svg:path d="M 55.0,37.3 L 72.1,27.0 L 79.8,41.9 C 81.6,50.0 71.5,52.9 63.3,52.4 L 55.0,37.3 z"/>
            <svg:path d="M 51.1,47.9 L 42.1,63.8 L 51.1,80.0 L 51.3,73.5 L 59.5,73.5 C 62.5,73.8 66.4,71.8 67.9,69.0 L 78.4,49.5 C 75.0,53.0 70.5,53.9 65.3,53.9 L 51.4,53.9 L 51.1,47.9 z "/>
            <svg:path d="M 31.0,28.2 L 13.7,18.2 L 22.9,4.2 C 29.0,-1.3 36.6,6.1 40.1,13.5 L 30.9,28.2 z "/>
            <svg:path d="M 42.1,26.5 L 60.4,26.6 L 70.1,10.9 L 64.3,13.8 L 60.3,6.6 C 59.1,3.9 55.5,1.4 52.3,1.5 L 30.2,1.7 C 34.9,3.1 37.9,6.6 40.4,11.1 L 47.2,23.3 L 42.1,26.5 z "/>
            <svg:path d="M 0.4,27.4 L 5.8,31.5 L 0.8,40.5 C -1.8,45.3 2.6,49.6 5.3,51.0 C 8.0,52.5 12.2,52.7 16.2,52.7 L 23.3,41.3 L 28.6,44.1 L 19.3,27.2 L 0.4,27.4 z "/>
            <svg:path d="M 1.2,49.3 L 12.7,70.1 C 15.0,73.0 19.4,73.7 23.9,73.6 L 36.0,73.6 L 36.0,53.9 L 13.0,53.7 C 9.5,53.9 4.8,53.2 1.2,49.3 z "/>
        </svg:symbol>

        <svg:symbol id="hospital" viewBox="0 0 15 15" stroke="red" stroke-width="2px" fill="none">
            <svg:path d="M 12.5,7.5 L 2.5,7.5 L 2.5,7.5 L 12.5,7.5 z M 7.5,2.3 L 7.5,12.5 L 7.5,12.5"/>
            <svg:path stroke-width="1px" d="M 14.5 7.5 A 7 7 0 1 1 0.5,7.5 A 7 7 0 1 1 14.5 7.5 z"/>
        </svg:symbol>
        <svg:symbol id="symbol-doctor" viewBox="18 18 36 36">
            <svg:ellipse fill="#00cc00" cx="18" cy="18" rx="18" ry="18"/>
            <svg:path fill="#ffffff" d="M32 21.44 A16 16 -180 1 0 0 21.44 A16 16 -180 1 0 32 21.44 Z M10 6.94 L22 6.94 L22 15.44 L30.5 15.44 L30.5 27.44 L22 27.44 L22 35.94 L10 35.94 L10 27.44 L1.5 27.44 L1.5 15.44 L10 15.44 L 10 6.94 Z" transform="translate(2,-3.44)"/>
        </svg:symbol>
        <svg:symbol id="symbol-pharmacy" viewBox="18 18 36 36">
            <svg:rect style="fill:#00cc00" x="0" y="0" width="36" height="36" rx="2" ry="2"/>
            <svg:path style="fill:#ffffff" d="M20.14 17.3 L20.14 9.44 L11.86 9.44 L11.86 17.3 L4 17.3              L4 25.58 L11.86 25.58 L11.86 33.44 L20.14 33.44 L20.14 25.58 L28 25.58 L28 17.3 L20.14 17.3 Z             M0.5 37.44 L31.5 37.44 a0.5 0.5 -180 0 0 0.5 -0.5 L32 5.94 a0.5 0.5 -180 0 0 -0.5 -0.5              L0.5 5.44 a0.5 0.5 -180 0 0 -0.5 0.5 L0 36.94 a0.5 0.5 -180 0 0 0.5 0.5 Z M2 35.44 L2             7.44 L30 7.44 L30 35.44 L2 35.44 Z" transform="translate(2,-3.44)"/>
        </svg:symbol>

        <svg:symbol id="postoffice" viewBox="0 0 36 36">
            <svg:ellipse style="fill:#ff0000" cx="18" cy="18" rx="18" ry="18"/>
            <svg:path style="fill:#ffffff" d="M26 25.44 L26 35.44 L2 35.44 L2 25.44 L14 31.44 L26 25.44 Z M2 23.44 L26 23.44 L14 29.44 L2 23.44 Z M0 37.44 L28 37.44 L28 21.44 L0 21.44 L0 37.44 Z" transform="translate(4,-11.44)"/>
        </svg:symbol>
        <svg:symbol id="postbox" viewBox="0 0 36 36" xml:space="preserve">
            <svg:ellipse style="fill:#ff0000" cx="18" cy="18" rx="18" ry="18"/>
            <svg:ellipse style="fill:#ffffff" cx="18" cy="18" rx="16" ry="16"/>
            <svg:path style="fill:#ff0000" d="M26 25.44 L26 35.44 L2 35.44 L2 25.44 L14 31.44 L26 25.44 Z M2 23.44 L26 23.44 L14 29.44 L2 23.44 Z M0 37.44 L28 37.44 L28 21.44 L0 21.44 L0 37.44 Z" transform="translate(4,-11.44)"/>
        </svg:symbol>

        <svg:symbol id="parking" viewBox="0 -10 20 20" stroke="none" fill-opacity="1" fill-rule="nonzero">
            <svg:rect fill="#0087ff" width="20" height="20" x="0" y="-10" rx="4" ry="4"/>
            <svg:path fill="white" d="M 5,8 L 5,-7 L 12,-7 C 14,-7 15.5,-5.3 16,-4 C 16.5,-2.77 16.5,-1.23 16,0 C 15.41,1.42 14,3 12,3 L 8,3 L 8,8 L 5,8 z M 8,-4 L 8,0 C 9.3,0 11,0 12.32,-0.31 C 13.6,-0.76 13.5,-2.8 12.5,-3.48 C 11.5,-4.1 8.6,-4 8,-4 z "/>
        </svg:symbol>

        <svg:symbol id="drinking_water" viewBox="0 -10 20 20" stroke="none" fill-opacity="1" fill-rule="nonzero">
            <svg:rect fill="white" width="20" height="20" x="0" y="0" rx="4" ry="4"/>
            <svg:path fill="#0087ff" d="M 9.598,0 L 2.402,0 C 1.072,0 0,1.078 0,2.402 L 0,9.597 C 0,10.922 1.072,12 2.402,12 L 9.597,12 C 10.928,12 12,10.922 12,9.598 L 12,2.402 C 12,1.078 10.928,0 9.598,0 z M 7.879,6.777 C 8.161,6.621 8.286,6.606 8.295,6.662 L 8.417,6.771 C 8.541,6.896 8.716,6.847 8.894,6.669 L 8.224,10.512 L 6.067,10.512 L 5.381,6.771 C 5.505,6.896 5.735,6.882 5.858,6.777 C 6.13,6.543 6.099,6.496 6.274,6.662 L 6.395,6.771 C 6.443,6.819 6.513,6.831 6.581,6.842 L 6.565,6.189 L 6.815,6.183 L 6.83,6.792 C 6.842,6.784 6.862,6.787 6.873,6.776 C 7.13,6.527 7.161,6.574 7.29,6.662 L 7.401,6.771 C 7.526,6.896 7.737,6.855 7.879,6.777 z M 6.536,4.958 L 6.786,4.952 L 6.805,5.685 L 6.555,5.691 L 6.536,4.958 z M 7.211,5.543 L 7.23,6.277 L 6.98,6.283 L 6.961,5.549 L 7.211,5.543 z M 6.961,4.383 L 7.211,4.377 L 7.23,5.111 L 6.98,5.117 L 6.961,4.383 z M 1.354,2.887 L 1.354,1.186 L 4.777,1.619 C 5.803,1.794 7.523,2.088 7.523,4.127 L 6.347,4.127 C 6.347,3.376 5.785,3.212 4.548,3.119 L 1.354,2.887 z M 8.979,11.393 L 5.319,11.393 L 4.249,5.504 L 4.741,5.415 C 4.741,5.415 5.666,10.512 5.736,10.893 L 8.558,10.893 C 8.625,10.508 9.5,5.443 9.5,5.443 L 9.993,5.528 L 8.979,11.393 z " transform="scale(1.67,1.67)"/>
        </svg:symbol>

        <svg:symbol id="symbol-traffic_signal" viewBox="106 278.6 557.3 557.3">
            <svg:path d="M212.1,105c0,58-47.5,105-106,105c-58.6,0-106-47-106-105 C0,47,47.5,0,106,0C164.6,0,212.1,47,212.1,105z"/>
            <svg:path d="M212.1,452.3c0,58-47.5,105-106,105c-58.6,0-106-47-106-105 c0-58,47.5-105,106-105C164.6,347.3,212.1,394.3,212.1,452.3z"/>
            <svg:path d="M211.3,458.9H0V106.7h211.3V458.9z"/>
            <svg:path fill="#F90000" d="M190,103c0,46.4-37.6,84-84,84 c-46.4,0-84-37.6-84-84s37.6-84,84-84C152.4,19,190,56.6,190,103z"/>
            <svg:path fill="#00D305" d="M190,455c0,46.4-37.6,84-84,84 c-46.4,0-84-37.6-84-84c0-46.4,37.6-84,84-84C152.4,371.1,190,408.7,190,455z"/>
            <svg:path fill="#F9FF00" d="M190,279c0,46.4-37.6,84-84,84 c-46.4,0-84-37.6-84-84c0-46.4,37.6-84,84-84C152.4,195,190,232.6,190,279z"/>
        </svg:symbol>

        <svg:symbol id="symbol-school" viewBox="160 216 320.8 432.5">
            <svg:path fill="#AF7519" d="M93,284.7c0,11-9,20-20,20s-20-9-20-20s9-20,20-20S93,273.7,93,284.7z"/>
            <svg:path fill="#AF7519" d="M237,328.7c0,11-9,20-20,20s-20-9-20-20s9-20,20-20S237,317.7,237,328.7z"/>
            <svg:path fill="none" stroke="#AF7519" stroke-width="20" d="M163,4.7l-116,361"/>
            <svg:path fill="none" stroke="#AF7519" stroke-width="18.9041" d="M163,4.7L232,431"/>
            <svg:path fill="none" stroke="#AF7519" stroke-width="20" d="M163,4.7l149,277"/>
            <svg:path d="M6,53.7c0,0,283,67,284,70s-3,222-3,222l-287-97L6,53.7z"/>
            <svg:path fill="none" stroke="#FFFFFF" stroke-width="20" d="M36,128.7c-1.2-8.1,16.8-17.4,25-17.2 c14.7,0.4,20,10.1,26.8,23.3c7.8,15,10.9,36,12.3,53c0.5,6.2,1.3,40.2,4.9,39.9"/>
            <svg:path fill="none" stroke="#FFFFFF" stroke-width="20" d="M94,158.7c-17.5-12.4-58.4,7.4-59,28 c-0.5,17.8,16,23,29.9,26c15.4,3.2,19.2,0.8,29.1-11"/>
            <svg:path fill="none" stroke="#FFFFFF" stroke-width="20" d="M136,101.7c-11.6,26.2-2.8,64-5,92.9 c-1.2,16.3,0.7,40.2-2,54.1"/>
            <svg:path fill="none" stroke="#FFFFFF" stroke-width="20" d="M131,176.7c10.8-4.2,18.3-17.9,32.8-10 c11.5,6.3,13.7,23.1,14.2,34.9c0.7,15.6-3.3,26.4-18.8,31.8c-7.6,2.7-25.5,5.8-24.2-7.7"/>
            <svg:path fill="none" stroke="#FFFFFF" stroke-width="20" d="M261,196.7c-4.1-11.8-20.9-19.9-33.1-16.8 c-16.3,4.2-23.3,25-21.9,40.1c2.3,25.4,29.8,56.5,52,31.7"/>
        </svg:symbol>
        <svg:symbol id="symbol-university" viewBox="0 0 128 64">
            <svg:path fill="#000000" d="M 65,1 C 57.6,1.4 51.7,3.6 52,6 C 51.7,6.4 52,6.4 51,6.4 L 0,6 L 14,10 C 13.1,12 12.4,14 12,17 C 11.1,20.7 11.4,23.4 12,25 L 21,50 L 15,58 L 20,61 L 23,56 L 26,62 L 30,60 L 22,17 L 35,44 C 35.2,43.8 40.7,18.7 62,19 C 84.2,18.7 95,46.5 95,46.5 L 106,12 L 128,7 L 78,7 C 78.2,6.5 78.2,6.4 78.2,6.3 C 78.2,3.6 72.3,1.4 65,1.4 L 65,1 L 65,1 z"/>
        </svg:symbol>

        <svg:symbol id="symbol-supermarket" viewBox="14.5 13.5 29 27">
            <svg:path style="fill:black;fill-opacity:1;stroke:none;stroke-width:0.158;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.9801324" d="M 13.711,19.263 C 13.711,19.754 13.319,20.153 12.836,20.153 C 12.353,20.153 11.962,19.754 11.962,19.263 C 11.962,18.771793 12.353,18.373 12.836,18.373 C 13.319,18.373 13.711,18.771 13.711,19.263 z"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 1.496,6.889 L 16.443,2.987 L 25.387,6.367 L 7.7960,10.054 L 1.496,6.889 z"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 1.540,16.974 L 7.7331,20.521 L 22.605,17.745 L 14.549,13.961 L 1.540,16.974 z"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 7.812,10.136 L 7.812,20.500"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 22.841,21.164 L 26.462,6.6923 C 26.610,5.3945 27.232,4.939 28.105,4.932"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:0.90399998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.1281,17.1309 L 16.5851,2.98845 C 16.5652,2.09899 16.8043,1.34902 17.8289,1.02204"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0.761,16.846 L 0.761,6.781"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:0.160;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 17.707,0.991 C 17.727,0.991 17.748,0.991 17.707,0.991 z"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1.27;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 17.707,1.022 L 28.196,4.902"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:0.732;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 14.009,17.240 L 3.853,20.726 C 1.229,21.787 3.228,23.365 4.126,23.909 C 5.447,24.711 6.096,25.159 9.340,24.728 C 13.993,24.109 22.709,21.211 22.709,21.211"/>
            <svg:path style="fill:black;fill-opacity:1;stroke:none;stroke-width:0.159;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.980" d="M 5.601,21.945 C 5.601,22.437 5.209,22.834 4.727,22.835 C 4.244,22.835 3.853,22.437 3.853,21.945 C 3.853,21.454 4.244,21.056 4.727,21.056 C 5.2095,21.056 5.601,21.454 5.601,21.945 z"/>
            <svg:path style="fill:black;fill-opacity:1;stroke:none;stroke-width:0.159;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.980" d="M 11.254,25.962 C 11.254,26.453 10.863,26.852 10.380,26.852 C 9.898,26.852 9.506,26.453 9.506,25.962 C 9.506,25.471 9.898,25.072 10.380,25.072 C 10.863,25.072 11.254,25.471 11.254,25.962 z"/>
            <svg:path style="fill:black;fill-opacity:1;stroke:none;stroke-width:0.159;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.980" d="M 21.926,23.143 C 21.926,23.635 21.535,24.033 21.052,24.033 C 20.569,24.033 20.177,23.632 20.177,23.143 C 20.177,22.652 20.569,22.253 21.052,22.253 C 21.535,22.253 21.926,22.652 21.926,23.143 z"/>
        </svg:symbol>

        <svg:symbol id="symbol-library" viewBox="160 310 319.3 621.3">
            <svg:path fill="#FFFFFF" stroke="#000000" stroke-width="32.0585" d="M136,165.5l5.1,414l162.2-163.5V46.6 L136,165.5z"/>
            <svg:path fill="#FFFFFF" stroke="#000000" stroke-width="32.1739" d="M20.2,136.7l-3.9,422.1c0,0-6.4,45,43.8,46.3 c56.6,1.5,68.2-10.3,68.2-10.3l2.6-426c0,0-18,14.2-57.9,12.9C22.8,180.1,20.2,136.7,20.2,136.7z"/>
            <svg:path fill="none" stroke="#000000" stroke-width="26.7171" d="M175.9,229.4l79.8-48.9"/>
            <svg:path fill="none" stroke="#000000" stroke-width="26.7171" d="M182.3,289.9l69.5-42.5"/>
            <svg:path fill="none" stroke="#000000" stroke-width="26.7171" d="M184.9,351.6l75.9-48.9"/>
            <svg:path fill="none" stroke="#000000" stroke-width="26.7171" d="M13.7,147L191.3,10.6 c-18.3,17.1,13.9,32.3,37.3,33.5c51.5,2.6,81.1-7.7,81.1-7.7"/>
            <svg:path fill="#FFFFFF" stroke="#000000" d="M36.7,143.9l144-116c0,0-7,18,26,25s59,1,59,1l-149,107c0,0-27,16-59,1 S36.7,143.9,36.7,143.9z"/>
        </svg:symbol>

        <svg:symbol id="speed_trap" viewBox="0 0 72 36">
            <svg:rect style="fill:#ffff00" x="0" y="0" width="36" height="36" rx="2" ry="2"/>
            <svg:path style="fill:#000000" d="M0.5 37.44 L31.5 37.44 a0.5 0.5 -180 0 0 0.5 -0.5 L32 5.94 a0.5 0.5 -180 0 0 -0.5 -0.5 L0.5 5.44 a0.5 0.5 -180    0 0 -0.5 0.5 L0 36.94 a0.5 0.5 -180 0 0 0.5 0.5 Z M2 35.44 L2 7.44 L30 7.44 L30 35.44 L2 35.44 Z M8 30.44    L16 30.44 A3 3 -180 0 0 19 27.44 L19 15.44 A3 3 -180 0 0 16 12.44 L8 12.44 A3 3 -180 0 0 5 15.44 L5 27.44    A3 3 -180 0 0 8 30.44 Z M14 24.94 A3.5 3.5 0 1 1 7 24.94 A3.5 3.5 0 1 1 14 24.94 Z M13 24.94 A2.5 2.5 -180    1 0 8 24.94 A2.5 2.5 -180 1 0 13 24.94 Z M17 15.44 A2 2 0 1 1 13 15.44 A2 2 0 1 1 17 15.44 Z M16 15.44 a1    1 -180 1 0 -2 7.10543E-015 a1 1 -180 1 0 2 -7.10543E-015 Z M20 25.94 L21 25.94 L21 15.44 L20 15.44 L20 25.94    Z M22 25.94 L23 25.94 L23 16.44 L22 16.44 L22 25.94 Z M20 26.94 L20 27.94 L25 27.94 L25 24.94 L27 24.94    L27 19.44 L25 19.44 L25 17.44 L24 17.44 L24 26.94 L20 26.94 Z" transform="translate(2,-3.44)"/>
        </svg:symbol>

        <svg:symbol id="symbol-railway-crossing" viewBox="-50 -150 600 600">
            <svg:path fill="#C60936" d="M1.5,4.5l66,1.5l190,91.4L456,0l63,4.5l-15,48    l-184.5,87l175.5,81l15,51l-58.5,6l-193.5-99c0,0-189,96-193.5,99S0,279,0,279l6-51l172.5-85.5L12,63L1.5,4.5z"/>
            <svg:path fill="#FFFFFF" d="M49.5,21L33,49.5L219,141L36,237l16.5,25.5    L258,156l196.5,105l21-33l-189-91.5l189-87l-21-30l-196.7,96.7L49.5,21z"/>
        </svg:symbol>

        <svg:symbol id="symbol-museum" viewBox="94 140 156 180">
            <svg:g fill="#f2f2f2" stroke-width="3" stroke="#000000">
                <svg:path d="M 38.2,92.9 L 60.6,92.9 L 60.6,215.6 L 38.2,215.6 L 38.2,92.9 z "/>
                <svg:path d="M 85,92.9 L 107.4,92.8 L 107.4,215.6 L 85,215.6 L 85,92.9 z "/>
                <svg:path d="M 131.8,92.8 L 154.2,92.8 L 154.2,215.6 L 131.8,215.6 L 131.8,92.8 z "/>
                <svg:path d="M 18.0,216.1 L 170.0,216.1 L 170.0,226.6 L 18.0,226.6 L 18.0,216.1 z "/>
                <svg:path d="M 17.9,82.0 L 95.4,53.6 L 169.9,82.0 L 169.9,92.5 L 17.9,92.5 L 17.9,82.0 z "/>
            </svg:g>
        </svg:symbol>

        <svg:symbol id="symbol-roundabout_right" viewBox="-253.5 253.5 507 507">
            <svg:g transform="scale(-1,1)">
                <svg:path fill="#4161D8" d="M507,253.5c0,140-113.5,253.5-253.5,253.5 S0,393.5,0,253.5S113.5,0,253.5,0S507,113.5,507,253.5z"/>
                <svg:path fill="#FFFFFF" d="M97.6,113.6l40.8-47.7c0,0,91.7,3.1,90.6,2.1 c-1.1-1,2.3,89.2,2.3,89.2l-49.8,33.2l-1.1-48.8c0,0-27.2,27-30.6,27c-3.4,0-27.2,61.2-27.2,61.2l-3.4,79.9L67,312.8v-73.6 l10.6-50.5l18.8-34.5l38.5-40.5"/>
                <svg:path fill="#FFFFFF" d="M459.6,190.5l19.7,59.6 c0,0-50.2,76.9-48.7,76.4c1.5-0.4-77.5-44.3-77.5-44.3l-2.6-59.8l42.3,24.3c0,0-9-37.2-7.2-40.1c1.8-2.9-38.3-54.9-38.3-54.9 l-66.6-44.3l24.3-46.2l63,38.1l37.7,35.3l19.8,34l14.7,53.9"/>
                <svg:path fill="#FFFFFF" d="M209.2,466.6l-60.7-16.1 c0,0-36.9-84-37.4-82.6c-0.4,1.5,79.4-40.7,79.4-40.7l51.5,30.6l-43.5,22.1c0,0,36.1,12.8,37.6,15.9c1.5,3.1,66.9-2,66.9-2 l73.5-31.5l25.4,45.6l-66.4,31.9l-50.2,12.3l-39.3-2L193,432.9"/>
            </svg:g>
        </svg:symbol>
        <svg:symbol id="symbol-roundabout_left" viewBox="253.5 253.5 507 507">
            <svg:path fill="#4161D8" d="M507,253.5c0,140-113.5,253.5-253.5,253.5 S0,393.5,0,253.5S113.5,0,253.5,0S507,113.5,507,253.5z"/>
            <svg:path fill="#FFFFFF" d="M97.6,113.6l40.8-47.7c0,0,91.7,3.1,90.6,2.1 c-1.1-1,2.3,89.2,2.3,89.2l-49.8,33.2l-1.1-48.8c0,0-27.2,27-30.6,27c-3.4,0-27.2,61.2-27.2,61.2l-3.4,79.9L67,312.8v-73.6 l10.6-50.5l18.8-34.5l38.5-40.5"/>
            <svg:path fill="#FFFFFF" d="M459.6,190.5l19.7,59.6 c0,0-50.2,76.9-48.7,76.4c1.5-0.4-77.5-44.3-77.5-44.3l-2.6-59.8l42.3,24.3c0,0-9-37.2-7.2-40.1c1.8-2.9-38.3-54.9-38.3-54.9 l-66.6-44.3l24.3-46.2l63,38.1l37.7,35.3l19.8,34l14.7,53.9"/>
            <svg:path fill="#FFFFFF" d="M209.2,466.6l-60.7-16.1 c0,0-36.9-84-37.4-82.6c-0.4,1.5,79.4-40.7,79.4-40.7l51.5,30.6l-43.5,22.1c0,0,36.1,12.8,37.6,15.9c1.5,3.1,66.9-2,66.9-2 l73.5-31.5l25.4,45.6l-66.4,31.9l-50.2,12.3l-39.3-2L193,432.9"/>
        </svg:symbol>

        <svg:symbol id="symbol-helipad" viewBox="0 0 689.25 581.14">
            <svg:path style="fill:#000000;  fill-rule:nonzero; stroke:none; stroke-width:0.28; stroke-linecap:butt; stroke-linejoin:bevel" d="M 66.47 1.85 C 25.07 2.03 1.85 23.27 1.85 67.01 L 1.85 517.01       C 1.85 558.05 22.73 579.29 64.13 579.29 L 515.93 579.29 C 557.33 579.29 578.21 559.13 578.21 517.01       L 578.21 67.01 C 578.21 24.35 557.33 2.03 514.67 1.85 C 514.67 1.85 66.29 1.85 66.47 1.85 Z"/>
            <svg:path style="fill:none;  fill-rule:nonzero; stroke:#000000; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:miter" d="M 66.47 1.85 C 25.07 2.03 1.85 23.27 1.85 67.01 L 1.85 517.01       C 1.85 558.05 22.73 579.29 64.13 579.29 L 515.93 579.29 C 557.33 579.29 578.21 559.13 578.21 517.01       L 578.21 67.01 C 578.21 24.35 557.33 2.03 514.67 1.85 C 514.67 1.85 66.29 1.85 66.47 1.85"/>
            <svg:path style="fill:#FFFFFF;  fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" d="M 85.91 282.11 C 114.89 282.29 138.29 258.89 138.11 230.09 C 138.29 201.29 114.89 177.89 85.91 177.89       C 57.29 177.89 33.89 201.29 33.71 230.09 C 33.89 258.89 57.29 282.29 85.91 282.11 Z"/>
            <svg:path style="fill:#000000;  fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" d="M 85.91 263.21 C 104.45 263.21 119.21 248.45 119.21 230.09 C 119.21 211.73 104.45 196.79 85.91 196.79       C 67.73 196.79 52.79 211.73 52.79 230.09 C 52.79 248.45 67.73 263.21 85.91 263.21 Z"/>
            <svg:path style="fill:#FFFFFF;  fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" d="M 253.85 397.31 C 214.07 397.31 214.07 450.95 253.85 450.95 L 484.61 450.95       C 523.31 450.95 523.31 397.31 484.61 397.31 L 253.85 397.31 Z"/>
            <svg:polygon style="fill:#FFFFFF;  fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" points="321.89,212.63 321.89,163.85 301.55,163.85 301.55,212.63      321.89,212.63 "/>
            <svg:polygon style="fill:#FFFFFF;  fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" points="353.57,165.11 353.57,154.67 270.41,154.67 270.41,165.11      353.57,165.11 "/>
            <svg:path style="fill:#FFFFFF;  fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" d="M 360.77 147.47 L 493.79 147.47 C 511.61 147.47 511.61 172.85 493.79 172.85       L 360.77 172.85 C 343.49 172.85 343.49 147.47 360.77 147.47 Z"/>
            <svg:path style="fill:#FFFFFF;  fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" d="M 130.19 147.47 L 261.77 147.47 C 279.59 147.47 279.59 172.85 261.77 172.85       L 130.19 172.85 C 111.47 172.85 111.11 147.47 130.19 147.47 Z"/>
            <svg:path style="fill:#FFFFFF;  fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" d="M 274.55 362.75 C 257.45 362.75 248.99 350.33 246.11 339.71 L 232.79 306.23       L 80.69 245.75 C 62.33 238.73 66.83 211.37 87.71 211.37 L 417.83 211.37       C 454.55 211.37 475.07 233.51 484.61 256.91 L 511.07 321.35 C 520.61 343.49 504.59 362.75 480.83 362.75       L 274.55 362.75 Z"/>
            <svg:polygon style="fill:#000000;  fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" points="357.89,289.13 357.89,232.07 322.25,232.07 322.25,289.13      357.89,289.13 "/>
            <svg:polygon style="fill:#000000;  fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" points="414.23,232.07 414.23,289.13 378.95,289.13 378.95,232.07      414.23,232.07 "/>
            <svg:path style="fill:#000000;  fill-rule:nonzero; stroke:none; stroke-width:3.42; stroke-linecap:butt; stroke-linejoin:bevel" d="M 435.83 234.41 C 446.81 237.11 457.79 247.01 464.99 263.21 L 476.33 289.31       L 435.83 289.31 L 435.83 234.41 Z"/>
        </svg:symbol>

        <svg:symbol id="symbol-peak" viewBox="0 0 100 100">
            <svg:path fill="#d1adc6" stroke="#1f151d" stroke-width="5" d="M 0,90 L 50,10 L 100,90 Z"/>
        </svg:symbol>

        <svg:symbol id="symbol-bus" viewBox="0 0 60 20">
            <svg:g transform="translate(5.7695052,2.8188799e-2)">
                <svg:path style="fill:#0000ff;stroke:#000000;stroke-width:0.33102515" d="M 2.2521668,0.37432812 C 16.5855,0.37432812 30.918834,0.37432812 45.252168,0.37432812 C 46.355969,1.6734629 46.462793,3.586312 46.948398,5.196193 C 47.576853,8.2837404 48.414233,11.387465 48.252167,14.563593 C 48.236441,15.635583 48.542361,17.557849 46.939414,17.374328 C 32.043665,17.374328 17.147916,17.374328 2.2521668,17.374328 C 0.65875368,17.30455 0.27106428,15.753005 0.2698071,14.227706 C 0.29303084,10.212217 0.1028761,6.2414586 0.23632812,2.1693926 C 0.39484947,1.3347273 1.358163,0.37476685 2.2521668,0.37432812 z "/>
                <svg:path style="fill:#0000ff;stroke:#ffffff;stroke-width:0.75587374" d="M 38.812165,16.734328 C 38.920431,18.865451 36.087926,20.19296 34.514352,18.757021 C 32.815686,17.495237 33.558848,14.486315 35.653279,14.167433 C 37.225591,13.803144 38.854105,15.116219 38.812165,16.734328 z "/>
                <svg:path style="fill:#0000ff;stroke:#ffffff;stroke-width:0.75587374" d="M 15.912166,16.734328 C 16.020431,18.865452 13.187925,20.19296 11.614351,18.757021 C 9.9156863,17.495236 10.658848,14.486315 12.753279,14.167433 C 14.325591,13.803145 15.954103,15.116219 15.912166,16.734328 z "/>
                <svg:path style="fill:#ffffff;stroke:#000000;stroke-width:0.35478419" d="M 36.357025,1.5513395 C 39.305684,1.5513395 40.910594,1.5513395 43.859255,1.5513395 C 44.243739,1.5513395 44.590387,1.6719809 44.715165,1.9230441 C 45.570116,3.6432751 45.6451,5.7562027 46.029437,7.6473997 C 46.245197,8.9459032 46.072777,9.4244981 44.672637,9.4157048 C 41.844185,9.4192225 39.029953,9.3974155 36.281062,9.3974155 C 35.798111,9.3974155 35.537058,8.9607427 35.537058,8.6449215 C 35.562562,6.3521575 35.570716,3.8641786 35.570716,2.2653878 C 35.570716,1.9157124 35.854648,1.5513395 36.357025,1.5513395 z "/>
                <svg:rect ry="0.60000002" y="1.54375" x="13.25" height="7.875" width="10" style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.34999999"/>
                <svg:rect ry="0.60000002" y="1.54375" x="1.9375" height="7.875" width="10" style="fill:#ffffff;stroke:#000000;stroke-width:0.34999999"/>
                <svg:rect ry="0.60000002" y="1.55" x="24.4375" height="7.875" width="10" style="fill:#ffffff;stroke:#000000;stroke-width:0.34999999"/>
            </svg:g>
        </svg:symbol>

        <!-- Icon by Josias Polchau: http://j-po.de/download/fussball.svg, cleanup by Knut Arne Bjørndal (Bobkare).
             Two versions of the icon, the borderless looks better when used for areas -->
        <svg:symbol id="symbol-soccer" viewBox="0 0 300 300">
            <svg:path d="M 138.74616,143.61379 C 138.74616,143.61379 109.59709,168.6577 103.30914,173.40498 C 96.920194,178.22857 93.459587,180.19396 88.308187,174.28928 C 83.233587,168.47274 87.546897,165.90133 92.356387,160.5422 C 97.062964,155.29765 126.64868,128.8279 126.64868,128.8279 L 138.74616,143.61379 z "/>
            <svg:path d="M 145.803,151.21693 C 145.803,151.21693 64.746317,251.03849 59.902387,257.44445 C 54.992242,263.93797 56.955466,267.71456 60.932697,270.81067 C 64.818957,273.83606 70.258397,273.0927 74.393827,267.92604 C 78.458207,262.84803 158.70289,162.55321 158.70289,162.55321 L 145.803,151.21693 z "/>
            <svg:path style="fill:#000000;" d="M 176.96875 238.12976 A 0.61328125 0.78710938 0 1 1  175.74219,238.12976 A 0.61328125 0.78710938 0 1 1  176.96875 238.12976 z" transform="matrix(26.974199,0,0,21.22496,-4619.7504,-4799.1711)"/>
            <svg:path style="fill:#000000;fill-opacity:1;" d="M 162.86792,73.810661 C 182.71632,70.206361 198.86902,68.638661 217.39881,82.508331 L 248.37776,110.06685 C 257.17341,120.77778 257.34762,132.42219 244.07772,139.38463 C 231.42942,146.02091 214.53612,152.724 206.12774,155.37896 C 197.79751,158.00932 193.98122,157.90533 192.86968,152.41453 C 191.76298,146.94765 197.65499,143.56834 203.09835,141.17606 C 208.75019,138.6923 214.2445,137.26621 225.77066,129.97037 C 237.41308,122.6009 233.81653,120.39175 225.24946,113.12886 C 216.61776,105.81117 206.01633,103.64514 199.61271,112.6079 C 190.62693,124.62333 177.01478,146.15042 174.20421,149.64565 C 171.43883,153.08459 168.57247,155.66717 164.30853,153.59661 C 160.0802,151.54333 138.13481,133.95528 135.0829,129.17072 C 132.16792,124.60099 131.91007,123.44358 135.63621,118.30903 C 139.3184,113.23493 147.23184,103.71485 147.23184,103.71485 C 156.94231,91.555571 161.23218,90.026241 143.97429,95.733951 C 126.83389,101.40288 95.624614,111.92225 71.429977,120.33004 C 63.786057,122.48298 60.352877,124.17668 58.269727,117.8216 C 56.135218,111.30982 58.274147,110.46013 65.371177,107.46276 C 72.468207,104.46538 154.37407,75.266611 162.86792,73.810661 z "/>
            <svg:path d="M 179.09375 229.38562 A 0.703125 0.6484375 0 1 1  177.6875,229.38562 A 0.703125 0.6484375 0 1 1  179.09375 229.38562 z" transform="matrix(25.017727,0,0,27.127655,-4257.7972,-6173.3124)"/>
            <svg:rect style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:15;stroke-linejoin:round;" width="269.39795" height="269.39795" x="15.301026" y="17.663221" ry="21.770645"/>
        </svg:symbol>
        <svg:symbol id="symbol-soccer-borderless" viewBox="0 0 300 300">
            <svg:path d="M 138.74616,143.61379 C 138.74616,143.61379 109.59709,168.6577 103.30914,173.40498 C 96.920194,178.22857 93.459587,180.19396 88.308187,174.28928 C 83.233587,168.47274 87.546897,165.90133 92.356387,160.5422 C 97.062964,155.29765 126.64868,128.8279 126.64868,128.8279 L 138.74616,143.61379 z "/>
            <svg:path d="M 145.803,151.21693 C 145.803,151.21693 64.746317,251.03849 59.902387,257.44445 C 54.992242,263.93797 56.955466,267.71456 60.932697,270.81067 C 64.818957,273.83606 70.258397,273.0927 74.393827,267.92604 C 78.458207,262.84803 158.70289,162.55321 158.70289,162.55321 L 145.803,151.21693 z "/>
            <svg:path style="fill:#000000;" d="M 176.96875 238.12976 A 0.61328125 0.78710938 0 1 1  175.74219,238.12976 A 0.61328125 0.78710938 0 1 1  176.96875 238.12976 z" transform="matrix(26.974199,0,0,21.22496,-4619.7504,-4799.1711)"/>
            <svg:path style="fill:#000000;fill-opacity:1;" d="M 162.86792,73.810661 C 182.71632,70.206361 198.86902,68.638661 217.39881,82.508331 L 248.37776,110.06685 C 257.17341,120.77778 257.34762,132.42219 244.07772,139.38463 C 231.42942,146.02091 214.53612,152.724 206.12774,155.37896 C 197.79751,158.00932 193.98122,157.90533 192.86968,152.41453 C 191.76298,146.94765 197.65499,143.56834 203.09835,141.17606 C 208.75019,138.6923 214.2445,137.26621 225.77066,129.97037 C 237.41308,122.6009 233.81653,120.39175 225.24946,113.12886 C 216.61776,105.81117 206.01633,103.64514 199.61271,112.6079 C 190.62693,124.62333 177.01478,146.15042 174.20421,149.64565 C 171.43883,153.08459 168.57247,155.66717 164.30853,153.59661 C 160.0802,151.54333 138.13481,133.95528 135.0829,129.17072 C 132.16792,124.60099 131.91007,123.44358 135.63621,118.30903 C 139.3184,113.23493 147.23184,103.71485 147.23184,103.71485 C 156.94231,91.555571 161.23218,90.026241 143.97429,95.733951 C 126.83389,101.40288 95.624614,111.92225 71.429977,120.33004 C 63.786057,122.48298 60.352877,124.17668 58.269727,117.8216 C 56.135218,111.30982 58.274147,110.46013 65.371177,107.46276 C 72.468207,104.46538 154.37407,75.266611 162.86792,73.810661 z "/>
            <svg:path d="M 179.09375 229.38562 A 0.703125 0.6484375 0 1 1  177.6875,229.38562 A 0.703125 0.6484375 0 1 1  179.09375 229.38562 z" transform="matrix(25.017727,0,0,27.127655,-4257.7972,-6173.3124)"/>
        </svg:symbol>

        <!-- Icon by Josias Polchau: http://j-po.de/download/tennis.svg, cleanup by Knut Arne Bjørndal (Bobkare).
             Two versions of the icon, the borderless looks better when used for areas -->
        <svg:symbol id="symbol-tennis" viewBox="0 0 300 300">
            <svg:path d="M 133.48356,82.980553 C 138.35306,72.173033 171.2655,58.800363 192.51384,60.653723 C 213.73985,62.505073 237.71405,63.665993 258.04302,67.164113 C 278.41938,70.670383 273.81866,89.251073 253.94604,86.309203 C 234.07342,83.367333 223.5886,81.516293 212.70243,81.368303 C 201.25474,81.212673 176.06421,83.336283 176.06421,83.336283 C 176.06421,83.336283 209.33859,133.59333 206.51429,141.4943 C 203.49726,149.93472 167.79803,153.18438 164.35398,151.01567 C 159.7332,148.10599 145.81537,122.15035 145.81537,122.15035 C 145.81537,122.15035 145.48073,139.84659 138.26094,148.15246 C 131.2924,156.16936 113.30665,166.08736 93.570228,177.10527 C 74.172798,187.93395 68.917428,170.73223 86.575458,160.96204 C 104.57891,151.00072 110.2885,150.74159 119.77793,136.51374 C 128.44132,123.52437 128.20621,94.692963 133.48356,82.980553 z "/>
            <svg:path transform="matrix(9.1042659,1.3880946,-1.3880946,9.1042659,-4261.6122,-3496.328)" d="M 533.25 308.01843 A 1.96875 2.03125 0 1 1  529.3125,308.01843 A 1.96875 2.03125 0 1 1  533.25 308.01843 z"/>
            <svg:path style="fill:none;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4" d="M 523.25 317.36218 A 2.21875 3.4375 0 1 1  518.8125,317.36218 A 2.21875 3.4375 0 1 1  523.25 317.36218 z" transform="matrix(8.5738824,-3.3619914,3.3619914,8.5738824,-5484.0276,-867.36526)"/>
            <svg:path style="fill:none;stroke:#000000;stroke-width:11;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4" d="M 62.035328,130.7928 L 83.309188,176.55851 L 83.309188,176.55851"/>
            <svg:path d="M 167.88902,179.26882 C 174.63629,196.08176 185.51796,222.30373 191.27971,235.00091 C 197.81276,249.42148 216.58336,244.48335 209.90891,229.13702 C 203.29399,213.92749 192.40258,190.93014 185.66274,173.99209 C 179.80977,159.28237 161.65625,163.73783 167.88902,179.26882 z "/>
            <svg:path d="M 193.27277,162.52913 C 189.19197,155.01532 206.63644,152.75805 209.97627,158.98654 C 213.27965,165.14706 256.36141,243.72038 263.82444,258.19246 C 271.28994,272.66912 252.41266,278.68635 246.02367,265.48633 C 239.98905,253.01845 197.45908,170.23721 193.27277,162.52913 z "/>
            <svg:rect style="fill:none;stroke:#000000;stroke-width:15;stroke-linejoin:round;" width="269.39795" height="269.39795" x="14.29852" y="16.102072" ry="21.770645"/>
        </svg:symbol>
        <svg:symbol id="symbol-tennis-borderless" viewBox="0 0 300 300">
            <svg:path d="M 133.48356,82.980553 C 138.35306,72.173033 171.2655,58.800363 192.51384,60.653723 C 213.73985,62.505073 237.71405,63.665993 258.04302,67.164113 C 278.41938,70.670383 273.81866,89.251073 253.94604,86.309203 C 234.07342,83.367333 223.5886,81.516293 212.70243,81.368303 C 201.25474,81.212673 176.06421,83.336283 176.06421,83.336283 C 176.06421,83.336283 209.33859,133.59333 206.51429,141.4943 C 203.49726,149.93472 167.79803,153.18438 164.35398,151.01567 C 159.7332,148.10599 145.81537,122.15035 145.81537,122.15035 C 145.81537,122.15035 145.48073,139.84659 138.26094,148.15246 C 131.2924,156.16936 113.30665,166.08736 93.570228,177.10527 C 74.172798,187.93395 68.917428,170.73223 86.575458,160.96204 C 104.57891,151.00072 110.2885,150.74159 119.77793,136.51374 C 128.44132,123.52437 128.20621,94.692963 133.48356,82.980553 z "/>
            <svg:path transform="matrix(9.1042659,1.3880946,-1.3880946,9.1042659,-4261.6122,-3496.328)" d="M 533.25 308.01843 A 1.96875 2.03125 0 1 1  529.3125,308.01843 A 1.96875 2.03125 0 1 1  533.25 308.01843 z"/>
            <svg:path style="fill:none;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4" d="M 523.25 317.36218 A 2.21875 3.4375 0 1 1  518.8125,317.36218 A 2.21875 3.4375 0 1 1  523.25 317.36218 z" transform="matrix(8.5738824,-3.3619914,3.3619914,8.5738824,-5484.0276,-867.36526)"/>
            <svg:path style="fill:none;stroke:#000000;stroke-width:11;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4" d="M 62.035328,130.7928 L 83.309188,176.55851 L 83.309188,176.55851"/>
            <svg:path d="M 167.88902,179.26882 C 174.63629,196.08176 185.51796,222.30373 191.27971,235.00091 C 197.81276,249.42148 216.58336,244.48335 209.90891,229.13702 C 203.29399,213.92749 192.40258,190.93014 185.66274,173.99209 C 179.80977,159.28237 161.65625,163.73783 167.88902,179.26882 z "/>
            <svg:path d="M 193.27277,162.52913 C 189.19197,155.01532 206.63644,152.75805 209.97627,158.98654 C 213.27965,165.14706 256.36141,243.72038 263.82444,258.19246 C 271.28994,272.66912 252.41266,278.68635 246.02367,265.48633 C 239.98905,253.01845 197.45908,170.23721 193.27277,162.52913 z "/>
        </svg:symbol>

        <!-- Icon by Josias Polchau: http://j-po.de/download/schwimmen.svg, cleanup by Knut Arne Bjørndal (Bobkare).
             Two versions of the icon, the borderless looks better when used for areas -->
        <svg:symbol id="symbol-swimming" viewBox="0 0 300 300">
            <svg:path d="M 210.53915,180.45818 C 221.18483,180.42063 228.59512,160.17099 250.83602,160.44974 C 273.582,160.72849 276.4272,177.41436 290.76227,177.7222 C 290.68595,187.3812 290.75823,185.21412 290.83303,193.87816 C 270.18685,193.40007 268.0079,172.81556 251.07545,173.33716 C 234.32157,173.85876 230.97744,194.56702 211.28145,194.18182 C 191.40689,193.79662 189.17993,173.19882 168.67447,173.10386 C 147.99044,173.00889 142.97677,193.08728 125.06307,193.36288 C 120.39415,193.24116 116.11472,191.54501 112.08545,189.20714 C 102.30978,183.53507 94.006659,174.08564 85.186335,174.17905 C 72.729891,174.31098 61.09516,190.45637 45.663964,190.6261 C 30.613903,190.79068 24.262669,177.90922 16.243098,177.92116 C 16.330948,168.99273 16.146328,170.51037 16.0949,162.12021 C 30.018485,162.41604 36.756221,175.52218 44.709562,175.70947 C 52.752189,175.89677 71.586801,159.33619 81.451947,159.44526 C 91.315702,159.55432 96.825144,160.05397 105.80266,166.84009 C 122.39809,159.11328 155.04728,141.99864 155.67088,140.85475 C 160.58076,131.84835 156.09627,109.8996 140.93062,105.9839 C 125.93231,102.11141 98.315313,111.19762 78.932923,114.42935 C 59.626217,117.64846 56.387347,102.77595 73.838857,95.61157 C 91.538773,88.3452 117.48654,82.076364 137.70712,78.24353 C 157.8058,74.433803 160.83707,80.588591 163.77824,86.63543 C 166.76917,92.784581 203.28035,176.19322 203.28035,176.19322 C 206.63143,179.44496 207.56153,180.46846 210.53915,180.45818 z "/>
            <svg:path style="stroke:#000000;stroke-width:21;stroke-linejoin:miter;stroke-miterlimit:4" d="M 371.07143 260.39789 A 18.571428 22.678572 0 1 1  333.92857,260.39789 A 18.571428 22.678572 0 1 1  371.07143 260.39789 z" transform="matrix(1.040898,0,0,0.8287669,-145.29268,-80.9236)"/>
            <svg:rect style="fill:none;stroke:#000000;stroke-width:15;stroke-linejoin:round;stroke-miterlimit:4" width="269.39795" height="269.39795" x="16.816265" y="17.104565" ry="21.770645"/>
        </svg:symbol>
        <svg:symbol id="symbol-swimming-borderless" viewBox="0 0 300 300">
            <svg:path d="M 210.53915,180.45818 C 221.18483,180.42063 228.59512,160.17099 250.83602,160.44974 C 273.582,160.72849 276.4272,177.41436 290.76227,177.7222 C 290.68595,187.3812 290.75823,185.21412 290.83303,193.87816 C 270.18685,193.40007 268.0079,172.81556 251.07545,173.33716 C 234.32157,173.85876 230.97744,194.56702 211.28145,194.18182 C 191.40689,193.79662 189.17993,173.19882 168.67447,173.10386 C 147.99044,173.00889 142.97677,193.08728 125.06307,193.36288 C 120.39415,193.24116 116.11472,191.54501 112.08545,189.20714 C 102.30978,183.53507 94.006659,174.08564 85.186335,174.17905 C 72.729891,174.31098 61.09516,190.45637 45.663964,190.6261 C 30.613903,190.79068 24.262669,177.90922 16.243098,177.92116 C 16.330948,168.99273 16.146328,170.51037 16.0949,162.12021 C 30.018485,162.41604 36.756221,175.52218 44.709562,175.70947 C 52.752189,175.89677 71.586801,159.33619 81.451947,159.44526 C 91.315702,159.55432 96.825144,160.05397 105.80266,166.84009 C 122.39809,159.11328 155.04728,141.99864 155.67088,140.85475 C 160.58076,131.84835 156.09627,109.8996 140.93062,105.9839 C 125.93231,102.11141 98.315313,111.19762 78.932923,114.42935 C 59.626217,117.64846 56.387347,102.77595 73.838857,95.61157 C 91.538773,88.3452 117.48654,82.076364 137.70712,78.24353 C 157.8058,74.433803 160.83707,80.588591 163.77824,86.63543 C 166.76917,92.784581 203.28035,176.19322 203.28035,176.19322 C 206.63143,179.44496 207.56153,180.46846 210.53915,180.45818 z "/>
            <svg:path style="stroke:#000000;stroke-width:21;stroke-linejoin:miter;stroke-miterlimit:4" d="M 371.07143 260.39789 A 18.571428 22.678572 0 1 1  333.92857,260.39789 A 18.571428 22.678572 0 1 1  371.07143 260.39789 z" transform="matrix(1.040898,0,0,0.8287669,-145.29268,-80.9236)"/>
        </svg:symbol>

        <svg:symbol id="toilets" viewBox="0 0 200 200">
            <svg:rect style="fill:#0087ff;fill-opacity:1" width="200" height="200" x="0" y="0" rx="40" ry="40"/>
            <svg:rect style="fill:#ffffff;stroke:#ffffff;stroke-width:5px;stroke-linejoin:round;stroke-opacity:1" y="30.489416" x="100.1455" height="141.07143" width="11.428572"/>
            <svg:path style="fill:#ffffff;stroke:#ffffff;stroke-opacity:1" d="M 162.85978,41.739417 C 162.85978,48.366834 157.4872,53.739417 150.85978,53.739417 C 144.23236,53.739417 138.85978,48.366834 138.85978,41.739417 C 138.85978,35.112 144.23236,29.739417 150.85978,29.739417 C 157.4872,29.739417 162.85978,35.112 162.85978,41.739417 L 162.85978,41.739417 z "/>
            <svg:path style="fill:#ffffff;stroke:#ffffff;stroke-linejoin:round;stroke-opacity:1" d="M 69.645503,42.989417 C 69.645503,49.616834 64.27292,54.989417 57.645503,54.989417 C 51.018086,54.989417 45.645503,49.616834 45.645503,42.989417 C 45.645503,36.362 51.018086,30.989417 57.645503,30.989417 C 64.27292,30.989417 69.645503,36.362 69.645503,42.989417 z "/>
            <svg:path style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" d="M 54.920897,128.44734 L 59.466584,128.44734 L 60.224198,168.6009 L 67.547804,168.6009 L 68.305419,128.1948 L 80.427249,127.94226 L 67.295266,79.707479 L 70.8308,77.687174 L 81.437402,112.53743 L 89.266084,108.24428 L 73.356181,61.777271 L 41.283838,60.767119 L 24.868859,109.25444 L 31.939927,112.03236 L 43.556681,77.687174 L 46.839677,78.19225 L 33.707694,127.43718 L 44.819372,127.68972 L 46.334601,168.85344 L 53.658207,168.85344 L 54.920897,128.44734 z "/>
            <svg:path style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1" d="M 133.96533,60.514581 L 164.77498,60.262042 L 174.87651,68.090725 L 176.64428,113.29505 L 167.80544,113.04251 L 166.79529,77.182098 L 162.2496,76.677021 L 162.37587,168.97971 L 153.91584,169.23224 L 152.14808,114.3052 L 147.85493,114.05266 L 146.84478,169.61105 L 139.01609,169.10598 L 138.51102,77.434636 L 133.71279,77.434636 L 134.21787,112.53743 L 125.63157,112.78997 L 124.87396,68.595801 L 133.96533,60.514581 z "/>
        </svg:symbol>

        <svg:symbol id="information" viewBox="0 0 200 200">
            <svg:rect style="fill:#0087ff;fill-opacity:1" width="200" height="200" x="0" y="0" rx="40" ry="40"/>
            <svg:path style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd" d="M 114.9996,71.691476 L 114.9996,160.4199 L 126.82978,160.4199 L 126.82978,170.98263 L 124.71757,170.98263 L 73.170217,170.98263 L 73.170217,160.4199 L 85.000937,160.4199 L 85.000937,82.254149 L 73.170217,82.254149 L 73.170217,71.691412 L 75.282973,71.691412 L 114.99957,71.691412 L 114.9996,71.691476 z M 84.155594,43.805631 C 84.155594,40.002758 85.529241,36.587522 88.275447,33.559351 C 91.021656,30.531181 94.578158,29.017365 98.943844,29.017365 L 101.0566,29.017365 C 104.71822,29.017365 108.09842,30.35543 111.19668,33.031558 C 114.29548,35.707143 115.84433,39.29868 115.84433,43.805631 C 115.84433,47.607949 114.5068,51.023202 111.83067,54.051372 C 109.15455,57.079542 105.56355,58.593358 101.0566,58.593358 L 98.943844,58.593358 C 95.28222,58.593358 91.902019,57.255293 88.803763,54.579704 C 85.704967,51.90358 84.155578,48.312043 84.155578,43.805631 L 84.155594,43.805631 z "/>
        </svg:symbol>

        <svg:symbol id="symbol-shelter" viewBox="0 0 12 12">
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 3.25,2.25 L 2.25,3.25"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 3.6,3.4 L 2.3679807,4.6320194"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 5.1320193,3.1179806 L 3.9,4.35"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 3.1,4.9 L 2.1331457,5.8668544"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 6.3820193,2.8679806 L 5.15,4.1"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 8.1320193,2.1179806 L 6.9,3.35"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 8.6320193,3.6179806 L 7.4,4.85"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 10.029592,3.5035534 L 9.1179807,4.3820194"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 10.029592,2.0035534 L 9.1179802,2.8820194"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 10.062738,4.7093592 L 9.1179803,5.6320194"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 8.5434563,4.9896893 L 8.1179807,5.3820194"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 7.2633009,4.0087961 L 6.65,4.6"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 4.841767,2.1361359 L 4.1179807,2.8820194"/>
            <svg:path style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;marker-mid:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 2.25,6.5 L 6,4.5 L 9.75,6.5 L 9.4989134,6.7556834 L 8.2452133,6.25 L 5.9986595,5.9796244 L 3.7469743,6.2460938 L 2.4998353,6.7500598 L 2.25,6.5 z "/>
            <svg:rect style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" width="0.5" height="3.5" x="3.75" y="6"/>
            <svg:rect style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.40000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" width="0.5" height="3.5" x="7.75" y="6"/>
        </svg:symbol>
        <svg:symbol id="symbol-shelter-fireplace" viewBox="0 0 12 12">
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 3.25,2.25 L 2.25,3.25"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 3.6,3.4 L 2.3679807,4.6320194"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 5.1320193,3.1179806 L 3.9,4.35"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 3.1,4.9 L 2.1331457,5.8668544"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 6.3820193,2.8679806 L 5.15,4.1"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 8.1320193,2.1179806 L 6.9,3.35"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 8.6320193,3.6179806 L 7.4,4.85"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 10.029592,3.5035534 L 9.1179807,4.3820194"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 10.029592,2.0035534 L 9.1179802,2.8820194"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 10.062738,4.7093592 L 9.1179803,5.6320194"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 8.5434563,4.9896893 L 8.1179807,5.3820194"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 7.2633009,4.0087961 L 6.65,4.6"/>
            <svg:path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 4.841767,2.1361359 L 4.1179807,2.8820194"/>
            <svg:path style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;marker-mid:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 2.25,6.5 L 6,4.5 L 9.75,6.5 L 9.4989134,6.7556834 L 8.2452133,6.25 L 5.9986595,5.9796244 L 3.7469743,6.2460938 L 2.4998353,6.7500598 L 2.25,6.5 z "/>
            <svg:rect style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" width="0.5" height="3.5" x="3.75" y="6"/>
            <svg:rect style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.40000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" width="0.5" height="3.5" x="7.75" y="6"/>
            <svg:path style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.21333456;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 6.0132105,9.4927507 C 8.5559855,9.4927507 6.0132105,6.7566673 6.0132105,6.7566673 C 6.0132105,6.7566673 3.4109882,9.5713193 6.0132105,9.4927507 z "/>
            <svg:path style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 6.0086658,9.2482305 C 7.6766678,9.2482305 6.0086658,8 6.0086658,8 C 6.0086658,8 4.3016678,9.2840744 6.0086658,9.2482305 z "/>
            <svg:path style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 7.015165,9.7610485 C 6.7416602,8.8729417 5.2679806,8.8743495 4.9958835,9.7610485 C 4.9958835,9.7610485 7.015165,9.7610485 7.015165,9.7610485 z "/>
        </svg:symbol>

        <svg:symbol id="bank" viewBox="0 0 125 125">
            <svg:path style="fill:#000000; stroke:none;" d="M 65,0.2965772 L 0,50 L 15,50 L 15,125 L 110,125 L 110,50 L 125,50 L 65,0.2965772 z"/>
            <svg:path style="fill:#ffffff; stroke:none" d="M 62,102 C 57,102 43,100 44,91 C 45,82 55,87 62,88 L 62,75 C 54,73 44,67 44,56 C 44,45 54,38 62,38 C 62,32 62,30 65,30 C 68,30 68,32 68,38 C 74,38 88,40 85,47 C 82,54 73,51 68,50 L 68,63 C 77,65 87,71 87,82 C 87,93 78,102 68,102 C 68,108 68,110 65,110 C 62,110 62,108 62,102 z M 62,61 L 62,50 C 55,51 55,60 62,61 z M 68,77 L 68,88 C 75,87 75,78 68,77 z"/>
        </svg:symbol>
    </defs>
</rules>
