-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我现在已经修改了对arcgis for js 4.8的支持 迁徙图和散点图已经实现 但是热力图引入main.js报错 #16
Comments
你好,4.8版本的可以分享一下吗? |
define(["dojo/_base/declare", "dojo/_base/lang", "esri/geometry/Point", "esri/geometry/ScreenPoint"], |
<title>迁徙图ArcGIS FOR JS</title>
<style>
html, body, #map {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
|
希望大家可以能够修改支持 arcgis for js 4.8和echarts 3 版本的heatmap |
你应该fork个版本出来,把你的代码迁入,这样才方便大家修改啊。 |
我现在已经修改了对arcgis for js 4.8的支持 迁徙图和散点图已经实现 但是热力图引入main.js报错 博主能否开源一份main.js给大家学习学习 或者是请教下博主提供的main.js是否支持对热力图的实现?
The text was updated successfully, but these errors were encountered: