使用产品:iserver 9d 操作系统:win10 x64 数据类型: oracle 12c x64 问题详细描述:
现版本创建静态图片marker和.gif动图的marker使用的是ol.layer.Image类型还是ol.layer.Tile或者是ol.layer.Vector?
你好,是这样的,ol.layer.Vector可以加入矢量要素,它可以设置ol.style.Icon样式属性,是可以设置静态的图片的。如果你那边需要加入gif动图的话,是需要overlayer对象的。
你可以在http://iclient.supermap.io/examples/openlayers/editor.html#01_mapQueryByDistance这个例子中查看中心点是怎么定义的
在https://openlayers.org/en/latest/apidoc/module-ol_Overlay-Overlay.htmlapi中查看如何使用overlayer对象