GeoLatte / geolatte-geom

A geometry model that conforms to the OGC Simple Features for SQL specification.
Other
132 stars 63 forks source link

need support CoordinateReferenceSystem Serializer and Deserializer #82

Closed billtian closed 4 years ago

billtian commented 4 years ago

some times we use CoordinateReferenceSystem(CRS) not with Geometry, define the CRS for a map's layer for example, we need to serialize and deserialize map layer with this CRS.

i have found Feature and Geometry support in GeolatteGeomModule, but there are not CoordinateReferenceSystem support, could we support this latter ? Thanks a lot !