diff --git a/mbgl-map.js b/mbgl-map.js index 08139cb..c2b3778 100644 --- a/mbgl-map.js +++ b/mbgl-map.js @@ -227,7 +227,7 @@ document.addEventListener("DOMContentLoaded", function(){ } function searchResultsURL(item) { - return "/#" + zoomLevelForSearchResultsItem(item) + "/" + item.lat + "/" + item.lon; + return "/?year=" + currentYear + "#" + zoomLevelForSearchResultsItem(item) + "/" + item.lat + "/" + item.lon; }