Skip to content
Peter Girard edited this page Apr 29, 2017 · 2 revisions

The GPVTileGroup table defines a set of tiled image layers that can be turned on and off as a single grouped layer.

Columns

  • TileGroupID - The unique ID of this tile group in the GPV (not null). Links to GPVMapTabTileGroup and GPVTileLayer.
  • DisplayName - The name of this tile group as it should appear to the user (not null).
  • Active - Specifies whether this tile group will be available for use, 1 for yes and 0 for no. If null, defaults to 0 (no).

Deactivation

Deactivating a tile group will automatically deactivate all tile layers associated with the tile group.

Clone this wiki locally