I'm currently working on project that uses json file with points & polygons.
All input data are a Lat/Lon format. I wish to draw these on a map (Which should be able to pan). I'm able to draw these objects on a JavaFx Pane or Canvas.
The issue is the data line between two coordinates is a straight line while it actually should follow stereographic projection .
I looked into ArcGis and other GeoTools but these tools all build upon tile maps something I don't need for my project.