Explorar el Código

Upload pins; five-colouring of DHBs

Petra Lamborn hace 4 años
padre
commit
fbc20f9f81

+ 34
- 16
MedicalCentres/app.R Ver fichero

@@ -6,11 +6,12 @@ library(dplyr)
6 6
 library(shinyWidgets)
7 7
 library(htmltools)
8 8
 
9
-leafcols <- c("blue", "red", "darkred", "lightred",
10
-          "orange", "beige", "green", "darkgreen",
11
-          "lightgreen", "darkblue", "lightblue",
12
-          "purple", "darkpurple", "pink", "cadetblue",
13
-          "white", "gray", "lightgray", "black", "pink", "cyan")
9
+pinbase <- "https://doc.petras.space/public/pin-icon-"
10
+pins <- c("black", "blue", "red", "aqua", "green", "purple")
11
+pinsuf <- ".svg"
12
+pinurl <- function(col) {
13
+  sprintf("%s%s%s", pinbase, col, pinsuf)
14
+}
14 15
 
15 16
 Geo2017 <- readRDS("Geo2017.rds")
16 17
 Geo2017$Snargle <- c(TRUE, rep(FALSE, 5))
@@ -18,28 +19,45 @@ Geo2017$Snargle <- c(TRUE, rep(FALSE, 5))
18 19
 DHBs <- sort(unique(Geo2017$dhb_name))
19 20
 DHBs <- c(DHBs[DHBs != "Missing"], "Missing")
20 21
 
21
-# dhbcols <- leafcols[1:length(DHBs)]
22
-dhbcols <- hcl.colors(length(DHBs))
23
-names(dhbcols) <- DHBs
22
+dhbcar <- c(
23
+  "Auckland District Health Board" = "green",
24
+  "Bay of Plenty District Health Board" = "blue",
25
+  "Canterbury District Health Board" = "blue",
26
+  "Capital and Coast District Health Board" = "aqua",
27
+  "Counties Manukau District Health Board" = "aqua",
28
+  "Hawkes Bay District Health Board" = "aqua",
29
+  "Hutt Valley District Health Board" = "green",
30
+  "Lakes District Health Board" = "red",
31
+  "Mid Central District Health Board" = "blue",
32
+  "Nelson Marlborough District Health Board" = "purple",
33
+  "Northland District Health Board" = "blue",
34
+  "South Canterbury District Health Board" = "green",
35
+  "Southern District Health Board" = "aqua",
36
+  "Tairawhiti District Health Board" = "green",
37
+  "Taranaki District Health Board" = "aqua",
38
+  "Waikato District Health Board" = "purple",
39
+  "Wairarapa District Health Board" = "red",
40
+  "Waitemata District Health Board" = "red",
41
+  "West Coast District Health Board" = "red",
42
+  "Whanganui District Health Board" = "green",
43
+  "Missing" = "black"
44
+)
45
+
24 46
 dhbcol <- function(DHB) {
25
-    sdf <- dhbcols[DHB]
47
+    sdf <- dhbcar[DHB]
26 48
     names(sdf) <- NULL
27 49
     sdf
28 50
 }
29
-snargcols <- leafcols[1:2]
30
-names(snargcols) <- c(FALSE, TRUE)
51
+
31 52
 snargcol <- function(snarg) {
32
-    sdf <- snargcols[as.character(snarg)]
33
-    names(sdf) <- NULL
34
-    sdf
53
+    ifelse(snarg, "red", "blue")
35 54
 }
36 55
 
