]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.rhtml
Use David Earl's arrow icon to show the position of a search result.
[rails.git] / app / views / site / index.rhtml
index 5488ba40d5cd85d233dde442e5c31cfc3f9dc35d..32f95947ac60217332eee06f3f093227555cbd80 100644 (file)
     if (marker)
       removeMarkerFromMap(marker);
 
-    marker = addMarkerToMap(centre);
+    marker = addMarkerToMap(centre, getArrowIcon());
   }
 
   function updateLocation() {