GPVLayerProximity - AppGeo/GPV GitHub Wiki
The GPVLayerProximity table links proximities (named search distances) to layers. A layer can have multiple proximities, and a promimity can be associated with multiple layers, so this table manages the many-to-many relationship.
Columns
- LayerID - The ID of the layer (not null). Links to GPVLayer.
- ProximityID - The ID of the proximity (not null). Links to GPVProximity.