gatsby-transformer-geojson

1.0.2 • Public • Published

gatsby-transformer-geojson

This transformer plugin for Gatsby will make information on GEOJSON format, available in GraphQL queries.

Installation

# Install the plugin 
yarn add gatsby-transformer-geojson

In gatsby-config.js:

module.exports = {
  plugins: [
    'gatsby-transformer-geojson'
  ]
};

See the playground or Docs

Package Sidebar

Install

npm i gatsby-transformer-geojson

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

4.64 kB

Total Files

6

Last publish

Collaborators

  • ftavares