Is there a dive site database in the cloud?
Re: Is there a dive site database in the cloud?
Great! Thanks for the tip on KML files.
-
- Posts: 1
- Joined: Fri Jan 22, 2021 1:36 am
- Dive Computer: Shearwater Teric
Re: Is there a dive site database in the cloud?
The KML import doesn't seem to work properly. I can drag/drop the file, but it does not get the country, location name, or longitude from the file. This map https://www.google.com/maps/d/edit?mid= ... sp=sharing is an example. If I go to the map, select the download KML option, and make sure it exports as KML instead of KMZ, I have the problems above. This is true for any Google Maps generated file.
- nick
- Site Admin
- Posts: 4375
- Joined: Sat Apr 12, 2008 8:33 am
- Dive Computer: Shearwater Teric
- Contact:
Re: Is there a dive site database in the cloud?
They don't contain the country name, only the site.
The coordinates in that file don't play nicely with the XML parser, they end up getting mangled. I will fix this for the next update.
The coordinates in that file don't play nicely with the XML parser, they end up getting mangled. I will fix this for the next update.
-
- Posts: 3
- Joined: Wed Aug 04, 2021 8:43 am
Re: Is there a dive site database in the cloud?
Would it be possible to add the ability to upload a KML file in the iOS app? I do not have a Mac so cannot upload it through there.
- nick
- Site Admin
- Posts: 4375
- Joined: Sat Apr 12, 2008 8:33 am
- Dive Computer: Shearwater Teric
- Contact:
Re: Is there a dive site database in the cloud?
This functionality exists, the app supports being opened with a KML file.
-
- Posts: 3
- Joined: Wed Aug 04, 2021 8:43 am
Re: Is there a dive site database in the cloud?
Awesome to hear! Thank you so much for the great app.
Re: Is there a dive site database in the cloud?
There's a workaround. Open the map with Google Earth and export KML with it, the longitude would be normal.therealkris wrote: ↑Fri Jan 22, 2021 1:47 amThe KML import doesn't seem to work properly. I can drag/drop the file, but it does not get the country, location name, or longitude from the file. This map https://www.google.com/maps/d/edit?mid= ... sp=sharing is an example. If I go to the map, select the download KML option, and make sure it exports as KML instead of KMZ, I have the problems above. This is true for any Google Maps generated file.
Re: Is there a dive site database in the cloud?
Nick, is there a KML example file? I have a large file that didn't import right, I need to move some data fields around.
I have this:
<name>All Sites</name>
<Placemark>
<name>St. George's Caye Resort</name>
<description></description>
<Point>
<coordinates>-88.071830,17.554150</coordinates>
</Point>
But it doesn't place them in the Country, Location... are there fields for this?
I have this:
<name>All Sites</name>
<Placemark>
<name>St. George's Caye Resort</name>
<description></description>
<Point>
<coordinates>-88.071830,17.554150</coordinates>
</Point>
But it doesn't place them in the Country, Location... are there fields for this?