Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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

© 2023 Gatsby, Inc.