fixing typo
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user