File tree Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 24
24
< style >
25
25
body ,
26
26
html {
27
- width : 100% ;
27
+ width : 100% ;
28
28
height : 100% ;
29
- margin : 0 ;
29
+ margin : 0 ;
30
30
padding : 0 ;
31
31
}
32
32
33
33
.geolonia {
34
- width : 100% ;
34
+ width : 100% ;
35
35
height : 100% ;
36
36
}
37
+
38
+ # custom-marker
39
+ {
40
+ width : 50px ;
41
+ height : 50px ;
42
+ cursor : pointer;
43
+ display : none;
44
+ }
45
+ # custom-marker img
46
+ {
47
+ max-width : 100% ;
48
+ height : auto;
49
+ }
37
50
</ style >
38
51
</ head >
39
52
< body >
40
-
53
+ < div id ="custom-marker ">
54
+ < img src ="/logo.png " alt ="CoderDojo ">
55
+ </ div >
41
56
< script id ="geojson " type ="application/json ">
42
57
</ script >
43
58
< div
44
59
class ="geolonia "
45
60
data-geojson ="./dojos.geojson "
46
61
data-lat ="35.6809591 "
47
62
data-lng ="139.7673068 "
48
- data-zoom ="7 "
63
+ data-zoom ="5 "
49
64
data-marker ="off "
65
+ data-custom-marker ="#custom-marker "
66
+ data-custom-marker-offset ="0, 0 "
50
67
data-geolocate-control ="on "
51
68
data-cluster ="off "
52
69
> </ div >
You can’t perform that action at this time.
0 commit comments