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"} );