user bugs + direct to real 404 tile
This commit is contained in:
parent
1d06a4eef1
commit
4e9fcb9b91
3 changed files with 6 additions and 6 deletions
|
@ -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"} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue