直接跳到内容
本页目录

WKT Layer

WKTLayer is an ipyleaflet class that allows you to visualize a WKT data on the Map.

基础用法

API

属性

属性名说明类型默认值必填备注
pathWKT文件本地路径string""与wkt_string二选一
wkt_stringWKT格式字符串string""与path二选一
name图层名称string''-

事件

事件名说明参数
---

插槽

插槽名说明
--

方法

方法名说明参数返回值
----

ref: https://ipyleaflet.readthedocs.io/en/latest/layers/wkt_layer.html

src/examples/vleaflet/layers/WKTLayer

WKT Layer已经加载完毕