diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/app/view/Map.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/Map.js b/web/app/view/Map.js index 8df5db1d9..22ba3b2b7 100644 --- a/web/app/view/Map.js +++ b/web/app/view/Map.js @@ -93,7 +93,8 @@ Ext.define('Traccar.view.Map', { this.map = new ol.Map({ target: this.body.dom.id, layers: [layer, vectorLayer], - view: this.mapView + view: this.mapView, + controls: ol.control.defaults({ attribution: false }) }); this.map.on('click', function (e) { |