Leaflet.StyleEditor:编辑Leaflet中的要素样式

时间:2024-05-26 19:32:10
【文件属性】:

文件名称:Leaflet.StyleEditor:编辑Leaflet中的要素样式

文件大小:136KB

文件格式:ZIP

更新时间:2024-05-26 19:32:10

JavaScript

Leaflet.StyleEditor StyleEditor允许编辑在Leaflet中绘制的任何特征的样式。 激活工具后,只需在地图中单击特征即可对其进行编辑。 查看! 另一个带有。 用法 //Initialize the StyleEditor map . addControl ( L . control . styleEditor ( ) ) 现在可以通过编程方式打开StyleEditor: let styleEditor = L . control . styleEditor ( ) let marker = L . marker ( [ 51.5 , - 0.09 ] ) marker . addTo ( map ) styleEditor . enable ( marker ) 设定值 初始化样式编辑器时,可以定义许多设置。 //Initialize the Sty


【文件预览】:
Leaflet.StyleEditor-master
----.gitignore(56B)
----README.md(8KB)
----.eslintrc(101B)
----package.json(1KB)
----dist()
--------css()
--------img()
--------javascript()
----src()
--------css()
--------StyleEditorWithLeafletDraw.html(3KB)
--------index_glyph.html(4KB)
--------img()
--------index_min.html(3KB)
--------StyleEditorWithLeafletEditable.html(4KB)
--------javascript()
--------index.html(3KB)
----scripts()
--------travis-ci-git-commit.sh(2KB)
--------minify.sh(579B)
----LICENSE.md(1KB)
----.eslintignore(6B)
----.npmignore(137B)
----.travis.yml(1KB)
----.editorconfig(252B)
----webpack.config.js(2KB)

网友评论