LAC-Tech / TUID

Transport Unit IDentifier Reference Implementation
0 stars 0 forks source link

Crashes when using lat/long that does not have 'enough' decimal places #1

Open LAC-Tech opened 2 weeks ago

LAC-Tech commented 2 weeks ago

ie, {lat: 0, long: 0}

this is due to parsing JS numbers as a string. need some padding there.