Skip to content

aadgrant/sanity-plugin-gpx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published