Setting Up Zones - AppGeo/GPV GitHub Wiki

Here is a quick list of steps to setup zones so they can be accessed by the location functions panel in the GPV. first a screen shot of what the completed configuration looks like:

GPVviewer Location

Step 1. Choose the layer (e.g. town) that will have the geospatial shapes that will be used for the zones. Identify which column in the feature class will contains the lookup values that will be shown in the location panel (e.g. townname). Add that column name to the GPVLayer.ZoneField for that layer:

GPVLayer.ZoneField

Step 2. Create an entry in GPVZoneLevel.ZoneLevelID (e.g. townZL) that will reference the zones:

GPVZoneLevel.ZoneLevelID

Step 3. Populate the GPVZone table with an entry for each value to be shown in the location panel. Make sure that the GPVZone.ZoneID is a value (e.g. ADDISON) for the GPVLayer.ZoneField identified above in Step 1:

GPVZone.ZoneID

Step 4. The last step is to link the new ZoneLevel to the application by entering the ZoneLevelID to the GPVApplication.ZoneLevelID column:

GPVApplication.ZoneLevelID