sanity-plugin-gpx

1.0.0 • Public • Published

GPX File input for Sanity

Upload a GPX file and return stringified JSON.

Currently designed and built for my own uses. Contribution welcome.

Usage

{
  fields: [
    // [...]
    {
      name: 'gpx',
      title: 'GPX',
      type: 'gpx'
    }
  ]
}

Data Model

{
  _type: 'gpx',
  file: Asset,
  data: string
}

Readme

Keywords

Package Sidebar

Install

npm i sanity-plugin-gpx

Weekly Downloads

6

Version

1.0.0

License

MIT

Unpacked Size

17.8 kB

Total Files

13

Last publish

Collaborators

  • aadgrant