adepreis / global-warming-3d

🌍 HMI project - Polytech ET3 IT - Noted for S6
0 stars 0 forks source link

Wrong south pole coordinates #1

Open adepreis opened 4 years ago

adepreis commented 4 years ago

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.

southPole92

Generates an exception but is not blocking for the application.

adepreis commented 4 years ago

TODO :