diff --git a/edit-mode/function/activityLocation.js b/edit-mode/function/activityLocation.js
index 742ef24..cd8f394 100644
--- a/edit-mode/function/activityLocation.js
+++ b/edit-mode/function/activityLocation.js
@@ -40,6 +40,9 @@ var drawnControlEdit = new L.Control.Draw({
map.addControl(drawControl);
+// add searching location (nominatim) on map
+L.Control.geocoder().addTo(map);
+
function openActivityMap(id)
{
currentIdAct = id;
diff --git a/edit-mode/index.html b/edit-mode/index.html
index 232c758..dfe1a13 100644
--- a/edit-mode/index.html
+++ b/edit-mode/index.html
@@ -30,6 +30,7 @@
+