From 57343a9b6ea67956cc1eb7d753255469babb4412 Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Fri, 8 Feb 2019 18:06:16 +0100 Subject: [PATCH] overlay name fix --- server/static/js/overlays/LabelOverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/static/js/overlays/LabelOverlay.js b/server/static/js/overlays/LabelOverlay.js index a16d8ce..dac7864 100644 --- a/server/static/js/overlays/LabelOverlay.js +++ b/server/static/js/overlays/LabelOverlay.js @@ -2,7 +2,7 @@ var LabelOverlay = AbstractIconOverlay.extend({ initialize: function(wsChannel, layerMgr) { - AbstractIconOverlay.prototype.initialize.call(this, wsChannel, layerMgr, "digiterm"); + AbstractIconOverlay.prototype.initialize.call(this, wsChannel, layerMgr, "label"); }, getIcon: function(lbl){