Advanced Usage

Advanced Usage

Advanced usage of the AerisWeather MapsGL SDK empowers you with the ability to add your custom datasets and layers on your map alongside our built-in weather layers.

You'll need to follow the following steps in order to render your custom datasets:

  1. A valid dataset in one of the following supported formats: raster tiles (opens in a new tab), vector tiles (opens in a new tab), or GeoJSON (opens in a new tab).
  2. The proper data source instance that corresponds to the data type you're adding.
  3. The map layer instance and configured render style to control how your data is rendered.

Once you have the above items, adding your data is as simple as adding your data source and layer to your map controller.