updates from hacking day
This commit is contained in:
parent
e5a5f957ef
commit
89e976c6e5
12 changed files with 150 additions and 45 deletions
|
@ -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"} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue