// extended db javascript parameters for ArcIMS HTML Viewer
//  requires aimsDB.js and all modules defined for Query

// global variables

var aimsDBparamPresent = true;
    
// Field in shapefile layer to match to Assessing Database
var mapIDField = "GIS_ID";

    // Field in db to match layer from GIS_ID
var dbIDField = "PARCEL_ID";

// Street Name Field in Road Centerline File
mapGEOGIDField = "OBJECTID";
dbRoadLinkLayer = "Street Names"; //RDCL
var geogIDFieldIsText = false;

// Variables for GoTo Search... FIELD and LAYER to search
var goToIDField = "Name";
var zoomGoToName = "Points of Interest";


// If the zoomGoTo is a point feature uncomment the line below IN THE FUNCTION  getGoTo
//EXAMPLE ONLY://parent.MapFrame.ActiveLayerType = "point"


var dbIDFieldIsText = true;
    // List of fields to be returned in response
var dbFieldList = "owner, locn";
    // List of descriptions matching the fields in dbFieldList
var dbFieldListDescript = "owner,Location";
    // the table(s), as in SELECT apn,add2 from MyTable. . . dbTableList="MyTable";
var dbTableList = "VISION_GIS_ASSESS";
var addIDQuotes = true;
var highlightIdentify=true;




