我想知道是否存在不同的OpenLayers“典型的WEBGIS-desgins”(例如html结构),例如像精心设计的图层选择(比这更好,我在图片中显示的更好),一个用于图例的地方,一个wms-loader和和……

有人能帮上忙吗?
非常感谢你,凯
发布于 2019-10-25 16:52:33
在这里http://viglino.github.io/ol-ext/你可以找到一些不错的扩展。
发布于 2019-10-30 18:31:45
好了,OL5和ol-ext一起工作得很好。例如,有必要执行"npm install openlayers ext“。
然后,这些模块可以像这样实现
import Point from 'ol/geom/Point';
import ol_control_Print from 'ol-ext/control/Print'
import Select from 'ol/interaction/Select'
import ol_control_Legend from 'ol-ext/control/Legend'https://stackoverflow.com/questions/58554429
复制相似问题