You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.
The "bbox" values define shapes with edges that follow lines of constant longitude, latitude, and elevation.
Initial Checks
Description
According to GeoJSON specification
Example of a 2D bbox member on a Feature:
Example of a 2D bbox member on a FeatureCollection:
Example of a 3D bbox member with a depth of 100 meters:
Affected Components
The text was updated successfully, but these errors were encountered: