Use a PanZoom control on small screens instead of a PanZoomBar control.
This commit is contained in:
parent
843d601b0a
commit
78d4944caa
4 changed files with 13 additions and 0 deletions
|
@ -22,6 +22,7 @@ function createMap(divName, options) {
|
|||
new OpenLayers.Control.Attribution(),
|
||||
new OpenLayers.Control.LayerSwitcher(),
|
||||
new OpenLayers.Control.Navigation(),
|
||||
new OpenLayers.Control.PanZoom(),
|
||||
new OpenLayers.Control.PanZoomBar()
|
||||
],
|
||||
units: "m",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue