Skip to content

Commit fbe590b

Browse files
jeromegamezjmikola
authored andcommitted
Deprecate CoordinateReferenceSystem and its child classes
See https://www.rfc-editor.org/rfc/rfc7946#appendix-B.1
1 parent 9c1f020 commit fbe590b

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

src/GeoJson/CoordinateReferenceSystem/CoordinateReferenceSystem.php

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
/**
1818
* Coordinate reference system object.
1919
*
20+
* @deprecated 1.1 Specification of coordinate reference systems has been removed, i.e.,
21+
* the 'crs' member of [GJ2008] is no longer used.
22+
*
23+
* @see https://www.rfc-editor.org/rfc/rfc7946#appendix-B.1
2024
* @see http://www.geojson.org/geojson-spec.html#coordinate-reference-system-objects
2125
* @since 1.0
2226
*/

src/GeoJson/CoordinateReferenceSystem/Linked.php

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
/**
1414
* Linked coordinate reference system object.
1515
*
16+
* @deprecated 1.1 Specification of coordinate reference systems has been removed, i.e.,
17+
* the 'crs' member of [GJ2008] is no longer used.
18+
*
19+
* @see https://www.rfc-editor.org/rfc/rfc7946#appendix-B.1
1620
* @see http://www.geojson.org/geojson-spec.html#linked-crs
1721
* @since 1.0
1822
*/

src/GeoJson/CoordinateReferenceSystem/Named.php

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
/**
1414
* Named coordinate reference system object.
1515
*
16+
* @deprecated 1.1 Specification of coordinate reference systems has been removed, i.e.,
17+
* the 'crs' member of [GJ2008] is no longer used.
18+
*
1619
* @see http://www.geojson.org/geojson-spec.html#named-crs
1720
* @since 1.0
1821
*/

0 commit comments

Comments
 (0)