diff options
Diffstat (limited to 'web/app')
-rw-r--r-- | web/app/view/map/BaseMap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/map/BaseMap.js b/web/app/view/map/BaseMap.js index 42b4bc17..26b9f7c1 100644 --- a/web/app/view/map/BaseMap.js +++ b/web/app/view/map/BaseMap.js @@ -42,7 +42,7 @@ Ext.define('Traccar.view.map.BaseMap', { layer = new ol.layer.Tile({ source: new ol.source.XYZ({ url: new DOMParser() - .parseFromString(server.get('mapUrl'), 'text/html').documentElement.textContent, + .parseFromString(server.get('mapUrl'), 'text/html').documentElement.textContent, attributions: '' }) }); |