X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/03f733c4f4091dc53e391aa74a020681af98a4ff..aa61dfb1aeff536d8b58b42e20b1d61a3d49c609:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 69e2a0b27..9098c1a88 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -126,6 +126,11 @@ end OpenLayers.Lang.setCode("<%= I18n.locale.to_s %>"); + function createBugCallBack() { + map.osbControl.deactivate(); + document.getElementById("map_OpenLayers_Container").style.cursor = "default"; + } + function mapInit(){ map = createMap("map"); @@ -135,7 +140,7 @@ end map.addLayer(map.dataLayer); map.osbLayer = new OpenLayers.Layer.OpenStreetBugs("OpenStreetBugs", { - serverURL : "/api/0.6/bugs/", + serverURL : "/api/0.6/", iconOpen : new OpenLayers.Icon("http://openstreetbugs.schokokeks.org/client/open_bug_marker.png", new OpenLayers.Size(22, 22), new OpenLayers.Pixel(-11, -11)), iconClosed : new OpenLayers.Icon("http://openstreetbugs.schokokeks.org/client/closed_bug_marker.png", new OpenLayers.Size(22, 22), new OpenLayers.Pixel(-11, -11)), readonly : false,