37 56
 popups <- function(data) {
38 57
 sprintf("<strong>%s</strong><br/>%s<br/>DHB: %s<br/>%s",
39 58
         htmlEscape(data$name),
40 59
         htmlEscape(data$address),
41
-        htmlEscape(ifelse(data$dhb_name == "Missing",
42
-                          "None", data$dhb_name)),
60
+        htmlEscape(data$dhb_name),
43 61
         ifelse(data$Snargle,
44 62
                "Snargleflagen practice",
45 63
                "Non-snargleflagen practice"))

+ 76
- 0
MedicalCentres/pin-icon-aqua.svg Ver fichero

@@ -0,0 +1,76 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+<svg
5
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+   xmlns:cc="http://creativecommons.org/ns#"
7
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+   xmlns:svg="http://www.w3.org/2000/svg"
9
+   xmlns="http://www.w3.org/2000/svg"
10
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+   width="100"
13
+   height="100"
14
+   viewBox="0 0 100 100"
15
+   id="svg2"
16
+   version="1.1"
17
+   inkscape:version="0.91 r13725"
18
+   sodipodi:docname="pin-icon-aqua.svg">
19
+  <defs
20
+     id="defs4" />
21
+  <sodipodi:namedview
22
+     id="base"
23
+     pagecolor="#ffffff"
24
+     bordercolor="#666666"
25
+     borderopacity="1.0"
26
+     inkscape:pageopacity="0.0"
27
+     inkscape:pageshadow="2"
28
+     inkscape:zoom="4.3359375"
29
+     inkscape:cx="77.971634"
30
+     inkscape:cy="45.314474"
31
+     inkscape:document-units="px"
32
+     inkscape:current-layer="layer1"
33
+     showgrid="false"
34
+     units="px"
35
+     inkscape:window-width="1362"
36
+     inkscape:window-height="720"
37
+     inkscape:window-x="0"
38
+     inkscape:window-y="46"
39
+     inkscape:window-maximized="0" />
40
+  <metadata
41
+     id="metadata7">
42
+    <rdf:RDF>
43
+      <cc:Work
44
+         rdf:about="">
45
+        <dc:format>image/svg+xml</dc:format>
46
+        <dc:type
47
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+        <dc:title></dc:title>
49
+      </cc:Work>
50
+    </rdf:RDF>
51
+  </metadata>
52
+  <g
53
+     inkscape:label="Layer 1"
54
+     inkscape:groupmode="layer"
55
+     id="layer1"
56
+     transform="translate(0,-952.36216)">
57
+    <circle
58
+       style="opacity:1;fill:#00ffff;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
59
+       id="path3336"
60
+       cx="50"
61
+       cy="977.36218"
62
+       r="25" />
63
+    <path
64
+       style="fill:#00ffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
65
+       d="M 26.8,986.36216 50,1052.3622 73.2,986.36216"
66
+       id="path3338"
67
+       inkscape:connector-curvature="0"
68
+       sodipodi:nodetypes="ccc" />
69
+    <circle
70
+       style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
71
+       id="path3340"
72
+       cx="50"
73
+       cy="977.36218"
74
+       r="10" />
75
+  </g>
76
+</svg>

+ 76
- 0
MedicalCentres/pin-icon-black.svg Ver fichero

@@ -0,0 +1,76 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+<svg
5
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+   xmlns:cc="http://creativecommons.org/ns#"
7
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+   xmlns:svg="http://www.w3.org/2000/svg"
9
+   xmlns="http://www.w3.org/2000/svg"
10
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+   width="100"
13
+   height="100"
14
+   viewBox="0 0 100 100"
15
+   id="svg2"
16
+   version="1.1"
17
+   inkscape:version="0.91 r13725"
18
+   sodipodi:docname="pin-icon-black.svg">
19
+  <defs
20
+     id="defs4" />
21
+  <sodipodi:namedview
22
+     id="base"
23
+     pagecolor="#ffffff"
24
+     bordercolor="#666666"
25
+     borderopacity="1.0"
26
+     inkscape:pageopacity="0.0"
27
+     inkscape:pageshadow="2"
28
+     inkscape:zoom="4"
29
+     inkscape:cx="45.084445"
30
+     inkscape:cy="49.34442"
31
+     inkscape:document-units="px"
32
+     inkscape:current-layer="layer1"
33
+     showgrid="false"
34
+     units="px"
35
+     inkscape:window-width="1362"
36
+     inkscape:window-height="720"
37
+     inkscape:window-x="0"
38
+     inkscape:window-y="46"
39
+     inkscape:window-maximized="0" />
40
+  <metadata
41
+     id="metadata7">
42
+    <rdf:RDF>
43
+      <cc:Work
44
+         rdf:about="">
45
+        <dc:format>image/svg+xml</dc:format>
46
+        <dc:type
47
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+        <dc:title></dc:title>
49
+      </cc:Work>
50
+    </rdf:RDF>
51
+  </metadata>
52
+  <g
53
+     inkscape:label="Layer 1"
54
+     inkscape:groupmode="layer"
55
+     id="layer1"
56
+     transform="translate(0,-952.36216)">
57
+    <circle
58
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
59
+       id="path3336"
60
+       cx="50"
61
+       cy="977.36218"
62
+       r="25" />
63
+    <path
64
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
65
+       d="M 26.8,986.36216 50,1052.3622 73.2,986.36216"
66
+       id="path3338"
67
+       inkscape:connector-curvature="0"
68
+       sodipodi:nodetypes="ccc" />
69
+    <circle
70
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
71
+       id="path3340"
72
+       cx="50"
73
+       cy="977.36218"
74
+       r="10" />
75
+  </g>
76
+</svg>

+ 76
- 0
MedicalCentres/pin-icon-blue.svg Ver fichero

@@ -0,0 +1,76 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+<svg
5
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+   xmlns:cc="http://creativecommons.org/ns#"
7
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+   xmlns:svg="http://www.w3.org/2000/svg"
9
+   xmlns="http://www.w3.org/2000/svg"
10
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+   width="100"
13
+   height="100"
14
+   viewBox="0 0 100 100"
15
+   id="svg2"
16
+   version="1.1"
17
+   inkscape:version="0.91 r13725"
18
+   sodipodi:docname="pin-icon-blue.svg">
19
+  <defs
20
+     id="defs4" />
21
+  <sodipodi:namedview
22
+     id="base"
23
+     pagecolor="#ffffff"
24
+     bordercolor="#666666"
25
+     borderopacity="1.0"
26
+     inkscape:pageopacity="0.0"
27
+     inkscape:pageshadow="2"
28
+     inkscape:zoom="2.8284271"
29
+     inkscape:cx="53.163145"
30
+     inkscape:cy="91.898375"
31
+     inkscape:document-units="px"
32
+     inkscape:current-layer="layer1"
33
+     showgrid="false"
34
+     units="px"
35
+     inkscape:window-width="1362"
36
+     inkscape:window-height="720"
37
+     inkscape:window-x="0"
38
+     inkscape:window-y="46"
39
+     inkscape:window-maximized="0" />
40
+  <metadata
41
+     id="metadata7">
42
+    <rdf:RDF>
43
+      <cc:Work
44
+         rdf:about="">
45
+        <dc:format>image/svg+xml</dc:format>
46
+        <dc:type
47
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+        <dc:title></dc:title>
49
+      </cc:Work>
50
+    </rdf:RDF>
51
+  </metadata>
52
+  <g
53
+     inkscape:label="Layer 1"
54
+     inkscape:groupmode="layer"
55
+     id="layer1"
56
+     transform="translate(0,-952.36216)">
57
+    <circle
58
+       style="opacity:1;fill:#000080;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
59
+       id="path3336"
60
+       cx="50"
61
+       cy="977.36218"
62
+       r="25" />
63
+    <path
64
+       style="fill:#000080;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
65
+       d="M 26.8,986.36216 50,1052.3622 73.2,986.36216"
66
+       id="path3338"
67
+       inkscape:connector-curvature="0"
68
+       sodipodi:nodetypes="ccc" />
69
+    <circle
70
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
71
+       id="path3340"
72
+       cx="50"
73
+       cy="977.36218"
74
+       r="10" />
75
+  </g>
76
+</svg>

+ 76
- 0
MedicalCentres/pin-icon-green.svg Ver fichero

@@ -0,0 +1,76 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+<svg
5
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+   xmlns:cc="http://creativecommons.org/ns#"
7
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+   xmlns:svg="http://www.w3.org/2000/svg"
9
+   xmlns="http://www.w3.org/2000/svg"
10
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+   width="100"
13
+   height="100"
14
+   viewBox="0 0 100 100"
15
+   id="svg2"
16
+   version="1.1"
17
+   inkscape:version="0.91 r13725"
18
+   sodipodi:docname="pin-icon-green.svg">
19
+  <defs
20
+     id="defs4" />
21
+  <sodipodi:namedview
22
+     id="base"
23
+     pagecolor="#ffffff"
24
+     bordercolor="#666666"
25
+     borderopacity="1.0"
26
+     inkscape:pageopacity="0.0"
27
+     inkscape:pageshadow="2"
28
+     inkscape:zoom="4.3359375"
29
+     inkscape:cx="77.971634"
30
+     inkscape:cy="45.314474"
31
+     inkscape:document-units="px"
32
+     inkscape:current-layer="layer1"
33
+     showgrid="false"
34
+     units="px"
35
+     inkscape:window-width="1362"
36
+     inkscape:window-height="720"
37
+     inkscape:window-x="0"
38
+     inkscape:window-y="46"
39
+     inkscape:window-maximized="0" />
40
+  <metadata
41
+     id="metadata7">
42
+    <rdf:RDF>
43
+      <cc:Work
44
+         rdf:about="">
45
+        <dc:format>image/svg+xml</dc:format>
46
+        <dc:type
47
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+        <dc:title></dc:title>
49
+      </cc:Work>
50
+    </rdf:RDF>
51
+  </metadata>
52
+  <g
53
+     inkscape:label="Layer 1"
54
+     inkscape:groupmode="layer"
55
+     id="layer1"
56
+     transform="translate(0,-952.36216)">
57
+    <circle
58
+       style="opacity:1;fill:#008000;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
59
+       id="path3336"
60
+       cx="50"
61
+       cy="977.36218"
62
+       r="25" />
63
+    <path
64
+       style="fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
65
+       d="M 26.8,986.36216 50,1052.3622 73.2,986.36216"
66
+       id="path3338"
67
+       inkscape:connector-curvature="0"
68
+       sodipodi:nodetypes="ccc" />
69
+    <circle
70
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
71
+       id="path3340"
72
+       cx="50"
73
+       cy="977.36218"
74
+       r="10" />
75
+  </g>
76
+</svg>

+ 76
- 0
MedicalCentres/pin-icon-purple.svg Ver fichero

@@ -0,0 +1,76 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+<svg
5
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+   xmlns:cc="http://creativecommons.org/ns#"
7
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+   xmlns:svg="http://www.w3.org/2000/svg"
9
+   xmlns="http://www.w3.org/2000/svg"
10
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+   width="100"
13
+   height="100"
14
+   viewBox="0 0 100 100"
15
+   id="svg2"
16
+   version="1.1"
17
+   inkscape:version="0.91 r13725"
18
+   sodipodi:docname="pin-icon-purple.svg">
19
+  <defs
20
+     id="defs4" />
21
+  <sodipodi:namedview
22
+     id="base"
23
+     pagecolor="#ffffff"
24
+     bordercolor="#666666"
25
+     borderopacity="1.0"
26
+     inkscape:pageopacity="0.0"
27
+     inkscape:pageshadow="2"
28
+     inkscape:zoom="4.3359375"
29
+     inkscape:cx="77.971634"
30
+     inkscape:cy="45.314474"
31
+     inkscape:document-units="px"
32
+     inkscape:current-layer="layer1"
33
+     showgrid="false"
34
+     units="px"
35
+     inkscape:window-width="1362"
36
+     inkscape:window-height="720"
37
+     inkscape:window-x="0"
38
+     inkscape:window-y="46"
39
+     inkscape:window-maximized="0" />
40
+  <metadata
41
+     id="metadata7">
42
+    <rdf:RDF>
43
+      <cc:Work
44
+         rdf:about="">
45
+        <dc:format>image/svg+xml</dc:format>
46
+        <dc:type
47
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+        <dc:title></dc:title>
49
+      </cc:Work>
50
+    </rdf:RDF>
51
+  </metadata>
52
+  <g
53
+     inkscape:label="Layer 1"
54
+     inkscape:groupmode="layer"
55
+     id="layer1"
56
+     transform="translate(0,-952.36216)">
57
+    <circle
58
+       style="opacity:1;fill:#800080;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
59
+       id="path3336"
60
+       cx="50"
61
+       cy="977.36218"
62
+       r="25" />
63
+    <path
64
+       style="fill:#800080;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
65
+       d="M 26.8,986.36216 50,1052.3622 73.2,986.36216"
66
+       id="path3338"
67
+       inkscape:connector-curvature="0"
68
+       sodipodi:nodetypes="ccc" />
69
+    <circle
70
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
71
+       id="path3340"
72
+       cx="50"
73
+       cy="977.36218"
74
+       r="10" />
75
+  </g>
76
+</svg>

+ 76
- 0
MedicalCentres/pin-icon-red.svg Ver fichero

@@ -0,0 +1,76 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+<svg
5
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+   xmlns:cc="http://creativecommons.org/ns#"
7
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+   xmlns:svg="http://www.w3.org/2000/svg"
9
+   xmlns="http://www.w3.org/2000/svg"
10
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+   width="100"
13
+   height="100"
14
+   viewBox="0 0 100 100"
15
+   id="svg2"
16
+   version="1.1"
17
+   inkscape:version="0.91 r13725"
18
+   sodipodi:docname="pin-icon-red.svg">
19
+  <defs
20
+     id="defs4" />
21
+  <sodipodi:namedview
22
+     id="base"
23
+     pagecolor="#ffffff"
24
+     bordercolor="#666666"
25
+     borderopacity="1.0"
26
+     inkscape:pageopacity="0.0"
27
+     inkscape:pageshadow="2"
28
+     inkscape:zoom="4"
29
+     inkscape:cx="45.084445"
30
+     inkscape:cy="49.34442"
31
+     inkscape:document-units="px"
32
+     inkscape:current-layer="layer1"
33
+     showgrid="false"
34
+     units="px"
35
+     inkscape:window-width="1362"
36
+     inkscape:window-height="720"
37
+     inkscape:window-x="0"
38
+     inkscape:window-y="46"
39
+     inkscape:window-maximized="0" />
40
+  <metadata
41
+     id="metadata7">
42
+    <rdf:RDF>
43
+      <cc:Work
44
+         rdf:about="">
45
+        <dc:format>image/svg+xml</dc:format>
46
+        <dc:type
47
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+        <dc:title></dc:title>
49
+      </cc:Work>
50
+    </rdf:RDF>
51
+  </metadata>
52
+  <g
53
+     inkscape:label="Layer 1"
54
+     inkscape:groupmode="layer"
55
+     id="layer1"
56
+     transform="translate(0,-952.36216)">
57
+    <circle
58
+       style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
59
+       id="path3336"
60
+       cx="50"
61
+       cy="977.36218"
62
+       r="25" />
63
+    <path
64
+       style="fill:#ff0000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
65
+       d="M 26.8,986.36216 50,1052.3622 73.2,986.36216"
66
+       id="path3338"
67
+       inkscape:connector-curvature="0"
68
+       sodipodi:nodetypes="ccc" />
69
+    <circle
70
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
71
+       id="path3340"
72
+       cx="50"
73
+       cy="977.36218"
74
+       r="10" />
75
+  </g>
76
+</svg>