Skip to content

Commit

Permalink
Fix zoom control issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelhribeiro committed Aug 30, 2019
1 parent c1e2892 commit 44d6729
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/topology/assets/viewer/map/meican-lmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,9 @@ LMap.prototype.setNodeType = function(type) {
}

LMap.prototype.build = function(mapDiv) {
this._map = L.map(mapDiv);
this._map = L.map(mapDiv, {
zoomControl: false
});

this.setInitialMapPosition();

Expand Down

0 comments on commit 44d6729

Please sign in to comment.