alexboia / WP-Trip-Summary

A WordPress trip summary plugin to help travel bloggers manage and display structured information about their train rides and biking or hiking trips
BSD 3-Clause "New" or "Revised" License
13 stars 4 forks source link

Add support for KML files #91

Closed alexboia closed 8 months ago

alexboia commented 9 months ago

Is your feature request related to a problem? Please describe. Need to be able to upload KML files, in addition to GPS and GeoJSON files, when importing track data.

Describe the solution you'd like Solution might be based on this parser. which we can wrap: https://gitlab.com/stepandalecky/kml-parser.