FeaturePopupLayer
FeaturePopupLayer 通过 layer.queryFeatures
查询要素,然后将查询结果以 GeoViewUi 为 DOM 定位到地图上。
基础用法
OutSpatialReference
若底图坐标系和图层坐标系不一致,FeaturePopupLayer
DOM 无法正常定位到地图上,需要设置 outSpatialReference
为底图坐标系。
>= v1.0.2
开始将默认设置 outSpatialReference
, 无需手动设置。
QueryExtent
Visible
FeaturePopupLayer Props
prop | type | default | descriptions |
---|---|---|---|
query | __esri.QueryProperties | {} | 查询参数 |
visible | Boolean | undefined | 是否可见 |
maxScale | Number | 0 | 最大比例尺 |
minScale | Number | 0 | 最小比例尺 |
queryExtent | Boolean | false | 是否查询当前可视范围 |
FeaturePopupLayer Slots
name | arguments | descriptions |
---|---|---|
default | attributes: Record<string, any> geometry: __esri.Geometry graphic:__esri.Graphic | 内容 |