|
@@ -24,7 +24,7 @@ $(function () {
|
|
function init() {
|
|
function init() {
|
|
map = new SuperMap.Map("map", {
|
|
map = new SuperMap.Map("map", {
|
|
controls: [
|
|
controls: [
|
|
- new SuperMap.Control.Zoom(),
|
|
|
|
|
|
+ //new SuperMap.Control.Zoom(),
|
|
new SuperMap.Control.Navigation()
|
|
new SuperMap.Control.Navigation()
|
|
]
|
|
]
|
|
});
|
|
});
|