Return a pointer to the 404 tile for out of bounds latitudes.

This commit is contained in:
Tom Hughes 2007-08-14 10:05:36 +00:00
parent deb3c74fc7
commit bea82b27ba

View file

@ -41,7 +41,7 @@ function getTileURL(bounds) {
if (y < 0 || y >= limit)
{
return null;
return OpenLayers.Util.getImagesLocation() + "404.png";
}
else
{