Fix OpenLayers 404 image URL to not redirect
This commit is contained in:
parent
49ffd3cd08
commit
051be3013f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ OpenLayers.Util.OSM = {};
|
||||||
* Constant: MISSING_TILE_URL
|
* Constant: MISSING_TILE_URL
|
||||||
* {String} URL of image to display for missing tiles
|
* {String} URL of image to display for missing tiles
|
||||||
*/
|
*/
|
||||||
OpenLayers.Util.OSM.MISSING_TILE_URL = "http://openstreetmap.org/openlayers/img/404.png";
|
OpenLayers.Util.OSM.MISSING_TILE_URL = "http://www.openstreetmap.org/openlayers/img/404.png";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: originalOnImageLoadError
|
* Property: originalOnImageLoadError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue