-
Notifications
You must be signed in to change notification settings - Fork 281
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
使用classic添加覆盖物画圆时报错 #6
Comments
可以简述下使用场景吗?在设计时我们并没有考虑这种场景。推荐使用iClient8+iclient-classic.js 或者全新的 iclient-mapboxgl.js。 |
因为我们的项目是单页面应用,其中有一个页面用到了mapboxgl所以就需要引入iclient-mapboxgl.js,但是另外一个页面需要用classic画圆,在画的时候就提示LinearRing的rotate方法不存在,也就是引入iclient-mapboxgl.js之后基础包的SuperMap对象就没有这个方法了 |
确实是个缺陷我们会安排修复。就目前而言,能否避免在同一个页面里同时引用8C(7C)+9D for mapboxgl。 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
请问怎么添加一个点的服务? |
因为项目中需要同时使用classic和for mapboxgl,引入iclient9-mapboxgl.min.js之后,原有的SuperMap对象被覆盖,就会导致某些类的方法不存在
另外 new SuperMap.Geometry.Point().transform方法也不存在
The text was updated successfully, but these errors were encountered: