]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/user.js
Link search results directly to browse pages
[rails.git] / app / assets / javascripts / user.js
index d31f5bb82679f2ae6415631876820fab9401141c..80b5059157ac40b40e4e155cbd1ccf7fc43b3b1e 100644 (file)
@@ -1,3 +1,5 @@
+//= require leaflet.locate
+
 $(document).ready(function () {
   var map = L.map("map", {
     attributionControl: false,
@@ -7,6 +9,13 @@ $(document).ready(function () {
   L.OSM.zoom()
     .addTo(map);
 
+  L.control.locate({
+    strings: {
+      title: I18n.t('javascripts.map.locate.title'),
+      popup: I18n.t('javascripts.map.locate.popup')
+    }
+  }).addTo(map);
+
   if (OSM.home) {
     map.setView([OSM.home.lat, OSM.home.lon], 12);
   } else {