From 63090802aeaccbaf1411d036349d1ecaf3aeb5e1 Mon Sep 17 00:00:00 2001 From: Lauri Kajan Date: Wed, 16 Nov 2016 11:28:15 +0200 Subject: [PATCH] fixing typo --- public/templates/data.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/templates/data.tmpl b/public/templates/data.tmpl index 3caa2bf..65bc4eb 100644 --- a/public/templates/data.tmpl +++ b/public/templates/data.tmpl @@ -72,8 +72,7 @@ layers_.push({ id: el['id'] + Math.random(), source: 'vector_layer_', - 'source-layer': el['id' - + 'source-layer': el['id'], interactive: true, type: 'circle', paint: {'circle-color': colorText,