-
Notifications
You must be signed in to change notification settings - Fork 9
GPVTileGroup
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.
- 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).
Deactivating a tile group will automatically deactivate all tile layers associated with the tile group.