aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MapController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-10-18 19:12:49 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-10-18 19:12:49 +1300
commit30f97a3af0dab8724f6c4c3c32da25f1adbf4221 (patch)
tree93e37644f5d758cf17025bd1a3be85c2561e21b0 /web/app/view/MapController.js
parent94bbf51bdf1a303dfcb9a04f1629e9cee1567fce (diff)
downloadtrackermap-server-30f97a3af0dab8724f6c4c3c32da25f1adbf4221.tar.gz
trackermap-server-30f97a3af0dab8724f6c4c3c32da25f1adbf4221.tar.bz2
trackermap-server-30f97a3af0dab8724f6c4c3c32da25f1adbf4221.zip
Clean up map and state code
Diffstat (limited to 'web/app/view/MapController.js')
-rw-r--r--web/app/view/MapController.js14
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,