jmikola / geojson

GeoJSON implementation for PHP
MIT License
295 stars 47 forks source link

Remove CoordinateReferenceSystem classes #37

Open jmikola opened 2 years ago

jmikola commented 2 years ago

As discussed in https://github.com/jmikola/geojson/pull/33#issuecomment-1018947287, RFC7946 states:

B.1. Normative Changes

Specification of coordinate reference systems has been removed, i.e., the "crs" member of [GJ2008] is no longer used.

If CRS is no longer part of the GeoJSON spec, we can consider removing these classes altogether.