Page 2 of 2
					
				Re: Is there a dive site database in the cloud?
				Posted: Mon Oct 26, 2020 9:16 am
				by jocamero
				Great! Thanks for the tip on KML files.
			 
			
					
				Re: Is there a dive site database in the cloud?
				Posted: Fri Jan 22, 2021 1:47 am
				by therealkris
				nick wrote: ↑Mon Oct 26, 2020 9:00 am
A while back I added the ability to import KML files containing dive sites. Depending on your source, you may be able to export one of those then drag/drop to import.
 
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.
 
			 
			
					
				Re: Is there a dive site database in the cloud?
				Posted: Sat Jan 23, 2021 9:30 am
				by nick
				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.
			 
			
					
				Re: Is there a dive site database in the cloud?
				Posted: Wed Aug 04, 2021 8:45 am
				by Albert Street
				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.
			 
			
					
				Re: Is there a dive site database in the cloud?
				Posted: Wed Aug 04, 2021 8:49 am
				by nick
				This functionality exists, the app supports being opened with a KML file.
			 
			
					
				Re: Is there a dive site database in the cloud?
				Posted: Wed Aug 04, 2021 11:23 am
				by Albert Street
				Awesome to hear! Thank you so much for the great app.
			 
			
					
				Re: Is there a dive site database in the cloud?
				Posted: Tue Dec 19, 2023 2:10 pm
				by jasonmust
				therealkris wrote: ↑Fri Jan 22, 2021 1:47 am
nick wrote: ↑Mon Oct 26, 2020 9:00 am
A while back I added the ability to import KML files containing dive sites. Depending on your source, you may be able to export one of those then drag/drop to import.
 
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.
 
There's a workaround.  Open the map with Google Earth and export KML with it, the longitude would be normal.
 
			 
			
					
				Re: Is there a dive site database in the cloud?
				Posted: Wed Aug 14, 2024 7:53 am
				by dwilasnd
				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?