sakitam-fdd
sakitam-fdd
@LeuisKen 拆分的工作有进展吗,现在耦合度确实太高,改个主题都比较麻烦 😃
@LeuisKen 因为我这边技术栈主要是VUE,但是现在这个工具和react耦合度太高,如果能抽离核心做成单文件工具可能好点,类似于这样的 `https://github.com/QingWei-Li/docsify`。现在感觉在文档的花费的时间太多了 😅 。
@suraj740 Can you give me a minimum example and ol version and echarts version you use?
@suraj740 https://sakitam-fdd.github.io/ol3Echarts/static/examples/point/heatmap.html series.type must be 'heatmap' data item must has coordinates eg: [114.113747, 22.285694, value] ```js import "ol/ol.css"; import Map from "ol/Map"; import View from "ol/View"; import TileLayer from "ol/layer/Tile";...
@suraj740 map type is not supported for the time being, but i can study it
@ChenGuanglin0924 这个暂时实现不了哈,ol 没有对应 zoomstart 和 zoomend 事件,可能需要通过接管鼠标事件来实现
@ChenGuanglin0924 方便的话,发个pr吧 😃
@ysrdear 注意底图和 echarts 图层投影要保持一致,如果不能解决问题的话可以提供一个在线示例 eg: codepen
If you can, you can use ol-layer-Vector to achieve this function
@lehuqizhong 这个问题我之前注意过,这个好像是echarts的feature,我抽时间看下有没有办法控制