We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f5bdf commit 8660340Copy full SHA for 8660340
2 files changed
users/static/img/marker.png
85 Bytes
users/static/js/user-map-component.js
@@ -32,11 +32,11 @@ function createIconMarkerBase(shadow_icon_path) {
32
IconMarkerBase = L.Icon.extend({
33
options: {
34
shadowUrl: shadow_icon_path,
35
- iconSize: [19, 32],
36
- shadowSize: [42, 35],
37
- iconAnchor: [12, 32],
+ iconSize: [20, 20],
+ shadowSize: [28, 28],
+ iconAnchor: [16, 24],
38
shadowAnchor: [12, 32],
39
- popupAnchor: [-2, -32]
+ popupAnchor: [-5, -28]
40
}
41
});
42
return IconMarkerBase;
0 commit comments