Skip to content
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

不设置basemap,底图用瓦片地图图层则无法显示ECharts内容 #1

Open
Dreamcatcher-GIS opened this issue Apr 9, 2016 · 3 comments

Comments

@Dreamcatcher-GIS
Copy link

您好:
首先感谢您开源的代码。
是这样的,我在初始化地图的时候没有设置basemap,想使用自定义的瓦片底图,结果是无法正常显示ECharts的渲染,下面是我初始化地图的步骤。

        map = new Map("map");
        var tiled_layer = new ArcGISTiledMapServiceLayer(".....");
        map.add(tiled_layer);
        var overlay = new EchartsLayer(map, echarts); 
        ......

请问有什么方法可以解决吗,谢谢了。

@JamesxuWang
Copy link

不知道热力图能不能用,毕竟反正也没人回复

@wandergis
Copy link
Owner

非常抱歉,这么晚才回复,由于最近没在搞arcgis js api,你们能否提供一个最小demo发到我邮箱,我尝试修复一下。

@zhangfan321
Copy link

在初始化地图的时候没有设置basemap,想使用自定义的瓦片底图,结果是无法正常显示ECharts的渲染的问题解决了吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants