]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index.js
Use nicer markers
[rails.git] / app / assets / javascripts / index.js
index 28659a931538c6d810b6fb5825ad1982641b3757..90c57f9768404ca85fcdec880155616c20636782 100644 (file)
@@ -60,7 +60,7 @@ $(document).ready(function () {
       map.removeLayer(marker);
     }
 
-    marker = L.marker(centre, {icon: getArrowIcon()}).addTo(map);
+    marker = L.marker(centre).addTo(map);
   });
 
   function updateLocation() {