Adding missing parentheses.
This commit is contained in:
parent
b90f331497
commit
b609606740
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
function init(){
|
||||
|
||||
OpenLayers.Util.onImageLoadError = function() {
|
||||
this.src = OpenLayers.Util.getImagesLocation + "404.png";
|
||||
this.src = OpenLayers.Util.getImagesLocation() + "404.png";
|
||||
}
|
||||
map = new OpenLayers.Map( "map",
|
||||
{maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34), numZoomLevels:19, maxResolution:156543, units:'meters', projection: "EPSG:41001"} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue