diff --git a/public-report/template/component/location-geocode-header.html b/public-report/template/component/location-geocode-header.html index f844cf14..82a40c24 100644 --- a/public-report/template/component/location-geocode-header.html +++ b/public-report/template/component/location-geocode-header.html @@ -71,6 +71,7 @@ function displaySuggestions(suggestions) { // Display the selected location details displaySelectedLocation(suggestion); + setMapMarker(suggestion.geometry.coordinates); }); suggestionsContainer.appendChild(item); diff --git a/public-report/template/component/map-header.html b/public-report/template/component/map-header.html index 02e7732a..1b390b5a 100644 --- a/public-report/template/component/map-header.html +++ b/public-report/template/component/map-header.html @@ -2,11 +2,42 @@