nextcloud / maps

🌍🌏🌎 The whole world fits inside your cloud!
https://apps.nextcloud.com/apps/maps
GNU Affero General Public License v3.0
500 stars 89 forks source link

Opening KMZ files #218

Open baarkerlounger opened 4 years ago

baarkerlounger commented 4 years ago

Probably a feature request (or maybe there's a way to do it already) but it would be great if Nextcloud Maps could open .kmz files exported from Google My Maps.

jancborchardt commented 4 years ago

Yep! @baarkerlounger are you interested in looking into how to do that? :) Even just finding links to libraries or how others do it is a good start!

v1r0x commented 4 years ago

.kmz are only zipped .kml files. Unzipping them and doing the kml stuff should be enough :wink: For unzipping there are several js libs available :)

idevwebs commented 3 years ago

How do we open kmz/kml? I tried the import favorites and nav to either type and just get a failed to import message.

https://github.com/windycom/leaflet-kml

Albirew commented 2 years ago

before i open a new issue for nothing, kmz import on maps seems to work great (except when trying to import kml/kmz with non-latin characters), so is there another issue that keeps this issue open?

Batcastle commented 1 year ago

I'm very interested in getting this working as I have a map in my Google Drive I want to move out and into my Nextcloud. What needs to be done to get this working?