CoordinateSharp icon indicating copy to clipboard operation
CoordinateSharp copied to clipboard

GeoJson "right hand rule" listing longitude first (GeoFence.Point)

Open houstonhaynes opened this issue 1 year ago • 5 comments

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 Screenshot 2024-07-02 152217 Screenshot 2024-07-02 152327 Screenshot 2024-07-02 152547

houstonhaynes avatar Jul 02 '24 19:07 houstonhaynes