Sha256: 0f6ebfb9352dd4f689f88822c70cdddb2040613200c6d5e1c44d281df1797f93

Contents?: true

Size: 1.25 KB

Versions: 14

Compression:

Stored size: 1.25 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "bbox.json#",
  "description": "To include information on the coordinate range for geometries, features, or feature collections, a GeoJSON object may have a member named \"bbox\". The value of the bbox member must be a 2*n array where n is the number of dimensions represented in the contained geometries, with the lowest values for all axes followed by the highest values. The axes order of a bbox follows the axes order of geometries. In addition, the coordinate reference system for the bbox is assumed to match the coordinate reference system of the GeoJSON object of which it is a member.",
  "translation": {
    "ISO 19115-2": ["EX_Extent > geographicElement > EX_GeographicBoundingBox\nEX_GeographicBoundingBox > westBoundLongitude > Decimal {west}\nEX_GeographicBoundingBox > eastBoundLongitude > Decimal {east}\nEX_GeographicBoundingBox > southBoundLatitude > Decimal {south}\nEX_GeographicBoundingBox > northBoundLatitude > Decimal {north}"],
    "FGDC CSDGM": ["[idinfo > spdom > bounding > westbc], [idinfo > spdom > bounding > eastbc], [idinfo > spdom > bounding > northbc], [idinfo > spdom > bounding > southbc]"]
  },
  "type": "array",
  "minItems": 4,
  "items": {
    "type": "number"
  }
}

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
adiwg-mdjson_schemas-1.1.0 schema/schema/geojson/bbox.json
adiwg-mdjson_schemas-1.0.2 schema/schema/geojson/bbox.json
adiwg-mdjson_schemas-1.0.1 schema/schema/geojson/bbox.json
adiwg-mdjson_schemas-1.0.0 schema/schema/geojson/bbox.json
adiwg-mdtranslator-1.0.0rc2 test/schemas/v1_0/schema/schema/geojson/bbox.json
adiwg-mdtranslator-1.0.0rc1 test/schemas/v1_0/schema/schema/geojson/bbox.json
adiwg-json_schemas-0.9.6 schema/schema/geojson/bbox.json
adiwg-mdjson_schemas-1.0.0rc1 schema/schema/geojson/bbox.json
adiwg-json_schemas-0.9.5 schema/schema/geojson/bbox.json
adiwg-json_schemas-0.9.4 schema/schema/geojson/bbox.json
adiwg-json_schemas-0.9.3 schema/schema/geojson/bbox.json
adiwg-json_schemas-0.9.2 schema/schema/geojson/bbox.json
adiwg-json_schemas-0.9.1 schema/schema/geojson/bbox.json
adiwg-json_schemas-0.9.0 schema/schema/geojson/bbox.json