Skip to content

Input Formats #30

@stefanocudini

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions