get_osm_elements_in_area
Retrieve all OpenStreetMap elements within a specified bounding box to enable geographic data exploration and map editing tasks.
Instructions
Get OSM elements within a bounding box.
Args: bbox: Bounding box as "min_lon,min_lat,max_lon,max_lat"
Returns: Dictionary containing all elements in the area
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |