user bugs + direct to real 404 tile

This commit is contained in:
Steve Coast 2007-04-07 21:08:58 +00:00
parent 1d06a4eef1
commit 4e9fcb9b91
3 changed files with 6 additions and 6 deletions

View file

@ -38,7 +38,7 @@
function init(){
OpenLayers.Util.onImageLoadError = function() {
this.src = "http://<%= SERVER_URL %>/javascript/img/404.png";
this.src = "http://www.openstreetmap.org/javascript/img/404.png";
}
map = new OpenLayers.Map( "map",
{maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34), maxZoomLevel:18, maxResolution:156543, units:'meters', projection: "EPSG:41001"} );