diff options
Diffstat (limited to 'web/app/view/MapController.js')
-rw-r--r-- | web/app/view/MapController.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/web/app/view/MapController.js b/web/app/view/MapController.js index d8177335b..0b5e60175 100644 --- a/web/app/view/MapController.js +++ b/web/app/view/MapController.js @@ -95,20 +95,6 @@ Ext.define('Traccar.view.MapController', { }, getMarkerStyle: function (radius, color) { - /*return new ol.style.Style({ - text: new ol.style.Text({ - text: '\uf041', - font: 'normal 32px FontAwesome', - textBaseline: 'Bottom', - fill: new ol.style.Fill({ - color: color - }), - stroke: new ol.style.Stroke({ - color: 'black', - width: 2 - }) - }) - });*/ return new ol.style.Style({ image: new ol.style.Circle({ radius: radius, |