gistda-sphere-react

Installation

Install gistda-sphere-react in your project

Install the package

npm install gistda-sphere-react

Peer dependencies

The library requires React 19 or later:

{
  "peerDependencies": {
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  }
}

Next steps

Once installed, you need an API key from GISTDA to use the map. Then follow the Quick Start guide to render your first map.

On this page