Molly Foley
Molly Foley
I'm also stuck on this. ``` import { TooltipComponentOption } from 'echarts' let tooltipConfig: TooltipComponentOption = { formatter: function (params) { return params.value }, } ``` Typescript squiggly lines `.value`...
So I figured out the problem is that you MUST have a tag in `tags` in order to get `clean_content_tags` to work if you're trying to clear anything other than...
I went digging through the issues for an hour and came across this one: #15611 If I remove the `declutter: true` property in my `createMVTLayer` function, the issue is solved....
Experiencing the same. A polygon in California is somehow intersecting with a polygon in Maine. Setting `{ignoreSelfIntersections: true}` does seem to work though.
Maybe I'm doing something wrong somehow, but I just `npm install ol` to get version 10.4 and I have typescript `5.7.2` installed as well. Still looks like this issue hasn't...