Hi Everyone,
new member here.
I am designing a
GPS based data logger for when I
scuba dive. This device sits on my dive flag and will
record where I've traveled. This has practical uses for Search and
Rescue and other means for underwater navigation/searching.
My arduino based device is a web server that can be accessed by any
phone via the web browser. Unfortunately, I need a format in a typical web-based format such as map tiles (similar to
google or leafletjs). My server requires them to be in a {zoom}/{x}/{y}.png format.
I got it working using OSM data to PNG but need to do the same for the formats NOAA offers and their nautical
charts are a bit more 'related' than street maps
The formats that I can find are KAP/BSB and KML. I have a converter that will convert OSM data to PNG tilesets the way I need. But not sure how to get the KAP/BSB or KML files to that format.
I've scoured the
internet for a few days now, and possibly just searching on the wrong terms, but any help would be amazing! and I'll greatly appreciate it.
thanks again for any support!
Chad