When Ctrl+Clicking on the south pole, method GeoCoord.coord3dToGeoCoord returns 92° latitude, which doesn't exists and generates a NullPointerException when calling CoordAnomaliesMap.getAllYearAnomalyByPosition in order to get chart's temperature evolution.
Generates an exception but is not blocking for the application.
When Ctrl+Clicking on the south pole, method
GeoCoord.coord3dToGeoCoord
returns 92° latitude, which doesn't exists and generates aNullPointerException
when callingCoordAnomaliesMap.getAllYearAnomalyByPosition
in order to get chart's temperature evolution.Generates an exception but is not blocking for the application.