GeoPicker icon indicating copy to clipboard operation
GeoPicker copied to clipboard

Input Formats

Open stefanocudini opened this issue 2 years ago • 0 comments

  • [ ] gpx parser
fastify.addContentTypeParser(['text/xml', 'application/xml'], function (request, payload, done) {
 xmlParser(payload, function (err, body) {
   done(err, body)
 })
})
  • [ ] polyline
  • [ ] csv
  • [ ] kml

stefanocudini avatar Aug 12 '23 12:08 stefanocudini