Fix offset when laying in vectors on top of the OSM tiles.
This commit is contained in:
parent
0c480e05f0
commit
e03605929b
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ function createMap(divName, options) {
|
|||
new OpenLayers.Control.ScaleLine()
|
||||
],
|
||||
units: "m",
|
||||
maxResolution: 156543,
|
||||
maxResolution: 156543.0339,
|
||||
numZoomLevels: 20
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue