Sha256: 20b7266d704a9ddb622f06debffc78400cc5dfa7032d3078648b6f94db94ecac
Contents?: true
Size: 1.24 KB
Versions: 67
Compression:
Stored size: 1.24 KB
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "bbox.json#", "description": "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 values of a 'bbox' array are[west, south, east, north].", "translation": { "ISO 19115-2": ["EX_Extent > geographicElement > EX_GeographicBoundingBox, EX_GeographicBoundingBox > westBoundLongitude > Decimal {west}, EX_GeographicBoundingBox > eastBoundLongitude > Decimal {east}, EX_GeographicBoundingBox > southBoundLatitude > Decimal {south}, EX_GeographicBoundingBox > northBoundLatitude > Decimal {north}"], "FGDC CSDGM": ["[idinfo > spdom > bounding > westbc], [idinfo > spdom > bounding > eastbc], [idinfo > spdom > bounding > northbc], [idinfo > spdom > bounding > southbc]"] }, "example":"../examples/boundingBox.json", "type": "array", "minItems": 4, "items": { "type": "number" } }
Version data entries
67 entries across 67 versions & 1 rubygems