matthewproctor / australianpostcodes

A community sourced comprehensive database of Australian Post Codes with geolocation data.
255 stars 47 forks source link

lat/lon_precise is string #21

Closed etjernst closed 2 years ago

etjernst commented 3 years ago

Maybe there is some reason for this, but for some reason the json has lat/long as values & the ones from google maps are strings. Minor inconvenience but thought I'd flag it.

long:   149.119
lat:  -35.2777
...
Lat_precise:  "-35.2777"
Long_precise:  "149.119"
matthewproctor commented 2 years ago

It's just the way I'm exporting it - my source is a CSV file (which is untyped), then exporting it to JSON