Load the 404 tile through the URL rewriter
This commit is contained in:
parent
4fb53e9619
commit
283f4b922c
1 changed files with 1 additions and 1 deletions
2
vendor/assets/openlayers/OpenStreetMap.js
vendored
2
vendor/assets/openlayers/OpenStreetMap.js
vendored
|
@ -7,7 +7,7 @@ OpenLayers.Util.OSM = {};
|
|||
* Constant: MISSING_TILE_URL
|
||||
* {String} URL of image to display for missing tiles
|
||||
*/
|
||||
OpenLayers.Util.OSM.MISSING_TILE_URL = "http://www.openstreetmap.org/openlayers/img/404.png";
|
||||
OpenLayers.Util.OSM.MISSING_TILE_URL = OpenLayers.Util.getImageLocation("404.png");
|
||||
|
||||
/**
|
||||
* Property: originalOnImageLoadError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue