Skip to content

Commit

Permalink
Deprecate CoordinateReferenceSystem and its child classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez authored and jmikola committed Apr 1, 2022
1 parent 9c1f020 commit fbe590b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
/**
* Coordinate reference system object.
*
* @deprecated 1.1 Specification of coordinate reference systems has been removed, i.e.,
* the 'crs' member of [GJ2008] is no longer used.
*
* @see https://www.rfc-editor.org/rfc/rfc7946#appendix-B.1
* @see http://www.geojson.org/geojson-spec.html#coordinate-reference-system-objects
* @since 1.0
*/
Expand Down
4 changes: 4 additions & 0 deletions src/GeoJson/CoordinateReferenceSystem/Linked.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
/**
* Linked coordinate reference system object.
*
* @deprecated 1.1 Specification of coordinate reference systems has been removed, i.e.,
* the 'crs' member of [GJ2008] is no longer used.
*
* @see https://www.rfc-editor.org/rfc/rfc7946#appendix-B.1
* @see http://www.geojson.org/geojson-spec.html#linked-crs
* @since 1.0
*/
Expand Down
3 changes: 3 additions & 0 deletions src/GeoJson/CoordinateReferenceSystem/Named.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
/**
* Named coordinate reference system object.
*
* @deprecated 1.1 Specification of coordinate reference systems has been removed, i.e.,
* the 'crs' member of [GJ2008] is no longer used.
*
* @see http://www.geojson.org/geojson-spec.html#named-crs
* @since 1.0
*/
Expand Down

0 comments on commit fbe590b

Please sign in to comment.