]> git.openstreetmap.org Git - rails.git/blobdiff - Vendorfile
Redirect lat/lon/zoom query params to hash
[rails.git] / Vendorfile
index c2622b16cfac1803bfad3377092d03b8718a72c5..babb601e86af8cd7e277b20f8cb4fef9434adc95 100644 (file)
@@ -16,14 +16,16 @@ folder 'vendor/assets' do
       folder 'img', 'src/img'
     end
 
+    from 'git://github.com/domoritz/leaflet-locatecontrol.git' do
+      file 'leaflet.locate.js', 'src/L.Control.Locate.js'
+    end
+
     from 'git://github.com/jfirebaugh/leaflet-osm.git' do
       file 'leaflet.osm.js', 'leaflet-osm.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/mlevans/leaflet-hash.git' do
+      file 'leaflet.hash.js', 'leaflet-hash.js'
     end
   end