Thurion/EDSM-RSE-Database-Creator

Make use of additional information from EDSM

Thurion opened this issue · 1 comments

The EDSM dump can have additional information about systems: estimated coordinates, ID64 and precision. In that case no calculations are required.

{
   "id":27959,
   "id64":2871051495497,
   "name":"M6 Sector GN-J b9-1",
   "estimatedCoordinates":{
      "x":85,
      "y":5,
      "z":1685,
      "precision":17
   },
   "date":"2015-05-12 15:29:33"
},

Implemented in commit 02a9bcc