How To Add Identify to a Layer ========================== GeoMoose contains an identify service that allows you to identify and display attributes for a map layer. Adding the identify ability to identify features for a layer in GeoMoose 2 in an X step procedure. The first step is to create an HTML file that controls what fields and format for display of attributes and the second step will be used to reference the HTML file in the map file. Step 1: Creating the Identify HTML file --------------------------------------- The IDENTIFY HTML file will be used to format how information is display in the identify results tab. This file follows standard HTML formats and will reference fields that exist in the layer attribute table. Below is an example of the identify html for parcels in the demo:: Parcels PIN: [PIN] Report Owner Name: [OWNER_NAME] Est. Market Value: [EMV_TOTAL] Acres: [ACRES_POLY]     Please note that this form can be used to link to other sites or services using standard HTML like tags as illustrated in the example above. Step 2: Reference the Identify HTML in your MapSeververADD map file ----------------------------------------------------------------- The Identify HTML must then be referenced in your map file within the your layer. The following is an example of how this is done from the parcels.map file in the demo. METADATA # drill-down identify service record. 'identify_record' 'templates/identify.html' END Remember when referencing the identify.html to make sure you have the correct relative paths set.