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
| proj:epsg| integer\|null |[EPSG code](http://www.epsg-registry.org/) of the datasource |
40
+
| proj:code| integer\|null |**REQUIRED.**[EPSG code](http://www.epsg-registry.org/) or other code (e.g., [IAU](http://voparis-vespa-crs.obspm.fr:8080/web/2015.html)) of the datasource |
41
+
| proj:authority| string\|null | The name of the authority that designated the proj:code of the datasource. Default: `epsg`. |
42
+
| proj:epsg| integer\|null |[EPSG code](http://www.epsg-registry.org/) of the datasource; Maintained for backwards compatability. Please use `proj:authority` and `proj:code`. |
41
43
| proj:wkt2| string\|null |[WKT2](http://docs.opengeospatial.org/is/12-063r5/12-063r5.html) string representing the Coordinate Reference System (CRS) that the `proj:geometry` and `proj:bbox` fields represent |
42
44
| proj:projjson|[PROJJSON Object](https://proj.org/specifications/projjson.html)\|null | PROJJSON object representing the Coordinate Reference System (CRS) that the `proj:geometry` and `proj:bbox` fields represent |
43
45
| proj:geometry|[GeoJSON Geometry Object](https://tools.ietf.org/html/rfc7946#section-3.1)| Defines the footprint of this Item. |
0 commit comments