her_export_geojson
Export heritage assets as a GeoJSON FeatureCollection for use in GIS tools. Filter results by bounding box, designation type, or name.
Instructions
Export heritage assets as GeoJSON FeatureCollection.
Exports query results in GeoJSON format suitable for use in QGIS, Leaflet, or other GIS tools.
Args: bbox: Bounding box as "xmin,ymin,xmax,ymax" in BNG designation_type: Filter by designation type name: Name filter (partial match) max_results: Maximum features to export (default 500, max 2000) output_mode: Response format — "json" (default) or "text"
Returns: GeoJSON FeatureCollection with matching heritage assets
Tips for LLMs: - Use bbox to limit the export area - Output is a standard GeoJSON FeatureCollection - Coordinates are in WGS84 (EPSG:4326)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | ||
| name | No | ||
| max_results | No | ||
| output_mode | No | json | |
| designation_type | No |