Remove map attribution widget

This commit is contained in:
Anton Tananaev
2015-11-10 17:00:06 +13:00
parent d7c46e9bc2
commit 962f2bacea

View File

@@ -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) {