arcgis_zoom_to
Zoom the active map view to a feature layer in ArcGIS Pro. Optionally apply a SQL condition to select specific features before zooming.
Instructions
把活动地图视图缩放到某个要素图层(用户能在窗口里看到地图动)。可选 where 条件:会先选中匹配要素再缩放到选集。需要 Pro 当前处于地图视图(非布局)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | Yes | 要缩放到的要素图层名。 | |
| where | No | 可选 SQL 条件,如 "POP > 1000";给了就缩放到选中要素。 |