CoordinateSharp
CoordinateSharp copied to clipboard
GeoJson "right hand rule" listing longitude first (GeoFence.Point)
Is your feature request related to a problem? Please describe. It would be nice to have a convenience feature to have a GeoFence.Point (or GeoFence.RightHandPoint) that would provide 'longitude, latitude' as a tuple for outer-bound GeoJson closed geometries.
Describe the solution you'd like It was a little awkward getting a GeoJson object out of a list of GeoFence.Point s. I had to switch out to handling the individual fields, which is not a terrible inconvenience. However, it would be nice to have a means to get back a Point "right handed" for creating geo-plots
Describe alternatives you've considered See the screenshot of my F# code. I created a "rightHandPoint" type with passed it around the functions.
Additional context
None