fixing typo
This commit is contained in:
parent
131b5e2f81
commit
63090802ae
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue