]> git.openstreetmap.org Git - rails.git/blobdiff - Vendorfile
Reduce user location to be between -180 and 180 degrees
[rails.git] / Vendorfile
index c2622b16cfac1803bfad3377092d03b8718a72c5..2c05a3ecb7b24f0eb6c210706959c1c78540e2db 100644 (file)
@@ -16,14 +16,12 @@ folder 'vendor/assets' do
       folder 'img', 'src/img'
     end
 
-    from 'git://github.com/jfirebaugh/leaflet-osm.git' do
-      file 'leaflet.osm.js', 'leaflet-osm.js'
+    from 'git://github.com/domoritz/leaflet-locatecontrol.git' do
+      file 'leaflet.locate.js', 'src/L.Control.Locate.js'
     end
-  end
 
-  folder 'jquery' do
-    from 'git://github.com/jevin/Autogrow-Textarea.git' do
-      file 'jquery.autogrowtextarea.js', 'jquery.autogrowtextarea.js'
+    from 'git://github.com/jfirebaugh/leaflet-osm.git' do
+      file 'leaflet.osm.js', 'leaflet-osm.js'
     end
   end