IE 中的 OpenLayers 矢量特征问题
我们在应用程序中使用 OpenLayers Vector Layer with Features。在 FireFox 中一切正常,但在 IE 中我们无法在地图上找到矢量图层。我们使用的是 OpenLayers-2.9 版本。
这是一个错误还是我们需要向代码添加任何补丁?
We are using OpenLayers Vector Layer with Features in our application. Everything works fine in FireFox, but in IE we are not able to find vector layer on the map. We are using OpenLayers-2.9 version.
Is this a bug or else we need to add any patch to to the code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你实现了什么渲染方法。旧版 IE 不支持画布,您应该指定 VML http 的回退://dev.openlayers.org/docs/files/OpenLayers/Layer/Vector-js.html
What rendering methods did you implement. Old IE won't support canvas, you should specify fallbacks to VML http://dev.openlayers.org/docs/files/OpenLayers/Layer/Vector-js.html