From ffae2a37db0a28159e28525a1f9108e95f388f5e Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Fri, 23 Sep 2016 12:07:40 +0500 Subject: Implement attributes aliases --- web/app/view/BaseMap.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/app/view/BaseMap.js') diff --git a/web/app/view/BaseMap.js b/web/app/view/BaseMap.js index a352420..3a0f442 100644 --- a/web/app/view/BaseMap.js +++ b/web/app/view/BaseMap.js @@ -63,7 +63,7 @@ Ext.define('Traccar.view.BaseMap', { imagerySet: 'Aerial' }) }); - } else if (type === 'osm'){ + } else if (type === 'osm') { layer = new ol.layer.Tile({ source: new ol.source.OSM({}) }); @@ -79,8 +79,8 @@ Ext.define('Traccar.view.BaseMap', { attributions: [ new ol.Attribution({ html: [ - '© OpenStreetMap ' - + 'contributors, © CARTO' + '© OpenStreetMap ' + + 'contributors, © CARTO' ] }) ] -- cgit v1.2.3