fixing typo

This commit is contained in:
Lauri Kajan 2016-11-16 11:28:15 +02:00
parent 131b5e2f81
commit 63090802ae

View file

@ -72,8 +72,7 @@
layers_.push({ layers_.push({
id: el['id'] + Math.random(), id: el['id'] + Math.random(),
source: 'vector_layer_', source: 'vector_layer_',
'source-layer': el['id' 'source-layer': el['id'],
interactive: true, interactive: true,
type: 'circle', type: 'circle',
paint: {'circle-color': colorText, paint: {'circle-color': colorText,