-
Notifications
You must be signed in to change notification settings - Fork 9
GPVMapTabTileGroup
Peter Girard edited this page Apr 29, 2017
·
2 revisions
The GPVMapTabTileGroup table links tile groups to map tabs. A map tab can display multiple tile groups, and a tile group can appear in multiple map tabs, so this table manages the many-to-many relationship.
- MapTabID - The ID of the map tab (not null). Links to GPVMapTab.
- TileGroupID - The ID of the tile group (not null). Links to GPVTileGroup.
- CheckInLegend - Specifies the initial state of the legend check box for this tile group, 1 to set it as checked, 0 to set it as unchecked.
- Opacity - The opacity of the tiled images in this group, a real number between 0.0 (transparent) and 1.0 (opaque).
- SequenceNo - A number specifying the display order of this tile group in this map tab (not null).