GeoJSONCRS
About GeoJSONCRS
A [GeoJSON][geojson] coordinate reference system is a way to specify how the coordinates should be interpretted.
If no coordinate reference system is specified for a GeoJSON object, the coordinates for a single point must be an array of either two or three floating-point numbers, in order as follows:
- Longitude (in degrees)
- Latitude (in degrees)
- Altitude (in meters, optional, assumed to be sea-level if omitted)
For more information, see the RFC 7946, Section 4 Coordinate Reference System and the GeoJSON 1.0 specification.
type
An Open Geospatial Consortium URN that indicates the coordinate reference system.
Type: String
properties
An arbitrary set of properties associated with the coordinate reference system.
Type: JSON