Return a pointer to the 404 tile for out of bounds latitudes.
This commit is contained in:
parent
deb3c74fc7
commit
bea82b27ba
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function getTileURL(bounds) {
|
||||||
|
|
||||||
if (y < 0 || y >= limit)
|
if (y < 0 || y >= limit)
|
||||||
{
|
{
|
||||||
return null;
|
return OpenLayers.Util.getImagesLocation() + "404.png";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue