Remove scale bar. Closes #1704.
This commit is contained in:
parent
da28349f51
commit
3d06c902f6
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ function createMap(divName, options) {
|
|||
new OpenLayers.Control.Attribution(),
|
||||
new OpenLayers.Control.LayerSwitcher(),
|
||||
new OpenLayers.Control.Navigation(),
|
||||
new OpenLayers.Control.PanZoomBar(),
|
||||
new OpenLayers.Control.ScaleLine()
|
||||
new OpenLayers.Control.PanZoomBar()
|
||||
],
|
||||
units: "m",
|
||||
maxResolution: 156543.0339,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue