Bug Fixes: exception when relative is false
This commit is contained in:
parent
b6c8134fa6
commit
cc14ac7670
|
@ -472,8 +472,6 @@ export default {
|
|||
|
||||
const { relative, points } = mergedConfig
|
||||
|
||||
if (!relative) return
|
||||
|
||||
this.flylinePoints = points.map((item, i) => {
|
||||
const { coordinate: [x, y], halo, icon, text } = item
|
||||
|
||||
|
|
Loading…
Reference in New Issue