projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49ffd3c
)
Fix OpenLayers 404 image URL to not redirect
author
Grant Slater
<openstreetmap@firefishy.com>
Tue, 10 Aug 2010 23:17:24 +0000
(
00:17
+0100)
committer
Tom Hughes
<tom@compton.nu>
Wed, 11 Aug 2010 14:23:34 +0000
(15:23 +0100)
public/openlayers/OpenStreetMap.js
patch
|
blob
|
history
diff --git
a/public/openlayers/OpenStreetMap.js
b/public/openlayers/OpenStreetMap.js
index 86f8a80e4d9593cdbef63a476292c260e7093ad3..53094d8da7574cd2bf36c099a9999b98fc9511da 100644
(file)
--- a/
public/openlayers/OpenStreetMap.js
+++ b/
public/openlayers/OpenStreetMap.js
@@
-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://openstreetmap.org/openlayers/img/404.png";
+OpenLayers.Util.OSM.MISSING_TILE_URL = "http://
www.
openstreetmap.org/openlayers/img/404.png";
/**
* Property: originalOnImageLoadError