Link to home
Start Free TrialLog in
Avatar of Peter Kroman
Peter KromanFlag for Denmark

asked on

Combining. positioning, and activating images

Hi,

I have this image showing the 24 counties in Denmark.
User generated image
The image is actually constructed (in GIMP) of a non-alpha layer per county combined to the total image including all 24 counties.

What I would like to do on my webpage is this:
1. Combine and position the individual layers (exported to  individual png files) in the html page, so that the first impression is that this is one image.
2. Make each individual image to an active link  where the image (no alpha) lights up in another color when hovering
3. Adding an actual link to each individual image (which should be the easy part, I believe :) )

I dont know if it is necessary to do this the way that I have described here, or if there is another - and maybe easier - way to do this.

Anyway, all ideas are very welcome.
Avatar of Leonidas Dosas
Leonidas Dosas
Flag of Greece image

Check Peter this plugin for Denmark Javascript Map of Denmark
Avatar of Peter Kroman

ASKER

Thanks Leonidas.

It's something like that I'm after. Especially if it is possible to configure it freely.

I cant get it working right though. Take e look here http://kroweb.dk/gfdev/canvas/

I'm not sure that I have installed it right (the installation guide is not too informative). Next problem is how do I configure it, and work with it.
It wants for me the username and the password the page that you have posted before.
Hi Loenidas,

I have worked a little with the Javascript map. It is not quite what I seek here. It is loading the map very slowly, and it shows the present municipalities, and I need to show the counties before 1921. Besides it is very sensitive to changes. I have tried to change the color of a muniucipality. It changes the color, but the hover and selected functionality vanished, and it is not possible to change it back again - only way is to upload the map again.
No logon needed anymore - sorry :)
Furthermore I simply don't understand the zoom facility. It zooms in the whole page while zooming out the map and vice versa. And it still does it even I remove the panzoom script (  <script src="jsmaps/jsmaps-panzoom.js"></script> ).

This plugin does seem stable at all ...... or perhaps is there something that I need to understand better ??
So...If you need to work with an older map then you must use an open javascript mapping package. See leaflet.js and openlayers packages.
Nothing there that I can use, I'm afraid :)

I think we have to back to bascis, and try to create the functionality from what we have ....
If you take a look on the page now: http://kroweb.dk/gfdev/canvas/ you will see an image at the top with a hover effect. Right now it is hovering a square, but what I really need is that the hover effect is only over the actual image.

The image itself is made with a transparent background and exported to a png file that supports transparency. Hov do I get the hover function to not hover the background but only the actual image?

Here is my code and CSS settings for the actual image.

HTML:
<div class= "container">
                <div class="w3-col w3-mobile" style="margin-top: 30px; width:100px; height: 100px;">
                    <img src="Hjørring.png" style="padding-left: 10px; margin-left: 10px; width: 100px; height: 100px; float: left;" alt="Hjørring" class= "image"> 
                </div>   
                </div> 

Open in new window


CSS:
    .container .image {
    position: static;
    z-index: -1;
    background-color: transparent;

}

.container:hover .image  {
    background-color: cornflowerblue;
    opacity: 1;
}

Open in new window

I don't have permission to access in the page Peter.
Could you try again. There is no access limitations on that page.
Peter I think the whole approach of the solution is in the wrong direction. We should paint the areas in svg element and then move on to the functionality of the map.
Peter take a look at this (create svg paths in image).
Hey - I suspected there were another way. And in GIMP which is the tool I am using. I am going to work at once :) Thanks. WIll get back.
Wow Leonidas, this seem to work. Hope you can access the page now?

I have made three counities the way described in the Zoltan articles: it seems to be working nicely.

Now, before I go on,  I would like to add a hover color and a hover text, and a link to those like I would like to know how to remove the border around the image.  I would also like you to check if my code is OK - it is working, but there might be places where I could do things differently/better. Hope that you will give it a look-through :)

                 
                <div class="w3-col w3-mobile" style="width:70%; margin-top: 30px; margin-left: 20px; margin-bottom:10px; padding-bottom: 10px; border: solid 1px #cccccc;"> 
                    
  

                  <svg xmlns="http://www.w3.org/2000/svg"
                 width="6.94358in" height="6.94358in"
                viewBox="0 0 500 500"
                xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>   
        <pattern id="Hjoerring-embed" patternUnits="userSpaceOnUse" 
            width="500" height="500">
          <image xlink:href="/Hele landet.jpg" 
          x="0" y="0" width="500" height="500" />
    </pattern>
</defs>  

                <path id="Hjørring"
            fill="url(#Hjoerring-embed)" stroke="black" stroke-width="2"
        d="M 500.00,0.00
           C 500.00,0.00 500.00,500.00 500.00,500.00
             500.00,500.00 0.00,500.00 0.00,500.00
             0.00,500.00 0.00,0.00 0.00,0.00
             0.00,0.00 500.00,0.00 500.00,0.00 Z
           M 225.71,27.59
           C 225.71,27.59 224.93,27.04 224.93,27.04
             224.93,27.04 223.00,26.77 223.00,26.77
             223.00,26.77 221.57,26.67 221.57,26.67
             221.57,26.67 220.64,27.21 220.64,27.21
             220.64,27.21 218.93,28.36 218.93,28.36
             218.93,28.36 214.93,31.31 214.93,31.31
             214.93,31.31 212.79,33.28 212.79,33.28
             212.79,33.28 212.07,33.93 212.07,33.93
             212.07,33.93 209.43,36.56 209.43,36.56
             209.43,36.56 205.43,40.08 205.43,40.08
             205.43,40.08 203.00,42.34 203.00,42.34
             203.00,42.34 201.36,43.67 201.36,43.67
             201.36,43.67 199.71,44.99 199.71,44.99
             199.71,44.99 197.64,46.09 197.64,46.09
             197.64,46.09 195.36,47.30 195.36,47.30
             195.36,47.30 193.86,47.93 193.86,47.93
             193.86,47.93 191.50,48.89 191.50,48.89
             191.50,48.89 190.71,48.95 190.71,48.95
             190.71,48.95 188.36,49.15 188.36,49.15
             188.36,49.15 185.21,49.36 185.21,49.36
             185.21,49.36 184.36,49.43 184.36,49.43
             184.36,49.43 183.14,49.43 183.14,49.43
             183.14,49.43 182.07,49.50 182.07,49.50
             182.07,49.50 180.43,49.50 180.43,49.50
             180.43,49.50 178.64,49.36 178.64,49.36
             178.64,49.36 176.64,49.23 176.64,49.23
             176.64,49.23 174.64,49.07 174.64,49.07
             174.64,49.07 173.51,51.71 173.51,51.71
             173.51,51.71 172.92,52.50 172.92,52.50
             172.92,52.50 170.86,55.21 170.86,55.21
             170.86,55.21 168.94,59.00 168.94,59.00
             168.94,59.00 167.63,60.79 167.63,60.79
             167.63,60.79 165.75,63.29 165.75,63.29
             165.75,63.29 163.14,65.93 163.14,65.93
             163.14,65.93 162.01,67.14 162.01,67.14
             162.01,67.14 161.35,68.79 161.35,68.79
             161.35,68.79 160.33,71.43 160.33,71.43
             160.33,71.43 158.61,75.79 158.61,75.79
             158.61,75.79 157.38,78.50 157.38,78.50
             157.38,78.50 156.50,80.43 156.50,80.43
             156.50,80.43 153.30,85.00 153.30,85.00
             153.30,85.00 152.04,88.71 152.04,88.71
             152.04,88.71 149.35,93.43 149.35,93.43
             149.35,93.43 148.46,94.64 148.46,94.64
             148.46,94.64 146.32,97.50 146.32,97.50
             146.32,97.50 143.24,102.29 143.24,102.29
             143.24,102.29 142.69,103.07 142.69,103.07
             142.69,103.07 140.21,105.06 140.21,105.06
             140.21,105.06 138.64,106.31 138.64,106.31
             138.64,106.31 136.21,108.49 136.21,108.49
             136.21,108.49 134.46,110.08 134.46,110.08
             134.46,110.08 133.52,111.79 133.52,111.79
             133.52,111.79 132.25,114.21 132.25,114.21
             132.25,114.21 131.38,117.64 131.38,117.64
             131.38,117.64 130.14,121.71 130.14,121.71
             130.14,121.71 128.43,120.98 128.43,120.98
             128.22,120.98 128.01,121.18 127.86,121.31
             127.86,121.31 126.93,122.12 126.93,122.12
             126.63,122.38 125.73,123.17 125.61,123.50
             125.56,123.64 125.57,123.85 125.57,124.00
             125.57,124.00 125.45,127.57 125.45,127.57
             125.45,127.57 125.40,128.21 125.40,128.21
             125.40,128.21 125.12,129.21 125.12,129.21
             124.91,129.87 124.90,130.35 124.36,130.81
             124.03,131.10 123.28,131.73 122.93,131.93
             122.93,131.93 121.00,132.80 121.00,132.80
             120.65,132.97 119.83,133.44 119.50,133.48
             118.90,133.57 117.12,133.11 117.07,133.11
             116.73,133.11 115.29,133.74 114.93,133.93
             114.93,133.93 116.26,136.00 116.26,136.00
             116.45,136.28 116.86,136.96 117.09,137.15
             117.31,137.33 118.74,138.12 119.00,138.19
             119.00,138.19 120.29,138.38 120.29,138.38
             120.57,138.42 121.63,138.60 121.85,138.55
             122.13,138.48 122.71,137.68 122.93,137.43
             123.75,136.47 124.00,136.17 124.62,135.07
             124.62,135.07 125.75,133.16 125.75,133.16
             126.00,132.90 126.97,132.60 127.36,132.44
             127.36,132.44 128.71,131.86 128.71,131.86
             129.03,131.71 129.22,131.55 129.57,131.50
             130.30,131.32 131.06,131.50 131.79,131.50
             131.79,131.50 132.64,131.50 132.64,131.50
             132.64,131.50 133.36,131.50 133.36,131.50
             133.36,131.50 134.86,131.23 134.86,131.23
             134.86,131.23 136.71,130.88 136.71,130.88
             136.71,130.88 137.50,130.81 137.50,130.81
             137.98,130.75 139.11,130.74 139.47,130.46
             139.47,130.46 140.86,129.08 140.86,129.08
             140.86,129.08 143.57,126.43 143.57,126.43
             143.57,126.43 145.57,124.50 145.57,124.50
             145.57,124.50 146.22,123.71 146.22,123.71
             146.22,123.71 147.57,122.50 147.57,122.50
             147.77,122.33 148.30,121.85 148.50,121.74
             148.72,121.62 149.10,121.59 149.36,121.54
             149.74,121.48 150.81,121.27 151.14,121.30
             151.67,121.34 152.88,121.70 153.29,121.61
             154.06,121.46 154.33,120.86 155.43,120.86
             155.43,120.86 157.07,120.86 157.07,120.86
             157.23,120.85 157.35,120.85 157.50,120.81
             157.50,120.81 159.57,119.79 159.57,119.79
             159.34,119.35 158.89,118.83 158.58,118.43
             158.16,117.88 156.74,116.35 156.21,115.97
             155.92,115.76 154.42,115.03 154.07,114.93
             154.07,114.93 155.57,112.57 155.57,112.57
             155.57,112.57 156.09,111.71 156.09,111.71
             156.09,111.71 156.04,110.86 156.04,110.86
             156.04,110.86 155.79,109.29 155.79,109.29
             155.79,109.29 156.36,105.86 156.36,105.86
             156.75,105.95 157.12,106.09 157.50,106.24
             157.65,106.30 157.90,106.42 158.06,106.37
             158.30,106.31 158.52,105.79 158.64,105.57
             158.78,105.33 159.09,104.82 159.13,104.57
             159.13,104.57 158.79,102.00 158.79,102.00
             159.60,102.32 160.40,102.86 161.29,102.86
             161.29,102.86 164.57,102.86 164.57,102.86
             164.57,102.86 165.43,102.93 165.43,102.93
             165.43,102.93 166.21,102.93 166.21,102.93
             166.21,102.93 167.21,103.00 167.21,103.00
             168.39,103.01 168.55,103.16 169.64,103.47
             169.64,103.47 171.78,104.14 171.78,104.14
             172.20,104.39 173.18,105.94 173.72,106.35
             173.72,106.35 175.57,107.55 175.57,107.55
             175.57,107.55 178.29,109.38 178.29,109.38
             178.29,109.38 179.99,110.58 179.99,110.58
             179.99,110.58 182.95,114.13 182.95,114.13
             182.95,114.13 186.14,116.46 186.14,116.46
             186.14,116.46 188.57,118.46 188.57,118.46
             188.91,118.74 189.42,119.20 189.79,119.40
             189.79,119.40 191.43,120.16 191.43,120.16
             191.43,120.16 192.86,120.81 192.86,120.81
             192.86,120.81 194.57,121.10 194.57,121.10
             194.57,121.10 197.71,121.61 197.71,121.61
             197.71,121.61 200.36,121.99 200.36,121.99
             200.68,122.03 201.25,122.04 201.48,122.24
             201.75,122.48 201.99,123.16 202.13,123.50
             202.13,123.50 202.51,124.50 202.51,124.50
             202.51,124.50 202.93,127.21 202.93,127.21
             202.93,127.21 207.21,126.43 207.21,126.43
             207.21,126.43 207.77,123.50 207.77,123.50
             207.77,123.50 207.89,122.14 207.89,122.14
             207.89,122.14 208.98,118.64 208.98,118.64
             208.98,118.64 209.60,116.71 209.60,116.71
             209.60,116.71 211.34,113.86 211.34,113.86
             211.34,113.86 213.03,110.57 213.03,110.57
             213.03,110.57 215.00,108.43 215.00,108.43
             215.00,108.43 216.14,107.25 216.14,107.25
             216.14,107.25 218.07,105.87 218.07,105.87
             218.07,105.87 218.95,105.19 218.95,105.19
             218.95,105.19 219.74,103.57 219.74,103.57
             219.74,103.57 220.21,102.36 220.21,102.36
             220.21,102.36 220.03,101.00 220.03,101.00
             220.03,101.00 219.58,98.07 219.58,98.07
             219.58,98.07 218.19,86.50 218.19,86.50
             218.19,86.50 217.60,83.07 217.60,83.07
             217.60,83.07 217.29,81.21 217.29,81.21
             217.29,81.21 217.54,79.64 217.54,79.64
             217.54,79.64 217.92,77.57 217.92,77.57
             217.92,77.57 219.37,74.21 219.37,74.21
             219.37,74.21 220.15,72.07 220.15,72.07
             220.15,72.07 220.39,71.14 220.39,71.14
             220.39,71.14 219.62,70.07 219.62,70.07
             219.62,70.07 217.77,67.79 217.77,67.79
             217.77,67.79 215.95,63.43 215.95,63.43
             215.95,63.43 214.56,61.79 214.56,61.79
             214.56,61.79 212.63,58.71 212.63,58.71
             212.63,58.71 211.69,57.14 211.69,57.14
             211.69,57.14 211.28,54.86 211.28,54.86
             211.28,54.86 210.86,52.14 210.86,52.14
             210.86,52.14 211.21,50.07 211.21,50.07
             211.21,50.07 211.77,47.29 211.77,47.29
             211.77,47.29 212.91,45.00 212.91,45.00
             212.91,45.00 214.25,42.14 214.25,42.14
             214.25,42.14 214.92,41.29 214.92,41.29
             214.92,41.29 216.26,39.36 216.26,39.36
             216.26,39.36 217.49,37.50 217.49,37.50
             217.49,37.50 219.57,34.86 219.57,34.86
             219.57,34.86 220.65,33.50 220.65,33.50
             220.65,33.50 222.79,31.49 222.79,31.49
             222.79,31.49 224.07,30.30 224.07,30.30
             224.07,30.30 227.07,28.71 227.07,28.71
             227.07,28.71 225.71,27.59 225.71,27.59 Z" />





             <defs>   
        <pattern id="Aalborg-embed" patternUnits="userSpaceOnUse" 
            width="500" height="500">
          <image xlink:href="/Hele landet.jpg" 
          x="0" y="0" width="500" height="500" />
    </pattern>
</defs>  

                <path id="Aalborg"
                fill="url(#Aalborg-embed)" stroke="black" stroke-width="2"

                        d="M 199.64,136.36
           C 199.64,136.36 191.64,135.09 191.64,135.09
             191.64,135.09 185.45,129.82 185.45,129.82
             185.45,129.82 181.82,126.36 181.82,126.36
             181.82,126.36 179.82,123.82 179.82,123.82
             179.82,123.82 177.27,122.18 177.27,122.18
             177.27,122.18 172.18,123.45 172.18,123.45
             172.18,123.45 167.82,123.82 167.82,123.82
             167.82,123.82 165.82,121.82 165.82,121.82
             165.82,121.82 163.09,120.18 163.09,120.18
             163.09,120.18 160.18,120.36 160.18,120.36
             160.18,120.36 158.36,121.45 158.36,121.45
             158.36,121.45 155.64,123.45 155.64,123.45
             155.64,123.45 153.09,124.18 153.09,124.18
             153.09,124.18 151.45,125.82 151.45,125.82
             151.45,125.82 152.73,127.45 152.73,127.45
             152.73,127.45 152.18,130.36 152.18,130.36
             152.18,130.36 150.91,133.27 150.91,133.27
             150.91,133.27 149.09,134.91 149.09,134.91
             149.09,134.91 147.45,137.09 147.45,137.09
             147.45,137.09 145.45,136.91 145.45,136.91
             145.45,136.91 145.27,133.45 145.27,133.45
             145.27,133.45 142.36,132.73 142.36,132.73
             142.36,132.73 140.00,131.27 140.00,131.27
             140.00,131.27 136.73,130.73 136.73,130.73
             136.73,130.73 134.18,131.82 134.18,131.82
             134.18,131.82 131.27,133.27 131.27,133.27
             131.27,133.27 128.55,133.64 128.55,133.64
             128.55,133.64 125.45,135.64 125.45,135.64
             125.45,135.64 121.27,138.00 121.27,138.00
             121.27,138.00 119.27,140.55 119.27,140.55
             119.27,140.55 117.27,142.91 117.27,142.91
             117.27,142.91 116.36,146.00 116.36,146.00
             116.36,146.00 115.45,148.18 115.45,148.18
             115.45,148.18 117.09,150.00 117.09,150.00
             117.09,150.00 118.55,152.36 118.55,152.36
             118.55,152.36 117.82,154.91 117.82,154.91
             117.82,154.91 116.55,157.09 116.55,157.09
             116.55,157.09 114.91,159.27 114.91,159.27
             114.91,159.27 116.18,163.82 116.18,163.82
             116.18,163.82 119.45,165.45 119.45,165.45
             119.45,165.45 120.73,168.73 120.73,168.73
             120.73,168.73 118.73,171.27 118.73,171.27
             118.73,171.27 117.27,173.27 117.27,173.27
             117.27,173.27 115.09,173.82 115.09,173.82
             115.09,173.82 113.64,176.18 113.64,176.18
             113.64,176.18 114.00,178.36 114.18,178.36
             114.36,178.36 117.27,178.18 117.27,178.18
             117.27,178.18 118.55,176.73 118.55,176.73
             118.55,176.73 121.09,175.64 121.09,175.64
             121.09,175.64 124.91,174.91 124.91,174.91
             124.91,174.91 126.91,174.18 126.91,174.18
             126.91,174.18 127.64,171.45 127.64,171.45
             127.64,171.45 126.91,168.91 126.91,168.91
             126.91,168.91 127.27,167.27 127.27,167.27
             127.27,167.27 128.55,167.64 128.55,167.64
             128.55,167.64 130.36,168.73 130.36,168.73
             130.36,168.73 132.18,170.36 132.18,170.36
             132.18,170.36 135.09,170.91 135.09,170.91
             135.09,170.91 138.00,170.91 138.00,170.91
             138.00,170.91 140.55,170.55 140.55,170.55
             140.55,170.55 143.09,171.82 143.09,171.82
             143.09,171.82 145.27,174.36 145.27,174.36
             145.27,174.36 146.36,175.64 146.36,175.64
             146.36,175.64 146.73,178.00 146.73,178.00
             146.73,178.00 149.45,180.73 149.45,180.73
             149.45,180.73 150.18,182.36 150.18,182.36
             150.18,182.36 152.73,182.00 152.73,182.00
             152.73,182.00 153.09,186.73 153.09,186.73
             153.09,186.73 157.82,186.91 157.82,186.91
             157.82,186.91 157.82,185.09 157.82,185.09
             157.82,185.09 158.18,183.27 158.18,183.27
             158.18,183.27 160.00,182.18 160.00,182.18
             160.00,182.18 161.64,182.55 161.64,182.55
             161.64,182.55 163.27,183.09 163.27,183.09
             163.27,183.09 166.36,182.73 166.36,182.73
             166.36,182.73 169.64,182.73 169.64,182.73
             169.64,182.73 173.09,180.91 173.09,180.91
             173.09,180.91 174.55,178.91 174.55,178.91
             174.55,178.91 176.18,177.82 176.18,177.82
             176.18,177.82 178.18,176.18 178.18,176.18
             178.18,176.18 180.73,177.27 180.73,177.27
             180.73,177.27 182.18,176.18 182.18,176.18
             182.18,176.18 184.00,174.91 184.00,174.91
             184.00,174.91 185.45,174.91 185.45,174.91
             185.45,174.91 186.91,175.82 186.91,175.82
             186.91,175.82 189.82,176.00 189.82,176.00
             189.82,176.00 190.55,175.09 190.55,175.09
             190.55,175.09 191.82,175.09 191.82,175.09
             191.82,175.09 193.82,175.64 193.82,175.64
             193.82,175.64 196.36,175.64 196.36,175.64
             196.36,175.64 198.36,176.36 198.36,176.36
             198.36,176.36 200.00,176.18 200.00,176.18
             200.00,176.18 199.45,172.55 199.45,172.55
             199.45,172.55 198.55,169.64 198.55,169.64
             198.55,169.64 197.45,167.09 197.45,167.09
             197.45,167.09 196.36,164.55 196.36,164.55
             196.36,164.55 196.36,161.09 196.36,161.09
             196.36,161.09 195.64,157.45 195.64,157.27
             195.64,157.09 195.82,152.91 195.82,152.91
             195.82,152.91 195.82,148.55 195.82,148.55
             195.82,148.55 196.00,145.09 196.00,145.09
             196.00,145.09 196.91,141.45 196.91,141.45
             196.91,141.45 198.18,139.27 198.00,139.27
             197.82,139.27 199.64,136.36 199.64,136.36 Z" />


                          <defs>   
        <pattern id="Thisted-embed" patternUnits="userSpaceOnUse" 
            width="500" height="500">
          <image xlink:href="/Hele landet.jpg" 
          x="0" y="0" width="500" height="500" />
    </pattern>
</defs>  

                <path id="Thisted"
                fill="url(#Thisted-embed)" stroke="black" stroke-width="2"
                        d="M 40.50,168.75
           C 40.50,168.75 42.25,173.00 42.25,173.00
             42.25,173.00 46.50,174.25 46.50,174.25
             46.50,174.25 50.25,176.75 50.25,176.75
             50.25,176.75 53.75,180.00 53.75,180.00
             53.75,180.00 54.25,183.75 54.25,183.75
             54.25,183.75 57.50,185.75 57.50,186.00
             57.50,186.25 59.25,184.25 59.25,184.25
             59.25,184.25 62.50,183.75 62.50,183.75
             62.50,183.75 63.75,181.00 63.75,181.00
             63.75,181.00 66.25,179.75 66.25,179.75
             66.25,179.75 68.00,176.75 68.00,176.75
             68.00,176.75 70.75,174.50 71.00,174.50
             71.25,174.50 76.25,174.00 76.25,174.00
             76.25,174.00 79.75,169.50 79.75,169.50
             79.75,169.50 83.25,166.50 83.25,166.50
             83.25,166.50 86.00,162.25 86.00,162.25
             86.00,162.25 88.50,159.00 88.50,159.00
             88.50,159.00 86.75,154.25 86.75,154.25
             86.75,154.25 85.75,151.25 85.75,151.25
             85.75,151.25 87.00,149.50 87.00,149.50
             87.00,149.50 89.25,149.50 89.50,149.50
             89.75,149.50 91.50,147.50 91.50,147.50
             91.50,147.50 91.75,143.75 91.75,143.75
             91.75,143.75 92.50,140.50 92.50,140.50
             92.50,140.50 92.25,137.75 92.25,137.75
             92.25,137.75 93.50,134.50 93.50,134.50
             93.50,134.50 95.50,132.75 95.50,132.75
             95.50,132.75 98.50,131.25 98.50,131.25
             98.50,131.25 100.75,130.75 100.75,130.75
             100.75,130.75 102.75,132.25 102.75,132.25
             102.75,132.25 104.25,131.00 104.25,131.00
             104.25,131.00 106.00,129.50 106.00,129.50
             106.00,129.50 109.25,129.00 109.00,129.00
             108.75,129.00 113.00,130.25 113.25,130.25
             113.50,130.25 116.00,130.50 116.00,130.50
             116.00,130.50 119.25,131.25 119.25,131.25
             119.25,131.25 121.75,130.25 121.75,130.25
             121.75,130.25 124.00,129.25 124.00,129.25
             124.00,129.25 125.00,128.00 125.00,128.00
             125.00,128.00 125.75,126.25 125.75,126.25
             125.75,126.25 126.50,123.75 126.50,123.75
             126.50,123.75 128.00,122.25 128.00,122.25
             128.00,122.25 130.00,121.75 130.00,121.75
             130.00,121.75 132.25,120.00 132.25,120.00
             132.25,120.00 132.75,112.25 132.75,112.25
             132.75,112.25 128.75,112.50 128.75,112.50
             128.75,112.50 124.25,112.50 124.25,112.50
             124.25,112.50 120.00,113.25 120.00,113.25
             120.00,113.25 115.50,113.50 115.25,113.50
             115.00,113.50 110.25,113.50 110.25,113.50
             110.25,113.50 107.75,113.50 107.75,113.50
             107.75,113.50 104.00,112.25 104.00,112.25
             104.00,112.25 100.25,111.75 100.25,111.75
             100.25,111.75 96.25,111.25 96.25,111.25
             96.25,111.25 93.25,113.00 93.25,113.00
             93.25,113.00 90.50,115.50 90.50,115.50
             90.50,115.50 86.75,117.00 86.75,117.00
             86.75,117.00 82.75,117.00 82.75,117.00
             82.75,117.00 78.50,117.25 78.50,117.25
             78.50,117.25 75.50,117.25 75.50,117.25
             75.50,117.25 72.75,115.50 72.75,115.50
             72.75,115.50 70.00,114.50 70.00,114.50
             70.00,114.50 67.00,114.25 67.00,114.25
             67.00,114.25 64.00,115.75 64.00,115.75
             64.00,115.75 62.00,119.25 62.00,119.25
             62.00,119.25 59.50,122.00 59.50,122.00
             59.50,122.00 57.50,123.75 57.50,123.75
             57.50,123.75 54.25,125.25 54.25,125.25
             54.25,125.25 52.50,127.75 52.50,127.75
             52.50,127.75 50.25,130.25 50.25,130.25
             50.25,130.25 48.50,133.00 48.50,133.00
             48.50,133.00 45.25,135.50 45.25,135.50
             45.25,135.50 42.25,139.50 42.25,139.50
             42.25,139.50 40.00,143.00 40.00,143.00
             40.00,143.00 37.25,146.75 37.25,146.75
             37.25,146.75 35.50,149.50 35.50,149.50
             35.50,149.50 34.25,152.75 34.25,152.75
             34.25,152.75 33.50,155.75 33.50,155.75
             33.50,155.75 32.75,159.25 32.75,159.25
             32.75,159.25 31.50,162.75 31.50,162.75
             31.50,162.75 31.75,165.00 32.00,165.00
             32.25,165.00 32.50,168.00 32.50,168.00
             32.50,168.00 34.75,168.50 34.75,168.50
             34.75,168.50 35.25,165.75 35.25,165.75
             35.25,165.75 35.00,163.25 35.00,163.25
             35.00,163.25 35.75,161.00 35.75,161.25
             35.75,161.50 37.25,162.50 37.50,162.50
             37.75,162.50 38.25,165.00 38.25,165.00
             38.25,165.00 40.50,168.75 40.50,168.75 Z" />
    

</svg>

                  <br>
                  <br>
                  <img src="Hele landet.jpg" style="padding-left: 10px; margin-left: 10px; width: 500px; height: 500px; float: left;" alt="Amtskort"> 
                  

Open in new window

Peter you can select a region via its id and set the color that you want using fill css setting like below:
var aalborg=document.getElementById('Aalborg');
aalborg.addEventListener('mouseover',function(){
  this.style.fill='yellow';
});

Open in new window

User generated image
Thanks Leonidas,

But where do I place the script?

I have tried several places, among other here in the index file but it is not working

                    
                <object id="object" type="image/svg+xml" data="amter.svg">
                    Your browser does not support SVG
                </object>  
                <script>     
                var aalborg=document.getElementById('Aalborg');
                this.style.fill='yellow';
                 });
                </script>

Open in new window

Sorry - copying fault. It is like this (and it still does not work :) ):

                  
                <object id="object" type="image/svg+xml" data="amter.svg">
                    Your browser does not support SVG
                </object>  
 

               <script>     
                var aalborg=document.getElementById('Aalborg');
                aalborg.addEventListener('mouseover',function(){
                this.style.fill='yellow';
                });
                </script>

Open in new window

Before the </body> tag.At the end.
I have tried that. Now it is here, and still not working:

 <!-- Page content end-->  

<!-- Footer start-->  

<?php include('gf_theme_footer.php');?>  

              <script>     
                var aalborg=document.getElementById('Aalborg');
                aalborg.addEventListener('mouseover',function(){
                this.style.fill='yellow';
                });
                </script>


        </body>   
</html>

Open in new window

Hi Leonidas,

Take a look here now: http://kroweb.dk/gfdev/canvas/

Really nice things you have made here :)

A few issues:

1. I really dont need the selection to change color when clicked but I need a couple of other things for the individual selection when clicked/hovered:
        a) I need to be able to add a text with the name of the county that pops up when hovering
        b) I need every selection to be able to represent an individual link that fires when the selection is clicked

Do you think these things are possible to add?
Could you post for each area and the corresponding link you want to have?
Check and test the following code:
  <!DOCTYPE html>
<html lang="da">
<head>
    <!-- Check for title--> 
    <title>Titel</title>

    
    
    <script type="text/javascript">
    var blabfolderpath="/slpw/plugin_blab/"
    </script>
    <link rel="stylesheet" type="text/css" href="/slpw/plugin_blab/blab.css">
    <script type="text/javascript" src="/slpw/plugin_blab/sarissa.js"></script>
    <script type="text/javascript" src="/slpw/plugin_blab/blab.js"></script>
    <link rel="stylesheet" type="text/css" href="/slpw/plugin_blab/blab.css">
    <script type="text/javascript">
    var memberprofilepage=1
    </script>
    <?php
    if (function_exists('startwhoisonline'))
        startwhoisonline('profileimage,name');
    ?>




    <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
    <meta charset="utf-8" lang="da">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
    
    
    

    <style> 

    .container .image {
        position: relative;
        background-color: transparent;

    }

    .path:hover{
        color: cornflowerblue;
        opacity: 0.5;
    }

    /* unvisited link */
    a:link {
        color: ;
    }

    /* visited link */
    a:visited {
        color: ;
    }

    /* mouse over link */
    a:hover {
        color: cornflowerblue;
    }

    /* selected link */
    a:active {
        color: ;
    }
    table, th {
        border-bottom: 1px  #666666;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
        border-style: solid;
        border-collapse: collapse;
        padding-top:10px;
        padding-left:20px;
        color:black;
        font-family: Serif;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
    }

    table, td {
        border: 1px  #f6f6f6;
        border-style: none;
        border-collapse: collapse;
        padding-top:10px;
        padding-left:20px;
        color:black;
        font-family: arial;
        font-size: 14px;
        font-weight: normal;
        text-align: left;  
    }

    h3 {
        margin-top: 0px;
        padding-top:0px;
        margin-bottom: 0px;
        margin-right: 10px;
        margin-left: 0px;
        color: #9F5584;
        font-weight: normal;
        font-family: Arial ;
        font-size: 18px;
        text-align: center;
        
    }
    
    h4 {
        margin-top: 0px;
        padding-top:0px;
        margin-bottom: 0px;
        margin-right: 10px;
        margin-left: 0px;
        color: #f6f6f6;
        font-weight: normal;
        font-family: Robotto ;
        font-size: 18px;
        text-align: center;
        
    }


    h5 {
        margin-top: 0px;
        padding-top:0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
        color: #9F5584;
        font-weight: normal;
        font-family: Arial ;
        font-size: 15px;
        text-align: center;
        
    }

    h6 {
        margin-top: 0px;
        padding-top:0px;
        margin-bottom: 0px;
        margin-right: 10px;
        margin-left: 0px;
        color: #666666;
        font-weight: normal;
        font-family: Helvetica ;
        font-size: 14px;
        text-align: center;
        
    }


    input[type=text] {
        width: 100%;
        height: 30px;
        padding: 2px 20px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: #f8f8f8;
        font-family: arial;
        font-size: 12px;
        resize: none;
    }

    textarea {
        width: 100%;  
        padding: 12px 20px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: #f8f8f8;
        font-family: arial;
        font-size: 12px;
        resize: none;
    }
    .w3-black,.w3-hover-black:hover{color:#ccc!important;background-color:#000!important}
    .w3-hover-text-blue:hover{color:#66CCFF!important}
    .w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#666666!important}

    path:hover{
        fill:#fce57e;
    }
    </style>

    <!-- Check for message requirements-->     
    <style type="text/css">
    .message { margin-top: 7px; font-family: arial; font-size: 12px; color: #666666; text-align: center; background-color: lightgreen; border: 1px solid lightgrey; padding-left: 0px; padding-right: 0px; }
    .message2 { margin-top: 7px; font-family: arial; font-size: 12px; color: white; text-align: center; background-color: red; border: 1px solid #666666; padding-left: 0px; padding-right: 0px; }
    .message3 { margin-top: 7px; font-family: arial; font-size: 12px; color: #666666; text-align: center; background-color: lightgreen; border: 1px solid lightgrey; padding-left: 0px; padding-right: 0px; }
    .message4 { margin-top: 7px; font-family: arial; font-size: 12px; color: white; text-align: center; background-color: red; border: 1px solid #666666; padding-left: 0px; padding-right: 0px; }       
    .success { margin-top: 7px; font-family: arial; font-size: 12px; color: #666666; text-align: center; background-color: lightgreen; border: 1px solid lightgrey; padding-left: 0px; padding-right: 0px; }
    .error { margin-top: 7px; font-family: arial; font-size: 12px; color: white; text-align: center; background-color: red; border: 1px solid #666666; padding-left: 0px; padding-right: 0px; }
    </style>

    <script>
    $(document).ready(function(){
        $(".message").fadeOut(8000);
        $(".message2").fadeOut(8000);
        $(".message3").fadeOut(8000);
        $(".message4").fadeOut(8000);        
        $(".success").fadeOut(8000);
        $(".error").fadeOut(8000);
    });
    </script>



</head>


<body>
   <!-- Page content start-->        
   <div class="w3-row" style="overflow: auto">

    <!-- Page header start-->  
    <div class="w3-row" style="background-color:#666666">
        <div class="w3-col w3-mobile" style=" width: 25%; padding-top: 12px; padding-left: 10px; height: 80px; background-color:#666666;">
            <div class="w3-container w3-hide-small">
                <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>        
                <ins class="adsbygoogle" 
                style="display:inline-block;width:250px;height:60px"
                data-ad-client="ca-pub-3626513934315518"
                data-ad-slot="8001567329"></ins>
                <script>
                (adsbygoogle = window.adsbygoogle || []).push({});
                </script>
            </div>
        </div>

        <div class="w3-col w3-mobile" style="width: 65%; margin:0; height: 80px; background-color:#666666;">
            <div class="w3-container">
                <input type="text" style="-webkit-font-smoothing:antialiased;-webkit-transition:color .2s ease-in-out;-moz-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .2s ease-in-out;font-family: Lucida Blackletter; text-docoration:none; font-weight:bold; font-size: 48px; text-align:center; text-shadow: 5px 5px 10px #191919;color: #FFFFFF; background-color:#666666; margin-left:0px; border-style:none; height:80px;" value="Titel på siden">
            </div>
        </div>
        
        <div class="w3-col w3-mobile" style="width: 10%; padding-left: 5px; height:80px; background-color:#666666;">
           <div class="w3-container">    
            <input type="image" style= "margin-top: 5px; margin-buttom: 5px; margin-right: 5 px; width: 70px; background-color: #666666;" <img src= "<?php echo $slprofileimage;?>">
        </div>
    </div>
    
</div> 


<!-- Page Header end-->

<!-- Top Menubar start-->

<!-- <?php //include('gf_theme_topmenu-bar.php');?> -->  

<!-- Top Menubar end-->



<!-- Main page start 4 columns incl. right sidebar-->  


<div class="w3-row">
    <!-- Column1 start-->   

    
    
    
    <div class="w3-col w3-mobile" style="width:70%; margin-top: 30px; margin-left: 20px; margin-bottom:10px; padding-bottom: 10px; border: solid 1px #cccccc;"> 
        
        <object id="object" type="image/svg+xml" data="amter.svg">
           
        </object>  
        <svg width="600px" height="600px"  viewBox="0 0 600 600" style='stroke-width: 0px; background-image:url(https://previews.123rf.com/images/andreykuzmin/andreykuzmin1701/andreykuzmin170100033/70306305-old-nautical-treasure-map-background-Stock-Photo-map-world-compass.jpg)'>
          <rect id="rectText" x="350" y="500" rx="20" ry="20"  width="250" height="100" fill="none" style="opacity:0.5"></rect>
          <text id="myText" x="390" y="560"  font-family="Verdana" font-size="30" fill="black"></text>
          <path id="HjÃ_rring"
            fill="white" stroke="black" stroke-width="2"
             d="M 144.25,100.00
             C 149.01,93.80 154.30,84.13 157.68,77.00
             157.68,77.00 161.22,69.00 161.22,69.00
             161.22,69.00 167.07,61.00 167.07,61.00
             172.51,53.50 171.70,49.07 182.00,49.00
             188.71,48.95 191.94,49.18 198.00,45.52
             204.57,41.56 214.76,29.20 221.00,27.76
             223.39,26.89 224.75,27.39 227.00,27.76
             221.20,34.13 212.43,42.04 211.37,51.00
             210.56,57.79 217.45,64.24 219.15,70.00
             220.45,74.44 217.90,75.88 217.88,82.00
             217.88,82.00 219.76,101.96 219.76,101.96
             218.89,107.23 212.76,109.35 209.13,119.00
             208.38,120.98 207.83,125.54 205.68,126.29
             203.03,127.21 202.39,123.69 202.00,122.00
             184.40,121.19 184.06,112.15 171.00,104.70
             167.32,102.60 163.02,103.14 159.00,102.00
             159.00,102.00 159.00,106.00 159.00,106.00
             159.00,106.00 156.00,106.00 156.00,106.00
             156.00,106.00 154.00,115.00 154.00,115.00
             154.00,115.00 159.00,120.00 159.00,120.00
             159.00,120.00 148.18,123.00 148.18,123.00
             145.06,124.63 142.53,128.37 138.99,130.02
             135.91,131.45 133.17,130.67 130.00,131.89
             123.27,134.49 122.29,142.72 115.00,134.00
             117.70,133.16 121.51,132.68 123.42,130.57
             127.20,126.37 123.20,122.79 131.00,121.00
             132.17,108.17 137.62,108.62 144.25,100.00 Z" />  
             
             <path id="Aalborg"
                fill="white" stroke="black" stroke-width="2"
         d="M 203.25,126.25
           C 203.25,126.25 200.75,123.50 200.75,123.50
             200.75,123.50 197.00,121.50 197.00,121.50
             197.00,121.50 192.25,121.75 192.25,121.75
             192.25,121.75 189.00,119.25 189.00,119.25
             189.00,119.25 185.75,116.25 185.75,116.25
             185.75,116.25 182.50,114.50 182.50,114.50
             182.50,114.50 179.25,110.00 179.25,110.00
             179.25,110.00 176.00,107.25 176.00,107.25
             176.00,107.25 172.00,104.50 172.00,104.50
             172.00,104.50 168.75,102.25 168.75,102.25
             168.75,102.25 163.75,102.25 163.75,102.25
             163.75,102.25 159.50,102.75 159.50,102.75
             159.50,102.75 158.25,104.75 158.25,104.75
             158.25,104.75 156.50,106.75 156.50,106.75
             156.50,106.75 156.00,109.75 156.00,109.75
             156.00,109.75 156.00,113.50 156.00,113.50
             156.00,113.50 158.25,117.75 158.25,117.75
             158.25,117.75 160.25,120.00 160.25,120.00
             160.25,120.00 156.75,122.25 156.75,122.25
             156.75,122.25 154.00,122.50 154.00,122.50
             154.00,122.50 152.00,124.00 152.00,124.25
             152.00,124.50 149.50,127.25 149.50,127.25
             149.50,127.25 148.00,131.00 148.00,131.00
             148.00,131.00 144.00,132.25 144.00,132.25
             144.00,132.25 139.25,131.75 139.25,131.75
             139.25,131.75 134.25,132.00 134.25,132.00
             134.25,132.00 130.25,133.50 130.25,133.50
             130.25,133.50 127.25,132.75 127.25,132.75
             127.25,132.75 124.75,136.00 124.75,136.00
             124.75,136.00 122.25,138.25 122.25,138.25
             122.25,138.25 119.25,140.25 119.25,140.25
             119.25,140.25 116.25,142.75 116.25,142.75
             116.25,142.75 109.50,144.75 109.50,144.75
             109.50,144.75 107.75,147.25 107.75,147.25
             107.75,147.25 109.75,150.00 109.75,150.00
             109.75,150.00 112.50,151.00 112.50,151.00
             112.50,151.00 117.25,152.00 117.25,152.00
             117.25,152.00 116.50,155.50 116.50,155.50
             116.50,155.50 115.25,158.75 115.25,158.75
             115.25,158.75 115.00,163.75 115.00,163.75
             115.00,163.75 118.50,166.25 118.50,166.25
             118.50,166.25 120.25,169.25 120.25,169.25
             120.25,169.25 118.25,171.50 118.25,171.50
             118.25,171.50 115.25,173.50 115.25,173.50
             115.25,173.50 113.25,177.00 113.25,177.25
             113.25,177.50 117.25,178.25 117.25,178.25
             117.25,178.25 120.25,177.25 120.25,177.25
             120.25,177.25 123.50,175.25 123.50,175.25
             123.50,175.25 127.25,174.75 127.25,174.75
             127.25,174.75 127.50,171.00 127.50,171.00
             127.50,171.00 127.00,168.50 127.00,168.50
             127.00,168.50 129.75,169.50 129.75,169.50
             129.75,169.50 132.25,170.75 132.25,170.75
             132.25,170.75 136.50,170.50 136.50,170.50
             136.50,170.50 141.00,171.25 141.00,171.25
             141.00,171.25 144.00,173.50 144.00,173.50
             144.00,173.50 146.50,176.75 146.50,176.75
             146.50,176.75 148.75,180.75 148.75,180.75
             148.75,180.75 150.75,182.50 150.75,182.50
             150.75,182.50 152.50,186.50 152.50,186.50
             152.50,186.50 156.00,186.50 156.00,186.50
             156.00,186.50 158.75,185.25 158.75,185.25
             158.75,185.25 159.25,183.00 159.25,183.00
             159.25,183.00 164.50,183.00 164.50,183.00
             164.50,183.00 168.75,183.25 168.75,183.25
             168.75,183.25 172.75,180.50 172.75,180.50
             172.75,180.50 175.50,178.00 175.50,178.00
             175.50,178.00 178.75,177.00 178.75,177.00
             178.75,177.00 181.75,175.75 181.75,175.75
             181.75,175.75 185.75,175.25 185.75,175.25
             185.75,175.25 189.75,175.00 189.75,175.00
             189.75,175.00 193.75,175.50 193.75,175.50
             193.75,175.50 196.50,176.00 196.50,176.00
             196.50,176.00 200.50,176.75 200.75,176.75
             201.00,176.75 198.75,170.25 198.75,170.25
             198.75,170.25 196.75,165.75 196.75,165.75
             196.75,165.75 196.00,160.00 196.00,160.00
             196.00,160.00 196.25,153.50 196.25,153.50
             196.25,153.50 195.50,148.00 195.50,148.00
             195.50,148.00 196.25,144.00 196.25,144.00
             196.25,144.00 197.75,140.50 197.75,140.50
             197.75,140.50 199.25,137.50 199.25,137.50
             199.25,137.50 200.25,135.25 200.25,135.25
             200.25,135.25 202.25,131.50 202.25,131.50
             202.25,131.50 204.50,128.00 204.50,128.00
             204.50,128.00 203.25,126.25 203.25,126.25 Z" />
             
              <path id="Thisted"
                fill="white" stroke="black" stroke-width="2"
                        d="M 40.50,168.75
           C 40.50,168.75 42.25,173.00 42.25,173.00
             42.25,173.00 46.50,174.25 46.50,174.25
             46.50,174.25 50.25,176.75 50.25,176.75
             50.25,176.75 53.75,180.00 53.75,180.00
             53.75,180.00 54.25,183.75 54.25,183.75
             54.25,183.75 57.50,185.75 57.50,186.00
             57.50,186.25 59.25,184.25 59.25,184.25
             59.25,184.25 62.50,183.75 62.50,183.75
             62.50,183.75 63.75,181.00 63.75,181.00
             63.75,181.00 66.25,179.75 66.25,179.75
             66.25,179.75 68.00,176.75 68.00,176.75
             68.00,176.75 70.75,174.50 71.00,174.50
             71.25,174.50 76.25,174.00 76.25,174.00
             76.25,174.00 79.75,169.50 79.75,169.50
             79.75,169.50 83.25,166.50 83.25,166.50
             83.25,166.50 86.00,162.25 86.00,162.25
             86.00,162.25 88.50,159.00 88.50,159.00
             88.50,159.00 86.75,154.25 86.75,154.25
             86.75,154.25 85.75,151.25 85.75,151.25
             85.75,151.25 87.00,149.50 87.00,149.50
             87.00,149.50 89.25,149.50 89.50,149.50
             89.75,149.50 91.50,147.50 91.50,147.50
             91.50,147.50 91.75,143.75 91.75,143.75
             91.75,143.75 92.50,140.50 92.50,140.50
             92.50,140.50 92.25,137.75 92.25,137.75
             92.25,137.75 93.50,134.50 93.50,134.50
             93.50,134.50 95.50,132.75 95.50,132.75
             95.50,132.75 98.50,131.25 98.50,131.25
             98.50,131.25 100.75,130.75 100.75,130.75
             100.75,130.75 102.75,132.25 102.75,132.25
             102.75,132.25 104.25,131.00 104.25,131.00
             104.25,131.00 106.00,129.50 106.00,129.50
             106.00,129.50 109.25,129.00 109.00,129.00
             108.75,129.00 113.00,130.25 113.25,130.25
             113.50,130.25 116.00,130.50 116.00,130.50
             116.00,130.50 119.25,131.25 119.25,131.25
             119.25,131.25 121.75,130.25 121.75,130.25
             121.75,130.25 124.00,129.25 124.00,129.25
             124.00,129.25 125.00,128.00 125.00,128.00
             125.00,128.00 125.75,126.25 125.75,126.25
             125.75,126.25 126.50,123.75 126.50,123.75
             126.50,123.75 128.00,122.25 128.00,122.25
             128.00,122.25 130.00,121.75 130.00,121.75
             130.00,121.75 132.25,120.00 132.25,120.00
             132.25,120.00 132.75,112.25 132.75,112.25
             132.75,112.25 128.75,112.50 128.75,112.50
             128.75,112.50 124.25,112.50 124.25,112.50
             124.25,112.50 120.00,113.25 120.00,113.25
             120.00,113.25 115.50,113.50 115.25,113.50
             115.00,113.50 110.25,113.50 110.25,113.50
             110.25,113.50 107.75,113.50 107.75,113.50
             107.75,113.50 104.00,112.25 104.00,112.25
             104.00,112.25 100.25,111.75 100.25,111.75
             100.25,111.75 96.25,111.25 96.25,111.25
             96.25,111.25 93.25,113.00 93.25,113.00
             93.25,113.00 90.50,115.50 90.50,115.50
             90.50,115.50 86.75,117.00 86.75,117.00
             86.75,117.00 82.75,117.00 82.75,117.00
             82.75,117.00 78.50,117.25 78.50,117.25
             78.50,117.25 75.50,117.25 75.50,117.25
             75.50,117.25 72.75,115.50 72.75,115.50
             72.75,115.50 70.00,114.50 70.00,114.50
             70.00,114.50 67.00,114.25 67.00,114.25
             67.00,114.25 64.00,115.75 64.00,115.75
             64.00,115.75 62.00,119.25 62.00,119.25
             62.00,119.25 59.50,122.00 59.50,122.00
             59.50,122.00 57.50,123.75 57.50,123.75
             57.50,123.75 54.25,125.25 54.25,125.25
             54.25,125.25 52.50,127.75 52.50,127.75
             52.50,127.75 50.25,130.25 50.25,130.25
             50.25,130.25 48.50,133.00 48.50,133.00
             48.50,133.00 45.25,135.50 45.25,135.50
             45.25,135.50 42.25,139.50 42.25,139.50
             42.25,139.50 40.00,143.00 40.00,143.00
             40.00,143.00 37.25,146.75 37.25,146.75
             37.25,146.75 35.50,149.50 35.50,149.50
             35.50,149.50 34.25,152.75 34.25,152.75
             34.25,152.75 33.50,155.75 33.50,155.75
             33.50,155.75 32.75,159.25 32.75,159.25
             32.75,159.25 31.50,162.75 31.50,162.75
             31.50,162.75 31.75,165.00 32.00,165.00
             32.25,165.00 32.50,168.00 32.50,168.00
             32.50,168.00 34.75,168.50 34.75,168.50
             34.75,168.50 35.25,165.75 35.25,165.75
             35.25,165.75 35.00,163.25 35.00,163.25
             35.00,163.25 35.75,161.00 35.75,161.25
             35.75,161.50 37.25,162.50 37.50,162.50
             37.75,162.50 38.25,165.00 38.25,165.00
             38.25,165.00 40.50,168.75 40.50,168.75 Z" />
              
             <path id="Viborg"
                fill="white" stroke="black" stroke-width="2"
                        d="M 80.75,192.50
           C 80.75,192.50 77.75,190.00 77.75,190.00
             77.75,190.00 76.75,188.00 76.75,188.00
             76.75,188.00 74.75,184.50 74.75,184.50
             74.75,184.50 80.25,183.50 80.25,183.50
             80.25,183.50 81.75,179.50 81.75,179.50
             81.75,179.50 82.75,176.75 82.75,176.75
             82.75,176.75 84.50,174.25 84.50,174.25
             84.50,174.25 87.75,173.25 87.75,173.25
             87.75,173.25 87.50,169.75 87.50,169.75
             87.50,169.75 89.50,167.00 89.50,167.00
             89.50,167.00 90.00,164.25 90.00,164.25
             90.00,164.25 91.75,163.75 91.75,163.75
             91.75,163.75 95.75,161.00 95.75,161.00
             95.75,161.00 98.00,158.75 98.00,158.75
             98.00,158.75 97.50,156.25 97.50,156.25
             97.50,156.25 98.75,153.50 98.75,153.50
             98.75,153.50 102.75,153.50 102.75,153.50
             102.75,153.50 107.25,153.50 107.25,153.50
             107.25,153.50 106.75,157.50 106.75,157.50
             106.75,157.50 108.00,159.75 108.00,159.75
             108.00,159.75 110.00,160.25 110.00,160.25
             110.00,160.25 110.25,163.25 110.25,163.25
             110.25,163.25 111.00,166.25 111.00,166.25
             111.00,166.25 112.75,169.50 112.75,169.50
             112.75,169.50 113.50,173.50 113.50,173.50
             113.50,173.50 112.00,176.25 112.00,176.25
             112.00,176.25 109.75,177.75 109.75,177.75
             109.75,177.75 108.00,181.25 108.00,181.25
             108.00,181.25 105.00,183.50 105.00,183.50
             105.00,183.50 103.25,186.25 103.25,186.25
             103.25,186.25 103.25,191.75 103.25,191.75
             103.25,191.75 107.00,192.50 107.00,192.50
             107.00,192.50 108.00,189.00 108.00,189.00
             108.00,189.00 111.25,187.50 111.25,187.50
             111.25,187.50 112.00,186.00 112.00,186.00
             112.00,186.00 115.75,185.00 115.75,185.00
             115.75,185.00 118.50,185.00 118.50,185.00
             118.50,185.00 121.25,185.50 121.25,185.50
             121.25,185.50 120.50,189.25 120.50,189.25
             120.50,189.25 118.75,192.75 118.75,192.75
             118.75,192.75 120.00,196.75 120.00,196.75
             120.00,196.75 123.75,197.75 123.75,197.75
             123.75,197.75 128.75,197.25 128.75,197.25
             128.75,197.25 128.50,193.00 128.50,193.00
             128.50,193.00 123.25,193.50 123.25,193.50
             123.25,193.50 123.75,189.75 123.75,189.75
             123.75,189.75 124.75,185.50 124.75,185.50
             124.75,185.50 126.25,182.50 126.25,182.50
             126.25,182.50 126.25,179.00 126.25,179.00
             126.25,179.00 125.50,175.50 125.50,175.50
             125.50,175.50 127.25,172.75 127.25,172.75
             127.25,172.75 127.75,169.25 127.75,169.25
             127.75,169.25 132.50,170.00 132.50,170.00
             132.50,170.00 137.75,170.50 137.75,170.50
             137.75,170.50 142.25,172.50 142.25,172.50
             142.25,172.50 146.75,176.50 146.75,176.50
             146.75,176.50 149.00,181.50 149.00,181.50
             149.00,181.50 151.75,184.00 151.75,184.00
             151.75,184.00 152.00,186.75 152.00,186.75
             152.00,186.75 149.50,191.00 149.50,191.00
             149.50,191.00 152.75,190.50 152.75,190.50
             152.75,190.50 155.75,192.50 155.75,192.50
             155.75,192.50 157.75,194.75 157.75,194.75
             157.75,194.75 163.00,195.75 163.00,195.75
             163.00,195.75 165.50,198.75 165.50,198.75
             165.50,198.75 168.25,201.75 168.25,201.75
             168.25,201.75 171.00,201.75 171.00,202.00
             171.00,202.25 172.75,205.50 172.75,205.50
             172.75,205.50 177.00,206.25 177.00,206.25
             177.00,206.25 176.75,208.50 176.75,208.50
             176.75,208.50 174.50,211.50 174.50,211.50
             174.50,211.50 173.25,214.25 173.25,214.25
             173.25,214.25 170.50,215.00 170.50,215.00
             170.50,215.00 169.50,217.50 169.50,217.50
             169.50,217.50 168.50,221.00 168.50,221.00
             168.50,221.00 170.50,223.75 170.50,223.75
             170.50,223.75 174.25,225.50 174.25,225.50
             174.25,225.50 172.50,227.75 172.50,227.75
             172.50,227.75 173.00,230.25 173.00,230.25
             173.00,230.25 173.75,233.75 173.75,233.75
             173.75,233.75 171.25,233.25 171.25,233.25
             171.25,233.25 167.50,234.00 167.50,234.00
             167.50,234.00 165.50,235.50 165.50,235.50
             165.50,235.50 163.00,236.50 163.00,236.50
             163.00,236.50 159.75,235.25 159.75,235.25
             159.75,235.25 158.25,232.50 158.25,232.50
             158.25,232.50 155.75,230.50 155.75,230.50
             155.75,230.50 151.00,230.00 151.00,230.00
             151.00,230.00 150.25,234.25 150.25,234.25
             150.25,234.25 150.00,238.00 150.25,238.00
             150.50,238.00 151.00,242.25 151.00,242.25
             151.00,242.25 149.25,244.50 149.25,244.50
             149.25,244.50 147.50,246.75 147.50,246.75
             147.50,246.75 144.00,246.75 144.00,246.50
             144.00,246.25 142.50,243.50 142.50,243.50
             142.50,243.50 141.25,245.50 141.25,245.50
             141.25,245.50 139.25,245.75 139.25,245.75
             139.25,245.75 138.75,248.25 138.75,248.25
             138.75,248.25 137.75,251.50 137.75,251.50
             137.75,251.50 135.75,253.00 135.75,253.00
             135.75,253.00 134.25,253.25 134.25,253.25
             134.25,253.25 125.25,253.50 125.25,253.50
             125.25,253.50 123.50,251.00 123.50,251.00
             123.50,251.00 120.75,250.75 120.75,250.75
             120.75,250.75 118.00,249.50 118.00,249.50
             118.00,249.50 117.75,247.00 117.75,247.00
             117.75,247.00 119.75,245.25 119.50,245.25
             119.25,245.25 117.25,242.75 117.25,242.75
             117.25,242.75 113.75,239.25 113.75,239.25
             113.75,239.25 113.00,236.00 113.00,236.00
             113.00,236.00 114.00,233.00 114.00,233.00
             114.00,233.00 111.50,230.00 111.50,230.00
             111.50,230.00 109.75,227.25 109.75,227.25
             109.75,227.25 107.50,225.25 107.50,225.25
             107.50,225.25 106.75,222.50 106.75,222.50
             106.75,222.50 104.75,219.00 104.75,219.00
             104.75,219.00 103.00,216.75 103.00,216.75
             103.00,216.75 100.00,215.00 100.00,215.00
             100.00,215.00 97.75,213.25 97.75,213.25
             97.75,213.25 98.00,210.00 98.00,210.00
             98.00,210.00 97.25,207.25 97.25,207.25
             97.25,207.25 97.50,203.75 97.50,203.75
             97.50,203.75 96.50,199.75 96.50,199.75
             96.50,199.75 98.00,197.25 98.00,197.25
             98.00,197.25 99.25,193.25 99.25,193.25
             99.25,193.25 96.50,193.50 96.50,193.50
             96.50,193.50 93.00,194.75 93.00,194.75
             93.00,194.75 90.00,194.50 90.00,194.50
             90.00,194.50 88.25,195.25 88.25,195.25
             88.25,195.25 86.00,193.50 86.00,193.50
             86.00,193.50 84.25,192.00 84.25,192.00
             84.25,192.00 80.75,192.50 80.75,192.50 Z" />
             
             <path id="RingkÃ"
                fill="white" stroke="black" stroke-width="2"
                        d="M 52.50,300.25
           C 52.50,300.25 55.50,302.50 55.50,302.50
             55.50,302.50 58.50,303.00 58.50,303.00
             58.50,303.00 58.25,300.25 58.25,300.25
             58.25,300.25 59.75,296.75 59.75,296.75
             59.75,296.75 57.25,295.25 57.25,295.25
             57.25,295.25 56.25,292.75 56.25,292.75
             56.25,292.75 58.00,292.25 58.00,292.25
             58.00,292.25 60.75,293.50 60.75,293.50
             60.75,293.50 65.25,293.25 65.25,293.25
             65.25,293.25 67.50,292.00 67.50,292.00
             67.50,292.00 70.00,294.00 70.00,294.00
             70.00,294.00 70.50,296.75 70.50,296.75
             70.50,296.75 75.50,298.25 75.50,298.25
             75.50,298.25 79.75,297.00 79.75,297.00
             79.75,297.00 78.75,294.75 78.75,294.75
             78.75,294.75 79.25,292.50 79.25,292.50
             79.25,292.50 80.25,289.50 80.25,289.50
             80.25,289.50 81.75,287.00 81.75,287.00
             81.75,287.00 87.75,286.25 87.75,286.25
             87.75,286.25 91.25,287.25 91.25,287.25
             91.25,287.25 93.75,286.50 93.75,286.50
             93.75,286.50 96.25,284.00 96.25,284.00
             96.25,284.00 96.00,280.75 96.00,280.75
             96.00,280.75 96.50,277.25 96.50,277.25
             96.50,277.25 94.75,274.50 94.75,274.50
             94.75,274.50 96.50,273.00 96.50,273.00
             96.50,273.00 100.50,274.00 100.50,274.00
             100.50,274.00 105.25,273.75 105.25,273.75
             105.25,273.75 107.25,270.00 107.25,270.00
             107.25,270.00 109.50,269.00 109.50,269.00
             109.50,269.00 110.00,266.00 110.00,266.00
             110.00,266.00 108.50,264.75 108.50,264.75
             108.50,264.75 108.25,262.25 108.25,262.50
             108.25,262.75 112.00,263.00 112.00,263.00
             112.00,263.00 115.25,263.50 115.25,263.50
             115.25,263.50 118.25,264.25 118.25,264.25
             118.25,264.25 121.00,263.00 121.00,263.00
             121.00,263.00 122.25,261.00 122.25,261.00
             122.25,261.00 119.00,259.75 119.00,259.75
             119.00,259.75 117.25,258.50 117.25,258.50
             117.25,258.50 120.75,258.50 121.00,258.75
             121.25,259.00 125.25,259.50 125.25,259.50
             125.25,259.50 128.00,260.50 128.00,260.50
             128.00,260.50 130.50,260.25 130.50,260.25
             130.50,260.25 129.75,255.00 129.75,255.00
             129.75,255.00 126.75,254.75 126.75,254.75
             126.75,254.75 124.25,254.00 124.25,254.00
             124.25,254.00 122.50,251.50 122.50,251.50
             122.50,251.50 119.00,250.33 119.00,250.33
             119.00,250.33 118.50,247.50 118.50,247.50
             118.50,247.50 120.00,245.50 120.00,245.50
             120.00,245.50 118.00,243.00 118.00,243.00
             118.00,243.00 115.50,240.75 115.50,240.75
             115.50,240.75 114.00,238.75 114.00,238.75
             114.00,238.75 113.75,235.25 113.75,235.25
             113.75,235.25 114.50,232.75 114.50,232.75
             114.50,232.75 112.50,230.00 112.50,230.00
             112.50,230.00 110.00,227.75 110.00,227.75
             110.00,227.75 108.00,224.25 108.00,224.25
             108.00,224.25 107.75,221.50 107.75,221.50
             107.75,221.50 105.75,218.50 105.75,218.50
             105.75,218.50 103.25,216.00 103.25,216.00
             103.25,216.00 101.00,214.00 101.00,214.00
             101.00,214.00 99.00,211.75 99.00,211.75
             99.00,211.75 99.25,208.75 99.25,208.75
             99.25,208.75 98.75,205.75 98.75,205.75
             98.75,205.75 99.00,202.50 99.00,202.50
             99.00,202.50 98.50,199.75 98.50,199.75
             98.50,199.75 99.50,197.50 99.50,197.50
             99.50,197.50 100.00,195.50 100.00,195.50
             100.00,195.50 100.75,193.00 100.75,193.00
             100.75,193.00 97.25,191.75 97.25,191.75
             97.25,191.75 95.00,193.00 95.00,193.00
             95.00,193.00 93.25,194.00 93.25,194.00
             93.25,194.00 91.00,194.50 91.00,194.50
             91.00,194.50 89.25,196.00 89.25,196.00
             89.25,196.00 87.50,193.50 87.50,193.50
             87.50,193.50 85.00,191.00 85.00,191.00
             85.00,191.00 81.50,192.00 81.50,192.00
             81.50,192.00 79.50,194.00 79.50,194.00
             79.50,194.00 77.50,196.00 77.50,196.00
             77.50,196.00 77.25,199.00 77.25,199.00
             77.25,199.00 77.75,203.25 77.75,203.25
             77.75,203.25 73.75,204.75 73.75,204.75
             73.75,204.75 70.25,205.50 70.25,205.50
             70.25,205.50 67.75,204.00 67.75,204.00
             67.75,204.00 66.50,201.75 66.50,201.75
             66.50,201.75 64.50,202.50 64.50,202.50
             64.50,202.50 66.00,199.75 66.00,199.75
             66.00,199.75 69.00,198.25 69.00,198.25
             69.00,198.25 69.75,195.50 69.75,195.50
             69.75,195.50 71.25,192.75 71.25,192.75
             71.25,192.75 73.00,189.25 73.00,189.25
             73.00,189.25 70.00,188.50 70.00,188.50
             70.00,188.50 68.50,191.00 68.50,191.00
             68.50,191.00 66.75,195.50 66.75,195.50
             66.75,195.50 64.50,193.75 64.50,193.75
             64.50,193.75 64.25,190.50 64.25,190.50
             64.25,190.50 61.00,193.00 61.00,193.00
             61.00,193.00 56.75,192.75 56.75,192.75
             56.75,192.75 54.25,191.50 54.25,191.50
             54.25,191.50 51.50,190.00 51.50,190.00
             51.50,190.00 48.75,188.50 48.75,188.50
             48.75,188.50 45.25,188.75 45.25,188.75
             45.25,188.75 42.50,188.50 42.50,188.50
             42.50,188.50 42.00,191.75 42.00,191.75
             42.00,191.75 39.75,188.50 39.75,188.25
             39.75,188.00 41.25,186.25 41.25,186.25
             41.25,186.25 37.00,185.00 37.00,185.00
             37.00,185.00 36.50,182.75 36.50,182.75
             36.50,182.75 34.50,181.00 34.50,181.00
             34.50,181.00 34.75,177.50 34.75,177.50
             34.75,177.50 36.75,174.75 36.75,174.75
             36.75,174.75 37.00,171.75 37.00,171.75
             37.00,171.75 34.75,170.25 34.75,170.25
             34.75,170.25 32.50,172.50 32.50,172.50
             32.50,172.50 31.00,177.00 31.00,177.00
             31.00,177.00 28.75,182.25 28.75,182.25
             28.75,182.25 26.75,186.75 26.75,186.75
             26.75,186.75 26.00,192.75 26.00,192.75
             26.00,192.75 24.75,200.00 24.75,200.00
             24.75,200.00 24.75,204.75 24.75,204.75
             24.75,204.75 24.75,210.00 24.75,210.00
             24.75,210.00 23.75,214.50 23.75,214.50
             23.75,214.50 24.50,218.00 24.50,218.00
             24.50,218.00 24.50,222.25 24.50,222.25
             24.50,222.25 24.25,226.25 24.25,226.25
             24.25,226.25 24.00,233.00 24.00,233.00
             24.00,233.00 23.75,239.75 23.75,239.75
             23.75,239.75 23.00,246.75 23.00,246.75
             23.00,246.75 21.25,251.00 21.25,251.25
             21.25,251.50 21.00,256.25 21.00,256.25
             21.00,256.25 20.00,261.50 20.00,261.50
             20.00,261.50 21.00,267.50 21.00,267.75
             21.00,268.00 23.50,274.50 23.50,274.50
             23.50,274.50 23.25,280.00 23.25,280.00
             23.25,280.00 24.00,286.00 24.00,286.00
             24.00,286.00 24.25,291.00 24.25,291.00
             24.25,291.00 25.25,294.00 25.25,294.00
             25.25,294.00 29.00,294.00 29.00,294.00
             29.00,294.00 31.00,296.75 31.00,296.75
             31.00,296.75 35.00,298.00 35.00,298.00
             35.00,298.00 38.75,297.00 38.75,297.00
             38.75,297.00 40.50,295.00 40.50,295.00
             40.50,295.00 44.50,297.00 44.50,297.00
             44.50,297.00 47.50,300.00 47.50,300.00
             47.50,300.00 49.00,302.75 49.00,302.75" />
             
              <path id="LÃsÃ"
                fill="white" stroke="black" stroke-width="2"

                     d="M 232.18,69.27
           C 232.18,69.27 236.36,68.73 236.36,68.73
             236.36,68.73 236.91,71.27 236.91,71.27
             236.91,71.27 238.36,72.00 238.36,72.00
             238.36,72.00 239.27,73.27 239.27,73.27
             239.27,73.27 238.73,75.82 238.73,75.82
             238.73,75.82 240.91,75.27 240.91,75.27
             240.91,75.27 242.55,75.27 242.55,75.27
             242.55,75.27 244.00,74.00 244.00,74.00
             244.00,74.00 243.64,71.27 243.64,71.27
             243.64,71.27 245.27,70.36 245.27,70.36
             245.27,70.36 246.55,68.91 246.73,69.09
             246.91,69.27 248.00,67.27 248.00,67.27
             248.00,67.27 247.82,64.55 247.82,64.55
             247.82,64.55 247.82,62.55 247.82,62.55
             247.82,62.55 249.27,62.18 249.27,62.18
             249.27,62.18 250.18,61.27 250.36,61.27
             250.55,61.27 252.91,61.27 252.91,61.27
             252.91,61.27 254.00,63.27 254.00,63.27
             254.00,63.27 255.64,62.91 255.82,62.91
             256.00,62.91 256.00,60.36 256.00,60.36
             256.00,60.36 255.82,58.00 255.82,58.00
             255.82,58.00 255.45,56.00 255.45,56.00
             255.45,56.00 252.91,56.00 252.91,56.00
             252.91,56.00 251.09,55.64 251.09,55.64
             251.09,55.64 248.91,56.55 248.91,56.55
             248.91,56.55 246.55,56.91 246.55,56.91
             246.55,56.91 243.82,56.55 243.82,56.55
             243.82,56.55 242.36,57.27 242.36,57.45
             242.36,57.64 241.09,58.73 241.09,58.73
             241.09,58.73 238.18,58.91 238.18,58.91
             238.18,58.91 235.82,58.73 235.82,58.91
             235.82,59.09 234.55,60.18 234.55,60.18
             234.55,60.18 233.27,62.18 233.27,62.18
             233.27,62.18 232.00,63.64 232.00,63.64
             232.00,63.64 231.27,64.55 231.27,64.55
             231.27,64.55 229.27,66.55 229.27,66.55
             229.27,66.55 230.36,68.55 230.36,68.55
             230.36,68.55 232.18,69.27 232.18,69.27 Z" />
              
             <path id="Anholt"
                fill="white" stroke="black" stroke-width="2"  
                        d="M 310.00,188.91
           C 310.00,188.91 310.36,191.45 310.36,191.45
             310.36,191.45 312.00,192.73 312.00,192.73
             312.00,192.73 315.09,192.91 315.09,192.91
             315.09,192.91 316.18,191.45 316.18,191.45
             316.18,191.45 317.09,190.00 317.09,190.00
             317.09,190.00 318.18,189.27 318.18,189.27
             318.18,189.27 320.55,188.18 320.55,188.18
             320.55,188.18 320.36,185.64 320.36,185.64
             320.36,185.64 318.55,185.27 318.55,185.27
             318.55,185.27 316.55,185.27 316.55,185.27
             316.55,185.27 315.27,186.55 315.27,186.55
             315.27,186.55 313.45,186.55 313.45,186.55
             313.45,186.55 311.64,186.18 311.64,186.18
             311.64,186.18 310.55,186.18 310.55,186.18
             310.55,186.18 310.00,188.91 310.00,188.91 Z" />
             
              <path id="SamsÃ"
                fill="white" stroke="black" stroke-width="2" 
                        d="M 262.73,287.64
           C 262.73,287.64 264.18,286.36 264.18,286.36
             264.18,286.36 264.91,284.00 264.91,284.00
             264.91,284.00 265.09,281.09 265.09,281.09
             265.09,281.09 265.09,278.36 265.09,278.36
             265.09,278.36 266.55,276.36 266.55,276.36
             266.55,276.36 268.18,274.36 268.18,274.36
             268.18,274.36 268.55,272.55 268.55,272.55
             268.55,272.55 269.09,270.73 269.09,270.73
             269.09,270.73 268.36,268.91 268.36,268.91
             268.36,268.91 270.36,268.18 270.36,268.18
             270.36,268.18 271.09,266.91 271.09,266.91
             271.09,266.91 270.00,265.64 270.00,265.64
             270.00,265.64 266.73,265.64 266.73,265.64
             266.73,265.64 266.73,269.09 266.73,269.09
             266.73,269.09 266.00,271.45 266.00,271.45
             266.00,271.45 265.09,269.45 265.09,269.45
             265.09,269.45 264.73,267.27 264.73,267.27
             264.73,267.27 262.55,266.00 262.55,266.18
             262.55,266.36 261.09,265.82 261.09,265.82
             261.09,265.82 260.36,264.18 260.36,264.18
             260.36,264.18 259.64,258.36 259.64,258.36
             259.64,258.36 257.09,258.91 257.09,258.91
             257.09,258.91 255.09,260.36 255.09,260.36
             255.09,260.36 254.91,263.45 254.91,263.45
             254.91,263.45 256.36,265.82 256.36,265.82
             256.36,265.82 258.55,267.45 258.55,267.45
             258.55,267.45 260.55,269.27 260.55,269.27
             260.55,269.27 260.36,271.45 260.36,271.45
             260.36,271.45 259.82,274.00 259.82,274.00
             259.82,274.00 258.18,274.55 258.18,274.55
             258.18,274.55 257.09,274.91 257.09,274.91
             257.09,274.91 255.45,276.91 255.45,276.91
             255.45,276.91 254.91,279.27 254.91,279.27
             254.91,279.27 254.73,282.00 254.73,282.00
             254.73,282.00 255.45,284.36 255.45,284.36
             255.45,284.36 256.18,286.18 256.18,286.18
             256.18,286.18 256.55,287.45 256.55,287.45
             256.55,287.45 258.36,287.64 258.36,287.64
             258.36,287.64 262.73,287.64 262.73,287.64 Z" />
              
              <path id="Bornholm"
                fill="white" stroke="black" stroke-width="2"
                        d="M 403.27,47.64
           C 403.27,47.64 404.00,44.91 404.00,44.91
             404.00,44.91 405.27,42.36 405.27,42.36
             405.27,42.36 406.91,40.55 406.91,40.55
             406.91,40.55 406.73,37.64 406.73,37.64
             406.73,37.64 408.18,35.82 408.18,35.82
             408.18,35.82 408.91,34.55 408.91,34.55
             408.91,34.55 409.82,35.82 409.82,36.00
             409.82,36.18 411.82,38.00 411.82,38.00
             411.82,38.00 413.45,40.36 413.45,40.36
             413.45,40.36 415.27,42.91 415.27,42.91
             415.27,42.91 418.55,44.00 418.55,44.00
             418.55,44.00 421.27,46.00 421.27,46.00
             421.27,46.00 424.18,48.00 424.18,48.00
             424.18,48.00 425.82,48.91 425.82,48.91
             425.82,48.91 428.00,50.00 428.00,50.00
             428.00,50.00 429.82,51.27 429.82,51.27
             429.82,51.27 431.82,53.09 431.82,53.09
             431.82,53.09 434.36,54.55 434.36,54.55
             434.36,54.55 437.27,56.00 437.27,56.00
             437.27,56.00 438.73,56.36 438.73,56.36
             438.73,56.36 440.73,57.45 440.73,57.45
             440.73,57.45 441.82,59.45 441.82,59.45
             441.82,59.45 441.09,60.73 441.09,60.73
             441.09,60.73 441.64,62.18 441.64,62.18
             441.64,62.18 441.82,64.18 441.82,64.18
             441.82,64.18 441.45,65.27 441.45,65.27
             441.45,65.27 440.55,67.45 440.55,67.45
             440.55,67.45 439.45,68.91 439.45,68.91
             439.45,68.91 439.27,71.09 439.27,71.09
             439.27,71.09 438.91,73.09 438.91,73.09
             438.91,73.09 439.45,75.09 439.45,75.09
             439.45,75.09 438.00,76.55 438.00,76.55
             438.00,76.55 437.09,78.36 437.09,78.36
             437.09,78.36 435.09,80.00 435.09,80.00
             435.09,80.00 432.18,78.91 432.18,78.91
             432.18,78.91 430.55,79.09 430.55,79.09
             430.55,79.09 428.73,79.09 428.73,79.09
             428.73,79.09 426.18,77.45 426.18,77.45
             426.18,77.45 424.36,76.91 424.36,76.91
             424.36,76.91 421.82,76.00 421.82,76.00
             421.82,76.00 420.18,74.00 420.18,74.00
             420.18,74.00 417.09,73.27 417.09,73.27
             417.09,73.27 414.91,72.55 414.91,72.55
             414.91,72.55 412.55,71.45 412.55,71.45
             412.55,71.45 409.45,70.73 409.45,70.73
             409.45,70.73 408.55,69.27 408.36,69.27
             408.18,69.27 406.73,68.55 406.73,68.55
             406.73,68.55 405.82,67.82 405.82,67.82
             405.82,67.82 403.64,67.27 403.64,67.27
             403.64,67.27 402.91,64.91 402.91,64.91
             402.91,64.91 402.91,61.45 402.91,61.45
             402.91,61.45 404.00,60.18 404.00,60.18
             404.00,60.18 403.45,57.27 403.45,57.27
             403.45,57.27 403.45,55.27 403.45,55.27
             403.45,55.27 402.36,54.00 402.36,54.00
             402.36,54.00 403.09,51.45 403.09,51.45
             403.09,51.45 403.27,47.64 403.27,47.64 Z" />
              
               <path id="SprogÃ"
                fill="white" stroke="black" stroke-width="2"
                        d="M 277.64,364.00
           C 277.64,364.00 277.36,363.09 277.36,363.09
             277.36,363.09 279.45,362.82 279.45,362.82
             279.45,362.82 279.73,362.09 279.73,362.09
             279.73,362.09 281.00,361.82 281.00,361.82
             281.00,361.82 282.64,362.09 282.64,362.09
             282.64,362.09 283.45,362.73 283.45,362.73
             283.45,362.73 285.18,363.18 285.18,363.18
             285.18,363.18 284.36,364.00 284.36,364.00
             284.36,364.00 283.91,364.91 283.91,364.91
             283.91,364.91 282.36,364.82 282.45,364.82
             282.55,364.82 280.64,365.00 280.64,365.00
             280.64,365.00 279.00,364.91 279.00,364.91
             279.00,364.91 277.64,364.00 277.64,364.00 Z" />
               
             <path id="Endelave"
                fill="white" stroke="black" stroke-width="2" 
                        d="M 195.00,300.91
           C 195.00,300.91 194.45,300.09 194.45,300.09
             194.45,300.09 193.73,299.64 193.73,299.64
             193.73,299.64 193.45,298.45 193.55,298.45
             193.64,298.45 194.91,297.82 194.82,297.82
             194.73,297.82 195.82,297.27 195.82,297.27
             195.82,297.27 197.09,296.73 197.09,296.82
             197.09,296.91 198.00,296.82 198.18,296.91
             198.36,297.00 198.82,296.18 198.82,296.18
             198.82,296.18 199.82,295.45 199.82,295.45
             199.82,295.45 199.73,294.45 199.73,294.45
             199.73,294.45 200.55,293.82 200.55,293.82
             200.55,293.82 201.73,294.09 201.73,294.09
             201.73,294.09 202.00,295.18 202.00,295.18
             202.00,295.18 202.91,296.18 202.91,296.18
             202.91,296.18 202.91,297.36 202.91,297.36
             202.91,297.36 203.18,298.36 203.18,298.36
             203.18,298.36 202.18,299.00 202.18,299.00
             202.18,299.00 202.18,300.18 202.18,300.18
             202.18,300.18 202.09,301.36 202.09,301.36
             202.09,301.36 200.82,301.73 200.82,301.73
             200.82,301.73 199.82,301.36 199.82,301.36
             199.82,301.36 198.55,300.91 198.55,300.91
             198.55,300.91 197.36,300.73 197.36,300.82
             197.36,300.91 196.36,301.00 196.36,301.00
             196.36,301.00 195.00,300.91 195.00,300.91 Z" />  
             
              <path id="Randers"
                fill="white" stroke="black" stroke-width="2"
                        d="M 174.36,225.82
           C 174.55,226.00 173.09,224.18 173.09,224.18
             173.09,224.18 170.73,223.45 170.73,223.45
             170.73,223.45 169.45,222.00 169.45,222.00
             169.45,222.00 169.45,220.00 169.45,220.00
             169.45,220.00 169.45,218.73 169.45,218.73
             169.45,218.73 169.64,216.91 169.64,216.91
             169.64,216.91 170.00,215.64 170.00,215.64
             170.00,215.64 171.45,215.09 171.64,215.09
             171.82,215.09 173.27,214.73 173.45,214.73
             173.64,214.73 174.18,213.45 174.18,213.45
             174.18,213.45 174.73,211.27 174.73,211.27
             174.73,211.27 175.64,210.36 175.64,210.36
             175.64,210.36 177.45,209.45 177.45,209.45
             177.45,209.45 177.64,207.09 177.64,207.09
             177.64,207.09 176.36,205.82 176.36,205.82
             176.36,205.82 173.82,205.64 173.82,205.64
             173.82,205.64 172.55,204.18 172.55,204.18
             172.55,204.18 171.64,203.09 171.64,203.09
             171.64,203.09 170.55,202.36 170.55,202.36
             170.55,202.36 168.55,201.45 168.55,201.45
             168.55,201.45 167.09,200.36 167.09,200.36
             167.09,200.36 166.18,198.73 166.18,198.73
             166.18,198.73 165.27,197.45 165.27,197.45
             165.27,197.45 164.18,195.64 164.18,195.64
             164.18,195.64 162.36,194.73 162.36,194.73
             162.36,194.73 159.27,195.09 159.27,195.09
             159.27,195.09 158.00,194.91 158.00,194.91
             158.00,194.91 157.45,193.27 157.45,193.27
             157.45,193.27 155.82,191.45 155.82,191.45
             155.82,191.45 154.18,191.09 154.18,191.09
             154.18,191.09 152.55,190.55 152.55,190.55
             152.55,190.55 150.73,190.18 150.73,190.18
             150.73,190.18 151.64,188.55 151.64,188.55
             151.64,188.55 153.27,187.09 153.27,187.09
             153.27,187.09 154.36,187.09 154.36,187.09
             154.36,187.09 156.91,186.91 156.91,186.91
             156.91,186.91 158.73,186.00 158.73,186.18
             158.73,186.36 158.73,183.09 158.73,183.09
             158.73,183.09 161.64,183.09 161.64,183.09
             161.64,183.09 165.82,183.27 165.82,183.27
             165.82,183.27 168.36,182.73 168.36,182.73
             168.36,182.73 171.45,181.82 171.45,181.82
             171.45,181.82 173.45,179.82 173.45,179.82
             173.45,179.82 175.64,178.55 175.64,178.55
             175.64,178.55 177.82,177.27 177.82,177.27
             177.82,177.27 180.91,176.73 180.91,176.73
             180.91,176.73 184.00,176.36 184.00,176.36
             184.00,176.36 185.82,176.00 185.82,176.00
             185.82,176.00 189.64,176.18 189.64,176.18
             189.64,176.18 194.00,176.00 194.00,176.18
             194.00,176.36 196.91,176.55 196.91,176.55
             196.91,176.55 199.27,176.36 199.27,176.36
             199.27,176.36 201.27,176.73 201.27,176.73
             201.27,176.73 202.18,178.55 202.18,178.55
             202.18,178.55 201.64,180.73 201.64,180.73
             201.64,180.73 202.18,182.36 202.36,182.36
             202.55,182.36 202.91,184.18 202.91,184.18
             202.91,184.18 201.82,185.64 201.82,185.64
             201.82,185.64 200.36,186.55 200.36,186.55
             200.36,186.55 198.91,188.18 199.09,188.18
             199.27,188.18 200.91,190.18 200.91,190.18
             200.91,190.18 201.64,192.36 201.64,192.36
             201.64,192.36 202.55,194.55 202.55,194.55
             202.55,194.55 203.45,196.73 203.45,196.73
             203.45,196.73 205.27,197.64 205.27,197.64
             205.27,197.64 206.73,198.73 206.73,198.73
             206.73,198.73 208.91,200.00 208.91,200.00
             208.91,200.00 211.64,200.73 211.64,200.73
             211.64,200.73 213.64,201.45 213.64,201.45
             213.64,201.45 215.45,200.73 215.45,200.73
             215.45,200.73 217.64,200.55 217.64,200.55
             217.64,200.55 220.55,200.00 220.55,200.00
             220.55,200.00 222.36,199.64 222.36,199.64
             222.36,199.64 224.91,198.55 224.91,198.55
             224.91,198.55 228.00,198.55 228.00,198.55
             228.00,198.55 231.64,198.73 231.64,198.73
             231.64,198.73 234.36,199.09 234.36,199.09
             234.36,199.09 236.73,199.82 236.73,199.82
             236.73,199.82 237.82,202.36 237.82,202.36
             237.82,202.36 239.27,204.36 239.27,204.36
             239.27,204.36 240.91,206.00 240.91,206.00
             240.91,206.00 242.36,207.27 242.36,207.27
             242.36,207.27 244.18,209.09 244.18,209.09
             244.18,209.09 245.09,210.91 245.09,210.91
             245.09,210.91 244.73,212.55 244.73,212.55
             244.73,212.55 243.64,213.45 243.64,213.45
             243.64,213.45 242.36,214.91 242.36,214.91
             242.36,214.91 242.18,217.09 242.18,217.09
             242.18,217.09 242.00,220.00 242.18,220.18
             242.36,220.36 242.55,222.73 242.55,222.73
             242.55,222.73 242.36,225.27 242.36,225.27
             242.36,225.27 241.09,227.27 241.09,227.27
             241.09,227.27 240.00,228.73 239.82,228.73
             239.64,228.73 238.91,230.18 238.91,230.18
             238.91,230.18 237.64,232.00 237.64,232.00
             237.64,232.00 236.55,233.45 236.55,233.45
             236.55,233.45 235.27,234.91 235.27,234.91
             235.27,234.91 234.73,237.09 234.73,237.09
             234.73,237.09 233.64,238.73 233.64,238.73
             233.64,238.73 232.55,240.00 232.55,240.00
             232.55,240.00 230.91,240.91 230.91,240.91
             230.91,240.91 230.18,242.18 230.18,242.18
             230.18,242.18 229.45,244.73 229.45,244.73
             229.45,244.73 229.27,247.09 229.27,247.09
             229.27,247.09 229.27,249.64 229.27,249.64
             229.27,249.64 228.73,250.91 228.73,251.09
             228.73,251.27 228.36,253.45 228.18,253.45
             228.00,253.45 225.64,253.82 225.45,253.82
             225.27,253.82 223.27,253.45 223.27,253.27
             223.27,253.09 222.18,251.27 222.18,251.27
             222.18,251.27 221.27,250.36 221.27,250.36
             221.27,250.36 220.36,249.27 220.36,249.27
             220.36,249.27 219.27,247.64 219.27,247.64
             219.27,247.64 220.00,246.36 220.00,246.36
             220.00,246.36 221.82,246.36 222.00,246.55
             222.18,246.73 222.55,243.27 222.55,243.27
             222.55,243.27 219.27,243.09 219.27,243.09
             219.27,243.09 218.55,244.18 218.55,244.18
             218.55,244.18 217.45,246.73 217.45,246.73
             217.45,246.73 216.55,247.82 216.55,247.82
             216.55,247.82 214.91,249.82 214.91,249.82
             214.91,249.82 214.18,250.73 214.18,250.73
             214.18,250.73 216.18,252.73 216.18,252.73
             216.18,252.73 216.55,255.45 216.55,255.45
             216.55,255.45 216.00,257.64 216.00,257.64
             216.00,257.64 214.91,259.64 214.91,259.64
             214.91,259.64 212.73,260.55 212.73,260.55
             212.73,260.55 211.27,258.91 211.27,258.91
             211.27,258.91 210.73,257.09 210.73,257.09
             210.73,257.09 210.00,256.00 210.00,256.00
             210.00,256.00 209.45,253.45 209.45,253.45
             209.45,253.45 210.91,252.55 211.09,252.55
             211.27,252.55 212.73,251.09 212.73,251.09
             212.73,251.09 211.64,249.82 211.64,249.82
             211.64,249.82 210.18,249.45 210.18,249.45
             210.18,249.45 208.73,249.27 208.73,249.27
             208.73,249.27 206.91,250.73 206.91,250.73
             206.91,250.73 205.64,251.64 205.64,251.64
             205.64,251.64 203.45,251.09 203.45,251.09
             203.45,251.09 201.45,249.27 201.45,249.27
             201.45,249.27 201.27,248.00 201.27,248.00
             201.27,248.00 199.82,247.45 199.82,247.45
             199.82,247.45 199.64,245.27 199.64,245.27
             199.64,245.27 201.27,244.73 201.27,244.73
             201.27,244.73 203.45,244.36 203.45,244.36
             203.45,244.36 205.45,243.27 205.45,243.27
             205.45,243.27 206.73,242.73 206.73,242.73
             206.73,242.73 207.82,241.82 207.82,241.82
             207.82,241.82 207.82,240.55 207.82,240.55
             207.82,240.55 208.55,239.45 208.55,239.45
             208.55,239.45 209.64,238.18 209.64,238.18
             209.64,238.18 209.27,236.55 209.27,236.55
             209.27,236.55 208.36,235.64 208.36,235.64
             208.36,235.64 207.45,234.00 207.45,234.00
             207.45,234.00 206.73,232.91 206.73,232.91
             206.73,232.91 204.91,233.45 204.91,233.45
             204.91,233.45 203.82,234.00 203.82,234.00
             203.82,234.00 203.45,235.27 203.45,235.27
             203.45,235.27 202.36,235.64 202.18,235.64
             202.00,235.64 201.64,236.91 201.64,236.91
             201.64,236.91 200.73,238.36 200.91,238.55
             201.09,238.73 200.36,240.91 200.36,240.91
             200.36,240.91 199.09,241.82 199.09,241.82
             199.09,241.82 197.82,242.73 197.82,242.73
             197.82,242.73 196.73,243.82 196.73,243.82
             196.73,243.82 195.64,245.82 195.64,245.82
             195.64,245.82 194.36,246.73 194.55,246.73
             194.73,246.73 194.36,244.73 194.36,244.73
             194.36,244.73 193.64,242.91 193.64,242.91
             193.64,242.91 193.27,240.55 193.27,240.55
             193.27,240.55 192.00,240.18 192.00,240.18
             192.00,240.18 190.36,240.00 190.36,240.00
             190.36,240.00 190.36,238.00 190.36,238.00
             190.36,238.00 189.27,237.09 189.27,237.09
             189.27,237.09 187.64,234.55 187.64,234.73
             187.64,234.91 189.45,234.18 189.45,234.18
             189.45,234.18 188.73,232.91 188.73,232.91
             188.73,232.91 186.73,232.18 186.73,232.18
             186.73,232.18 184.73,234.18 184.73,234.18
             184.73,234.18 183.09,233.82 183.09,233.82
             183.09,233.82 182.00,232.36 182.00,232.36
             182.00,232.36 181.09,230.55 181.09,230.55
             181.09,230.55 180.55,229.45 180.55,229.45
             180.55,229.45 179.45,228.73 179.45,228.73
             179.45,228.73 176.91,228.73 176.91,228.73
             176.91,228.73 175.45,228.55 175.45,228.55
             175.45,228.55 173.45,228.55 173.45,228.55
             173.45,228.55 174.18,225.64 174.36,225.82 Z" />
              
              <path id="Ãrhus"
                fill="white" stroke="black" stroke-width="2" 
                        d="M 194.00,245.27
           C 194.00,245.27 193.27,243.64 193.27,243.64
             193.27,243.64 192.00,242.00 192.00,242.00
             192.00,242.00 191.82,240.18 191.82,240.18
             191.82,240.18 190.00,238.73 190.00,238.73
             190.00,238.73 189.45,237.45 189.45,237.45
             189.45,237.45 188.73,235.27 188.73,235.27
             188.73,235.27 189.27,233.45 189.27,233.45
             189.27,233.45 187.45,232.55 187.45,232.55
             187.45,232.55 186.18,233.09 186.18,233.09
             186.18,233.09 184.55,233.82 184.55,233.82
             184.55,233.82 182.73,233.27 182.73,233.27
             182.73,233.27 181.64,231.64 181.64,231.64
             181.64,231.64 180.73,230.18 180.73,230.18
             180.73,230.18 179.27,229.45 179.27,229.45
             179.27,229.45 176.55,228.36 176.55,228.36
             176.55,228.36 174.73,228.36 174.73,228.36
             174.73,228.36 172.55,228.00 172.55,228.00
             172.55,228.00 172.55,229.45 172.55,229.45
             172.55,229.45 173.27,231.27 173.27,231.27
             173.27,231.27 173.27,232.91 173.27,232.91
             173.27,232.91 172.55,234.55 172.55,234.55
             172.55,234.55 171.64,236.18 171.64,236.18
             171.64,236.18 170.91,237.64 170.91,237.64
             170.91,237.64 170.73,239.64 170.73,239.64
             170.73,239.64 170.73,241.64 170.73,241.64
             170.73,241.64 169.09,242.18 169.09,242.18
             169.09,242.18 167.45,243.82 167.45,243.82
             167.45,243.82 166.00,245.64 166.00,245.64
             166.00,245.64 164.73,247.27 164.73,247.27
             164.73,247.27 164.55,249.27 164.55,249.27
             164.55,249.27 164.91,251.09 164.91,251.09
             164.91,251.09 164.00,253.45 164.00,253.45
             164.00,253.45 164.91,255.09 164.91,255.09
             164.91,255.09 165.82,257.64 165.82,257.64
             165.82,257.64 169.45,257.45 169.45,257.45
             169.45,257.45 169.45,261.45 169.45,261.45
             169.45,261.45 171.09,261.64 171.09,261.64
             171.09,261.64 172.91,261.09 172.91,261.09
             172.91,261.09 174.00,260.55 174.00,260.55
             174.00,260.55 175.45,261.09 175.45,261.09
             175.45,261.09 176.91,261.27 177.09,261.27
             177.27,261.27 178.18,262.55 178.18,262.73
             178.18,262.91 179.45,264.00 179.45,264.00
             179.45,264.00 180.36,266.00 180.36,266.00
             180.36,266.00 180.18,268.36 180.18,268.36
             180.18,268.36 179.09,269.82 179.09,269.82
             179.09,269.82 177.82,271.45 177.82,271.45
             177.82,271.45 176.73,272.36 176.73,272.55
             176.73,272.73 176.18,274.91 176.18,274.91
             176.18,274.91 175.82,277.09 175.64,277.09
             175.45,277.09 176.00,279.27 176.00,279.27
             176.00,279.27 176.55,281.27 176.55,281.27
             176.55,281.27 175.82,283.64 175.82,283.64
             175.82,283.64 175.09,285.82 175.27,285.82
             175.45,285.82 174.73,287.27 174.73,287.27
             174.73,287.27 175.82,288.18 175.82,288.18
             175.82,288.18 176.36,290.00 176.36,290.00
             176.36,290.00 178.00,293.82 178.00,293.82
             178.00,293.82 177.64,295.82 177.64,295.82
             177.64,295.82 176.00,297.45 176.00,297.45
             176.00,297.45 178.91,297.09 178.91,297.09
             178.91,297.09 180.18,296.18 180.18,296.18
             180.18,296.18 181.09,294.73 181.09,294.73
             181.09,294.73 179.09,292.18 179.09,292.18
             179.09,292.18 180.55,292.00 180.55,292.00
             180.55,292.00 182.18,293.45 182.18,293.45
             182.18,293.45 182.55,294.55 182.55,294.55
             182.55,294.55 183.64,295.27 183.64,295.27
             183.64,295.27 184.18,296.36 184.18,296.36
             184.18,296.36 185.27,297.27 185.27,297.27
             185.27,297.27 186.73,298.55 186.73,298.55
             186.73,298.55 188.91,298.55 188.91,298.55
             188.91,298.55 189.09,296.55 189.09,296.55
             189.09,296.55 189.45,295.27 189.45,295.27
             189.45,295.27 188.73,293.82 188.73,293.82
             188.73,293.82 188.36,292.55 188.55,292.55
             188.73,292.55 190.36,290.91 190.36,290.91
             190.36,290.91 191.82,289.64 191.82,289.64
             191.82,289.64 194.36,288.55 194.18,288.55
             194.00,288.55 194.55,286.55 194.55,286.55
             194.55,286.55 194.00,284.73 194.00,284.73
             194.00,284.73 195.27,283.09 195.27,283.09
             195.27,283.09 194.73,281.64 194.73,281.64
             194.73,281.64 195.27,279.82 195.27,279.82
             195.27,279.82 194.18,278.00 194.18,278.00
             194.18,278.00 194.18,276.18 194.18,276.18
             194.18,276.18 194.91,274.00 194.91,274.00
             194.91,274.00 195.64,270.73 195.64,270.73
             195.64,270.73 195.27,269.09 195.27,269.09
             195.27,269.09 196.00,266.91 196.00,266.91
             196.00,266.91 195.45,265.27 195.45,265.27
             195.45,265.27 195.45,263.45 195.45,263.45
             195.45,263.45 194.18,262.00 194.18,262.00
             194.18,262.00 193.82,260.18 193.82,260.18
             193.82,260.18 193.09,258.00 193.09,258.00
             193.09,258.00 192.36,257.09 192.36,257.09
             192.36,257.09 192.18,255.45 192.18,255.45
             192.18,255.45 192.00,253.64 192.00,253.64
             192.00,253.64 192.55,252.00 192.55,252.00
             192.55,252.00 193.64,250.00 193.64,250.00
             193.64,250.00 195.09,247.27 195.09,247.27
             195.09,247.27 194.00,245.27 194.00,245.27 Z" />
              
              <path id="Skanderborg"
                fill="white" stroke="black" stroke-width="2"
                        d="M 108.00,271.45
           C 108.00,271.45 108.55,270.18 108.55,270.18
             108.55,270.18 110.36,269.64 110.36,269.64
             110.36,269.64 111.82,268.18 111.82,268.18
             111.82,268.18 112.18,266.55 112.18,266.55
             112.18,266.55 112.18,265.27 112.18,265.27
             112.18,265.27 113.64,264.18 113.64,264.18
             113.64,264.18 115.64,264.36 115.64,264.36
             115.64,264.36 118.18,264.18 118.18,264.18
             118.18,264.18 120.73,264.55 120.73,264.55
             120.73,264.55 121.82,264.18 121.82,264.18
             121.82,264.18 122.18,263.09 122.18,263.09
             122.18,263.09 121.64,261.45 121.64,261.45
             121.64,261.45 120.36,260.36 120.55,260.36
             120.73,260.36 122.36,260.36 122.36,260.36
             122.36,260.36 125.09,260.73 125.09,260.73
             125.09,260.73 128.18,261.27 128.18,261.45
             128.18,261.64 131.45,261.45 131.27,261.45
             131.09,261.45 133.09,259.45 132.91,259.45
             132.73,259.45 132.00,257.27 132.00,257.27
             132.00,257.27 130.91,256.18 130.91,256.18
             130.91,256.18 131.82,254.91 131.82,254.91
             131.82,254.91 134.73,254.73 134.73,254.73
             134.73,254.73 136.73,254.00 136.73,253.82
             136.73,253.64 137.64,252.73 137.64,252.73
             137.64,252.73 138.36,250.00 138.36,250.18
             138.36,250.36 139.09,248.36 139.09,248.36
             139.09,248.36 141.27,247.27 141.27,247.27
             141.27,247.27 142.91,247.82 142.91,247.82
             142.91,247.82 146.00,247.64 146.00,247.64
             146.00,247.64 148.18,247.64 148.18,247.64
             148.18,247.64 150.18,246.55 150.18,246.55
             150.18,246.55 150.73,244.91 150.73,244.91
             150.73,244.91 150.91,242.18 150.91,242.18
             150.91,242.18 151.45,239.27 151.45,239.27
             151.45,239.27 150.91,236.73 150.91,236.73
             150.91,236.73 150.91,234.18 150.91,234.18
             150.91,234.18 150.91,231.64 150.91,231.64
             150.91,231.64 152.00,231.27 152.00,231.27
             152.00,231.27 153.45,231.45 153.45,231.45
             153.45,231.45 155.27,232.00 155.27,232.00
             155.27,232.00 157.09,232.73 157.09,232.73
             157.09,232.73 158.18,234.00 158.18,234.00
             158.18,234.00 158.55,236.00 158.55,236.00
             158.55,236.00 160.00,237.45 160.00,237.45
             160.00,237.45 161.09,237.64 161.09,237.64
             161.09,237.64 163.27,237.45 163.27,237.45
             163.27,237.45 164.36,236.73 164.36,236.73
             164.36,236.73 165.45,235.82 165.45,235.82
             165.45,235.82 166.91,235.45 166.91,235.45
             166.91,235.45 168.91,235.09 168.91,235.09
             168.91,235.09 170.18,235.45 170.18,235.45
             170.18,235.45 169.64,237.64 169.64,237.64
             169.64,237.64 169.82,239.27 169.82,239.27
             169.82,239.27 169.82,241.27 169.82,241.27
             169.82,241.27 167.64,242.73 167.64,242.73
             167.64,242.73 165.82,244.55 165.82,244.55
             165.82,244.55 164.36,246.91 164.36,246.91
             164.36,246.91 163.64,249.27 163.64,249.27
             163.64,249.27 163.82,252.00 163.82,252.00
             163.82,252.00 164.36,254.55 164.36,254.55
             164.36,254.55 165.64,256.55 165.64,256.55
             165.64,256.55 166.55,257.27 166.55,257.27
             166.55,257.27 168.55,257.82 168.55,257.82
             168.55,257.82 168.55,259.27 168.55,259.27
             168.55,259.27 169.09,261.45 169.09,261.45
             169.09,261.45 171.09,262.73 171.09,262.73
             171.09,262.73 172.18,261.09 172.18,261.09
             172.18,261.09 174.18,260.55 174.18,260.73
             174.18,260.91 176.00,261.64 176.00,261.64
             176.00,261.64 177.64,262.36 177.64,262.36
             177.64,262.36 179.64,264.55 179.64,264.55
             179.64,264.55 179.27,267.09 179.27,267.09
             179.27,267.09 179.27,268.91 179.27,268.91
             179.27,268.91 178.36,269.64 178.36,269.64
             178.36,269.64 177.09,271.64 177.09,271.64
             177.09,271.64 176.00,272.91 176.00,272.91
             176.00,272.91 175.45,274.18 175.45,274.18
             175.45,274.18 176.00,276.91 176.00,276.91
             176.00,276.91 175.45,280.00 175.45,280.00
             175.45,280.00 175.45,282.73 175.45,282.73
             175.45,282.73 174.73,285.45 174.73,285.45
             174.73,285.45 174.91,288.55 175.09,288.55
             175.27,288.55 176.36,290.73 176.36,290.73
             176.36,290.73 177.09,292.55 177.09,292.55
             177.09,292.55 175.45,294.18 175.45,294.18
             175.45,294.18 173.45,294.00 173.45,294.00
             173.45,294.00 171.45,295.09 171.45,295.09
             171.45,295.09 169.82,295.45 169.82,295.45
             169.82,295.45 168.36,295.64 168.36,295.64
             168.36,295.64 167.27,294.55 167.27,294.55
             167.27,294.55 165.64,294.91 165.64,294.91
             165.64,294.91 164.91,296.36 164.73,296.36
             164.55,296.36 162.36,296.36 162.36,296.36
             162.36,296.36 160.55,295.82 160.55,295.82
             160.55,295.82 159.64,294.18 159.64,294.18
             159.64,294.18 158.18,293.09 158.18,293.09
             158.18,293.09 156.36,293.64 156.36,293.64
             156.36,293.64 154.18,294.73 154.18,294.73
             154.18,294.73 152.55,295.64 152.55,295.64
             152.55,295.64 150.91,296.73 150.91,296.73
             150.91,296.73 150.18,299.09 150.18,299.09
             150.18,299.09 148.18,300.55 148.18,300.55
             148.18,300.55 146.00,299.45 146.00,299.45
             146.00,299.45 144.00,298.36 144.00,298.36
             144.00,298.36 143.27,296.73 143.27,296.73
             143.27,296.73 141.82,295.64 142.00,295.64
             142.18,295.64 141.09,294.18 141.09,294.18
             141.09,294.18 139.82,295.27 139.82,295.27
             139.82,295.27 138.55,296.18 138.55,296.18
             138.55,296.18 136.91,296.73 136.91,296.73
             136.91,296.73 135.64,298.73 135.64,298.73
             135.64,298.73 133.64,298.91 133.64,298.91
             133.64,298.91 132.55,298.18 132.55,298.18
             132.55,298.18 131.64,296.36 131.64,296.36
             131.64,296.36 130.91,295.09 130.91,295.09
             130.91,295.09 131.27,293.27 131.27,293.27
             131.27,293.27 130.36,292.18 130.36,292.18
             130.36,292.18 130.00,290.73 130.00,290.73
             130.00,290.73 129.09,290.00 129.09,290.00
             129.09,290.00 128.36,288.36 128.36,288.36
             128.36,288.36 127.64,287.27 127.64,287.27
             127.64,287.27 126.73,286.36 126.73,286.36
             126.73,286.36 126.91,284.73 126.91,284.73
             126.91,284.73 124.73,284.00 124.73,284.00
             124.73,284.00 123.27,283.82 123.27,283.82
             123.27,283.82 121.45,283.82 121.45,283.82
             121.45,283.82 120.18,282.73 120.18,282.73
             120.18,282.73 118.55,282.18 118.55,282.18
             118.55,282.18 117.64,280.91 117.64,280.91
             117.64,280.91 116.55,280.36 116.55,280.36
             116.55,280.36 114.91,280.73 114.91,280.73
             114.91,280.73 113.82,280.36 113.82,280.36
             113.82,280.36 113.27,279.09 113.27,279.09
             113.27,279.09 112.91,277.82 112.91,277.82
             112.91,277.82 112.55,276.36 112.55,276.36
             112.55,276.36 110.91,275.09 110.91,275.09
             110.91,275.09 109.45,273.27 109.45,273.27
             109.45,273.27 108.00,271.45 108.00,271.45 Z" />
              
              <path id="Skanderborg_add"
                fill="white" stroke="black" stroke-width="2"
                        d="M 104.91,274.09
           C 104.91,274.09 104.87,272.91 104.87,272.96
             104.87,273.00 105.96,272.91 105.96,272.91
             105.96,272.91 105.96,272.26 105.96,272.26
             105.96,272.26 105.87,271.17 105.87,271.17
             105.87,271.17 106.96,270.96 106.96,270.96
             106.96,270.96 106.87,270.04 106.87,270.04
             106.87,270.04 107.74,269.96 107.78,269.96
             107.83,269.96 107.91,269.13 107.91,269.13
             107.91,269.13 108.96,268.96 108.96,268.96
             108.96,268.96 108.87,264.83 108.87,264.83
             108.87,264.83 107.91,264.91 107.91,264.91
             107.91,264.91 107.96,262.00 107.96,262.00
             107.96,262.00 109.35,262.00 109.35,262.00
             109.35,262.00 109.17,262.83 109.17,262.83
             109.17,262.83 117.04,262.96 117.04,262.96
             117.04,262.96 117.09,265.09 117.09,265.09
             117.09,265.09 112.09,265.17 112.09,265.17
             112.09,265.17 112.04,268.96 112.04,268.96
             112.04,268.96 111.04,269.26 111.04,269.26
             111.04,269.26 111.09,270.13 111.09,270.13
             111.09,270.13 109.17,270.13 109.17,270.13
             109.17,270.13 109.00,272.83 109.00,272.83
             109.00,272.83 110.04,272.96 110.04,272.96
             110.04,272.96 110.09,274.09 110.09,274.09
             110.09,274.09 104.91,274.09 104.91,274.09 Z" />
              
             <path id="Vejle"
                fill="white" stroke="black" stroke-width="2"
                        d="M 84.73,299.82
           C 84.73,299.82 82.36,298.55 82.36,298.55
             82.36,298.55 80.91,297.64 80.91,297.64
             80.91,297.64 79.27,297.27 79.27,297.27
             79.27,297.27 78.36,295.64 78.36,295.64
             78.36,295.64 78.55,293.45 78.55,293.45
             78.55,293.45 80.18,291.27 80.18,291.27
             80.18,291.27 80.55,289.45 80.55,289.45
             80.55,289.45 81.09,287.45 81.09,287.45
             81.09,287.45 82.18,286.18 82.36,286.18
             82.55,286.18 86.18,285.64 86.18,285.64
             86.18,285.64 89.45,286.00 89.45,286.00
             89.45,286.00 91.82,286.73 91.82,286.73
             91.82,286.73 93.82,286.00 93.82,286.00
             93.82,286.00 95.64,284.18 95.64,284.18
             95.64,284.18 96.18,281.82 96.18,281.82
             96.18,281.82 95.82,279.82 95.82,279.82
             95.82,279.82 95.82,278.36 95.82,278.36
             95.82,278.36 96.36,276.18 96.36,276.18
             96.36,276.18 95.45,274.55 95.45,274.55
             95.45,274.55 94.55,273.27 94.55,273.27
             94.55,273.27 99.09,273.64 99.09,273.64
             99.09,273.64 100.73,273.64 100.73,273.64
             100.73,273.64 104.18,274.00 104.18,274.00
             104.18,274.00 106.73,273.09 106.73,273.09
             106.73,273.09 110.91,273.64 110.73,273.64
             110.55,273.64 112.00,275.09 112.00,275.09
             112.00,275.09 113.09,276.55 113.09,276.55
             113.09,276.55 113.45,278.00 113.45,278.00
             113.45,278.00 114.00,279.45 114.00,279.45
             114.00,279.45 115.82,280.00 115.82,280.00
             115.82,280.00 118.00,280.55 118.00,280.55
             118.00,280.55 119.09,281.27 119.09,281.27
             119.09,281.27 120.00,282.36 120.00,282.36
             120.00,282.36 122.36,282.55 122.36,282.55
             122.36,282.55 123.82,283.09 123.82,283.09
             123.82,283.09 125.45,283.45 125.45,283.45
             125.45,283.45 127.09,284.55 127.09,284.55
             127.09,284.55 127.82,287.09 127.82,287.09
             127.82,287.09 128.18,288.55 128.36,288.55
             128.55,288.55 129.82,290.18 129.82,290.18
             129.82,290.18 130.55,291.82 130.55,291.82
             130.55,291.82 130.18,293.09 130.36,293.09
             130.55,293.09 131.45,295.64 131.45,295.64
             131.45,295.64 132.55,297.64 132.55,297.64
             132.55,297.64 133.82,298.36 133.82,298.36
             133.82,298.36 135.82,297.82 135.82,297.82
             135.82,297.82 137.82,296.91 137.82,296.91
             137.82,296.91 138.55,295.82 138.55,295.82
             138.55,295.82 140.55,294.91 140.55,294.91
             140.55,294.91 142.36,296.91 142.36,296.91
             142.36,296.91 143.45,298.00 143.64,298.18
             143.82,298.36 145.45,300.00 145.45,300.00
             145.45,300.00 147.82,300.55 147.82,300.55
             147.82,300.55 148.91,299.64 148.91,299.64
             148.91,299.64 150.36,298.00 150.36,298.00
             150.36,298.00 150.55,296.55 150.55,296.55
             150.55,296.55 150.91,295.09 151.09,295.09
             151.27,295.09 153.45,294.73 153.45,294.73
             153.45,294.73 155.09,294.00 155.09,294.00
             155.09,294.00 155.82,293.09 155.82,293.09
             155.82,293.09 156.73,292.73 156.91,292.73
             157.09,292.73 158.73,292.73 158.73,292.73
             158.73,292.73 160.18,294.73 160.18,294.73
             160.18,294.73 161.64,295.45 161.64,295.45
             161.64,295.45 162.91,295.27 163.09,295.27
             163.27,295.27 165.45,295.45 165.45,295.45
             165.45,295.45 167.82,295.27 167.82,295.27
             167.82,295.27 170.18,296.36 170.18,296.36
             170.18,296.36 171.27,297.09 171.27,297.09
             171.27,297.09 173.27,297.45 173.27,297.45
             173.27,297.45 174.55,297.45 174.73,297.45
             174.91,297.45 176.73,298.73 176.73,298.73
             176.73,298.73 179.64,299.09 179.64,299.09
             179.64,299.09 181.45,299.82 181.45,299.82
             181.45,299.82 181.64,302.55 181.64,302.55
             181.64,302.55 181.09,304.18 181.09,304.18
             181.09,304.18 180.18,305.27 180.18,305.27
             180.18,305.27 179.27,306.18 179.27,306.18
             179.27,306.18 179.27,307.27 179.45,307.27
             179.64,307.27 181.45,308.18 181.45,308.18
             181.45,308.18 183.45,309.09 183.45,309.27
             183.45,309.45 183.45,311.45 183.45,311.45
             183.45,311.45 181.64,311.27 181.64,311.27
             181.64,311.27 180.36,312.00 180.36,312.00
             180.36,312.00 179.09,312.55 179.09,312.55
             179.09,312.55 178.36,313.64 178.36,313.64
             178.36,313.64 179.09,316.36 179.09,316.36
             179.09,316.36 179.27,317.82 179.27,317.82
             179.27,317.82 177.09,317.64 177.09,317.64
             177.09,317.64 175.27,318.00 175.27,318.00
             175.27,318.00 173.09,318.73 173.27,318.73
             173.45,318.73 171.45,318.36 171.45,318.36
             171.45,318.36 169.09,318.73 169.09,318.73
             169.09,318.73 168.18,319.45 168.18,319.45
             168.18,319.45 166.36,320.36 166.36,320.36
             166.36,320.36 164.36,320.91 164.36,320.91
             164.36,320.91 162.36,321.45 162.36,321.45
             162.36,321.45 160.18,320.91 160.18,320.91
             160.18,320.91 158.55,320.91 158.55,320.91
             158.55,320.91 156.73,319.27 156.73,319.27
             156.73,319.27 155.27,318.91 155.27,318.91
             155.27,318.91 153.64,317.45 153.64,317.45
             153.64,317.45 153.27,316.36 153.27,316.36
             153.27,316.36 152.00,315.82 152.00,315.82
             152.00,315.82 149.25,315.75 149.25,315.75
             149.25,315.75 148.25,315.94 148.25,315.94
             148.25,315.94 146.81,315.69 146.81,315.69
             146.81,315.69 145.44,315.75 145.44,315.75
             145.44,315.75 143.81,315.75 143.81,315.75
             143.81,315.75 142.56,315.81 142.56,315.81
             142.56,315.81 141.25,315.81 141.25,315.81
             141.25,315.81 140.88,315.88 140.88,315.88
             140.88,315.88 141.19,316.56 141.12,316.56
             141.06,316.56 141.88,316.88 141.88,316.88
             141.88,316.88 143.38,316.81 143.31,316.81
             143.25,316.81 144.44,316.81 144.44,316.81
             144.44,316.81 145.62,316.88 145.62,316.88
             145.62,316.88 146.69,316.81 146.69,316.81
             146.69,316.81 148.38,316.88 148.38,316.88
             148.38,316.88 149.44,316.94 149.44,316.94
             149.44,316.94 150.00,316.88 150.00,316.88
             150.00,316.88 150.81,317.06 150.81,317.06
             150.81,317.06 150.88,317.88 150.88,317.88
             150.88,317.88 151.75,319.25 151.75,319.25
             151.75,319.25 152.75,320.12 152.75,320.12
             152.75,320.12 153.38,321.00 153.38,321.00
             153.38,321.00 154.88,321.50 154.88,321.50
             154.88,321.50 155.50,323.00 155.62,323.00
             155.75,323.00 156.00,324.36 156.00,324.36
             156.00,324.36 156.55,325.64 156.55,325.64
             156.55,325.64 158.36,326.00 158.36,326.00
             158.36,326.00 160.18,325.45 160.18,325.45
             160.18,325.45 161.82,325.27 161.82,325.27
             161.82,325.27 164.18,326.00 164.18,326.00
             164.18,326.00 165.09,327.82 165.09,327.82
             165.09,327.82 163.64,329.09 163.64,329.09
             163.64,329.09 161.27,331.45 161.27,331.45
             161.27,331.45 159.27,332.55 159.27,332.55
             159.27,332.55 158.91,334.55 158.91,334.55
             158.91,334.55 157.82,335.45 157.82,335.45
             157.82,335.45 157.09,336.36 157.09,336.36
             157.09,336.36 155.45,336.00 155.45,336.00
             155.45,336.00 154.91,338.00 154.91,337.82
             154.91,337.64 155.64,339.82 155.64,339.82
             155.64,339.82 154.91,341.64 154.91,341.64
             154.91,341.64 153.45,342.18 153.45,342.18
             153.45,342.18 151.45,340.91 151.45,341.09
             151.45,341.27 150.18,341.27 150.18,341.27
             150.18,341.27 148.55,341.82 148.55,341.82
             148.55,341.82 147.64,342.73 147.64,342.73
             147.64,342.73 147.09,343.82 147.09,343.82
             147.09,343.82 148.00,345.64 148.00,345.64
             148.00,345.64 149.45,346.73 149.45,346.73
             149.45,346.73 150.73,348.91 150.73,348.91
             150.73,348.91 150.00,350.73 150.00,350.73
             150.00,350.73 148.55,353.09 148.55,353.09
             148.55,353.09 146.55,354.00 146.55,354.00
             146.55,354.00 144.91,354.36 144.91,354.36
             144.91,354.36 143.64,354.91 143.64,354.91
             143.64,354.91 143.64,356.73 143.64,356.73
             143.64,356.73 145.09,358.18 145.09,358.18
             145.09,358.18 145.82,360.36 145.64,360.36
             145.45,360.36 144.18,362.55 144.18,362.55
             144.18,362.55 142.73,363.27 142.73,363.27
             142.73,363.27 140.18,362.00 140.18,362.00
             140.18,362.00 138.18,362.18 138.18,362.18
             138.18,362.18 136.00,361.45 135.82,361.45
             135.64,361.45 133.27,360.18 133.27,360.18
             133.27,360.18 131.45,359.82 131.45,359.82
             131.45,359.82 128.91,360.18 128.91,360.18
             128.91,360.18 126.73,359.82 126.73,359.82
             126.73,359.82 124.00,360.55 124.00,360.55
             124.00,360.55 121.82,360.55 121.82,360.55
             121.82,360.55 118.91,360.00 118.91,360.00
             118.91,360.00 118.18,359.09 118.18,359.09
             118.18,359.09 118.55,357.27 118.55,357.27
             118.55,357.27 118.91,356.18 119.09,356.18
             119.27,356.18 121.27,355.64 121.27,355.64
             121.27,355.64 123.09,354.55 123.09,354.55
             123.09,354.55 124.91,353.82 124.91,353.82
             124.91,353.82 126.73,352.73 126.73,352.73
             126.73,352.73 128.91,351.45 128.91,351.45
             128.91,351.45 129.82,350.00 129.82,350.00
             129.82,350.00 131.45,348.36 131.45,348.36
             131.45,348.36 130.91,346.91 130.91,346.91
             130.91,346.91 127.82,345.27 127.82,345.27
             127.82,345.27 125.64,344.91 125.64,344.91
             125.64,344.91 123.45,343.82 123.45,343.82
             123.45,343.82 124.18,341.64 124.18,341.64
             124.18,341.64 126.00,339.82 126.00,339.82
             126.00,339.82 126.73,338.36 126.73,338.36
             126.73,338.36 126.36,336.91 126.36,336.91
             126.36,336.91 123.64,335.45 123.64,335.45
             123.64,335.45 122.73,334.73 122.55,334.73
             122.36,334.73 121.82,333.64 121.64,333.64
             121.45,333.64 119.09,333.27 119.09,333.27
             119.09,333.27 117.09,332.73 117.09,332.73
             117.09,332.73 115.27,331.45 115.27,331.45
             115.27,331.45 113.64,330.55 113.64,330.55
             113.64,330.55 113.09,328.91 113.09,328.91
             113.09,328.91 111.45,327.45 111.45,327.45
             111.45,327.45 109.64,327.09 109.64,327.09
             109.64,327.09 108.00,326.36 108.00,326.36
             108.00,326.36 106.73,325.09 106.73,325.09
             106.73,325.09 105.82,323.82 105.82,323.82
             105.82,323.82 105.64,322.36 105.64,322.36
             105.64,322.36 106.36,319.64 106.36,319.64
             106.36,319.64 106.73,317.64 106.73,317.64
             106.73,317.64 107.09,315.64 107.09,315.64
             107.09,315.64 106.73,314.00 106.73,314.00
             106.73,314.00 106.73,312.18 106.73,312.18
             106.73,312.18 106.73,310.18 106.73,310.18
             106.73,310.18 105.45,308.73 105.45,308.73
             105.45,308.73 104.55,307.45 104.55,307.45
             104.55,307.45 104.18,305.82 104.18,305.82
             104.18,305.82 102.36,306.00 102.36,306.00
             102.36,306.00 100.18,305.64 100.18,305.64
             100.18,305.64 98.73,305.64 98.55,305.64
             98.36,305.64 96.73,304.36 96.73,304.36
             96.73,304.36 93.82,303.45 93.82,303.45
             93.82,303.45 92.36,302.91 92.36,302.91
             92.36,302.91 90.18,301.82 90.18,301.82
             90.18,301.82 89.09,300.73 89.09,300.73
             89.09,300.73 87.82,300.00 87.82,300.00
             87.82,300.00 84.73,299.82 84.73,299.82 Z" />
             
             <path id="Ribe"
                fill="white" stroke="black" stroke-width="2"
                        d="M 18.55,324.91
           C 18.55,324.91 19.82,321.45 19.82,321.45
             19.82,321.45 21.45,317.27 21.45,317.27
             21.45,317.27 22.91,313.09 22.91,313.09
             22.91,313.09 24.00,309.64 24.00,309.64
             24.00,309.64 24.55,306.73 24.55,306.73
             24.55,306.73 24.55,302.91 24.55,302.91
             24.55,302.91 23.82,300.36 24.00,300.36
             24.18,300.36 24.36,296.91 24.36,296.91
             24.36,296.91 24.00,294.55 24.00,294.55
             24.00,294.55 24.00,292.73 24.18,292.73
             24.36,292.73 27.09,292.55 27.09,292.55
             27.09,292.55 29.64,293.09 29.64,293.09
             29.64,293.09 30.18,295.09 30.18,295.09
             30.18,295.09 31.64,296.18 31.64,296.18
             31.64,296.18 33.82,296.36 33.82,296.36
             33.82,296.36 35.45,297.27 35.45,297.27
             35.45,297.27 36.91,297.09 36.91,297.09
             36.91,297.09 38.18,296.18 38.18,296.18
             38.18,296.18 40.00,295.27 40.00,295.27
             40.00,295.27 42.73,295.64 42.73,295.64
             42.73,295.64 45.09,296.91 45.09,296.91
             45.09,296.91 46.91,298.73 46.91,298.73
             46.91,298.73 48.00,300.18 48.18,300.18
             48.36,300.18 50.36,300.00 50.36,300.00
             50.36,300.00 52.91,300.73 52.91,300.73
             52.91,300.73 54.73,302.00 54.73,302.00
             54.73,302.00 56.36,302.73 56.36,302.73
             56.36,302.73 57.45,301.64 57.45,301.64
             57.45,301.64 58.00,300.00 58.00,300.00
             58.00,300.00 58.00,297.82 58.00,297.82
             58.00,297.82 57.45,295.82 57.45,296.00
             57.45,296.18 55.64,295.09 55.64,295.09
             55.64,295.09 55.27,293.45 55.27,293.45
             55.27,293.45 56.00,291.27 56.00,291.45
             56.00,291.64 57.82,291.64 57.82,291.64
             57.82,291.64 60.00,291.82 60.00,291.82
             60.00,291.82 62.00,292.18 62.00,292.18
             62.00,292.18 64.00,292.18 64.00,292.18
             64.00,292.18 66.18,291.64 66.18,291.64
             66.18,291.64 68.18,291.82 68.18,291.82
             68.18,291.82 70.00,292.36 70.00,292.36
             70.00,292.36 71.27,294.18 71.27,294.18
             71.27,294.18 71.09,295.82 71.09,295.82
             71.09,295.82 72.18,296.73 72.18,296.73
             72.18,296.73 74.73,297.09 74.73,297.09
             74.73,297.09 77.27,297.27 77.27,297.27
             77.27,297.27 79.82,296.36 79.82,296.36
             79.82,296.36 81.45,297.09 81.45,297.09
             81.45,297.09 83.45,298.36 83.45,298.36
             83.45,298.36 84.91,297.64 84.91,297.64
             84.91,297.64 87.09,298.73 87.09,298.73
             87.09,298.73 89.64,300.00 89.64,300.00
             89.64,300.00 91.09,301.45 91.09,301.45
             91.09,301.45 93.45,301.45 93.45,301.45
             93.45,301.45 96.36,302.36 96.36,302.36
             96.36,302.36 98.18,303.82 98.18,303.82
             98.18,303.82 101.09,304.36 101.09,304.36
             101.09,304.36 102.91,304.55 102.91,304.55
             102.91,304.55 105.64,304.73 105.64,304.73
             105.64,304.73 105.82,306.18 105.82,306.18
             105.82,306.18 107.45,307.82 107.45,307.82
             107.45,307.82 108.00,310.55 108.00,310.55
             108.00,310.55 108.18,312.73 108.18,312.73
             108.18,312.73 109.09,314.36 109.09,314.36
             109.09,314.36 109.82,316.00 109.82,316.00
             109.82,316.00 108.55,317.27 108.55,317.27
             108.55,317.27 108.36,319.45 108.36,319.45
             108.36,319.45 107.82,322.18 108.00,322.18
             108.18,322.18 108.55,324.18 108.55,324.18
             108.55,324.18 109.82,324.73 109.82,324.73
             109.82,324.73 111.27,325.82 111.27,325.82
             111.27,325.82 113.27,326.55 113.27,326.55
             113.27,326.55 113.45,328.18 113.45,328.18
             113.45,328.18 114.18,329.82 114.18,329.82
             114.18,329.82 116.00,330.00 116.00,330.00
             116.00,330.00 117.82,330.55 117.82,330.55
             117.82,330.55 119.82,331.82 119.82,331.82
             119.82,331.82 122.00,332.55 122.00,332.55
             122.00,332.55 123.27,333.45 123.27,333.45
             123.27,333.45 124.18,335.09 124.18,335.09
             124.18,335.09 126.00,335.45 126.00,335.45
             126.00,335.45 127.64,336.00 127.64,336.00
             127.64,336.00 128.00,337.82 128.00,338.00
             128.00,338.18 127.45,340.36 127.45,340.36
             127.45,340.36 126.36,341.27 126.36,341.27
             126.36,341.27 125.64,342.18 125.64,342.18
             125.64,342.18 126.36,343.64 126.36,343.64
             126.36,343.64 128.00,344.18 128.00,344.18
             128.00,344.18 129.27,344.00 129.27,344.00
             129.27,344.00 131.64,344.73 131.64,344.73
             131.64,344.73 132.36,346.55 132.36,346.55
             132.36,346.55 132.73,349.45 132.73,349.45
             132.73,349.45 131.45,350.36 131.45,350.36
             131.45,350.36 130.55,352.00 130.55,352.00
             130.55,352.00 129.09,353.27 129.09,353.27
             129.09,353.27 127.09,353.82 127.09,353.82
             127.09,353.82 126.18,355.09 126.18,355.09
             126.18,355.09 124.18,355.09 124.18,355.09
             124.18,355.09 121.45,356.18 121.64,356.18
             121.82,356.18 120.55,356.91 120.55,356.91
             120.55,356.91 119.27,358.36 119.27,358.36
             119.27,358.36 118.36,360.18 118.36,360.18
             118.36,360.18 116.00,360.36 116.00,360.36
             116.00,360.36 113.27,359.45 113.27,359.45
             113.27,359.45 111.64,358.00 111.64,358.00
             111.64,358.00 110.55,356.55 110.55,356.55
             110.55,356.55 110.91,355.09 110.91,355.09
             110.91,355.09 110.36,353.64 110.36,353.64
             110.36,353.64 108.73,352.36 108.73,352.36
             108.73,352.36 106.36,352.18 106.36,352.18
             106.36,352.18 104.73,353.27 104.73,353.27
             104.73,353.27 102.55,353.45 102.55,353.45
             102.55,353.45 100.73,353.82 100.73,353.82
             100.73,353.82 98.00,353.64 98.00,353.64
             98.00,353.64 96.73,352.55 96.73,352.55
             96.73,352.55 94.36,352.55 94.36,352.55
             94.36,352.55 92.73,352.00 92.73,352.00
             92.73,352.00 90.73,352.73 90.73,352.73
             90.73,352.73 89.82,354.00 90.00,354.00
             90.18,354.00 88.91,355.64 88.91,355.64
             88.91,355.64 87.09,356.36 87.09,356.36
             87.09,356.36 87.82,358.73 87.82,358.73
             87.82,358.73 86.18,360.36 86.18,360.36
             86.18,360.36 85.09,361.45 85.09,361.45
             85.09,361.45 84.00,362.73 84.00,362.73
             84.00,362.73 84.00,364.91 84.00,364.91
             84.00,364.91 83.45,367.27 83.64,367.27
             83.82,367.27 84.18,368.55 84.18,368.55
             84.18,368.55 85.45,370.55 85.45,370.55
             85.45,370.55 86.00,372.55 86.00,372.55
             86.00,372.55 84.73,373.82 84.73,373.82
             84.73,373.82 83.09,374.55 83.09,374.55
             83.09,374.55 81.45,374.55 81.45,374.55
             81.45,374.55 80.00,375.82 80.00,375.82
             80.00,375.82 77.64,375.64 77.64,375.64
             77.64,375.64 76.18,374.91 76.18,374.91
             76.18,374.91 74.18,374.18 74.18,374.18
             74.18,374.18 71.82,374.91 71.82,374.91
             71.82,374.91 70.18,375.45 70.18,375.27
             70.18,375.09 68.36,374.55 68.36,374.55
             68.36,374.55 66.55,373.64 66.55,373.64
             66.55,373.64 62.73,374.00 62.73,374.00
             62.73,374.00 61.45,372.36 61.45,372.36
             61.45,372.36 62.18,370.55 62.18,370.55
             62.18,370.55 62.73,368.73 62.73,368.73
             62.73,368.73 64.18,367.27 64.18,367.27
             64.18,367.27 64.36,365.64 64.36,365.64
             64.36,365.64 63.09,364.36 63.09,364.36
             63.09,364.36 62.73,362.73 62.73,362.73
             62.73,362.73 62.36,360.91 62.18,360.91
             62.00,360.91 61.82,358.91 61.82,358.91
             61.82,358.91 60.73,356.91 60.73,356.91
             60.73,356.91 60.73,355.09 60.73,355.09
             60.73,355.09 59.64,352.00 59.64,352.00
             59.64,352.00 57.82,351.09 57.82,351.09
             57.82,351.09 56.55,350.00 56.55,350.00
             56.55,350.00 54.36,349.09 54.36,349.09
             54.36,349.09 51.82,349.64 51.82,349.64
             51.82,349.64 49.82,348.55 49.82,348.55
             49.82,348.55 48.55,347.82 48.55,347.82
             48.55,347.82 46.55,347.82 46.55,347.82
             46.55,347.82 45.27,347.09 45.27,347.09
             45.27,347.09 44.18,344.36 44.18,344.36
             44.18,344.36 42.73,342.55 42.73,342.55
             42.73,342.55 40.73,340.36 40.73,340.36
             40.73,340.36 39.82,338.73 39.82,338.73
             39.82,338.73 38.00,337.09 38.00,337.09
             38.00,337.09 36.73,335.27 36.73,335.27
             36.73,335.27 35.27,334.00 35.27,334.00
             35.27,334.00 34.18,332.55 34.18,332.55
             34.18,332.55 33.82,330.91 33.82,330.91
             33.82,330.91 35.45,329.45 35.45,329.45
             35.45,329.45 35.09,328.36 35.09,328.36
             35.09,328.36 33.27,327.45 33.27,327.45
             33.27,327.45 31.82,327.64 31.82,327.64
             31.82,327.64 31.09,328.91 31.09,328.91
             31.09,328.91 30.18,331.09 30.18,331.09
             30.18,331.09 29.45,332.36 29.64,332.36
             29.82,332.36 31.45,334.55 31.45,334.55
             31.45,334.55 30.91,336.55 30.91,336.55
             30.91,336.55 32.55,338.73 32.55,338.73
             32.55,338.73 34.00,338.36 34.00,338.36
             34.00,338.36 35.27,337.45 35.27,337.45
             35.27,337.45 37.09,339.27 37.09,339.27
             37.09,339.27 36.00,340.55 36.00,340.55
             36.00,340.55 34.73,340.91 34.73,340.91
             34.73,340.91 34.91,343.27 34.91,343.27
             34.91,343.27 35.45,346.00 35.45,346.00
             35.45,346.00 32.91,345.45 33.09,345.45
             33.27,345.45 31.82,344.18 31.82,344.18
             31.82,344.18 30.36,342.91 30.36,342.91
             30.36,342.91 28.18,341.09 28.18,341.09
             28.18,341.09 25.82,339.45 25.82,339.45
             25.82,339.45 24.18,337.82 24.18,337.82
             24.18,337.82 22.00,336.36 22.00,336.36
             22.00,336.36 19.82,334.36 19.82,334.36
             19.82,334.36 17.82,332.91 17.82,332.91
             17.82,332.91 15.45,332.00 15.45,332.00
             15.45,332.00 16.18,329.09 16.18,329.09
             16.18,329.09 17.09,326.73 17.09,326.73
             17.09,326.73 18.55,324.91 18.55,324.91 Z
           M 42.91,362.00
           C 42.91,362.00 44.91,363.09 44.91,363.09
             44.91,363.09 46.91,364.36 46.91,364.36
             46.91,364.36 48.91,364.18 48.91,364.18
             48.91,364.18 48.73,361.64 48.73,361.64
             48.73,361.64 48.36,360.18 48.36,360.18
             48.36,360.18 48.00,358.73 48.00,358.73
             48.00,358.73 48.18,356.73 48.18,356.73
             48.18,356.73 48.55,354.36 48.55,354.36
             48.55,354.36 47.82,352.55 47.82,352.55
             47.82,352.55 47.45,351.09 47.45,351.09
             47.45,351.09 45.09,350.36 45.27,350.36
             45.45,350.36 44.00,350.91 44.00,350.91
             44.00,350.91 44.00,348.36 44.00,348.36
             44.00,348.36 43.45,346.73 43.45,346.73
             43.45,346.73 43.09,345.27 43.09,345.27
             43.09,345.27 41.45,344.55 41.45,344.55
             41.45,344.55 39.82,344.91 39.82,344.91
             39.82,344.91 38.55,345.82 38.55,345.82
             38.55,345.82 38.00,348.00 38.00,348.00
             38.00,348.00 38.55,350.36 38.55,350.36
             38.55,350.36 40.00,352.18 40.00,352.18
             40.00,352.18 39.82,354.00 39.82,354.00
             39.82,354.00 40.55,355.27 40.55,355.27
             40.55,355.27 42.00,356.73 42.00,356.73
             42.00,356.73 41.64,358.91 41.82,358.91
             42.00,358.91 42.91,362.00 42.91,362.00 Z
           M 55.45,375.09
           C 55.45,375.27 57.27,374.18 57.27,374.18
             57.27,374.18 58.00,372.55 58.00,372.55
             58.00,372.55 56.91,371.64 56.91,371.64
             56.91,371.64 56.36,370.36 56.36,370.36
             56.36,370.36 54.36,370.36 54.36,370.36
             54.36,370.36 52.55,371.27 52.55,371.27
             52.55,371.27 51.45,372.73 51.45,372.73
             51.45,372.73 51.82,374.55 51.82,374.55
             51.82,374.55 53.09,376.00 53.09,376.00
             53.09,376.00 55.45,374.91 55.45,375.09 Z" />  
             
             <path id="TÃnder"
                fill="white" stroke="black" stroke-width="2" 
                        d="M 63.27,373.45
           C 63.27,373.45 65.82,373.45 65.82,373.45
             65.82,373.45 68.36,373.82 68.36,373.82
             68.36,373.82 71.27,374.36 71.27,374.36
             71.27,374.36 74.00,373.82 74.00,373.82
             74.00,373.82 77.09,374.36 77.09,374.36
             77.09,374.36 80.00,374.73 80.00,374.73
             80.00,374.73 82.91,374.18 82.91,374.18
             82.91,374.18 85.09,374.00 85.09,374.00
             85.09,374.00 86.73,373.64 86.73,373.64
             86.73,373.64 88.55,373.64 88.55,373.64
             88.55,373.64 90.00,375.09 90.00,375.09
             90.00,375.09 89.82,376.36 89.82,376.36
             89.82,376.36 91.27,377.09 91.27,377.09
             91.27,377.09 92.55,377.82 92.55,377.82
             92.55,377.82 94.00,380.18 94.00,380.18
             94.00,380.18 93.64,382.18 93.64,382.18
             93.64,382.18 92.55,383.27 92.55,383.27
             92.55,383.27 91.64,384.36 91.64,384.36
             91.64,384.36 90.36,385.09 90.36,385.09
             90.36,385.09 89.82,386.18 89.82,386.18
             89.82,386.18 90.91,388.18 90.91,388.18
             90.91,388.18 91.27,389.45 91.27,389.64
             91.27,389.82 92.18,392.00 92.18,392.00
             92.18,392.00 92.55,393.45 92.55,393.45
             92.55,393.45 94.00,394.91 94.00,394.91
             94.00,394.91 94.91,396.55 94.91,396.55
             94.91,396.55 94.18,398.00 94.36,398.00
             94.55,398.00 93.64,399.27 93.64,399.27
             93.64,399.27 94.00,400.55 94.00,400.55
             94.00,400.55 94.55,402.91 94.55,402.91
             94.55,402.91 94.00,404.73 94.00,404.73
             94.00,404.73 92.91,406.36 92.91,406.36
             92.91,406.36 93.09,407.82 93.09,407.82
             93.09,407.82 94.00,408.73 94.00,408.73
             94.00,408.73 96.36,409.45 96.36,409.45
             96.36,409.45 98.55,409.82 98.55,409.82
             98.55,409.82 99.45,408.55 99.45,408.55
             99.45,408.55 100.00,407.27 100.00,407.27
             100.00,407.27 101.82,407.45 101.82,407.45
             101.82,407.45 103.82,408.18 103.82,408.18
             103.82,408.18 105.45,409.45 105.45,409.45
             105.45,409.45 106.73,410.36 106.73,410.36
             106.73,410.36 108.36,411.45 108.36,411.45
             108.36,411.45 109.09,413.64 109.09,413.64
             109.09,413.64 108.55,415.45 108.55,415.45
             108.55,415.45 107.64,416.73 107.64,416.73
             107.64,416.73 105.82,416.91 106.00,416.91
             106.18,416.91 105.82,418.00 105.82,418.00
             105.82,418.00 105.27,419.64 105.27,419.64
             105.27,419.64 106.00,421.64 106.00,421.64
             106.00,421.64 108.00,422.55 108.00,422.55
             108.00,422.55 109.64,423.64 109.64,423.64
             109.64,423.64 111.27,424.18 111.27,424.18
             111.27,424.18 113.09,424.00 113.09,424.00
             113.09,424.00 113.82,425.64 114.00,425.82
             114.18,426.00 113.64,427.64 113.82,427.64
             114.00,427.64 114.36,429.09 114.36,429.09
             114.36,429.09 115.45,428.73 115.45,428.73
             115.45,428.73 117.09,429.45 117.09,429.45
             117.09,429.45 119.27,430.00 119.45,430.00
             119.64,430.00 119.27,431.64 119.27,431.64
             119.27,431.64 118.00,432.18 118.00,432.18
             118.00,432.18 116.91,432.55 116.73,432.55
             116.55,432.55 115.09,433.27 115.09,433.27
             115.09,433.27 113.45,433.27 113.45,433.27
             113.45,433.27 112.73,434.55 112.73,434.55
             112.73,434.55 111.82,437.09 111.82,437.09
             111.82,437.09 110.91,438.18 110.91,438.18
             110.91,438.18 110.73,439.64 110.73,439.64
             110.73,439.64 108.73,439.45 108.73,439.45
             108.73,439.45 107.27,438.36 107.09,438.36
             106.91,438.36 105.09,438.00 105.09,438.00
             105.09,438.00 102.36,436.91 102.36,436.91
             102.36,436.91 99.45,437.09 99.45,437.09
             99.45,437.09 96.36,437.09 96.36,437.09
             96.36,437.09 93.45,435.82 93.45,435.82
             93.45,435.82 91.64,434.55 91.64,434.55
             91.64,434.55 89.64,433.27 89.64,433.27
             89.64,433.27 88.36,432.73 88.18,432.73
             88.00,432.73 86.18,432.00 86.00,432.00
             85.82,432.00 83.45,432.00 83.45,432.00
             83.45,432.00 81.09,431.82 81.09,431.82
             81.09,431.82 77.82,432.18 77.82,432.18
             77.82,432.18 76.00,431.45 76.00,431.45
             76.00,431.45 74.18,431.27 74.18,431.27
             74.18,431.27 72.00,432.00 72.00,432.00
             72.00,432.00 70.00,432.36 70.00,432.36
             70.00,432.36 67.09,432.00 67.09,432.00
             67.09,432.00 65.45,431.64 65.45,431.64
             65.45,431.64 63.64,430.55 63.64,430.55
             63.64,430.55 62.18,429.45 62.18,429.45
             62.18,429.45 60.55,428.36 60.55,428.18
             60.55,428.00 61.27,425.64 61.27,425.64
             61.27,425.64 60.73,424.55 60.73,424.55
             60.73,424.55 60.73,422.73 60.73,422.73
             60.73,422.73 62.55,422.55 62.55,422.55
             62.55,422.55 62.55,420.91 62.55,420.91
             62.55,420.91 62.00,419.09 62.00,419.09
             62.00,419.09 60.91,417.45 60.91,417.45
             60.91,417.45 60.73,416.18 60.73,416.18
             60.73,416.18 59.45,414.91 59.45,414.91
             59.45,414.91 59.09,413.45 59.27,413.45
             59.45,413.45 58.36,410.91 58.36,410.91
             58.36,410.91 58.36,409.09 58.36,409.09
             58.36,409.09 59.45,408.00 59.45,408.00
             59.45,408.00 59.09,406.36 59.09,406.36
             59.09,406.36 59.09,404.55 59.09,404.55
             59.09,404.55 59.82,402.55 59.82,402.55
             59.82,402.55 60.91,401.45 60.91,401.45
             60.91,401.45 61.82,400.18 61.82,400.18
             61.82,400.18 62.73,398.55 62.73,398.55
             62.73,398.55 63.27,396.91 63.27,396.91
             63.27,396.91 63.45,394.73 63.45,394.73
             63.45,394.73 64.00,393.27 64.00,393.27
             64.00,393.27 64.18,391.82 64.18,391.82
             64.18,391.82 64.18,389.64 64.18,389.64
             64.18,389.64 63.45,387.82 63.45,387.82
             63.45,387.82 63.45,385.64 63.45,385.64
             63.45,385.64 62.18,383.45 62.18,383.45
             62.18,383.45 62.55,380.73 62.55,380.73
             62.55,380.73 62.55,378.36 62.55,378.36
             62.55,378.36 62.36,376.55 62.36,376.55
             62.36,376.55 63.27,373.45 63.27,373.45 Z
           M 46.73,404.18
           C 46.73,404.18 46.36,402.18 46.36,402.18
             46.36,402.18 46.36,400.36 46.36,400.36
             46.36,400.36 45.82,398.91 45.82,398.91
             45.82,398.91 46.91,396.91 46.91,396.91
             46.91,396.91 46.73,394.91 46.73,394.91
             46.73,394.91 46.55,392.00 46.55,392.00
             46.55,392.00 46.55,390.73 46.55,390.73
             46.55,390.73 46.91,389.27 46.91,389.27
             46.91,389.27 47.82,388.00 47.82,388.00
             47.82,388.00 47.82,386.36 47.64,386.36
             47.45,386.36 48.55,384.91 48.55,384.91
             48.55,384.91 50.00,383.82 50.00,383.82
             50.00,383.82 51.27,383.45 51.27,383.45
             51.27,383.45 53.64,384.00 53.64,384.00
             53.64,384.00 55.27,384.91 55.27,384.91
             55.27,384.91 56.91,385.09 56.91,385.09
             56.91,385.09 57.64,386.55 57.64,386.55
             57.64,386.55 57.09,388.36 57.09,388.36
             57.09,388.36 56.91,389.64 56.91,389.64
             56.91,389.64 56.00,391.27 56.00,391.27
             56.00,391.27 55.27,393.09 55.27,393.09
             55.27,393.09 55.27,395.45 55.27,395.45
             55.27,395.45 54.91,397.09 54.91,397.09
             54.91,397.09 55.09,399.64 55.09,399.64
             55.09,399.64 55.09,400.91 55.09,400.91
             55.09,400.91 54.36,402.73 54.36,402.73
             54.36,402.73 53.64,404.00 53.64,404.00
             53.64,404.00 52.91,405.27 52.91,405.27
             52.91,405.27 51.27,406.36 51.27,406.36
             51.27,406.36 50.00,407.45 50.00,407.45
             50.00,407.45 48.91,406.00 49.09,406.00
             49.27,406.00 46.73,404.18 46.73,404.18 Z" />
             
             <path id="Aabenraa"
                fill="white" stroke="black" stroke-width="2" 
                        d="M 109.64,440.55
           C 109.64,440.55 110.18,437.82 110.18,437.82
             110.18,437.82 110.55,436.00 110.55,436.00
             110.55,436.00 111.64,434.00 111.64,434.00
             111.64,434.00 112.91,432.73 113.09,432.73
             113.27,432.73 115.27,432.18 115.27,432.18
             115.27,432.18 117.27,432.00 117.27,432.00
             117.27,432.00 118.91,432.00 118.91,432.00
             118.91,432.00 119.09,430.73 119.09,430.73
             119.09,430.73 118.00,429.64 118.00,429.64
             118.00,429.64 115.45,429.27 115.45,429.27
             115.45,429.27 114.18,429.09 114.00,429.09
             113.82,429.09 113.45,427.45 113.45,427.45
             113.45,427.45 113.45,425.82 113.45,425.82
             113.45,425.82 112.36,424.36 112.36,424.36
             112.36,424.36 110.73,424.00 110.73,424.00
             110.73,424.00 109.45,423.27 109.45,423.27
             109.45,423.27 108.18,422.73 108.18,422.73
             108.18,422.73 106.55,422.36 106.55,422.36
             106.55,422.36 105.64,421.27 105.64,421.27
             105.64,421.27 105.64,420.00 105.64,420.00
             105.64,420.00 106.00,417.82 106.00,417.82
             106.00,417.82 107.27,416.18 107.27,416.18
             107.27,416.18 108.36,415.27 108.36,415.27
             108.36,415.27 108.73,413.64 108.73,413.64
             108.73,413.64 107.82,412.00 107.82,412.00
             107.82,412.00 107.09,410.73 107.09,410.73
             107.09,410.73 105.82,409.64 105.82,409.64
             105.82,409.64 104.18,408.18 104.18,408.18
             104.18,408.18 102.73,407.45 102.73,407.45
             102.73,407.45 101.09,407.09 101.09,407.09
             101.09,407.09 99.82,408.00 99.82,408.00
             99.82,408.00 98.91,408.91 98.91,408.91
             98.91,408.91 97.64,409.82 97.45,409.82
             97.27,409.82 95.82,409.09 95.82,409.09
             95.82,409.09 94.55,408.91 94.55,408.91
             94.55,408.91 93.27,408.73 93.27,408.73
             93.27,408.73 92.91,407.27 92.91,407.27
             92.91,407.27 93.27,404.55 93.27,404.55
             93.27,404.55 94.18,403.09 94.00,403.09
             93.82,403.09 94.55,402.00 94.55,402.00
             94.55,402.00 95.82,402.91 95.82,402.91
             95.82,402.91 97.27,403.45 97.27,403.45
             97.27,403.45 98.91,403.64 98.91,403.64
             98.91,403.64 100.18,403.64 100.18,403.64
             100.18,403.64 101.82,402.91 101.82,402.91
             101.82,402.91 102.00,401.82 102.00,401.82
             102.00,401.82 103.64,401.82 103.64,401.82
             103.64,401.82 105.27,402.36 105.27,402.36
             105.27,402.36 106.91,402.00 106.91,402.00
             106.91,402.00 108.18,400.55 108.18,400.55
             108.18,400.55 110.55,399.82 110.55,399.82
             110.55,399.82 111.27,398.91 111.27,398.91
             111.27,398.91 111.82,397.64 111.82,397.64
             111.82,397.64 111.82,396.18 111.82,396.18
             111.82,396.18 113.45,395.64 113.45,395.64
             113.45,395.64 115.27,396.18 115.27,396.18
             115.27,396.18 115.45,394.18 115.45,394.18
             115.45,394.18 115.45,392.73 115.45,392.73
             115.45,392.73 117.27,392.00 117.27,392.00
             117.27,392.00 118.91,391.64 118.91,391.64
             118.91,391.64 120.36,392.73 120.36,392.73
             120.36,392.73 122.73,393.27 122.73,393.27
             122.73,393.27 123.64,394.18 123.64,394.18
             123.64,394.18 125.82,394.18 125.82,394.18
             125.82,394.18 127.82,394.73 127.82,394.73
             127.82,394.73 130.18,394.73 130.18,394.73
             130.18,394.73 130.55,395.82 130.55,395.82
             130.55,395.82 132.91,396.36 132.91,396.36
             132.91,396.36 133.64,397.64 133.64,397.64
             133.64,397.64 134.18,398.91 134.18,398.91
             134.18,398.91 136.91,400.91 136.91,400.91
             136.91,400.91 138.00,402.91 138.18,402.91
             138.36,402.91 139.09,404.91 139.09,404.91
             139.09,404.91 138.91,406.55 138.91,406.55
             138.91,406.55 138.00,408.18 138.00,408.18
             138.00,408.18 136.18,409.09 136.18,409.09
             136.18,409.09 135.27,410.36 135.27,410.36
             135.27,410.36 133.45,410.91 133.45,410.91
             133.45,410.91 131.45,411.27 131.45,411.27
             131.45,411.27 130.00,411.45 130.00,411.45
             130.00,411.45 128.73,412.00 128.73,412.00
             128.73,412.00 130.00,412.91 130.00,412.91
             130.00,412.91 131.27,413.82 131.27,413.82
             131.27,413.82 134.00,413.64 134.00,413.64
             134.00,413.64 135.82,413.45 135.82,413.45
             135.82,413.45 137.27,412.73 137.27,412.73
             137.27,412.73 138.55,412.18 138.55,412.18
             138.55,412.18 139.64,411.64 139.64,411.64
             139.64,411.64 140.91,410.55 140.91,410.55
             140.91,410.55 142.00,410.55 142.00,410.55
             142.00,410.55 143.82,411.45 143.82,411.45
             143.82,411.45 144.36,413.64 144.36,413.64
             144.36,413.64 144.91,415.64 144.91,415.64
             144.91,415.64 144.91,417.45 144.91,417.45
             144.91,417.45 144.00,418.91 144.00,418.91
             144.00,418.91 143.45,420.73 143.45,420.73
             143.45,420.73 142.55,421.45 142.55,421.45
             142.55,421.45 141.64,423.09 141.64,423.09
             141.64,423.09 142.73,424.00 142.73,424.00
             142.73,424.00 144.55,424.91 144.55,424.91
             144.55,424.91 144.91,426.91 144.91,426.91
             144.91,426.91 144.00,427.82 144.00,427.82
             144.00,427.82 143.45,430.00 143.45,430.00
             143.45,430.00 142.36,431.27 142.36,431.27
             142.36,431.27 141.27,432.18 141.27,432.18
             141.27,432.18 141.27,433.64 141.27,433.64
             141.27,433.64 140.73,434.91 140.73,434.91
             140.73,434.91 138.91,435.82 138.91,435.82
             138.91,435.82 137.82,436.00 137.82,436.00
             137.82,436.00 136.55,435.82 136.55,435.82
             136.55,435.82 135.27,437.27 135.27,437.27
             135.27,437.27 134.00,439.27 134.00,439.27
             134.00,439.27 132.91,440.36 132.91,440.36
             132.91,440.36 130.91,441.64 130.91,441.64
             130.91,441.64 129.64,442.73 129.64,442.73
             129.64,442.73 127.64,443.09 127.64,443.09
             127.64,443.09 126.00,443.27 126.00,443.27
             126.00,443.27 124.73,442.73 124.73,442.73
             124.73,442.73 124.73,441.64 124.73,441.64
             124.73,441.64 123.45,441.64 123.45,441.64
             123.45,441.64 122.55,443.82 122.55,443.82
             122.55,443.82 121.45,445.45 121.45,445.45
             121.45,445.45 120.00,446.73 120.00,446.73
             120.00,446.73 118.36,447.27 118.36,447.27
             118.36,447.27 116.18,446.73 116.18,446.73
             116.18,446.73 113.45,446.18 113.45,446.18
             113.45,446.18 110.73,445.27 110.73,445.27
             110.73,445.27 109.45,443.64 109.45,443.64
             109.45,443.64 109.64,440.55 109.64,440.55 Z" /> 
             
             <path id="Haderslev"
                fill="white" stroke="black" stroke-width="2"
                        d="M 122.00,359.82
           C 122.00,359.82 123.09,360.55 123.09,360.55
             123.09,360.55 123.82,359.27 123.82,359.27
             123.82,359.27 125.27,358.36 125.27,358.36
             125.27,358.36 126.73,358.73 126.73,358.73
             126.73,358.73 129.27,359.09 129.27,359.09
             129.27,359.09 131.27,358.73 131.27,358.73
             131.27,358.73 133.27,358.91 133.27,358.91
             133.27,358.91 135.64,360.18 135.64,360.18
             135.64,360.18 137.27,360.36 137.27,360.36
             137.27,360.36 139.27,360.91 139.27,360.91
             139.27,360.91 140.91,361.45 140.91,361.45
             140.91,361.45 142.91,362.00 142.91,362.00
             142.91,362.00 144.18,362.91 144.18,362.91
             144.18,362.91 146.91,363.82 146.91,363.82
             146.91,363.82 148.18,366.00 148.18,366.00
             148.18,366.00 148.00,368.91 148.00,368.91
             148.00,368.91 147.45,370.55 147.45,370.55
             147.45,370.55 148.00,371.82 148.00,371.82
             148.00,371.82 147.82,373.64 147.82,373.64
             147.82,373.64 145.64,374.18 145.64,374.18
             145.64,374.18 144.18,375.27 144.18,375.27
             144.18,375.27 142.36,376.18 142.36,376.18
             142.36,376.18 141.45,378.36 141.45,378.36
             141.45,378.36 139.45,378.73 139.45,378.73
             139.45,378.73 137.45,378.55 137.45,378.55
             137.45,378.55 134.91,379.27 134.91,379.27
             134.91,379.27 136.91,381.09 136.91,381.09
             136.91,381.09 139.82,381.09 139.82,381.09
             139.82,381.09 142.36,380.36 142.36,380.36
             142.36,380.36 143.27,379.09 143.27,379.09
             143.27,379.09 144.36,378.00 144.36,378.00
             144.36,378.00 145.82,376.91 145.64,376.91
             145.45,376.91 147.27,376.36 147.27,376.36
             147.27,376.36 149.27,375.64 149.27,375.64
             149.27,375.64 151.27,376.73 151.27,376.73
             151.27,376.73 153.64,378.18 153.64,378.18
             153.64,378.18 155.27,376.18 155.45,376.18
             155.64,376.18 157.64,377.64 157.64,377.64
             157.64,377.64 159.45,378.91 159.45,378.91
             159.45,378.91 158.73,380.55 158.73,380.55
             158.73,380.55 156.91,381.27 156.91,381.27
             156.91,381.27 155.09,380.55 155.09,380.55
             155.09,380.55 154.00,381.45 154.00,381.45
             154.00,381.45 153.27,382.55 153.45,382.55
             153.64,382.55 152.91,384.36 152.91,384.36
             152.91,384.36 151.64,386.36 151.82,386.36
             152.00,386.36 152.18,388.55 152.18,388.55
             152.18,388.55 151.45,389.45 151.45,389.45
             151.45,389.45 149.45,390.91 149.45,390.91
             149.45,390.91 147.64,391.45 147.64,391.45
             147.64,391.45 146.36,391.82 146.36,391.82
             146.36,391.82 144.55,390.73 144.55,390.73
             144.55,390.73 143.45,389.82 143.45,389.82
             143.45,389.82 142.00,390.73 142.00,390.73
             142.00,390.73 140.55,390.73 140.55,390.73
             140.55,390.73 138.73,392.18 138.73,392.18
             138.73,392.18 137.27,393.45 137.27,393.45
             137.27,393.45 135.45,394.36 135.45,394.36
             135.45,394.36 135.09,396.18 135.09,396.18
             135.09,396.18 134.73,398.18 134.73,398.18
             134.73,398.18 133.27,397.64 133.27,397.64
             133.27,397.64 132.18,396.00 132.18,396.00
             132.18,396.00 129.82,395.09 129.82,395.09
             129.82,395.09 128.00,394.18 128.00,394.18
             128.00,394.18 126.18,393.82 126.18,393.82
             126.18,393.82 123.45,393.45 123.45,393.45
             123.45,393.45 121.45,393.09 121.45,393.09
             121.45,393.09 119.64,392.36 119.64,392.36
             119.64,392.36 117.27,392.36 117.27,392.36
             117.27,392.36 115.64,393.27 115.64,393.27
             115.64,393.27 114.73,394.91 114.73,394.91
             114.73,394.91 112.91,396.00 112.91,396.00
             112.91,396.00 112.00,397.64 112.00,397.64
             112.00,397.64 110.55,399.45 110.55,399.45
             110.55,399.45 109.09,400.55 109.09,400.55
             109.09,400.55 107.27,401.45 107.27,401.45
             107.27,401.45 105.64,402.00 105.64,402.00
             105.64,402.00 104.00,402.36 104.00,402.36
             104.00,402.36 102.18,403.27 102.18,403.27
             102.18,403.27 99.64,403.27 99.64,403.27
             99.64,403.27 96.55,402.91 96.73,402.91
             96.91,402.91 94.91,403.09 94.91,403.09
             94.91,403.09 94.18,401.82 94.18,401.82
             94.18,401.82 94.00,400.18 94.00,400.18
             94.00,400.18 93.82,398.73 93.82,398.73
             93.82,398.73 95.27,397.64 95.27,397.64
             95.27,397.64 94.73,395.82 94.73,395.82
             94.73,395.82 93.64,394.18 93.64,394.18
             93.64,394.18 92.00,392.91 92.18,392.91
             92.36,392.91 91.64,391.82 91.64,391.82
             91.64,391.82 91.27,390.36 91.27,390.36
             91.27,390.36 90.36,389.27 90.36,389.27
             90.36,389.27 89.27,387.45 89.27,387.45
             89.27,387.45 89.27,386.00 89.27,386.00
             89.27,386.00 89.27,384.73 89.27,384.73
             89.27,384.73 90.18,384.00 90.18,384.00
             90.18,384.00 91.64,383.27 91.64,383.27
             91.64,383.27 92.73,382.55 92.73,382.55
             92.73,382.55 94.00,381.45 94.00,381.45
             94.00,381.45 93.64,379.82 93.64,379.82
             93.64,379.82 92.91,378.36 92.73,378.36
             92.55,378.36 91.09,376.91 91.09,376.91
             91.09,376.91 89.09,375.09 89.09,375.09
             89.09,375.09 87.64,374.55 87.64,374.55
             87.64,374.55 86.18,372.91 86.18,372.91
             86.18,372.91 85.09,371.64 85.09,371.64
             85.09,371.64 84.36,370.73 84.36,370.73
             84.36,370.73 83.82,368.91 83.82,368.91
             83.82,368.91 83.64,367.09 83.64,367.09
             83.64,367.09 83.27,365.64 83.27,365.64
             83.27,365.64 83.27,363.64 83.27,363.64
             83.27,363.64 83.27,361.64 83.27,361.64
             83.27,361.64 84.18,360.55 84.18,360.55
             84.18,360.55 85.82,359.45 85.82,359.45
             85.82,359.45 87.27,358.55 87.27,358.55
             87.27,358.55 87.64,356.91 87.64,356.91
             87.64,356.91 87.27,355.82 87.27,355.82
             87.27,355.82 88.18,354.91 88.18,354.91
             88.18,354.91 89.09,354.18 89.09,354.18
             89.09,354.18 90.55,352.73 90.55,352.73
             90.55,352.73 91.64,352.73 91.64,352.73
             91.64,352.73 93.64,352.55 93.64,352.55
             93.64,352.55 95.09,352.91 95.09,352.91
             95.09,352.91 96.18,352.55 96.18,352.55
             96.18,352.55 97.64,353.45 97.64,353.45
             97.64,353.45 99.45,353.45 99.45,353.45
             99.45,353.45 101.82,353.82 101.82,353.82
             101.82,353.82 103.27,352.91 103.27,352.91
             103.27,352.91 104.55,352.18 104.55,352.18
             104.55,352.18 106.18,352.00 106.18,352.00
             106.18,352.00 108.36,351.82 108.36,351.82
             108.36,351.82 109.09,353.27 109.09,353.27
             109.09,353.27 110.36,354.36 110.36,354.36
             110.36,354.36 110.91,356.18 110.91,356.18
             110.91,356.18 111.64,358.18 111.64,358.18
             111.64,358.18 113.27,359.27 113.27,359.27
             113.27,359.27 114.91,359.82 114.91,359.82
             114.91,359.82 116.91,360.00 116.91,360.00
             116.91,360.00 118.00,360.00 118.00,360.00
             118.00,360.00 119.09,360.00 119.09,360.00
             119.09,360.00 122.00,359.82 122.00,359.82 Z
           M 140.91,400.55
           C 140.91,400.55 140.91,398.91 140.91,398.91
             140.91,398.91 138.55,397.45 138.55,397.45
             138.55,397.45 138.00,398.73 138.00,398.73
             138.00,398.73 138.36,401.09 138.36,401.09
             138.36,401.09 139.45,401.27 139.45,401.27
             139.45,401.27 140.91,400.55 140.91,400.55 Z" />
             
             <path id="SÃnderborg"  
                fill="transparent" stroke="black" stroke-width="2" 
                        d="M 166.75,433.88
           C 166.75,433.88 165.88,434.62 165.88,434.62
             165.88,434.62 164.88,435.62 164.88,435.62
             164.88,435.62 163.00,435.25 163.00,435.25
             163.00,435.25 161.62,435.38 161.62,435.38
             161.62,435.38 160.75,434.38 160.75,434.38
             160.75,434.38 159.88,434.25 159.88,434.25
             159.88,434.25 158.25,434.12 158.25,434.12
             158.25,434.12 157.25,434.12 157.25,434.12
             157.25,434.12 155.88,434.12 155.88,434.12
             155.88,434.12 154.38,434.00 154.38,434.00
             154.38,434.00 154.00,432.88 154.00,432.88
             154.00,432.88 152.50,432.75 152.50,432.75
             152.50,432.75 152.00,433.62 152.00,433.62
             152.00,433.62 153.88,434.75 153.88,434.75
             153.88,434.75 155.12,435.25 155.12,435.25
             155.12,435.25 156.25,436.12 156.25,436.12
             156.25,436.12 156.50,437.25 156.50,437.25
             156.50,437.25 157.50,438.62 157.50,438.62
             157.50,438.62 157.88,439.38 157.88,439.38
             157.88,439.38 158.00,440.62 158.00,440.62
             158.00,440.62 157.25,441.50 157.25,441.50
             157.25,441.50 156.62,442.25 156.62,442.25
             156.62,442.25 155.75,443.00 155.88,443.00
             156.00,443.00 155.00,443.88 155.00,443.88
             155.00,443.88 154.00,443.50 154.00,443.50
             154.00,443.50 153.38,442.88 153.38,442.88
             153.38,442.88 152.62,442.50 152.62,442.50
             152.62,442.50 151.88,441.88 151.88,441.88
             151.88,441.88 151.12,441.62 151.12,441.62
             151.12,441.62 150.62,441.00 150.62,441.00
             150.62,441.00 149.38,440.00 149.38,440.00
             149.38,440.00 148.12,440.12 148.12,440.12
             148.12,440.12 147.00,440.25 147.00,440.25
             147.00,440.25 145.88,439.88 145.88,439.88
             145.88,439.88 145.00,438.62 145.00,438.62
             145.00,438.62 144.62,437.50 144.62,437.50
             144.62,437.50 144.50,436.62 144.50,436.62
             144.50,436.62 145.75,436.12 145.75,436.12
             145.75,436.12 145.25,435.12 145.25,435.12
             145.25,435.12 144.38,434.50 144.38,434.50
             144.38,434.50 143.25,433.88 143.25,433.88
             143.25,433.88 142.50,433.12 142.50,433.12
             142.50,433.12 141.27,431.82 141.27,431.82
             141.27,431.82 142.55,430.91 142.55,430.91
             142.55,430.91 143.64,429.82 143.64,429.82
             143.64,429.82 144.18,428.36 144.18,428.36
             144.18,428.36 144.36,426.91 144.36,426.91
             144.36,426.91 144.18,425.27 144.18,425.27
             144.18,425.27 143.09,424.18 142.91,424.18
             142.73,424.18 141.45,423.09 141.45,423.09
             141.45,423.09 142.36,420.73 142.36,420.73
             142.36,420.73 143.09,419.27 143.09,419.27
             143.09,419.27 143.82,417.82 143.82,417.82
             143.82,417.82 144.88,416.88 144.88,416.88
             144.88,416.88 146.12,416.50 146.12,416.50
             146.12,416.50 147.50,417.38 147.50,417.38
             147.50,417.38 149.12,419.00 149.12,419.00
             149.12,419.00 150.75,419.25 150.75,419.25
             150.75,419.25 152.62,420.12 152.62,420.12
             152.62,420.12 154.00,420.38 154.00,420.38
             154.00,420.38 154.62,421.75 154.62,421.75
             154.62,421.75 155.25,423.38 155.25,423.38
             155.25,423.38 155.00,424.88 155.12,424.88
             155.25,424.88 155.25,426.50 155.25,426.50
             155.25,426.50 154.88,428.50 154.88,428.50
             154.88,428.50 155.50,429.38 155.50,429.38
             155.50,429.38 157.62,429.50 157.62,429.50
             157.62,429.50 157.88,428.62 157.88,428.62
             157.88,428.62 157.88,426.88 157.88,426.88
             157.88,426.88 157.88,425.75 157.88,425.75
             157.88,425.75 158.12,424.12 158.12,424.12
             158.12,424.12 158.25,423.25 158.25,423.25
             158.25,423.25 159.12,423.50 159.12,423.50
             159.12,423.50 159.50,425.12 159.62,425.12
             159.75,425.12 160.75,426.12 160.75,426.12
             160.75,426.12 161.75,426.75 161.75,426.75
             161.75,426.75 162.38,427.50 162.38,427.50
             162.38,427.50 163.12,428.50 163.12,428.50
             163.12,428.50 164.62,428.75 164.62,428.88
             164.62,429.00 166.12,429.00 166.12,429.00
             166.12,429.00 167.75,428.75 167.75,428.75
             167.75,428.75 168.50,428.12 168.50,428.12
             168.50,428.12 168.88,427.12 169.00,427.12
             169.12,427.12 170.00,426.25 170.00,426.25
             170.00,426.25 169.12,424.75 169.12,424.75
             169.12,424.75 168.88,423.75 168.88,423.75
             168.88,423.75 167.38,423.38 167.38,423.38
             167.38,423.38 166.38,423.25 166.38,423.25
             166.38,423.25 166.12,422.00 166.12,422.00
             166.12,422.00 165.25,422.00 165.25,422.00
             165.25,422.00 163.88,421.38 163.88,421.38
             163.88,421.38 163.75,420.62 163.75,420.62
             163.75,420.62 162.62,420.12 162.62,420.12
             162.62,420.12 161.88,420.00 161.88,420.00
             161.88,420.00 161.62,419.12 161.62,419.12
             161.62,419.12 161.50,417.75 161.50,417.75
             161.50,417.75 161.00,416.88 161.00,416.88
             161.00,416.88 160.62,415.62 160.62,415.62
             160.62,415.62 158.50,415.38 158.50,415.38
             158.50,415.38 156.38,415.50 156.38,415.50
             156.38,415.50 153.12,415.62 153.12,415.62
             153.12,415.62 152.00,415.62 152.00,415.62
             152.00,415.62 150.88,415.75 150.88,415.75
             150.88,415.75 149.00,415.25 149.00,415.25
             149.00,415.25 148.00,414.50 148.00,414.50
             148.00,414.50 148.00,413.50 148.00,413.50
             148.00,413.50 149.38,413.75 149.38,413.75
             149.38,413.75 151.25,413.50 151.25,413.50
             151.25,413.50 152.75,413.75 152.75,413.75
             152.75,413.75 154.00,412.75 154.00,412.75
             154.00,412.75 153.50,411.62 153.50,411.62
             153.50,411.62 152.75,410.50 152.62,410.50
             152.50,410.50 150.88,410.75 150.88,410.75
             150.88,410.75 149.75,410.62 149.75,410.62
             149.75,410.62 148.62,410.38 148.62,410.38
             148.62,410.38 147.75,410.88 147.62,410.75
             147.50,410.62 146.50,410.62 146.50,410.62
             146.50,410.62 145.25,410.38 145.25,410.38
             145.25,410.38 145.62,409.25 145.75,409.25
             145.88,409.25 146.62,408.50 146.62,408.50
             146.62,408.50 147.12,407.75 147.12,407.75
             147.12,407.75 147.88,406.62 147.88,406.62
             147.88,406.62 148.75,405.88 148.75,405.88
             148.75,405.88 150.12,405.75 150.12,405.75
             150.12,405.75 151.75,405.88 151.75,405.88
             151.75,405.88 153.12,405.38 153.00,405.38
             152.88,405.38 154.62,405.00 154.62,405.00
             154.62,405.00 156.00,404.88 156.12,404.88
             156.25,404.88 157.75,405.12 157.75,405.12
             157.75,405.12 159.50,405.88 159.50,405.88
             159.50,405.88 160.00,406.62 160.12,406.62
             160.25,406.62 162.50,407.50 162.50,407.50
             162.50,407.50 164.12,408.88 164.12,408.88
             164.12,408.88 165.25,409.75 165.25,409.75
             165.25,409.75 166.12,410.25 166.12,410.25
             166.12,410.25 167.38,411.62 167.38,411.62
             167.38,411.62 167.88,412.38 167.88,412.38
             167.88,412.38 168.75,413.25 168.75,413.25
             168.75,413.25 169.75,414.00 169.75,414.00
             169.75,414.00 171.75,414.62 171.75,414.62
             171.75,414.62 172.75,414.88 172.75,414.88
             172.75,414.88 174.12,415.38 174.12,415.38
             174.12,415.38 176.12,415.88 176.12,415.88
             176.12,415.88 176.75,416.50 176.75,416.50
             176.75,416.50 177.88,417.62 177.88,417.62
             177.88,417.62 179.00,418.88 179.00,418.88
             179.00,418.88 179.50,419.62 179.62,419.62
             179.75,419.62 180.62,421.12 180.75,421.12
             180.88,421.12 181.38,422.88 181.38,422.88
             181.38,422.88 182.50,424.38 182.50,424.38
             182.50,424.38 182.75,425.50 182.75,425.50
             182.75,425.50 183.38,427.00 183.38,427.00
             183.38,427.00 184.38,428.38 184.38,428.38
             184.38,428.38 184.75,429.50 184.75,429.50
             184.75,429.50 185.12,431.12 185.12,431.12
             185.12,431.12 185.25,432.25 185.38,432.25
             185.50,432.25 186.50,433.00 186.50,433.12
             186.50,433.25 186.50,434.25 186.50,434.38
             186.50,434.50 186.50,435.62 186.50,435.62
             186.50,435.62 185.88,436.75 185.88,436.75
             185.88,436.75 185.50,437.50 185.50,437.50
             185.50,437.50 183.50,437.62 183.62,437.62
             183.75,437.62 182.00,437.50 182.00,437.50
             182.00,437.50 180.88,438.00 181.00,438.00
             181.12,438.00 180.88,439.25 180.88,439.12
             180.88,439.00 180.00,440.12 180.00,440.12
             180.00,440.12 179.12,440.88 179.12,440.88
             179.12,440.88 176.88,440.88 176.88,440.88
             176.88,440.88 174.88,440.75 174.88,440.75
             174.88,440.75 173.25,440.50 173.12,440.50
             173.00,440.50 171.50,439.12 171.50,439.25
             171.50,439.38 170.12,439.25 170.12,439.25
             170.12,439.25 168.88,439.12 168.88,439.12
             168.88,439.12 167.75,438.88 167.75,438.88
             167.75,438.88 166.88,438.38 166.88,438.38
             166.88,438.38 165.62,437.25 165.75,437.25
             165.88,437.25 166.75,436.25 166.75,436.25
             166.75,436.25 167.75,435.38 167.75,435.38
             167.75,435.38 168.38,434.38 168.38,434.38 Z" />
             
             <path id="Odense"  
                fill="white" stroke="black" stroke-width="2" 
                        d="M 203.25,325.38
           C 203.25,325.38 202.00,325.88 202.00,325.88
             202.00,325.88 200.12,326.12 200.12,326.12
             200.12,326.12 198.62,326.62 198.62,326.62
             198.62,326.62 196.88,326.88 196.88,327.00
             196.88,327.12 196.00,328.00 196.00,328.00
             196.00,328.00 194.00,329.00 194.00,329.00
             194.00,329.00 192.50,329.75 192.50,329.75
             192.50,329.75 191.25,330.00 191.25,330.00
             191.25,330.00 190.25,330.50 190.25,330.62
             190.25,330.75 188.88,331.75 188.88,331.75
             188.88,331.75 187.50,332.38 187.50,332.38
             187.50,332.38 186.25,334.12 186.25,334.12
             186.25,334.12 184.62,335.00 184.62,335.00
             184.62,335.00 183.75,335.88 183.75,335.88
             183.75,335.88 182.25,336.38 182.25,336.38
             182.25,336.38 180.38,336.88 180.50,336.88
             180.62,336.88 179.00,337.25 179.00,337.25
             179.00,337.25 177.12,336.62 177.12,336.62
             177.12,336.62 175.88,335.62 175.88,335.62
             175.88,335.62 174.62,334.12 174.62,334.12
             174.62,334.12 174.62,332.50 174.75,332.50
             174.88,332.50 175.88,331.38 175.88,331.38
             175.88,331.38 175.50,330.25 175.50,330.25
             175.50,330.25 174.38,330.25 174.38,330.25
             174.38,330.25 173.12,330.12 173.12,330.12
             173.12,330.12 171.00,330.38 171.12,330.38
             171.25,330.38 170.62,331.38 170.62,331.38
             170.62,331.38 169.12,331.38 169.12,331.38
             169.12,331.38 168.25,332.38 168.25,332.38
             168.25,332.38 167.88,333.50 167.88,333.50
             167.88,333.50 167.75,334.75 167.75,334.75
             167.75,334.75 167.38,336.25 167.38,336.25
             167.38,336.25 165.50,336.25 165.50,336.25
             165.50,336.25 163.62,336.12 163.62,336.12
             163.62,336.12 163.38,335.12 163.38,335.12
             163.38,335.12 161.62,335.25 161.62,335.25
             161.62,335.25 161.50,336.25 161.50,336.25
             161.50,336.25 161.25,337.38 161.25,337.38
             161.25,337.38 161.00,338.75 161.00,338.75
             161.00,338.75 161.25,341.12 161.25,341.12
             161.25,341.12 163.38,342.62 163.38,342.62
             163.38,342.62 164.00,341.75 164.00,341.75
             164.00,341.75 163.25,340.38 163.25,340.38
             163.25,340.38 164.00,339.75 164.00,339.88
             164.00,340.00 165.62,341.62 165.62,341.62
             165.62,341.62 167.25,342.62 167.25,342.62
             167.25,342.62 169.00,343.50 169.00,343.50
             169.00,343.50 170.50,345.12 170.50,345.12
             170.50,345.12 172.00,346.88 172.00,346.88
             172.00,346.88 171.25,347.88 171.25,347.88
             171.25,347.88 168.91,346.64 168.91,346.64
             168.91,346.64 168.09,346.00 168.09,346.00
             168.09,346.00 167.00,345.18 167.00,345.18
             167.00,345.18 166.00,344.64 166.00,344.64
             166.00,344.64 165.00,344.73 165.00,344.82
             165.00,344.91 165.55,346.09 165.55,346.09
             165.55,346.09 166.73,347.27 166.73,347.27
             166.73,347.27 167.55,348.00 167.55,348.00
             167.55,348.00 169.36,348.73 169.36,348.73
             169.36,348.73 171.45,349.55 171.45,349.55
             171.45,349.55 172.45,350.45 172.45,350.45
             172.45,350.45 170.45,350.91 170.45,350.91
             170.45,350.91 171.18,352.27 171.18,352.27
             171.18,352.27 172.00,353.00 172.09,353.09
             172.18,353.18 172.36,354.91 172.36,354.91
             172.36,354.91 171.18,355.09 171.18,355.09
             171.18,355.09 169.50,355.50 169.50,355.50
             169.50,355.50 168.50,356.00 168.50,356.00
             168.50,356.00 167.75,357.38 167.88,357.38
             168.00,357.38 169.12,358.88 169.12,358.88
             169.12,358.88 170.88,359.38 170.88,359.38
             170.88,359.38 171.88,360.00 171.88,360.00
             171.88,360.00 173.38,360.38 173.38,360.38
             173.38,360.38 174.50,360.38 174.50,360.38
             174.50,360.38 175.75,360.50 175.75,360.50
             175.75,360.50 176.62,361.50 176.62,361.50
             176.62,361.50 175.75,363.00 175.75,363.00
             175.75,363.00 175.62,364.75 175.62,364.75
             175.62,364.75 175.75,366.62 175.75,366.62
             175.75,366.62 175.88,368.50 175.88,368.50
             175.88,368.50 176.00,370.50 176.00,370.50
             176.00,370.50 175.88,371.88 175.88,371.88
             175.88,371.88 175.12,373.25 175.12,373.25
             175.12,373.25 174.12,374.38 174.12,374.38
             174.12,374.38 175.25,375.38 175.25,375.38
             175.25,375.38 176.75,376.50 176.75,376.50
             176.75,376.50 178.25,377.25 178.25,377.25
             178.25,377.25 179.62,378.25 179.62,378.25
             179.62,378.25 180.88,379.38 180.88,379.38
             180.88,379.38 181.73,379.73 181.73,379.73
             181.73,379.73 183.64,380.45 183.64,380.45
             183.64,380.45 184.09,381.55 184.09,381.55
             184.09,381.55 184.00,383.73 184.00,383.73
             184.00,383.73 185.45,383.73 185.45,383.73
             185.45,383.73 186.00,382.36 186.00,382.36
             186.00,382.36 188.00,384.73 188.00,384.73
             188.00,384.73 191.64,385.64 191.64,385.64
             191.64,385.64 194.55,384.73 194.55,384.73
             194.55,384.73 197.45,383.45 197.45,383.45
             197.45,383.45 198.73,381.09 198.73,381.09
             198.73,381.09 200.55,378.73 200.55,378.73
             200.55,378.73 200.91,376.00 200.91,376.00
             200.91,376.00 200.00,374.00 200.00,374.00
             200.00,374.00 200.73,372.36 200.91,372.36
             201.09,372.36 204.36,372.36 204.55,372.36
             204.73,372.36 206.55,370.91 206.55,370.91
             206.55,370.91 207.27,369.45 207.27,369.45
             207.27,369.45 209.27,368.36 209.27,368.36
             209.27,368.36 211.45,369.45 211.45,369.45
             211.45,369.45 213.82,368.91 213.82,368.91
             213.82,368.91 214.36,371.82 214.36,371.82
             214.36,371.82 216.18,372.73 216.18,372.91
             216.18,373.09 219.82,373.82 219.82,373.82
             219.82,373.82 221.27,372.18 221.45,372.18
             221.64,372.18 222.18,370.36 222.18,370.36
             222.18,370.36 221.09,367.82 221.27,368.00
             221.45,368.18 222.91,366.18 222.91,366.18
             222.91,366.18 224.36,367.45 224.36,367.45
             224.36,367.45 224.91,369.45 225.09,369.45
             225.27,369.45 227.27,370.55 227.27,370.55
             227.27,370.55 229.09,369.64 229.09,369.64
             229.09,369.64 230.36,367.64 230.36,367.64
             230.36,367.64 232.73,367.45 232.73,367.45
             232.73,367.45 233.45,368.73 233.45,368.91
             233.45,369.09 236.18,368.73 236.18,368.73
             236.18,368.73 236.55,365.09 236.55,365.09
             236.55,365.09 238.18,364.00 238.18,364.00
             238.18,364.00 239.27,362.73 239.27,362.73
             239.27,362.73 239.27,360.00 239.27,360.18
             239.27,360.36 238.00,359.64 238.00,359.64
             238.00,359.64 238.73,358.00 238.73,358.00
             238.73,358.00 239.45,356.18 239.45,356.18
             239.45,356.18 239.82,353.27 239.82,353.27
             239.82,353.27 242.55,353.09 242.55,353.09
             242.55,353.09 244.18,352.18 244.18,352.18
             244.18,352.18 244.36,349.82 244.36,349.82
             244.36,349.82 242.91,348.36 242.91,348.36
             242.91,348.36 242.00,347.64 242.00,347.64
             242.00,347.64 241.64,346.36 241.64,346.36
             241.64,346.36 242.91,345.09 242.91,345.09
             242.91,345.09 244.55,344.36 244.55,344.36
             244.55,344.36 246.91,344.18 246.91,344.18
             246.91,344.18 248.36,342.00 248.36,342.00
             248.36,342.00 247.64,340.36 247.64,340.36
             247.64,340.36 246.00,337.64 246.00,337.64
             246.00,337.64 245.09,335.27 245.09,335.27
             245.09,335.27 245.09,333.27 245.09,333.27
             245.09,333.27 244.36,331.09 244.18,331.09
             244.00,331.09 242.91,329.45 242.91,329.45
             242.91,329.45 241.45,327.09 241.45,327.09
             241.45,327.09 240.18,324.73 240.18,324.73
             240.18,324.73 239.09,323.09 239.09,323.09
             239.09,323.09 237.45,321.82 237.27,321.82
             237.09,321.82 234.73,322.00 234.73,322.00
             234.73,322.00 235.64,324.18 235.64,324.18
             235.64,324.18 236.00,326.18 236.00,326.18
             236.00,326.18 236.00,329.27 236.00,329.27
             236.00,329.27 237.09,332.55 237.09,332.55
             237.09,332.55 236.36,335.27 236.36,335.27
             236.36,335.27 234.36,336.18 234.36,336.18
             234.36,336.18 236.00,338.00 236.00,338.00
             236.00,338.00 237.45,339.09 237.45,339.27
             237.45,339.45 237.27,342.18 237.27,342.18
             237.27,342.18 234.91,342.91 234.91,342.91
             234.91,342.91 231.82,343.82 231.82,343.82
             231.82,343.82 229.45,344.18 229.45,344.18
             229.45,344.18 227.82,344.00 227.82,344.00
             227.82,344.00 227.27,346.18 227.27,346.18
             227.27,346.18 226.18,348.36 226.18,348.36
             226.18,348.36 223.45,348.91 223.45,348.91
             223.45,348.91 221.09,347.45 221.27,347.45
             221.45,347.45 222.73,344.55 222.73,344.55
             222.73,344.55 223.09,342.55 223.09,342.55
             223.09,342.55 225.09,341.45 225.27,341.45
             225.45,341.45 226.18,340.18 226.18,340.18
             226.18,340.18 227.27,339.09 227.27,339.09
             227.27,339.09 226.73,337.27 226.73,337.27
             226.73,337.27 226.73,335.64 226.73,335.64
             226.73,335.64 227.27,334.36 227.27,334.55
             227.27,334.73 229.45,334.36 229.45,334.36
             229.45,334.36 229.09,332.91 228.91,333.09
             228.73,333.27 226.36,331.09 226.36,331.09
             226.36,331.09 224.73,329.45 224.73,329.45
             224.73,329.45 222.36,326.91 222.36,326.91
             222.36,326.91 220.36,325.64 220.36,325.64
             220.36,325.64 217.64,324.00 217.64,324.00
             217.64,324.00 215.45,322.91 215.45,322.91
             215.45,322.91 213.27,321.45 213.27,321.45
             213.27,321.45 212.91,325.27 212.91,325.27
             212.91,325.27 213.09,326.91 213.09,327.09
             213.09,327.27 211.27,328.00 211.27,328.00
             211.27,328.00 210.73,325.45 210.73,325.45
             210.73,325.45 210.55,323.45 210.36,323.45
             210.18,323.45 208.55,323.45 208.55,323.45
             208.55,323.45 206.55,324.00 206.55,324.00
             206.55,324.00 204.55,324.73 204.55,324.73
             204.55,324.73 202.55,322.73 202.55,322.73
             202.55,322.73 203.09,320.91 203.09,320.91
             203.09,320.91 204.36,318.73 204.36,318.73
             204.36,318.73 202.36,317.82 202.36,317.82
             202.36,317.82 200.55,318.36 200.55,318.36
             200.55,318.36 200.18,320.00 200.36,320.00
             200.55,320.00 201.45,320.82 201.45,320.82
             201.45,320.82 202.09,321.18 202.09,321.18M 184.09,386.09
           C 184.09,386.09 184.64,385.36 184.64,385.36
             184.64,385.36 185.55,385.73 185.55,385.73
             185.55,385.73 186.00,386.36 186.00,386.36
             186.00,386.36 186.73,387.18 186.82,387.18
             186.91,387.18 188.27,388.45 188.27,388.45
             188.27,388.45 189.18,389.27 189.18,389.27
             189.18,389.27 189.18,390.18 189.18,390.18
             189.18,390.18 189.64,391.27 189.73,391.27
             189.82,391.27 189.82,392.55 189.82,392.55
             189.82,392.55 189.64,393.64 189.64,393.64
             189.64,393.64 188.45,394.00 188.45,394.00
             188.45,394.00 187.09,393.82 187.09,393.82
             187.09,393.82 185.91,394.00 186.00,394.00
             186.09,394.00 185.55,392.82 185.55,392.82
             185.55,392.82 184.55,393.00 184.55,393.00
             184.55,393.00 183.82,392.27 183.82,392.27
             183.82,392.27 183.18,391.64 183.18,391.64
             183.18,391.64 183.73,390.27 183.73,390.27
             183.73,390.27 183.64,388.91 183.64,388.91
             183.64,388.91 183.82,387.73 183.73,387.73
             183.64,387.73 184.09,386.09 184.09,386.09 Z
           M 170.00,367.91
           C 170.00,367.91 170.91,368.00 170.91,368.00
             170.91,368.00 172.00,367.91 172.00,367.91
             172.00,367.91 172.27,367.00 172.27,367.00
             172.27,367.00 173.09,366.91 173.09,366.91
             173.09,366.91 173.09,365.09 173.09,365.09
             173.09,365.09 173.00,364.00 173.00,364.00
             173.00,364.00 171.91,363.73 171.91,363.73
             171.91,363.73 171.55,362.91 171.55,362.91
             171.55,362.91 170.45,362.73 170.45,362.73
             170.45,362.73 169.45,362.36 169.45,362.36
             169.45,362.36 168.73,363.55 168.73,363.55
             168.73,363.55 168.73,364.91 168.73,364.91
             168.73,364.91 168.64,366.00 168.64,366.00
             168.64,366.00 168.91,367.00 168.91,367.00
             168.91,367.00 170.00,367.91 170.00,367.91 Z
           M 162.18,359.82
           C 162.18,359.82 163.64,359.82 163.64,359.82
             163.64,359.82 164.27,359.55 164.27,359.55
             164.27,359.55 164.82,358.45 164.82,358.45
             164.82,358.45 164.36,357.45 164.36,357.45
             164.36,357.45 163.73,357.00 163.73,357.00
             163.73,357.00 162.55,356.82 162.55,356.82
             162.55,356.82 161.73,356.91 161.64,356.91
             161.55,356.91 160.73,357.36 160.73,357.36
             160.73,357.36 160.64,358.00 160.64,358.00
             160.64,358.00 160.64,359.09 160.64,359.09
             160.64,359.09 162.18,359.82 162.18,359.82 Z" />
             
             <path id="Svendborg"  
                fill="white" stroke="black" stroke-width="2"
                        d="M 243.18,409.18
           C 243.18,409.18 242.18,408.55 242.18,408.55
             242.18,408.55 241.64,407.82 241.64,407.82
             241.64,407.82 242.55,406.55 242.73,406.55
             242.91,406.55 244.55,406.18 244.55,406.18
             244.55,406.18 247.45,406.18 247.45,406.18
             247.45,406.18 247.82,410.00 247.82,410.00
             247.82,410.00 243.91,409.91 243.91,409.91M 240.00,407.64
           C 240.00,407.64 238.64,407.27 238.64,407.27
             238.64,407.27 236.91,408.64 236.91,408.64
             236.91,408.64 235.91,409.45 235.91,409.45
             235.91,409.45 234.36,409.55 234.45,409.55
             234.55,409.55 233.00,410.64 233.09,410.64
             233.18,410.64 231.91,411.91 231.91,411.91
             231.91,411.91 230.55,412.36 230.55,412.36
             230.55,412.36 229.00,412.82 229.00,412.82
             229.00,412.82 229.45,414.82 229.55,414.91
             229.64,415.00 230.09,415.64 230.09,415.64
             230.09,415.64 230.36,416.91 230.36,417.00
             230.36,417.09 230.64,418.91 230.64,418.91
             230.64,418.91 231.55,420.09 231.55,420.09
             231.55,420.09 231.91,421.09 231.91,421.09
             231.91,421.09 232.73,422.55 232.82,422.55
             232.91,422.55 235.55,422.45 235.55,422.45
             235.55,422.45 237.82,422.27 237.82,422.27
             237.82,422.27 238.82,421.91 238.82,421.91
             238.82,421.91 240.64,421.00 240.64,421.00
             240.64,421.00 241.45,420.09 241.45,420.09
             241.45,420.09 242.55,418.91 242.55,418.91
             242.55,418.91 244.18,419.18 244.18,419.18
             244.18,419.18 245.18,418.45 245.18,418.45
             245.18,418.45 246.09,417.55 246.09,417.55
             246.09,417.55 245.82,416.00 245.82,416.00
             245.82,416.00 245.09,415.18 245.09,415.18
             245.09,415.18 243.82,415.00 243.82,415.00
             243.82,415.00 243.00,415.82 243.00,415.91
             243.00,416.00 242.36,416.27 242.36,416.36
             242.36,416.45 241.36,416.45 241.36,416.45
             241.36,416.45 241.18,414.91 241.18,414.91
             241.18,414.91 241.73,413.91 241.73,413.91
             241.73,413.91 241.82,413.18 241.91,413.18
             242.00,413.18 242.45,412.27 242.45,412.27
             242.45,412.27 242.73,410.91 242.73,410.91
             242.73,410.91 242.27,409.82 242.27,409.82
             242.27,409.82 241.18,409.36 241.18,409.36
             241.18,409.36 240.55,408.36 240.55,408.36
             240.55,408.36 240.00,407.64 240.00,407.64 Z
           M 242.69,421.19
           C 242.69,421.19 243.12,421.94 243.12,421.94
             243.12,421.94 244.38,422.62 244.38,422.62
             244.38,422.62 245.19,422.62 245.19,422.62
             245.19,422.62 245.81,422.12 245.81,422.12
             245.81,422.12 245.94,421.12 245.94,421.12
             245.94,421.12 245.75,420.31 245.69,420.31
             245.62,420.31 244.75,420.19 244.75,420.19
             244.75,420.19 243.38,420.12 243.38,420.12
             243.38,420.12 242.69,420.12 242.69,420.12
             242.69,420.12 242.06,420.69 242.06,420.69
             242.06,420.69 242.69,421.19 242.69,421.19 Z
           M 238.00,430.38
           C 238.00,430.38 239.38,429.00 239.50,429.00
             239.62,429.00 239.62,426.88 239.62,426.88
             239.62,426.88 238.12,426.00 238.12,426.00
             238.12,426.00 236.62,425.50 236.62,425.50
             236.62,425.50 235.50,425.62 235.50,425.62
             235.50,425.62 235.88,427.25 236.00,427.25
             236.12,427.25 235.38,428.50 235.38,428.50
             235.38,428.50 234.62,429.38 234.62,429.38
             234.62,429.38 236.00,429.88 236.12,429.88
             236.25,429.88 238.00,430.38 238.00,430.38 Z
           M 236.62,438.75
           C 236.62,438.75 238.25,438.62 238.25,438.62
             238.25,438.62 240.12,438.88 240.12,438.88
             240.12,438.88 241.00,438.12 241.00,438.12
             241.00,438.12 241.62,436.75 241.75,436.75
             241.88,436.75 242.25,435.38 242.25,435.38
             242.25,435.38 242.25,433.25 242.25,433.25
             242.25,433.25 242.88,432.38 242.88,432.38
             242.88,432.38 244.50,432.75 244.50,432.75
             244.50,432.75 245.88,433.25 245.88,433.38
             245.88,433.50 247.25,432.62 247.25,432.62
             247.25,432.62 246.75,431.12 246.88,431.12
             247.00,431.12 246.50,429.88 246.50,429.88
             246.50,429.88 245.25,429.38 245.25,429.38
             245.25,429.38 243.38,428.88 243.38,428.88
             243.38,428.88 243.62,426.75 243.62,426.75
             243.62,426.75 244.88,424.75 244.88,424.75
             244.88,424.75 246.12,423.50 246.12,423.50
             246.12,423.50 246.75,421.88 246.75,421.88
             246.75,421.88 248.25,420.38 248.25,420.38
             248.25,420.38 249.50,419.00 249.50,419.00
             249.50,419.00 250.50,418.12 250.50,418.12
             250.50,418.12 252.00,416.75 252.00,416.75
             252.00,416.75 253.88,416.38 253.88,416.38
             253.88,416.38 255.25,414.50 255.25,414.50
             255.25,414.50 255.62,413.00 255.75,413.00
             255.88,413.00 257.12,412.00 257.12,412.00
             257.12,412.00 258.00,410.50 258.00,410.50
             258.00,410.50 258.75,409.38 258.75,409.38
             258.75,409.38 259.38,407.50 259.50,407.50
             259.62,407.50 260.12,405.00 260.12,405.00
             260.12,405.00 260.25,402.38 260.25,402.38
             260.25,402.38 261.25,399.88 261.38,399.88
             261.50,399.88 261.88,396.62 262.00,396.62
             262.12,396.62 263.50,395.12 263.50,395.12
             263.50,395.12 264.62,392.50 264.62,392.50
             264.62,392.50 265.88,390.62 265.88,390.62
             265.88,390.62 267.12,389.38 267.12,389.38
             267.12,389.38 268.62,389.38 268.62,389.38
             268.62,389.38 269.38,390.25 269.50,390.25
             269.62,390.25 270.00,392.62 270.00,392.62
             270.00,392.62 269.88,394.88 269.88,394.88
             269.88,394.88 269.38,396.62 269.38,396.62
             269.38,396.62 268.75,398.00 268.75,398.00
             268.75,398.00 268.88,399.75 268.88,399.75
             268.88,399.75 268.50,401.38 268.50,401.38
             268.50,401.38 268.00,402.50 268.00,402.50
             268.00,402.50 267.25,404.25 267.38,404.25
             267.50,404.25 267.25,405.88 267.25,405.88
             267.25,405.88 266.88,407.50 266.88,407.50
             266.88,407.50 266.38,409.00 266.38,409.00
             266.38,409.00 265.75,410.00 265.75,410.00
             265.75,410.00 265.50,411.38 265.50,411.38
             265.50,411.38 265.25,412.75 265.25,412.75
             265.25,412.75 264.50,413.62 264.50,413.62
             264.50,413.62 264.12,415.38 264.12,415.38
             264.12,415.38 263.50,416.25 263.62,416.25
             263.75,416.25 262.62,417.25 262.62,417.25
             262.62,417.25 262.12,418.00 262.12,418.00
             262.12,418.00 261.50,418.50 261.50,418.50
             261.50,418.50 260.88,419.12 260.88,419.12
             260.88,419.12 260.25,420.62 260.25,420.62
             260.25,420.62 259.75,421.88 259.75,421.88
             259.75,421.88 259.25,423.00 259.25,423.00
             259.25,423.00 258.62,423.88 258.62,423.88
             258.62,423.88 258.12,425.38 258.12,425.38
             258.12,425.38 257.75,426.50 257.75,426.50
             257.75,426.50 257.25,427.88 257.25,427.88
             257.25,427.88 257.25,429.62 257.38,429.62
             257.50,429.62 257.38,431.38 257.38,431.38
             257.38,431.38 256.50,432.50 256.50,432.50
             256.50,432.50 256.62,433.38 256.62,433.38
             256.62,433.38 255.88,434.50 255.88,434.50
             255.88,434.50 255.12,435.75 255.12,435.75
             255.12,435.75 254.38,437.25 254.38,437.25
             254.38,437.25 253.62,438.00 253.62,438.00
             253.62,438.00 253.62,439.00 253.62,439.00
             253.62,439.00 253.25,440.38 253.25,440.38
             253.25,440.38 252.62,441.50 252.62,441.50
             252.62,441.50 252.25,442.75 252.25,442.75
             252.25,442.75 252.38,444.62 252.38,444.62
             252.38,444.62 251.75,445.62 251.75,445.62
             251.75,445.62 251.12,447.00 251.12,447.00
             251.12,447.00 250.88,448.38 250.88,448.38
             250.88,448.38 250.12,449.50 250.38,449.62
             250.62,449.75 250.12,450.88 250.12,450.88
             250.12,450.88 249.50,452.25 249.50,452.25
             249.50,452.25 249.25,453.12 249.25,453.12
             249.25,453.12 248.75,454.75 248.75,454.75
             248.75,454.75 248.12,455.38 248.12,455.38
             248.12,455.38 247.38,456.25 247.38,456.25
             247.38,456.25 246.50,456.88 246.50,456.88
             246.50,456.88 244.88,456.75 244.88,456.75
             244.88,456.75 243.62,456.25 243.62,456.25
             243.62,456.25 242.38,455.00 242.38,455.00
             242.38,455.00 241.62,453.62 241.62,453.62
             241.62,453.62 241.50,452.00 241.50,452.00
             241.50,452.00 242.12,450.50 242.12,450.50
             242.12,450.50 242.12,449.25 242.12,449.25
             242.12,449.25 241.12,448.00 241.12,448.00
             241.12,448.00 241.00,446.38 241.00,446.38
             241.00,446.38 240.62,444.88 240.62,444.88
             240.62,444.88 240.38,443.38 240.38,443.38
             240.38,443.38 239.50,442.25 239.50,442.25
             239.50,442.25 238.25,440.75 238.25,440.75
             238.25,440.75 236.62,438.75 236.62,438.75 Z
           M 215.00,436.88
           C 215.00,436.75 216.50,438.12 216.50,438.12
             216.50,438.12 218.25,439.75 218.25,439.75
             218.25,439.75 219.50,440.75 219.50,440.75
             219.50,440.75 220.75,441.25 220.75,441.25
             220.75,441.25 221.38,440.50 221.38,440.50
             221.38,440.50 222.75,438.38 222.75,438.38
             222.75,438.38 225.38,437.75 225.38,437.75
             225.38,437.75 227.62,437.50 227.62,437.50
             227.62,437.50 230.50,436.38 230.50,436.38
             230.50,436.38 231.62,435.12 231.62,435.12
             231.62,435.12 229.62,434.62 229.62,434.62
             229.62,434.62 228.62,433.38 228.62,433.38
             228.62,433.38 227.50,433.00 227.50,433.00
             227.50,433.00 228.00,432.25 227.75,432.25
             227.50,432.25 228.00,431.25 228.00,431.25
             228.00,431.25 227.50,430.00 227.50,430.00
             227.50,430.00 225.75,429.62 225.75,429.62
             225.75,429.62 224.88,429.25 224.88,429.25
             224.88,429.25 223.62,429.25 223.62,429.25
             223.62,429.25 224.00,430.62 224.00,430.62
             224.00,430.62 224.12,431.75 224.12,431.75
             224.12,431.75 223.75,432.50 223.75,432.50
             223.75,432.50 222.38,432.88 222.38,432.88
             222.38,432.88 221.38,432.25 221.38,432.25
             221.38,432.25 221.75,430.75 221.75,430.75
             221.75,430.75 221.88,429.75 221.88,429.75
             221.88,429.75 222.00,429.00 222.00,429.00
             222.00,429.00 221.88,428.00 221.88,428.00
             221.88,428.00 221.00,426.88 221.00,426.88
             221.00,426.88 220.00,426.12 220.00,426.12
             220.00,426.12 219.50,427.12 219.50,427.12
             219.50,427.12 219.12,428.25 219.12,428.25
             219.12,428.25 219.00,429.50 219.00,429.50
             219.00,429.50 218.38,430.38 218.38,430.38
             218.38,430.38 217.12,431.00 217.12,431.00
             217.12,431.00 216.12,429.88 216.12,429.88
             216.12,429.88 215.12,428.88 215.12,428.88
             215.12,428.88 213.12,427.25 213.12,427.25
             213.12,427.25 212.50,425.88 212.50,425.88
             212.50,425.88 211.25,424.62 211.25,424.62
             211.25,424.62 210.75,423.62 210.62,423.62
             210.50,423.62 209.25,422.75 209.25,422.75
             209.25,422.75 208.62,422.25 208.62,422.25
             208.62,422.25 206.25,421.75 206.25,421.75
             206.25,421.75 205.38,420.12 205.38,420.12
             205.38,420.12 204.88,419.50 204.88,419.50
             204.88,419.50 204.25,419.00 204.25,419.00
             204.25,419.00 204.00,417.75 204.00,417.75
             204.00,417.75 203.00,416.88 203.00,416.88
             203.00,416.88 201.75,416.50 201.75,416.50
             201.75,416.50 201.25,417.62 201.25,417.62
             201.25,417.62 201.00,419.00 200.88,419.00
             200.75,419.00 202.12,420.00 202.12,420.00
             202.12,420.00 202.62,421.50 202.62,421.50
             202.62,421.50 203.62,422.12 203.62,422.12
             203.62,422.12 203.62,423.62 203.62,423.62
             203.62,423.62 204.00,425.25 204.00,425.25
             204.00,425.25 204.75,426.25 204.75,426.25
             204.75,426.25 205.75,427.00 205.75,427.00
             205.75,427.00 206.25,428.00 206.25,428.00
             206.25,428.00 207.75,429.38 207.75,429.38
             207.75,429.38 208.75,430.62 208.75,430.62
             208.75,430.62 210.38,432.12 210.38,432.12
             210.38,432.12 212.25,433.62 212.25,433.62
             212.25,433.62 213.62,435.00 213.62,435.00
             213.62,435.00 215.00,437.00 215.00,436.88 Z
           M 232.62,428.75
           C 232.62,428.75 231.50,427.12 231.50,427.12
             231.50,427.12 230.50,428.25 230.50,428.25
             230.50,428.25 231.38,429.12 231.38,429.12
             231.38,429.12 232.62,428.75 232.62,428.75 Z
           M 227.38,426.50
           C 227.38,426.50 227.38,424.88 227.38,424.88
             227.38,424.88 225.88,425.00 225.88,425.00
             225.88,425.00 224.50,425.50 224.50,425.50
             224.50,425.50 225.25,426.62 225.25,426.62
             225.25,426.62 227.38,426.50 227.38,426.50 Z
           M 226.88,423.50
           C 226.88,423.50 228.25,423.06 228.25,423.06
             228.25,423.06 228.62,423.50 228.62,423.50
             228.62,423.50 229.88,424.25 229.88,424.25
             229.88,424.25 229.56,425.62 229.56,425.62
             229.56,425.62 228.38,425.75 228.38,425.75
             228.38,425.75 228.12,424.94 228.12,424.94M 227.38,420.12
           C 227.38,420.12 228.00,418.62 228.00,418.62
             228.00,418.62 228.62,416.88 228.62,416.88
             228.62,416.88 227.25,417.38 227.25,417.38
             227.25,417.38 226.00,417.75 226.00,417.75
             226.00,417.75 225.12,417.88 225.12,417.88
             225.12,417.88 224.88,419.25 224.88,419.25
             224.88,419.25 227.38,420.12 227.38,420.12 Z
           M 221.75,419.62
           C 221.75,419.62 222.12,418.62 222.12,418.62
             222.12,418.62 222.50,417.38 222.50,417.38
             222.50,417.38 222.00,416.75 222.00,416.75
             222.00,416.75 221.50,416.00 221.50,416.00
             221.50,416.00 220.62,415.50 220.62,415.50
             220.62,415.50 219.38,415.62 219.38,415.62
             219.38,415.62 218.00,416.12 218.00,416.12
             218.00,416.12 216.38,415.62 216.38,415.62
             216.38,415.62 215.12,415.88 215.12,415.88
             215.12,415.88 215.00,417.12 215.00,417.12
             215.00,417.12 216.50,418.38 216.50,418.38
             216.50,418.38 218.25,418.50 218.25,418.50
             218.25,418.50 220.00,418.12 220.00,418.12
             220.00,418.12 219.88,419.62 219.88,419.62
             219.88,419.62 221.75,419.62 221.75,419.62 Z
           M 224.62,414.75
           C 224.62,414.75 225.88,414.38 225.75,414.38
             225.62,414.38 226.75,413.50 226.75,413.50
             226.75,413.50 227.38,412.50 227.38,412.50
             227.38,412.50 226.00,411.12 225.88,411.12
             225.75,411.12 224.38,411.00 224.38,411.00
             224.38,411.00 223.12,411.50 223.12,411.50
             223.12,411.50 223.38,413.25 223.38,413.25
             223.38,413.25 224.62,414.75 224.62,414.75 Z
           M 210.75,410.38
           C 210.75,410.38 212.62,410.75 212.62,410.75
             212.62,410.75 214.00,411.50 214.00,411.50
             214.00,411.50 213.88,412.88 213.88,412.88
             213.88,412.88 211.88,413.00 211.88,413.00
             211.88,413.00 211.12,411.88 211.12,411.88
             211.12,411.88 209.38,411.50 209.38,411.50
             209.38,411.50 208.12,411.38 208.00,411.38
             207.88,411.38 205.62,411.00 205.62,411.00
             205.62,411.00 204.88,409.88 204.88,409.88
             204.88,409.88 204.38,408.75 204.25,408.75
             204.12,408.75 203.88,407.12 204.00,407.12
             204.12,407.12 205.75,406.88 205.75,406.88
             205.75,406.88 207.12,407.88 207.12,408.00
             207.12,408.12 208.25,408.75 208.25,408.75
             208.25,408.75 209.12,410.12 209.12,410.12M 207.12,405.38
           C 207.12,405.38 208.00,404.25 208.00,404.25
             208.00,404.25 206.62,402.62 206.50,402.62
             206.38,402.62 205.00,403.12 205.00,403.12
             205.00,403.12 205.12,404.38 205.12,404.38
             205.12,404.38 207.12,405.38 207.12,405.38 Z
           M 198.38,408.25
           C 198.38,408.25 199.38,407.50 199.38,407.50
             199.38,407.50 199.62,406.12 199.62,406.12
             199.62,406.12 198.25,405.38 198.25,405.38
             198.25,405.38 196.88,404.62 196.88,404.62
             196.88,404.62 197.25,403.25 197.25,403.25
             197.25,403.25 196.00,402.88 196.00,402.88
             196.00,402.88 194.75,403.12 194.75,403.12
             194.75,403.12 193.88,403.62 193.88,403.62
             193.88,403.62 193.88,405.38 193.88,405.38
             193.88,405.38 194.12,406.75 194.12,406.75
             194.12,406.75 194.62,407.88 194.62,407.88
             194.62,407.88 195.88,408.62 195.88,408.62
             195.88,408.62 198.38,408.25 198.38,408.25 Z
           M 195.62,384.38
           C 195.62,384.38 197.25,383.12 197.25,383.12
             197.25,383.12 198.38,381.88 198.38,381.88
             198.38,381.88 199.50,380.38 199.50,380.38
             199.50,380.38 200.50,379.25 200.50,379.25
             200.50,379.25 201.00,377.62 201.00,377.62
             201.00,377.62 200.88,375.62 200.88,375.62
             200.88,375.62 201.12,373.88 201.12,373.88
             201.12,373.88 201.12,373.12 201.12,373.12
             201.12,373.12 203.75,372.75 203.75,372.75
             203.75,372.75 204.75,372.00 204.75,372.00
             204.75,372.00 206.38,371.25 206.38,371.25
             206.38,371.25 207.12,370.50 207.12,370.50
             207.12,370.50 207.62,369.50 207.62,369.50
             207.62,369.50 208.50,369.00 208.50,369.00
             208.50,369.00 209.75,369.50 209.75,369.50
             209.75,369.50 211.50,369.50 211.50,369.50
             211.50,369.50 213.62,369.62 213.62,369.62
             213.62,369.62 213.88,370.88 213.88,371.00
             213.88,371.12 214.50,372.25 214.50,372.25
             214.50,372.25 215.62,373.00 215.62,373.00
             215.62,373.00 217.25,373.50 217.25,373.50
             217.25,373.50 218.75,373.50 218.75,373.50
             218.75,373.50 220.88,373.62 220.88,373.62
             220.88,373.62 222.00,372.62 222.00,372.62
             222.00,372.62 221.88,371.00 221.88,371.00
             221.88,371.00 222.12,369.88 222.12,369.88
             222.12,369.88 222.00,368.50 222.00,368.50
             222.00,368.50 224.00,368.38 224.00,368.38
             224.00,368.38 224.50,369.12 224.50,369.12
             224.50,369.12 225.75,369.62 225.75,369.62
             225.75,369.62 226.75,370.62 226.75,370.62
             226.75,370.62 228.38,370.38 228.38,370.38
             228.38,370.38 229.88,370.25 229.88,370.25
             229.88,370.25 230.75,369.38 230.75,369.38
             230.75,369.38 231.12,368.50 231.12,368.50
             231.12,368.50 232.38,368.00 232.38,368.00
             232.38,368.00 232.88,368.88 232.88,368.88
             232.88,368.88 234.00,369.50 234.00,369.50
             234.00,369.50 234.88,369.50 234.88,369.50
             234.88,369.50 236.00,369.12 236.00,369.12
             236.00,369.12 236.75,368.62 236.75,368.62
             236.75,368.62 236.75,367.00 236.75,367.00
             236.75,367.00 236.75,365.62 236.75,365.62
             236.75,365.62 238.00,364.75 238.00,364.75
             238.00,364.75 238.50,363.75 238.50,363.75
             238.50,363.75 239.88,362.62 239.88,362.62
             239.88,362.62 240.25,361.62 240.25,361.62
             240.25,361.62 240.00,360.38 240.00,360.38
             240.00,360.38 239.12,359.75 239.12,359.75
             239.12,359.75 239.25,358.12 239.25,358.12
             239.25,358.12 240.50,357.62 240.50,357.62
             240.50,357.62 241.00,356.75 241.00,356.75
             241.00,356.75 240.62,355.88 240.62,355.88
             240.62,355.88 240.38,354.75 240.38,354.75
             240.38,354.75 240.00,352.88 240.00,352.88
             240.00,352.88 241.25,352.38 241.25,352.38
             241.25,352.38 242.88,352.25 242.88,352.25
             242.88,352.25 244.62,352.25 244.62,352.25
             244.62,352.25 245.38,352.38 245.38,352.38
             245.38,352.38 246.50,351.88 246.50,351.88
             246.50,351.88 247.50,351.50 247.50,351.50
             247.50,351.50 248.00,350.38 248.00,350.38
             248.00,350.38 249.12,351.25 249.12,351.25
             249.12,351.25 250.12,352.75 250.12,352.75
             250.12,352.75 250.88,354.00 250.88,354.00
             250.88,354.00 252.38,354.88 252.38,354.88
             252.38,354.88 253.50,356.12 253.50,356.12
             253.50,356.12 254.62,357.88 254.62,357.88
             254.62,357.88 254.88,359.38 254.88,359.38
             254.88,359.38 255.62,361.38 255.62,361.38
             255.62,361.38 256.38,363.12 256.38,363.12
             256.38,363.12 257.12,364.62 257.12,364.62
             257.12,364.62 257.50,365.75 257.50,365.75
             257.50,365.75 258.12,366.88 258.12,366.88
             258.12,366.88 260.12,368.75 260.12,368.75
             260.12,368.75 261.25,370.25 261.25,370.25
             261.25,370.25 259.75,372.12 259.75,372.12
             259.75,372.12 257.50,371.88 257.50,371.88
             257.50,371.88 257.50,370.25 257.50,370.25
             257.50,370.25 257.75,368.62 257.75,368.62
             257.75,368.62 256.00,368.00 256.00,368.12
             256.00,368.25 254.25,368.12 254.25,368.12
             254.25,368.12 252.38,368.38 252.38,368.38
             252.38,368.38 250.62,368.38 250.62,368.38
             250.62,368.38 249.88,369.75 249.88,369.75
             249.88,369.75 251.62,369.62 251.62,369.62
             251.62,369.62 252.75,369.75 252.75,369.75
             252.75,369.75 254.25,370.12 254.38,370.12
             254.50,370.12 254.25,371.75 254.25,371.75
             254.25,371.75 255.38,374.00 255.38,374.00
             255.38,374.00 255.38,375.38 255.38,375.38
             255.38,375.38 256.12,377.75 256.12,377.75
             256.12,377.75 256.38,381.25 256.38,381.25
             256.38,381.25 256.25,384.88 256.25,384.88
             256.25,384.88 255.50,386.88 255.62,386.88
             255.75,386.88 255.88,388.88 255.88,388.88
             255.88,388.88 254.88,390.50 254.88,390.50
             254.88,390.50 255.00,392.62 255.00,392.62
             255.00,392.62 254.38,394.12 254.38,394.12
             254.38,394.12 253.50,395.50 253.50,395.50
             253.50,395.50 252.38,397.62 252.38,397.62
             252.38,397.62 252.00,399.62 252.00,399.62
             252.00,399.62 251.25,401.62 251.25,401.62
             251.25,401.62 250.25,403.00 250.38,403.00
             250.50,403.00 249.75,404.25 249.75,404.25
             249.75,404.25 248.12,404.38 248.00,404.38
             247.88,404.38 246.25,404.38 246.25,404.38
             246.25,404.38 244.75,404.75 244.75,404.75
             244.75,404.75 243.50,405.25 243.50,405.25
             243.50,405.25 241.38,404.88 241.38,404.88
             241.38,404.88 239.50,405.38 239.50,405.38
             239.50,405.38 238.50,405.88 238.50,405.88
             238.50,405.88 237.50,406.88 237.50,406.88
             237.50,406.88 236.38,406.88 236.38,406.88
             236.38,406.88 235.25,407.50 235.25,407.50
             235.25,407.50 234.00,408.00 234.00,408.00
             234.00,408.00 232.50,408.38 232.50,408.38
             232.50,408.38 231.25,409.25 231.25,409.25
             231.25,409.25 229.75,409.38 229.75,409.38
             229.75,409.38 228.25,409.62 228.25,409.50
             228.25,409.38 227.50,408.62 227.38,408.62
             227.25,408.62 226.38,408.25 226.38,408.25
             226.38,408.25 225.12,408.38 225.12,408.38
             225.12,408.38 224.25,407.62 224.25,407.62
             224.25,407.62 222.12,407.62 222.12,407.62
             222.12,407.62 220.62,407.88 220.62,407.88
             220.62,407.88 219.12,406.88 219.12,406.88
             219.12,406.88 218.00,404.62 218.00,404.62
             218.00,404.62 216.75,404.38 216.75,404.38
             216.75,404.38 216.00,405.88 216.00,405.88
             216.00,405.88 215.25,405.88 215.25,405.88
             215.25,405.88 214.38,406.00 214.38,406.00
             214.38,406.00 213.00,405.12 213.00,405.12
             213.00,405.12 211.38,404.25 211.38,404.25
             211.38,404.25 210.38,403.00 210.38,403.00
             210.38,403.00 209.62,402.12 209.62,402.12
             209.62,402.12 208.50,401.38 208.50,401.38
             208.50,401.38 208.50,400.50 208.50,400.50
             208.50,400.50 206.75,400.25 206.75,400.25
             206.75,400.25 205.75,399.88 205.62,399.88
             205.50,399.88 205.38,399.00 205.38,399.00
             205.38,399.00 203.88,399.25 203.88,399.25
             203.88,399.25 203.38,400.38 203.38,400.38
             203.38,400.38 203.25,401.88 203.25,401.88
             203.25,401.88 203.38,403.12 203.38,403.12
             203.38,403.12 202.00,403.88 202.00,403.88
             202.00,403.88 201.00,403.12 201.00,403.12
             201.00,403.12 200.50,402.00 200.50,402.00
             200.50,402.00 199.75,401.38 199.75,401.38
             199.75,401.38 198.25,401.50 198.25,401.50
             198.25,401.50 198.25,400.12 198.25,400.12
             198.25,400.12 196.88,400.25 196.88,400.25
             196.88,400.25 194.50,399.25 194.50,399.25
             194.50,399.25 193.50,400.12 193.50,400.12
             193.50,400.12 192.38,400.38 192.38,400.38
             192.38,400.38 191.88,401.38 191.88,401.38
             191.88,401.38 190.38,401.50 190.38,401.50
             190.38,401.50 189.25,400.88 189.25,400.88
             189.25,400.88 189.38,399.38 189.38,399.38
             189.38,399.38 190.12,398.25 190.12,398.25
             190.12,398.25 190.75,397.00 190.75,397.00
             190.75,397.00 192.25,396.12 192.25,396.12
             192.25,396.12 193.88,395.50 193.88,395.50
             193.88,395.50 195.25,394.62 195.25,394.62
             195.25,394.62 196.38,394.12 196.38,394.12
             196.38,394.12 198.50,394.12 198.50,394.12
             198.50,394.12 199.38,393.12 199.38,393.12
             199.38,393.12 198.62,391.62 198.62,391.62
             198.62,391.62 197.12,389.75 197.12,389.75
             197.12,389.75 196.25,389.00 196.25,389.00
             196.25,389.00 195.00,387.25 195.00,387.25
             195.00,387.25 195.00,385.75 195.00,385.75
             195.00,385.75 195.62,384.38 195.62,384.38 Z
           M 263.00,382.88
           C 263.00,382.88 263.62,382.38 263.62,382.38
             263.62,382.38 265.25,382.00 265.12,382.00
             265.00,382.00 265.12,380.75 265.12,380.75
             265.12,380.75 264.62,379.38 264.62,379.38
             264.62,379.38 263.25,379.38 263.25,379.38
             263.25,379.38 263.12,380.25 263.12,380.25
             263.12,380.25 261.88,380.50 261.88,380.50
             261.88,380.50 261.88,381.62 261.88,381.62
             261.88,381.62 262.00,382.75 262.00,382.75
             262.00,382.75 263.00,382.88 263.00,382.88 Z" /> 
             
             
        
        </svg>

        
        <br>
        <br>
        <img src="Hele landet.jpg" style="padding-left: 10px; margin-left: 10px; width: 500px; height: 500px; float: left;" alt="Amtskort"> 
        
        
        <br>
        <br>

        <div class="w3-row"> <!-- for content inside this column -->

            <hr style= 'border-color: #9F5584; margin-bottom:0px; margin-top:5px;'>
            <br>
            
            
        </div>
    </div>
    <!-- Column1, end-->

    <!-- Columns2, start--> 

    <!-- Column2 end--> 

    <!-- Column3 start--> 
    <div class="w3-col w3-mobile" style="width:14%; margin-top: 30px; margin-left: 10px; margin-bottom:10px; border: solid 1px #cccccc;"> Kolonne 3 
        <!-- <img src= "DSC04432.JPG" alt="Kirke" style="width:100%;"> -->   


    </div>                

    <!-- Column3 end--> 

    <!-- Column4 start--> 
    <!-- Right sidebar start-->

    <!-- <?php// include('gf_theme_sidemenu.php');?> -->  

    <!-- Right sidebar end--> 
    <!-- Column4 end--> 
</div>
<!-- Main page end--> 
</div>  
<!-- Page content end-->  

<!-- Footer start-->  


<script>  

var allPaths=document.getElementsByTagName('path');
var rectText=document.getElementById('rectText');
var myText=document.getElementById('myText');


for(var i=0;i<allPaths.length;i++){
    allPaths[i].onmouseenter=function (e){
    rectText.style.fill='#0048ff';
    myText.innerHTML=this.id;
    };
    
}
for(var i=0;i<allPaths.length;i++){
    allPaths[i].onmouseleave=function (e){
    rectText.style.fill='none';
    myText.innerHTML='';
    };
    
}
</script>


</body>   
</html>

Open in new window

Hi Leonidas,

The code you posted is fine, but if possible I would like the text to appear over the selection in stead of in the lower corner.
Is that possible?

About the links I have not got them ready yet, but it will be something like https://.../.../.../aalborg.php. If you could make just an example in the code then I can populate and fill in my self afterwards.
Hi again Leonidas,

Just forget about placing the text over the selections - I will use that another way :)

So it just the link possibility for links I am after now.
Replace the script
<script>  

var allPaths=document.getElementsByTagName('path');
var rectText=document.getElementById('rectText');
var myText=document.getElementById('myText');
var hrefLoc='https://.../.../.../';

for(var i=0;i<allPaths.length;i++){
    allPaths[i].onclick=function (){        
        window.location.href=hrefLoc+this.id+'.php';
    };
    
}

for(var i=0;i<allPaths.length;i++){
    allPaths[i].onmouseenter=function (e){
    rectText.style.fill='#0048ff';
    myText.innerHTML=this.id;
    };
    
}
for(var i=0;i<allPaths.length;i++){
    allPaths[i].onmouseleave=function (e){
    rectText.style.fill='none';
    myText.innerHTML='';
    };
    
}
</script>

Open in new window

Thanks Leonidas,

Thats just what I need for normal links. Super, and perfect.

On one specific page I want to use this map for another thing. See here: http://kroweb.dk/gfdev/stednavne/
where I have implemented the new map too.

On this page I need the links to relate to the OSD box besides it, so when clicking an selection you get the right detailed map in the OSD box. Just like we did with the names in the "Amt" column like this:
 var columnAmt={Hjørring:2,Aalborg:4,Thisted:6,Viborg:8,Ringkøbing:10,Randers:12,Århus:14,Skanderborg:16,Vejle:18,Ribe:20,Haderslev:22,Aabenraa:24,Sønderborg:26,         Tønder:28,Odense:30,Svendborg:32,Maribo:34,Præstø:36,Sorø:38,Holbæk:40,             Roskilde:42,Frederiksborg:44,København:46,Bornholm:48,
   };

Open in new window


I will post to you the two files in question here on a pm. Hope you have the "golden idea" :)
Add in script after line 4804 the following code:
 for(var i=0;i<allPaths.length;i++){
    allPaths[i].onclick=function (e){
        seaDragonInp(this.id);
    };
    
}

Open in new window

Hi Leonidas,

That works perfectly (of course :) )

I have now implemented the "live-county-map" in a modal on this page: http://kroweb.dk/gfdev/stednavne/
Click the button "Amtskort" to see it.

It all works very nicely, and the only thing I would like to add is that the modal closes automatically when clicking a selection/link in the modal.

I put in the modal code here, and hope that you once again can give me the "golden lines" :) :)

      <!-- Button to open Modal2-->
      <div class="flex-item" >

        <button type="button" class="button" style=" margin-top:5px; margin-right: 230px; height: 25px; color:#666666; font-family: arial; font-size: 12px; font-weight: normal;box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); background-color:#cccccc;" data-toggle="modal" data-target="#myModal2">
          Amtskort
        </button>
        <!-- Button to open Modal2-->
      </div>

      <!-- The Modal2 -->
      <div id="myModal2" class="modal">
       <!-- Modal content -->
       <div class="modal-content" style="margin-top: 750px; margin-left: 100px; width: 400px; height: 400px; background-color: transparent;">
        
        <div class="modal-body"> 
         <button type="button" style="float: left;" id="close_button" class="btn btn-default" data-dismiss="modal">Luk</button>               
         <?php include('amter.php');?>  

       </div>
     </div>

   </div>
   <!-- Modal2 end -->

Open in new window

Just a little addition:

....... add is that the modal closes automatically when clicking a selection/link in the modal - AND set focus on the lower map.
Hi

I don't think that you need to refactor the whole code anymore, for two main reasons:

1. I want to work with two separate files because I need to reuse the SVG map for many purposes which is much easier when it is in a separate file.
2. When you refactor the code you "kill" the danish charset which causes a lot of disfunction :)

I can see that the addition you have made is this, which I have implemented in my code, and it works beautifully.
     for(var i=0;i<allPaths.length;i++){
        allPaths[i].onclick=function (e){
        seaDragonInp(this.id);
        debugger;
        $('#myModal2').modal('hide');
    };
    
}

Open in new window


Only thing I need to get in place now is if we can add to this code that the content of myText is fired in the main searchfield (input_1). when clicking the selection. Do you think that is possible?
for(var i=0;i<allPaths.length;i++){
    allPaths[i].onclick=function (e){
        seaDragonInp(this.id);
    };
    
}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Leonidas Dosas
Leonidas Dosas
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks Leonidas,

I think I have asked the wrong question. What I really need is the string to be fired in the Google Map. Sorry.
I believe I have fixed it my self :)

for(var i=0;i<allPaths.length;i++){
        allPaths[i].onclick=function (e){
        seaDragonInp(this.id);
        $('#myModal2').modal('hide');
        $('#g_map').val(this.id);
        input_2.focus();
         google.maps.event.trigger(input_2, 'keydown', { keyCode: 13 });
        
    };
    
}

Open in new window

I have a big problem,

My modal here works perfectly in Firefox and Safari, but it does not work at all in Chrome. What am I doing wrong?
    <!-- Button to open Modal2-->
      <div class="flex-item" >

        <button type="button" class="button" style=" margin-top:5px; margin-right: 230px; height: 25px; color:#666666; font-family: arial; font-size: 12px; font-weight: normal;box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); background-color:#cccccc;" data-toggle="modal" data-target="#myModal2">
          Amtskort
        </button>
        <!-- Button to open Modal2-->
      </div>

      <!-- The Modal2 -->
      <div id="myModal2" class="modal">
       <!-- Modal content -->
       <div class="modal-content" style="position: absolute; margin-top: 300px; margin-left: 300px; width: 400px; height: 400px; background: rgba(255, 255, 255, 0.2);">

        <div class="modal-body"> 
          <button type="button" style="border: 1px solid #666666;" id="close_button" class="btn btn-default" data-dismiss="modal">Luk</button>               
        <div id="map_3" <?php include('amter.php');?> </div> 

       </div>
     </div>


   </div>
   <!-- Modal2 end -->

Open in new window

Sorry - I have fixed it :)
Thanks very much to Leonidas, once more, for a perfect working solution.
Your welcome Peter.