mirror of
https://github.com/traccar/traccar.git
synced 2026-02-05 05:03:44 -05:00
Remove map attribution widget
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user