Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-source-google-mymaps


gatsby-source-google-mymaps


Npm version Npm downloads MIT license PRs welcome


gatsby-source-google-mymaps is a Gatsby plugin to use Google MyMaps as a data source.

Usage

  1. Download gatsby-source-google-mymaps from the NPM registry:
yarn add gatsby-source-google-mymaps
  1. Add the plugin in your gatsby-config.js file
module.exports = {
    plugins: [
        {
            resolve: "gatsby-source-google-mymaps",
            options: {
                ids: ["MY_MAPS_ID_1", "MY_MAPS_ID_2"],
                // Optional
                name: "travels",
            },
        },
    ],
}

Contributing

  • ⇄ Pull/Merge requests and ★ Stars are always welcome.
  • For bugs and feature requests, please create an issue.

Changelog

See CHANGELOG

License

This project is licensed under the MIT License - see the LICENCE file for details

© 2023 Gatsby, Inc.