openlayers editor
1.0.0
OpenLayers Editor(OLE)基于OpenLayers,并提供了一组用于扩展空间数据的控件。
欢迎捐款!随意添加更多控件并扩展当前功能。此外,构建过程当前非常基本,并且可以优化。翻译也很不错。
有关演示,请访问https://openlayers-editor.geops.com。
yarn installyarn buildyarn start < link rel =" stylesheet " type =" text/css " href =" https://cdn.jsdelivr.net/npm/ole@latest/style/ole.css " />
< script src =" https://cdn.jsdelivr.net/npm/ole@latest/index.js " > </ script > var editor = new ole . Editor ( map ) ;
var cad = new ole . control . CAD ( {
source : editLayer . getSource ( )
} ) ;
var draw = new ole . control . Draw ( {
source : editLayer . getSource ( )
} ) ;
editor . addControls ( [ draw , cad ] ) ;此存储库使用标准版本来发布版本管理和变频器管理。因此,应使用常规提交消息进行更新:
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
该提交包含以下结构元素,以向图书馆的消费者传达意图:
常规提交规范不规定其他类型,并且在语义版本中没有隐含的效果(除非包括破坏变化)。可以向提交类型提供示波器,以提供其他上下文信息,并包含在括号中,例如,壮举(解析器):添加解析数组的能力。
欢迎所有PRS,并将很快或以后进行审查。请确保遵循常规提交规格。