Closed etjernst closed 2 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"
It's just the way I'm exporting it - my source is a CSV file (which is untyped), then exporting it to JSON
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.