1.0.2 • Published 4 years ago

gatsby-transformer-geojson v1.0.2

Weekly downloads
51
License
MIT
Repository
github
Last release
4 years ago

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