This project provides examples of how to work with our MapsGL Javascript SDK within a React application. We've included map-related components as part of these projects that you can use within your own applications as a starting point for integrating our mapping SDKs into your own React applications.
This project is set up to either use Mapbox GL or Maplibre GL mapping SDKs for the web.
Follow the following steps before trying to run the project locally:
- In the project directory, run
yarn installto install all of the required dependencies. - Copy the
.env.tplfile to.envand fill in your Mapbox token (if using Mapbox only) and your AerisWeather account's ID and secret keys. - From the root of the project directory, run
yarn startto start up the local development server to launch the application.
You can learn more about MapsGL by visiting our MapsGL product page. Also be sure to check out the developer documentation for our MapsGL Javascript SDK.
Feel free to post an issue in this Github repo for any bugs, technical issues or questions you may have related to this package. For sales information regarding our MapsGL product and subscriptions, reach out to our sales team.