Press โโ to navigate ยท
Enter to open ยท
/ anywhere to search
๐ Geo Tool
Bounding BBox Export
Draw a rectangle on the map to generate and export its bounding box coordinates in multiple formats.
Shift+drag to draw
Copy [W,S,E,N]
GeoJSON bbox
CSV format
Hold Shift and drag on the map to draw a bounding box rectangle.
About this tool
The PixelForge Bounding Box Generator lets you draw a rectangle on an interactive map and instantly exports the minimum bounding box coordinates (min longitude, min latitude, max longitude, max latitude) in a variety of formats including GeoJSON, WKT, and comma-separated values. Bounding boxes are used in geospatial APIs, tile map requests, database spatial queries, and dataset clipping operations. This tool eliminates the need to manually calculate coordinates from a map.
Frequently Asked Questions
The tool outputs the bbox in multiple formats: a simple comma-separated string (minLon,minLat,maxLon,maxLat), GeoJSON Polygon, and WKT POLYGON so you can paste it directly into whichever system you are working with.
You can manually enter coordinates in the input fields if you already know the rough area. The map will update to show the bounding box.
All coordinates are in WGS84 (EPSG:4326), which is the standard for web maps and most geospatial APIs.
Most tile and geocoding APIs accept a bbox parameter in the format minLon,minLat,maxLon,maxLat. Copy the comma-separated output directly into your API call.
Yes. Click the GeoJSON copy button to get a valid GeoJSON Polygon representing the bounding box rectangle.