From dd3fe26b866a02d6c2af26399b742d219c226cd2 Mon Sep 17 00:00:00 2001 From: mcbloch Date: Sat, 6 Apr 2019 19:31:04 +0200 Subject: [PATCH] add anchor so the marker points to the correct location --- app/static/js/map.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/static/js/map.js b/app/static/js/map.js index 45a198f..db2126e 100644 --- a/app/static/js/map.js +++ b/app/static/js/map.js @@ -27,7 +27,8 @@ function performRequest(url, location, success_callback) { let marker_icon = L.icon({ iconUrl: "/static/images/marker-icon.png", - shadowUrl: "/static/images/marker-shadow.png" + shadowUrl: "/static/images/marker-shadow.png", + iconAnchor: [12, 41] }); let callback = function OSMCallBack(location, data) {