updates from hacking day

This commit is contained in:
Steve Coast 2007-05-06 10:08:00 +00:00
parent e5a5f957ef
commit 89e976c6e5
12 changed files with 150 additions and 45 deletions

View file

@ -75,7 +75,7 @@
function init(){
OpenLayers.Util.onImageLoadError = function() {
this.src = "http://www.openstreetmap.org/javascript/img/404.png";
this.src = "http://www.openstreetmap.org/javascripts/img/404.png";
}
map = new OpenLayers.Map( "map",
{maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34), maxZoomLevel:18, maxResolution:156543, units:'meters', projection: "EPSG:41001"} );